From owner-freebsd-current@FreeBSD.ORG Sat Apr 24 15:42:54 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12FEF1065673; Sat, 24 Apr 2010 15:42:54 +0000 (UTC) (envelope-from buganini@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id CF0F78FC08; Sat, 24 Apr 2010 15:42:53 +0000 (UTC) Received: by pva18 with SMTP id 18so1151422pva.13 for ; Sat, 24 Apr 2010 08:42:53 -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 :content-transfer-encoding; bh=rNXYktcvT6G5fv8czGsFKZsgnHf40UaJSUJME1y62Ok=; b=i867swZ4id085qxTPed2lKPOCDUsCvd+e6kXOjoq8E9UWCoF+4xBr4bF72zb3w+Z6i xYs3NtxIs/VaQ4GQFdzLsXpHkVCFH1+buiEczCe91Bz+Q1NHq07g+DoZ2nYqCorKPhLQ JpAgIuCOMCaDq7q9kGR1yvciQOuJjPIKk1/3g= 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:content-transfer-encoding; b=DrLHhKRG5Eu3r/8lK7C/Gj4MyE292KYUa6NgNYX4yP/jYEryl+xtaiTVrsPP3eJcIO 8FTc/nYcf3Wh0pWNwhlUY02yP8p90HJsz4OfVSOIUaoT/6pB7tmE2et4wWO2VZy34tkZ umzyUo44ibmlzv/2rwaBsInBUGIcG8kLh3qig= MIME-Version: 1.0 Received: by 10.142.196.17 with SMTP id t17mr842996wff.280.1272123773245; Sat, 24 Apr 2010 08:42:53 -0700 (PDT) Received: by 10.142.72.12 with HTTP; Sat, 24 Apr 2010 08:42:53 -0700 (PDT) In-Reply-To: References: <20100226005115.GP14937@weongyo> <20100303082833.GB22865@weongyo> <20100303111014.6564ea1e.ray@dlink.ua> <20100312231333.GZ1295@weongyo> <20100313231205.5e68a89a.ray@ddteam.net> <20100314005558.GB88159@weongyo> <20100315004357.fca53c7f.ray@ddteam.net> <20100316225113.GF88159@weongyo> Date: Sat, 24 Apr 2010 23:42:53 +0800 Message-ID: From: Buganini To: Ian FREISLICH Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Weongyo Jeong , current@freebsd.org Subject: Re: Call for Test and Review: bwn(4) - another Broadcom Wireless driver X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Apr 2010 15:42:54 -0000 No luck here, it's still keeping scanning channels. --Buganini On Thu, Apr 15, 2010 at 1:34 AM, Ian FREISLICH wrote: > Buganini wrote: >> Hi, I got a Lenovo G450 with >> siba_bwn0@pci0:4:0:0: class=3D0x028000 card=3D0x04b514e4 chip=3D0x431514= e4 >> rev=3D0x01 hdr=3D0x00 >> =C2=A0 =C2=A0 vendor =C2=A0 =C2=A0 =3D 'Broadcom Corporation' >> =C2=A0 =C2=A0 device =C2=A0 =C2=A0 =3D 'Broadcom Wireless b/g (BCM4315/B= CM22062000)' >> =C2=A0 =C2=A0 class =C2=A0 =C2=A0 =C2=A0=3D network >> >> >> 4315 is not in supported list, but however the driver took the device >> bwn_v4_lp_ucode.ko was not loaded automatically, so I loaded it >> manually ifconfig scan seem freeze, I can `ifconfig list scan` later >> and found access point correctly, but I can't associate with them, it >> just keep scanning channels. > > I found that if I 'ifconfig wlan0 destroy' followed by 'ifconfig > wlan0 create wlandev bwn0' it works. > > /etc/rc.conf: > --- > wlans_bwn0=3D"wlan0" > ifconfig_wlan0=3D"WPA DHCP" > --- > > The corollery is that it doesn't work first time on reboot. =C2=A0I need > to either '/etc/rc.d/netif restart' and if that panics the machine, > destroy wlan0 and then restart netif. > > Then wlan0/bwn0 associates correctly with this device. > > Ian > > -- > Ian Freislich >