Raspberry Pi WiFi issue

From Wurst-Wasser.net
Revision as of 20:55, 10 July 2014 by Heiko (talk | contribs) (Created page with "=== The Problem<ref>Yes, Problem, not Incident :-) </ref> === My Raspberry Pi disconnected from WiFi<ref>Europeans, that's WLAN for you…</ref> randomly. === The Analysi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The Problem[1]

My Raspberry Pi disconnected from WiFi[2] randomly.

The Analysis

  • This seems to have started with the last apt-get upgrade
  • Dis- and reconnecting the WiFi-Stick didn't solve it
  • Rebooting didn't, too

After some digging, I found:

The Solution

root@tomatomat:/home/pi# apt-get install rpi-update
Reading package lists… Done
[…]
Setting up rpi-update (20140321) ...
root@tomatomat:/home/pi# rpi-update
*** Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS
*** Performing self-update
[…]
*** Syncing changes to disk
*** If no errors appeared, your firmware was successfully updated to d9eb023ba98317d81fc53a3f9d6752b127a8dbbf
*** A reboot is needed to activate the new firmware
root@tomatomat:/home/pi# shutdown -r now

  • Footnotes:
  1. Yes, Problem, not Incident :-)
  2. Europeans, that's WLAN for you…