Back to Contents Page
Windows Driver Software: Broadcom NetXtreme 57XX User Guide
Installing the Driver Software
Updating the Driver Software
Viewing or Changing the Properties of the Controller
Setting Power Management Options
Removing the Device Drivers
Installing the Driver Software
NOTE: If your adapter was installed at the factory, the driver software has been installed for you.
When Windows first starts after a hardware device (such as a Broadcom NetXtreme Gigabit Ethernet adapter) has been installed, or after the existing device driver has been removed, the operating system automatically detects the hardware and prompts you to install the driver software for that device.
Both a graphical interactive installation mode (see Using the Installer) and a command-line silent mode for unattended installation (see Using Silent Installation) are available.
NOTES:
- Before installing the driver software, verify that the Windows operating system has been upgraded to the latest version with the latest service pack applied.
- A network device driver must be installed before the Broadcom NetXtreme Gigabit Ethernet adapter can be used with your Windows operating system. Drivers are located on the installation CD.
Using the Installer
- To install the Broadcom NetXtreme driversWhen Found New Hardware Wizard opens, click Cancel.
- Insert the installation CD into the CD-ROM or DVD drive.
- On the installation CD, open the folder for your operating system, open the DrvInst folder, and then double-click Setup.exe file to open the InstallShield Wizard.
- Click Next to continue.
- After you review the license agreement, click I accept the terms in the license agreement, and then click Next to continue.
- Select how you want to install the NetXtreme drivers and then click Next.
- Click Install.
- Click Finish to close the wizard.
- The installer will determine if a system restart is necessary. Follow the on-screen instructions.
Using Silent Installation
NOTES:
- All commands are case sensitive.
- User must "Run as Administrator" for Vista when using "msiexec" for "silent" install/uninstall(s).
- For more detailed instructions and information about unattended installs, refer to the Silent.txt file in the DrvInst folder.
To perform a silent install from within the installer source folder
Type the following:
setup /s /v/qn
-or-
msiexec /i "BDrvInst.msi" /qn
To perform a silent upgrade from within the installer source folder
Type the following:
setup /s /v/qn
To perform a silent uninstall from within the installer source folder
Type the following:
msiexec /x "BDrvInst.msi" /qn
To perform a silent uninstall from any folder
Type the following:
msiexec /x "{B7F54262-AB66-44B3-88BF-9FC69941B643}" /qn
To perform a silent reinstall of the same installer
Type the following:
setup /s /v"/qn REINSTALL=ALL"
To perform a GUI reinstall of the same installer
Type the following:
setup /V"REINSTALL=ALL"
Using the Found New Hardware Wizard
These instructions apply to Windows Server 2003.
- When Found New Hardware Wizard opens, click No, not this time, and then click Next.
- Click Install from a list or specific location (Advanced), and then click Next.
- Click Include this location in the search, browse to the folder on the installation CD where the drivers are located, and then click Next.
- Click Finish to close the wizard.
Updating the Driver Software
To update the driver software
- Start Windows and log on. You must have administrative privileges to update the driver software.
- In Control Panel, click System to view System Properties.
- Click the Hardware tab, and then click Device Manager.
- Right-click the name of the Broadcom NetXtreme 57XX Gigabit Ethernet Controller and click Update Driver.
- Follow the on-screen instructions provided by the Hardware Update Wizard.
- Click Include this location in the search, browse to the folder on the installation CD where the drivers are located, and then click Next.
- Click Finish to close the wizard.
Removing the Device Drivers
- Open Add or Remove Programs in Control Panel.
- Click Broadcom NetXtreme Ethernet Controller, and then click Remove.
- Click Yes to remove the drivers and management applications.
- Restart your system.
NOTE: You can also remove the device drivers by running the InstallShield installer again and clicking Remove.
Viewing or Changing the Properties of the Controller
To view or change the properties of the Broadcom NetXtreme 57XX Gigabit Ethernet Controller
- Right-click the Control Suite icon in the taskbar notification area, and then click Launch BACS.
- Click the Advanced tab.
- See Setting Adapter Propertiesfor a detailed description of the available properties as well as for instructions for viewing and changing the value of a particular property.
NOTE: You can also open Broadcom Advanced Control Suite 3 in Control Panel.
Setting Power Management Options
You can set Power Management options to allow the operating system to turn off the adapter to save power or to allow the adapter to wake up the system. If the device is busy doing something (servicing a call, for example) however, the operating system will not shut down the device. The operating system attempts to shut down every possible device only when the system attempts to go into hibernation. To have the adapter stay on at all times, do not select the Allow the computer to turn off the device to save power check box.
NOTES:
- The Power Management tab is available only for systems that support power management.
- To enable Wake on LAN (WOL) when the system is on standby, select the Allow the device to bring the computer out of standby check box.
- If you select Only allow management stations to bring the computer out of standby, the system can be brought out of standby only by Magic Packet, regardless of the settings in Wake Up Capabilities.
CAUTION! Do not select the Allow the computer to turn off the device to save power check box for any adapter that is a member of a team.
Back to Contents Page