View previous topic :: View next topic |
Author |
Message |
ralvy n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 26 Sep 2004 Posts: 74
|
Posted: Fri Dec 16, 2005 10:44 pm Post subject: 2.6.14-r5 and devfs/udev [SOLVED] |
|
|
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
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 |
|
![](templates/gentoo/images/spacer.gif) |
dgaffuri Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 05 Jun 2005 Posts: 2078 Location: Italy
|
Posted: Fri Dec 16, 2005 11:03 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
ralvy n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 26 Sep 2004 Posts: 74
|
Posted: Sat Dec 17, 2005 1:43 am Post subject: |
|
|
Thanks. Using your advice, I emerged udev and then changed my xorg.conf file to point to
instead of
Now all is fine. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|