[mythtv-users] Trying To Get Two IR Receivers Working
Hika van den Hoven
hikavdh at gmail.com
Wed Oct 14 17:08:16 UTC 2015
Hoi Kirk,
Wednesday, October 14, 2015, 6:55:07 PM, you wrote:
> On 10/14/2015 9:32 AM, Alec Leamas wrote:
>> The devinput LIRC driver does exactly this - acts as a bridge between
>> the kernel decoding and the LIRC application interface. You feed the
>> event device as the --device option to devinput, starts lircd and then
>> uses irw. This is what's described in [2]
> Ah, I did not change the "device=" setting in lirc_options.conf. I think
> I thought it was saying what the device line the driver *created* at
> startup. My bad.
>>
>> You can use udev rules to handle that the event device is not fixed as
>> Karl described. However, it's not really necessary, see [1]
>>
>>
> That's right. You told me about that before. I got sidetracked onto
> other things. This device has a nice unique name so that:
> device = name='*Spinel*'
> Should work. Is it case sensitive?
> _______________________________________________
Yes.
You need something like:
SUBSYSTEM=="lirc", \
KERNEL=="lirc*", \
DRIVERS=="lirc_serial", \
SYMLINK+="lircSerial"
or:
SUBSYSTEM=="input", \
KERNEL=="event*", \
ATTRS{name}=="i2c IR (Hauppauge WinTV PVR-350", \
SYMLINK+="input/ir-PVR350"
Be aware of the backslashes to make them into one line
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