View previous topic :: View next topic |
Author |
Message |
andre77 n00b
Joined: 31 May 2005 Posts: 14
|
Posted: Sat Dec 03, 2005 3:45 pm Post subject: ati remote wonder & lirc |
|
|
I have an ati remote wonder and i want to use it with lirc with my mythtv box.
I can't use lirc.
I installed lirc with atiusb driver, i load driver with Quote: | modprobe lirc_atiusb |
Then i start lirc with
But when I launch , Ilircd terminate with this message
Quote: |
lircd 0.7.0[9760]: lircd(atiusb) ready
lircd 0.7.0[9760]: accepted new client on /dev/lircd
lircd 0.7.0[9760]: could not get file information for /dev/lirc
lircd 0.7.0[9760]: default_init(): No such file or directory
lircd 0.7.0[9760]: caught signal
Terminated
|
I see than how launc lircd it don't create /dev/lirc0 so I do
Quote: | mknod /dev/lirc0 c 61 0 |
and if I start lircd with:
Quote: | lircd --nodaemon -d /dev/lirc0 |
and then:
I recive:
Quote: | irw /dev/lirc0
connect: Connection refused
|
anyone could help me? |
|
Back to top |
|
|
andre77 n00b
Joined: 31 May 2005 Posts: 14
|
Posted: Mon Dec 05, 2005 7:25 am Post subject: |
|
|
Anyone? |
|
Back to top |
|
|
kuemmel n00b
Joined: 19 May 2003 Posts: 61 Location: stuttgart, Germany
|
Posted: Wed Dec 07, 2005 8:12 pm Post subject: |
|
|
Hi andre77,
just encountered the same difficulties. check this one:
https://forums.gentoo.org/viewtopic-t-396611-highlight-lirc.html
for me, it was in section 4: I had to change /etc/conf.d/lircd
Code: |
LIRCD_OPTS="-d /dev/lirc/0"
|
hope this helps, and many thanks for the great howto mentioned above!
Joachim
[/code] |
|
Back to top |
|
|
|