I have been using lirc on my laptop (a dell mini 910), and using an FTDI USB-Serial cable with an infra-red LED and sensor attached to the end of it, to pick up signals from my TV remote and transmit back. I got all that working, finding the right remote file, compiling and installing lirc, etc.
I got the instructions for the ftdi usb-cable from http://www.huitsing.nl/irftdi/
I then installed lirc on my raspberry pi, but even with the same installation, same lircd.conf, the pi was not able to turn my TV on nor pick up the transmissions from the remote.
I installed lirc on a second raspberry pi, and even when one of them transmits, the other does not pick it up.
Some things that I've noticed that seem weird:
Using mode2, both pick up pulses and spaces when I point the remote at them and press a button. Also, both pick up the transmissions of the other when I send with one and listen with the other:
Code: Select all
piOne$ sudo irsend SEND_ONCE remote button
piTwo$ sudo mode2
Code: Select all
piTwo$ sudo irwThe only thing I can think of is that something is 'intercepting' the commands before irw gets them, because they're clearly being received.
Another thing that I'm not sure about is that if I install lirc via "apt-get install lirc" I get a hardware.conf in /etc/lirc as well as lircd.conf, but I'm not sure what should be in that file. When I remove lirc and compile and configure it, it says that no kernel modules are required for the hardware I'm using.
Any help? Anyone else used a USB-Serial cable like in http://www.huitsing.nl/irftdi/ on a raspberry pi?
Cheers,
Antony