Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DLINK DFE-538TX Fast Ethernet Setup
Message
Information générale
Forum:
Linux
Catégorie:
Autre
Divers
Thread ID:
00600653
Message ID:
00602942
Vues:
27
>To make sure that my ethernet card has been recognized by the Linux RedHat 6.2 system, I try the following command: dmesg or ifconfig and I meet below messages, when trying to activate it by using modprobe rtl8139...(my ethernet card id DLINK DFE-538 TX)..
>
>
>/etc/conf.modules is more than recent than /lib/modules/2.2.14-5.0/modules.dep
>
>lib/modules/2.2.14-5.0/net/rtl8139.o:init_module: Device or Resource busy
>
>lib/modules/2.2.14-5.0/net/rtl8139.o:insmod lib/modules/2.2.14-5.0/net/rtl8139 failed
>
>lib/modules/2.2.14-5.0/net/rtl8139.o:insmod lib/modules/2.2.14-5.0/net/rtl8139 failed
>
>does any body can help me .. please?.. thanks in advance for any idea and or suggestion...
>
>best regards
>
>Winan

Looks like you added some shared library references to ld.conf and didn't run /sbin/ldconfig (see man pages on options) to rebuild the shared library cache OR, "...net/rtl8139.o:init_module: Device or Resource busy" suggests that the driver was loaded anyway but ran into a problem with the NIC card being "busy". Being "busy" usually means you have an IRQ conflict with some other device, usually the monitor or a sound card, or the device cannot reset itself properly and the PC needs to reboot to reset it. RH 6.2 is an older distro and the install/configure software doesn't do as good a job detecting devices and assigning IRQs as current Distros do. What IRQ is the NIC assigned to? Does 'cat /proc/interrupts' show some device already using that port? If so, you will have to assign the NIC to some other IRQ, perhaps IRQ 10, in /etc/modules.conf. There are examples in that file on how to do it.
JLK
Nebraska Dept of Revenue
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform