On Tuesday 06 September 2005 20:32, Alejandro Bonilla wrote: > Hi, > > I checked the IPW2100 in the current git from linux-2.6 and the > menuconfig > help (Kconfig) says you need to put the firmware in /etc/firmware, it should > be /lib/firmware. > > Who should I send the "patch" to? Or can someone simply change that? >
Firmware should go into /lib/firmware, not /etc/firmware. Found by Alejandro Bonilla. Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]> --- drivers/net/wireless/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.13-mm1-orig/drivers/net/wireless/Kconfig 2005-09-02 23:59:51.000000000 +0200 +++ linux-2.6.13-mm1/drivers/net/wireless/Kconfig 2005-09-06 20:39:45.000000000 +0200 @@ -152,7 +152,7 @@ In order to use this driver, you will need a firmware image for it. You can obtain the firmware from <http://ipw2100.sf.net/>. Once you have the firmware image, you - will need to place it in /etc/firmware. + will need to place it in /lib/firmware. You will also very likely need the Wireless Tools in order to configure your card: - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html