View previous topic :: View next topic |
Author |
Message |
IainCE Tux's lil' helper
Joined: 23 Mar 2004 Posts: 129
|
Posted: Thu Jun 24, 2004 6:11 pm Post subject: Nvidia with linux-2.6.7-gentoo-r5 |
|
|
I've just updated my kernel to kernel-2.6.7-gentoo-r5 and now my nvidia drivers don't work.
During boot, it says something along the lines of:
* Loading module "nvidia"
* Failed to load module "nvidia"
It worked earlier today when I was using 2.6.5 kernel so I think that's the problem.
Any ideas how to fix it?
Cheers. |
|
Back to top |
|
|
fatpiper n00b
Joined: 10 Sep 2003 Posts: 18 Location: UK
|
Posted: Thu Jun 24, 2004 6:20 pm Post subject: |
|
|
Re-emerge nvidia-kernel, or better yet go to www.nvidia.com and download the linux drivers (it's the IA-32 ones), and install them yourself.
You may have to go in and edit modules.dep as well.
Just FYI, you always need to re-install the drivers when you change kernel.
Good luck! _________________ --
"The power of accurate observation is commonly called cynicism by those who do not have it." -- George Bernard Shaw |
|
Back to top |
|
|
Locke355 Tux's lil' helper
Joined: 21 May 2002 Posts: 98
|
Posted: Thu Jun 24, 2004 7:51 pm Post subject: |
|
|
I emerged the nvidia-kernel drivers, and had the same problem as a lot of others had, which is when the driver is loaded, it errors saying it is formatted wrong. I installed the 5336 drivers from ~x86, and that driver at least loaded, but unfortunately they seem incredibly bug ridden. When I exit X now, my monitor seems to lose video sync and I have to reboot.
Any ideas? I would like to keep the 2.6.7 kernel, but it seems that the only valid solution is to go back to 2.6.5 and run the 4496 drivers. |
|
Back to top |
|
|
fatpiper n00b
Joined: 10 Sep 2003 Posts: 18 Location: UK
|
Posted: Thu Jun 24, 2004 10:50 pm Post subject: |
|
|
The error saying the formatting is wrong happened to me too when I installed the driver into 2.6.5 from the file on NVIDIA's site.
It doesn't do that because there is actually an incorrectly formatted driver, it does it because it's loading the wrong .ko file. Check which nvidia.ko file it's failing to load (modprobe nvidia's error message should tell you), and then cat /lib/modules/`uname -r`/modules.dep | grep nvidia.ko, it's possible you'll find two different files. If you do, get rid of the one that doesn't work, delete its entry from the modules.dep, ldconfig, and try again. It may work now.
My recommendation is to skip portage entirely for nvidia stuff. Just get the driver file from http://www.nvidia.com/object/linux_display_ia32_1.0-5336.html that page, and install it. Usually it compiles a custom kernel interface for you and works fine.
If that doesn't work, I'm using 2.6.5-mm5 and my Geforce is peachy _________________ --
"The power of accurate observation is commonly called cynicism by those who do not have it." -- George Bernard Shaw |
|
Back to top |
|
|
Sabbie n00b
Joined: 23 May 2004 Posts: 24 Location: Netherlands
|
Posted: Thu Jun 24, 2004 11:47 pm Post subject: |
|
|
I haven't even got so far of loading X in the 2.6.7 kernel (r1 here), when I start x it just hangs, now I just compiled my kernel with 8k stacks, so I'm going to check if that's helping...
And it did! Working great now.. |
|
Back to top |
|
|
|