From owner-freebsd-questions@FreeBSD.ORG Thu Dec 9 11:17:03 2010 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 ADF50106566C for ; Thu, 9 Dec 2010 11:17:03 +0000 (UTC) (envelope-from mlmichael70@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 3AEF38FC1C for ; Thu, 9 Dec 2010 11:17:03 +0000 (UTC) Received: by wwf26 with SMTP id 26so2178202wwf.31 for ; Thu, 09 Dec 2010 03:17:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=/JIoeVx23UIyhTOldET5WUWFyNuZY4avRyXXOCy9Ulo=; b=ocNN1E1ABYFU90ffXO4tyBLvk3Qn9Rgcy2zmj2Y3uDe6pGQsHz/J+YTbqK6AzAaj4+ cZOjlQCJd2oefxsKFJT+0rAzjOvJdUhe12W9FGQO5rXt/Y3SwCXFqjL5q+hEaa1ciPv8 oQngYU5r1pY18QTCzrMORKfbbgcOziLP6s2lM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=Mxh/FBaXj+5VGRNI7/551F92eEyO2atuK7+NybVET4oWZfzjE/YYPklADQcK+wqlcV 1Xzwr4gUrWkcD0VcPWnw1QGgnNnvOEgVzjNki2j7IdyuqyKKHhhHlHQ74+/SbkrjoTv9 2WKgGhwti9naGfn1w0KMKyQTfRhK4LJQROZHY= Received: by 10.227.9.148 with SMTP id l20mr10389760wbl.184.1291893422306; Thu, 09 Dec 2010 03:17:02 -0800 (PST) Received: from prime.nonspace ([217.98.80.250]) by mx.google.com with ESMTPS id h29sm1148588wbc.3.2010.12.09.03.17.01 (version=SSLv3 cipher=RC4-MD5); Thu, 09 Dec 2010 03:17:01 -0800 (PST) Message-ID: <4D00C8BE.9060009@gmail.com> Date: Thu, 09 Dec 2010 12:17:02 +0000 From: Michael User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101203 Thunderbird/3.1.6 MIME-Version: 1.0 To: Paul B Mahol References: <4D000E4A.2000800@gmail.com> <4D009D47.4050600@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: dhclient doesn't work over wireless 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: Thu, 09 Dec 2010 11:17:03 -0000 On 09/12/2010 10:16, Paul B Mahol wrote: > On 12/9/10, Michael wrote: >> >> Ok it looks like PR number 145269. Unfortunately there is no fix yet. >> Thank you for your help, at least I know it's not just me. > > That PR is invalid/useless. If you want feedback give more. > > You have wpa_supplicant.conf? > Yes, this is my wpa_supplicant.conf file: network={ ssid="wifi" scan_ssid=1 bssid=XX:XX:XX:XX:XX:XX priority=9 mode=0 proto=RSN key_mgmt=WPA-PSK auth_alg=OPEN pairwise=CCMP group=CCMP psk="xxxxx" } Just to remind you - ifconfig says that wlan0 is associated with my access point. I'm happy to provide all details needed, just tell me what you need. I'm running FreeBSD 8.1-RELEASE with all SA+errata patches. Standard dhclient.conf file. Michael