Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
udev not creating parallel port devices
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
doro1211
Guru
Guru


Joined: 06 Jun 2004
Posts: 312

PostPosted: Thu Jul 05, 2007 5:24 pm    Post subject: udev not creating parallel port devices Reply with quote

Since I upgraded my motherboard (and kernel) udev is not creating device nodes for my parallel ports. I have turned on support for them in the kernel. I have a multi-io card (it's a print server, so I need multiple parallel ports) and the card worked perfectly with an older 2.6 kernel pre-udev. Support for the multi io card is also on. For some reason none of the parallel ports get device nodes created, either the one on the motherboard or the two on the io card. udev simply ignores them.

Any idea how I can make it create device nodes for them?
Back to top
View user's profile Send private message
l33tmmx
Tux's lil' helper
Tux's lil' helper


Joined: 12 Mar 2005
Posts: 112
Location: Pirkkala, Finland

PostPosted: Thu Jul 05, 2007 7:48 pm    Post subject: Reply with quote

Did you configure your kernel for parallel printer support (Device drivers > Character devices > Parallel printer support), either as builtin or as a module? Parallel port support as such is not enough.
If built as a module, it must be loaded manually, udev doesn't load it. Either
Code:
modprobe lp
or add 'lp' to /etc/modules.autoload.d/kernel-2.6. The device node(s) should be created automatically, then.

At least, that's how I managed to get the parallel printer working on my print etc. server (one parallel port / printer only). 8)
_________________
"Trust me, I know what I'm doing!"
- Sledge Hammer
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