Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Apr 2012 21:13:09 +0700
From:      Erich Dollansky <erichfreebsdlist@ovitrap.com>
To:        freebsd-questions@freebsd.org
Cc:        fake fake <four.troublesome.heads@gmail.com>
Subject:   Re: Problems using usb wireless adapter
Message-ID:  <201204152113.09966.erichfreebsdlist@ovitrap.com>
In-Reply-To: <CA%2BrxiGDdoWYhoA9HikKtn4-0YpDLaTWa0YTLv36kr9aSJ9rKeA@mail.gmail.com>
References:  <CA%2BrxiGDdoWYhoA9HikKtn4-0YpDLaTWa0YTLv36kr9aSJ9rKeA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

have you tried to unplug the device and put it back in?

Erich

On Sunday 15 April 2012 18:54:20 fake fake wrote:
> I've just got FreeBSD 9.0-RELEASE on HP Pavillion dv4.
> When I found the internal wireless adapter (Broadcom BCM4322) is not
> supported, I decided to use the usb wireless adapter (Planex
> GW-USMicroN) which is listed on
> 
> http://www.freebsd.org/releases/9.0R/hardware.html
> 
> then I configed the several files.
> (I use WEP to connect to the internet.)
> 
> /boot/loader.conf
> if_run_load="YES"
> runfw_load="YES"
> wlan_wep_load="YES"
> 
> /etc/rc.conf
> wlans_run0="wlan0"
> ifconfig_wlan0="DHCP WPA"
> 
> /etc/wpa_supplicant.conf
> network={
>   ssid="my_ap's_ssid"
>   key_mgmt=NONE
>   wep_key1=my_password
>   wep_tx_keyidx=1
> }
> 
> but, I cannot connect to the internet.
> How to solve this situation?
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
> 
> 



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