4

I recently got a Raspberry Pi, but I've been having trouble getting a working internet connection.

At the moment, the pi will connect, and I'll be able to access the internet for about 15 seconds until it suddenly disconnects (it disappears from the list of DHCP devices on my router). I then have to use sudo /etc/init.d/networking restart to reconnect, which either causes the graphics to freeze or lets the Pi access the internet for another 15 seconds or so. When the GUI (startx) isn't running, and I'm just using ping 8.8.8.8 the connection doesn't seem to drop.

It's running Raspbian, the power cable is 5V and 0.7A and the eth0 interface is using DHCP. I can provide any other information which might help to diagnose this problem.

Ghanima
  • 15,578
  • 15
  • 58
  • 113
Runeneo
  • 43
  • 4

1 Answers1

3

Are you using USB peripherals?

I don't know if you have a good quality power supply. Consider that 700mA is the minimum required... You can try with a ~1A supply.

Emanuele
  • 248
  • 2
  • 7
  • Currently just a mouse and (Logitech) keyboard, with a combined power consumption of 750mW. I'll try and find a different adapter and see if that helps. – Runeneo Dec 26 '13 at 19:25
  • I found a 2A charger and it worked perfectly! Thank you Emanuele! – Runeneo Dec 26 '13 at 20:42
  • And my Ethernet drops together with 3G dongle, and my power supply is 2A. Could it be insufficient? – Suncatcher May 17 '17 at 09:33