From owner-freebsd-questions@FreeBSD.ORG Tue Aug 30 01:35:36 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 773CB106566B for ; Tue, 30 Aug 2011 01:35:36 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 368808FC13 for ; Tue, 30 Aug 2011 01:35:36 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id p7U1ZVvY044484; Mon, 29 Aug 2011 19:35:31 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id p7U1ZV9s044481; Mon, 29 Aug 2011 19:35:31 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Mon, 29 Aug 2011 19:35:31 -0600 (MDT) From: Warren Block To: Derek Funk In-Reply-To: <1314662420.1588.5.camel@toshiba-ubuntu> Message-ID: References: <1314662420.1588.5.camel@toshiba-ubuntu> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Mon, 29 Aug 2011 19:35:31 -0600 (MDT) Cc: FreeBSD-Questions Subject: Re: wlan setup 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: Tue, 30 Aug 2011 01:35:36 -0000 On Mon, 29 Aug 2011, Derek Funk wrote: > I followed the handbook and searched online but yet still unable to get > a wireless connection to an access point. > > I have in my rc.conf file: > wlans_ath0="wlan0" > ifconfig_wlan0="WPA DHCP" > > and in the wpa_supplicant.conf: > network={ > ssid="myssid" > psk="mypassword" > } > > It associates but does not get an ip. Some cards take a long time to associate, and using synchronous DHCP helps. ifconfig_wlan0="WPA SYNCDHCP"