RE: ipw2100: firmware problem
From: Alejandro Bonilla <hidden>
Date: 2005-06-08 15:07:00
Also in:
lkml
On Wednesday 08 June 2005 17:23, Pavel Machek wrote:quoted
Hi! I'm fighting with firmware problem: if ipw2100 is compiled into kernel, it is loaded while kernel boots and firmware loaderis not yetquoted
available. That leads to uninitialized (=> useless) adapter.
Pavel, I might be lost here but... How is the firmware loaded when using the ipw2100-1.0.0/patches Kernel patch? That patch normally works fine. It might not be the way you kernel developers would like it, but maybe that could work the same way?
quoted
What's the prefered way to solve this one? Only load firmware when user does ifconfig eth1 up? [It is wifi, it looks like it would be better to start firmware sooner so that it can associate to the AP...].Do you want to associate to an AP when your kernel boots, _before_ any iwconfig had a chance to configure anything? That's strange.
Currently, when we install the driver, it associates to any open network on boot. This is good, cause we don't want to be typing the commands all the time just to associate. It works this way now and is pretty nice.
My position is that wifi drivers must start up in an "OFF" mode. Do not send anything. Do not join APs or start IBSS. Thus, no need to load fw in early boot.
So, to scan a network, I would have to do ifconfig eth1 up ; iwlist eth1 scan? When moving from modes with the firmwares, would I have to do ifconfig eth1 up ; iwconfig eth1 mode monitor? or would the firmware be loaded with iwconfig? Does it have that function? I'm not sure, but I guess that you guys should use the same method that the source/patches uses? .Alejandro