Raspberry Pi WiFi issue: Difference between revisions

From Wurst-Wasser.net
Jump to navigation Jump to search
(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...")
 
No edit summary
Line 29: Line 29:
* Footnotes:
* Footnotes:
<references/>
<references/>
[[Category:RaspberryPi]]

Revision as of 19:56, 31 March 2015

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…