On 10/27/05, Bob Young <[EMAIL PROTECTED]> wrote:
>
>
> -----Original Message-----
> From: Qian Qiao [mailto:[EMAIL PROTECTED]
> Sent: Thursday, October 27, 2005 2:20 PM
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] failed to load nvidia kernel module
>
>
> I doubt it's kernel related, I'm on a amd64 with 2.6.13-r3 here. And
> nvidia-kernel 6626-r4 runs fine.
>
>
> Seems it is:
>
> Thread from another user who experienced the problem:
>
> http://www.usenetlinux.com/archive/topic.php/t-495527.html
>
> The bug on it posted in Gentoo bugzilla:
>
> http://bugs.gentoo.org/show_bug.cgi?id=104369
>
> Regards,
> Bob Young

Indeed, the comments in the bug report from b.g.o could've explained
it. I had RC_DEVICE_TARBALL="yes".

And from the comments, a few ways to possibly fix the problem:
a) set RC_DEVICE_TARBALL="yes", then run /sbin/NVmakedevices.sh once.
or b) add
<code>
if [ ! -e /dev/nvidia0 ]; then
  /sbin/NVmakedevices.sh
fi
</code>
to your /etc/conf.d/local.start

-- Joe

--
There are 3 kinds of people in the world:
Those who can count, and those who can't.

Money can't buy everything.
Sometimes money can't even buy a gun...

-- 
gentoo-user@gentoo.org mailing list

Reply via email to