LIRC & irtoy: hardware does not support sending
Posted: Tue Feb 27, 2024 10:51 pm
Updating my existing IR setup - yet again (for the n-th time in 20 years...)
irToy hardware IR sender/receiver on Xubuntu 20.04.6, using lirc 0.10.1.
It works!
Well, at first I got an error, when I tried this:
Edit the following lines in /etc/lircd_options.conf:
Do *not* use the irtoy driver. I think that's only for the `/dev/ttyACM0` kernels.
Restart lircd service, and irsend (and the rest) really "just works":
My setup:
I'm using the "new" (kernel 5.15) lirc kernel modules/drivers and the default `apt install lirc` package.
irToy hardware IR sender/receiver on Xubuntu 20.04.6, using lirc 0.10.1.
It works!
Well, at first I got an error, when I tried this:
Code: Select all
$ irsend SEND_ONCE UniversumVCR power
[SOLUTION]hardware does not support sending
Edit the following lines in /etc/lircd_options.conf:
Code: Select all
driver = default
device = auto
Restart lircd service, and irsend (and the rest) really "just works":
Code: Select all
$ sudo systemctl restart lircd
I'm using the "new" (kernel 5.15) lirc kernel modules/drivers and the default `apt install lirc` package.