From owner-freebsd-questions@FreeBSD.ORG Wed May 7 00:26:47 2008 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 1AE3C1065672 for ; Wed, 7 May 2008 00:26:47 +0000 (UTC) (envelope-from walterk1@earthlink.net) Received: from fall-curlleaf.atl.sa.earthlink.net (fall-curlleaf.atl.sa.earthlink.net [207.69.195.105]) by mx1.freebsd.org (Postfix) with ESMTP id E6F258FC19 for ; Wed, 7 May 2008 00:26:46 +0000 (UTC) (envelope-from walterk1@earthlink.net) Received: from pop-scotia.atl.sa.earthlink.net ([207.69.195.65]) by fall-curlleaf.atl.sa.earthlink.net with esmtp (Exim 4.34) id 1JtXCy-00044l-5l for freebsd-questions@freebsd.org; Tue, 06 May 2008 20:08:32 -0400 Received: from user-0c6slfc.cable.mindspring.com ([24.110.85.236] helo=[192.168.0.100]) by pop-scotia.atl.sa.earthlink.net with esmtp (Exim 3.36 #1) id 1JtXCx-00062C-00 for freebsd-questions@FreeBSD.org; Tue, 06 May 2008 20:08:31 -0400 Message-ID: <4820F2FF.4050503@earthlink.net> Date: Tue, 06 May 2008 19:08:31 -0500 From: Walter User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Buffalo/Broadcom wireless N card 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: Wed, 07 May 2008 00:26:47 -0000 I'm trying to compile support for a wireless router into FBSD 7 using instructions off a FBSD help page I can't locate just now. (I'm working on building a network bridge.) none0@pci0:0:10:0: class=0x028000 card=0x03531154 chip=0x432914e4 rev=0x01 hdr=0x00 vendor = 'Broadcom Corporation' device = 'BCM43XNG 802.11n Network Adapter' class = network When it boots in the machine which has the card (I compiled on another computer) it blows out with a kernel error (writing not a non-existent page, I think) when the device shows up. It shows as device bge0 but identified as BCM 5701 (iirc). Can someone point me in the right direction? Has anyone gotten this card to work? Thanks.