DragonFly BSD
DragonFly users List (threaded) for 2006-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: 80211 patch3 (to be committed)


From: Thomas Schlesinger <schlesinger@xxxxxxxxxxxxx>
Date: Sat, 6 May 2006 16:53:03 +0200

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
 




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]