From owner-freebsd-questions@FreeBSD.ORG Tue Nov 16 04:17:56 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 CFEAF106566C for ; Tue, 16 Nov 2010 04:17:56 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8DF998FC13 for ; Tue, 16 Nov 2010 04:17:56 +0000 (UTC) Received: by gyg13 with SMTP id 13so111696gyg.13 for ; Mon, 15 Nov 2010 20:17:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:reply-to:date :message-id:subject:from:to:cc:content-type; bh=7axErZh496jVNVYEslrarn8LKgddOgTLNyybWbdU1R0=; b=dXUT+SoKrWN7an9aiunpAhAKoLu2/zqL+Cwv9HcgGcIJfoZr1YQoh0ogD8TpNB0EdB vL9xwzWpFjrcC2N2XD2/B6M/cAZYCIjQckudkLtPHCmwQEjPMpK6vHDHQyAOQKSyLfYo kl+tBnl0sKO5hRsDNI0OmyKXxwl/vV2SyP6og= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:cc :content-type; b=SgNq5jiUoT0p09ChMkBz5Ir1a7pcWAZXQUxDn++cPJc6HLcvYjhXERFGVXkT47leOi 8Y30x6+TOMcHV7dojhIP8dKjZnLpA5EU/yfGpYtPbel5XWAbyqr0WaYQ1+UgX5zfboyG mUTa0TeMkPArkzno3lmxdy405NuwDsWEAlOc8= MIME-Version: 1.0 Received: by 10.100.5.13 with SMTP id 13mr4807954ane.57.1289881075506; Mon, 15 Nov 2010 20:17:55 -0800 (PST) Received: by 10.236.41.170 with HTTP; Mon, 15 Nov 2010 20:17:55 -0800 (PST) Date: Tue, 16 Nov 2010 04:17:55 +0000 Message-ID: From: "b. f." To: Chris Brennan Content-Type: text/plain; charset=ISO-8859-1 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 Reply-To: bf1783@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2010 04:17:56 -0000 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.