From 7875a361249717d98557c096d38609b3e5419cca Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Tue, 3 May 2016 09:02:18 +0200 Subject: [PATCH] wireless power config --- Configuring-the-Raspberry-Pi.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Configuring-the-Raspberry-Pi.md b/Configuring-the-Raspberry-Pi.md index 0ba4253..661db6a 100644 --- a/Configuring-the-Raspberry-Pi.md +++ b/Configuring-the-Raspberry-Pi.md @@ -49,6 +49,16 @@ Add the following lines options 8192cu rtw_power_mgnt=0 rtw_enusbss=1 rtw_ips_mode=1 ``` +Edit _/etc/network/interfaces_ +```shell +sudo nano /etc/network/interfaces +``` + +Add the following line under the _wlan0_ section +```shell +wireless-power=off +``` + Reboot your PI ```shell sudo reboot