|
From: Kevin H. <won...@tp...> - 2007-03-31 02:30:40
|
On Fri, 30 Mar 2007 04:24:35 -0700 (PDT) SimpleSimon <pu...@cs...> wrote: > > > Daniel M-2 wrote: > > > >> Is there some secret to get the lirc_mceusb2 module to send? > >> > >> I'm currently being told that the "hardware does not support > >> sending". > > > > There is no secret...and the hardware DOES support transmitting... > > > > However you must make sure you are using a driver >v0.23 since the > > old drivers do not support transmitting. So please upgrade to the > > latest lirc version and see if that helps. > > > > OK... Newb here... > > Where do I find v0.23+ of the module(s)? It makes perfect sense that > the modules currently installed are not operating properly, but I've > got the latest installable via YaST. I've done some googling for the > lirc modules/drivers source or an RPM. > > I know that this should be a simple fix and that I just don't know > where to look. > > Thanks! This worked for me ... Get a snapshot from: http://lirc.sourceforge.net/software/snapshots/lirc-0.8.2pre1.tar.bz2 Unpack it in /usr/src/ Get latest version 1.27 driver here ... http://lirc.cvs.sourceforge.net/*checkout*/lirc/lirc/drivers/lirc_mceusb2/lirc_mceusb2.c Copy lirc_mceusb2.c over existing driver v 1.25 in snapshot tree at /usr/src/lirc-0.8.2pre1/drivers/lirc_mceusb2/lirc_mceusb2.c cd /usr/src/lirc-0.8.2pre1/ ./configure --prefix=/usr --with-driver=mceusb2 && make locate existing modules lirc_mceusb2.ko and lirc_dev.ko on your system somewhere under /lib/modules/ and replace them with modules from the snapshot tree, at /usr/src/lirc-0.8.2pre1/drivers/lirc_mceusb2/lirc_mceusb2.ko & /usr/src/lirc-0.8.2pre1/drivers/lirc_dev/lirc_dev.ko depmod -a email me off list if you have any problems ... |