LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 01-21-2012, 02:15 AM   #1
MeridiumTech
LQ Newbie
 
Registered: Jan 2012
Posts: 1

Rep: Reputation: Disabled
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.
 
Old 01-21-2012, 07:01 AM   #2
Ser Olmy
Senior Member
 
Registered: Jan 2012
Distribution: Slackware
Posts: 3,333

Rep: Reputation: Disabled
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?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ralink Wireless LAN card v2 not working in Fedora 7 gotmilk Linux - Newbie 15 07-14-2008 07:45 AM
mouse & lan card not working on Mandrake 10.1 yobobski Linux - Hardware 7 03-31-2006 06:52 PM
dual lan card not working (intel+dlink) ilnli Linux - Hardware 5 06-29-2005 09:04 AM
How can i made my 3Com Lan card @ ASUS P4C800 working? exper Linux - Networking 5 11-18-2003 10:02 PM
Slackware problems - nVidia drivers and LAN card not working Epimetreus Slackware 2 05-31-2003 02:16 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 06:48 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration