From owner-freebsd-questions@FreeBSD.ORG Sun Apr 15 14:13:31 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 64215106566B for ; Sun, 15 Apr 2012 14:13:31 +0000 (UTC) (envelope-from erichfreebsdlist@ovitrap.com) Received: from alogreentechnologies.com (alogreentechnologies.com [67.212.226.44]) by mx1.freebsd.org (Postfix) with ESMTP id 187BD8FC0A for ; Sun, 15 Apr 2012 14:13:31 +0000 (UTC) Received: from amd620.ovitrap.com ([49.128.188.2]) (authenticated bits=0) by alogreentechnologies.com (8.13.1/8.13.1) with ESMTP id q3FEDJGH022247; Sun, 15 Apr 2012 08:13:23 -0600 From: Erich Dollansky To: freebsd-questions@freebsd.org Date: Sun, 15 Apr 2012 21:13:09 +0700 User-Agent: KMail/1.13.7 (FreeBSD/8.3-PRERELEASE; KDE/4.7.4; amd64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201204152113.09966.erichfreebsdlist@ovitrap.com> Cc: fake fake Subject: Re: Problems using usb wireless adapter X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Apr 2012 14:13:31 -0000 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" > >