From owner-freebsd-questions@FreeBSD.ORG Tue Nov 16 04:23:45 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 CC05B1065670 for ; Tue, 16 Nov 2010 04:23:45 +0000 (UTC) (envelope-from xaero@xaerolimit.net) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6860F8FC15 for ; Tue, 16 Nov 2010 04:23:44 +0000 (UTC) Received: by ewy3 with SMTP id 3so87540ewy.13 for ; Mon, 15 Nov 2010 20:23:44 -0800 (PST) Received: by 10.213.28.205 with SMTP id n13mr6370638ebc.5.1289881423770; Mon, 15 Nov 2010 20:23:43 -0800 (PST) MIME-Version: 1.0 Received: by 10.213.10.65 with HTTP; Mon, 15 Nov 2010 20:23:23 -0800 (PST) In-Reply-To: References: From: Chris Brennan Date: Mon, 15 Nov 2010 23:23:23 -0500 Message-ID: To: bf1783@gmail.com Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: 'Broadcom Wireless b/g (BCM4315/BCM22062000)' 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: Tue, 16 Nov 2010 04:23:46 -0000 On Mon, Nov 15, 2010 at 11:17 PM, b. f. wrote: > Chris Brennan wrote: > ... > >My Hiccup as the subject suggests is about my Wireless Card. > >I have been following the handbook ( > >http://www.freebsd.org/doc/handbook/config-network-setup.html) on how to > use > >64-bit Windows drivers coupled w/ ndisgen to get my wireless card working. > I > >got ndisgen to generate a kernel module but it immediately caused my > laptop > >to reboot when the kernel was loaded. This left me scratching my head. I > >think I might need firmware (I remember having to extract firmware from > the > >driver for linux). > > > >pciconf shows the following: > > > >[root at BlackDragon [~]# pciconf -lv | grep -A3 0x4315 > >none8 at pci0:8:0:0: class=0x028000 card=0x137c103c chip=0x431514e4 > >rev=0x01 hdr=0x00 > > vendor = 'Broadcom Corporation' > > device = 'Broadcom Wireless b/g (BCM4315/BCM22062000)' > > class = network > >[root at BlackDragon [~]# > > > >The laptop is an HP dv2845SE and it's running FreebSD64-8.1. Let me know > if > >I missed anything. > > I'm assuming that by "FreebSD64", you mean the amd64 version of > FreeBSD. Have you tried using a recent version of the native bwn(4) > driver, together with the net/bwn-firmware-kmod port, rather than > ndis(4)? > > > b. > Yes, by FreeBSD64 I am implying amd64, an oversight on my part. I was told the native bwn/bwn-firmware-kmod non-functional currently. Was I misinformed about this?