From owner-freebsd-questions@FreeBSD.ORG Tue Aug 30 12:11:47 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 CABED1065672 for ; Tue, 30 Aug 2011 12:11:47 +0000 (UTC) (envelope-from pstreem@gmail.com) Received: from mail-yi0-f54.google.com (mail-yi0-f54.google.com [209.85.218.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8E6308FC1A for ; Tue, 30 Aug 2011 12:11:47 +0000 (UTC) Received: by yib19 with SMTP id 19so5141087yib.13 for ; Tue, 30 Aug 2011 05:11:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=cC34rK5XE/DwiiCeJgUL2Dyo5xpCk7vvI0r+eOi52mY=; b=HmLkYFHMNPGbkryZpv73zZJsQ44h5upVOBQbLaUxIYUcXtpTdcWk8QP3QQqD14x0ly HE1KsASq5bnsZuqWufkc4f1TyYN33xxrosZquJjbI1ht3L0G2+nK0nQgkaESN0hRODna VOR98voCWM88xCqR9ntOYpf6z+o49B5ZU7qAA= MIME-Version: 1.0 Received: by 10.42.148.134 with SMTP id r6mr6190681icv.396.1314704905786; Tue, 30 Aug 2011 04:48:25 -0700 (PDT) Received: by 10.231.111.41 with HTTP; Tue, 30 Aug 2011 04:48:25 -0700 (PDT) Received: by 10.231.111.41 with HTTP; Tue, 30 Aug 2011 04:48:25 -0700 (PDT) Date: Tue, 30 Aug 2011 19:48:25 +0800 Message-ID: From: PstreeM China To: Warren Block Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Derek Funk , 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 12:11:48 -0000 Did you load the drivers about wlancard? Make kernel yourself or edited /boot/loader.conf to load drivers. On Aug 30, 2011 9:36 AM, "Warren Block" wrote: > > 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" > > > _______________________________________________ > 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"