debian:broadcom
Differences
This shows you the differences between two versions of the page.
debian:broadcom [2021/01/10 01:04] – created peter | debian:broadcom [2021/01/10 01:15] (current) – peter | ||
---|---|---|---|
Line 16: | Line 16: | ||
---- | ---- | ||
+ | |||
+ | ===== Check wifi ===== | ||
+ | |||
+ | <code bash> | ||
+ | iwconfig | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | lo no wireless extensions. | ||
+ | eth0 no wireless extensions. | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | |||
+ | ===== Check the existing PCI card ===== | ||
<code bash> | <code bash> | ||
Line 27: | Line 45: | ||
</ | </ | ||
- | ---- | + | Then try |
<code bash> | <code bash> | ||
- | iwconfig | + | lspci -nn -d 14e4: |
</ | </ | ||
Line 36: | Line 54: | ||
<code bash> | <code bash> | ||
- | lo no wireless extensions. | + | Broadcom Corporation BCM4306 802.11bgn Wireless Network Adapter [14e4:4320] (rev 03) |
- | eth0 no wireless extensions. | + | |
</ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | The key to finding the correct driver for any network card is what is known as the **PCI ID** (PCI.ID). | ||
+ | |||
+ | * The PCI.ID in this example is **14e4: | ||
+ | * The revision is **03**. | ||
+ | |||
+ | </ | ||
---- | ---- | ||
+ | |||
+ | ===== Broadcom Wireless Table (Ubuntu) ===== | ||
+ | |||
+ | Determine the firmware and drivers to install from the following list: | ||
+ | |||
+ | <code bash> | ||
+ | PCI.ID | ||
+ | ------------------------------------------------------------------------------------ | ||
+ | 14e4: | ||
+ | 14e4: | ||
+ | 14e4: | ||
+ | 14e4: | ||
+ | 14e4: | ||
+ | 14e4:4306 rev 02 firmware-b43-installer | ||
+ | 14e4:4306 rev 03 firmware-b43-installer | ||
+ | 14e4: | ||
+ | 14e4: | ||
+ | 14e4:4311 rev 01 firmware-b43-installer | ||
+ | 14e4: | ||
+ | 14e4: | ||
+ | 14e4: | ||
+ | 14e4:4315 rev 01 firmware-b43-installer | ||
+ | 14e4: | ||
+ | 14e4:4318 rev 02 firmware-b43-installer | ||
+ | 14e4: | ||
+ | 14e4:4320 rev 02 firmware-b43-installer | ||
+ | 14e4:4320 rev 03 firmware-b43-installer | ||
+ | 14e4: | ||
+ | 14e4: | ||
+ | 14e4: | ||
+ | 14e4: | ||
+ | 14e4:4328 rev 03 bcmwl-kernel-source | ||
+ | 14e4: | ||
+ | 14e4: | ||
+ | 14e4: | ||
+ | 14e4: | ||
+ | 14e4: | ||
+ | 14e4: | ||
+ | 14e4: | ||
+ | 14e4: | ||
+ | 14e4: | ||
+ | 14e4:4353 rev 01 Special Case #1 | ||
+ | 14e4: | ||
+ | 14e4: | ||
+ | 14e4: | ||
+ | 14e4: | ||
+ | 14e4: | ||
+ | 14e4:4365 rev 01 bcmwl-kernel-source | ||
+ | 14e4: | ||
+ | 14e4:43ae rev 02 UNKNOWN | ||
+ | 14e4: | ||
+ | 14e4:43b1 rev 03 bcmwl-kernel-source | ||
+ | 14e4:43c3 rev 04 UNKNOWN | ||
+ | 14e4: | ||
+ | 14e4:4727 rev 01 Special Case #1 | ||
+ | 14e4: | ||
+ | ------------------------------------------------------------------------------------ | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | </ | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Install firmware and driver ===== | ||
+ | |||
+ | <code bash> | ||
+ | sudo apt install firmware-b43-installer | ||
+ | sudo apt install linux-firmware | ||
+ | sudo reboot | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
===== References ===== | ===== References ===== | ||
Line 50: | Line 153: | ||
</ | </ | ||
+ | |||
+ | https:// |
debian/broadcom.1610240661.txt.gz · Last modified: 2021/01/10 01:04 by peter