"Ethernet" doesn't have a valid IP configuration

9

2

I'm using an ethernet cord to connect to my internet and it has been working well until Thursday morning when I turned on my laptop (Windows 8) to see a yellow triangle sign in the bottom right hand corner, in front of the ethernet connected symbol. Since then I haven't been able been able to access the internet from my computer. When I hover over it, it says that it is an "Unidentified network" and there is "No internet access". I've run the Windows 8 troubleshooting and it says that the problem found was ""Ethernet" doesn't have a valid IP configuration", but I'm unsure how to fix it.

I'm thinking that the problem is to do with my computer rather than my network, because I've tried another laptop (Windows 7) through the same ethernet cable and connection and the internet works fine on the other laptop. I've tried so many fixes that I've found online, with none of them actually working. Yesterday I even tried a full system reset, where I re-installed Windows 8, re-partitioned and wiped everything off the hard drive, but it still appears have the exact same problem.

Today I also purchased and tried a new ethernet cable which didn't work, so I then purchased a USB to Ethernet adapter, to make sure that it wasn't my ethernet port on my laptop that was faulty. That didn't work either, and the same problem still remains.

I feel like I've tried everything, so can someone please help me?

Xuzuno

Posted 2013-03-16T09:19:43.600

Reputation: 91

1maybe you have defected or failed Ethernet port on your laptop. did you check internet via WiFi? because if WiFi works fine there is no software issue. – Kaveh – 2013-03-16T09:35:12.503

1Hi Kaveh. Yes, WiFi seems to work fine when I connect through a hotspot from my phone. The network I'm trying to connect to is only available through ethernet however. I thought about that, but if it's only a faulty ethernet port, shouldn't using a USB to Ethernet adapter work then? – Xuzuno – 2013-03-16T10:07:55.327

Answers

2

It seems you are still having trouble pinpointing the problem. In your situation, I would boot a Knoppix disc and carefully monitor the kernel log (dmesg) for any errors about "eth0". At best, this would lead to you finding out that the current ethernet adapter has malfunctioned and that there is nothing wrong with your windows.

If the network card is fine, on the other hand, then there could be a problem with either your DHCP client or the statically configured IP.

A possible error is that your network interface is receiving the same IP as another device in your network, causing it to be invalid. Notably though, previous windows would detect such errors and report them specifically.

Another possible error is that some other utility configures some part of the network (or all) information including broadcast, address, gateway, netmask, incorrectly or "forgots" to update it after you switch locations. Although somewhat far-fetched, I'm guessing something along the lines of a "mobile modem" could do it.

Try configuring your address manually. - Figure out correct information (gateway, netmask) from a functioning OS - Duplicate that information in the "ipv4 properties" of your "local area connection" - select a sensible address (10 higher or lower than what was found)

Ярослав Рахматуллин

Posted 2013-03-16T09:19:43.600

Reputation: 9 076

1

Try the following:

  1. Press the enter image description here + X button.
  2. Click Command Prompt (Admin).
  3. Click Yes if User Account Control window popups.
  4. Type netsh winsock reset catalog and press the Enter key. (ensure you have the spaces)
  5. Type netsh int ip reset reset.log and press the Enter key. (ensure you have the spaces)
  6. Restart the computer.

Login and enjoy your surfing.

Maha Pappan

Maha Pappan

Posted 2013-03-16T09:19:43.600

Reputation: 11

1

I had the same problem, solved it by restarting the "Wired AutoConfig" service. It may be relevant that on my machine, this service is set to Automatic.

  1. Press http://i.stack.imgur.com/vJhns.png+x button.
  2. Select "Computer Management" from the pop-up menu.
  3. From the "Computer Management" window, select "Services and Applications".
  4. From here, Select "Services".
  5. In the list of Services, select "Wired AutoConfig". Stop the service, then start it again.

S.L. Barth - Reinstate Monica

Posted 2013-03-16T09:19:43.600

Reputation: 215

0

Update the BIOS/UEFI.

  • On the keyboard hit Windows key + R
  • Type CMD and hit Enter.
  • Type the following command:
    wmic bios get smbiosbiosversion
    You should get something like this:

BIOS Version screenshot

  • Check if it is the latest version or not on the manufacturer's website.

  • Go to manufacturer website and get the latest BIOS firmware update.

  • Restart the computer.

Warning: Be careful with the BIOS update (You will brick the laptop if the BIOS update is interrupted or goes wrong, also power cut during BIOS update will brick the laptop)!

Source: personal experience.

GirrefNuri

Posted 2013-03-16T09:19:43.600

Reputation: 19