Did you stop kodi (systemctl stop kodi) before editing or deleting the userdata file?
Posts by mglae
-
-
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/system
After testing successfully put the lines into http://Autostart.sh [LibreELEC.wiki]
-
Likely a bad card.
Not having any ATSC here in Europe recommendations are difficult.
-
There is no PCI Mutimedia Controller device class 0x0400 or 0x0480 visible in dmesg. Please verify with lspci.
Is the card correctly inserted in the slot?
-
A sleep() is never busy.
Technically now the thread is waiting at a timer event instead of waiting on an input event. I both cases no CPU time is used.
Feel free to verify the used CPU time with ps or top.
-
-
-
Use journalctl -u kodi-autostart to see error messages.
-
Audio and video device can be set independently in Kodi system settings. Just try it.
-
-
rsync is part of the Network Tools but /storage/.kodi/addons/virtual.network-tools/bin is not part of the default (cron) PATH.
Sourcing /etc/profile adds the addon paths to PATH.
-
Set complete environment for your cron job, see Cron problem sh file
-
Quote
2020-02-24 22:30:24.707 T:140201866102976 NOTICE: Starting Kodi (18.5 Git:18.5-Leia). Platform: Linux x86 64-bit
2020-02-24 22:30:24.707 T:140201866102976 NOTICE: Using Release Kodi x64 build
2020-02-24 22:30:24.707 T:140201866102976 NOTICE: Kodi compiled 2019-11-23 by GCC 8.3.0 for Linux x86 64-bit version 5.1.16 (327952)
2020-02-24 22:30:24.707 T:140201866102976 NOTICE: Running on LibreELEC (official): 9.2.0, kernel: Linux x86 64-bit version 5.1.16
Kodi 18.6 of LibreELEC 9.2.1 does include some profile fixes. Please update.
-
I boot the box via PXE
That is the important information.
You are right, after disabling connman for netboot there is no DHCP client running any more after initial kernel configuration.
-
That is used frequently in LE. I'm only getting 0.5 points for C/P.
-