Montellesse's repo is forked from the upstream Kodi repo so it shouldn't be much harder than a one-line change to package.mk to build with a different PKG_VERSION using the githash of the last/latest commit in his repo. Also set PKG_SHA256="" .. and build. It's simple enough (and our build-system is simple enough) that the community can step up to do the building insteaf of increasing the output burden on a small number of developers. Hopefully the code for this goes upstream at some point..
Posts by chewitt
-
-
Each time I see people building servers and NAS and wading into lots of complexity I am reminded that I too used to do that, and then eventually I ran short of time in life and bought a Synology box. I have since forgotten a vast amount of trivia about running a NAS, because I no longer have any need know NAS trivia. It runs itself without any involvement from me beyond sanctioning the occasional update and I appreciate the value in someone else spending their day-job on fixing functional and security bugs and providing a simple-enough GUI on it all.
Anyway.. it sounds like you need a NAS, so think about getting one instead of frankensteining Windows with awkward share arrangements.
-
In limited testing the revised alsa conf appears to prevent machine gun noise on GX boards. It's a workaround not a fix, but until somene figures out where the buffer underrun is occurring it will save some speakers (MGN is nasty). I'm currently hoping that LibreComputer will fund further work on multi-channel audio in the coming months, but this is still to be confirmed. Martin B is also poking around in the AIU driver to add support to Meson8 hardware, which may also help.
-
Stop Kodi, remove /storage/.cache/connman and reboot.
-
I never really used the NOOBS based recovery stuff so I can't really guide you on how to work it, but the best option for LE use is to connect the box to a PC and (as per the comment you've quoted) write the image directly to emmc overwriting NOOBS.
-
giancai best to ask for help in a forum like freaktab that specialises in Android devices and ROMs .. we're not one.
-
Images we (almost) support use the mainline kernel: linux/arch/arm64/boot/dts/amlogic at master · torvalds/linux · GitHub
Images with 3.14 or 4.9 kernels are no longer supported.
-
mglae .. read post #1 the user has Intel/nVidia cards and the nVidia drivers definitely aren't built-in

-
Images from ~ 5 mins ago have much improved audio on G12A, G12B and SM1 devices. You should be able to play all media without encountering static (all the multi-channel audio files I have work) and multi-channel audio channel mappings are fixed. I have disabled IEC958 devices in the alsa conf as I get static pops that don't sound tweeter friendly when trying to use the "HDMI" device or pass-through; the drivers are not ready for this yet. Select the "Analogue" card listed immediately above pulseaudio.
The same changes are in the GX device images, but I haven't done any testing to see if the revised alsa conf has a positive effect on the "machine gun noise" (buffer underrun) problem in the AIU driver.
tavoc The "box" image is for booting devices with vendor u-boot, the "khadas-vim" image has mainlne u-boot and is for writing LE to internal emmc (overwriting the vendor u-boot).
-
-
No plan to switch to pulse. It doesn't support HD audio formats properly (despite release notes that hint it does).
-
^ It's about 5-years since I used an nvidia card so I forget the driver/module name, but assuming it is "nvidia" this will blacklist the driver and prevent it from being loaded at boot time, which should allow the Intel card to be detected by Xorg. In the current state where the nvidia card is sometimes seen first you might need to reboot a few times to have the GUI active (on the Intel card) to enable SSH and get access.
-
Please check if the LIRC service is enabled in the LE settings add-on. If yes, try disabling it.
-
I noticed this earlier LibreELEC.tv/soundconfig at master · LibreELEC/LibreELEC.tv · GitHub while looking at the file for some other reason. This might explain why some settings aren't preserved. The soundconfig file itself cannot be overriden, but it is called from udev through 90-alsa-restore.rules which can be, e.g. place a file of the same name in /storage/.config/udev.rules.d and it will be used at boot time instead of the embedded (read-only) one. This allows you to call a different soundconfig script with alternative mixer settings.
I still think you need to create a different alsa conf that deffines the on-board S/PDIF device as an IEC958 source. Unless you do this the device will not show up as pass-through capable in Kodi. Sadly, alsa configuration is one of Linux's "dark arts" that's particularly dense and difficult to Google search for solutions on as anything including "alsa" automatically gets a billion unrelated hits.
-
The lack of normally browsable repo avoids us having to support users who deliberately install the wrong add-on version in the wrong LE version, or in another OS. It's deliberate and it won't be changed. Users of LE can install the correct version of an add-on via the Kodi GUI, there is no real need to download them manually.
-
Code
Display More[provider_wireguard] Type = WireGuard Name = Cryptostorm Host = 209.58.147.37 WireGuard.Address = 10.10.70.153/24 WireGuard.ListenPort = 51820 WireGuard.PrivateKey = my private WireGuard.PublicKey = alFzGcAv99Mzjr7kRmoD8Mk8qgZ8HMtCNJPJRAOrL58= WireGuard.PresharedKey = qrZ3+Jp0y2+eYlOE0heVBfFzcHhuWJ31Y5UF/mHQLRA= WireGuard.DNS = 10.31.33.7 WireGuard.AllowedIPs = 0.0.0.0/0 WireGuard.EndpointPort = 443 WireGuard.PersistentKeepalive = 25WireGuard.DNS also looks suspicious since 10.x.x.x is a private address; this is normally an external address like 8.8.8.8, 8.8.4.4 (Google)
-
USB stuff should work (and PCI cards etc. in Intel boxes) but none of the embedded cards like in the WP2 will work; there is no demux driver for mainline Amlogic (and the tuner/demod situation isn't brilliant) and nobody working on it.
-
No DVB drivers means .. no DVB drivers. I live in a counrty with no terrestrial TV so it works with local media and a friends TVHeadend that I have access to in Finland (3,500 miles away but lots of Ice Hockey .. works for me).