From 4fda9e75bbe201541d3d19aaa60a39c24ddbca89 Mon Sep 17 00:00:00 2001 From: Jake Day Date: Sat, 18 Nov 2017 10:12:48 -0500 Subject: [PATCH] add note about installing latest marvell firmware --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 653366c7f..3d08e938a 100644 --- a/README.md +++ b/README.md @@ -56,9 +56,10 @@ For the ipts_firmware files, please select the version for your device. * $ 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: * $ 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. Set permissions on mwifiex_pcie.sh script: - * $ sudo chown root /lib/systemd/system-sleep/mwifiex_pcie.sh - * $ sudo chmod 755 /lib/systemd/system-sleep/mwifiex_pcie.sh +6. 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: * $ sudo dpkg -i linux-headers-[VERSION].deb linux-image-[VERSION].deb 8. Reboot on installed kernel.