Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
modprobe nvidia FATAL Error
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on AMD64
View previous topic :: View next topic  
Author Message
jkruer01
Apprentice
Apprentice


Joined: 15 Jul 2004
Posts: 214
Location: Louisville, KY

PostPosted: Sat May 07, 2005 11:25 pm    Post subject: modprobe nvidia FATAL Error Reply with quote

Hello,

I just loaded my new AMD64 box and everything was working great. KDE was up and running but without 3d acceleration. I followed the NVIDIA howto, but when I rebooted it would hang while trying to load gdm. I rebooted with the LiveCD and tried to recompile nvidia-glx. This time I used the ~amd64 keyword. When I do a
Code:
modprobe nvidia
I recieve the following error:
Code:
FATAL: Could not load /lib/modules/2.6.11-gentoo-r3-k8/modules.dep: No such file or directory

When I look for modules.dep, I find it in:
Code:
/lib/modules/2.6.11-gentoo-r7/


Why is it looking for it in the wrong folder?

Thanks!
Back to top
View user's profile Send private message
EvilMonkey
n00b
n00b


Joined: 23 Jul 2004
Posts: 32

PostPosted: Sat May 07, 2005 11:31 pm    Post subject: Reply with quote

Make sure that you have the symlink pointing to your current kernel set properly, when you complie nvidia it referrs to that.

[code] ls -l /usr/src/ [code]

When you do that, you should see something like
[/code] lrwxrwxrwx 1 root root 22 May 2 11:02 linux -> linux-2.6.11-gentoo-r7 [code]
if you don't, then you need to make one, pointing to your current kernel
[/code] cd /usr/src/
ln -s "insert linux kernel here" linux
[code]

If you didn't have it, then recompile nvidia-kernel and nvidia-glx after making it, that tends to solve most of the nvidia modprobing errors.[/code]
Back to top
View user's profile Send private message
jkruer01
Apprentice
Apprentice


Joined: 15 Jul 2004
Posts: 214
Location: Louisville, KY

PostPosted: Sat May 07, 2005 11:59 pm    Post subject: Reply with quote

Thanks for the suggestion. I checked the link and it was setup correctly. However, I went ahead and unmerged nvidia-glx and nvidia-kernel, rebooted and then re-emerged them and it worked.

Thanks!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on AMD64 All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum