View previous topic :: View next topic |
Author |
Message |
jking614 n00b
Joined: 07 Dec 2004 Posts: 10
|
Posted: Thu Dec 09, 2004 3:59 am Post subject: Odd problem after adding AMD and nVidia IDE support in kerne |
|
|
First off whenever i would ftp to my windows box to get mp3s to my lnew gentoo machine my system would lag horribly every couple of songs. I ended up figuring out i didnt have dma enabled.
To enable DMA i had to add the AMD and nVidia IDE support for my kernel. I also noticed i still had the Pentium-4 for my cpu type and i switch that over to athlon. After doing so i cp image over, reboot and now my nvidia drivers wont load on boot and it gave me this error when compiling the kernel using make && make modules_install.
Code: |
WARNING: /lib/modules/2.6.9-gentoo-r9/video/nvidia.ko needs unknown symbol _spin_unlock_irq
WARNING: /lib/modules/2.6.9-gentoo-r9/video/nvidia.ko needs unknown symbol smp_call_function
WARNING: /lib/modules/2.6.9-gentoo-r9/video/nvidia.ko needs unknown symbol cpu_online_map
WARNING: /lib/modules/2.6.9-gentoo-r9/video/nvidia.ko needs unknown symbol _spin_unlock_irqrestore
WARNING: /lib/modules/2.6.9-gentoo-r9/video/nvidia.ko needs unknown symbol _spin_lock_irq
WARNING: /lib/modules/2.6.9-gentoo-r9/video/nvidia.ko needs unknown symbol _spin_lock_irqsave
|
any ideas why enabling the AMD and nVidia support under IDE or changing the proc family to athlon would cause my nvidia modules to not load.
My system runs a ton better now with the new changes but have no clue why my nidia drivers wont load now |
|
Back to top |
|
|
desertstalker Apprentice
Joined: 18 Sep 2004 Posts: 209
|
Posted: Thu Dec 09, 2004 8:09 am Post subject: |
|
|
Did you recompile the modules? Whnever you change the kernel in any way you should, and in most case need to, recompile the drivers.
Do a re-emerge of the driver packages |
|
Back to top |
|
|
|