From owner-freebsd-wireless@FreeBSD.ORG Sun Oct 21 22:29:55 2012 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C586EFE4 for ; Sun, 21 Oct 2012 22:29:55 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-pa0-f54.google.com (mail-pa0-f54.google.com [209.85.220.54]) by mx1.freebsd.org (Postfix) with ESMTP id 971EF8FC08 for ; Sun, 21 Oct 2012 22:29:55 +0000 (UTC) Received: by mail-pa0-f54.google.com with SMTP id bi1so1530737pad.13 for ; Sun, 21 Oct 2012 15:29:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=3swPKQZqE2RCDqG3S9T911x0DGPpXJ0GdywW7wmGGYA=; b=SvIxBVGZQPylKGIWtUQ5cuMWgYGtad4iaM2Scw+gHGUl1pCIqu6xOGU2c+M9MPQpN6 LajOwmUJN31sjdv4svdM1BzkUq1xcoXv9VZQvg+Xz6R/G3wZG1VJOPfab3lyvmydOkmZ c3sVR/eYCQ5hx9EcHhTsNFwZ2PtNLKr0vj0HtWFV0CZwLpm3iOrkaCZk0fMEgAhbeCij X8qezaI1P7+DFi89JWgpVFHiBbw11EV7uuR17MvOZ+bw3r4q80Jn4OLY07Bug4F3cqc5 OnMDRp1R2nOdHMA+NaFrkqUTSNpR6gMU31ho5HyU6FzH9BPhSHnjpamUiYEP+uG6G8Tz c3Dg== MIME-Version: 1.0 Received: by 10.68.235.68 with SMTP id uk4mr24886373pbc.52.1350858595199; Sun, 21 Oct 2012 15:29:55 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.68.146.233 with HTTP; Sun, 21 Oct 2012 15:29:55 -0700 (PDT) In-Reply-To: <50847145.6020301@yahoo.com> References: <50847145.6020301@yahoo.com> Date: Sun, 21 Oct 2012 15:29:55 -0700 X-Google-Sender-Auth: mUaxSmyBvOcayFlR1h9P0QVBI2U Message-ID: Subject: Re: Wireless network Broadcom not connected From: Adrian Chadd To: George Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-wireless@freebsd.org X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Oct 2012 22:29:55 -0000 Let's start from scratch: please re-paste the output of 'ifconfig wlanX list scan' and 'ifconfig wlanX list sta'. If it doesn't associate, we need to figure that out. As I said on twitter, the output from the driver shows the RSSI values are invalid looking. So I think that's indicative of some larger scale problem with the driver. adrian