1
USB Infrared Toy / Re: USB IR Toy V2 + Lirc + Raspberry Pi (2015)
did you fixed that issue? I am still fighting to get this running at Raspi2.
At least I managed to solve the problem
Quote
error while loading shared libraries: liblirc.so.0: cannot open shared object file: No such file or directory
by creating links from /usr/lib/ to /usr/local/lib/ (where LIRC installation copied the shared libs):
Code: [Select]
liblirc.so.0 -> /usr/local/lib/liblirc.so.0
libirrecord.so.0 -> /usr/local/lib/libirrecord.so.0
But at the end it's still not working. Tried to record a lircd configuration by running:
Code: [Select]
sudo /usr/local/bin/irrecord -U plugins/.libs/ -n -H irtoy -d /dev/ttyACM0 irTEST.confAnd got message:
Code: [Select]
Could not init hardware (lircd running ? --> close it, check permissions)(And lircd is not running!)
So I am afraid that hardware initialisation with driver irtoy is not (yet) working.
Any ideas welcome!
DerIng