View previous topic :: View next topic |
Author |
Message |
z3d0 n00b
Joined: 22 Apr 2008 Posts: 2 Location: Milan
|
Posted: Sat Mar 12, 2011 3:19 pm Post subject: insmod nvidia.ko error, no such device |
|
|
I already found a topic related to this issue, but i do not have frambuffer enabled
Also, i think my issue is kinda different, although the error on modprobe nvidia is
Code: | FATAL: Error inserting nvidia (/lib/modules/2.6.36-gentoo-r5/video/nvidia.ko): No such device
|
dmesg says
Code: | [ 4.563786] nvidia: module license 'NVIDIA' taints kernel.
[ 5.503783] nvidia 0000:02:00.0: enabling device (0000 -> 0003)
[ 5.504239] nvidia 0000:02:00.0: PCI INT A -> Link[LNEB] -> GSI 19 (level, low) -> IRQ 19
[ 5.504254] nvidia 0000:02:00.0: setting latency timer to 64
[ 5.504319] NVRM: www.nvidia.com.
[ 5.504329] nvidia 0000:02:00.0: PCI INT A disabled
[ 5.504349] nvidia: probe of 0000:02:00.0 failed with error -1
[ 124.444661] nvidia 0000:02:00.0: PCI INT A -> Link[LNEB] -> GSI 19 (level, low) -> IRQ 19
[ 124.444680] nvidia 0000:02:00.0: setting latency timer to 64
[ 124.444756] NVRM: www.nvidia.com.
[ 124.444766] nvidia 0000:02:00.0: PCI INT A disabled
[ 124.444801] nvidia: probe of 0000:02:00.0 failed with error -1 |
and i didnt find anything interesting about that on google
lspci -k http://pastebin.com/iySWAcjz
.config http://pastebin.com/KzHCNbd6
any suggestion is appreciated =) |
|
Back to top |
|
|
DONAHUE Watchman
Joined: 09 Dec 2006 Posts: 7651 Location: Goose Creek SC
|
Posted: Sat Mar 12, 2011 5:04 pm Post subject: |
|
|
new gcc recently?
Code: | gcc-config -l
gcc-config <latest>
emerge -e system
emerge -e world
recompile kernel
emerge xorg-server $(qlist -IC x11-drivers) |
new kernel recently?
Code: | emerge xorg-server $(qlist -IC x11-drivers) |
_________________ Defund the FCC. |
|
Back to top |
|
|
roarinelk Guru
Joined: 04 Mar 2004 Posts: 520
|
Posted: Sun Mar 13, 2011 9:07 am Post subject: |
|
|
re-insert the nvidia module with parameter "NVreg_ResmanDebugLevel=0" appended.
Error -1 means "permission denied", looking at dmesg after doing the above might
shed some light on it. |
|
Back to top |
|
|
cach0rr0 Bodhisattva
Joined: 13 Nov 2008 Posts: 4123 Location: Houston, Republic of Texas
|
|
Back to top |
|
|
|