Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 110090 - Fix for firmware loading under newer udev's
Summary: Fix for firmware loading under newer udev's
Status: RESOLVED LATER
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Greg Kroah-Hartman (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-21 20:36 UTC by lain
Modified: 2005-10-25 14:26 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 lain 2005-10-21 20:36:59 UTC
It appears that the newer udev's take precedent over Hot/Coldplug when loading
firmware. However, this presents a problem, as the newer udev's have no default
mechanism for loading firmware when a driver is loaded. This situation is
described in this blog post:
http://www.openthought.org/blosxom.cgi/2005/09/07#firmware_and_udev

I had the same exact problem when loading the driver for my Intel 2200BG card
for my laptop. The above solution worked great. Simply doing a revision to
udev-071 should fix this problem, and potentially many other problems with
firmware loading in the future. 

I am personally inexperienced in ebuild hacking, so I'll leave that bit up to
the professionals.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Greg Kroah-Hartman (RETIRED) gentoo-dev 2005-10-25 14:26:20 UTC
I will be doing this when we move to full udev support of the hotplug system

right now, your firmware helper as part of the hotplug package should
be doing the firmware loading.