0

My Windows10 PC has no ethernet network connection since yesterday. The port is part of the ASUS X570 motherboard. In 'View Hardware and Connection Properties':

  • Ethernet: Status is Not Present, Connectivity is Disconnected.
  • vEthernet Status is Operational and Connectivity is Disconnected.

Ethernet adapter isn't present in Device Manager.

Steps:

  • Reset router/modem
  • Tried different ethernet ports on the router
  • Changed the ethernet cable
  • Network Troubleshooter comes up with no results.
  • Tried reinitializing all network states as suggested below.
  • Windows Network Reset
  • LAN Controller in BIOS is on
  • Delete vEthernet Adapter in Device Manager
  • Green ethernet port LED is on when cable is plugged in, orange LED is flashing
  • Reinstall drivers

The same router is connecting successfully to an RPi4 via ethernet, and wifi works for my MacOS laptop and Android phone.

I'm wondering if this is a firewall or network setup issue. If so, what are steps I could take to troubleshoot? I had previously messed around quite a bit with my ports and firewall settings.

4
  • 1
    Can you visually check on your router if there is an active connection ? Does the ethernet adapter show up under Device Manager ? If so, try deleting it and reboot so it will reinstall the driver.
    – Silbee
    Commented Oct 6, 2021 at 23:42
  • No Ethernet Adapter listed, but there was a Virtual Ethernet Adapter. I deleted that, but there's been no effect. Can the PC reinstall w/o the internet?
    – sooosoooos
    Commented Oct 7, 2021 at 0:49
  • 2
    I added the info of Ethernet adapter missing from Device Manager and edited the title to reflect the actual problem - please verify the info is correct. If this is a desktop PC with a separate LAN card, power it down and re-seat the card. In any case try rebooting as @Silbee suggested - maybe Win finds the adapter. Download a live Linux distro with your RasPi and dd it to an USB stick. Boot the PC with that - does it get connection? Please don't answer in a comment, update your question instead. Commented Oct 7, 2021 at 1:11
  • 1
    Also make use almost all ethernet adapters have a way to visually show they are working and actively moving traffic. Check the lights on your ethernet adapter where you plug in the cable, one should be always on when your PC is on. No lights means the adapter might be dead. You can reinstall windows pro without internet, but home might be a hassle. If the adapter is dead, just buy a pci express lan card or a usb to ethernet adapter. They are cheap and will save you the headache of reinstalling.
    – Silbee
    Commented Oct 7, 2021 at 7:29

3 Answers 3

1

Try completely reinitialising all network states.

Run the following commands in an elevated (run as Adminstrator) cmd shell:

  • Reset WINSOCK entries to installation defaults (reboot required):

    netsh winsock reset catalog

  • Reset TCP/IP stack to installation defaults:

    netsh int ip reset reset.log

  • Reset Firewall to installation defaults:

    netsh advfirewall reset

  • Flush DNS resolver cache:

    ipconfig /flushdns

  • Renew DNS client registration and refresh DHCP leases:

    ipconfig /registerdns

  • Flush routing table (reboot required):

    route /f

3
  • Unfortunately I'm still not able to even see the ethernet network :-/
    – sooosoooos
    Commented Oct 6, 2021 at 23:18
  • 1
    This is a good idea, but it missing 1 major step. It doesn't do anything if the driver for the network card isn't there.
    – Tonny
    Commented Oct 7, 2021 at 14:15
  • @Tonny, how should I access the network card driver? No internet on the PC but I have access to other devices w/o Win10.
    – sooosoooos
    Commented Oct 7, 2021 at 16:20
0

I had this issue and this is the first page that came up, but did not fix my problem. My device was a USB to Ethernet adapter and was coming up as "Not Present" when I ran: Get-NetAdapter | format-table The solution ended up being that the Device was Disabled in Device Manager under Network Adapters. Even removing it and adding it back, just added it back as disabled. Just right click and if you're given the option to "enable" the adapter that should fix the issue.

New contributor
Jim Gooch is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct.
1
  • 1
    As it’s currently written, your answer is unclear. Please edit to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers in the help center.
    – Community Bot
    Commented Jul 15 at 12:24
-1

It's a HARDWARE PROBLEM

All of the above steps, including @DavidPostill's, are good to take for diagnostics before checking your warranty and shipping the motherboard off for repair (might end up being cheaper to buy a new one).

2
  • how are you sure of this?
    – mattsmith5
    Commented Mar 27, 2023 at 5:14
  • Photograph of the port confirmed damage to the pins that would cost more to repair then to replace.
    – sooosoooos
    Commented Mar 27, 2023 at 14:26

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .