Posts by HiassofT
-
-
inputstream.adaptive is in the LibreELEC addon repository (in VideoPlayer InputStream).
so long,
Hias
-
use the "-p rc-6" option. Please read through the IR wiki page, it's all explained there in detail Infrared Remotes [LibreELEC.wiki]
so long,
Hias
-
With ir-keytable you have to specify the rc device, "rc1" in the case above, using the "-s" option. eg ir-keytable -s rc1 ...
Note that the rc device numbers may change across reboots so always check with "ir-keytable" before.
In rc_maps.cfg you can match by driver name, that's the first entry. eg
That being said, using the nuvoton CIR would be a better choice (if it has an IR receiver connected) as it supports more protocols - the imon receiver is quite limited...
so long,
Hias
-
Ahem, why did you mask lircd-uinput? This is definitely not a standard configuration. Run systemctl unmask lircd-uinput and reboot.
so long,
Hias
-
No, that's not normal, lircd-uinput is missing in the process list. It should look like this:
CodeLibreELEC:~ # ps | grep lirc 316 root 0:00 /usr/sbin/eventlircd -f --evmap=/etc/eventlircd.d --socket=/run/lirc/lircd 448 root 0:00 /usr/sbin/lircd -O /storage/.config/lirc_options.conf --nodaemon /storage/.config/lircd.conf 450 root 0:00 /usr/sbin/lircd-uinput -O /storage/.config/lirc_options.conf --add-release-events 846 root 0:00 grep lircPost the output of systemctl status lircd-uinput and make sure you didn't mess around with lircd after reboot (i.e. no killall lircd or systemctl stop lircd, this will break lirc operations).
so long,
Hias
-
Make sure lircd-uinput is running - if you restarted lircd you'll also need to restart lircd-uinput, or just reboot your system.
Then you should also see button presses on /run/lirc/lircd (via irw) where kodi picks them up from.
so long,
Hias
-
If you really want you can still use lirc on LibreELEC, this is described at the end of the wiki page. Copy lirc_options.conf to /storage/.config and change only the driver/device settings and create an empty rc_maps.cfg file in that directory, too. lircd.conf goes into /storage/.config as well.
However it might be easier if you configured your Atric dongle only for wakeup and use the on-board nuvoton as main IR receiver in LE (configured via ir-keytable).
so long,
Hias
-
Something doesn't add up here.
Your on-board Nuvoton w836x7hg is supported by linux kernel RC subsystem and should work with ir-keytable / rc_maps.cfg configuration, as described in the wiki.
However the uirt2 driver you mentioned is an external USB device and has nothing to do with the on-board nuvoton.
so long,
Hias
-
LibreELEC uses the modern in-kernel rc-core framework for infrared remote - read all about it here: Infrared Remotes [LibreELEC.wiki]
so long,
Hias
-
Just write the img.gz to a SD card (without pinn or a clone of your old installation), then config.txt and cmdline.txt are up-to-date and you don't have to worry about old kodi settings interfering.
so long,
Hias
-
If you want to test the nightlies better use a separate SD card for now and do a fresh install with the img.gz.
Updating from 9.2 isn't something we support ATM, you'd manually need to at least replace config.txt with current version, maybe also cmdline.txt if you changed something there, as lot of things have changed, and there's no easy way going back to 9.2 except restoring a full backup.
so long,
Hias
-
See here for more info: RE: LibreELEC (Leia) 9.2.5
With updated firmware my Pi400 managed to boot fine.
so long,
Hias
-
2.4.6-Leia is the latest official release and we are shipping that in our repo (the .1 at the end of "2.4.6.1" is internal LibreELEC revision number).
No idea what 2.4.6.4/5 should be - that doesn't match any tag/release in the repo Releases · peak3d/inputstream.adaptive · GitHub
We can (and will) update the addon when a new version has been officially released.
so long,
Hias
-
I ran into this issue as well
rpi-eeprom-update fails on non-RPi-OS systems due to missing dpkg md5sum file · Issue #237 · raspberrypi/rpi-eeprom · GitHubFixed rpi-eeprom is included in linux (RPi): update to 5.9.0+ by HiassofT · Pull Request #4593 · LibreELEC/LibreELEC.tv · GitHub
so long,
Hias
-
Scroll down a bit on the wiki page to the "Making keytable configuration permanent via rc_maps.cfg" section Infrared Remotes [LibreELEC.wiki]
so long,
Hias
-
Please have a look at the wiki page Infrared Remotes [LibreELEC.wiki]
Delete the lircd.conf file and just use the xbox_one rc keymap, that should match your remote.
so long,
Hias
-
I really think this should be solved in libcec, or alternatively in kodi, by eg providing some quirks options to workaround the issues with your TV. TBH that issue doesn't really sound like it would be specific to LibreELEC, probably libcec/kodi on Windows would have the same problems - solving the problem at the core would benefit more users.
so long,
Hias