to learn about the new License experienceLearn About the Latest Support Portal EnhancementsLearn About the Latest Support Portal Enhancements
Broadcom 802.11ac Network Adapter not connecting to network. So for the passed month I have been battling with my computer for wifi. With the recent. Download Broadcom 802.11g Network Adapter for Windows to net driver.
- Broadcom 802.11n Wireless LAN Driver. Note that there is also a Windows 10 driver which was released in July 2015. See the Broadcom 802.11n Network Adapter Windows 10 post on this website.
- My laptop has the Broadcom 802.11n Network Adaptor, which according to Device Manager is working properly: The driver version is 6.30.223.256: The thing is whilst everything seems fine and in working order,I have never been able to turn WiFi on using this adaptor.
Critical Updates {{criticalUpdates.length}}
Mainframe SoftwareCA Mainframe Software support including Dev Ops, Security, Automation and Data Management
Enterprise SoftwareDistributed, Saas, and Security solutions to plan, develop, test, secure, release, monitor and manage enterprise digital services
Symantec Enterprise SecuritySymantec Integrated Cyber Defense for comprehensive threat protection and compliance
Brocade ProductsBrocade ProductsBrocade Storage Networking, Software and Fibre Channel technology-based products division
SemiconductorsSemiconductorsBroadcom portfolio of Standard and Custom silicon for Networking, Storage, Broadband, Wireless and Industrial market segments
Broadcom Payment SecurityArcot Payment Security Support helping to secure Online transactions with Transaction Manager, Risk Analytics, IRIS and Merchant Solutions
Mainframe SoftwareMainframe SoftwareMainframe SoftwareCA Mainframe Software support including Dev Ops, Security, Automation and Data Management
Distributed, Saas, and Security solutions to plan, develop, test, secure, release, monitor and manage enterprise digital services
Symantec Integrated Cyber Defense for comprehensive threat protection and compliance
Brocade Storage Networking, Software and Fibre Channel technology-based products division
Broadcom portfolio of Standard and Custom silicon for Networking, Storage, Broadband, Wireless and Industrial market segments
Arcot Payment Security Support helping to secure Online transactions with Transaction Manager, Risk Analytics, IRIS and Merchant Solutions
Broadcom Network & Wireless Cards Drivers
CA Mainframe Software support including Dev Ops, Security, Automation and Data Management
Enterprise SoftwareDistributed, Saas, and Security solutions to plan, develop, test, secure, release, monitor and manage enterprise digital services
Broadcom Network & Wireless Cards Drivers
Symantec Enterprise SecuritySymantec Integrated Cyber Defense for comprehensive threat protection and compliance
Brocade ProductsBrocade Storage Networking, Software and Fibre Channel technology-based products division
SemiconductorsBroadcom portfolio of Standard and Custom silicon for Networking, Storage, Broadband, Wireless and Industrial market segments
Broadcom Payment SecurityArcot Payment Security Support helping to secure Online transactions with Transaction Manager, Risk Analytics, IRIS and Merchant Solutions
-->This article provides a solution to an issue where virtual machines lose network connectivity when you use Broadcom NetXtreme 1-gigabit network adapters.
Original product version: Windows Server 2012 R2
Original KB number: 2986895
Symptoms
When you have Hyper-V running on Microsoft Windows Server 2012 or Windows Server 2012 R2 together with Broadcom NetXtreme 1-gigabit network adapters (but not NetXtreme II network adapters), you may notice one or more of the following symptoms:
Virtual machines may randomly lose network connectivity. The network adapter seems to be working in the virtual machine. However, you cannot ping or access network resources from the virtual machine. Restarting the virtual machine does not resolve the issue.
You cannot ping or connect to a virtual machine from a remote computer. These symptoms may occur on some or all virtual machines on the server that is running Hyper-V. Restarting the server immediately resolves network connectivity to all the virtual machines.
Cause
This is a known issue with Broadcom NetXtreme 1-gigabit network adapters that use the b57nd60a.sys driver, when VMQ is enabled on the network adapter. (By default, VMQ is enabled by the Broadcom network driver.)
Broadcom designates these network adapters as 57xx based chipsets. They include 5714, 5715, 5717, 5718, 5719, 5720, 5721, 5722, 5723, and 5780.
These network adapters are also sold under different model numbers by some server OEMs. HP sells these drivers under model numbers NC1xx, NC3xx, and NC7xx. You may be using driver version 16.2, 16.4, or 16.6, depending on which OEM version you are using or whether you are using the Broadcom driver version.
Resolution
This issue is resolved in Broadcom driver b57nd60a.sys version 16.8 and newer. In March 2015, Broadcom published driver version 17.0 for download. In April 2015, HP published version 16.8 of the driver for their affected network adapters, contact your server OEM if you need a driver that is specific to your server.
If you are unable to update your network adapter driver to resolve the issue, you can work around the issue by disabling VMQ on each affected Broadcom network adapter by using the Set-NetAdapterVmq
Windows PowerShell command. For example, if you have a dual-port network adapter, and if the ports are named NIC 1 and NIC 2 in Windows, you would disable VMQ on each adapter by using the following commands:
You can confirm that VMQ is disabled on the correct network adapters by using the Get-NetAdapterVmq Windows PowerShell command.
Note
By default, VMQ is disabled on the Hyper-V virtual switch for virtual machines that are using 1-gigabit network adapters. VMQ is enabled on a Hyper-V virtual switch only when the system is using 10-gigabit or faster network adapters. This means that by disabling VMQ on the Broadcom network adapter, you aren't losing network performance or any other benefits because this is the default. However, you need to do this to work around the driver issue.
Get-NetAdapterVmqQueue
shows the virtual machine queues (VMQs) that are allocated on network adapters. You will not see any virtual machine queues that are allocated to 1-gigabit network adapters by default.