Difference between revisions of "BroadCom"

From CBLFS
Jump to navigationJump to search
 
(4 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
|-
 
|-
 
!Download 32bit Source:
 
!Download 32bit Source:
| http://www.broadcom.com/docs/linux_sta/hybrid-portsrc-x86_32_5_10_27_6.tar.gz
+
| http://www.broadcom.com/docs/linux_sta/hybrid-portsrc_x86_32-{{BroadCom-Version}}.tar.gz
 
|-
 
|-
 
!Download 64bit Source:
 
!Download 64bit Source:
| http://www.broadcom.com/docs/linux_sta/hybrid-portsrc-x86_64_5_10_27_6.tar.gz
+
| http://www.broadcom.com/docs/linux_sta/hybrid-portsrc_x86_64-{{BroadCom-Version}}.tar.gz
 
|}
 
|}
  
Line 15: Line 15:
  
 
== Dependencies ==
 
== Dependencies ==
THIS PAGE IS NOT COMPLETTE!!
 
  
DO NOT USE BUILD INSTRUCTIONS!!!!!!!!!!
 
 
 
http://www.broadcom.com/docs/linux_sta/README.txt
 
 
http://jaux.net/uploads/2008/10/hybrid_wl-5.10.27.6_patch-2.6.27-ARCH
 
 
=== Required ===
 
=== Required ===
* Kernel Source
 
  
 +
*Kernel Sources
 +
*Kernel Module "802.11 TKIP crypto"
  
 
== Non-Multilib 32 ==
 
== Non-Multilib 32 ==
Line 44: Line 38:
 
  depmod
 
  depmod
  
Insert the  
+
Insert the Module:
 +
 
 +
modprobe ieee80211_crypt_tkip
 +
modprobe wl
  
 
== Multilib ==
 
== Multilib ==
  
 
  Please Contribute this section.
 
  Please Contribute this section.
 +
 +
[[Category:Network Drivers]]

Latest revision as of 17:13, 5 February 2011

Download 32bit Source: http://www.broadcom.com/docs/linux_sta/hybrid-portsrc_x86_32-v5_100_82_38.tar.gz
Download 64bit Source: http://www.broadcom.com/docs/linux_sta/hybrid-portsrc_x86_64-v5_100_82_38.tar.gz

Introduction to BroadCom

These packages contain Broadcom's IEEE 802.11a/b/g/n hybrid Linux® device driver for use with Broadcom's BCM4311-, BCM4312-, BCM4321-, and BCM4322-based hardware. There are different tars for 32-bit and 64-bit x86 CPU architectures. Make sure that you download the appropriate tar because the hybrid binary file must be of the appropriate architecture type. The hybrid binary file is agnostic to the specific version of the Linux kernel because it is designed to perform all interactions with the operating system through operating-system-specific files and an operating system abstraction layer file. All Linux operating-system-specific code is provided in source form, making it possible to retarget to different kernel versions and fix operating system related issues.

NOTE: You must read the LICENSE.TXT file in the lib directory before using this software.

Project Homepage: http://www.broadcom.com/support/802.11/linux_sta.php

Dependencies

Required

  • Kernel Sources
  • Kernel Module "802.11 TKIP crypto"

Non-Multilib 32

Clean the source tree: (Insert the current running kernel version in <2.6.xx.xx>)

make -C /lib/modules/<2.6.xx.xx>/build M=`pwd` clean

Compile the package:

make -C /lib/modules/<2.6.xx.xx>/build M=`pwd`
Caution.png

Note

Make sure to remove the b43 module and b43legacy module before inserting the wl.ko module

Install the package:

cp wl.ko /lib/modules/<2.6.xx.xx>/kernel
depmod

Insert the Module:

modprobe ieee80211_crypt_tkip
modprobe wl

Multilib

Please Contribute this section.