View previous topic :: View next topic |
Author |
Message |
toxotoarchon n00b
Joined: 30 Mar 2004 Posts: 8
|
Posted: Tue Mar 30, 2004 3:58 pm Post subject: Unresolved Symbols error |
|
|
Im trying to write the configuration for ndiswrapper for modprobe by using the -m option, but i get the error "Unresolved Symbols in...", this error has already occured for me in several areas, and im just bloody well sick of it . If any one could tell me how to get rid of these "unresolved symbols" i would be most appreciative. The mentioned modules are installed.
Code: |
LS236 root # ndiswrapper -m
Adding "alias wlan0 ndiswrapper" to /etc/modules.conf
depmod: /lib/modules/2.4.22-gentoo-r7/modules.dep~ is not an ELF file
depmod: *** Unresolved symbols in /lib/modules/2.4.22-gentoo-r7/kernel/drivers/bluetooth/bfusb.o
depmod: *** Unresolved symbols in /lib/modules/2.4.22-gentoo-r7/kernel/drivers/net/sk98lin/sk98lin.o
depmod: *** Unresolved symbols in /lib/modules/2.4.22-gentoo-r7/kernel/drivers/net/wan/comx.o
depmod: *** Unresolved symbols in /lib/modules/2.4.22-gentoo-r7/kernel/drivers/net/wireless/prism54/prism54.o
depmod: *** Unresolved symbols in /lib/modules/2.4.22-gentoo-r7/kernel/drivers/scsi/sata_sil.o
depmod: *** Unresolved symbols in /lib/modules/2.4.22-gentoo-r7/kernel/drivers/scsi/sata_svw.o
depmod: *** Unresolved symbols in /lib/modules/2.4.22-gentoo-r7/kernel/drivers/scsi/sata_via.o
depmod: *** Unresolved symbols in /lib/modules/2.4.22-gentoo-r7/kernel/fs/ntfs/ntfs.o
|
|
|
Back to top |
|
|
rjp n00b
Joined: 02 Nov 2002 Posts: 67 Location: Leicester, UK
|
Posted: Tue Mar 30, 2004 7:11 pm Post subject: |
|
|
I've had similar problems with ip_tables modules. To solve them I had to rebuild the kernel modules:
cd [path to your kernel source]
make clean
make dep
make modules
make modules_install
basically, the make clean step solves some dependancy problems that lead to unresolved symbols.
Hope this helps! |
|
Back to top |
|
|
Jefklak l33t
Joined: 26 Oct 2003 Posts: 818 Location: Belgium
|
Posted: Tue Mar 30, 2004 7:35 pm Post subject: |
|
|
Your System.map is indeed borked up...
Try to copy it to /boot after recompiling, this won't erase it. _________________ {Linux User #333296}
Kernel 2.6.9-nitro4! << hurrah |
|
Back to top |
|
|
toxotoarchon n00b
Joined: 30 Mar 2004 Posts: 8
|
Posted: Tue Mar 30, 2004 8:48 pm Post subject: |
|
|
This is gunna be an awful newb kinda question, but will everything ive already emerged have to be reemerged? |
|
Back to top |
|
|
gurke Apprentice
Joined: 10 Jul 2003 Posts: 260
|
Posted: Tue Mar 30, 2004 8:52 pm Post subject: |
|
|
as i see it here its a kernel problem, so the rest of the system should remain untouched. |
|
Back to top |
|
|
toxotoarchon n00b
Joined: 30 Mar 2004 Posts: 8
|
Posted: Wed Mar 31, 2004 1:17 am Post subject: |
|
|
Ok, did all that, but it didn't work, ive still got the same error when i run ndiswrapper -m, is there anything else i can try? |
|
Back to top |
|
|
|