Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
LIRC + PVR-150
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Ian
l33t
l33t


Joined: 28 Oct 2002
Posts: 834
Location: Somerville, MA

PostPosted: Fri Sep 09, 2005 2:58 am    Post subject: LIRC + PVR-150 Reply with quote

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
View user's profile Send private message
Fredde
Tux's lil' helper
Tux's lil' helper


Joined: 08 Feb 2005
Posts: 98

PostPosted: Fri Sep 09, 2005 11:47 am    Post subject: Reply with quote

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
View user's profile Send private message
Ian
l33t
l33t


Joined: 28 Oct 2002
Posts: 834
Location: Somerville, MA

PostPosted: Fri Sep 09, 2005 4:51 pm    Post subject: Reply with quote

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
View user's profile Send private message
Fredde
Tux's lil' helper
Tux's lil' helper


Joined: 08 Feb 2005
Posts: 98

PostPosted: Fri Sep 09, 2005 8:28 pm    Post subject: Reply with quote

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
View user's profile Send private message
Ian
l33t
l33t


Joined: 28 Oct 2002
Posts: 834
Location: Somerville, MA

PostPosted: Fri Sep 09, 2005 11:54 pm    Post subject: Reply with quote

Mine has everything your's does, but it doesn't create the nodes on module loading... :-\
Back to top
View user's profile Send private message
DrDoverylittle
n00b
n00b


Joined: 15 Oct 2004
Posts: 41

PostPosted: Thu Jul 06, 2006 2:48 am    Post subject: Reply with quote

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
View user's profile Send private message
Ian
l33t
l33t


Joined: 28 Oct 2002
Posts: 834
Location: Somerville, MA

PostPosted: Thu Jul 06, 2006 2:55 am    Post subject: Reply with quote

DrDoverylittle wrote:
I am having the same problem, did you ever solve this ?


...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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum