Gentoo Archives: gentoo-user

From: Bob Young <BYoung@××××××××××.com>
To: gentoo-user@l.g.o
Subject: RE: [gentoo-user] failed to load nvidia kernel module
Date: Thu, 27 Oct 2005 21:06:56
Message-Id: FAEEIJPAOFEMBBLKPMJECEKCDEAA.BYoung@NuCORETech.com
In Reply to: Re: [gentoo-user] failed to load nvidia kernel module by Jose Maria Alvarez Fernandez
1 -----Original Message-----
2 From: Jose Maria Alvarez Fernandez [mailto:jmalvarezf@×××××.com]
3 Sent: Thursday, October 27, 2005 1:37 PM
4 To: gentoo-user@l.g.o
5 Subject: Re: [gentoo-user] failed to load nvidia kernel module
6
7 It's kernel related. 2.6.13 doesn't create the nvidia devicess correctly
8 with udev, which with 2.6.13 is default. You can try to put this in the
9 local.start if you want to use this nvidia kernel versions:
10
11 for i in 0 1 2 3 4 5 6 7; do
12 node="/dev/nvidia$i"
13 rm -f $node
14 mknod $node c 195 $i || echo "mknod \"$node\""
15 chmod 0660 $node || echo "chmod \"$node\""
16 chown :video $node || echo "chown \"$node\""
17 done
18 node="/dev/nvidiactl"
19 rm -f $node
20 mknod $node c 195 255 || echo "mknod \"$node\""
21 chmod 0666 $node || echo "chmod \"$node\""
22 chown :video $node || echo "chown \"$node\""
23
24 Hope it helps!
25 *******************************************************************************
26
27 I thought that was what I remembered. Although....if it's the 2.6.13 gentoo kernel that's responsible for creating the necessary nodes, why do the unstable/masked versions of nvidia-kernel work correctly under a 2.6.13 kernel without any "helper" scripts?
28
29 Regards,
30 Bob Young
31
32
33
34
35
36 --
37 gentoo-user@g.o mailing list