Gentoo Archives: gentoo-user

From: Matan Peled <chaosite@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] udev and nvidia
Date: Wed, 12 Oct 2005 11:16:13
Message-Id: 434CEF8B.9010804@gmail.com
In Reply to: [gentoo-user] udev and nvidia by Alexander Puchmayr
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 Alexander Puchmayr wrote:
5 > Hi!
6 >
7 > After upgrading the system and hence switching to kernel 2.6.13 and udev, my
8 > nvidia device nodes are no longer available and I did not find any way to
9 > create them automatically by udev.
10 >
11 > According to http://www.gentoo.org/doc/en/udev-guide.xml, I have
12 > * nvidia listed in /etc/modules.autoload.d/kernel-2.6, and verified that it
13 > is loaded.
14 > * media-video/nvidia-kernel-1.0.6629-r4 is installed
15 > * sys-apps/baselayout-1.11.13-r1 is installed
16 >
17 > Additionally, I installed the coldplug package.
18 >
19 > grep nvidia /etc/udev/rules.d/50-udev.rules
20 > KERNEL=="nvidia*", NAME="%k", GROUP="video"
21 >
22 > Why is there no /dev/nvidia[0-7] and nvidiactl ?
23 > What did I forget?
24 >
25 > Thanks for suggestions and greetings
26 > Alex
27
28 Doing this should resolve the problem:
29
30 (Note that # designates a root shell...)
31
32 # [ -z /etc/portage/ ] && mkdir /etc/portage
33 # echo media-video/nvidia-kernel >> /etc/portage/package.keywords
34 # emerge nvidia-kernel
35 # reboot
36
37 Instead of rebooting in the last line, you could also quit X and do:
38 # modprobe -r nvidia && modprobe nvidia
39
40 - --
41 [Name ] :: [Matan I. Peled ]
42 [Location ] :: [Israel ]
43 [Public Key] :: [0xD6F42CA5 ]
44 [Keyserver ] :: [keyserver.kjsl.com]
45 encrypted/signed plain text preferred
46
47 -----BEGIN PGP SIGNATURE-----
48 Version: GnuPG v1.4.1 (GNU/Linux)
49
50 iD8DBQFDTO+LA7Qvptb0LKURAtUEAJ9dvUKVZEub9plZb3Z01NqL3s7AMACgiiqT
51 9YtV7FWFFfXLhpReLL/Oo08=
52 =OQuU
53 -----END PGP SIGNATURE-----
54 --
55 gentoo-user@g.o mailing list