|
From: Josu L. <jos...@gm...> - 2012-12-03 21:57:43
|
2012/12/3 Fabrice Delente <del...@gm...>: >> Check /etc/lirc/lircd.conf for theese keys. > > > I removed the keys, but still no go with irw. > > Additionnaly I get this in /var/log/lirc: > > Dec 3 20:55:59 hp-compaq lircd: accepted new client on /var/run/lirc/lircd > Dec 3 20:55:59 hp-compaq lircd: could not get hardware features > Dec 3 20:55:59 hp-compaq lircd: this device driver does not support the > LIRC ioctl interface > Dec 3 20:55:59 hp-compaq lircd: make sure you use a current version of the > driver > Dec 3 20:55:59 hp-compaq lircd: WARNING: Failed to initialize hardware > > I have compiled lirc 0.8.7, and my kernel is 2.6.32-5-amd64. Is it because > it is 64 bits? > >> >> >> Regards. >> >> -- >> Josu Lazkano > > > > > -- > À bientôt. > > -- > Fabrice DELENTE > > ------------------------------------------------------------------------------ > Keep yourself connected to Go Parallel: > BUILD Helping you discover the best ways to construct your parallel > projects. > http://goparallel.sourceforge.net Hello Fabrice, I have same device on same OS. I am not expert on Linux, maybe someone on the list knows better how to get it working. This is my way: 1. Install sources: (select “mceusb2”) apt-get install lirc-modules-source 2. Reconfigure: dpkg-reconfigure lirc-modules-source 3. Create module: m-a prepare m-a a-i lirc 4. Load module: modprobe lirc_mceusb2 5. Configure hardware: LIRCD_ARGS="" #START_LIRCMD=false #START_IREXEC=false LOAD_MODULES=true DRIVER="default" DEVICE="/dev/lirc0" MODULES="lirc_dev lirc_mceusb2" LIRCD_CONF="/etc/lirc/lircd.conf" LIRCMD_CONF="" Good luck! -- Josu Lazkano |