LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   unresolved symbol (https://www.linuxquestions.org/questions/linux-hardware-18/unresolved-symbol-300381/)

haddon 03-11-2005 07:59 AM

unresolved symbol
 
Hi, I´ve never seen this error before and don´t know what to do
after making many tries im stuck.

The thing is that my network card does not work, it is down although my suse 9 installed it well.

it said the I must active the driver for that network card.

after trying to load the module into the kernel 2.4 through this command modprobe 8139too it returns me the following message:

unresolved symbol

it tells me this many times, I also executed this command insmod 8139too and it says just the same.

I also executed this command RCNETWORK START and it returns the following:

lo fine
eth0 failed

what should I do ? do I have to install another version of the kernel ?

my network card is a real tek

thank you in advanced.

kees-jan 03-11-2005 08:50 AM

When it says "Unresolved symbol", it usually also says which symbol is missing. It may look like gibberish to you, but it still contains usefull information.

Please copy all the error messages (no matter how many times) in full, preferably using copy/paste or some such, and post here.

Welcome to LQ and good luck

Groetjes,

Kees-Jan

haddon 03-11-2005 11:59 AM

thank you for your reply,
I hope this helps.


linux:/etc # modprobe 8139too

/lib/modules/2.4.21-99-default/kernel/drivers/net/mii.o: unresolved symbol __netdev_watchdog_up_Rsmp_73fa64c0

/lib/modules/2.4.21-99-default/kernel/drivers/net/mii.o: unresolved symbol printk_Rsmp_1b7d4074

/lib/modules/2.4.21-99-default/kernel/drivers/net/mii.o: insmod /lib/modules/2.4.21-99-default/kernel/drivers/net/mii.o failed

/lib/modules/2.4.21-99-default/kernel/drivers/net/mii.o: insmod 8139too failed

foo_bar_foo 03-11-2005 02:24 PM

looks like the module was compiled with CONFIG_MODVERSION ON
but your kernel was compiled CONFIG_MODVERSION OFF
or the module has CONFIG_SMP ON
and the kernel has CONFIG_SMP OFF
or something like that

that's what i think anyway

look at
cat /proc/kallsyms | grep printk

where did this module come from ? i recognize it as an addon yes
did you compile it yourself or get a binary from somewhere


All times are GMT -5. The time now is 03:08 PM.