Difference between revisions of "BroadCom"

From CBLFS
Jump to navigationJump to search
Line 27: Line 27:
  
  
== Non-Multilib ==
+
== 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:
 
Compile the package:
  
  make
+
  make -C /lib/modules/<2.6.xx.xx>/build M=`pwd`
 +
 
 +
{{Note| Make sure to remove the b43 module and b43legacy module before inserting the wl.ko module}}
 +
 
 +
Install the package:
  
Install the package
+
cp wl.ko /lib/modules/<2.6.xx.xx>/kernel
 +
depmod
  
make BINDIR=/usr/bin MANDIR=/usr/share/man install
+
Insert the
  
 
== Multilib ==
 
== Multilib ==
  
 
  Please Contribute this section.
 
  Please Contribute this section.

Revision as of 00:14, 26 October 2008

Download 32bit Source: http://www.broadcom.com/docs/linux_sta/hybrid-portsrc-x86_32_5_10_27_6.tar.gz
Download 64bit Source: http://www.broadcom.com/docs/linux_sta/hybrid-portsrc-x86_64_5_10_27_6.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

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

  • Kernel Source


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

Multilib

Please Contribute this section.