5

Yesterday I've received my Raspberry Pi, and there are some issues I can't get rid of...

After a few minutes (3-4 minutes to be exact) of seemingly error free work session through SSH, the network status LEDs turn off, the Pi freezes. It doesn't respond to any to any requests through the network, can't be pinged, also the same thing happens when I attach a keyboard/Mouse/Monitor and use these to access the pi.

I'm running the latest wheezy from an 8 GB Kingston SD Card, and tried 2 power supplies each capable of outputting more than 500 mA (700 mA & 1 A) and no overclocking.

Meki
  • 153
  • 1
  • 1
  • 5

2 Answers2

5

Had the same issue too. This causes a "bug" which freezes the SoC Controller.

I've succesfully fixed this with the following options:

Add the following to /boot/cmdline.txt (which must remain as one line):

smsc95xx.turbo_mode=N dwc_otg.dma_enable=1 dwc_otg.dma_burst_size=256 elevator=deadline
  • view dwc_otg parameters and their description here

  • smsc95xx.turbo_mode=N - sets the Network device not in turbo mode. Usually you don't see a difference on network traffic

  • elevator=deadline - sets the scheduler to deadline Sched (more information here)

goldilocks
  • 60,325
  • 17
  • 117
  • 234
patricks
  • 166
  • 1
  • 3
0

I've tried the power supply solution, not that I thought that could be the problem. I then tried the /boot/cmdline.txt change and that didn't work either. I'm running my RasPi with only a network connection, nothing else, access is via ssh and vnc, so when the network goes down.... I did notice earlier that when I plugged in a keyboard and/or a mouse or a Wi-Pi (wifi usb device) the RasPi rebooted itself! This is my second Pi, the first one had none of these problems and has run without problems for ~1 yr. The first one was an early 512 model, this one is later. My quess is that the later one has a serious h/w fault. Looks like the solution is the bin! As a teaching aid the Pi is excellent, good way to spend a day to discover the hard way the economics of hi tech manufacturing.