File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -73,9 +73,15 @@ Check System Prerequisites
73
73
4xxx : Use "lspci -d 8086:4941" to check VF devices have been created.
74
74
401xx : Use "lspci -d 8086:4943" to check VF devices have been created.
75
75
* firmware must be available
76
- Check that these files exist
, if not contact [email protected]
76
+ Check that these files exist:
77
77
/lib/firmware/qat_4xxx.bin or /lib/firmware/qat_4xxx.bin.xz
78
78
/lib/firmware/qat_4xxx_mmp.bin or /lib/firmware/qat_4xxx_mmp.bin.xz
79
+ If not, download the firmware images from linux-firmware and copy them
80
+ to /lib/firmware:
81
+ wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/qat_4xxx.bin
82
+ wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/qat_4xxx_mmp.bin
83
+ sudo mv qat_4xxx.bin /lib/firmware
84
+ sudo mv qat_4xxx_mmp.bin /lib/firmware
79
85
On updating these files run "sudo dracut --force" to update initramfs.
80
86
* kernel driver must be running
81
87
Use "lsmod | grep qat" to check that these kernel modules are running:
You can’t perform that action at this time.
0 commit comments