View previous topic :: View next topic |
Author |
Message |
Ian l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 28 Oct 2002 Posts: 834 Location: Somerville, MA
|
Posted: Fri Sep 09, 2005 2:58 am Post subject: LIRC + PVR-150 |
|
|
I did have Lirc working, and everything was great, but somehow the device node got changed, and is now totally gone.
Basically, I had lirc reading from /dev/lirc0. That somehow moved to /dev/lirc/0, easy enough to compensate for, but about two or three hours after changing /etc/conf.d/lircd, /dev/lirc/0 disappeared leaving behind /dev/lircd as the only thing closely resembling the correct devicde node. I use udev, which I thought should take care of all of this stuff, but for some reason it's not. I have no idea what files are important for this, but lirc is now reinstalled with the default settings, and it's still not working (lack of a device node).
Any ideas, or need any more information to get any ideas...? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Fredde Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 08 Feb 2005 Posts: 98
|
Posted: Fri Sep 09, 2005 11:47 am Post subject: |
|
|
Hi!
What kind of rules do udev have for lirc? (/etc/udev/rules/lirc.rules, not sure this is the correct path) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Ian l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 28 Oct 2002 Posts: 834 Location: Somerville, MA
|
Posted: Fri Sep 09, 2005 4:51 pm Post subject: |
|
|
Just says to make nodes at /dev/lirc/0-9, which explains why that behavior changed from /dev/lirc0, but now I don't know why it's not showing up at all. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Fredde Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 08 Feb 2005 Posts: 98
|
Posted: Fri Sep 09, 2005 8:28 pm Post subject: |
|
|
My lirc udev rules file is called:
Code: | /etc/udev/rules.d/10-lirc.rules |
this file looks like:
Code: | KERNEL="lirc[0-9]*", NAME="lirc" |
I changed it from:
Code: | KERNEL="lirc[0-9]*", NAME="lirc/%n" |
The later will create the node /dev/lirc/0 when you load the lirc kernel modules (the first will create /dev/lirc).
The lirc device should be created when you load the lirc kernel module (I use the ATI Remote, so I load lirc_dev and lirc_atiusb). |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Ian l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 28 Oct 2002 Posts: 834 Location: Somerville, MA
|
Posted: Fri Sep 09, 2005 11:54 pm Post subject: |
|
|
Mine has everything your's does, but it doesn't create the nodes on module loading... :-\ |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
DrDoverylittle n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 15 Oct 2004 Posts: 41
|
Posted: Thu Jul 06, 2006 2:48 am Post subject: |
|
|
Ian wrote: | Mine has everything your's does, but it doesn't create the nodes on module loading... :-\ |
I am having the same problem, did you ever solve this ? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Ian l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 28 Oct 2002 Posts: 834 Location: Somerville, MA
|
Posted: Thu Jul 06, 2006 2:55 am Post subject: |
|
|
...yes.
However...it was almost a year ago...and to be honest, I haven't a clue what I did to make it work. I do know that now I can use the remote without any trouble though.
Good luck? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|