Re: Unknown Symbol
Joerg Albert <[email protected]> Tue, 15 Mar 2005 17:39:10 +0100 (CET)
| Newsgroups | gmane.linux.drivers.at76c503a.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, On Mon, 14 Mar 2005, Bryon VERTEx wrote: > With "nm at76_usbdfu.ko | grep usbdfu_download" I get: > [root@localhost at76c503]# nm at76_usbdfu.ko | grep usbdfu_download > 9e39ca5a A __crc_usbdfu_download > 00000000 r __kcrctab_usbdfu_download > 00000000 r __kstrtab_usbdfu_download > 00000000 r __ksymtab_usbdfu_download > 000001a0 T usbdfu_download > > and with "nm at76c503.ko | grep usbdfu_download" I get: > [root@localhost at76c503]# nm at76c503.ko | grep usbdfu_download > U usbdfu_download > > so they look different. No, at76_usbdfu.ko just exports it as a text symbol and at76c503.ko references it. No idea why the version should be different (as stated by your modprobe). Please check that at76c503.ko depends on at76_usbdfu.ko in /lib/modules/`uname -r`/modules.dep (with the exact paths you found the files at above). /Jörg