From owner-freebsd-questions@FreeBSD.ORG Mon Jul 4 11:43:58 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 D996A106564A for ; Mon, 4 Jul 2011 11:43:58 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 93E178FC13 for ; Mon, 4 Jul 2011 11:43:58 +0000 (UTC) Received: by vws18 with SMTP id 18so4887794vws.13 for ; Mon, 04 Jul 2011 04:43:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=qSBb6Dv3f37fMXHpVqn2qz1482x7Zn6Wcs/nyxSQgTg=; b=m3Kje9qERvJ6tU/+VQUIbL71/686ZWr0Qe9KO/96JoZiaF6ZhhG9rWSjTHgy7Uo2wa YfQg/kJCxRfJWZtEqvftnN9A+w/QXPioatmi252/j6zB84X2FBWA8Vts1TR9ZUfYQaLv sBCkNhCdh1W5fL5xnCkZoVAWgHW8NJYFRynAI= MIME-Version: 1.0 Received: by 10.52.164.136 with SMTP id yq8mr4654483vdb.102.1309776847944; Mon, 04 Jul 2011 03:54:07 -0700 (PDT) Received: by 10.220.194.133 with HTTP; Mon, 4 Jul 2011 03:54:07 -0700 (PDT) In-Reply-To: References: Date: Mon, 4 Jul 2011 10:54:07 +0000 Message-ID: From: "Paul B. Mahol" To: _ Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: WLAN issue 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: Mon, 04 Jul 2011 11:43:58 -0000 On 7/3/11, _ wrote: > Hi List, > > I can't get my WLAN (WPA) to work and I am somewhat at a loss, as to what > else to try... > > > The /etc/rc.conf portion looks like this: > > ifconfig_wi0="WPA DHCP" > > > My /etc/wpa_supplicant.conf looks like this: > > network={ > ssid="my_ssid" > psk="my_psk" > } > > The above should be fine in terms of how it is set up. > > > Invoking ifconfig on the interface tells me that it is connected, however, > there's still no internet connection. > > # ifconfig wi0 > wi0: flags=8843 metric 0 mtu 1500 > ether 00:02:2d:0f:4f:99 > inet 0.0.0.0 netmask 0xff000000 broadcast 255.255.255.255 > media: IEEE 802.11 Wireless Ethernet autoselect (DS/2Mbps) > status: associated > ssid WLAN-5C7E88 channel 11 (2462 Mhz 11b) bssid 88:25:2c:5c:7e:38 > stationname "FreeBSD WaveLAN/IEEE node" > authmode WPA1+WPA2/802.11i privacy MIXED deftxkey UNDEF bmiss 7 > scanvalid 60 roaming MANUAL > > > My OS is FreeBSD 7.0. Why you do not update to 8.2 This way it is far more likely if bug is still present to be fixed.