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/11/14 17:56] – add update-initramfs note sleek
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 for monitor mode and packet injection. 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. 
  
-   $ wget http://www.orbit-lab.org/kernel/compat-wireless-2.6/2009/10/compat-wireless-2009-10-14.tar.bz2 +**Important note:** If you install or update your b43 driver via [[compat-wireless|compat-wireless]], you have to know that the b43/ssb modules are part of your distribution's initramfs imageTo avoid problems with loading your new b43 driver, update your initramfs image to complete the processTo do so, simply run: 
-   $ tar -jxf compat-wireless-2009-10-14.tar.bz2 +  sudo update-initramfs -u
-   $ 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 whileAlsoplease note that while the patch provided here works for the currently discussed versionit does not have to work with newer onesA reboot is recommended after running make install in order to avoid "Unresolved symbol in module" messages.+If you have 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 users More on this particular card [[http://wireless.kernel.org/en/users/Drivers/b43#fw-b43-lp|here]].
  
 =====Installing the firmware===== =====Installing the firmware=====
Line 85: Line 85:
  
  
 +==== Ubuntu 9.10 support  ====
 +
 +See this forum entry: http://forum.aircrack-ng.org/index.php?topic=6434.0
b43.txt · Last modified: 2018/11/22 00:15 by mister_x