Mark - as far as I can tell nx3fwct.bin does not exist in the kernel nor is it in linux-firmware. While the driver references several other firmware files in the source code, only phanfw.bin (which is found in linux-firmware) is exported as part of the module information, e.g.,
git grep MODULE_FIRMWARE drivers/net/ethernet/qlogic/netxen drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c:MODULE_FIRMWARE(NX_UNIFIED_ROMIMAGE_NAME); git grep NX_UNIFIED_ROMIMAGE_NAME drivers/net/ethernet/qlogic/netxen/netxen_nic.h:#define NX_UNIFIED_ROMIMAGE_NAME "phanfw.bin" drivers/net/ethernet/qlogic/netxen/netxen_nic_init.c: NX_UNIFIED_ROMIMAGE_NAME, drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c:MODULE_FIRMWARE(NX_UNIFIED_ROMIMAGE_NAME); -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/969304 Title: Regression: Missing Firmware Files phanfw.bin and nx3fwct.bin (precise 12.04 beta) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/969304/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
