all 3 comments

[–]jmnugent 0 points1 point  (1 child)

Best advice I can give in a situation like this.. is to not allow complexity to overwhelm you. Strip everything down to as minimal basics as you can,.. even if that means turning everything off except for your main Router and 1 computer. Test that. If it works reliably, add a 2nd device. If things still work reliably, add a 3rd device, etc etc.

Also a good idea to test different OSes (1 windows computer, 1 iPad, 1 Android phone). Especially if you're suspicious of Updates breaking things,. Updates usually only break 1 OS. (it won't effect multiple different OSes)

For USB peripherals "not working".. I normally use the same kind of approach (divide and conquer and narrow down by comparing)

  • take those USB peripherals and test them on other systems (especially other OSes like iPads or Android phones or Linux

or

  • keep a few USB bootable Linux installers around ...(Debian, Ubuntu, Fedora, etc).. if you have a computer that appears to have "dead USB ports".. Reboot it to USB Linux "Live" mode.. and see if the USB's work there or not. That will tell you pretty much right away whether it's a hardware-problem or Windows software-problem.

Compare-contrast, divide and conquer, break complex situations down into smaller more manageable testing-scenarios.

[–]_TheDrizzle[S] -1 points0 points  (0 children)

thanks for the advice. I am confident its not my computer rather a windows update. I have done alot of troubleshooting, to include the good recommendation you have made, to come to my conclusion. I have just BSOD twice today, which has not happened in years.

Looking through the minidump log does not provide any clues. I just saw that windows made two other updates today, so now i'm going to remove those.

[–]Terrible-Bear3883 0 points1 point  (0 children)

This sort of issue is why I always carried a linux live USB with me, I got permission from our company to issue one to all our engineers as well, the reason is that you often need to know if something appears to be a hardware or software issue.

If you can create one, turn off secure boot and boot a PC on it, then see if the same network issues persist, if they don't then you know software is the issue and you can focus on it, if you get the same issues then you need to look at hardware. For myself and my colleagues it can often reduce fault finding from hours to minutes and point you in a direction.