Gentoo Archives: gentoo-user

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