View previous topic :: View next topic |
Author |
Message |
softchill n00b


Joined: 28 Jun 2003 Posts: 73 Location: Quebec, Canada
|
Posted: Wed Jun 30, 2004 2:43 am Post subject: nvidia-kernel unresolved symbol |
|
|
I'm having this weird problem:
when I "depmod -ae nvidia", I get
depmod: *** Unresolved symbols in /lib/modules/2.4.26-gentoo-r3/video/nvidia.o
depmod: __generic_copy_from_user
depmod: __udelay
depmod: boot_cpu_data
depmod: strncpy_from_user
depmod: iounmap
depmod: change_page_attr
depmod: __ioremap
depmod: irq_stat
depmod: __const_udelay
depmod: __generic_copy_to_user
same thing if I try to load it with modprobe.
I compiled linux (make menuconfig && make dep bzImage modules modules_install && cp arch/i386/boot/bzImage /boot/linux-2.4.26 && lilo) a bunch of times and tried with 2.4.25-gentoo-r2.
I also compiled nvidia-kernel from the ebuild and from nvidia package.
/usr/src/linux->linux-2.4.26-gentoo-r3/
I also have zlib{inflate|deflate} compiled as modules and they do load.
And I have those lines in my System.map:
c0426940 T __generic_copy_from_user
c0426850 T __udelay
c0100b20 D boot_cpu_data
c04269f0 T strncpy_from_user
c01ca810 T iounmap
c01cabf0 T change_page_attr
c01ca6e0 T __ioremap
c0160980 B irq_stat
c04268b0 T __const_udelay
c04268e0 T __generic_copy_to_user
"depmod -F /usr/src/linux/System.map -ae" works well but that does not help loading the module.
Any idea?
Thanks.
Last edited by softchill on Fri Jul 02, 2004 9:13 pm; edited 1 time in total |
|
Back to top |
|
 |
erikedin n00b


Joined: 16 Mar 2003 Posts: 40 Location: Stockholm
|
Posted: Wed Jun 30, 2004 6:31 am Post subject: |
|
|
Did you also recompile nvidia-glx? _________________ #5273
<erno> hm. I've lost a machine.. literally _lost_. it responds to ping, it works completely, I just can't figure out where in my apartment it is.
- bash.org |
|
Back to top |
|
 |
softchill n00b


Joined: 28 Jun 2003 Posts: 73 Location: Quebec, Canada
|
Posted: Wed Jun 30, 2004 6:50 pm Post subject: |
|
|
Yes I did, but nvidia-glx is a xfree module and nvidia-kernel is a kernel module I should'nt have any problem loading the module even if I dont update the glx module. |
|
Back to top |
|
 |
softchill n00b


Joined: 28 Jun 2003 Posts: 73 Location: Quebec, Canada
|
Posted: Mon Jul 05, 2004 5:18 pm Post subject: |
|
|
The problem is gcc-3.3.2-r5. I tried compiling the nvidia-kernel with gcc-3.2.2 from an old installation and it did work. !!! I'll now fill a bug report. |
|
Back to top |
|
 |
|