Re: BenQ AWL400 - Unresolved Symbols
Joerg Albert <[email protected]>
| Newsgroups | gmane.linux.drivers.at76c503a.user |
|---|---|
| Message-ID | <Pine.LNX.4.56.0401072332400.504@invb> |
Hi Timothy, On Wed, 7 Jan 2004, Timothy Parez wrote: > [root@PCTIMO at76c503a]# make install > mkdir -p /lib/modules/2.4.22-1.2129.nptlcustom/kernel/drivers/usb/ > for f in at76c503.o usbdfu.o at76c503-i3861.o at76c503-rfmd.o > at76c503-rfmd-acc.o at76c505-rfmd.o at76c503-i3863.o > at76c505-rfmd2958.o; do install -m 644 -o 0 -g 0 $f > /lib/modules/2.4.22-1.2129.nptlcustom/kernel/drivers/usb//$f; done > /sbin/depmod -a > depmod: *** Unresolved symbols in > /lib/modules/2.4.22-1.2129.nptlcustom/kernel/drivers/usb/atmel/at76c503-i3861.o > depmod: *** Unresolved symbols in > /lib/modules/2.4.22-1.2129.nptlcustom/kernel/drivers/usb/atmel/at76c503-i3863.o > depmod: *** Unresolved symbols in > /lib/modules/2.4.22-1.2129.nptlcustom/kernel/drivers/usb/atmel/at76c503-rfmd-acc.o > depmod: *** Unresolved symbols in > /lib/modules/2.4.22-1.2129.nptlcustom/kernel/drivers/usb/atmel/at76c503-rfmd.o > depmod: *** Unresolved symbols in > /lib/modules/2.4.22-1.2129.nptlcustom/kernel/drivers/usb/atmel/at76c505-rfmd.o > [root@PCTIMO at76c503a]# These are not the symbols, but the modules where they are contained in! Symbols, please (as output by "depmod -ae", try "man depmod" for more info). With 2.4 you may try the following: take a unresolved symbol, strip the trailer _Rxxx(if any), grep for the remainder in /proc/ksyms. Grep for the remainder in <kernel root dir>/include/linux/modules in all *.ver files. Which value has CONFIG_MODVERSIONS in your .config? Post the results. BTW, did you rename the config file from /boot into .config in the kernelsource root dir, before calling "make oldconfig" ??? > uname -r does point to the correct kernel, yes. No, my question was about the symlink /lib/modules/`uname -r`/build ! Post the output of ls -l /lib/modules/`uname -r`/build and the location of the correct (in case of more than one) kernel source root dir. /Jörg