Matthew R. Dempsky, 2006-01-06 17:21:24
Do you have the right version of firmware? I believe ipw2200-source is a newer version than the one included with kernel releases, and that they require different firmware versions.
fenio, 2006-01-06 17:36:32
According to Documentation/networking/README.ipw2200 kernel includes 1.0.8 version of ipw2200, so the same as this from ipw2200-source.
Mind Booster Noori, 2006-01-06 18:54:08
You must to have the driver compiled as a module.
alejo, 2006-01-06 19:39:01
Hello..
I use 2.6.15 without problems in my notebook
I apt-geted the kernel iamge and then I drop the firmware (version 2.4) in /usr/lib/hotplug/firmware... and no problem
hope to be useful
fenio, 2006-01-08 15:38:03
So why the hell there's possibility to compile it as no module :/
Jon Dowland, 2006-01-21 18:49:47
Does it work then, with no other changes, compiled as a module?
GipPasso, 2006-01-31 18:00:28
I think that the matter is that if the ipw2200 driver is compiled statially in the kernel it tryes to load the firmware before udev has been loaded. It put the 2.4 firmware in /lib/firmware and compiled the ipw2200 as a module and it works fine.