Hello,
I've been trying the /almost/newly/ released version of Kubuntu Karmic on my HP 6730s laptop and I've been experiencing a weird problem with network connectivity. Wireless network works fine, I can browse the net all day long, but wired ethernet is not working. As soon as I put a cable into the RJ45 on my laptop, I cannot connect to any sites, even though both wireless and wired ethernet have valid IP addresses (via DHCP).
Here is a ping when wired ethernet is unplugged:
And here is a ping when I have plugged in wired ethernet:
What can I do? Dolphin -> Help -> About KDE reports that I have KDE 4.3.2. I believe to have the latest updates. I'll test as soon as I can the Kubuntu Live CD to see how ethernet works.
I've been trying the /almost/newly/ released version of Kubuntu Karmic on my HP 6730s laptop and I've been experiencing a weird problem with network connectivity. Wireless network works fine, I can browse the net all day long, but wired ethernet is not working. As soon as I put a cable into the RJ45 on my laptop, I cannot connect to any sites, even though both wireless and wired ethernet have valid IP addresses (via DHCP).
Here is a ping when wired ethernet is unplugged:
Code:
$ ping -c 1 google.com PING google.com (74.125.45.100) 56(84) bytes of data. 64 bytes from yx-in-f100.1e100.net (74.125.45.100): icmp_seq=1 ttl=46 time=139 ms --- google.com ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 139.109/139.109/139.109/0.000 ms
Code:
bogdanbiv@laptop:~$ ping 192.168.121.55 PING 192.168.121.55 (192.168.121.55) 56(84) bytes of data. 64 bytes from 192.168.121.55: icmp_seq=1 ttl=64 time=0.098 ms 64 bytes from 192.168.121.55: icmp_seq=2 ttl=64 time=0.084 ms ^C --- 192.168.121.55 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 999ms rtt min/avg/max/mdev = 0.084/0.091/0.098/0.007 ms bogdanbiv@laptop:~$ ping 192.168.121.1 PING 192.168.121.1 (192.168.121.1) 56(84) bytes of data. [b]ping: sendmsg: Operation not permitted ping: sendmsg: Operation not permitted[/b] ^C --- 192.168.121.1 ping statistics --- 2 packets transmitted, 0 received, 100% packet loss, time 1006ms
Comment