Re: BWN Driver

2011-12-20 Thread Vincent Hoffman
On 20/12/2011 00:26, Chris Brennan wrote: > I've got an HP Pavillian laptop with a Broadcom BCM4312 card. Below is > what I've loaded so far and the result from /var/log/messages. > > > [root@blackdragon ~]# kldstat | grep bwn > 141 0x82035000 28a9abwn_v4_ucode.ko > 191 0xff

Re: BWN Driver

2011-12-20 Thread Jerry
On Mon, 19 Dec 2011 20:37:39 -0500 Chris Brennan articulated: > On Mon, Dec 19, 2011 at 8:28 PM, Ramiro Caso > wrote: > > Hi, I have the same card, so maybe I can help. Some Broadcom chipsets > > are LP (low power) PHY, so you have to load bwn_v4_lp_ucode instead > > of bwn_v4_ucode. That worked

Re: BWN Driver

2011-12-19 Thread Ramiro Caso
2011/12/19, Chris Brennan : > I've got an HP Pavillian laptop with a Broadcom BCM4312 card. Below is > what I've loaded so far and the result from /var/log/messages. Hi, I have the same card, so maybe I can help. Some Broadcom chipsets are LP (low power) PHY, so you have to load bwn_v4_lp_ucode in

Re: BWN Driver

2011-12-19 Thread Chris Brennan
On Mon, Dec 19, 2011 at 8:28 PM, Ramiro Caso wrote: Hi, I have the same card, so maybe I can help. Some Broadcom chipsets > are LP (low power) PHY, so you have to load bwn_v4_lp_ucode instead of > bwn_v4_ucode. That worked for me. You may want to check the man page > for bwn, just to be sure. I

BWN Driver

2011-12-19 Thread Chris Brennan
I've got an HP Pavillian laptop with a Broadcom BCM4312 card. Below is what I've loaded so far and the result from /var/log/messages. [root@blackdragon ~]# kldstat | grep bwn 141 0x82035000 28a9abwn_v4_ucode.ko 191 0x8205e000 2982cif_bwn.ko 201 0x820880

Re: BWN driver error messages

2010-09-08 Thread Steven Friedrich
On Wednesday 08 September 2010 13:50:37 Steven Friedrich wrote: > On Wednesday 08 September 2010 11:15:03 Eitan Adler wrote: > > > I'm not familiar with portsnap, so I'll let someone else troublehoot > > > that. But I want to mention that the port was added to the tree six > > > months ago... > >

Re: BWN driver error messages

2010-09-08 Thread Eitan Adler
As I recall, I had to add this line to loader.conf because it wouldn't > autoload it: > if_bwn_load="YES"              # Broadcom BCM43xx IEEE 802.11 wireless NICs > > Someone may have fixed it by now.  I was doing this back during the release of > 8.1 > I already did $kldload if_bwn && kldload bw

Re: BWN driver error messages

2010-09-08 Thread Steven Friedrich
On Wednesday 08 September 2010 11:15:03 Eitan Adler wrote: > > I'm not familiar with portsnap, so I'll let someone else troublehoot > > that. But I want to mention that the port was added to the tree six > > months ago... > > I checked it out from CVS and installed the port. I'll test the wireless

Re: BWN driver error messages

2010-09-08 Thread Eitan Adler
> I'm not familiar with portsnap, so I'll let someone else troublehoot that. > But I want to mention that the port was added to the tree six months ago... > I checked it out from CVS and installed the port. I'll test the wireless soon. -- Eitan Adler

Re: BWN driver error messages

2010-09-08 Thread Steven Friedrich
On Wednesday 08 September 2010 10:49:54 Eitan Adler wrote: > On Wed, Sep 8, 2010 at 10:44 AM, Steven Friedrich wrote: > > On Wednesday 08 September 2010 10:21:44 Eitan Adler wrote: > >> On Tue, Sep 7, 2010 at 10:24 PM, Steven Friedrich > >> > > > > wrote: > >> > On Tuesday 07 September 2010 21:

Re: BWN driver error messages

2010-09-08 Thread Eitan Adler
On Wed, Sep 8, 2010 at 10:44 AM, Steven Friedrich wrote: > On Wednesday 08 September 2010 10:21:44 Eitan Adler wrote: >> On Tue, Sep 7, 2010 at 10:24 PM, Steven Friedrich > wrote: >> > On Tuesday 07 September 2010 21:46:43 Eitan Adler wrote: >> >> When I attempt to use the if_bwn driver I get the

Re: BWN driver error messages

2010-09-08 Thread Steven Friedrich
On Wednesday 08 September 2010 10:21:44 Eitan Adler wrote: > On Tue, Sep 7, 2010 at 10:24 PM, Steven Friedrich wrote: > > On Tuesday 07 September 2010 21:46:43 Eitan Adler wrote: > >> When I attempt to use the if_bwn driver I get the following messages: > >> > >> Is my card not supported or am I

Re: BWN driver error messages

2010-09-08 Thread Steven Friedrich
On Wednesday 08 September 2010 10:21:44 Eitan Adler wrote: > On Tue, Sep 7, 2010 at 10:24 PM, Steven Friedrich wrote: > > On Tuesday 07 September 2010 21:46:43 Eitan Adler wrote: > >> When I attempt to use the if_bwn driver I get the following messages: > >> > >> Is my card not supported or am I

Re: BWN driver error messages

2010-09-08 Thread Eitan Adler
On Tue, Sep 7, 2010 at 10:24 PM, Steven Friedrich wrote: > On Tuesday 07 September 2010 21:46:43 Eitan Adler wrote: >> When I attempt to use the if_bwn driver I get the following messages: >> >> Is my card not supported or am I missing a step or is it something else? >> ... > You need a package or

Re: BWN driver error messages

2010-09-07 Thread Steven Friedrich
On Tuesday 07 September 2010 21:46:43 Eitan Adler wrote: > When I attempt to use the if_bwn driver I get the following messages: > > Is my card not supported or am I missing a step or is it something else? > > > siba_bwn0: mem 0xf470-0xf4703fff > irq 1 8 at device 0.0 on pci4 > bwn0 on siba

BWN driver error messages

2010-09-07 Thread Eitan Adler
When I attempt to use the if_bwn driver I get the following messages: Is my card not supported or am I missing a step or is it something else? siba_bwn0: mem 0xf470-0xf4703fff irq 1 8 at device 0.0 on pci4 bwn0 on siba_bwn0 bwn0: WLAN (chipid 0x4312 rev 15) PHY (analog 6 type 5 rev 1) RADIO

New bwn driver

2010-08-22 Thread Steven Friedrich
I have an HP pavilion zd825us which has a Broadcom ethernet that appears to be supported by the new bwn driver. I have, for several years now, been using the NDIS driver based on Project Evil. Since bwn came out in 8.1, I tried it and it pretty much works but I get a couple errors sporadically

New bwn driver

2010-08-21 Thread Steven Friedrich
I have an HP pavilion zd825us which has a Broadcom ethernet that appears to be supported by the new bwn driver. I have, for several years now, been using the NDIS driver based on Project Evil. Since bwn came out in 8.1, I tried it and it pretty much works but I get a couple errors sporadically

New bwn driver

2010-08-21 Thread Steven Friedrich
I have an HP pavilion zd825us which has a Broadcom ethernet that appears to be supported by the new bwn driver. I have, for several years now, been using the NDIS driver based on Project Evil. Since bwn came out in 8.1, I tried it and it pretty much works but I get a couple errors sporadically