openSUSE Forums > Network/Internet > Wireless » Update on using b43 with PCI ID 14e4:4315

Go Back   openSUSE Forums > Network/Internet > Wireless
Forums FAQ Members List Search Today's Posts Mark Forums Read


Wireless Questions about wireless networking setup, use, and wireless specific applications

Reply
Page 1 of 4 1 23 Last »
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 26-Aug-2009, 19:50
Wise Penguin
 
Join Date: Jun 2008
Location: Kansas City Area, Missouri, USA
Posts: 2,199
lwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to all
Default Update on using b43 with PCI ID 14e4:4315

Until today, it was not possible to use the BCM4312 802.11b/g devices
with b43. That is no longer the case. In fact, I'm posting this
message using my device. I'm using WPA2 encryption with encryption
handled by the hardware. I have connected to APs on channels 1 and 11.

The output of 'lspci -nnv | grep -A 1 14e4' is:

04:00.0 Network controller [0280]: Broadcom Corporation BCM4312
802.11b/g [14e4:4315] (rev 01)
Subsystem: Hewlett-Packard Company BCM4312 802.11b/g Wireless
LAN Controller [103c:137c]

The 'ifconfig wlan1' output is:

wlan1 Link encap:Ethernet HWaddr 00:1AXXXX
inet addr:192.168.2.217 Bcast:192.168.2.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:117743 errors:0 dropped:0 overruns:0 frame:0
TX packets:87169 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:149849274 (142.9 Mb) TX bytes:57302185 (54.6 Mb)

Note that I have transmitted and received a lot of data. There have
been no dropouts, or disconnects.

The 'iwconfig wlan1' output is:

wlan1 IEEE 802.11bg ESSID:"OpenWrt"
Mode:Managed Frequency:2.462 GHz Access Point:
00:1AXXXX
Bit Rate=1 Mb/s Tx-Power=27 dBm
Retry long limit:7 RTS thrff Fragment thrff
Power Managementff
Link Quality=70/70 Signal level=-16 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

At the moment, the code for power management has not yet been written,
thus performance is a little weak as can be seen from the 1 Mb/s Bit
Rate shown here. Despite this, I get transmit rates of 9-11 Mb/s and
receive rates up to 18 Mb/s using tcpperf. This is good enough to keep
up with my cable modem.

The code that I'm using will be in the wireless-testing git tree
within a few days, and will be in compat-wireless shortly thereafter.
It should be in the 2.6.32 kernel.

Larry
Reply With Quote
  #2 (permalink)  
Old 27-Aug-2009, 00:57
Parent Penguin
 
Join Date: Jun 2008
Posts: 699
pdc_2 hasn't been rated much yet
Default Re: Update on using b43 with PCI ID 14e4:4315

many thanks and congratulations to you on your own hard work? SHould be a big help to many to have it in the 2.6.32 kernel
Reply With Quote
  #3 (permalink)  
Old 27-Aug-2009, 10:41
Wise Penguin
 
Join Date: Jun 2008
Location: Kansas City Area, Missouri, USA
Posts: 2,199
lwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to all
Default Re: Update on using b43 with PCI ID 14e4:4315

pdc 2 wrote:
> many thanks and congratulations to you on your own hard work? SHould be
> a big help to many to have it in the 2.6.32 kernel


Thank you. I started the reverse engineering on that code two years
ago. It is a good feeling to see that finally appear as working code.
Reply With Quote
  #4 (permalink)  
Old 04-Sep-2009, 18:26
Puzzled Penguin
 
Join Date: Sep 2009
Location: /home/chenxiaolong and C:\Users\Chen Xiao-Long
Posts: 5
chenxiaolong hasn't been rated much yet
Send a message via AIM to chenxiaolong
Default Re: Update on using b43 with PCI ID 14e4:4315

How would I install that? If it's in a repository, what package do I install? Or do I need to build compat-wireless and install the firmware (if so what version?)?

Thank You.
Reply With Quote
  #5 (permalink)  
Old 04-Sep-2009, 19:02
Parent Penguin
 
Join Date: Jun 2008
Posts: 699
pdc_2 hasn't been rated much yet
Default Re: Update on using b43 with PCI ID 14e4:4315

lwfinger said

Quote:
the code that I'm using will be in the wireless-testing git tree within a few days, and will be in compat-wireless shortly thereafter. It should be in the 2.6.32 kernel.
He only said that a few days ago

Tell us why you want to know
Reply With Quote
  #6 (permalink)  
Old 05-Sep-2009, 10:01
Puzzled Penguin
 
Join Date: Sep 2009
Location: /home/chenxiaolong and C:\Users\Chen Xiao-Long
Posts: 5
chenxiaolong hasn't been rated much yet
Send a message via AIM to chenxiaolong
Default Re: Update on using b43 with PCI ID 14e4:4315

Sorry if I sounded rude. I just wanted to know how I could install it because the wl driver for my Broadcom 4312 (14e4:4315) is very unstable.
__________________
Running openSUSE 11.1 AMD64 on DELL Studio 1555

I'm 13 years old.
Reply With Quote
  #7 (permalink)  
Old 05-Sep-2009, 11:16
Wise Penguin
 
Join Date: Jun 2008
Location: Kansas City Area, Missouri, USA
Posts: 2,199
lwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to all
Default Re: Update on using b43 with PCI ID 14e4:4315

chenxiaolong wrote:
> Sorry if I sounded rude. I just wanted to know how I could install it
> because the wl driver for my Broadcom 4312 (14e4:4315) is very unstable.


I can attest to the stability of the b43 version of the BCM4312
driver, at least in my configuration. At the moment, much of the power
adjustment code is not yet implemented. This limits the transmit speed
to about 10-12 Mb/s. I am about 2 m from my AP.

To implement the latest code, go to
http://wireless.kernel.org/en/users/Download and find the "bleeding
edge compat wireless" section. You will need to have gcc, make and the
kernel headers installed to build it.
Reply With Quote
  #8 (permalink)  
Old 05-Sep-2009, 16:46
Puzzled Penguin
 
Join Date: Sep 2009
Location: /home/chenxiaolong and C:\Users\Chen Xiao-Long
Posts: 5
chenxiaolong hasn't been rated much yet
Send a message via AIM to chenxiaolong
Default Re: Update on using b43 with PCI ID 14e4:4315

Thanks for the quick reply. I hope the speed problems can be fixed soon.
__________________
Running openSUSE 11.1 AMD64 on DELL Studio 1555

I'm 13 years old.
Reply With Quote
  #9 (permalink)  
Old 05-Sep-2009, 17:50
Wise Penguin
 
Join Date: Jun 2008
Location: Kansas City Area, Missouri, USA
Posts: 2,199
lwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to all
Default Re: Update on using b43 with PCI ID 14e4:4315

chenxiaolong wrote:
> Thanks for the quick reply. I hope the speed problems can be fixed soon.


It is being worked on, but I'm only able to test because of the
necessity to separate reverse engineers from coders - the so-called
clean-room conditions. At least my part is done, and I'm now working
on the N PHY models.
Reply With Quote
  #10 (permalink)  
Old 06-Sep-2009, 18:30
Puzzled Penguin
 
Join Date: Sep 2009
Posts: 3
blowf1sh hasn't been rated much yet
Default Re: Update on using b43 with PCI ID 14e4:4315

thanks. I post this to confirm that bleeding edge driver works (flawlessly for 2 hours + suspend cycle) and throughput is over 10Mbps.Great work on the updated b43. Looking forward for more
BCM4312 14e4:4315 (rev 01) here.
kernel 2.6.30-1
system is debian(but kernel is what matters folks)
Reply With Quote
Reply
Page 1 of 4 1 23 Last »

Bookmarks


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
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2