On 7/23/09, Jeremy Chase <jeremychase@gmail.com> wrote:
Hi Jeremy,
iwi does seem to be a bit picky about changing access points without a
reboot (I've though about replacing it on my laptop with another
card), what usually works for me is the following sequence of
commands:
x41:fred ~> sudo ifconfig iwi0 down
x41:fred ~> sudo ifconfig iwi0 nwid myaccesspoint nwkey mykey
x41:fred ~> sudo ifconfig iwi0 scan
x41:fred ~> sudo /sbin/dhclient iwi0
Doing the scan after changing settings but before issuing a dhclient
seems to get iwi into an active state.
HTH
Fred