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 0x82088000 6183 siba_bwn.ko
[root@blackdragon ~]#


Dec 19 19:10:53 blackdragon kernel: fwohci0: <1394 Open Host Controller
Interface> mem 0xc7f5-0xc7f507ff irq 10 at device 9.0 on pci1
Dec 19 19:10:53 blackdragon kernel: fwohci0: [ITHREAD]
Dec 19 19:10:53 blackdragon kernel: fwohci0: OHCI version 0.0 (ROM=0)
Dec 19 19:10:53 blackdragon kernel: fwohci0: invalid OHCI version
Dec 19 19:10:53 blackdragon kernel: fwohci0: fwohci_init failed with err=6
Dec 19 19:10:53 blackdragon kernel: device_attach: fwohci0 attach returned 5
Dec 19 19:10:53 blackdragon kernel: siba_bwn0:  mem 0xfc00-0xfc003fff irq 23 at device 0.0 on pci8
Dec 19 19:10:54 blackdragon kernel: bwn0 on siba_bwn0
Dec 19 19:10:54 blackdragon kernel: bwn0: WLAN (chipid 0x4312 rev 15) PHY
(analog 6 type 5 rev 1) RADIO (manuf 0x17f ver 0x2062 rev 2)
Dec 19 19:10:54 blackdragon kernel: bwn0: DMA (64 bits)
Dec 19 19:10:54 blackdragon kernel: bwn0: Using 1 MSI messages
Dec 19 19:10:54 blackdragon kernel: bwn0: [FILTER]

I get a nice bwn0 device with ifconfig, but I am unable to do anything
with it and the little blue light on the front of my laptop stays red,
even after playing with the switch for my Wireless device. I've gotten
it to work in linux but not reliably and of course it does work in Windows.
So I am a bit stumped as to what is wrong or what I am missing.

> --
> Chris Brennan
> A: Yes.
> >Q: Are you sure?
> >>A: Because it reverses the logical flow of conversation.
> >>>Q: Why is top posting frowned upon?
> http://xkcd.com/84/ | http://xkcd.com/149/ | http://xkcd.com/549/
> GPG: D5B20C0C (6741 8EE4 6C7D 11FB 8DA8  9E4A EECD 9A84 D5B2 0C0C)

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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 tried this as well, still no blue light.

> --
> Chris Brennan
> A: Yes.
> >Q: Are you sure?
> >>A: Because it reverses the logical flow of conversation.
> >>>Q: Why is top posting frowned upon?
> http://xkcd.com/84/ | http://xkcd.com/149/ | http://xkcd.com/549/
> GPG: D5B20C0C (6741 8EE4 6C7D 11FB 8DA8  9E4A EECD 9A84 D5B2 0C0C)


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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 instead of
bwn_v4_ucode. That worked for me. You may want to check the man page
for bwn, just to be sure.

Best,
Ramiro

>
>
> [root@blackdragon ~]# kldstat | grep bwn
> 141 0x82035000 28a9abwn_v4_ucode.ko
> 191 0x8205e000 2982cif_bwn.ko
> 201 0x82088000 6183 siba_bwn.ko
> [root@blackdragon ~]#
>
>
> Dec 19 19:10:53 blackdragon kernel: fwohci0: <1394 Open Host Controller
> Interface> mem 0xc7f5-0xc7f507ff irq 10 at device 9.0 on pci1
> Dec 19 19:10:53 blackdragon kernel: fwohci0: [ITHREAD]
> Dec 19 19:10:53 blackdragon kernel: fwohci0: OHCI version 0.0 (ROM=0)
> Dec 19 19:10:53 blackdragon kernel: fwohci0: invalid OHCI version
> Dec 19 19:10:53 blackdragon kernel: fwohci0: fwohci_init failed with err=6
> Dec 19 19:10:53 blackdragon kernel: device_attach: fwohci0 attach returned 5
> Dec 19 19:10:53 blackdragon kernel: siba_bwn0:  Wireless> mem 0xfc00-0xfc003fff irq 23 at device 0.0 on pci8
> Dec 19 19:10:54 blackdragon kernel: bwn0 on siba_bwn0
> Dec 19 19:10:54 blackdragon kernel: bwn0: WLAN (chipid 0x4312 rev 15) PHY
> (analog 6 type 5 rev 1) RADIO (manuf 0x17f ver 0x2062 rev 2)
> Dec 19 19:10:54 blackdragon kernel: bwn0: DMA (64 bits)
> Dec 19 19:10:54 blackdragon kernel: bwn0: Using 1 MSI messages
> Dec 19 19:10:54 blackdragon kernel: bwn0: [FILTER]
>
> I get a nice bwn0 device with ifconfig, but I am unable to do anything
> with it and the little blue light on the front of my laptop stays red,
> even after playing with the switch for my Wireless device. I've gotten
> it to work in linux but not reliably and of course it does work in Windows.
> So I am a bit stumped as to what is wrong or what I am missing.
>
>> --
>> Chris Brennan
>> A: Yes.
>> >Q: Are you sure?
>> >>A: Because it reverses the logical flow of conversation.
>> >>>Q: Why is top posting frowned upon?
>> http://xkcd.com/84/ | http://xkcd.com/149/ | http://xkcd.com/549/
>> GPG: D5B20C0C (6741 8EE4 6C7D 11FB 8DA8  9E4A EECD 9A84 D5B2 0C0C)
> 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
>


-- 
Por favor, no enviar adjuntos de Word, Excel o PowerPoint.
http://www.gnu.org/philosophy/no-word-attachments.html

Please, do not send Word, Excel or PowerPoint attachments.
http://www.gnu.org/philosophy/no-word-attachments.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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 for me. You may want to check the man
> > page for bwn, just to be sure.
> 
> I tried this as well, still no blue light.

You stated that it works under Windows, no surprise there. Could you go
into the properties tab for that device in Windows and post what info
you find here. Seeing exactly how Windows sees the device might help
debug this problem.

There is a Linux driver
 supplied by
Broadcom. Perhaps you could modify it to work on your system.

-- 
Jerry ♔

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__
Have you ever considered the irony in the fact that we celebrate
Christ's birthday every year by ignoring the fact that he would have
celebrated Hanukkah?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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 0x8205e000 2982cif_bwn.ko
> 201 0x82088000 6183 siba_bwn.ko
> [root@blackdragon ~]#
>
>
> Dec 19 19:10:53 blackdragon kernel: fwohci0: <1394 Open Host Controller
> Interface> mem 0xc7f5-0xc7f507ff irq 10 at device 9.0 on pci1
> Dec 19 19:10:53 blackdragon kernel: fwohci0: [ITHREAD]
> Dec 19 19:10:53 blackdragon kernel: fwohci0: OHCI version 0.0 (ROM=0)
> Dec 19 19:10:53 blackdragon kernel: fwohci0: invalid OHCI version
> Dec 19 19:10:53 blackdragon kernel: fwohci0: fwohci_init failed with err=6
> Dec 19 19:10:53 blackdragon kernel: device_attach: fwohci0 attach returned 5
> Dec 19 19:10:53 blackdragon kernel: siba_bwn0:  Wireless> mem 0xfc00-0xfc003fff irq 23 at device 0.0 on pci8
> Dec 19 19:10:54 blackdragon kernel: bwn0 on siba_bwn0
> Dec 19 19:10:54 blackdragon kernel: bwn0: WLAN (chipid 0x4312 rev 15) PHY
> (analog 6 type 5 rev 1) RADIO (manuf 0x17f ver 0x2062 rev 2)
> Dec 19 19:10:54 blackdragon kernel: bwn0: DMA (64 bits)
> Dec 19 19:10:54 blackdragon kernel: bwn0: Using 1 MSI messages
> Dec 19 19:10:54 blackdragon kernel: bwn0: [FILTER]
>
> I get a nice bwn0 device with ifconfig, but I am unable to do anything
> with it and the little blue light on the front of my laptop stays red,
> even after playing with the switch for my Wireless device. I've gotten
> it to work in linux but not reliably and of course it does work in Windows.
> So I am a bit stumped as to what is wrong or what I am missing.
When you say you are unable to do anything with it, what have you tried?
ie have you run though

ifconfig /wlan0/ create wlandev bwn0
ifconfig wlan0 up
ifconfig wlan0 list scan

to check that its not just the light thats not coming on?

Sorry if i'm asking stupidly obvious questions but the whole "create" thing 
still throws some people.

Vince


>> --
>> Chris Brennan
>> A: Yes.
>>> Q: Are you sure?
 A: Because it reverses the logical flow of conversation.
> Q: Why is top posting frowned upon?
>> http://xkcd.com/84/ | http://xkcd.com/149/ | http://xkcd.com/549/
>> GPG: D5B20C0C (6741 8EE4 6C7D 11FB 8DA8  9E4A EECD 9A84 D5B2 0C0C)
> 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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.  Here are the 
dmesgs:
Aug 21 11:39:29 laptop2 kernel: siba_bwn0:  mem 0xc8206000-0xc8207fff irq 17 at device 3.0 on pci11
Aug 21 11:39:29 laptop2 kernel: bwn0 on siba_bwn0
Aug 21 11:39:29 laptop2 kernel: bwn0: WLAN (chipid 0x4318 rev 9) PHY (analog 3 
type 2 rev 7) RADIO (manuf 0x17f ver 0x2050 rev 8)
Aug 21 11:39:29 laptop2 kernel: bwn0: DMA (32 bits)
Aug 21 11:39:29 laptop2 kernel: bwn0: [FILTER]
Aug 21 11:39:29 laptop2 kernel: bwn0: firmware version (rev 410 patch 2160 
date 0x751a time 0x7c0a)
Aug 21 11:39:29 laptop2 kernel: bwn0: need multicast update callback
Aug 20 17:01:37 laptop2 kernel: bwn0: RX decryption attempted (old 0 keyidx 
0x2)

Occasionally, a message appears  on the console indicating that mDNSResponder 
had an issue:
Aug 20 19:45:42 laptop2 mDNSResponder: mDNSPlatformSendUDP got error 51 
(Network is unreachable) sending packet to 224.0.0.251 on interface 
127.0.0.1/lo0/2


Aug 21 11:39:56 laptop2 mDNSResponder: mDNSResponder (Engineering Build) (Aug  
4 2010 09:50:01) starting

And when I use the NDIS driver, I see this lock not held...
Aug 21 11:39:56 laptop2 mDNSResponder: mDNS_AddDNSServer: Lock not held! 
mDNS_busy (0) mDNS_reentrancy (0)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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.  Here are the 
dmesgs:
Aug 21 11:39:29 laptop2 kernel: siba_bwn0:  mem 0xc8206000-0xc8207fff irq 17 at device 3.0 on pci11
Aug 21 11:39:29 laptop2 kernel: bwn0 on siba_bwn0
Aug 21 11:39:29 laptop2 kernel: bwn0: WLAN (chipid 0x4318 rev 9) PHY (analog 3 
type 2 rev 7) RADIO (manuf 0x17f ver 0x2050 rev 8)
Aug 21 11:39:29 laptop2 kernel: bwn0: DMA (32 bits)
Aug 21 11:39:29 laptop2 kernel: bwn0: [FILTER]
Aug 21 11:39:29 laptop2 kernel: bwn0: firmware version (rev 410 patch 2160 
date 0x751a time 0x7c0a)
Aug 21 11:39:29 laptop2 kernel: bwn0: need multicast update callback
Aug 20 17:01:37 laptop2 kernel: bwn0: RX decryption attempted (old 0 keyidx 
0x2)

Occasionally, a message appears  on the console indicating that mDNSResponder 
had an issue:
Aug 20 19:45:42 laptop2 mDNSResponder: mDNSPlatformSendUDP got error 51 
(Network is unreachable) sending packet to 224.0.0.251 on interface 
127.0.0.1/lo0/2


Aug 21 11:39:56 laptop2 mDNSResponder: mDNSResponder (Engineering Build) (Aug  
4 2010 09:50:01) starting

And when I use the NDIS driver, I see this lock not held...
Aug 21 11:39:56 laptop2 mDNSResponder: mDNS_AddDNSServer: Lock not held! 
mDNS_busy (0) mDNS_reentrancy (0)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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.  Here are the 
dmesgs:
Aug 21 11:39:29 laptop2 kernel: siba_bwn0:  mem 0xc8206000-0xc8207fff irq 17 at device 3.0 on pci11
Aug 21 11:39:29 laptop2 kernel: bwn0 on siba_bwn0
Aug 21 11:39:29 laptop2 kernel: bwn0: WLAN (chipid 0x4318 rev 9) PHY (analog 3 
type 2 rev 7) RADIO (manuf 0x17f ver 0x2050 rev 8)
Aug 21 11:39:29 laptop2 kernel: bwn0: DMA (32 bits)
Aug 21 11:39:29 laptop2 kernel: bwn0: [FILTER]
Aug 21 11:39:29 laptop2 kernel: bwn0: firmware version (rev 410 patch 2160 
date 0x751a time 0x7c0a)
Aug 21 11:39:29 laptop2 kernel: bwn0: need multicast update callback
Aug 20 17:01:37 laptop2 kernel: bwn0: RX decryption attempted (old 0 keyidx 
0x2)

Occasionally, a message appears  on the console indicating that mDNSResponder 
had an issue:
Aug 20 19:45:42 laptop2 mDNSResponder: mDNSPlatformSendUDP got error 51 
(Network is unreachable) sending packet to 224.0.0.251 on interface 
127.0.0.1/lo0/2


Aug 21 11:39:56 laptop2 mDNSResponder: mDNSResponder (Engineering Build) (Aug  
4 2010 09:50:01) starting

And when I use the NDIS driver, I see this lock not held...
Aug 21 11:39:56 laptop2 mDNSResponder: mDNS_AddDNSServer: Lock not held! 
mDNS_busy (0) mDNS_reentrancy (0)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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 (manuf 0x17f
 ver 0x2062 rev 2)
bwn0: DMA (64 bits)
bwn0: Using 1 MSI messages
bwn0: [FILTER]
wlan0: Ethernet address: 00:21:00:e7:75:20
bwn_v4_lp_ucode15: could not load firmware image, error 2
bwn0: the fw file(bwn_v4_lp_ucode15) not found
bwn-open_v4_lp_ucode15: could not load firmware image, error 2
bwn0: the fw file(bwn-open_v4_lp_ucode15) not found

-- 
Eitan Adler
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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_bwn0
> bwn0: WLAN (chipid 0x4312 rev 15) PHY (analog 6 type 5 rev 1) RADIO (manuf
> 0x17f ver 0x2062 rev 2)
> bwn0: DMA (64 bits)
> bwn0: Using 1 MSI messages
> bwn0: [FILTER]
> wlan0: Ethernet address: 00:21:00:e7:75:20
> bwn_v4_lp_ucode15: could not load firmware image, error 2
> bwn0: the fw file(bwn_v4_lp_ucode15) not found
> bwn-open_v4_lp_ucode15: could not load firmware image, error 2
> bwn0: the fw file(bwn-open_v4_lp_ucode15) not found

You need a package or port of:
 bwn-firmware-kmod-0.1.0 Broadcom AirForce IEEE 802.11 Firmware Kernel Module
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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 port of:
>  bwn-firmware-kmod-0.1.0 Broadcom AirForce IEEE 802.11 Firmware Kernel Module
>

The closest port I find is

net/bwi-firmware-kmod


# locate bwn-|grep ports|wc -l
   0

When I searched for firmware using make quicksearch key="firmware" I
found net/bwn-firmware-kmod but it does not exist

ls -lao /usr/ports/net/bwn-firmware-kmod
ls: /usr/ports/net/bwn-firmware-kmod: No such file or directory





-- 
Eitan Adler
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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 missing a step or is it something else?
> 
> ...
> 
> > You need a package or port of:
> >  bwn-firmware-kmod-0.1.0 Broadcom AirForce IEEE 802.11 Firmware Kernel
> > Module
> 
> The closest port I find is
> 
> net/bwi-firmware-kmod
> 
> 
> # locate bwn-|grep ports|wc -l
>0
> 
> When I searched for firmware using make quicksearch key="firmware" I
> found net/bwn-firmware-kmod but it does not exist
> 
> ls -lao /usr/ports/net/bwn-firmware-kmod
> ls: /usr/ports/net/bwn-firmware-kmod: No such file or directory

See http://www.freebsd.org/cgi/ports.cgi?query=bwn-firmware-kmod+&stype=all

You should have a directory under /usr/ports/net named bwn-firmware-kmod.
If you don't, then you need to update your ports skeleton.
You should also be able to just use a package, like:
pkg_fetch bwn-firmware-kmod

or with portupgrade -N bwn-firmware-kmod

HTH.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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 missing a step or is it something else?
> 
> ...
> 
> > You need a package or port of:
> >  bwn-firmware-kmod-0.1.0 Broadcom AirForce IEEE 802.11 Firmware Kernel
> > Module
> 
> The closest port I find is
> 
> net/bwi-firmware-kmod
> 
> 
> # locate bwn-|grep ports|wc -l
>0
> 
> When I searched for firmware using make quicksearch key="firmware" I
> found net/bwn-firmware-kmod but it does not exist
> 
> ls -lao /usr/ports/net/bwn-firmware-kmod
> ls: /usr/ports/net/bwn-firmware-kmod: No such file or directory

I'm sorry, I read your post too quickly and missed where you clearly stated 
the problem.

You said:
> ls: /usr/ports/net/bwn-firmware-kmod: No such file or directory
This indicates that you need to update your ports tree.  Do you know how?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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 following messages:
>> >>
>> >> Is my card not supported or am I missing a step or is it something else?
>>
>> ...
>>
>> > You need a package or port of:
>> >  bwn-firmware-kmod-0.1.0 Broadcom AirForce IEEE 802.11 Firmware Kernel
>> > Module
>>
>> The closest port I find is
>>
>> net/bwi-firmware-kmod
>>
>>
>> # locate bwn-|grep ports|wc -l
>>        0
>>
>> When I searched for firmware using make quicksearch key="firmware" I
>> found net/bwn-firmware-kmod but it does not exist
>>
>> ls -lao /usr/ports/net/bwn-firmware-kmod
>> ls: /usr/ports/net/bwn-firmware-kmod: No such file or directory
>
> I'm sorry, I read your post too quickly and missed where you clearly stated
> the problem.
>
> You said:
>> ls: /usr/ports/net/bwn-firmware-kmod: No such file or directory
> This indicates that you need to update your ports tree.  Do you know how?
>

[r...@alphabeta ~ ]# !portsn
[r...@alphabeta ~ ]# portsnap fetch update
Looking up portsnap.FreeBSD.org mirrors... 5 mirrors found.
Fetching snapshot tag from portsnap5.FreeBSD.org... done.
Latest snapshot on server matches what we already have.
No updates needed.
Removing old files and directories... done.
Extracting new files:
Building new INDEX files... done.
[r...@alphabeta ~ ]# grep "REFUSE" /etc/portsnap.conf
# can cause problems due to missing dependencies.  If you have REFUSE
REFUSE arabic chinese french german hungarian japanese
REFUSE korean polish portuguese russian ukrainian vietnamese












-- 
Eitan Adler
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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: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 port of:
> >> >  bwn-firmware-kmod-0.1.0 Broadcom AirForce IEEE 802.11 Firmware Kernel
> >> > Module
> >> 
> >> The closest port I find is
> >> 
> >> net/bwi-firmware-kmod
> >> 
> >> 
> >> # locate bwn-|grep ports|wc -l
> >>0
> >> 
> >> When I searched for firmware using make quicksearch key="firmware" I
> >> found net/bwn-firmware-kmod but it does not exist
> >> 
> >> ls -lao /usr/ports/net/bwn-firmware-kmod
> >> ls: /usr/ports/net/bwn-firmware-kmod: No such file or directory
> > 
> > I'm sorry, I read your post too quickly and missed where you clearly
> > stated the problem.
> > 
> > You said:
> >> ls: /usr/ports/net/bwn-firmware-kmod: No such file or directory
> > 
> > This indicates that you need to update your ports tree.  Do you know how?
> 
> [r...@alphabeta ~ ]# !portsn
> [r...@alphabeta ~ ]# portsnap fetch update
> Looking up portsnap.FreeBSD.org mirrors... 5 mirrors found.
> Fetching snapshot tag from portsnap5.FreeBSD.org... done.
> Latest snapshot on server matches what we already have.
> No updates needed.
> Removing old files and directories... done.
> Extracting new files:
> Building new INDEX files... done.
> [r...@alphabeta ~ ]# grep "REFUSE" /etc/portsnap.conf
> # can cause problems due to missing dependencies.  If you have REFUSE
> REFUSE arabic chinese french german hungarian japanese
> REFUSE korean polish portuguese russian ukrainian vietnamese

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...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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
> soon.
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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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 bwn_v4_ucode.ko && kldload
bwn_v4_lp_ucode.ko



-- 
Eitan Adler
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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...
> > 
> > I checked it out from CVS and installed the port. I'll test the wireless
> > soon.
> 
> 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
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscr...@freebsd.org"

I'm sorry. I cut the wrong line from loader.conf. It should have been to load 
firmware. I know you've gotten past it, but I wanted to set the record 
straight, in case anyone needs help...
bwn_v4_ucode_load="YES"# Broadcom BCM43XX firmware
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"