Here's a build for RPi2 so you don't have to compile yourself:
LibreELEC-RPi2.arm-8.2-devel-20170914151154-r26071-gae9ce1ca8d.tar
so long,
Hias
Here's a build for RPi2 so you don't have to compile yourself:
LibreELEC-RPi2.arm-8.2-devel-20170914151154-r26071-gae9ce1ca8d.tar
so long,
Hias
Adding the alsa card conf with the correct card name (IQAudIODigi) is enough to make passthrough working in LE.
Could you test if this tree works: GitHub - HiassofT/LibreELEC.tv at le8-iqaudio-passthru
The last commit RPi,RPi2: add alsa card conf for IQAudIODigi to enable passthrough · HiassofT/LibreELEC.tv@ae9ce1c · GitHub should do it.
Please report back if this works, I don't have this card and can't test myself.
so long,
Hias
Yes, you can do this before updating.
so long,
Hias
Disable Lirc in LibreELEC settings.
BTW This is also mentioned in the 8.1.1 release notes LibreELEC (Krypton) v8.1.1 BETA – LibreELEC
so long,
Hias
LE 8.1.1 ships with kernel 4.9.43 and the commit is included there.
smp could you test if it works with LE 8.1.1 beta?
so long,
Hias
In LE 8.1/8.2 you can configure the lircd device and driver via /storage/.config/lirc_options.conf like in standard linux distributions - just copy over the default file from /etc/lirc/ and edit.
Better do it this way and remove all other custom systemd and/or autostart changes to make the config future-proof.
BTW: Initial wiki page on infrared remotes is here: infrared_remotes [LibreELEC]
so long,
Hias
Please don't double-post in different threads. See my answer here:
v8.1.0 beta - key presses on remote are repeated twice
so long,
Hias
can someone help me get my XBOX ONE remote working? using raspberry pi with IR on GPIO.
on 8.0.1 it was working perfectly
i attached all my config files whish was working on 8.0.1 but stopped working on 8.1.0.
BTW i switched on/off (everytime reboot) lirc in settings but no luck.
First remove this block from autostart.sh:
Then enable lirc in LE settings, this wil automatically pick up your lircd.conf file.
You also have to change your Lircmap.xml, the remote device has to be set to "devinput" instead of "XBOX-ONE".
Instead of using the "lirc-rpi" dtoverlay plus your lircd.conf file you can also use the "gpio-ir" dtoverlay and disable Lirc in LE settings. This should support the Xbox one remote out of the box, some of the KEY names seem to be different to the ones from your lircd.conf file though (see /usr/lib/udev/rc_keymaps/xbox_one) so you'll need to adapt your Lircmap.xml
so long,
Hias
You are probably still using the lirc-rpi dtoverlay. You need to use "dtoverlay=gpio-ir" instead.
so long,
Hias
The position of the IR receiver can certainly have an impact, you can try rotating/moving your RPi - ideally the receiver should point directly to you.
Use of Hifiberry should be harmless, I'm using a GPIO receiver myself with the Cirrus logic audio card.
Since you mentioned streaming from NAS the linked issue immediatly came to my mind. Simply speaking: transferring data via USB can mess with GPIO IR receivers. And on RPi the (wired) ethernet chip is connected via USB.
While personally I haven't experienced that issue yet (but I mainly play from local USB HDD, sometimes stream from the internet) it's not unthinkable that you are hit by it.
so long,
Hias
Could you give 8.1.0 beta a try? KEY_OK should work there, but make sure Lirc is disabled in LibreELEC settings.
There was a bug reported of KEY_OK not working in 8.0.x, eventlircd somehow didn't seem to pick up the remote events as it should. I couldn't reproduce it myself but we got reports that it works in 8.1.0
so long,
Hias
First check with "mode2" that your IR receiver is hooked up correctly and the GPIO pin setting in config.txt is correct. You should get a bunch of "pulse" and "space" messages when you press a button on your remote.
I'm currently writing a new guide on IR remotes in LibreELEC, until that's finished here are some additional hints and pointers.
Instead of "dtoverlay=lirc-rpi" better use "dtoverlay=gpio-ir". To configure the latter for GPIO 4 add this line to config.txt:
With gpio-ir you can use the new (and IMO easier to use) "ir-keytable" method to configure remotes and don't need to enable lirc.
Have a look at this thread for detailled infos on how to setup a custom configuration using ir-keytable:
so long,
Hias
Hi, I'm a little confused now. For me before everything was fine (no repetitions) but now the key presses are repeated sometimes (Logs). I have new batteries in my remote and I really only pressed once
It seems like it occurs more often when I watch a file from my NAS then when I watch it from a USB Stick, but maybe this is just arbitrary.
Quite certainly you are hit by this issue: lirc_rpi is sensitive to interrupt latency · Issue #906 · raspberrypi/linux · GitHub
Unfortunately there's not much we can do about that, it's a general problem of the RPi and how USB and GPIO remotes are handled.
As an alternative you can use a USB IR receiver, eg one integrated into a USB DVB receiver:
[SOLVED] LibreELEC + PCTV 461e + XBox One Remote
so long,
Hias
Similar issue with double press with 8.1 generic with harmony remote upgraded from 8.0.2. Lirc is not listed under my services. Is there a file I can edit to disable lirc?
Scroll down to the end of services, the option should be there always (in 8.0 the option was only shown if an IR receiver was detected).
You can also manually disable lirc via
and then reboot.
so long,
Hias
Another thing I noticed is that my IR remote stops working for about a minute after I switch my HDMI output cables. Not a big deal, but maybe it is helpful to know.
Have you double-checked the batteries in the remote aren't flat?
Other than that: output of
after this has happened could be useful.
Also check with "mode2" if the IR receiver is getting any signals.
so long,
Hias
Hmmm, probably this (huge left/right padding)
/* force left sidebar to 255px */
.col-3cm .main { background: url(../img/sidebar/s-right-s2.png) repeat-y right 0; }
.col-3cm .main-inner { background: url(../img/sidebar/s-left.png) repeat-y left 0; padding-left: 255px; padding-right: 260px; }
.col-3cm .sidebar.s1 { float: left; margin-left: -255px; }
.col-3cm .sidebar.s2 { float: right; margin-right: -260px; /* ingenuity! */ position: relative; right: -100%; }
.col-3cm .content { float: right; }
.sidebar.s1 { width: 255px; z-index: 2; }
.s1.expanded .post-nav { opacity:1;min-width: 255px; }
These settings are without @media
so long,
Hias
I can reproduce this with firefox-esr on debian stretch
hias@camel2:~$ apt-cache policy firefox-esr
firefox-esr:
Installed: 52.3.0esr-1~deb9u1
Candidate: 52.3.0esr-1~deb9u1
Version table:
*** 52.3.0esr-1~deb9u1 500
500 http://security.debian.org stretch/updates/main amd64 Packages
100 /var/lib/dpkg/status
45.9.0esr-1 500
500 http://ftp.at.debian.org/debian stretch/main amd64 Packages
Anyone played with the CSS lately?
so long,
Hias