Intel Corporation PRO/100 VE connects to the Internet only at times
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
NetworkManager |
New
|
Undecided
|
Unassigned | ||
linux (Ubuntu) |
Invalid
|
Undecided
|
Unassigned |
Bug Description
My network card is an Intel Corporation PRO/100 VE:
07:08.0 Ethernet controller: Intel Corporation PRO/100 VE Network Connection (rev 02)
Subsystem: Fujitsu Siemens Computer GmbH Unknown device 10ad
Flags: bus master, medium devsel, latency 64, IRQ 20
Memory at dc000000 (32-bit, non-prefetchable) [size=4K]
I/O ports at 5000 [size=64]
Sometimes when I boot Ubuntu on my laptop, with the network cable plugged in, I have no Internet connection even though Network manager says it's connected. All I have to do is unplug and plug the ethernet cable a few times (even 10 times) before I can get proper connection.
doing a sudo ifconfig eth0 down and then sudo ifconfig eth0 up doesn't solve the problem. Disabling ipv6 doesn't change anything.
NOTE: I connect to the Internet through a router (with DHCP) and I have no problem with my other computers of the same network.
Please let me know if you need further details.
Here is the output of ifconfig when the network doesn't work:
:~$ ifconfig
collisions: 0 txqueuelen:1000
eth0 Link encap:Ethernet HWaddr 00:16:36:CA:DB:80
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:14 errors:0 dropped:0 overruns:0 frame:0
TX packets:309 errors:0 dropped:0 overruns:0 carrier:0
RX bytes:2856 (2.7 KB) TX bytes:36500 (35.6 KB)
eth0:avah Link encap:Ethernet HWaddr 00:16:36:CA:DB:80 254.255. 255 Mask:255.255.0.0
inet addr:169.254.8.205 Bcast:169.
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
lo Link encap:Local Loopback
collisions: 0 txqueuelen:0
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:60 errors:0 dropped:0 overruns:0 frame:0
TX packets:60 errors:0 dropped:0 overruns:0 carrier:0
RX bytes:5550 (5.4 KB) TX bytes:5550 (5.4 KB)
Here's the output of ifconfig when the connection works:
:~$ ifconfig 36ff:feca: db80/64 Scope:Link
collisions: 0 txqueuelen:1000
eth0 Link encap:Ethernet HWaddr 00:16:36:CA:DB:80
inet addr:192.168.0.102 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::216:
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:338 errors:0 dropped:0 overruns:0 frame:0
TX packets:572 errors:0 dropped:0 overruns:0 carrier:0
RX bytes:157546 (153.8 KB) TX bytes:74519 (72.7 KB)
lo Link encap:Local Loopback
collisions: 0 txqueuelen:0
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:65 errors:0 dropped:0 overruns:0 frame:0
TX packets:65 errors:0 dropped:0 overruns:0 carrier:0
RX bytes:5990 (5.8 KB) TX bytes:5990 (5.8 KB)
Any ideas?