diff --git a/Configuring-the-Raspberry-Pi.md b/Configuring-the-Raspberry-Pi.md index 1bef108..0ba4253 100644 --- a/Configuring-the-Raspberry-Pi.md +++ b/Configuring-the-Raspberry-Pi.md @@ -9,11 +9,11 @@ display_rotate=1 ```` ##Autohiding the Mouse Cursor -Install _unclutter_: +Install _unclutter_: ```` sudo apt-get install unclutter ```` - +__version 1 only__ ##Disabling the screensaver edit _/etc/xdg/lxsession/LXDE-pi/autostart_: @@ -36,6 +36,24 @@ Add the following line below [SeatDefaults] xserver-command=X -s 0 -dpms ```` +## Disable WiFi Power Save + +Edit _/etc/modprobe.d/8192cu.conf_ +```shell +sudo nano /etc/modprobe.d/8192cu.conf +``` + +Add the following lines +```shell +# Disable power saving +options 8192cu rtw_power_mgnt=0 rtw_enusbss=1 rtw_ips_mode=1 +``` + +Reboot your PI +```shell +sudo reboot +``` + ## Enable file sharing with OS X Install _Netatalk_: