I have been having repeated problems with my ethernet card. Here is a quick summary:
1. I installed it MDK 2 times, then installed RedHat (even more problems) and then went back to MDK.
2. I have Windows XP on /dev/hda1 and i installed Mandrake 9.1 on /boot EXT3 100mb partition and a / EXT3 5.5gig partition with a 510mb swap partition.
3. I have a Realtek RTL8139 Family PCI Fast Ethernet NIC. It gets recognised correctly and the right driver (module: 8139too) gets loaded correctly.
4. Everythign else works perfectly and i thought on that last install that my card got recognised correctly. Only problem was i couldnt actually access any sites getting the error shown below. Anwyays, here is the output from several commands i ran.
[root@d577a31b onenight]# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
213.119.160.0 * 255.255.252.0 U 0 0 0 eth0
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
default D577A001.kabel. 0.0.0.0 UG 0 0 0 eth0
[root@d577a31b onenight]#
[root@d577a31b onenight]# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:10:B5:10:A2:95
inet addr:213.119.163.27 Bcast:213.119.163.255 Mask:255.255.252.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:753 errors:0 dropped:0 overruns:0 frame:0
TX packets:232 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:61713 (60.2 Kb) TX bytes:24965 (24.3 Kb)
Interrupt:5 Base address:0xa000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:250 errors:0 dropped:0 overruns:0 frame:0
TX packets:250 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:16740 (16.3 Kb) TX bytes:16740 (16.3 Kb)
[root@d577a31b onenight]#
[root@d577a31b onenight]# ping -c 5 linuxquestions.org
PING linuxquestions.org (64.179.4.146) 56(84) bytes of data.
64 bytes from linuxquestions.org (64.179.4.146): icmp_seq=1 ttl=49 time=261 ms
64 bytes from linuxquestions.org (64.179.4.146): icmp_seq=2 ttl=49 time=172 ms
64 bytes from linuxquestions.org (64.179.4.146): icmp_seq=3 ttl=49 time=341 ms
64 bytes from linuxquestions.org (64.179.4.146): icmp_seq=4 ttl=49 time=315 ms
64 bytes from linuxquestions.org (64.179.4.146): icmp_seq=5 ttl=49 time=144 ms
--- linuxquestions.org ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4037ms
rtt min/avg/max/mdev = 144.366/246.984/341.566/77.331 ms
[root@d577a31b onenight]# ping -c 5 64.179.4.164
PING 64.179.4.164 (64.179.4.164) 56(84) bytes of data.
64 bytes from 64.179.4.164: icmp_seq=1 ttl=113 time=123 ms
64 bytes from 64.179.4.164: icmp_seq=2 ttl=113 time=244 ms
64 bytes from 64.179.4.164: icmp_seq=3 ttl=113 time=119 ms
64 bytes from 64.179.4.164: icmp_seq=4 ttl=113 time=118 ms
64 bytes from 64.179.4.164: icmp_seq=5 ttl=113 time=122 ms
--- 64.179.4.164 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4040ms
rtt min/avg/max/mdev = 118.444/145.483/244.232/49.405 ms
[root@d577a31b onenight]#
-And this is the error i get when trying to access sites with Konqueror browser.
An error occured while loading h**p://64.179.4.146:
Timeout on server
Connection was to 64.179.4.146 at port 80
5. So, i thoguht i'd go to #linuxhelp on efnet to see if they could solve this small problem BUT to my dismay now my windows ethernet card setting were messed up! I couldnt connect to the internet all. I checked out control pannel > Network connections > (right click) status and saw a 169.254.xxx.xxx number as my ip. This I knew to be incorrect. So i tried to repair it which didnt work and ten i disabled it and re-activated it. That did the trick and so now i am able to write this
6. Being glad to have solved that little crisis i rebooted back in to MDK to check what kind of ouputs i'd get and this is what i saw:
(Note, eth0:9 is created and note that inet addr:169.254.11.206 --> ip looks same as what i had in winxp)
[root@localhost onenight]# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
169.254.0.0 * 255.255.0.0 U 0 0 0 eth0
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
[root@localhost onenight]# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:10:B5:10:A2:95
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:67 errors:0 dropped:0 overruns:0 frame:0
TX packets:17 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:5222 (5.0 Kb) TX bytes:3394 (3.3 Kb)
Interrupt:5 Base address:0xa000
eth0:9 Link encap:Ethernet HWaddr 00:10:B5:10:A2:95
inet addr:169.254.11.206 Bcast:169.254.255.255 Mask:255.255.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:5 Base address:0xa000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:62 errors:0 dropped:0 overruns:0 frame:0
TX packets:62 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4148 (4.0 Kb) TX bytes:4148 (4.0 Kb)
[root@localhost onenight]#
IT was all changed! So my guess is that there is something wrong with my dual boot. Or some other kind of conflict which directly affects the ethernet card.
I have tried several things and i have a feeling that this isnt to do with what distro i use or it not being recognised correctly.
Any ideas?
I hope i have been detailed enough in describing my problem. Thx for ur time.