80211 patch3 (to be committed)

Sepherosa Ziehau sepherosa at gmail.com
Sat May 6 19:11:29 PDT 2006


On 5/6/06, Thomas Schlesinger <schlesinger at xxxxxxxxxxxxx> wrote:
Am Montag, 1. Mai 2006 03:09 schrieb Sepherosa Ziehau:
> Hi all,
>
> I have rearranged the previous 80211 patch:
> http://leaf.dragonflybsd.org/~sephe/802_11.diff3
> NOTE:
<snip>

Sepherosa,

sometimes, my notebook (Asus V6800, ipw2200) crashes, when I try to
re-establish a disconnected WPA-session. I use this script for re-connecting:
#!/bin/csh
ifconfig iwi0 down
kldunload if_iwi
kldload if_iwi
asf -k -s /modules /asf # add this line

/etc/start_if.iwi0
ifconfig iwi0 inet 192.168.2.101 netmask 255.255.255.0 up
route add default 192.168.2.1
/etc/start_if.iwi0 look like that (yes, I know, the route add is doubled):
iwicontrol iwi0 -d /usr/libdata/iwi_firmware
ifconfig iwi0 up
wpa_supplicant -B -i iwi0 -c /etc/wpa_supplicant.conf > /var/log/wpa.log
route add default 192.168.2.1
Add the above line into your script.
I will need a backtrace or a core, so please don't run this script from X.
If you can get a core, put the core and /asf to somewhere that I can
fetch, thanks
Best Regards,
sephe
--
Live Free or Die





More information about the Users mailing list