06
мар
Contents
|
This page provides support information on Broadcom BCM43xx wireless network cards. The aim of Ubuntu is to ensure all card models work automatically with no, or minimal configuration. For example, via System > Administration > Hardware/Additional Drivers. If you are having a WiFi issue, please see below on getting this addressed.
Search technical documentation and downloads including firmware and drivers. Search technical documentation and downloads including firmware and drivers. Update (7/9/2018): There was a new driver released on 4/20/2018 for Broadcom 802.11ac Network Adapter, version 7.35.118.83, but the Apple update is only now.
With this information, you may assess what drivers are supported for your card, and how to switch to a different driver from the instructions below.
To identify a card that was installed inside your computer prior to purchase, please open a Terminal and execute:
This will display:
You now know:
One will want to execute at a terminal:
The following is an overview of the different drivers that are available for Broadcom wireless devices.
The propietary Broadcom STA Wireless driver is maintained upstream by Broadcom. As this driver is closed source, fixes in the driver itself may only be provided by Broadcom. As a convenience, Ubuntu offers two versions of this driver:
The bcmwl-kernel-source package aims to offer a later version for a given release. Instructions for installation may be found later in this article.
The broadcom-sta package aims to offer an earlier version for a given release.
As per the Broadcom readme file for driver version 6.30.223.271, the following devices are compatible:
For Chip ID BCM 4306 (rev 03), 4311, 4312, 4318, 4322, 4331, 43224 and 43225.
The b43 infrastructure is composed of two parts. The first is the firmware-b43-installer package. This is simply a script to extract and install the b43 driver firmware, maintained by the Ubuntu community. The second is the b43 driver, maintained upstream by the Linux kernel community. Instructions to install the package may be found below.
For Chip ID BCM 4301, 4306 (rev 02), and 4309.
The b43legacy infrastructure is composed of two parts. The first is the firmware-b43legacy-installer package. This is simply a script to extract and install the b43legacy driver firmware, maintained by the Ubuntu community. The second is the b43 driver, maintained upstream by the Linux kernel community. Instructions to install the package may be found below.
For Chip ID BCM 4313, 43224 and 43225.
The open-source brcmsmac driver for PCIe devices is available from the brcm80211 module of the linux kernel package, maintained upstream by the linux kernel community. For more granular support information, please see their wiki page here.
SDIO: For Chip ID BCM 4329, 4330, 4334, 4335, 4354, 43143, 43241, and 43362.
USB: For Chip ID BCM 43143, 43242, 43566, and 43569.
The open-source brcmfmac driver is available from the brcm80211 module of the linux kernel package, maintained upstream by the linux kernel community. For more granular support information, please see their wiki page here.
For Chip ID BCM 4320.
The open-source rndis_wlan driver is available from the linux kernel package, maintained upstream by the linux kernel community. For more granular support information, please see their wiki page here.
For all chip IDs.
The ndiswrapper package utilizes the Windows closed source drivers to activate your WiFi card. It is maintained upstream here. For installation instructions, please see here.
If you have some other kind of Internet access on your computer (e.g. via an ethernet cable) then use the instructions below.
Open a Terminal and install the bcmwl-kernel-source package:
Note: If you see the message 'Module build for the currently running kernel was skipped since the kernel source for this kernel does not seem to be installed' then you are missing the appropriate generic linux-header package(s).
To test the driver (and remove the need for a computer restart) use:
Allow several seconds for the network manager to scan for available networks before attempting a connection.
The bcmwl-kernel-source package should automatically blacklist the open source drivers so that the STA driver is the only one in use.
Back to top
If you do not have any other means of Internet access on your computer, you can install the bcmwl-kernel-source package from the restricted folder under ./pool/restricted/b/bcmwl on the Ubuntu install media.
Note: The bcmwl-kernel-source package depends on the linux-headers packages so you may need to first retrieve the appropriate package(s) from the online repositories. A running LiveCD/LiveUSB environment has these packages (allowing the wireless to work), but an installed system may not. Make sure you have the linux-headers package that matches your current kernel version, plus the appropriate generic header packages so that they are automatically updated on a kernel upgrade. To find out your current kernel use the command:
To find what linux-headers packages you have installed use the command:
Systems installed from CDROM can add the install CD as a package source and install bcmwl-kernel-source using apt-getas above. However, if you want to do it manually then the instructions are as follows:
Navigate the install media and install the packages listed below by double clicking OR install the packages consecutively from a Terminal (in the commands below the install media is mounted at /cdrom, but yours maybe different):
./pool/main/d/dkms
./pool/main/p/patch
./pool/main/f/fakeroot
./pool/restricted/b/bcmwl
Back to top
For download and install instructions, please see http://www.broadcom.com/support/802.11/linux_sta.php .
Back to top
The Ubuntu kernel now provides the b43 driver, however due to copyright restrictions not the proprietary firmware which is required to run your card. The following instructions explain how to extract the required firmware.
Open a Terminal and if you haven't already done so, update your package list:
If you have a b43 card use the command
or, if you need the b43legacy driver, use:
or, (12.04) if you need a LP-PHY version (e.g BCM4312), use:
Restart the computer or reload the b43/b43legacy module as outlined in the Switching between drivers section below (replace b43 with b43legacy where appropriate).
Back to top
If you do not have any other means of Internet access from Ubuntu, then you will have to download the firmware from another computer with Internet access, from an existing OS on another partition, or before you install Ubuntu. You will also need the b43-fwcutter package which is usually included on the install media or can be downloaded from the official online repositories.
Install the b43-fwcutter package. This is usually located on the Ubuntu install media under /cdrom/pool/main/b/b43-fwcutter/ or you can download the binary '.deb' package by following the links on launchpad.
Double click on the package to install or in a Terminal issue the following commands:
On a computer with Internet access, download the required firmware file:
b43legacy - http://downloads.openwrt.org/sources/wl_apsta-3.130.20.0.o
b43 (12.04 Precise Pangolin) - http://mirror2.openwrt.org/sources/broadcom-wl-5.10.56.27.3_mipsel.tar.bz2
b43 (14.04 Trusty Tahr) - http://www.lwfinger.com/b43-firmware/broadcom-wl-5.100.138.tar.bz2
For the latest information on what files to download see http://wireless.kernel.org/en/users/Drivers/b43#Other_distributions_not_mentioned_above and http://wireless.kernel.org/en/users/Drivers/b43/developers .
Copy the downloaded file to your home folder. Open a new Terminal and use b43-fwcutter to extract and install the firmware:
b43legacy
b43 (12.04 Precise Pangolin)
b43 (14.04 Trusty Tahr)
Restart the computer or reload the b43/b43legacy module as outlined in the Switching between drivers section below (replace b43 with b43legacy where appropriate).
Back to top
If you card is supported by more than one driver then use the modprobe command to test the drivers. First unload all conflicting drivers (this includes removing the driver you're trying to install):
To load a specific driver use one of the following commands:
Allow several seconds for the network manager to scan for available networks before attempting a connection.
After a reboot the system may auto-load a different driver to the one you wanted to use. Consequently, for permanent use, you may find it necessary to blacklist the driver/module you are not using. In the command below replace drivername with the driver you want to blacklist:
Update the initramfs after any changes to the blacklist files:
Note: The bcmwl-kernel-source package will automatically blacklist the open source drivers/modules in /etc/modprobe.d/blacklist-bcm43.conf.
If you wish to permanently use the open source drivers then remove the bcmwl-kernel-source package:
Ensure that the driver/modules you wish to use are not blacklisted in any of the other files in /etc/modprobe.d .
Back to top
If your wifi card/chipset and/or various modes are not supported by the STA driver or the open source kernel drivers, then you will need to go for ndiswrapper - this will allow you to use the Windows closed source drivers to activate your wifi card.
Back to top
* LP#1010931 14e4:4727 [Dell Vostro 3555] Broadcom BCM4313 5GHz doesn't work but 2.4GHz does
Back to top
While using either the bcmwl-kernel-source or broadcom-sta-source package from the Ubuntu repositories (not a recompiled/custom version) execute one of the following via a terminal:
This will file a new report. In it, please ensure all of the below is provided if missing:
Please include only one (not both) of the following corresponding to which driver series you are filing a report against:
or:
Please execute the following via a terminal and post the results in your report:
Please comment to how testing ndiswrapper for your card type provides a WORKAROUND. If it doesn't work, please file a bug report as per the support article.
If the version of the driver you are using in the repository is the latest version available as per Broadcom, Broadcom wants you to send them an email about this to linux-wlan-client-support-list@broadcom.com. Please post their response to your report.
If the version of the driver you are using in the repository is an older version than that available from Broadcom, then contacting them would not apply. Instead, an investigation would need to occur to see if the version available for your release should be updated.
Before filing a bug report about b43 or b43legacy, it's important to distinguish this as a issue with the firmware extraction script, or the driver itself. If it's an issue with the script, one will need to install the version from the Ubuntu repositories (not a recompiled/custom version) and then execute via a terminal either:
or:
For bugs regarding the b43 or b43legacy driver, please execute the following via a terminal:
Also, please provide the following:
Please comment to how testing ndiswrapper for your card type provides a WORKAROUND. If it doesn't work, please file a bug report as per the support article.
Once all of the required information is present, if the version of the driver you are using is the latest version available from the Ubuntu repositories, then one would want to e-mail the b43-dev mailing list following this procedure.
Wireless Troubleshooting Guide https://help.ubuntu.com/community/WifiDocs/WirelessTroubleShootingGuide.
Installing Windows drivers with NdisWrapper.
Upstream b43 and b43legacy kernel driver http://wireless.kernel.org/en/users/Drivers/b43
Upstream Broadcom STA driver page https://www.broadcom.com
Debian Broadcom 43xx wireless devices wiki http://wiki.debian.org/bcm43xx
Debian Broadcom STA page http://wiki.debian.org/wl
Open source firmware http://www.ing.unibs.it/~openfwwf/
Back to top
Remote Access: If you have access to another Windows system (e.g. Windows Remote Desktop, Citrix, etc.) you could use remote access software to use Inventor on the remote system, while working through your Macintosh. Inventor runs on a Mac in either a Boot Camp or Parallels Windows Environments. This Service Pack 2 updates Autodesk Inventor 2014 or Autodesk Inventor Professional 2014 for all operating systems and languages. For installation on Windows 8.1 OS please read Technical Solution TS22238097. Inventor2014SP2x86.msp (msp - 78112Kb) Inventor2014SP2x64. Re: Does inventor professional 2014 (Student Edition) run on mac? The only way that you will be able to work on Inventor on a iOS device is using Autodesk's 'Remote' app and 'Remote' software on the 32 or 64 machine that has Inventor installed. Autodesk inventor 2015 free download.
CategoryHardwareCategoryNetworkingCategoryWireless
Contents
|
This page provides support information on Broadcom BCM43xx wireless network cards. The aim of Ubuntu is to ensure all card models work automatically with no, or minimal configuration. For example, via System > Administration > Hardware/Additional Drivers. If you are having a WiFi issue, please see below on getting this addressed.
Search technical documentation and downloads including firmware and drivers. Search technical documentation and downloads including firmware and drivers. Update (7/9/2018): There was a new driver released on 4/20/2018 for Broadcom 802.11ac Network Adapter, version 7.35.118.83, but the Apple update is only now.
With this information, you may assess what drivers are supported for your card, and how to switch to a different driver from the instructions below.
To identify a card that was installed inside your computer prior to purchase, please open a Terminal and execute:
This will display:
You now know:
One will want to execute at a terminal:
The following is an overview of the different drivers that are available for Broadcom wireless devices.
The propietary Broadcom STA Wireless driver is maintained upstream by Broadcom. As this driver is closed source, fixes in the driver itself may only be provided by Broadcom. As a convenience, Ubuntu offers two versions of this driver:
The bcmwl-kernel-source package aims to offer a later version for a given release. Instructions for installation may be found later in this article.
The broadcom-sta package aims to offer an earlier version for a given release.
As per the Broadcom readme file for driver version 6.30.223.271, the following devices are compatible:
For Chip ID BCM 4306 (rev 03), 4311, 4312, 4318, 4322, 4331, 43224 and 43225.
The b43 infrastructure is composed of two parts. The first is the firmware-b43-installer package. This is simply a script to extract and install the b43 driver firmware, maintained by the Ubuntu community. The second is the b43 driver, maintained upstream by the Linux kernel community. Instructions to install the package may be found below.
For Chip ID BCM 4301, 4306 (rev 02), and 4309.
The b43legacy infrastructure is composed of two parts. The first is the firmware-b43legacy-installer package. This is simply a script to extract and install the b43legacy driver firmware, maintained by the Ubuntu community. The second is the b43 driver, maintained upstream by the Linux kernel community. Instructions to install the package may be found below.
For Chip ID BCM 4313, 43224 and 43225.
The open-source brcmsmac driver for PCIe devices is available from the brcm80211 module of the linux kernel package, maintained upstream by the linux kernel community. For more granular support information, please see their wiki page here.
SDIO: For Chip ID BCM 4329, 4330, 4334, 4335, 4354, 43143, 43241, and 43362.
USB: For Chip ID BCM 43143, 43242, 43566, and 43569.
The open-source brcmfmac driver is available from the brcm80211 module of the linux kernel package, maintained upstream by the linux kernel community. For more granular support information, please see their wiki page here.
For Chip ID BCM 4320.
The open-source rndis_wlan driver is available from the linux kernel package, maintained upstream by the linux kernel community. For more granular support information, please see their wiki page here.
For all chip IDs.
The ndiswrapper package utilizes the Windows closed source drivers to activate your WiFi card. It is maintained upstream here. For installation instructions, please see here.
If you have some other kind of Internet access on your computer (e.g. via an ethernet cable) then use the instructions below.
Open a Terminal and install the bcmwl-kernel-source package:
Note: If you see the message 'Module build for the currently running kernel was skipped since the kernel source for this kernel does not seem to be installed' then you are missing the appropriate generic linux-header package(s).
To test the driver (and remove the need for a computer restart) use:
Allow several seconds for the network manager to scan for available networks before attempting a connection.
The bcmwl-kernel-source package should automatically blacklist the open source drivers so that the STA driver is the only one in use.
Back to top
If you do not have any other means of Internet access on your computer, you can install the bcmwl-kernel-source package from the restricted folder under ./pool/restricted/b/bcmwl on the Ubuntu install media.
Note: The bcmwl-kernel-source package depends on the linux-headers packages so you may need to first retrieve the appropriate package(s) from the online repositories. A running LiveCD/LiveUSB environment has these packages (allowing the wireless to work), but an installed system may not. Make sure you have the linux-headers package that matches your current kernel version, plus the appropriate generic header packages so that they are automatically updated on a kernel upgrade. To find out your current kernel use the command:
To find what linux-headers packages you have installed use the command:
Systems installed from CDROM can add the install CD as a package source and install bcmwl-kernel-source using apt-getas above. However, if you want to do it manually then the instructions are as follows:
Navigate the install media and install the packages listed below by double clicking OR install the packages consecutively from a Terminal (in the commands below the install media is mounted at /cdrom, but yours maybe different):
./pool/main/d/dkms
./pool/main/p/patch
./pool/main/f/fakeroot
./pool/restricted/b/bcmwl
Back to top
For download and install instructions, please see http://www.broadcom.com/support/802.11/linux_sta.php .
Back to top
The Ubuntu kernel now provides the b43 driver, however due to copyright restrictions not the proprietary firmware which is required to run your card. The following instructions explain how to extract the required firmware.
Open a Terminal and if you haven't already done so, update your package list:
If you have a b43 card use the command
or, if you need the b43legacy driver, use:
or, (12.04) if you need a LP-PHY version (e.g BCM4312), use:
Restart the computer or reload the b43/b43legacy module as outlined in the Switching between drivers section below (replace b43 with b43legacy where appropriate).
Back to top
If you do not have any other means of Internet access from Ubuntu, then you will have to download the firmware from another computer with Internet access, from an existing OS on another partition, or before you install Ubuntu. You will also need the b43-fwcutter package which is usually included on the install media or can be downloaded from the official online repositories.
Install the b43-fwcutter package. This is usually located on the Ubuntu install media under /cdrom/pool/main/b/b43-fwcutter/ or you can download the binary '.deb' package by following the links on launchpad.
Double click on the package to install or in a Terminal issue the following commands:
On a computer with Internet access, download the required firmware file:
b43legacy - http://downloads.openwrt.org/sources/wl_apsta-3.130.20.0.o
b43 (12.04 Precise Pangolin) - http://mirror2.openwrt.org/sources/broadcom-wl-5.10.56.27.3_mipsel.tar.bz2
b43 (14.04 Trusty Tahr) - http://www.lwfinger.com/b43-firmware/broadcom-wl-5.100.138.tar.bz2
For the latest information on what files to download see http://wireless.kernel.org/en/users/Drivers/b43#Other_distributions_not_mentioned_above and http://wireless.kernel.org/en/users/Drivers/b43/developers .
Copy the downloaded file to your home folder. Open a new Terminal and use b43-fwcutter to extract and install the firmware:
b43legacy
b43 (12.04 Precise Pangolin)
b43 (14.04 Trusty Tahr)
Restart the computer or reload the b43/b43legacy module as outlined in the Switching between drivers section below (replace b43 with b43legacy where appropriate).
Back to top
If you card is supported by more than one driver then use the modprobe command to test the drivers. First unload all conflicting drivers (this includes removing the driver you're trying to install):
To load a specific driver use one of the following commands:
Allow several seconds for the network manager to scan for available networks before attempting a connection.
After a reboot the system may auto-load a different driver to the one you wanted to use. Consequently, for permanent use, you may find it necessary to blacklist the driver/module you are not using. In the command below replace drivername with the driver you want to blacklist:
Update the initramfs after any changes to the blacklist files:
Note: The bcmwl-kernel-source package will automatically blacklist the open source drivers/modules in /etc/modprobe.d/blacklist-bcm43.conf.
If you wish to permanently use the open source drivers then remove the bcmwl-kernel-source package:
Ensure that the driver/modules you wish to use are not blacklisted in any of the other files in /etc/modprobe.d .
Back to top
If your wifi card/chipset and/or various modes are not supported by the STA driver or the open source kernel drivers, then you will need to go for ndiswrapper - this will allow you to use the Windows closed source drivers to activate your wifi card.
Back to top
* LP#1010931 14e4:4727 [Dell Vostro 3555] Broadcom BCM4313 5GHz doesn't work but 2.4GHz does
Back to top
While using either the bcmwl-kernel-source or broadcom-sta-source package from the Ubuntu repositories (not a recompiled/custom version) execute one of the following via a terminal:
This will file a new report. In it, please ensure all of the below is provided if missing:
Please include only one (not both) of the following corresponding to which driver series you are filing a report against:
or:
Please execute the following via a terminal and post the results in your report:
Please comment to how testing ndiswrapper for your card type provides a WORKAROUND. If it doesn't work, please file a bug report as per the support article.
If the version of the driver you are using in the repository is the latest version available as per Broadcom, Broadcom wants you to send them an email about this to linux-wlan-client-support-list@broadcom.com. Please post their response to your report.
If the version of the driver you are using in the repository is an older version than that available from Broadcom, then contacting them would not apply. Instead, an investigation would need to occur to see if the version available for your release should be updated.
Before filing a bug report about b43 or b43legacy, it's important to distinguish this as a issue with the firmware extraction script, or the driver itself. If it's an issue with the script, one will need to install the version from the Ubuntu repositories (not a recompiled/custom version) and then execute via a terminal either:
or:
For bugs regarding the b43 or b43legacy driver, please execute the following via a terminal:
Also, please provide the following:
Please comment to how testing ndiswrapper for your card type provides a WORKAROUND. If it doesn't work, please file a bug report as per the support article.
Once all of the required information is present, if the version of the driver you are using is the latest version available from the Ubuntu repositories, then one would want to e-mail the b43-dev mailing list following this procedure.
Wireless Troubleshooting Guide https://help.ubuntu.com/community/WifiDocs/WirelessTroubleShootingGuide.
Installing Windows drivers with NdisWrapper.
Upstream b43 and b43legacy kernel driver http://wireless.kernel.org/en/users/Drivers/b43
Upstream Broadcom STA driver page https://www.broadcom.com
Debian Broadcom 43xx wireless devices wiki http://wiki.debian.org/bcm43xx
Debian Broadcom STA page http://wiki.debian.org/wl
Open source firmware http://www.ing.unibs.it/~openfwwf/
Back to top
Remote Access: If you have access to another Windows system (e.g. Windows Remote Desktop, Citrix, etc.) you could use remote access software to use Inventor on the remote system, while working through your Macintosh. Inventor runs on a Mac in either a Boot Camp or Parallels Windows Environments. This Service Pack 2 updates Autodesk Inventor 2014 or Autodesk Inventor Professional 2014 for all operating systems and languages. For installation on Windows 8.1 OS please read Technical Solution TS22238097. Inventor2014SP2x86.msp (msp - 78112Kb) Inventor2014SP2x64. Re: Does inventor professional 2014 (Student Edition) run on mac? The only way that you will be able to work on Inventor on a iOS device is using Autodesk's 'Remote' app and 'Remote' software on the 32 or 64 machine that has Inventor installed. Autodesk inventor 2015 free download.
CategoryHardwareCategoryNetworkingCategoryWireless
...">Broadcom Bcm43xx Driver Mac Os X(06.03.2020)Contents
|
This page provides support information on Broadcom BCM43xx wireless network cards. The aim of Ubuntu is to ensure all card models work automatically with no, or minimal configuration. For example, via System > Administration > Hardware/Additional Drivers. If you are having a WiFi issue, please see below on getting this addressed.
Search technical documentation and downloads including firmware and drivers. Search technical documentation and downloads including firmware and drivers. Update (7/9/2018): There was a new driver released on 4/20/2018 for Broadcom 802.11ac Network Adapter, version 7.35.118.83, but the Apple update is only now.
With this information, you may assess what drivers are supported for your card, and how to switch to a different driver from the instructions below.
To identify a card that was installed inside your computer prior to purchase, please open a Terminal and execute:
This will display:
You now know:
One will want to execute at a terminal:
The following is an overview of the different drivers that are available for Broadcom wireless devices.
The propietary Broadcom STA Wireless driver is maintained upstream by Broadcom. As this driver is closed source, fixes in the driver itself may only be provided by Broadcom. As a convenience, Ubuntu offers two versions of this driver:
The bcmwl-kernel-source package aims to offer a later version for a given release. Instructions for installation may be found later in this article.
The broadcom-sta package aims to offer an earlier version for a given release.
As per the Broadcom readme file for driver version 6.30.223.271, the following devices are compatible:
For Chip ID BCM 4306 (rev 03), 4311, 4312, 4318, 4322, 4331, 43224 and 43225.
The b43 infrastructure is composed of two parts. The first is the firmware-b43-installer package. This is simply a script to extract and install the b43 driver firmware, maintained by the Ubuntu community. The second is the b43 driver, maintained upstream by the Linux kernel community. Instructions to install the package may be found below.
For Chip ID BCM 4301, 4306 (rev 02), and 4309.
The b43legacy infrastructure is composed of two parts. The first is the firmware-b43legacy-installer package. This is simply a script to extract and install the b43legacy driver firmware, maintained by the Ubuntu community. The second is the b43 driver, maintained upstream by the Linux kernel community. Instructions to install the package may be found below.
For Chip ID BCM 4313, 43224 and 43225.
The open-source brcmsmac driver for PCIe devices is available from the brcm80211 module of the linux kernel package, maintained upstream by the linux kernel community. For more granular support information, please see their wiki page here.
SDIO: For Chip ID BCM 4329, 4330, 4334, 4335, 4354, 43143, 43241, and 43362.
USB: For Chip ID BCM 43143, 43242, 43566, and 43569.
The open-source brcmfmac driver is available from the brcm80211 module of the linux kernel package, maintained upstream by the linux kernel community. For more granular support information, please see their wiki page here.
For Chip ID BCM 4320.
The open-source rndis_wlan driver is available from the linux kernel package, maintained upstream by the linux kernel community. For more granular support information, please see their wiki page here.
For all chip IDs.
The ndiswrapper package utilizes the Windows closed source drivers to activate your WiFi card. It is maintained upstream here. For installation instructions, please see here.
If you have some other kind of Internet access on your computer (e.g. via an ethernet cable) then use the instructions below.
Open a Terminal and install the bcmwl-kernel-source package:
Note: If you see the message 'Module build for the currently running kernel was skipped since the kernel source for this kernel does not seem to be installed' then you are missing the appropriate generic linux-header package(s).
To test the driver (and remove the need for a computer restart) use:
Allow several seconds for the network manager to scan for available networks before attempting a connection.
The bcmwl-kernel-source package should automatically blacklist the open source drivers so that the STA driver is the only one in use.
Back to top
If you do not have any other means of Internet access on your computer, you can install the bcmwl-kernel-source package from the restricted folder under ./pool/restricted/b/bcmwl on the Ubuntu install media.
Note: The bcmwl-kernel-source package depends on the linux-headers packages so you may need to first retrieve the appropriate package(s) from the online repositories. A running LiveCD/LiveUSB environment has these packages (allowing the wireless to work), but an installed system may not. Make sure you have the linux-headers package that matches your current kernel version, plus the appropriate generic header packages so that they are automatically updated on a kernel upgrade. To find out your current kernel use the command:
To find what linux-headers packages you have installed use the command:
Systems installed from CDROM can add the install CD as a package source and install bcmwl-kernel-source using apt-getas above. However, if you want to do it manually then the instructions are as follows:
Navigate the install media and install the packages listed below by double clicking OR install the packages consecutively from a Terminal (in the commands below the install media is mounted at /cdrom, but yours maybe different):
./pool/main/d/dkms
./pool/main/p/patch
./pool/main/f/fakeroot
./pool/restricted/b/bcmwl
Back to top
For download and install instructions, please see http://www.broadcom.com/support/802.11/linux_sta.php .
Back to top
The Ubuntu kernel now provides the b43 driver, however due to copyright restrictions not the proprietary firmware which is required to run your card. The following instructions explain how to extract the required firmware.
Open a Terminal and if you haven't already done so, update your package list:
If you have a b43 card use the command
or, if you need the b43legacy driver, use:
or, (12.04) if you need a LP-PHY version (e.g BCM4312), use:
Restart the computer or reload the b43/b43legacy module as outlined in the Switching between drivers section below (replace b43 with b43legacy where appropriate).
Back to top
If you do not have any other means of Internet access from Ubuntu, then you will have to download the firmware from another computer with Internet access, from an existing OS on another partition, or before you install Ubuntu. You will also need the b43-fwcutter package which is usually included on the install media or can be downloaded from the official online repositories.
Install the b43-fwcutter package. This is usually located on the Ubuntu install media under /cdrom/pool/main/b/b43-fwcutter/ or you can download the binary '.deb' package by following the links on launchpad.
Double click on the package to install or in a Terminal issue the following commands:
On a computer with Internet access, download the required firmware file:
b43legacy - http://downloads.openwrt.org/sources/wl_apsta-3.130.20.0.o
b43 (12.04 Precise Pangolin) - http://mirror2.openwrt.org/sources/broadcom-wl-5.10.56.27.3_mipsel.tar.bz2
b43 (14.04 Trusty Tahr) - http://www.lwfinger.com/b43-firmware/broadcom-wl-5.100.138.tar.bz2
For the latest information on what files to download see http://wireless.kernel.org/en/users/Drivers/b43#Other_distributions_not_mentioned_above and http://wireless.kernel.org/en/users/Drivers/b43/developers .
Copy the downloaded file to your home folder. Open a new Terminal and use b43-fwcutter to extract and install the firmware:
b43legacy
b43 (12.04 Precise Pangolin)
b43 (14.04 Trusty Tahr)
Restart the computer or reload the b43/b43legacy module as outlined in the Switching between drivers section below (replace b43 with b43legacy where appropriate).
Back to top
If you card is supported by more than one driver then use the modprobe command to test the drivers. First unload all conflicting drivers (this includes removing the driver you're trying to install):
To load a specific driver use one of the following commands:
Allow several seconds for the network manager to scan for available networks before attempting a connection.
After a reboot the system may auto-load a different driver to the one you wanted to use. Consequently, for permanent use, you may find it necessary to blacklist the driver/module you are not using. In the command below replace drivername with the driver you want to blacklist:
Update the initramfs after any changes to the blacklist files:
Note: The bcmwl-kernel-source package will automatically blacklist the open source drivers/modules in /etc/modprobe.d/blacklist-bcm43.conf.
If you wish to permanently use the open source drivers then remove the bcmwl-kernel-source package:
Ensure that the driver/modules you wish to use are not blacklisted in any of the other files in /etc/modprobe.d .
Back to top
If your wifi card/chipset and/or various modes are not supported by the STA driver or the open source kernel drivers, then you will need to go for ndiswrapper - this will allow you to use the Windows closed source drivers to activate your wifi card.
Back to top
* LP#1010931 14e4:4727 [Dell Vostro 3555] Broadcom BCM4313 5GHz doesn't work but 2.4GHz does
Back to top
While using either the bcmwl-kernel-source or broadcom-sta-source package from the Ubuntu repositories (not a recompiled/custom version) execute one of the following via a terminal:
This will file a new report. In it, please ensure all of the below is provided if missing:
Please include only one (not both) of the following corresponding to which driver series you are filing a report against:
or:
Please execute the following via a terminal and post the results in your report:
Please comment to how testing ndiswrapper for your card type provides a WORKAROUND. If it doesn't work, please file a bug report as per the support article.
If the version of the driver you are using in the repository is the latest version available as per Broadcom, Broadcom wants you to send them an email about this to linux-wlan-client-support-list@broadcom.com. Please post their response to your report.
If the version of the driver you are using in the repository is an older version than that available from Broadcom, then contacting them would not apply. Instead, an investigation would need to occur to see if the version available for your release should be updated.
Before filing a bug report about b43 or b43legacy, it's important to distinguish this as a issue with the firmware extraction script, or the driver itself. If it's an issue with the script, one will need to install the version from the Ubuntu repositories (not a recompiled/custom version) and then execute via a terminal either:
or:
For bugs regarding the b43 or b43legacy driver, please execute the following via a terminal:
Also, please provide the following:
Please comment to how testing ndiswrapper for your card type provides a WORKAROUND. If it doesn't work, please file a bug report as per the support article.
Once all of the required information is present, if the version of the driver you are using is the latest version available from the Ubuntu repositories, then one would want to e-mail the b43-dev mailing list following this procedure.
Wireless Troubleshooting Guide https://help.ubuntu.com/community/WifiDocs/WirelessTroubleShootingGuide.
Installing Windows drivers with NdisWrapper.
Upstream b43 and b43legacy kernel driver http://wireless.kernel.org/en/users/Drivers/b43
Upstream Broadcom STA driver page https://www.broadcom.com
Debian Broadcom 43xx wireless devices wiki http://wiki.debian.org/bcm43xx
Debian Broadcom STA page http://wiki.debian.org/wl
Open source firmware http://www.ing.unibs.it/~openfwwf/
Back to top
Remote Access: If you have access to another Windows system (e.g. Windows Remote Desktop, Citrix, etc.) you could use remote access software to use Inventor on the remote system, while working through your Macintosh. Inventor runs on a Mac in either a Boot Camp or Parallels Windows Environments. This Service Pack 2 updates Autodesk Inventor 2014 or Autodesk Inventor Professional 2014 for all operating systems and languages. For installation on Windows 8.1 OS please read Technical Solution TS22238097. Inventor2014SP2x86.msp (msp - 78112Kb) Inventor2014SP2x64. Re: Does inventor professional 2014 (Student Edition) run on mac? The only way that you will be able to work on Inventor on a iOS device is using Autodesk's 'Remote' app and 'Remote' software on the 32 or 64 machine that has Inventor installed. Autodesk inventor 2015 free download.
CategoryHardwareCategoryNetworkingCategoryWireless
...">Broadcom Bcm43xx Driver Mac Os X(06.03.2020)