View previous topic :: View next topic |
Author |
Message |
LaSAR n00b
Joined: 12 Apr 2002 Posts: 63 Location: Antwerp, Belgium
|
Posted: Sat Nov 30, 2002 4:25 pm Post subject: dying NIC? |
|
|
hi,
ive got a strage problem lately.
Sometimes my NIC module (8139too.o) fails to load at boottime and sometimes it succeeds. When it fails and i try to load it with modprobe i get a:
Quote: |
modprobe: Can't locate module 8139too
|
when i try with insmod is get:
Quote: |
/lib/modules/2.4.19-gentoo-r10/kernel/drivers/net/8139too.o: unresolved symbol mii_link_ok_Rsmp_31b461d5
/lib/modules/2.4.19-gentoo-r10/kernel/drivers/net/8139too.o: unresolved symbol mii_ethtool_gset_Rsmp_86c76eff
/lib/modules/2.4.19-gentoo-r10/kernel/drivers/net/8139too.o: unresolved symbol mii_nway_restart_Rsmp_a7922d75
/lib/modules/2.4.19-gentoo-r10/kernel/drivers/net/8139too.o: unresolved symbol mii_ethtool_sset_Rsmp_af1274bf
|
when i rebuild my kernel or do a " make dep && make modules modules_install "
i can load my module just fine.
But the strange thing is the module only loads succesfully during boot 50% of the time.
And rebuilding the modules the other 50% of the time just isnt the solution
Any ideas for the reason behind this problem? could it be that the NIC is dying?? (seems rather strange to me, considering it works perfectly when the module gets loaded). |
|
Back to top |
|
|
rac Bodhisattva
Joined: 30 May 2002 Posts: 6553 Location: Japanifornia
|
Posted: Sat Nov 30, 2002 7:31 pm Post subject: |
|
|
Can you try compiling the necessary drivers into the kernel directly, instead of as modules? _________________ For every higher wall, there is a taller ladder |
|
Back to top |
|
|
LaSAR n00b
Joined: 12 Apr 2002 Posts: 63 Location: Antwerp, Belgium
|
Posted: Sun Dec 01, 2002 10:32 am Post subject: |
|
|
i will try that today.
although i see no reason why the modules have stopped working after 6 months of no problems. I recently upgraded to gentoo-sources-r10 but i tried going back to r9 and got the same problems so.. |
|
Back to top |
|
|
krt Tux's lil' helper
Joined: 27 Nov 2002 Posts: 102 Location: Earth
|
Posted: Fri Dec 06, 2002 10:53 am Post subject: |
|
|
the 8139's are particularly interesting NIC's. It might be dying (and hey, replacements are usually $5, assuming its not a built in!). Anyways, the driver for them is even more interesting - the correct thing to do is grab Donald Beckers 8139 Driver from here:
http://www.scyld.com/network/rtl8139.html
once you're using that driver, you can use the diagnostic program on the same page. You'll be able to determine if the NIC is "going bad" or not. _________________ Everyone has something clever for a signature but me. |
|
Back to top |
|
|
|