0

I had a working setup for months. The other day, my rpi decided to stop connecting to my wireless. The wipi LED wasn't coming on at all. Troubleshooting it seemed to indicate USB power issues since a wireless keyboard dongle LED wouldn't light up either. I eventually got a different USB keyboard working, but the wipi continues to do nothing. Editing /etc/network/interfaces got it to behave differently but not better. Sometimes when booting, it shows the colour screen, then reboots and repeats. Pulling the wipi out, it can then finish booting.

ifconfig is showing absolutely nothing for me. sudo ifup wlan0 has it enter the boot cycle again until I remove the wipi dongle.

For being marketed as a raspberry pi accessory by element14 themselves, this dongle has been nothing but trouble.

Archonic
  • 182
  • 9
  • 1
    Perhaps your power supply is failing. Have you tried an alternate? – joan Jul 12 '14 at 23:02
  • Wow, voltage across tp1 and tp2 is just 4.02v. Switching out the power supply... – Archonic Jul 12 '14 at 23:15
  • 2
    Well that was dumb of me. Switching to a 1A supply the voltage across the TP's went up to 4.6v but it's enough. Now `sudo ifup wlan0` got everything working. Feel free to provide the answer :D – Archonic Jul 12 '14 at 23:22
  • possible duplicate of [Ethernet connection drops after several seconds](http://raspberrypi.stackexchange.com/questions/12492/ethernet-connection-drops-after-several-seconds) – lenik Jul 13 '14 at 12:28

1 Answers1

2

When devices powered by the Pi stop working or start working erratically it's always worth checking out the power supply and for any recent software upgrades.

Power supplies can fail and software can be broken.

The voltage between TP1 and TP2 on the Pi should ideally be between 4.75 and 5.25.

joan
  • 67,803
  • 5
  • 67
  • 102