update readme with notes for script permissions

This commit is contained in:
Jake Day 2017-09-06 20:25:59 -04:00
parent a2e1d27509
commit d99f1621f2

View file

@ -48,9 +48,12 @@ You will need to download :
* $ sudo mv ipts_firmware/* /lib/firmware/intel/ipts/
3. Fix issue with Suspend to Disk:
* $ sudo ln -s /usr/lib/systemd/system/hibernate.target /etc/systemd/system/suspend.target && sudo ln -s /usr/lib/systemd/system/systemd-hibernate.service /etc/systemd/system/systemd-suspend.service
4. Install the custom kernel and headers:
4. Set permissions on mwifiex_pcie.sh script:
* $ sudo chown root /lib/systemd/system-sleep/mwifiex_pcie.sh
* $ sudo chmow 755 /lib/systemd/system-sleep/mwifiex_pcie.sh
5. Install the custom kernel and headers:
* $ sudo dpkg -i linux-image*dev linux-headers*deb
5. Reboot on installed kernel.
6. Reboot on installed kernel.
### Donations Appreciated!