Gentoo Archives: gentoo-user

From: Roy Wright <royw@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] New kernel and udev
Date: Fri, 07 Oct 2005 18:45:13
Message-Id: 4346C121.3040603@cisco.com
In Reply to: Re: [gentoo-user] New kernel and udev by Richard Fish
1 Richard Fish wrote:
2
3 >
4 > Looking through /sbin/rc, gentoo will disable udev if any of the
5 > following are true:
6 >
7 > 1. RC_DEVICES is set to "devfs".
8 > 2. The kernel command line contains "noudev".
9 > 3. The kernel version is less than 2.6.0.
10 > 4. /sbin/udev does not exist or is not an executable file
11 > 5. The file /dev/.devfsd exists.
12 >
13 > Since the first 3 definitely do not apply, and you seem to have
14 > emerged udev, my guess is you probably need to remove /dev/.devfsd to
15 > enable udev.
16 >
17 > -Richard
18 >
19 THANK YOU!!!!
20
21 #5 was the problem. Could not remove it with devfs in use, so booted to
22 the mode where
23 neither devfs nor udev were used, then deleted it.
24
25 The only other issue so for was X wouldn't start. Xorg.0.log showed
26 /dev/mouse not
27 found. Had to "ln -s /dev/input/mice /dev/mouse" and presto.
28
29 Onward to 2.6.13...
30
31 Again,
32 Thank you!
33
34 -Roy
35 --
36 gentoo-user@g.o mailing list