Summary: | linux-firmware package is incomplete | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Marcin Kowalski <yoshi3> |
Component: | [OLD] Unspecified | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED CANTFIX | ||
Severity: | normal | CC: | johannes_niess |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://packages.debian.org/sid/firmware-linux-nonfree | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Marcin Kowalski
2009-11-01 09:35:48 UTC
If you choose not to build firmware into the kernel, the firmware files you will find in ${KERNEL_DIR}/firmware/radeon/ i assume KERNEL_DIR stands for kernel source directory? i disabled in kernel firmware and i still don't have radeon directory in there. using gentoo-sources-2.6.31-r4 right now. grep FIRMWARE .config # CONFIG_PREVENT_FIRMWARE_BUILD is not set # CONFIG_FIRMWARE_IN_KERNEL is not set CONFIG_EXTRA_FIRMWARE="" # CONFIG_FIRMWARE_EDID is not set CONFIG_FIRMWARE_MEMMAP=y i must be doing something wrong. i can't get the kernel to make radeon firmware. localhost linux # LC_ALL="C" ls firmware/radeon ls: cannot access firmware/radeon: No such file or directory localhost linux # pwd /usr/src/linux CONFIG_FIRMWARE_IN_KERNEL is what will include firmware in the kernel. If disabled, you need to put the necessary firmware files in /lib/firmware so, if i understood correctly, kernel source does not provide radeon firmware? If I understand this correctly it's a kernel config issue. (In reply to comment #4) > so, if i understood correctly, kernel source does not provide radeon firmware? > I'm not sure about the 2.6.31 sources, but 2.6.32 definitely has radeon firmware. |