|
From: Dan I. <dan...@gm...> - 2005-01-08 18:48:06
|
Hello Amigo,
If you have not already fixed your problem, try this:
Start lircd in nodaemon mode.
lircd -n -d /dev/lirc /etc/lircd.conf
After it starts you should see a message:
lircd 0.7.1-CVS: lircd(bte) ready
If you are seeing something other than "bte" as the lircd driver, that means
you are using the wrong lircd binary. Check and make sure you don't have
any other versions floating around. Also try running the lircd binary from your
build directory: lirc/daemons/lircd
I had this problem on my Gentoo 2.6.9 box. I had the gentoo lircd
installed in /usr/sbin/lircd. To fix it, I did a 'make uninstall' in
my CVS lirc build dir, then reconfigured with the --prefix=/usr and
did 'make install'.
Also since you are using the T68i, you can get access to 1 additional
button, the menu button (just below the Yes button). The standard
lircd.conf does not have this button mapped. On my T616 mapping that
button doesn't work, only on my T68i. Anyway, just add this line to
your lircd.conf:
MENU 0x0066
Hope this helps,
Dan
> Hi all, i have a problem with my bluetooth sony ericsson t68i and lirc.
> I follow the steps given in lirc web page but i can"t view BTE in
> Accessories on my T68i Menu.
> I have discovered my BT cell phone address with "hcitool scan"
> and then i have used :
> /rfcomm bind 1 XX:XX:XX:XX:XX/
> to bind my address to virtual serial rfcomm1 port.
> Then i have linked /dev/lirc with /dev/rfcomm1 with ln -sf /dev/rfcomm1
> /dev/lirc and copied ericsson config in /etc directory as lircd.conf.
> But when i start lircd nothing happens.
> Someone use successfully lirc with bluetooth??
> I hope that u can help me, i use lirc 0.7.0 on Suse 9.2 and kernel 2.6.8
> Thanks in advance.
|