The message ‘acquiring network address” usually means that the NIC is trying to get an IP address from a DHCP server. Your cable/DSL modem usually serves as the DHCP server in the system, but it could also be done by a router if you’re using one. So it sounds like the NIC is not talking to the modem or router, or the modem or router is not talking back.
First, if you haven’t already, power off the cable/DSL modem, router if have one, and the computer. Wait a minute or two, then power up the cable/DSL modem. Once it is fully active, power up the router if you have one, then when it is up, power up the computer. Sometimes the cable/DSL modem will keep a list of MAC addresses that isn’t refreshed until it is power cycled.
If that doesn’t help, you’re fortunate in having another computer that does work, so we can use it to compare settings.
Check the TCP/IP properties on the working computer. Click on Start, Control Panel. In the Control Panel click on Network Connections. In Network Connections, right-click the appropriate connection (usually called “local area connection” or something like that). On the connection properties, find the “Internet Protocol TCP/IP” in the list of items used by the connection. Highlight that and click the Properties button.
What you want to know is if this working computer is set to use DHCP or if it has an address manually assigned. If the radio button “Obtain an IP address automatically” is selected, then it is trying to use DHCP. If instead the radio button “Use the following IP address” is selected, then write down the IP Address, Subnet Mask and Default Gateway that is filled in. Also make note of any Preferred or Alternate DHCP server listed in the lower part of the window.
Now go to the new computer and find the same TCP properties. IF the old computer was set to obtain an address automatically, make sure this one is also set that way.
If the old computer had an assigned IP address, make all the settings for this computer identical except the IP address. That should have the same first three numbers, but a different fourth number. Usually the easiest thing to do is to add 1 to last number of the other computer. So if the working computer is set for IP address 192.168.0.2, set the other computer to 192.168.0.3. Make sure all the other settings match exactly, and click on OK, and OK again as many times as you need to close and save.
If none of that helps, you may a problem with your NIC. For example, does the NIC built on the motherboard need to be disabled so that it doesn’t interfere with the new PCI card? Or are the drivers for the PCI card installed correctly?
Good luck!