User Tools

Site Tools


b43

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
b43 [2009/10/14 23:43] – article update to reflect changes on the driver xaveryb43 [2010/02/04 16:16] – Linked to tips on the compat-wireless page darkaudax
Line 9: Line 9:
 A fairly up-to-date list is kept [[http://wireless.kernel.org/en/users/Drivers/b43#Known_PCI_devices|here]]. At the time of writing this article, chipsets with the following PCI IDs were **unsupported** : A fairly up-to-date list is kept [[http://wireless.kernel.org/en/users/Drivers/b43#Known_PCI_devices|here]]. At the time of writing this article, chipsets with the following PCI IDs were **unsupported** :
  
-  * PCI ID 14e4:4313 +PCI ID ^ Device ID ^Product Name ^ 
-  * PCI ID 14e4:4321 +|14e4:4313|0x4313|4311 5 Ghz| 
-  * PCI ID 14e4:4324 +|14e4:4321| | | 
-  * PCI ID 14e4:4325 +|14e4:4324| | | 
-  * PCI ID 14e4:4328 +|14e4:4325| | | 
-  * PCI ID 14e4:4329 +|14e4:4328|0x4328|4321 Dualband| 
-  * PCI ID 14e4:432b+|14e4:4329|0x4329|4321 2.4 Ghz| 
 +|14e4:432a|0x432a|4321 5 Ghz| 
 +|14e4:432b|0x432b|4322 Dualband| 
 +|14e4:432c|0x432c|4322 2.4 Ghz| 
 +|14e4:432d|0x432d|4322 5 Ghz| 
 +|14e4:4353|0x4353|43224 Dualband| 
 +|14e4:4357|0x4357|43225 2.4 Ghz|
  
 To determine the PCI ID of your wireless device under linux, enter: To determine the PCI ID of your wireless device under linux, enter:
Line 25: Line 31:
 =====Installing the drivers===== =====Installing the drivers=====
  
-2.6.27 kernels and newer don't need any patches applied to the driver itself. The only patch that is needed (for fragmentation attack support) is the standard mac80211 frag+ack patch.+2.6.24 kernels and newer don't need any patches applied to the driver itself. The only patch that is needed (for fragmentation attack support) is the standard mac80211 frag+ack patch.
  
-If you have the card with the **14e4:4315** PCI ID, then you need to install the compat-wireless package, which contains latest development versions of the wireless drivers. At the time of writing this article, the newest version of the package comes from 14 October 2009. This version will also be used in this little guide on how to install it. Make sure you've got your kernel headers (for the kernel you're currently running) and basic development tools installed. +If you have the card with the 14e4:4315 PCI ID, then you need to install the compat-wireless package, since today's stable versions of the drivers do not support this card at allIn fact, the b43 driver is constantly being improved and using the development version of it can yield very positive results for all its usersMore information, as well as detailed installation steps, is provided by the [[compat-wireless]] article as well as [[http://wireless.kernel.org/en/users/Drivers/b43#fw-b43-lp|this]].
- +
-   $ wget http://www.orbit-lab.org/kernel/compat-wireless-2.6/2009/10/compat-wireless-2009-10-14.tar.bz2 +
-   $ tar -jxf compat-wireless-2009-10-14.tar.bz2 +
-   $ cd compat-wireless-2009-10-14 +
-   $ wget http://patches.aircrack-ng.org/mac80211.compat08082009.wl_frag+ack_v1.patch +
-   $ patch -p1 < mac80211.compat08082009.wl_frag+ack_v1.patch +
-   $ make +
-   # make install +
- +
-The compilation process might take a while. Also, please note that while the patch provided here works for the currently discussed version, it does not have to work with newer ones. A reboot is recommended after running make install in order to avoid "Unresolved symbol in module" messages.+
  
 =====Installing the firmware===== =====Installing the firmware=====
Line 83: Line 79:
  
 Then [[faq#why_do_i_get_ioctl_siocgifindex_failedno_such_device|See this FAQ entry]] and scroll up to see the "Installing the firmware" section of this article. Then [[faq#why_do_i_get_ioctl_siocgifindex_failedno_such_device|See this FAQ entry]] and scroll up to see the "Installing the firmware" section of this article.
 +
 +
 +==== Ubuntu 9.10 support  ====
 +
 +See this forum entry: http://forum.aircrack-ng.org/index.php?topic=6434.0
 +
 +==== compat-wireless  ====
 +
 +See the [[compat-wireless|Compat-Wireless page]] for specific Broadcom b43 tips.
  
  
b43.txt · Last modified: 2018/11/22 00:15 by mister_x