Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
2.6.14-r5 and devfs/udev [SOLVED]
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
ralvy
n00b
n00b


Joined: 26 Sep 2004
Posts: 74

PostPosted: Fri Dec 16, 2005 10:44 pm    Post subject: 2.6.14-r5 and devfs/udev [SOLVED] Reply with quote

I find that when I go from 2.6.12-r10 to 2.6.14-r5, my boot complains about my needing the kernel to support devfs and udev. But I did a

Code:
make oldconfig


using the .config that was used to build 2.6.12-r10, and that older kernel works fine. What might I be doing wrong here?


Last edited by ralvy on Sat Dec 17, 2005 3:22 am; edited 1 time in total
Back to top
View user's profile Send private message
dgaffuri
Advocate
Advocate


Joined: 05 Jun 2005
Posts: 2078
Location: Italy

PostPosted: Fri Dec 16, 2005 11:03 pm    Post subject: Reply with quote

Nothing wrong. You should use udev _or_ devfs. Anyway devfs is no more supported by kernels >= 2.6.13, so you may migrate to udev or (never tried this but should work) just keep your static /dev fs and set
Code:
RC_DEVICES="static"

in /etc/conf.d/rc. Depending on your current version, you may have to upgrade baselayout to see that option (don't remember when it was introduced, look at /sbin/rc to see if the variable is used).
_________________
Adopt an unanswered post
If you feel that your problem has been solved please edit the top post and add [solved] to the subject
Back to top
View user's profile Send private message
ralvy
n00b
n00b


Joined: 26 Sep 2004
Posts: 74

PostPosted: Sat Dec 17, 2005 1:43 am    Post subject: Reply with quote

Thanks. Using your advice, I emerged udev and then changed my xorg.conf file to point to

Code:
/dev/input/mice


instead of

Code:
/dev/mouse


Now all is fine.
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