Actually, kernel asked for loading firmware:
----
firmware: requesting symbol_sp24t_prim_fw
spectrum_cs: Cannot find firmware: symbol_sp24t_prim_fw
----
This error comes from following code in drivers/net/wireless/orinoco.c function
symbol_dl_firmware()
---
if (request_firmware(&fw_entry, fw->pri_fw,
priv->dev) != 0) {
printk(KERN_ERR "%s: Cannot find firmware: %s\n",
dev->name, fw->pri_fw);
return -ENOENT;
}
---
I'm wondering firmware file should be placed in some wrong place, so
kernel can not find it.
Assigned to me, I will take a look
-Bryan
** Changed in: linux (Ubuntu)
Assignee: (unassigned) => Bryan Wu (cooloney)
--
Socket CF WiFi card firmware not loading after upgrade to Jaunty
https://bugs.launchpad.net/bugs/351846
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs