[mythtv-users] Lirc Repeating Keys

Duncan Brown mythtv2 at duncb.co.uk
Tue Jul 7 06:34:14 UTC 2015


On 06/07/2015 17:49, Kirk Bocek wrote:
>
>
> On 6/28/2015 4:39 PM, Nick Morrott wrote:
>> On 29 June 2015 at 00:27, Kirk Bocek <t004 at kbocek.com> wrote:
>>> One of my frontends is repeating navigation commands (Up, Down, 
>>> Left, Right)
>>> with LIRC. The way I remember fixing this is with the "Repeat =" 
>>> line in
>>> "~/.mythtv/lircrc". Does that sound right? I ask because I am up to 
>>> "Repeat
>>> = 10" to get this fixed. Seems like a lot.
>> If it's a devinput device you might need to blacklist it for X
>> otherwise it may grab it as an additional input device.
>>
>> Check with
>>
>> $ xinput
>>
>>
>> Cheers,
>> Nick
>
> I managed to narrow down my repeating input thing a bit. It happens 
> right after a reboot: navigation commands are repeated and control is 
> difficult. But if I then log in remotely and restart LIRC:
>
> #service lirc restart
>
> and then restart mythfrontend *without* rebooting, the stuttering goes 
> away.
>
> Nick suggests blacklisting devinput. How do I do that?
>
Try adding this to xorg.conf

Section "InputClass"
         Identifier "MCE USB Keyboard mimic blacklist"
         Driver      "mceusb"
         MatchProduct "Media Center Ed. eHome Infrared Remote 
Transceiver (0471:0815)"
         Option "Ignore" "on"
EndSection


With Matchproduct matched to your device (run |grep '^N:' 
/proc/bus/input/devices |to find it)

cheers

Dunc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20150707/7da7d529/attachment-0001.html>


More information about the mythtv-users mailing list