Author Topic: Windows 10 Ethernet Issue  (Read 4824 times)

0 Members and 1 Guest are viewing this topic.

Offline layne81

  • Jr. Member
  • **
  • Join Date: Jan 2012
  • Posts: 84
  • Location: Louisiana
  • Karma: 0
    • View Profile
Windows 10 Ethernet Issue
« on: April 17, 2016, 03:07:20 pm »
Hello all,

It has been a while but I have singed your praises to everyone I know since I last posted on here and purchased the tweaking.com pro edition.

I am having issue with Windows 10 and my Intel 82579v Gigabit Ethernet connection.

Windows 10 is saying the Ethernet is disconnected. However, if I disable my wifi adapter I have an Internet connection via Ethernet. Also, if I go to status it says ipv4 and IPv6 is disconnected but bytes are coming and out. When I run a speed test on the just the Ethernet I am getting 65mbs dl and 5mbps ul.

This would not bother me other than the fact that Windows applications think the Ethernet is disconnected and I cannot use the Xbox app and sometimes I cannot get Windows updates.

I have updated to the latest driver.

I have searched multiple forums and Google with no solution.

If anyone out there can help please help!

Thanks again,
Layne

Offline Boggin

  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Jul 2014
  • Posts: 10182
  • Location: UK
  • Karma: 122
    • View Profile
Re: Windows 10 Ethernet Issue
« Reply #1 on: April 18, 2016, 05:35:33 am »
I don't know if it is the same in Win 10 as it is in Win 8.1 but when the Ethernet is connected, that auto disables wireless.

With Ethernet connected can you still connect with WiFi ?

Try these cmds from a Command Prompt (Admin) -

netsh winsock reset

netsh int ipv4 reset resetlog.txt

netsh int ipv6 reset resetlog.txt

ipconfig /release

ipconfig /renew

exit


Then reboot to effect - the winsock cmd is more of a belt and braces.

Run those cmds with Ethernet connected otherwise it won't be able to renew the Ethernet IP address.

If those don't resolve then enter dism /online /cleanup-image /restorehealth

followed by sfc /scannow to confirm if any corruption has been found/fixed.

The /restorehealth cmd can appear to hang at 20% but will complete.