18d75 Broadcom Wireless chips support - Page 2 - The FreeBSD Forums
The FreeBSD Forums  

Go Back   The FreeBSD Forums > Base System > System Hardware

System Hardware Internal storage, motherboards, PCI cards, stuff inside the case.

Reply
 
Thread Tools Display Modes
  #26  
Old November 25th, 2008, 22:09
bsdsys_x86 bsdsys_x86 is offline
Junior Member
 
Join Date: Nov 2008
Location: Chicago,Illinois
Posts: 11
Thanks: 1
Thanked 2 Times in 1 Post
Default

I am currently using a Broadcom BCM4401 with FreeBSD 7

Code:
pciconf -lv | grep BCM4
    device     = 'BCM4401 Broadcom NetLink 4401 10/100 Ethernet NIC'
I am using the builtin bfe driver. Worked the first time durring install. I even did a FTP install.

Code:
bfe0: <Broadcom BCM4401-B0 Fast Ethernet> mem 0xef9fe000-0xef9fffff irq 17 at de                          vice 0.0 on pci3
Reply With Quote
  #27  
Old November 26th, 2008, 00:02
SaveTheRbtz's Avatar
SaveTheRbtz SaveTheRbtz is offline
Junior Member
 
Join Date: Nov 2008
Location: Russia, Saint-Petersburg
Posts: 83
Thanks: 17
Thanked 9 Times in 7 Posts
Default

BCM4401 is not a Wireless Card.
Here we are talking generaly about BCM43XX family
__________________
ph34r t3h kut3 0nez
Reply With Quote
  #28  
Old November 26th, 2008, 01:26
bsdsys_x86 bsdsys_x86 is offline
Junior Member
 
Join Date: Nov 2008
Location: Chicago,Illinois
Posts: 11
Thanks: 1
Thanked 2 Times in 1 Post
Default

Quote:
Originally Posted by SaveTheRbtz View Post
BCM4401 is not a Wireless Card.
Here we are talking generaly about BCM43XX family
Oops... missed the 43XX part!
Reply With Quote
  #29  
Old January 30th, 2009, 18:16
veilside veilside is offline
Junior Member
 
Join Date: Jan 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

will this driver also work on 6.4?
Reply With Quote
  #30  
Old January 31st, 2009, 00:11
veilside veilside is offline
Junior Member
 
Join Date: Jan 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

ok, i gave it a try and it does not work for 6.4.
will try 7-stable too.
Reply With Quote
  #31  
Old June 18th, 2010, 05:46
ultraquix ultraquix is offline
Junior Member
 
Join Date: Jun 2010
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I compiled the drivers into the kernel (that helped)

Code:
device bwi
device wlan
device wlan_wep
device wlan_ccmp
device wlan_tkip
device wlan_amrr
device firmware
I put this in my /etc/rc.conf (it's in the documents)
Code:
wlans_bwi0="wlan0"
ifconfig_wlan0="ssid MYNAME WPA DHCP"
still had to run dhclient wlan0

Loren Cannon

Last edited by DutchDaemon; June 24th, 2010 at 15:42.
Reply With Quote
  #32  
Old June 18th, 2010, 05:58
ultraquix ultraquix is offline
Junior Member
 
Join Date: Jun 2010
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default

The ports/net/bwi-firmware-kmod port needs to be installed before ifconfig(8) will work.(1)

1. bwi man page

Reply With Quote
  #33  
Old June 18th, 2010, 06:23
ultraquix ultraquix is offline
Junior Member
 
Join Date: Jun 2010
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Oh yeah, BCM4311
Reply With Quote
  #34  
Old June 22nd, 2010, 14:28
Angered_Kabar Angered_Kabar is offline
Junior Member
 
Join Date: Jun 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by ultraquix View Post
Oh yeah, BCM4311
Is the firmware port v4? I had some trouble with v3 on my 4311 when I tried installing FreeBSD 8-Release on my laptop back in January.

I'd love to be able to use FreeBSD on it.
Reply With Quote
  #35  
Old June 24th, 2010, 09:48
ultraquix ultraquix is offline
Junior Member
 
Join Date: Jun 2010
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default

It's from ports
bwi-firmware-kmod I think.
make install clean
I believe it is version 3

Code:
cd /usr/ports/net/bwi-firmware-kmod
make install clean

Last edited by DutchDaemon; June 24th, 2010 at 15:41.
Reply With Quote
  #36  
Old June 24th, 2010, 09:51
ultraquix ultraquix is offline
Junior Member
 
Join Date: Jun 2010
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I think 8.1 is a different story.
Reply With Quote
  #37  
Old June 24th, 2010, 10:02
ultraquix ultraquix is offline
Junior Member
 
Join Date: Jun 2010
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Code:
device bwi
device firmware
are the two lines you have to add. The rest already seem to be in the kernel configuration file.

Last edited by DutchDaemon; June 24th, 2010 at 15:42.
Reply With Quote
  #38  
Old June 24th, 2010, 11:32
ultraquix ultraquix is offline
Junior Member
 
Join Date: Jun 2010
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default

dhclient wlan0 sometimes has to be run more than once.

Last edited by DutchDaemon; June 24th, 2010 at 15:42.
Reply With Quote
  #39  
Old June 24th, 2010, 11:43
ultraquix ultraquix is offline
Junior Member
 
Join Date: Jun 2010
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default

PC-BSD doesn't seem to switch from ethernet to wireless without a reboot.
Reply With Quote
  #40  
Old June 24th, 2010, 15:43
DutchDaemon's Avatar
DutchDaemon DutchDaemon is offline
Administrator
 
Join Date: Nov 2008
Location: Rotterdam, the Netherlands
Posts: 9,858
Thanks: 30
Thanked 1,894 Times in 1,337 Posts
Default

ultraquix, format your posts, please: Posting and Editing in the FreeBSD Forums
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules
FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki
Before you post: How to ask questions the smart way
If you must know .. So, what does an Administrator/Moderator do?
---> Do not PM me with FreeBSD questions. I do not work here. <---
Reply With Quote
  #41  
Old June 24th, 2010, 20:46
unicyclist unicyclist is offline
Junior Member
 
Join Date: Dec 2008
Location: Southcentral Alaska
Posts: 21
Thanks: 2
Thanked 0 Times in 0 Posts
Default

fwiw, I'm on freebsd 8.0, with an 4318. Got it all working about 2 days ago.
Just boot, log in, and go.
Quite pleased
Reply With Quote
  #42  
Old October 25th, 2010, 14:37
ma ma is offline
Junior Member
 
Join Date: Nov 2008
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Broadcom BCM4310 USB Controller

Hello,

I have a new laptop Acer Aspire One D250 with the chip:

Code:
none2@pci0:1:0:0:       class=0x028000 card=0xe01b105b chip=0x431514e4 rev=0x01 hdr=0x00
    vendor     = 'Broadcom Corporation'
    device     = 'BCM4310 USB Controller'
    class      = network
It seems that there is no driver in FreeBSD for this card (not even in HEAD) and the Windows 7 has the driver as BCMWL6.SYS which is unsupported NDIS API-6.

Any ideas what I could do? Any BCMWL5.SYS driver with support for this chip? Thanks in advance

Matthias <guru@unixarea.de>

Last edited by DutchDaemon; October 25th, 2010 at 16:32. Reason: proper formatting: http://forums.freebsd.org/showthread.php?t=8816
Reply With Quote
Reply

Tags
bcm4310, broadcom, bwi, wi-fi, wireless

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 15:31.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of The FreeBSD Foundation.
Web protection and acceleration provided by CloudFlare
0