UPDATE: I've given up and went with a Phillips/Microsoft USBMCE remote. Works great without any tweaking.
UPDATE: I've given up and went with a Phillips/Microsoft USBMCE remote. Works great without any tweaking.
I updated the zilog.diff patch to work in 10.04, its just a copy of the old diff with the changes from Jarod's lirc kernel driver git tree, but with the includes from the old patch
Code:sudo apt-get install lirc-modules-source cd /usr/src/lirc-0.8.6/ sudo patch -p0 < ~/zilog.diff sudo dpkg-reconfigure lirc-modules-source
Last edited by mrplow; August 29th, 2010 at 02:40 AM. Reason: typo, double sudo
I try your patch. i did the command + sudo modprobe lirc_zilog
Everything look good
lsmod |grep lirc
lirc_zilog 13245 0
lirc_i2c 5845 1
lirc_dev 8890 4 lirc_zilog,lirc_i2c
ls -l lirc*
crw-rw---- 1 root root 61, 0 2010-05-02 10:43 lirc0
lrwxrwxrwx 1 root root 19 2010-05-02 10:43 lircd -> /var/run/lirc/lircd
lrwxrwxrwx 1 root root 20 2010-05-02 10:43 lircd1 -> /var/run/lirc/lircd1
I still have this error:
irsend: command failed: SEND_ONCE blaster 1
irsend: hardware does not support sending
Do you know the problem? is it hardware.conf, lircd.conf or something else?
I could be your hardware.conf or lirc_zilog isn't working properly. Check which devices are created after you load lirc_zilog as well.
If you load zilog with debug=1 what is your syslog output? Using the original patch I would get lirc_zilog: no device found messages.Code:ls /dev/lirc*
open a second terminalCode:tail -f /var/log/syslog
relevant part of my hardware.confCode:sudo rmmod lirc_zilog sudo modprobe lirc_zilog debug=1
I only use lirc for blasting so I don't have lirc_i2c loadedCode:TRANSMITTER_MODULES="lirc_zilog" TRANSMITTER_DEVICE="/dev/lirc0"
Ok. i unload lirc_i2c (sudo rmmod lirc_i2c) and modify the hardware.conf to remove lirc_i2c. I rebooted and it seems to work.
What is the use of lirc_i2c?
Thanks MrPlow
Lirc was updated tonight. Guess what, it doesn't work anymoreI hate this soooo much.
I think the patch for lirc-zilog is not up to date for the new version. MrPlow, can you confirm???
When i did sudo dpkg-reconfigure lirc-modules-source i receive an error (bad something)
Thanks
Same here, something was updated and it no longer works for me either.
ya mine broke yesturday as well, on my other machine as well which doesn't have zilog but that was a slightly different reason.
I had to remove the lirc source
sudo sudo apt-get install lirc-modules-source
sudo rm -rf /usr/src/lirc-0.8.6/
then reinstall it and apply the patch like before, the patch needed no changes
Bookmarks