From d1ec42622e5ef03edeae2bba1dbb365fe6a8e589 Mon Sep 17 00:00:00 2001 From: Christopher Date: Wed, 27 Apr 2016 13:39:23 +0200 Subject: [PATCH] Updated Configuring the Raspberry Pi (markdown) --- Configuring-the-Raspberry-Pi.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) 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_: