[mythtv-users] remote doubles keypresses

Nick Morrott knowledgejunkie at gmail.com
Fri Nov 13 19:49:13 UTC 2015


On 13 November 2015 at 17:21, Kirk Bocek <t004 at kbocek.com> wrote:
>
>
> On 11/13/2015 9:14 AM, Kirk Bocek wrote:
>
>
> When I have not properly started lirc, the remote acts as a keyboard.
> Several of the keys act as specific keyboard keys (but not all).  I never
> understood why that happened, but was thinking this is the reason.
>
>
> This is what I put in /etc/X11/xorg.conf.d/99-IgnoreIR.conf
>
> #Get hardware ID from lsusb
> Section "InputClass"
>         Identifier "Ignore IR remote as keyboard"
>         MatchProduct "Media Center Ed. eHome Infrared Remote Transceiver
> (0471:0815)"
>         Option "Ignore" "on"
> EndSection
>
>
> Now that I'm checking my frontends, I wonder if I have that MatchProduct
> string correct. Both my IR receivers come up in lsusb as:
>
> Bus 001 Device 002: ID 0471:0815 Philips (or NXP) eHome Infrared Receiver
>
> Did I configure this correctly?

To find the correct MatchProduct string for the X11 ignore rule, run

$ xinput list --name-only

This will list the names for all X input devices (including any IR
remote receivers that X has configured).

Find the device name that corresponds to your IR receiver and add that
string to the MatchProduct entry in the rule, replacing the MCE text
if necessary.

Cheers,
Nick


More information about the mythtv-users mailing list