Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
modprobe nvidia fails on vanilla-sources-2.6.13-rc2
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
bassvandijk
Guru
Guru


Joined: 13 Sep 2002
Posts: 306
Location: Haps, Netherlands

PostPosted: Sat Jul 09, 2005 8:19 am    Post subject: modprobe nvidia fails on vanilla-sources-2.6.13-rc2 Reply with quote

modprobe nvidia gives the following error:
Code:
FATAL: Error inserting nvidia (/lib/modules/2.6.13-rc2/video/nvidia.ko): No such device


I'm running the ~x86 masked vanilla-sources-2.6.13-rc2 kernel.

Both nvidia-kernel 1.0.7667 and 1.0.7664 fail.

What could be the problem?
Back to top
View user's profile Send private message
adaptr
Watchman
Watchman


Joined: 06 Oct 2002
Posts: 6730
Location: Rotterdam, Netherlands

PostPosted: Sat Jul 09, 2005 12:35 pm    Post subject: Reply with quote

You do not have the /dev/nvidiactl and /nvidia0 device nodes - the driver needs these to communicate with an nvidia card.
Check out your udev config and /etc/modules.d/nvidia settings; these should create the devices.
If the nodes are present in the modules.d/nvidia file you could try a manual module update to see if that helps any.
_________________
>>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen
Back to top
View user's profile Send private message
dsd
Developer
Developer


Joined: 30 Mar 2003
Posts: 2162
Location: nr London

PostPosted: Sat Jul 09, 2005 4:32 pm    Post subject: Reply with quote

no, you do not need those devices to be able to load the module (they come later). and udev can no longer create those devices, nvidia-glx handles it in a script.

the problem here is that you have enabled rivafb or nvidiafb. these are incompatible with nvidia's X drivers.
_________________
http://dev.gentoo.org/~dsd
Back to top
View user's profile Send private message
re_re
Tux's lil' helper
Tux's lil' helper


Joined: 05 Mar 2005
Posts: 129
Location: Milwaukee, Wisconsin

PostPosted: Sat Jul 09, 2005 5:11 pm    Post subject: Reply with quote

do you have nvidia framebuffer compiled into the kernel?

i have the same problem with the 2.6.12 and 2.6.13 series kernels and i was told that the problem is nvidia framebuffer support.... i have nothing to substantiate this but it is worth a shot
_________________
MSI 865PE Neo2 FISR, p4 2.6c, nv 5600

MSI K8N FSR, athlon64 2800+ @2016mhz, nv 6800xt

Compaq Deskpro Pentium3 500mhz

Macbook Pro 1.83ghz 1.5 gig pc5300
Back to top
View user's profile Send private message
bassvandijk
Guru
Guru


Joined: 13 Sep 2002
Posts: 306
Location: Haps, Netherlands

PostPosted: Sat Jul 09, 2005 7:15 pm    Post subject: Reply with quote

cat .config | grep NVIDIA
# CONFIG_FB_NVIDIA is not set

cat .config | grep RIVA
# CONFIG_FB_RIVA is not set

So both are not compiled into the kernel.
Back to top
View user's profile Send private message
adaptr
Watchman
Watchman


Joined: 06 Oct 2002
Posts: 6730
Location: Rotterdam, Netherlands

PostPosted: Sat Jul 09, 2005 9:47 pm    Post subject: Reply with quote

dsd wrote:
no, you do not need those devices to be able to load the module (they come later). and udev can no longer create those devices, nvidia-glx handles it in a script.

the problem here is that you have enabled rivafb or nvidiafb. these are incompatible with nvidia's X drivers.


So... why does it report "no such device" instead of "device busy" or "simultaneous access not possible", or something else that actually means something?
_________________
>>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen
Back to top
View user's profile Send private message
bassvandijk
Guru
Guru


Joined: 13 Sep 2002
Posts: 306
Location: Haps, Netherlands

PostPosted: Sat Jul 09, 2005 10:24 pm    Post subject: Reply with quote

I did an modules_update an booted my vanilla-sources-2.6.13-rc2 kernel but I got the same error.

cat /etc/modules.conf | grep -i nvidia
Code:
# Old nvidia support ...
alias /dev/nvidiactl char-major-195
### modules-update: start processing /etc/modules.d/nvidia
# Nvidia drivers support
alias char-major-195 nvidia
alias /dev/nvidiactl char-major-195
...
### modules-update: end processing /etc/modules.d/nvidia
Back to top
View user's profile Send private message
HomerSimpson
l33t
l33t


Joined: 25 Jan 2003
Posts: 869
Location: Ohio, USA

PostPosted: Sat Jul 09, 2005 10:37 pm    Post subject: Reply with quote

Although I am not running the same kernel I had the same error. I did not have the rivafb compiled in either. I finally came across this post and got it working again. I had DRM enabled. I did not intentionally enable it but it was enabled and I couldn't get the nvidia driver loaded.

I hope this helps
_________________
The strong must protect the Sweet.
Back to top
View user's profile Send private message
bassvandijk
Guru
Guru


Joined: 13 Sep 2002
Posts: 306
Location: Haps, Netherlands

PostPosted: Sun Jul 10, 2005 10:35 am    Post subject: Reply with quote

I recompiled my vanilla-sources-2.6.13-rc2 kernel with this .config. But the problem remains.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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