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"


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 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
> 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 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
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: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 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 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-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"


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"