View previous topic :: View next topic |
Author |
Message |
linP n00b
Joined: 12 Apr 2004 Posts: 18
|
Posted: Sun Oct 17, 2004 2:47 pm Post subject: Nvidia module not found ( resolved ! ) (look the last post) |
|
|
Hi all
I Have put kernel 2.6.9 and now problems with Nvidia the module
Always
Quote: |
FATAL: Module nvidia not found
|
lsmod
Quote: |
Module Size Used by
nls_cp437 5632 1
snd_intel8x0 31780 0
snd_ac97_codec 70624 1 snd_intel8x0
snd_seq_oss 33024 0
snd_seq_midi_event 7744 1 snd_seq_oss
snd_seq 51472 4 snd_seq_oss,snd_seq_midi_event
snd_seq_device 8396 2 snd_seq_oss,snd_seq
snd_pcm_oss 52392 0
snd_pcm 95048 3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer 25284 2 snd_seq,snd_pcm
snd_page_alloc 9608 2 snd_intel8x0,snd_pcm
snd_mixer_oss 18752 1 snd_pcm_oss
snd 54244 9 snd_intel8x0,snd_ac97_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
soundcore 10080 1 snd
sd_mod 16208 0
w83627hf 27496 0
eeprom 8416 0
i2c_sensor 3648 2 w83627hf,eeprom
i2c_isa 1920 0
i2c_nforce2 6272 0
i2c_core 23504 5 w83627hf,eeprom,i2c_sensor,i2c_isa,i2c_nforce2
usb_storage 30080 0
usblp 12480 0
ohci_hcd 20868 0
ehci_hcd 30340 0
usbcore 113316 6 usb_storage,usblp,ohci_hcd,ehci_hcd
st 38876 0
sr_mod 17252 0
|
dmesg
Quote: |
Linux version 2.6.9-rc4-nitro1y (root@pl_localhost) (gcc version 3.4.2 (Gentoo Linux 3.4.2-r2, ssp-3.4.1-1, pie-8.7.6.5)) #1 Sat Oct 16 11:48:50 EEST 2004
Linux agpgart interface v0.100 (c) Dave Jones
agpgart: Detected NVIDIA nForce2 chipset
agpgart: Maximum main memory to use for agp memory: 439M
agpgart: AGP aperture is 32M @ 0xe8000000
vesafb: NVidia Corporation, NV10 Reference Board, Chip Rev A1 (OEM: NVidia)
vesafb: VBE version: 3.0
vesafb: protected mode interface info at c000:0f3e
vesafb: pmi: set display start = c00c0f77, set palette = c00c0fed
vesafb: pmi: ports = 3b4 3b5 3ba 3c0 3c1 3c4 3c5 3c6 3c7 3c8 3c9 3cc 3ce 3cf 3d0 3d1 3d2 3d3 3d4 3d5 3da
vesafb: hardware supports DCC2 transfers
vesafb: monitor limits: vf = 160 Hz, hf = 85 kHz, clk = 180 MHz
|
Certainly I did ln-s/usr/src/linux-2.6.9 /usr/src/linux ** emerge nvidia-glx nvidia-kernel ** env-update ** opengl-update nvidia ** modprobe nvidia
The same Result
Last edited by linP on Mon Oct 25, 2004 7:17 pm; edited 1 time in total |
|
Back to top |
|
|
nbkolchin Apprentice
Joined: 07 Feb 2004 Posts: 290 Location: Russia, Saint-Petersburg
|
Posted: Sun Oct 17, 2004 5:54 pm Post subject: |
|
|
1) is nvidia.ko in /lib/modules/2.6.9/video ?
2) if it is there, what "depmod -a" say?
Nickolay |
|
Back to top |
|
|
linP n00b
Joined: 12 Apr 2004 Posts: 18
|
Posted: Sun Oct 17, 2004 9:07 pm Post subject: |
|
|
1) yes . it is
Quote: |
/lib/modules/2.6.9-rc4-nitro1/video/nvidia.ko size 5183186 Oct 17 13:20
|
2) nothing ,
Quote: |
#depmod -a
pavel #
|
|
|
Back to top |
|
|
nbkolchin Apprentice
Joined: 07 Feb 2004 Posts: 290 Location: Russia, Saint-Petersburg
|
Posted: Mon Oct 18, 2004 12:42 am Post subject: |
|
|
Ok.
Code: |
# grep nvidia /lib/modules/2.6.9-rc4-nitro1/modules.dep
/lib/modules/2.6.9-rc4-nitro1/video/nvidia.ko:
/lib/modules/2.6.9-rc4-nitro1/kernel/drivers/char/agp/nvidia-agp.ko: /lib/modules/2.6.9-rc4-nitro1/kernel/drivers/char/agp/agpgart.ko
# modprobe -l nvidia
/lib/modules/2.6.9-rc4-nitro1/video/nvidia.ko
|
If any of this differs => you have problems with modprobe configuration. I.e. tries to read config from some other place.
Nickolay |
|
Back to top |
|
|
LifesizeKenDoll n00b
Joined: 17 Jun 2004 Posts: 27
|
Posted: Mon Oct 18, 2004 2:02 am Post subject: |
|
|
I bet you just have to
Code: | emerge nvidia-kernel |
that needs to be done after every kernel update |
|
Back to top |
|
|
nbkolchin Apprentice
Joined: 07 Feb 2004 Posts: 290 Location: Russia, Saint-Petersburg
|
Posted: Mon Oct 18, 2004 2:09 am Post subject: |
|
|
LifesizeKenDoll wrote: | I bet you just have to
Code: | emerge nvidia-kernel |
that needs to be done after every kernel update |
Accordingly to his first post --- he did that.
Nickolay |
|
Back to top |
|
|
antipod Apprentice
Joined: 20 Mar 2003 Posts: 168 Location: Karlshamn, Sweden
|
Posted: Mon Oct 18, 2004 3:14 pm Post subject: |
|
|
Hi, I just wanted to say I have the same problem after updating my system yesterday. When I started the computer today x did not start.
Cannot cut and paste from the other computer but the errors I get is:
Code: | (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module! |
If I do a modprobe nvidia I get this:
Code: | FATAL: Error inserting nvidia (/lib/modules/2.6.7-gentoo-r8/video/nvidia.ko): Invalid module format |
I have re-emerged nvidia-glx and nvidia-kernel and when checking all that has been written in the above posts I get the same results...
So help would be appreciated |
|
Back to top |
|
|
linP n00b
Joined: 12 Apr 2004 Posts: 18
|
Posted: Mon Oct 18, 2004 4:20 pm Post subject: |
|
|
nbkolchin
Many thanks to you for the help!
Everything, like has turned out
The problem was that nitro-sources there are two directories. One nitro1y (only nvidia.ko) and another nitro1 (there all rest)
antipod
try other sources ? |
|
Back to top |
|
|
antipod Apprentice
Joined: 20 Mar 2003 Posts: 168 Location: Karlshamn, Sweden
|
Posted: Tue Oct 19, 2004 10:11 am Post subject: |
|
|
Actually I just recompiled the source I already used and it worked...
Thanks! |
|
Back to top |
|
|
codeslave n00b
Joined: 19 Jan 2004 Posts: 5 Location: Boston, MA
|
Posted: Mon Oct 25, 2004 7:06 pm Post subject: |
|
|
I'm not sure if this has been resolved, but it may have to do with the parameter you passed to the CONFIG_LOCALVERSION parameter in your config.
I'll bet a donut that you typed 'y' for that option during "make oldconfig"... That would set your module path to "/lib/modules/2.6.9-rc4-nitro1y"
When you installed the nvidia module, it installed to "/lib/modules/2.6.9-rc4-nitro1"... which is not your current module path and therefore not found.
Do a make menuconfig, check under General Setup, and remove the 'y' from the "Local Version - append to kernel release" string. Then rerun make && make modules_install, etc etc.
Reboot into your new kernel, remerge the nvidia stuff, and it should work. Then you can rm -rf the typoed /lib/modules/2.6.9-rc4-nitro1y dir.
/cs |
|
Back to top |
|
|
linP n00b
Joined: 12 Apr 2004 Posts: 18
|
Posted: Mon Oct 25, 2004 7:12 pm Post subject: |
|
|
yep , this problem is resolved ) but , anyway thank you |
|
Back to top |
|
|
cagemonkey n00b
Joined: 16 Oct 2004 Posts: 8
|
Posted: Wed Oct 27, 2004 3:34 am Post subject: |
|
|
No you have me craving some krispe kreme!!!!
Danm those donut bets! |
|
Back to top |
|
|
|