Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 May 2012 03:30:10 GMT
From:      PseudoCylon <moonlightakkiy@yahoo.ca>
To:        freebsd-usb@FreeBSD.org
Subject:   Re: usb/167847: [ural] dlink dwl-122g e crashes(?) when trying wap2 crypto
Message-ID:  <201205160330.q4G3UAi9061784@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR usb/167847; it has been noted by GNATS.

From: PseudoCylon <moonlightakkiy@yahoo.ca>
To: bug-followup@FreeBSD.org, cjr@cruwe.de
Cc:  
Subject: Re: usb/167847: [ural] dlink dwl-122g e crashes(?) when trying wap2 crypto
Date: Tue, 15 May 2012 21:28:12 -0600

 First, comment out 3 lines you have added to /etc/rc.conf temporary
 until the problem is solved.
 
 Try this hostapd.conf
 
 interface=wlan0
 ctrl_interface=/var/run/hostapd
 ctrl_interface_group=wheel
 ssid= bsdap
 wpa=2
 wpa_passphrase=UseYourOwnPwd
 wpa_key_mgmt=WPA-PSK
 wpa_pairwise=CCMP
 
 Then, plugin the device,
 #ifconfig wlan create wlandev run0 wlanmode ap
 #/etc/rc.d/hostapd onestart
 #ifconfig wlan0 inet 192.168.3.1
 
 
 AK



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205160330.q4G3UAi9061784>