|
|
#1 | |
|
Registered User
Join Date: Oct 2004
Posts: 4
|
Hi!
I was running the official amd-64 driver, but then after I had recompiled my linuxkernel one day it stopped loading =( told me it was some unknown symbol in module. You know how it goes =) so I figured I'd run nvidia-installer again. all over. but I get this: Architecture-specific modutils configuration not found, using defaults FATAL: Error inserting nvidia (/lib/modules/2.6.8/kernel/drivers/video/nvidia.ko): Unknown symbol in module, or unknown parameter (see dmesg) make[2]: *** [package-install] Error 1 make[1]: *** [install] Error 2 make[1]: Leaving directory `/root/NVIDIA-Linux-x86_64-1.0-6111-pkg2/usr/src/nv' make: *** [kernel_module_install] Error 2 and dmesg says nvidia: module license 'NVIDIA' taints kernel. nvidia: Unknown symbol register_ioctl32_conversion nvidia: Unknown symbol unregister_ioctl32_conversion nvidia: Unknown symbol sys_ioctl I dunno.. is it some kernel option I unset that needs to be there? am I doomed to forever run the nv-xfree-driver and not nvidia?! Last edited by marcus_eskilsso; 10-21-04 at 04:52 AM. |
|
|
|
|
|
|
#2 | |
|
Electrical Engineer
Join Date: Dec 2002
Location: San Luis Obispo, CA
Posts: 872
|
These are most likely not kernel config options, but rather the wrong kernel sources the driver is reading (or you have cleaned the kernel sources after installing). The kernel sources the driver should be getting should be configured for your kernel (the .config present and make prepare run at least). Check the installer log to be certain what kernel sources directory is being used, and make sure it is prepared with the kernel config.
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Oct 2004
Posts: 4
|
it is using my /usr/src/kernel-sources-2.6.8 . That is also the sourcetree I use to compile my linux kernel.
and as I said, it used to work - now it doesn't. also those symbols it looked for, they are not anywhere in my current System.map, I do believe they were around in the old one tho |
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Oct 2004
Posts: 4
|
yes.. here we go. I think somehow the nvidia installer was using my old System.map, so I copied the new one over the old one. Now I get new beautiful errors.
NVIDIA: calling KBUILD... mkdir -p /root/NVIDIA-Linux-x86_64-1.0-6111-pkg2/usr/src/nv/.tmp_versions make -f scripts/Makefile.build obj=/root/NVIDIA-Linux-x86_64-1.0-6111-pkg2/usr/src/nv Building modules, stage 2. make -rR -f /usr/src/kernel-source-2.6.8/scripts/Makefile.modpost scripts/mod/modpost -i /usr/src/kernel-source-2.6.8/Module.symvers vmlinux /root/NVIDIA-Linux-x86_64-1.0-6111-pkg2/usr/src/nv/nvidia.o *** Warning: "sys_ioctl" [/root/NVIDIA-Linux-x86_64-1.0-6111-pkg2/usr/src/nv/nvidia.ko] undefined! *** Warning: "unregister_ioctl32_conversion" [/root/NVIDIA-Linux-x86_64-1.0-6111-pkg2/usr/src/nv/nvidia.ko] undefined! *** Warning: "register_ioctl32_conversion" [/root/NVIDIA-Linux-x86_64-1.0-6111-pkg2/usr/src/nv/nvidia.ko] undefined! NVIDIA: left KBUILD. Architecture-specific modutils configuration not found, using defaults FATAL: Error inserting nvidia (/lib/modules/2.6.8/kernel/drivers/video/nvidia.ko): Unknown symbol in module, or unknown parameter (see dmesg) make[2]: *** [package-install] Error 1 make[1]: *** [install] Error 2 make[1]: Leaving directory `/root/NVIDIA-Linux-x86_64-1.0-6111-pkg2/usr/src/nv' make: *** [kernel_module_install] Error 2 These symbols were defined in the old System.map, so if it read that it's not strange it got weird when it tried to call 'em. In the new one they are not around. I still feel this is some kernel option I have not set. Guessing they are related to 32bit-emulation. |
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Oct 2004
Posts: 4
|
There we go.
Turned on 32bit emulation in the core, and again it works like a charm. Now I am starting to wonder if I shouldn't go back to the xfree-drivers. atleast they are 64 bit |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 173.14.34 -- Xorg 1.12.1 & 1.11.4, glx module fails to load | mereset | NVIDIA Linux | 17 | 06-10-12 01:24 AM |
| X Failed to load NVdriver | c00lr4c3r | NVIDIA Linux | 13 | 10-22-02 01:44 PM |
| Error messages... HELP!!!! | Imperito | NVIDIA Linux | 3 | 09-24-02 10:46 PM |
| GForce drivers installed...but dont work | tomfullery | NVIDIA Linux | 6 | 09-22-02 08:23 AM |
| Need help to get the X to work on my Acer TravelMate 630 | knchee | NVIDIA Linux | 16 | 09-19-02 10:16 PM |