According to LinuxTV there is no driver for the remote control: Hauppauge WinTV-quadHD (DVB-T/T2/C) - LinuxTVWiki
Posts by mglae
-
-
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/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.