July 10, 20214 yr After every single Windows update, in Device Manager 1) USB controllers and 2) Human Interface Devices...Properties | Power Management all change back to "allow the computer to turn off this device to save power". About 20 each in 1) and 2). What fun to manually uncheck all those boxes marked "allow the computer..." If I don't, then right after every windows update I get 3 to 10 second pauses in flight and the tell tale sound (BeeTelBeep) of USB doing its off then right back on thing. Then I go uncheck those boxes in device manager and all is well again. Until the next Windows update in a few weeks. (Sigh). 5800X3D, RTX4070, 600 Watt, one or two 1440p 32" screens, 64 GB RAM, 4 TB PCle 3 NVMe, Warthog throttle, VKB NXT EVO stick, Honeycomb Alpha yoke, CH quad, 3 Logitech panels, 2 StreamDecks, Desktop Aviator Trim Panel. Crystal Light VR.
July 10, 20214 yr I can't really comment on your problem, I've never experienced your described problem, but I still have a question, if I may? If you uncheck all those boxes on USB devices, do they still power down when computer goes to sleep? Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz (8 cores) Hyper on, Evga RTX 3060 12 Gig, 32 GB ram, Windows 11, P3D v6, and MSFS 2020 and a couple of SSD's
July 11, 20214 yr 4 hours ago, Fielder said: After every single Windows update, in Device Manager 1) USB controllers and 2) Human Interface Devices...Properties | Power Management all change back to "allow the computer to turn off this device to save power". About 20 each in 1) and 2). What fun to manually uncheck all those boxes marked "allow the computer..." If I don't, then right after every windows update I get 3 to 10 second pauses in flight and the tell tale sound (BeeTelBeep) of USB doing its off then right back on thing. Then I go uncheck those boxes in device manager and all is well again. Until the next Windows update in a few weeks. (Sigh). SOP before MSFS start is to actually disconnect any USB's aside from yoke/pedals SAR Pilot. Flight Sim'ing since the beginning.
July 11, 20214 yr Have you tried to disable USB Selective suspension? Open the start menu, type 'power plan', click edit power plan, click 'Change advanced power settings', scroll down to 'USB settings->USB selective suspend settings'. Select disable, click apply, click OK Edited July 11, 20214 yr by wims80 vatsim s3
July 11, 20214 yr Author Thanks wims80 but selective suspend was already set to disabled, and does stay that way with Windows updates. Unplugging USB devices doesn't help on my system. Keyboard, mouse, wifi all are USB. Windows can disable the HIDs, not just the USB ports being used, if you don't uncheck all the boxes. I think Bob Church said in Windows XP this did not happen. CH Products controllers ruled back then. 5800X3D, RTX4070, 600 Watt, one or two 1440p 32" screens, 64 GB RAM, 4 TB PCle 3 NVMe, Warthog throttle, VKB NXT EVO stick, Honeycomb Alpha yoke, CH quad, 3 Logitech panels, 2 StreamDecks, Desktop Aviator Trim Panel. Crystal Light VR.
July 4, 20223 yr Sorry to resserect this old post, but I have this exact problem and have to manually disable sleep mode on 20 odd devices after each update too...
July 4, 20223 yr PS yoou can run this script in powershell (just copy and paste it) and it will auto disable sleep mode on all your USB devices for you. $USBHubs = Get-WmiObject -Class Win32_USBHub $PowerMgmt = Get-WmiObject -Class MSPower_DeviceEnable -Namespace root\wmi ForEach ($Hub in $USBHubs) { Write-Host Write-Host -Object "Checking USB Hub '$($Hub.Name)'..." $VarPowerSettings = $PowerMgmt | Where {$_.InstanceName -like "*$($Hub.DeviceID)*"} If (($VarPowerSettings | Measure).Count -eq 1) { If (($VarPowerSettings | Select -ExpandProperty Enable) -eq $False) {Write-Host -Object "USB Hub '$($Hub.Name)' already has power saving disabled" -ForegroundColor Green} Else { Try { $VarPowerSettings.Enable = $False $Null = $VarPowerSettings.psbase.Put() Write-Host -Object "Disabled power saving features for USB Hub '$($Hub.Name)'" -ForegroundColor Green } Catch {Write-Warning -Message "One or more exceptions occurred when trying to set power saving settings for USB Hub '$($Hub.Name)'"} } } ElseIf (($VarPowerSettings | Measure).Count -gt 1) {Write-Warning -Message "More than one WMI object representing power settings was found for '$($Hub.Name)', no settings have been changed for this device"} Else {Write-Warning -Message "No power settings were found for '$($Hub.Name)', please check if the device supports power saving features"} }
July 4, 20223 yr 6 minutes ago, Ianrivaldosmith said: Sorry to resserect this old post, but I have this exact problem and have to manually disable sleep mode on 20 odd devices after each update too... You mean you didn't have this problem before and started having it now? Alvega CPU: AMD 7800X3D | COOLER: Cooler Master MasterLiquid 240L Core ARGB | GPU: RTX 4070 TI Super 16GB OC | Mobo: ASUS TUF GAMING X670E-PLUS WIFI |RAM: 32 GB Corsair Vengeance RGB DDR5 6000MHz PC5-48000 2x16GB CL36 | SSDs: WD Black SN770 2TB NVMe SSD (WIN11), WD Black SN850X SSD 2 TB M.2 2280 PCIe Gen4 NVMe (MSFS), Crucial MX500 2TB (Other stuff) | CASE: Forgeon Arcanite ARGB Mesh Tower ATX White | Power Supply: Forgeon Bolt PSU 850W 80+ Gold Full Modular White
July 4, 20223 yr 23 minutes ago, Alvega said: You mean you didn't have this problem before and started having it now? I had the pauses but could never figure out what was causing them, then I started hearing very faintly in the background the usb disconnect sound. So, I researched it, and in finding the solution I stumbled across this thread, and realised he was having the same issue. So hopefully it helps others too. Ps I’ve had the problem for ages I just have not been simming much the last 9 months or so, too busy doing other things.
July 5, 20223 yr Which USB devices usually cause this issue? I always had UBS suspend enabled and never noticed any issues of this kind. Tomaz Drnovsek My FSX Videos My AVSIM Gallery
July 5, 20223 yr 24 minutes ago, Tomaz Drnovsek said: Which USB devices usually cause this issue? I always had UBS suspend enabled and never noticed any issues of this kind. Same here. Alvega CPU: AMD 7800X3D | COOLER: Cooler Master MasterLiquid 240L Core ARGB | GPU: RTX 4070 TI Super 16GB OC | Mobo: ASUS TUF GAMING X670E-PLUS WIFI |RAM: 32 GB Corsair Vengeance RGB DDR5 6000MHz PC5-48000 2x16GB CL36 | SSDs: WD Black SN770 2TB NVMe SSD (WIN11), WD Black SN850X SSD 2 TB M.2 2280 PCIe Gen4 NVMe (MSFS), Crucial MX500 2TB (Other stuff) | CASE: Forgeon Arcanite ARGB Mesh Tower ATX White | Power Supply: Forgeon Bolt PSU 850W 80+ Gold Full Modular White
July 5, 20223 yr 3 hours ago, Tomaz Drnovsek said: Which USB devices usually cause this issue? I always had UBS suspend enabled and never noticed any issues of this kind. Further research shows that it only happens on some motherboards. So, if you don't have the issue, then you are obviously not affected.
July 5, 20223 yr I was gettting this on my bluetootth trackball but it was resolved a few updates ago. sp
July 5, 20223 yr Is this Win 11, or Win 10? Noel System: 9900X3D Noctua NH-D15 G2, MSI Pro 650-P WiFi, G.SKILL 64GB (2 x 32GB) 288-Pin PC RAM DDR5 6000, WD NVMe 2Tb x 1, Sabrent NVMe 2Tb x 1, RTX 4090 FE, Corsair RM1000W PSU, Win11 Home, LG Ultra Curved Gsync Ultimate 3440x1440, Phanteks Enthoo Pro Case, TCA Boeing Edition Yoke & TQ, Cessna Trim Wheel, RTSS Framerate Limiter w/ Front Edge Sync. Aircraft used in MSFS 2024: Fenix A320, Aerosoft CRJ, FBW, WT 787X, I-Fly 737 MAX 8, Citation Longitude.
Archived
This topic is now archived and is closed to further replies.