Posts by chewitt

    The rtw88 driver in the upstream kernel is under active development and has been adding support for 8822* chips, but I'm not sure what state things are in with the 5.10 kernel used in LE10, it might need something a bit newer to have things work.

    DKMS solves a different problem. It allows you to recompile the driver to match the kernel - but it assumes the driver can be compiled for the kernel in the first place. LE's problem is that we frequently bump to the latest kernel and this results in drivers that simply do not compile on the target kernel version. Over time (and multiple drivers) you get rather bored of reinventing this wheel.

    See if Dropbox - LibreELEC.USB-SD.Creator.macOS.dmg - Simplify your life works for you. It's a version that I built that worked for me under Catalina until a recent update, and since then it crashes (which is why it's never been shared widely). You might get further on the older OS version though.

    Re known status .. I appear to be the only person on the team who gives a fcuk about it, and I don't code so my options for 'fixing' it beyond a bit of patch picking from a downstream fork of the app code is rather limited. I've rather given up on trying to entice/lure others to care about it and I think we'll just have to bin the app completely. That will suck, but .. nobody else is lifting a finger so it will be the inevitable conclusion.

    You have installed LE via the Pi Foundation NOOBS installer; this installs the NOOBS environment and the files needed to run LE on-top of the NOOBS environment. NOOBS is not required, so all you need to do is download the LE 9.2.6 image for RPi2 and write this directly to the SD card using any SD image writing tool. Then you will boot directly into LE without NOOBS.

    The problem with autostart is, it runs right at the start of userspace boot which is typically before everything else (including your scripts) ever gets touched. Best is to add some "logging" to your scripts (sending to /dev/console as described above) but schedule the scripts via systemd so they are ordered correctly in the startup sequence.

    IIRC you will need to place a Font that contains the appropriate symbols into /storage/.kodi/userdata/Fonts/ and then select the font in the Kodi GUI. If you think it should be a permanent thing, open up a bug report in the Kodi forums and as their devs to add the missing symbols for whatever language it is (you didn't say) to the default Estuary font; and then we will pick up the inclusion in a future release.

    1. Write LE image for RPi2 to SD card

    2. Insert SD card in RPi2

    3. Boot RPi2

    4. Enable SSH in first run wizard (gives CLI that you don't need)

    5. Leave Samba enabled in first run wizard (it's embedded, no need to install it)

    ^ Notice there is no mention of NOOBS, which is not needed or required.

    dag There are probably no objections among the team to adding packages into the build-system to facilitate debugging when a DEBUG image is built, but they will not go into release images where 99.999999% of our userbase will never use them. I suspect you'll need to use a debug image anyway since we strip the binaries in release images.

    The Network Access Point Mode seems pretty unstable for me in this Beta. Do you already know that? Do you have the same bug? Is there a trick to solve the problem?

    The main issue with the hotspot feature is user expectation. ConnMan provides a deliberately simple WiFi hotspot not a wireless access point. It is designed for tethering a laptop to a mobile phone. It was added to the distro by me so I could connect to Hotel WiFi and (via the hotspot) pass the WiFi password check to get the HTPC onto the internet and watch a movie via Plex. It works for that and similarly simple tasks, but it is not a network access point or router - if you want a router, get a router. The second issue is that RPi has a weak antennae which users often hobble further with cases that impair signals.

    I'm not sure why the settings add-on would lose the region config .. but this is not used when running the access point (which has an internal harcoded config) and switching between hotspot/wifi modes may drop the setting.

    You can use overlays, but these are compiled files so you cannot add a text file and use it. You need to make a kernel patch to add the overlay to the kernel (and compile it) and then include the overlay in the list of overlay files that are copied to the image. Then you can add the overlay to extlinux.conf and use it. There is plenty of prior-art for that in the Allwinner build-project.