If you miss the initial automatic repository update (i.e. due to missing network connection) no addons can be installed. You have to trigger the update manually via the Sideblade Menu of the addon settings.
Posts by mglae
-
-
Are there an errors logged? Use journalctl -u pulseaudio|paste and post the URL.
pactl load-module module-native-protocol-tcp auth-ip-acl=192.168.0.0/24 auth-anonymous=1 succeed without error on my Generic installation.
-
Use pactl to load the module, see Pulseaudio [LibreELEC.wiki]
-
This is a known issue. See Add Wireguard support.
Additional it is reported that the default route is always set to the wireguard device.
Just a thought for a workaround: use wireguard without connman.
Do cp /etc/connman/main.conf /storage/.config/connman_main.conf and add ,wg to the NetworkInterfaceBlacklist line. Reboot.
Then configure wireguard using the wg command.
-
Use journalctl -u kodi-autostart to see error/log messages from boot.
-
You can try to disable the LVDS device in the kernel.
The kernel name may differ from the xorg name. Verify it with:
Remove the cardX- prefix and memorize the device name.
Edit the kernel command line:
Add video=LVDS1:d to the APPEND line (replace the found device name). Save the file and reboot.
-
chewitt In 9.2.2 LibreELEC-settings is still at 6f6ca1e4, not including the regdom backport.
rosede ssh into your system and use the command linked in post #2. Please replace US with your country.
-
Set your regulatory domain: Fresh install raspberry pi 4 5ghz wifi not working
-
-
According to LinuxTV there is no driver for the remote control: Hauppauge WinTV-quadHD (DVB-T/T2/C) - LinuxTVWiki
-
libreelec is not arch linux?
Definitely: Compile [LibreELEC.wiki]

-
There are rumors that option -o IPQoS=throughput is required in some ssh client/server combinations. Just try.
-
-
Well, that was it. I'm embarrassed the solution was something so trivial.
I'm afraid that stopping kodi before any changes was too automated for us to be mentioned.
Fine that it's working now! -
Did you stop kodi (systemctl stop kodi) before editing or deleting the userdata file?
-
peripherals.xml is only loaded from system directory, see xbmc/Peripherals.cpp at 18.6-Leia · xbmc/xbmc · GitHub
-
copied the peripherals.xml file over to the /storage/.cache/overlayfs/ov_syst directory, edited it with nano and made the changes I wanted
Unfortunately this is wrong. After mounting overlayfs simply copy/edit/delete the files in /usr/share/kodi/system.
-
How do I make changes to /usr/share/kodi/system/peripherals.xml or
Mount overlayfs:
Codemkdir -p /storage/.cache/overlayfs/ov_syst /storage/.cache/overlayfs/ov_work_syst mount -t overlay overlay -o lowerdir=/usr/share/kodi/system,upperdir=/storage/.cache/overlayfs/ov_syst,workdir=/storage/.cache/overlayfs/ov_work_syst /usr/share/kodi/systemAfter testing successfully put the lines into http://Autostart.sh [LibreELEC.wiki]