firstly is the module for lirc loaded? it is called lirc-serial

lsmod|grep lirc

second what device do you have as a result?

cd /dev
find|grep lirc

(it will probably be /dev/lirc0)

now assuming that is all ok try connecting to the device with one of the lirc 
command line programs:

mode2 -d /dev/lirc0

if you can get to there, and if the device is set correctly in 
/etc/conf.d/lircd, then it should be working.


On Thu, 23 Jun 2005 00:10:59 +0200
Luigi Pinna wrote:

> Alle 20:45, mercoledì 22 giugno 2005, Christoph Gysin ha scritto:
> > I had the same problem on my xbox a while ago.
> >
> > Either set in /etc/conf.d/lircd
> > LIRCD_OPTS="-d /dev/lirc0"
> >
> > or set a rule in /etc/udev/rules.d/10-udev.rules
> > KERNEL="lirc0", NAME="%k", SYMLINK="lirc"
> >
> > Christoph
> 
> It doesn't work!
> Another way?
> Thanks,
> Luigi
> -- 
> Public key GPG(0x073A0960) on http://keyserver.linux.it/

-- 
Nick Rout


-- 
gentoo-user@gentoo.org mailing list

Reply via email to