| Summary: | emerge sys-apps/hotplug says my firmware should go to /lib/firmware but there's only /usr/lib/hotplug/firmware/ | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Oz <hellabri> |
| Component: | New packages | Assignee: | udev maintainers <udev-bugs> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Oz
2008-08-12 08:00:31 UTC
The output is fine. Do unmerge the hotplug package! The firmware directory is /lib/firmware. This is the best place for firmware. No idea if udev does fallback to /usr/lib/hotplug/firmware, but I doubt it. Maybe we can change udev to mkdir /lib/firmware if too many people fail to use it. Conclusion: Do not use hotplug package! Do use udev for normal systems. You did not attach emerge --info output. (In reply to comment #1) > The output is fine. Do unmerge the hotplug package! > [...] > Conclusion: > Do not use hotplug package! Do use udev for normal systems. why? The Kernel wants /sbin/hotplug for loading firmware (vanilla-sources->Device Drivers->Generic Driver Options->UEVENT_HELPER_PATH=/sbin/hotplug). sys-apps/hotplug provides that and the "firmware.agent". My udev has no firmware rules ATM, but I can't update it, yet. That actually does nothing in the kernel. It's simply if you don't have udev or mdev installed. It's pretty poorly documented however. Thank you all. I will try to alter my udev or create my own script for loading the firmware. BTW: Our mail adresses are visible for spam robots. I wrote mail about that to www@gentoo.org from a different adress, but I got no reply. Whenever I file a bug, the ammount of daily spam increases. Even Google finds them: http://www.google.com/search?q=udev-bugs%40gentoo.org Marking this bug as waiting for test results. |