From owner-freebsd-questions@FreeBSD.ORG Thu Oct 7 16:04:58 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 0AB571065700 for ; Thu, 7 Oct 2010 16:04:58 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id CF9E08FC08 for ; Thu, 7 Oct 2010 16:04:57 +0000 (UTC) Received: by pwi8 with SMTP id 8so3855pwi.13 for ; Thu, 07 Oct 2010 09:04:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=sTK4Pa6GhjT7kEU2Tzkv87nx2d1liXreKpg7OdS42s8=; b=gAbi5niAiuPbfRutf0BIY8V25fC9yy6fYp98gG4tHzRFNpQklEU0SFYdt+FIuoY8Uc 5pNP2+b59h9gAkXAid7AFq78BMSUS30xXA/idk9m/49BiNHm9rJ+JrnyBSrwRiF5apLY Q7520M0BnV7+oVAq/wVhH82f7EwfwN0U0jJfg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=f5TT5j8hCmq7/tDD+bfoSb6biso18fyOUlzWymnkDK0LBef2Z+mWToKRLSKrVD83Oa psBkQf5+vlx2FSjjAryyhnXrZKBK0XKukre1v8TuL1heTIJOFlDEL3MchWSzCcSgJvDi VeMQYzmWuCJRG9E4GbZY6g33u674qbgQ31hXw= MIME-Version: 1.0 Received: by 10.142.241.19 with SMTP id o19mr800129wfh.20.1286467497060; Thu, 07 Oct 2010 09:04:57 -0700 (PDT) Received: by 10.220.187.194 with HTTP; Thu, 7 Oct 2010 09:04:56 -0700 (PDT) In-Reply-To: References: Date: Thu, 7 Oct 2010 16:04:56 +0000 Message-ID: From: Paul B Mahol To: Eitan Adler Content-Type: text/plain; charset=ISO-8859-1 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 16:04:58 -0000 On 10/7/10, Eitan Adler wrote: > 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. Looks like you cant associate at all. Also signal power is too low. Why is INT (beacon interval of AP) 102 ?