From owner-freebsd-questions@FreeBSD.ORG Thu Oct 7 15:20:33 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 DEA9C106566C for ; Thu, 7 Oct 2010 15:20:33 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id AFD4C8FC19 for ; Thu, 7 Oct 2010 15:20:33 +0000 (UTC) Received: by iwn8 with SMTP id 8so517047iwn.13 for ; Thu, 07 Oct 2010 08:20:33 -0700 (PDT) Received: by 10.231.173.144 with SMTP id p16mr993642ibz.108.1286464831935; Thu, 07 Oct 2010 08:20:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.166.77 with HTTP; Thu, 7 Oct 2010 08:20:01 -0700 (PDT) In-Reply-To: References: From: Eitan Adler Date: Thu, 7 Oct 2010 15:20:01 +0000 Message-ID: To: Paul B Mahol Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Mailing List Subject: Re: if_bwn woes 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, 07 Oct 2010 15:20:33 -0000 On Thu, Oct 7, 2010 at 2:31 PM, Paul B Mahol wrote: > On 10/7/10, Eitan Adler wrote: >>>> >>>> ifconfig wlan0 scan results in no output and takes forever (ie - it >>>> hangs) >>> If you set wlan0 for manual roaming it will not hang. >>> >>> Use 'ifconfig wlan0 list scan' instead. >> That worked, thanks. >> >> dhclient still results in no link being found. > > Are you sure that you setup is correct? > For example you can not connect to AP which require RSN authmode > if you configure wlan0 for OPEN authmode, you also may not > connect to AP if you are far away, because you are able > to receive and send doesn't mean AP can see your packets ........ > > Try changing ucastrate to lower values. > I'm not really sure what ucastrate does - but here it goes: $ifconfig wlan0 list scan|head -1 xyz 00:23:xx:yy:zz:aa:bb 1 54M -125:-95 102 E HTCAP WME $ifconfig wlan0 ssid xyz $dhclient wlan0 ... no link ... $ifconfig wlan0 ucastrate 9 $dhclient wlan0 ... no link ... $ifconfig wlan0 ucastrate 1 $dhclient wlan0 ... no link ... I'm fairly sure that I'm in an area where the signal reaches because when I was using the ndis driver (on an old install) it worked. This is a fresh install now. -- Eitan Adler