Собрал 2.6.15-rc5 для своего ноута, с поддержкой ipw2200. После агнузки в логах ругня типа "Unable to load firmware: -2", "ipw-2.4-boot.fw load failed: Reason -2". Где его брать и куда совать?
Господа, я что-то совсем запутался. До сих пор у меня стояло ядро 2.6.12.6, к которому я всю эту байду, включая fw, ieee80211 и ipw2200 качал и ставил отдельно. И всё работало. Теперь я собрал 2.6.15. Как я понимаю, всё, кроме fw, там уже есть в ядре??? Или мне опять что-то ещё собирать надо? Потому что fw я слил, в нужный каталог поместил, но оно опять орёт!
Dec 6 11:02:37 Notebook kernel: ipw2200: ipw-2.4-boot.fw load failed: Reason -2
Dec 6 11:02:37 Notebook kernel: ipw2200: Unable to load firmware: -2
Dec 6 11:02:37 Notebook kernel: ipw2200: failed to register network device
Dec 6 11:02:37 Notebook kernel: ipw2200: probe of 0000:02:04.0 failed with error -5
Почему failed-то??? Лежит же всё (причём 2.4, всё нормально) в том же каталоге, что и 2.3 для 2.6.12 лнжало!!! Чего ему ещё-то надо???
In some kernel configurations (users have most frequently reported the problem only with 2.6.9), the default timeout value for the hotplug subsystem is too low. You may have this problem if you see the following in your kernel log (via dmesg or /var/log/messages):
To work around this, you can increase the default timeout value:
echo 100 > /sys/class/firmware/timeout
and then reload the ipw2200 module. If this corrects your problem, you may wish to add the above line to your system startup scripts prior to the point at which the driver module would be loaded.
The other most common reason for getting the above error is that the firmware files are not installed in the correct location. Please see the INSTALL document for information on installing the firmware files.