View previous topic :: View next topic |
Author |
Message |
bassvandijk Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/1563713142427685c60b220.jpg)
Joined: 13 Sep 2002 Posts: 306 Location: Haps, Netherlands
|
Posted: Sat Jul 09, 2005 8:19 am Post subject: modprobe nvidia fails on vanilla-sources-2.6.13-rc2 |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
adaptr Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/17218567054377b9b6104ea.jpg)
Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Sat Jul 09, 2005 12:35 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
dsd Developer
![Developer Developer](/images/ranks/rank-dev.gif)
Joined: 30 Mar 2003 Posts: 2162 Location: nr London
|
Posted: Sat Jul 09, 2005 4:32 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
re_re Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/gallery/Southpark/avatar44.gif)
Joined: 05 Mar 2005 Posts: 129 Location: Milwaukee, Wisconsin
|
Posted: Sat Jul 09, 2005 5:11 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
bassvandijk Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/1563713142427685c60b220.jpg)
Joined: 13 Sep 2002 Posts: 306 Location: Haps, Netherlands
|
Posted: Sat Jul 09, 2005 7:15 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
adaptr Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/17218567054377b9b6104ea.jpg)
Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Sat Jul 09, 2005 9:47 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
bassvandijk Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/1563713142427685c60b220.jpg)
Joined: 13 Sep 2002 Posts: 306 Location: Haps, Netherlands
|
Posted: Sat Jul 09, 2005 10:24 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
HomerSimpson l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/871267053f99adf361d67.gif)
Joined: 25 Jan 2003 Posts: 869 Location: Ohio, USA
|
Posted: Sat Jul 09, 2005 10:37 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
bassvandijk Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/1563713142427685c60b220.jpg)
Joined: 13 Sep 2002 Posts: 306 Location: Haps, Netherlands
|
Posted: Sun Jul 10, 2005 10:35 am Post subject: |
|
|
I recompiled my vanilla-sources-2.6.13-rc2 kernel with this .config. But the problem remains. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|