Need help to install network adapter Realtek RTL8139
Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
ifconfig -a
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:3924 Metric:1
RX packets:134 errors:0 dropped:0 overruns:0 frame:0
TX packets:134 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:8768 (8.5 KiB) TX bytes:8768 (8.5 KiB)
*** The eth0 is not to be seen.
lspci |less
00:00.0 Host bridge: Intel Corp. 430HX - 82439HX TXC [Triton II] (rev 03)
00:01.0 ISA bridge: Intel Corp. 82371SB PIIX3 ISA [Natoma/Triton II] (rev 01)
00:01.1 IDE interface: Intel Corp. 82371SB PIIX3 IDE [Natoma/Triton II]
00:01.2 USB Controller: Intel Corp. 82371SB PIIX3 USB [Natoma/Triton II] (rev 01)
00:05.0 VGA compatible controller: Matrox Graphics, Inc. MGA 1064SG [Mystique] (rev 03)
00:06.0 Ethernet controller: Intel Corp. 82557 [Ethernet Pro 100] (rev 02)
00:0b.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139 (rev 10)
00:0d.0 Multimedia video controller: 3Dfx Interactive, Inc. Voodoo 2 (rev 02)
*** Ethernet controller: Intel Corp. 82557 [Ethernet Pro 100] (rev 02) er deaktiveret i BIOS.
If i click on "Preferences - Information - PCI" in the KDE desktop panel:
00:0b.0 Ethernet controller: Realtek Semiconductor Co., Ltd RTL-8139 (rev10)
subsystem: Realtek Semiconductor Co., Ltd. RT8139
Flags: medium devsel, IRQ 10
I/O ports at 7800
Memory at f76fbf00 (32-bit, non-prefetcable)
Capablilities: <available only to root>
****
insmod rtl8139
Using /lib/modules/2.2.20/net/rtl8139.o
ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:C0:26:84:72:15
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:10 Base address:0x7800
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:3924 Metric:1
RX packets:134 errors:0 dropped:0 overruns:0 frame:0
TX packets:134 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:8768 (8.5 KiB) TX bytes:8768 (8.5 KiB)
// Now the eth0 can be seen, but if i restart the computer, it will be gone again.
If i click on "Preferences - Information - PCI" in the KDE desktop panel again:
00:0b.0 Ethernet controller: Realtek Semiconductor Co., Ltd RTL-8139 (rev10)
Subsystem: Realtek Semiconductor Co., Ltd. RT8139
Flags: bus master, medium devsel, latency 208, IRQ 10
I/O ports at 7800
Memory at f76fbf00 (32-bit, non-prefetcable)
Capablilities: <available only to root>
Could somebody help me please!?
I am a newbie to this and I don't know where to go from here..
If I restart the box I am back to where i started - I have just tryed it.
Ifconfig -a
indicates only the local loopback and there is no sign of the ethernet eth0.
If i run the command:
insmod rtl8139
I just get the message:
Using /lib/modules/2.2.20/net/rtl8139.o
And nothing else, indicating that the command has never been run before, which it was i the last session.
Looking at my kernel config, I noticed that there may be two different modules that the rtl chipset can use. I have a pci card in a computer I just remembered that uses that chipset and it has in /etc/modules.conf:
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.