Is my network card faulty?

5

1

The network connectivity in my main windows 7 desktop machine is unstable. When logging on it takes time to "warm up" and connect to the network and after that frequently times out or is unable to reach other parts of the network or internet. Other computers on the network do not have this problem.

So I'm trying to troubleshoot what is wrong with this PC. My immediate thought is that it's the network card. How can I determine that this is the case before I go out and buy a replacement? The current network card is built into the motherboard.

Guy

Posted 2011-04-19T14:44:24.453

Reputation: 3 367

Answers

6

You may need to consider the possibilty that you are infected with malware and it has corrupted your TCP/IP stack. Or in general your TCP/IP stack could be corrupted. Here are some links and specific references from those links.

Reinstall and Reset TCP/IP (Internet Protocol)

  1. Click on Start button.
  2. Type Cmd in the Start Search text box.
  3. Press Ctrl-Shift-Enter keyboard shortcut to run Command Prompt as Administrator. Allow elevation request.
  4. Type netsh int ip reset in the Command Prompt shell, and then press the Enter key.
  5. Restart the computer.

note: if you're using manually assigned TCP/IP settings, take notes as this will reset to the default 'automatically obtained'

Fix Winsock Manually on Windows 7

  1. Open up the command line utility and enter:

    netsh winsock reset catalog (resets winsock entries)
    netsh int ip reset reset.log hit (resets TCP/IP stack)
    
  2. Reboot your PC

References

http://windows7themes.net/winsock-fix-for-windows-7.html
How do I reinstall the TCP/IP protocol driver on Windows 7?

digbit

Posted 2011-04-19T14:44:24.453

Reputation: 89

2

I would suspect the NIC. Replacement NICs are cheap, I'd not hesitate long before buying one.

Other ideas...

  • Move the patch cable to a different port in the hub, switch or router.
  • Replace the patch cable
  • Boot a different O/S (e.g. Linux Live CD)
  • Check fans, internal temperatures.

Microsoft's Knowledge-base has a long list of diagnostic suggestions.

RedGrittyBrick

Posted 2011-04-19T14:44:24.453

Reputation: 70 632

thanks for the suggestions. I had already tried 1 & 2 but will take a look at 3 and 4 now... – Guy – 2011-04-19T15:00:39.603