[mythtv-users] Anyone Using LIRC on CentOS 6.6?

Hika van den Hoven hikavdh at gmail.com
Thu Jun 4 15:05:47 UTC 2015


Hoi Kirk,

Thursday, June 4, 2015, 4:27:24 PM, you wrote:



> On 6/3/2015 11:24 PM, Alec Leamas wrote:
>>
>>
>> Anyway, you really need to disable the kernel decoding if you want to 
>> use lirc. What kind of write error did " echo -- 'lirc' > 
>> /sys/class/rc/rc0/protocols" give? Does /sys/class/rc/rc0 exist? Did 
>> you forget to do it as root (permission problem)?"
>>

> A write error. No I was doing it as root.

> $ cat /sys/class/rc/rc0/protocols
> [rc-5] [nec] [rc-6] [jvc] [sony] [lirc]

> The mental shift here that was unclear to me is that with 0.9.0 I need
> to move to the devinput interface from the LIRC interface I used with 
> 0.8.7. My /etc/sysconfig/lirc:

> LIRC_DRIVER="devinput"
> LIRC_DEVICE="/dev/input/event14"

> Now I think there is a udev rule I can provide to create a more stable
> device name.


Try:
SUBSYSTEM=="input", \
        KERNEL=="event*", \
        ATTRS{idVendor}=="0471", \
        ATTRS{idProduct}=="0815", \
        SYMLINK+="input/ir-mceusb"

or:
SUBSYSTEM=="input", \
        KERNEL=="event*", \
        DRIVERS=="mceusb", \
        SYMLINK+="input/ir-mceusb"



Tot mails,
  Hika                            mailto:hikavdh at gmail.com

"Zonder hoop kun je niet leven
Zonder leven is er geen hoop
Het eeuwige dilemma
Zeker als je hoop moet vernietigen om te kunnen overleven!"

De lerende Mens



More information about the mythtv-users mailing list