Chelsio cxgb4 driver cannot load firmware
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux-firmware (Ubuntu) |
Confirmed
|
Medium
|
Unassigned |
Bug Description
Stock ubuntu 14.04 install, updated to the latest packages. Still seeing:
root@ceph-
[ 8.075442] cxgb4 0000:0c:00.4: enabling device (0040 -> 0042)
[ 8.080852] cxgb4 0000:0c:00.4: Direct firmware load failed with error -2
[ 8.080853] cxgb4 0000:0c:00.4: Falling back to user helper
[ 8.111546] cxgb4 0000:0c:00.4: unable to load firmware image cxgb4/t4fw.bin, error -2
[ 8.128533] cxgb4 0000:0c:00.4: Coming up as MASTER: Initializing adapter
[ 8.800553] cxgb4 0000:0c:00.4: Direct firmware load failed with error -2
[ 8.800554] cxgb4 0000:0c:00.4: Falling back to user helper
[ 8.808545] cxgb4 0000:0c:00.4: mbox 4: 70000000c1f0203 0 0 0 0 0 0 0
[ 9.504543] cxgb4 0000:0c:00.4: Successfully configured using Firmware Configuration File "Firmware Default", version 0x0, computed checksum 0x0
however:
root@ceph-
total 972
4 drwxr-xr-x 2 root root 4096 Dec 6 14:58 .
20 drwxr-xr-x 61 root root 20480 Dec 6 14:58 ..
476 -rw-r--r-- 1 root root 486912 Sep 18 15:50 t4fw-1.9.23.0.bin
0 lrwxrwxrwx 1 root root 17 Sep 18 15:50 t4fw.bin -> t4fw-1.9.23.0.bin
472 -rw-r--r-- 1 root root 481280 Sep 18 15:50 t5fw-1.9.23.0.bin
0 lrwxrwxrwx 1 root root 17 Sep 18 15:50 t5fw.bin -> t5fw-1.9.23.0.bin
root@ceph-
and the module is looking for it there also:
root@ceph-
firmware: cxgb4/t5fw.bin
firmware: cxgb4/t4fw.bin
root@ceph-
here's update-initramfs:
root@ceph-
Adding module /lib/modules/
Adding module /lib/modules/
Adding firmware /lib/firmware/
Adding firmware /lib/firmware/
Adding firmware /lib/firmware/
Adding firmware /lib/firmware/
Adding firmware /lib/firmware/
Adding firmware /lib/firmware/
Adding module /lib/modules/
Adding module /lib/modules/
Adding firmware /lib/firmware/
Adding firmware /lib/firmware/
Adding firmware /lib/firmware/
Adding firmware /lib/firmware/
Adding module /lib/modules/
Adding module /lib/modules/
Adding module /lib/modules/
rm -f ./lib/firmware/
rm -f ./lib/firmware/
root@ceph-
Changed in linux-firmware (Ubuntu): | |
importance: | Undecided → Medium |
Could this actually happen because the firmware in linux-firmware is really, _really_ old?
latest is 1.12.25.0 vs 1.9.23.0 shipping currently as part of the package...