Hi,
I’ve tried to use my raspberry as a remote control to to control my TV by using Irdroid USB IR Transceiver which need “usb_irtoy” driver compiled into lirc. Is there a reason that this driver is not within standard armv7-remote-osmc package? Also, if I try to apt-get install lirc, it wants to remove the base package rbp2-device-osmc :
The following packages will be REMOVED:
armv7-eventlircd-osmc armv7-lirc-osmc armv7-remote-osmc rbp2-device-osmc
In fact, it is included in lirc since version 0.9.3. Do you know if I can manually compile it form source and use it along the armv7-lirc-osmc packagge ?
It seems, according to dangerous prototypes forum, that using irman driver should make the trick.
Unfortunately, the irman driver is neither included in OSMC, although it’s an old driver included in lirc 0.9.0.
I’m trying to re-compile the armv7-lirc-osmc so I can get the driver, but I don’t have the source :
osmc::osmc { ~ }-> apt-get source armv7-lirc-osmc
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to find a source package for armv7-lirc-osmc
Any idea about the URL I must add into my sources.list ?