Por que meu laptop Windows 10 falha ao hibernar às vezes?


9

Depois de clicar em 'Hibernar', meu laptop hiberna, mas apenas algumas vezes. Outras vezes, a tela desaparece imediatamente em preto. Mas, em seguida, o botão liga / desliga permanece aceso e, 10 segundos depois (depois de clicar em 'Hibernar'), a tela reaparece, com tudo antes ainda aberto. Em ambos os casos, meu laptop tinha os mesmos três dispositivos USB conectados.

Desativar os Wake Timers e procurar a Wake Source não ajudou:

insira a descrição da imagem aqui

Atualização em 28 de julho de 2018

A execução das etapas nesta resposta não ajudou. Veja isso no meu mais atualizado energy-report.html.

Respostas:


5

Bingo!!! Parece que eu resolvi com sucesso e resolvi um problema semelhante com a ajuda desta postagem do reddit: mais alguém notou que o computador não entra mais no modo de suspensão automaticamente após a atualização para o Windows 10?

Etapas para solucionar problemas:

  1. Usando o relatório de diagnóstico de eficiência de energia

Como já mencionado por Harrymc, você pode usar o powercfg -energycomando para obter um relatório de seus diagnósticos de uso de energia. O resultado pode indicar erros, avisos ou outras informações úteis e é armazenado aqui:C:\Windows\System32\energy-report.html

Por exemplo, meu relatório de resumo foi:

Energy efficiency problems were found.

9 Errors
24 Warnings
43 Informational

See C:\WINDOWS\system32\energy-report.html for more details.

e o mais detalhado:

Analysis Results

Errors


System Availability Requests:System Required Request
The program has made a request to prevent the system from automatically entering sleep.
Requesting Process
\Device\HarddiskVolume4\Program Files (x86)\Connectify\Connectifyd.exe
System Availability Requests:Execution Required Request
The program has made a request for execution required.
Requesting Process
\Device\HarddiskVolume4\Users\ratxavier\PortableApps\GoogleChromePortable\App\Chrome-bin\chrome.exe
System Availability Requests:System Required Request
The device or driver has made a request to prevent the system from automatically entering sleep.
Requesting Driver Instance
HDAUDIO\FUNC_01&VEN_8086&DEV_2807&SUBSYS_80860101&REV_1000\4&353e01dc&0&0001
Requesting Driver Device
Intel(R) Display Audio
System Availability Requests:System Required Request
A kernel component has made a request to prevent the system from automatically entering sleep.
USB Suspend:USB Device not Entering Selective Suspend
This device did not enter the USB Selective Suspend state. Processor power management may be prevented when this USB device is not in the Selective Suspend state. Note that this issue will not prevent the system from sleeping.
Device Name
USB Input Device
Host Controller ID
PCI\VEN_8086&DEV_9C31
Host Controller Location
PCI bus 0, device 20, function 0
Device ID
USB\VID_045E&PID_0797
Port Path
1
USB Suspend:USB Device not Entering Selective Suspend
This device did not enter the USB Selective Suspend state. Processor power management may be prevented when this USB device is not in the Selective Suspend state. Note that this issue will not prevent the system from sleeping.
Device Name
USB Composite Device
Host Controller ID
PCI\VEN_8086&DEV_9C26
Host Controller Location
PCI bus 0, device 29, function 0
Device ID
USB\VID_19D2&PID_FFF1
Port Path
1,2
USB Suspend:USB Device not Entering Selective Suspend
This device did not enter the USB Selective Suspend state. Processor power management may be prevented when this USB device is not in the Selective Suspend state. Note that this issue will not prevent the system from sleeping.
Device Name
USB Root Hub
Host Controller ID
PCI\VEN_8086&DEV_9C26
Host Controller Location
PCI bus 0, device 29, function 0
Device ID
USB\VID_8086&PID_9C26
Port Path

CPU Utilisation:Processor utilisation is high
The average processor utilisation during the trace was high. The system will consume less power when the average processor utilisation is very low. Review processor utilisation for individual processes to determine which applications and services contribute the most to total processor utilisation.
Average Utilisation (%)
21.73
Platform Power Management Capabilities:PCI Express Active-State Power Management (ASPM) Disabled
PCI Express Active-State Power Management (ASPM) has been disabled due to a known incompatibility with the hardware in this computer.
Warnings
Platform Timer Resolution:Platform Timer Resolution
The default platform timer resolution is 15.6 ms (15625000 ns) and should be used whenever the system is idle. If the timer resolution is increased, processor power management technologies may not be effective. The timer resolution may be increased due to multimedia playback or graphical animations.
Current Timer Resolution (100 ns units)
5003
Maximum Timer Period (100 ns units)
156250
Platform Timer Resolution:Outstanding Timer Request
A program or service has requested a timer resolution smaller than the platform maximum timer resolution.
Requested Period
10000
Requesting Process ID
7800
Requesting Process Path
\Device\HarddiskVolume4\Users\ratxavier\PortableApps\GoogleChromePortable\App\Chrome-bin\chrome.exe
Platform Timer Resolution:Outstanding Timer Request
A program or service has requested a timer resolution smaller than the platform maximum timer resolution.
Requested Period
10000
Requesting Process ID
7908
Requesting Process Path
\Device\HarddiskVolume4\Users\ratxavier\PortableApps\GoogleChromePortable\App\Chrome-bin\chrome.exe
  1. Usando solicitações powercfg

Digitando powercfg -requestsem um prompt de comando (pode ter que ser elevado). deve informar qual programação está mantendo seu PC acordado . Para o meu relatório, obtive:

C:\WINDOWS\system32>powercfg -requests
DISPLAY:
None.

SYSTEM:
[PROCESS] \Device\HarddiskVolume4\Program Files (x86)\Connectify\Connectifyd.exe
[DRIVER] Intel(R) Display Audio (HDAUDIO\FUNC_01&VEN_8086&DEV_2807&SUBSYS_80860101&REV_1000\4&353e01dc&0&0001)
An audio stream is currently in use.
[DRIVER] Legacy Kernel Caller

AWAYMODE:
None.

EXECUTION:
[PROCESS] \Device\HarddiskVolume4\Users\ratxavier\PortableApps\GoogleChromePortable\App\Chrome-bin\chrome.exe
Playing audio

PERFBOOST:
None.

ACTIVELOCKSCREEN:
None.

Resoluções

  • Substituindo a programação mantendo as janelas ativadas. Usando o comando

    powercfg -REQUESTSOVERRIDE

    Diz ao Windows para ignorar o que está mantendo acordado e dormir.

Por exemplo, de acordo com meu relatório, eu tive que substituir o processo Kernel Drivere Connectifyd.

Nota! Você não precisa necessariamente substituí-lo, porque o driver fornecido pode estar mantendo o PC acordado porque está em uso. Um bom exemplo é o driver de áudio Intel acima, depois de interromper o áudio que não está mais ativo.

Meu culpado foi o processo - Connectifyd.

No entanto, para substituir, digite estes comandos de acordo:

powercfg -REQUESTSOVERRIDE DRIVER "The Name of Your Device" SYSTEM

powercfg -REQUESTSOVERRIDE PROCESS "The name of Process" SYSTEM

por exemplo

powercfg -REQUESTSOVERRIDE PROCESS "\Device\HarddiskVolume4\Program Files (x86)\Connectify\Connectifyd.exe" SYSTEM

Créditos: Simplifyze (Reddit); Alguém mais notou que o computador não entra mais no modo de suspensão automaticamente após a atualização para o Windows 10?


4

Parece que o problema pode estar relacionado ao USB Root Hub poder ativar o seu PC. Você tentaria desmarcar a caixa para ver se funciona? Passos abaixo:

  1. Procure por "Gerenciador de dispositivos" na sua barra de início.
  2. Quando o Gerenciador de dispositivos estiver aberto, na parte inferior, expanda "Controladores de barramento serial universal"
  3. Localize "USB Root HUB". Provavelmente haverá mais de um. Execute as etapas de 4 a 6 em cada hub raiz USB.
  4. Clique com o botão direito do mouse em USB Root Hub> Propriedades> Gerenciamento de energia.
  5. Desmarque a opção "Permitir que este dispositivo ative o computador"
  6. OK - Solução de teste. Se a solução não funcionar, tente reiniciar antes de verificar novamente as caixas.

Deixe-nos saber se isso funciona!


Desculpe, mas não. Por favor, veja meu post editado.
Greek - Area 51 Proposta

Tem o mesmo problema e todas as opções estão desmarcadas para hubs raiz, mas ainda persiste uma outra solução alternativa?
Xml_fakerat

0

Um exame do seu powercfg -energyrelatório não mostrou nenhuma anomalia. Seu sistema é relatado como compatível com hibernação (S4) e não há dispositivos problemáticos óbvios (embora seja melhor fazê-lo enquanto você não estiver usando o computador ou tocando música).

Abaixo estão alguns conselhos que podem ajudar.

  1. Desativar e desativar o sono híbrido

imagem

  1. Impedir que os dispositivos ativem o computador e, principalmente, o adaptador de rede, no Gerenciador de dispositivos. Você pode listar todos esses dispositivos executando powercfg -devicequery wake_armed.

  2. Verifique o Windows quanto a corrupção via sfc / scannow . Se os problemas forem encontrados e corrigidos, não assuma que eles foram totalmente corrigidos.

Ao utilizar nosso site, você reconhece que leu e compreendeu nossa Política de Cookies e nossa Política de Privacidade.
Licensed under cc by-sa 3.0 with attribution required.