From owner-freebsd-current@FreeBSD.ORG Sun Jan 3 03:27:03 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 17BE91065679; Sun, 3 Jan 2010 03:27:03 +0000 (UTC) (envelope-from rgrover1@gmail.com) Received: from mail-pw0-f44.google.com (mail-pw0-f44.google.com [209.85.160.44]) by mx1.freebsd.org (Postfix) with ESMTP id D92E38FC14; Sun, 3 Jan 2010 03:27:02 +0000 (UTC) Received: by pwi15 with SMTP id 15so9536163pwi.3 for ; Sat, 02 Jan 2010 19:26:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=XVVz1LChtjHrJVLd6ynyZH4HA+zDGTYYNaoh3HJnq0g=; b=ItCQOiksx7Zmm0EWlRA9QYAsZy8WBWxgVchf/057XfXwiZ96CL+wJbJGG2W/u9bo/D S7A3FMueN5CQfpjl846LgBjRwDC0kL9Ye/OsUQU3OjLKt580r4cMl7fQSiv/I0Yg3K+x 9VQ7Ddo1LSnyGw01JCVGlWflNBK6/st7ZsAes= 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 :content-type; b=iRXjtVkShUxu+0P9dQKUY3xlR07CX2MKOj2GVRyVCnowYLL4MDvAn3GqP4o9kPZqUW 3o0Cbxqhr77He7MA9E5/3Wkc+Y6b83dXRr2b1EGTTHcoedIf/iToqfXzC5dR1JMMXl3t oHB7Zhwb8HqMlp2KSwz8nR2exE4xy8dXXxFxs= MIME-Version: 1.0 Received: by 10.114.237.7 with SMTP id k7mr14837389wah.151.1262487626247; Sat, 02 Jan 2010 19:00:26 -0800 (PST) In-Reply-To: <20091223035331.GA1293@weongyo> References: <20091223035331.GA1293@weongyo> Date: Sun, 3 Jan 2010 16:00:26 +1300 Message-ID: <426bed111001021900i4ed55836u456a12f6c578df72@mail.gmail.com> From: Rohit Grover To: Weongyo Jeong , current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: 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: Sun, 03 Jan 2010 03:27:03 -0000 Hi, Thanks a lot for writing a driver for Broadcom Wireless cards. I have a BCM4321 on my laptop. Upon loading ssb, I get the following on the console: ssb0: mem 0xd0500000-0xd0503fff,0xd0000000-0xd00fffff irq 16 at device 0.0 on pci2 ssb0: warn: multiple PCI(E) cores ssb0: unsupportted coreid 0x817 Thereafter, upon loading bwn_v4_ucode and if_bwn, I get nothing on the console; and the wlan interface doesn't appear either. Executing 'pciconfig -lv' after the above reveals the following about my wireless card: ssb0@pci0:2:0:0: class=0x028000 card=0x0088106b chip=0x432814e4 rev=0x03 hdr=0x00 vendor = 'Broadcom Corporation' device = 'Broadcom 432AGN 802.11a/b/g/draft-n Wi-Fi Solution (BCM4321KFBG)' class = network Could you please help with this? Regards, Rohit. On Wed, Dec 23, 2009 at 4:53 PM, Weongyo Jeong wrote: > Hello, > > Now bwn(4) is available at the public and waiting test and review. The > status of this driver is *alpha* so could make panics, warnings and > errors. Please let me know if you encounter problems. > > The following NICs all I have are only tested on the little endian 64bit > machine and big endian 32bit machine. > > - Broadcom BCM4306 802.11b/g Wireless > - Broadcom BCM4318 802.11b/g Wireless > > I tested basic RX, TX and WPA association as STA mode and checked it > worked. > > As you might know there are still a lot of TODO in the driver so you > could see some verbose messages during testing so please ignore or let > me know it makes problems. > > == How to build and load == > > # cd /usr/src/sys > # fetch http://people.freebsd.org/~weongyo/bwn_20091222.tar.gz > # tar xzf bwn_20091222.tar.gz > # cd modules/ssb > # make && make install > # cd ../.. > # cd modules/bwn > # make && make install > # cd somewhere > # fetch http://people.freebsd.org/~weongyo/bwn_ports_20091222.tar.gz > # tar xzf bwn_ports_20091222.tar.gz > # cd sysutils/b43-fwcutter > # make install clean > # cd ../.. > # cd net/bwn-firmware-kmod > # make install clean > # > # kldload ssb > # kldload bwn_v4_ucode > # kldload if_bwn > > regards, > Weongyo Jeong > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >