[mythtv-users] Disable TurboSight IR driver ?
Robin Gilks
g8ecj at gilks.org
Wed Jun 10 11:17:56 UTC 2015
>
> Try:
> SUBSYSTEM=="lirc", \
> KERNEL=="lirc**", \
> ATTRS{idVendor}=="0471", \
> ATTRS{idProduct}=="0815", \
> SYMLINK+="lirc-mceusb"
>
> or:
> SUBSYSTEM=="lirc", \
> KERNEL=="lirc**", \
> DRIVERS=="mceusb", \
> SYMLINK+="lirc-mceusb"
>
> It should be on one line. The backslashes escape the linebreaks, so
> you can make it more readable on multiple lines.
> Put it in a file named like like /etc/udev/rules.d/80-lirc.rules
>
I tried the second and didn't get any further as it has worked perfectly!
Many thanks for the udev rules from everyone :)
--
Robin Gilks
More information about the mythtv-users
mailing list