Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
/dev/modem gone after Udev update...
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
Greven
Tux's lil' helper
Tux's lil' helper


Joined: 28 Jul 2002
Posts: 138

PostPosted: Sun Jul 18, 2004 10:36 pm    Post subject: /dev/modem gone after Udev update... Reply with quote

Hello.....

I just updated to Udev-030 and my modem stopped working. So I have to do;

Code:

ln -s /dev/ttyS4 /dev/modem


Is there a way to fix this so I don't have to do a link every time I reboot?
_________________
veritas vos liberabit...
Linux User Number: 346805
Wine-Wiki
AMD 64 3500+ | MSI "K8T NEO2-FIR" | mushkin Dual Channel DDR 400
Back to top
View user's profile Send private message
oumpah-pah
Guru
Guru


Joined: 18 Jul 2004
Posts: 575
Location: Lausanne, Switzerland

PostPosted: Sun Jul 18, 2004 10:54 pm    Post subject: Reply with quote

You have to edit your udev-rules. They are usually located in /etc/udev/rules.d and must all have the form *.rules
They are read in lexical order, so you can just create a 10-local.rules file in that directory, and put the following line in it :
Code:
KERNEL="ttyS4", NAME="%k", SYMLINK="modem"

That's all.
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