Share via

Ethernet Disappeared

Ryan Skerritt 20 Reputation points
2024-08-19T03:40:17.68+00:00

Hello, I have a pc running Windows 10 Pro x64
When I go to plug in my ethernet cable nothing happens no lights on the ethernet port no Wi-Fi from the cable nothing

I've even checked Device manager under "Network Adapters" And my Ethernet doesn't even show up there its like there's no trace of an ethernet port on the pc at all

Task manager: Nothing
Control Panel - Change adapter settings: Nothing the ethernet port doesn't show up

The ethernet port has completely disappeared there's no trace of it no drivers to update no LAN to check
NOTHING

I was hoping someone could help me with this issue I've tried:
Full re-install of Windows
Different LAN Cables
Network Reset
Updating Drivers (Failed since there is no drivers to update)
Activating LAN In bios
Scanning for Windows updates (None show up)

All attempts to try bring back my LAN Connection into my pc have failed its like the ethernet port isnt even there there's no drivers in control panel or device manager so i cant get back my LAN Please help me with this problem

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments

Answer accepted by question author

Anonymous
2024-08-21T02:54:09.8+00:00

Hi Ryan,

Thanks for your post. Please understand that if no lights on the ethernet port after plugging in, it might be something wrong with the network port hardware. Contact the vendor to check the hardware at first. Also, you can try the following ways to completely reinitialising all network states. Run the following commands in an elevated (run as Adminstrator) cmd shell:

  1. Reset WINSOCK entries to installation defaults (reboot required):

netsh winsock reset catalog

  1. Reset TCP/IP stack to installation defaults:

netsh int ip reset reset.log

  1. Reset Firewall to installation defaults:

netsh advfirewall reset

  1. Flush DNS resolver cache:

ipconfig /flushdns

  1. Renew DNS client registration and refresh DHCP leases:

ipconfig /registerdns

  1. Flush routing table (reboot required):

route /f

Best Regards,

Ian Xue


If the Answer is helpful, please click "Accept Answer" and upvote it.

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.