[mythtv-users] Double keys on remote

Josu Lazkano josu.lazkano at gmail.com
Sun Feb 19 11:58:10 UTC 2012


2012/2/18 Andrew Stadt <acstadt at stadt.ca>:
> On 18/02/2012 10:01 AM, Josu Lazkano wrote:
>> Thanks Andrew! This work for me: # echo lirc >
>> /sys/class/rc/rc0/protocols Best regards.
> FWIW: I added the following two lines to /etc/init.d/lirc
>
>                                 # disable in kernel interpretation of
> rc cmds
>                                 echo lirc > /sys/class/rc/rc0/protocols
>
> (I put these right after the line:
>                                 start-stop-daemon --start --quiet
> --oknodo --exec /usr/sbin/lircd -- $LIRCD_ARGS < /dev/null
> )
>
> Cheers,
>
> Andrew.
>

Hello again, after some hours of using MythTV, I have same problem
again and the rcN protocols path changed (from rc0 to rc2):

# ls -l /sys/class/rc/
total 0
lrwxrwxrwx 1 root root 0 Feb 19 12:51 rc2 ->
../../devices/pci0000:00/0000:00:06.0/usb4/4-5/4-5:1.0/rc/rc2

# cat /sys/class/rc/rc2/protocols
[rc-5] [nec] [rc-6] [jvc] [sony] [mce_kbd] [lirc]

After apply this it is solved:

# echo lirc > /sys/class/rc/rc2/protocols

How could I fix the rc path? May I use a cron job to check it?

Thanks for your help.

-- 
Josu Lazkano


More information about the mythtv-users mailing list