Gentoo Archives: gentoo-user

From: renna bud <rennabh@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] failed to load nvidia kernel module
Date: Sun, 30 Oct 2005 10:36:34
Message-Id: 200510301232.27827.rennabh@gmail.com
In Reply to: Re: [gentoo-user] failed to load nvidia kernel module by Qian Qiao
1 On Thursday 27 October 2005 22:12, Qian Qiao wrote:
2 > On 10/27/05, Bob Young <BYoung@××××××××××.com> wrote:
3 > > -----Original Message-----
4 > > From: Qian Qiao [mailto:qian.qiao@×××××.com]
5 > > Sent: Thursday, October 27, 2005 2:20 PM
6 > > To: gentoo-user@l.g.o
7 > > Subject: Re: [gentoo-user] failed to load nvidia kernel module
8 > >
9 > >
10 > > I doubt it's kernel related, I'm on a amd64 with 2.6.13-r3 here. And
11 > > nvidia-kernel 6626-r4 runs fine.
12 > >
13 > >
14 > > Seems it is:
15 > >
16 > > Thread from another user who experienced the problem:
17 > >
18 > > http://www.usenetlinux.com/archive/topic.php/t-495527.html
19 > >
20 > > The bug on it posted in Gentoo bugzilla:
21 > >
22 > > http://bugs.gentoo.org/show_bug.cgi?id=104369
23 > >
24 > > Regards,
25 > > Bob Young
26 >
27 > Indeed, the comments in the bug report from b.g.o could've explained
28 > it. I had RC_DEVICE_TARBALL="yes".
29 >
30 > And from the comments, a few ways to possibly fix the problem:
31 > a) set RC_DEVICE_TARBALL="yes", then run /sbin/NVmakedevices.sh once.
32 > or b) add
33 > <code>
34 > if [ ! -e /dev/nvidia0 ]; then
35 > /sbin/NVmakedevices.sh
36 > fi
37 > </code>
38 > to your /etc/conf.d/local.start
39 >
40 > -- Joe
41 >
42 > --
43 > There are 3 kinds of people in the world:
44 > Those who can count, and those who can't.
45 >
46 > Money can't buy everything.
47 > Sometimes money can't even buy a gun...
48
49
50 yes this was the very problem with me too. trying other versions of the driver
51 didn't work, but running /sbin/NVmakedevices.sh solved the problem, and
52 having added
53 if [ ! -e /dev/nvidia0 ]; then
54 /sbin/NVmakedevices.sh
55 fi
56 to my local.start now all is working fine.
57 --
58 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] failed to load nvidia kernel module Joshua Schmidlkofer <joshland@×××××.com>