Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 110212 - zd1201-firmware location does not work with hotplug
Summary: zd1201-firmware location does not work with hotplug
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mobile Herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-23 03:59 UTC by Stefan Kost
Modified: 2005-12-25 05:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Kost 2005-10-23 03:59:13 UTC
it installs the firmware files to /lib/firmware/
shouldn't they go to /etc/hotplug/usb/ ?
and shouldn't there be .usermap files for it too.

The point is that the kernel detects when I plugin the usb wlan device, but it
does not get hotplugged.
Comment 1 Henrik Brix Andersen 2005-10-23 04:08:15 UTC
/lib/firmware/ is the correct path for hotplug firmware files...
Comment 2 Stefan Kost 2005-10-23 04:30:31 UTC
but I have other firmware files on /etc/hotplug/{usb,pci} and they work
where the one for the zd1201 doesn't get loaded. I'll continue dicussing this
problem in the forum and update the case here
http://forums.gentoo.org/viewtopic-p-2821589.html#2821589
Comment 3 Stefan Schweizer (RETIRED) gentoo-dev 2005-10-23 05:37:54 UTC
Sorry, /lib/firmware/ is the right location for the in-kernel firmwares

Hotplug firmware loading is only used in the rare cases where in-kernel loading
does not work, and even with a hotplug-script the firmware should be stored in
/lib/firmware.

You get a netdevice in ifconfig and you upload the firmware by "ifconfig wlan0 up"

Can you please post the relevent parts of dmesg?
Comment 4 Stefan Kost 2005-10-23 06:18:39 UTC
Thats all that happening, when I plug in the device:

Oct 23 17:17:30 fluffy usb 1-1: new full speed USB device using ohci_hcd and
address 4

the driver is loaded:
# lsmod | grep zd
zd1201                 21380  0
firmware_class          8064  1 zd1201

ifconfig / iwconfig don't know about wlan0
Comment 5 Stefan Schweizer (RETIRED) gentoo-dev 2005-12-25 05:49:30 UTC
The firmware location is correct, I suspect your device is not supported by the driver.