Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jul 2014 20:31:32 -0700
From:      gahn <ipfreak@yahoo.com>
To:        FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   dell dw1350 mini pci wireless card
Message-ID:  <1406777492.71149.YahooMailNeo@web122303.mail.ne1.yahoo.com>

next in thread | raw e-mail | index | archive | help
hi, all:=0A=0Ai installed freebsd9.3 on a laptop with dw1350 mini pci wirel=
ess card. well, the default kernel doesn't recognize it. i checked kernel f=
ile "GENERIC" and found the following lines:=0A=0A#device=A0=A0=A0=A0=A0=A0=
=A0=A0 bwi=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 # Broadcom BCM430x/BCM431x w=
ireless NICs.=0A#device=A0=A0=A0=A0=A0=A0=A0=A0 bwn=A0=A0=A0=A0=A0=A0=A0=A0=
=A0 =A0 # Broadcom BCM43xx wireless NICs.=0A=0A=0Athe DW1350 card in my lap=
top has Broadcom BCM94306MP, do you think i can get it work with activation=
 of above drivers?=0A=0Athanks.=0A=0A_dave=0A
From owner-freebsd-questions@FreeBSD.ORG  Thu Jul 31 03:59:40 2014
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id F157D541
 for <freebsd-questions@freebsd.org>; Thu, 31 Jul 2014 03:59:40 +0000 (UTC)
Received: from mx01.qsc.de (mx01.qsc.de [213.148.129.14])
 (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id B516D2EF7
 for <freebsd-questions@freebsd.org>; Thu, 31 Jul 2014 03:59:40 +0000 (UTC)
Received: from r56.edvax.de (port-92-195-69-249.dynamic.qsc.de [92.195.69.249])
 (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by mx01.qsc.de (Postfix) with ESMTPS id D27173CC07;
 Thu, 31 Jul 2014 05:59:37 +0200 (CEST)
Received: from r56.edvax.de (localhost [127.0.0.1])
 by r56.edvax.de (8.14.5/8.14.5) with SMTP id s6V3xb7U006245;
 Thu, 31 Jul 2014 05:59:37 +0200 (CEST)
 (envelope-from freebsd@edvax.de)
Date: Thu, 31 Jul 2014 05:59:37 +0200
From: Polytropon <freebsd@edvax.de>
To: gahn <ipfreak@yahoo.com>
Subject: Re: dell dw1350 mini pci wireless card
Message-Id: <20140731055937.46619502.freebsd@edvax.de>
In-Reply-To: <1406777492.71149.YahooMailNeo@web122303.mail.ne1.yahoo.com>
References: <1406777492.71149.YahooMailNeo@web122303.mail.ne1.yahoo.com>
Reply-To: Polytropon <freebsd@edvax.de>
Organization: EDVAX
X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2)
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Cc: freebsd-questions@freebsd.org
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-questions>, 
 <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions/>;
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
 <mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 31 Jul 2014 03:59:41 -0000

On Wed, 30 Jul 2014 20:31:32 -0700, gahn via freebsd-questions wrote:
> hi, all:
>=20
> i installed freebsd9.3 on a laptop with dw1350 mini pci wireless
> card. well, the default kernel doesn't recognize it. i checked
> kernel file "GENERIC" and found the following lines:
>=20
> #device=A0=A0=A0=A0=A0=A0=A0=A0 bwi=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 #=
 Broadcom BCM430x/BCM431x wireless NICs.
> #device=A0=A0=A0=A0=A0=A0=A0=A0 bwn=A0=A0=A0=A0=A0=A0=A0=A0=A0 =A0 # Broa=
dcom BCM43xx wireless NICs.
>=20
>=20
> the DW1350 card in my laptop has Broadcom BCM94306MP, do you think
> i can get it work with activation of above drivers?

You can easily try it:

	# kldload if_bwn

or

	# kldload if_bwi

and also check the dmesg output. To verify the card, see

	# pciconf -lv | less

for the card to be correctly recognized. But I cannot promise
the bwn and bwi drivers are compatible to BCM94306MP...

See "man bwn" and "man bwi" for details about hardware support.



--=20
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1406777492.71149.YahooMailNeo>