Small correction um numbered point list

This commit is contained in:
casainho 2017-11-23 08:58:03 +00:00
parent fd97d2cd27
commit 8ac3a2615d

View file

@ -52,23 +52,23 @@ For the ipts_firmware files, please select the version for your device.
* $ sudo cp -R root/* /
2. Make /lib/systemd/system-sleep/hibernate.sh as executable:
* $ sudo chmod a+x /lib/systemd/system-sleep/hibernate.sh
2. Extract ipts_firmware_[VERSION].zip to /lib/firmware/intel/ipts/
3. Extract ipts_firmware_[VERSION].zip to /lib/firmware/intel/ipts/
* $ sudo mkdir -p /lib/firmware/intel/ipts
* $ sudo unzip ipts_firmware_[VERSION].zip -d /lib/firmware/intel/ipts/
3. Extract i915_firmware.zip to /lib/firmware/i915/
4. Extract i915_firmware.zip to /lib/firmware/i915/
* $ sudo mkdir -p /lib/firmware/i915
* $ sudo unzip i915_firmware.zip -d /lib/firmware/i915/
4. (Ubuntu 17.10) Fix issue with Suspend to Disk:
5. (Ubuntu 17.10) Fix issue with Suspend to Disk:
* $ sudo ln -s /lib/systemd/system/hibernate.target /etc/systemd/system/suspend.target && sudo ln -s /lib/systemd/system/systemd-hibernate.service /etc/systemd/system/systemd-suspend.service
5. (all other distros) Fix issue with Suspend to Disk:
6. (all other distros) 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
6. Install the latest marvell firmware:
7. Install the latest marvell firmware:
* git clone git://git.marvell.com/mwifiex-firmware.git
* sudo mkdir -p /lib/firmware/mrvl/
* sudo cp mwifiex-firmware/mrvl/* /lib/firmware/mrvl/
7. Install the custom kernel and headers:
8. Install the custom kernel and headers:
* $ sudo dpkg -i linux-headers-[VERSION].deb linux-image-[VERSION].deb
8. Reboot on installed kernel.
9. Reboot on installed kernel.
### NOTES