Difference between revisions of "BroadCom"

From CBLFS
Jump to navigationJump to search
(New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download 32bit Source: | http://www.broadcom.com/docs/linux_sta/hybrid-portsrc-x86_32_5_10_27_6.tar.gz |- !Download 64bit Sour...)
 
Line 12: Line 12:
 
{{Package-Introduction|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.
 
{{Package-Introduction|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.[http://www.broadcom.com/support/802.11/linux_sta.php}}
+
NOTE: You must read the LICENSE.TXT file in the lib directory before using this software.|http://www.broadcom.com/support/802.11/linux_sta.php}}
  
== Getting the source ==
+
== Dependencies ==
 
+
THIS PAGE IS NOT COMPLETTE!!
If you have [[Subversion]] installed issue the following command to download the source:
 
 
 
svn checkout http://svn.madwifi.org/madwifi/trunk madwifi
 
  
You may also want to create a tarball to use at a later time:
+
DO NOT USE BUILD INSTRUCTIONS!!!!!!!!!!
  
tar cvjpf madwifi-r$(svnversion madwifi).tar.bz2 madwifi
 
  
== Dependencies ==
+
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 ===
* [[Subversion]] (To Get Source)
 
 
* Kernel Source
 
* Kernel Source
  
== Non-Running Kernel ==
 
 
If you're attempting to build Madwifi for a kernel that's not currently running, also pass the following to '''make''' and '''make install'''.
 
 
KERNELPATH=/path/to/kernel/source
 
 
'''KERNELPATH''' defaults to '''/lib/modules/`uname -r`/build'''.
 
  
 
== Non-Multilib ==
 
== Non-Multilib ==

Revision as of 20:53, 19 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

Compile the package:

make

Install the package

make BINDIR=/usr/bin MANDIR=/usr/share/man install

Multilib

Please Contribute this section.