Hi,
I'm running Kubuntu under VMware | Windows XP.
I recently updated to Kubuntu 7.10. Before, I was using Kubuntu 6.10 without any problems. All was running extremely smooth for months.
After the update, I don't have a network connection any more. The following symbol is shown in the task bar: see attached image "symbolnonetwork.png".
When clicking on the symbol, I get the following information: see attached image "connectionstatus.png".
However, when I do an lspci | grep -i net, I get the following information:
So, apparently the network card is still detected.
Running ifconfig gives me the following information:
As one can see, no IP address is given to eth0 (should normally be 192.168.123.174, set by the DHCP server in the router).
I've tried different things like ifup/down eth0, trying to restart the network and so on, but so far without any success.
Anyone faced the same problem?
Best rgds,
--Geert
I'm running Kubuntu under VMware | Windows XP.
I recently updated to Kubuntu 7.10. Before, I was using Kubuntu 6.10 without any problems. All was running extremely smooth for months.
After the update, I don't have a network connection any more. The following symbol is shown in the task bar: see attached image "symbolnonetwork.png".
When clicking on the symbol, I get the following information: see attached image "connectionstatus.png".
However, when I do an lspci | grep -i net, I get the following information:
geertvc@LinGevaWare:~$ lspci | grep -i net
00:11.0 Ethernet controller: Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE] (rev 10)
00:11.0 Ethernet controller: Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE] (rev 10)
Running ifconfig gives me the following information:
geertvc@LinGevaWare:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:0C:29:44:23:BE
inet6 addr: fe80::20c:29ff:fe44:23be/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:23 errors:0 dropped:0 overruns:0 frame:0
TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3559 (3.4 KB) TX bytes:2304 (2.2 KB)
Interrupt:17 Base address:0x1400
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:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
eth0 Link encap:Ethernet HWaddr 00:0C:29:44:23:BE
inet6 addr: fe80::20c:29ff:fe44:23be/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:23 errors:0 dropped:0 overruns:0 frame:0
TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3559 (3.4 KB) TX bytes:2304 (2.2 KB)
Interrupt:17 Base address:0x1400
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:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
I've tried different things like ifup/down eth0, trying to restart the network and so on, but so far without any success.
Anyone faced the same problem?
Best rgds,
--Geert
Comment