80211 patch3 (to be committed)
Thomas Schlesinger
schlesinger at netcologne.de
Sat May 6 07:59:47 PDT 2006
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
/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
As I call this script usually out of a KDE terminal, I can't see the messages
on Console, which accompany the freeze/crash.
Thomas
More information about the Users
mailing list