Some cards fail to take iwconfig commands till the device is up ....
so first do
ifconfig wlan0 up
and then do the iwconfig stuff
[div align=\"right\"][a href=\"index.php?act=findpost&pid=149553\"][{POST_SNAPBACK}][/a][/div]
I have some news on this:
Yesterday, after having used kismet, I had a grate deal of trouble associating the wifi card to my Access Point.
I did all sorts of things including ejected, inserted, suspended, resumed the card.
In the end what seamed to work was:
insert the card
ifconfig wlan0 up
iwconfig wlan0 essid your_sid mode managed
dhcpcd wlan0
At this time it will not associate because it recognises the wrong MAC address for the access point (44:44:44:44:44:44).
Now wait for the dhcpcd to timeout, apparently it also does some resetting and start over again, second time misteriously works.
Anyone know how to manually reset the card without having to wait for dhcpcd to time out ?