I recently got a new computer and installed Sabayon on it (just as I had on my last one). At the beginning wireless didn't work, but I used a cabel instead and get some updates from the Internet and wireless started working.
Now I'm at another place with no access to a wireless connection, so I plugged in a cable instead, but that gives me no useful Internet connection. The connection works just fine when I'm in Windows on the same computer.
The NetworkManager tells me I'm connected with Internet access, but when I try to view a web page, nothing happens and after a while the browser tells me: Error 7 (net::ERR_TIMED_OUT): The operation timed out.
Here's a bit more info:
- Code: Select all
# ifconfig
eth0 Link encap:Ethernet HWaddr 14:fe:b5:a2:47:b4
inet addr:83.209.90.34 Bcast:83.209.95.255 Mask:255.255.248.0
inet6 addr: fe80::16fe:b5ff:fea2:47b4/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:23 errors:0 dropped:0 overruns:0 frame:0
TX packets:152 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2961 (2.8 KiB) TX bytes:74266 (72.5 KiB)
Interrupt:52 Base address:0x4000
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:20 errors:0 dropped:0 overruns:0 frame:0
TX packets:20 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1080 (1.0 KiB) TX bytes:1080 (1.0 KiB)
# ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_req=1 ttl=51 time=34.8 ms
64 bytes from 8.8.8.8: icmp_req=2 ttl=51 time=34.9 ms
64 bytes from 8.8.8.8: icmp_req=3 ttl=51 time=35.0 ms
64 bytes from 8.8.8.8: icmp_req=4 ttl=51 time=35.1 ms
64 bytes from 8.8.8.8: icmp_req=5 ttl=51 time=35.0 ms
64 bytes from 8.8.8.8: icmp_req=6 ttl=51 time=34.8 ms
64 bytes from 8.8.8.8: icmp_req=7 ttl=51 time=34.9 ms
64 bytes from 8.8.8.8: icmp_req=8 ttl=51 time=35.0 ms
--- 8.8.8.8 ping statistics ---
8 packets transmitted, 8 received, 0% packet loss, time 7001ms
rtt min/avg/max/mdev = 34.802/34.977/35.123/0.230 ms
# ping 209.85.135.147
PING 209.85.135.147 (209.85.135.147) 56(84) bytes of data.
--- 209.85.135.147 ping statistics ---
6 packets transmitted, 0 received, 100% packet loss, time 5000ms
ping 209.85.135.147
PING 209.85.135.147 (209.85.135.147) 56(84) bytes of data.
--- 209.85.135.147 ping statistics ---
6 packets transmitted, 0 received, 100% packet loss, time 5000ms
# lspci
03:00.0 Network controller: Intel Corporation Centrino Advanced-N 6230 (rev 34)
# dmesg | grep eth0
[ 9.126033] r8169 0000:06:00.0: eth0: RTL8168b/8111b at 0xffffc900057e4000, 14:fe:b5:a2:47:b4, XID 0c200000 IRQ 52
[ 20.095450] r8169 0000:06:00.0: eth0: link down
[ 20.095456] r8169 0000:06:00.0: eth0: link down
[ 21.988859] r8169 0000:06:00.0: eth0: link up
[ 33.418771] eth0: no IPv6 routers present
[ 116.447546] r8169 0000:06:00.0: eth0: link down
[ 116.447555] r8169 0000:06:00.0: eth0: link down
[ 116.448122] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 118.131723] r8169 0000:06:00.0: eth0: link up
[ 118.132333] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 128.738000] eth0: no IPv6 routers present
The ip-address and other things are the same as in Windows. It's not a static ip and the cable is plugged directly into the wall. This is what Windows tells me (the labels are in Swedish):
- Code: Select all
ipconfig
IP-konfiguration för Windows
Ethernet-anslutning Anslutning till lokalt nätverk:
Anslutningsspecifika DNS-suffix . : blixtvik.net
Länklokal IPv6-adress . . . . . . : fe80::bca2:4cae:c719:b39a%16
IPv4-adress . . . . . . . . . . . : 83.209.90.34
Nätmask . . . . . . . . . . . . . : 255.255.248.0
Standard-gateway. . . . . . . . . : 83.209.88.1
Tunnelanslutning: 6TO4 Adapter:
Anslutningsspecifika DNS-suffix . : blixtvik.net
IPv6-adress . . . . . . . . . . . : 2002:53d1:5a22::53d1:5a22
Standard-gateway. . . . . . . . . : 2002:c058:6301::c058:6301
Tunnelanslutning: Teredo Tunneling Pseudo-Interface:
Anslutningsspecifika DNS-suffix . :
IPv6-adress . . . . . . . . . . . : 2001:0:5ef5:73b8:c7e:1a8d:ac2e:a5dd
Länklokal IPv6-adress . . . . . . : fe80::c7e:1a8d:ac2e:a5dd%17
Standard-gateway. . . . . . . . . :
Since I could ping 8.8.8.8 I tried setting the DNS-adress to that, but that made no difference. The other thing I've tried is to disable IPv6, which removed the message "eth0: no IPv6 routers present", but didn't do much else.
Any other ideas?
