A new raspberry pi 2 out of the box has no network.
Both wireless and a cable fail to connect to the network although when connecting the cable, the icon seem to suggest its connected.
Tried to follow some of the troubleshooting guides:
"ip addr"
seems to return the required eth0 state UP.
"ifconfig -a"
Also looks ok as far as I can see
Code: Select all
eth0 Link encap:Ethernet HWaddr b8:27:eb:3c:ca:40
inet addr:10.0.0.12 Bcast:10.0.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:109 errors:0 dropped:0 overruns:0 frame:0
TX packets:31 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:19381 (18.9 KiB) TX bytes:4626 (4.5 KiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:1072 errors:0 dropped:0 overruns:0 frame:0
TX packets:1072 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:92700 (90.5 KiB) TX bytes:92700 (90.5 KiB)
wlan0 Link encap:Ethernet HWaddr 00:0f:60:07:1d:19
UP BROADCAST MULTICAST MTU:1500 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:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
"ip route" returns:
Code: Select all
10.0.0.0/24 dev eth0 proto kernel scope link src 10.0.0.12 metric 202Anyone knows what could be wrong?
Thanks