LE 9.2.3 will come sometime shortly after Kodi ships v18.7 .. which has no scheduled date (when there's enough changes to justify a release).
Posts by chewitt
-
-
Plan B .. is boot from an Ubuntu Live/Rescue USB and use gparted or similar to shrink the existing /storage partition and then grow the /flash partition with boot files. It will be painfully slow, but it can be done. Then you can do a simple update from OE to LE. I'd probably do the initial step to LE 8.0 as this the same era as the last OE release, and then make a backup of the Kodi config before doing an update to 9.2.2. As a rule Kodi updates fine from older releases, but there is usually some add-on breakage and that's where you're likely to hit roadbumps. If you have a backup on local disk, it's easy to experiment and tweak the pre-update config until things are successful.
-
LE 8.2.5 is the last/latest available version for Meson 8b hardware - although in the past we only supported specific devices and yours is not one of them; hence it has a "community" created image installed. We dropped support for Meson 8* devices some time ago as the hardware is old and the original vendor kernel (Linux 3.10) became difficult to support. There are ongoing efforts in the Amlogic community to provide mainline (current) Linux kernel support for Meson 8/8b/8m2 devices again, so in the future it might be possible to run something current again, but not right now.
-
-
-
actually.. linux/btusb.c at master · torvalds/linux · GitHub says it should be supported on the kernel side.
can you run "dmesg | paste" .. let's see if there's messages about missing firmware; share the URL
-
The fix should be in the 9.2.2 (Generic only) image.
-
See if you can find it here: kernel/git/firmware/linux-firmware.git - Repository of firmware blobs for use with the Linux kernel .. If yes, it's trivial to add.
If not, find it from somewhere else and create /storage/.config/firmware/firmware.fw .. whatever folders/filenames that exist under firmware/ will be mapped to /usr/lib/firmware on rebooting .. so you can self-fix. Check "dmesg" to make sure the driver is actually present in the kernel. If it is you'll see errors for missing firmware. If not, kernel modules will need to be enabled to provide the driver - this requires the image to be recompiled.
-
QCA9377 is not currently supported in the kernel bluetooth tree. I've been looking at what config is missing/neeed to add support for Amlogic SDIO devices, but this is not a huge priority for me at the moment.
This is as far as I've got (not a huge effort): WIP: Bluetooth: hci_qca: Add compatible for QCA9377 · chewitt/linux@ffd3f65 · GitHub
-
-
One of the few benefits to the current Covid-19 situation is the one-man Meson 8 mission (Martin Blumenstingl) has been able to spend some quality time with an Odroid C1+ board. For some time we (mostly me) have been responding to WeTek Core and Odroid C1 user posts saying "upstream support is in reasonable shape, but there is no HDMI driver, we're waiting for a eureka moment to happen" .. and well, that eureka moment has finally happened

Before people get too excited, there is a big difference between "look mum, we made pictures on-screen" and "let's invite the unsuspecting public to use this stuff.." and there's still a lot of work needed to make things usable, and reliable on a wider range of hardware. Today we are showing one boot on one device, and lots of code stunt props were used.
The first video shows literally the first boot of an experimental AMLMX image loosely basaed on LE master with a mainline Linux kernel shortly before 5.7-rc1 (shows as 5.6) along with the FOSS mali GPU driver (lima) and Kodi 19 pre-Alpha.
External Content youtu.beContent embedded from external sources will not be displayed without your consent.Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.The second video shows Martin in the GUI trying to remember where the system info screen is:
External Content youtu.beContent embedded from external sources will not be displayed without your consent.Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy. -
You'll need to share a debug log for anyone to comment on add-on issues - especially since we mostly see "updated my add-ons and everything broke" type issue descriptions with piracy add-ons, and those issues are not our problem to solve.
-
Code
Display MoreVIM3:~ # bluetoothctl show Controller 6C:21:A2:9B:16:AE (public) Name: VIM3 Alias: VIM3 Class: 0x000c0000 Powered: yes Discoverable: no DiscoverableTimeout: 0x000000b4 Pairable: yes UUID: Audio Source (0000110a-0000-1000-8000-00805f9b34fb) UUID: Generic Attribute Profile (00001801-0000-1000-8000-00805f9b34fb) UUID: Generic Access Profile (00001800-0000-1000-8000-00805f9b34fb) UUID: PnP Information (00001200-0000-1000-8000-00805f9b34fb) UUID: A/V Remote Control Target (0000110c-0000-1000-8000-00805f9b34fb) UUID: A/V Remote Control (0000110e-0000-1000-8000-00805f9b34fb) UUID: Audio Sink (0000110b-0000-1000-8000-00805f9b34fb) Modalias: usb:v1D6Bp0246d0536 Discovering: no Advertising Features: ActiveInstances: 0x00 SupportedInstances: 0x05 SupportedIncludes: tx-power SupportedIncludes: appearance SupportedIncludes: local-nameI've no idea about the Python script, but the "Controller 6C:21:A2:9B:16:AE (public)" line contains the BT device MAC adddress.
You might want to experiment with the audio switcher add-on in our repo.
-
-
Please provide a full debug log.How to post a log (wiki)1. Enable debugging in Settings>System Settings>Logging2. Restart Kodi3. Replicate the problem4. Generate a log URL (do not post/upload logs to the forum)
use "Settings > LibreELEC > System > Paste system logs" or run "pastekodi" over SSH, then post the URL link -
Which add-ons need it?
-
Pi DAC boards should be fine (widely used hardware) and I'm not aware of any LE or hardware specific issues with Netflix; it will be as brilliant or sucky as any other non-Android Kodi device (only Android has hardware DRM support).
-
According to the conversation in RPi Steamlink support [LE9.2] by antonlacon · Pull Request #4319 · LibreELEC/LibreELEC.tv · GitHub the RPi4 requires Xorg (RPi3 does not) which means it's a non-started on LE as we do not use Xorg.