"limited or no connectivity"
Windows will assign this status when a network interface is unable to access hosts outside of its subnet. This is a common message when the host assigns itself an APIPA address. APIPA stands for Automatic Private IP Addresssing. This process is initiated when the Windows host is unable to successfully negotiate an IP lease from the DHCP server (in this case your router). You can check this by opening a command prompt and typing IPCONFIG [hit enter]. If the IP address assign to the adapter is 169.254.x.x, then that means that your operating system assigned itself the IP. That IP range is not going to be helpful in your scenario. MOst likely, your local subnet is either in the range of 192.168.0.x/24 or 192.168.1.x/24.
In any case, the problem could be one of a few things. First, have you tried to plug in another computer using the same network cable and port on the router? If the problem persists, then the issue is either the cable or the router port. If the problem clears, then we know its somewhere in your computer.
Make sure that you havent inadvertadely assigned a static IP address on this system. Here is a video tutorial on how to configure TCP/IP settings..Microsoft Windows TCP/IP Configuration Overview
With Windows, it can be flaky sometimes, I would suggest you remove all of the LAN adapters from Device Manager, let Windows rescan and re-intall the devices. Make sure you have the updated drivers. If that doesnt help, I'd not spend too much more time. I would just wipe the drive and perform a clean installation. However, I wouldnt do this until I know that all other computers work on this wired port and the problem has been identified as 100% this system.
JorgeM
Industrious Poster
4,018 posts since Dec 2011
Reputation Points: 297
Solved Threads: 548
Skill Endorsements: 115
You can go to the NIC properties, TCP/IP settings. you can assign a unique IP address. You have to make sure that the address you choose is within the same logical subnet and that it is avaiable. For a static configuraiton, you need to set the following:
IP
Subnet Mask
Default Gateway
DNS Servers
You can use another computer to get this information by going to a command prompt and typing IPCONFIG.
from the same prompt type PING [fill ip address here] for the IP address that you want to use as a static. If you do not get a response, then its not in use. To make sure that you are using the PING command correctly, PING an IP that you know is in use. You will get 4 replys.
Take a look at the link I posted above, its a video overview on how to configure TCP/IP settings. it should be helpful..
JorgeM
Industrious Poster
4,018 posts since Dec 2011
Reputation Points: 297
Solved Threads: 548
Skill Endorsements: 115