Gentoo Archives: gentoo-user

From: Jose Maria Alvarez Fernandez <jmalvarezf@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] failed to load nvidia kernel module
Date: Thu, 27 Oct 2005 21:48:46
Message-Id: 436149F0.2010900@gmail.com
In Reply to: Re: [gentoo-user] failed to load nvidia kernel module by Qian Qiao
1 Strange. I tried 7174 and down without success. Every time i had to use
2 the script showed. I have to use 7667 or above with 2.6.13 in order to
3 have nodes working correctly. It may also depend on xorg version.
4
5 Greetings!
6
7 Qian Qiao wrote:
8 > On 10/27/05, Jose Maria Alvarez Fernandez <jmalvarezf@×××××.com> wrote:
9 >
10 >>It's kernel related. 2.6.13 doesn't create the nvidia devicess correctly
11 >>with udev, which with 2.6.13 is default. You can try to put this in the
12 >>local.start if you want to use this nvidia kernel versions:
13 >>
14 >>for i in 0 1 2 3 4 5 6 7; do
15 >> node="/dev/nvidia$i"
16 >> rm -f $node
17 >> mknod $node c 195 $i || echo "mknod \"$node\""
18 >> chmod 0660 $node || echo "chmod \"$node\""
19 >> chown :video $node || echo "chown \"$node\""
20 >>done
21 >>node="/dev/nvidiactl"
22 >>rm -f $node
23 >>mknod $node c 195 255 || echo "mknod \"$node\""
24 >>chmod 0666 $node || echo "chmod \"$node\""
25 >>chown :video $node || echo "chown \"$node\""
26 >>
27 >>Hope it helps!
28 >
29 >
30 > I doubt it's kernel related, I'm on a amd64 with 2.6.13-r3 here. And
31 > nvidia-kernel 6626-r4 runs fine.
32 >
33 > -- Joe
34 >
35 > --
36 > There are 3 kinds of people in the world:
37 > Those who can count, and those who can't.
38 >
39 > Money can't buy everything.
40 > Sometimes money can't even buy a gun...
41 >
42 --
43 gentoo-user@g.o mailing list