wireless power config

Michael Teeuw 2016-05-03 09:02:18 +02:00
parent 44dd5c080b
commit 7875a36124

@ -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