LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   After compiling kernel 2.4.27 my RTL8101E lan card is not working on ubuntu 8.04. (https://www.linuxquestions.org/questions/linux-networking-3/after-compiling-kernel-2-4-27-my-rtl8101e-lan-card-is-not-working-on-ubuntu-8-04-a-924924/)

MeridiumTech 01-21-2012 02:15 AM

After compiling kernel 2.4.27 my RTL8101E lan card is not working on ubuntu 8.04.
 
eth0 Link encap:Ethernet HWaddr 00:30:67:e2:12:31
inet addr:192.168.1.4 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:219 errors:0 dropped:3781320380 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:27360 (26.7 KB) TX bytes:0 (0.0 B)
Interrupt:221 Base address:0xa000

eth1 Link encap:Ethernet HWaddr 1c:af:f7:7a:06:f4
inet addr:122.1??.???.??? Bcast:122.???.???.255 Mask:255.255.255.0
inet6 addr: fe80::1eaf:f7ff:fe7a:6f4/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:12989 errors:0 dropped:0 overruns:0 frame:0
TX packets:11854 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1219643 (1.1 MB) TX bytes:1586080 (1.5 MB)
Interrupt:16 Base address:0x8c00

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1041 errors:0 dropped:0 overruns:0 frame:0
TX packets:1041 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:103837 (101.4 KB) TX bytes:103837 (101.4 KB)
________This is the output of ifconfig------------------------

00:00.0 Host bridge: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller (rev 10)
00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 10)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 01)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GB/GR/GH (ICH7 Family) SATA IDE Controller (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E PCI Express Fast Ethernet controller (rev 02)
03:01.0 Ethernet controller: VIA Technologies, Inc. VT6105 [Rhine-III] (rev 8b)

-----------this is my lspci-----------------------------------
I have build the driver for RTL8101E lan card which is having lan ip (192.168.1.4)also but it is not working and at the same time my via lan card on which i have configure the wan ip ( 122.1??.??.???)is working.

Ser Olmy 01-21-2012 07:01 AM

Yes, something is clearly not right here.
eth0 Link encap:Ethernet HWaddr 00:30:67:e2:12:31
inet addr:192.168.1.4 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:219 errors:0 dropped:3781320380 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:27360 (26.7 KB) TX bytes:0 (0.0 B)
Interrupt:221 Base address:0xa000
If you try to, say, ping another IP address on the 192.168.1.0/24 network, does the "TX packets" counter go up? How about "RX packets" and "dropped"? And does "arp -an" show an entry for the address you just pinged? Any messages in the logs?

You're using a very old kernel, 2.4.27 was released back in August '04. Any particular reason for this?


All times are GMT -5. The time now is 10:42 PM.