From: Bengt M. <bu...@be...> - 2021-04-20 20:10:28
|
On 4/20/21 8:53 PM, Mary Strimel wrote: > > .... > > Thank you. Yes, I do get those plugins listed just as you have. I think > I also have a more basic problem though. The lirc docs say that I should > have an entry in /sys/class/rc. But "ls /sys/class/rc" returns no > information. AFAIK, this is for hardware that is supported by the kernel directly. You want to use Lirc, so that is not relevant. The Lirc driver uirt2_raw.so is the driver you want. (I am not 100% sure though.) > Also: > mary@mythbox:/sys/class/rc$ mode2 > Using driver uirt2_raw on device ttyUSB0 > Cannot initiate device ttyUSB0 Try as root. For deployment, instead configure udev through a suitable /etc/udev/rules.d/*.rules. |