From owner-freebsd-questions@FreeBSD.ORG Thu Oct 7 14:22:30 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 3F5B61065672 for ; Thu, 7 Oct 2010 14:22:30 +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 12AB88FC1F for ; Thu, 7 Oct 2010 14:22:30 +0000 (UTC) Received: by iwn8 with SMTP id 8so447961iwn.13 for ; Thu, 07 Oct 2010 07:22:29 -0700 (PDT) Received: by 10.231.30.68 with SMTP id t4mr910859ibc.129.1286461349496; Thu, 07 Oct 2010 07:22:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.166.77 with HTTP; Thu, 7 Oct 2010 07:22:09 -0700 (PDT) In-Reply-To: References: From: Eitan Adler Date: Thu, 7 Oct 2010 14:22:09 +0000 Message-ID: To: Paul B Mahol Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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 14:22:30 -0000 >> >> ifconfig wlan0 scan results in no output and takes forever (ie - it hang= s) > 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. > >> ifconfig wlan0 ssid my_ssid >> dhclient wlan0 >> results in no link being discovered >> >> Here is some relevant system config and such to help diagnose the proble= m: >> >> #ifconfig wlan0 create wlandev bwn0 >> >> #ifconfig bwn0 >> bwn0: flags=3D8843 metric 0 mtu 2= 290 >> =C2=A0 =C2=A0ether xx:yy:zz:xx:yy:zz >> =C2=A0 =C2=A0media: IEEE 8.2.11 Wireless Ethernet autoselect mode 11g >> =C2=A0 =C2=A0status: associated >> >> # cat /boot/loader.conf |head -2 >> bwn_b4_lp_ucode_load=3D"YES" >> if_bwn_load=3D"YES" >> >> #kldstat |grep bwn >> 2 1 0xc0fb6000 37248 if_bwn.ko >> 3 2 0xc0fee000 a26c siba_bwn.ko >> 7 1 0xc1078000 2cbd8 bwn_v4_lp_ucode >> >> #pciconf -lv | grep -A3 bwn >> siba_bwn0@pci0:4:0:0: =C2=A0class=3D0x028000 card=3D0x04b514e4 chip=3D0x= 431514e4 >> rev=3D0x01 hdr=3D0x00 >> =C2=A0 =C2=A0 vender =3D 'Broadcom Corporation' >> =C2=A0 =C2=A0 device =3D 'Broadcom Wireless b/g (BCM4315/BCM22062000)' >> =C2=A0 =C2=A0 class =C2=A0 =C2=A0=3D network >> >> #uname -rms >> FreeBSD 8.1-RELEASE i386 >> >> On a Lenovo G530 >> >> -- >> Eitan Adler >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.= org" >> > --=20 Eitan Adler