After resume from suspend, one CPU core stays in C0 state The 2019 Stack Overflow Developer Survey Results Are InScreen very dim after resume from suspendIntel Xeon stuck at 800mhz CPU Freq on RHEL 6.5Debian wheezy FN key inverted after resume from suspendResume from Suspend/Hibernate issuescronjob at resume from suspendDell XPS 13 L321x cannot resume after suspendBlock device disappears after suspend-resumeIssue with resume after suspend to diskAfter suspend (lid closed) screen stays blacktlp stops working after suspend and resume
Why do UK politicians seemingly ignore opinion polls on Brexit?
For what reasons would an animal species NOT cross a *horizontal* land bridge?
Did Scotland spend $250,000 for the slogan "Welcome to Scotland"?
Why is the maximum length of OpenWrt’s root password 8 characters?
How are circuits which use complex ICs normally simulated?
Why is the Constellation's nose gear so long?
If a Druid sees an animal’s corpse, can they Wild Shape into that animal?
What is the closest word meaning "respect for time / mindful"
What does Linus Torvalds mean when he says that Git "never ever" tracks a file?
Deal with toxic manager when you can't quit
Pokemon Turn Based battle (Python)
Why hard-Brexiteers don't insist on a hard border to prevent illegal immigration after Brexit?
Distributing a matrix
What do the Banks children have against barley water?
Are there incongruent pythagorean triangles with the same perimeter and same area?
Loose spokes after only a few rides
Interpreting the 2019 New York Reproductive Health Act?
What did it mean to "align" a radio?
Origin of "cooter" meaning "vagina"
Am I thawing this London Broil safely?
Resizing object distorts it (Illustrator CC 2018)
Can you compress metal and what would be the consequences?
Have you ever entered Singapore using a different passport or name?
Why isn't airport relocation done gradually?
After resume from suspend, one CPU core stays in C0 state
The 2019 Stack Overflow Developer Survey Results Are InScreen very dim after resume from suspendIntel Xeon stuck at 800mhz CPU Freq on RHEL 6.5Debian wheezy FN key inverted after resume from suspendResume from Suspend/Hibernate issuescronjob at resume from suspendDell XPS 13 L321x cannot resume after suspendBlock device disappears after suspend-resumeIssue with resume after suspend to diskAfter suspend (lid closed) screen stays blacktlp stops working after suspend and resume
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
It recently seemed like my fan was running more than average, but I didn't notice anything significant showing in top
. I looked via i7zl and found that one core was staying in state C0 ~85% of the time. I downgraded my kernel, and things seemed to be better after a reboot... but it turned out to be connected to startup vs. after a suspend/resume cycle.
Here's a snapshot of i7z
after booting:
Real Current Frequency 804.79 MHz [100.10 x 8.04] (Max of below)
Core [core-id] :Actual Freq (Mult.) C0% Halt(C1)% C3 % C6 % C7 % Temp VCore
Core 1 [0]: 797.84 (7.97x) 1 0.465 0 0 99.5 42 0.6702
Core 2 [1]: 802.24 (8.01x) 1 0.218 0 0 99.8 42 0.6710
Core 3 [2]: 794.34 (7.94x) 1 1.08 0 0 98.9 42 0.6715
Core 4 [3]: 804.79 (8.04x) 1 1.44 0 0 98.5 41 0.6710
And here's after a suspend/resume cycle:
Real Current Frequency 3841.43 MHz [100.14 x 38.36] (Max of below)
Core [core-id] :Actual Freq (Mult.) C0% Halt(C1)% C3 % C6 % C7 % Temp
Core 1 [0]: 3841.43 (38.36x) 87.3 0 0 0 1 55
Core 2 [1]: 3641.83 (36.37x) 1.71 16.9 1 1 78.9 43
Core 3 [2]: 3539.75 (35.35x) 1 0 1 1 98.7 42
Core 4 [3]: 3642.87 (36.38x) 1 3.24 1 2.15 93.2 42
I have a post about this in the arch linux forums, but I thought I would add here as I'm not sure where to troubleshoot something like this. My cores appear to function normally at boot so my system appears capable of running them properly, it just doesn't do this after suspend/resume?
Thanks for any suggestions or requests for more information.
Linux 5.0.6-arch1-1-ARCH #1 SMP PREEMPT Wed Apr 3 09:35:20 UTC 2019 x86_64 GNU/Linux
arch-linux cpu suspend laptop
add a comment |
It recently seemed like my fan was running more than average, but I didn't notice anything significant showing in top
. I looked via i7zl and found that one core was staying in state C0 ~85% of the time. I downgraded my kernel, and things seemed to be better after a reboot... but it turned out to be connected to startup vs. after a suspend/resume cycle.
Here's a snapshot of i7z
after booting:
Real Current Frequency 804.79 MHz [100.10 x 8.04] (Max of below)
Core [core-id] :Actual Freq (Mult.) C0% Halt(C1)% C3 % C6 % C7 % Temp VCore
Core 1 [0]: 797.84 (7.97x) 1 0.465 0 0 99.5 42 0.6702
Core 2 [1]: 802.24 (8.01x) 1 0.218 0 0 99.8 42 0.6710
Core 3 [2]: 794.34 (7.94x) 1 1.08 0 0 98.9 42 0.6715
Core 4 [3]: 804.79 (8.04x) 1 1.44 0 0 98.5 41 0.6710
And here's after a suspend/resume cycle:
Real Current Frequency 3841.43 MHz [100.14 x 38.36] (Max of below)
Core [core-id] :Actual Freq (Mult.) C0% Halt(C1)% C3 % C6 % C7 % Temp
Core 1 [0]: 3841.43 (38.36x) 87.3 0 0 0 1 55
Core 2 [1]: 3641.83 (36.37x) 1.71 16.9 1 1 78.9 43
Core 3 [2]: 3539.75 (35.35x) 1 0 1 1 98.7 42
Core 4 [3]: 3642.87 (36.38x) 1 3.24 1 2.15 93.2 42
I have a post about this in the arch linux forums, but I thought I would add here as I'm not sure where to troubleshoot something like this. My cores appear to function normally at boot so my system appears capable of running them properly, it just doesn't do this after suspend/resume?
Thanks for any suggestions or requests for more information.
Linux 5.0.6-arch1-1-ARCH #1 SMP PREEMPT Wed Apr 3 09:35:20 UTC 2019 x86_64 GNU/Linux
arch-linux cpu suspend laptop
add a comment |
It recently seemed like my fan was running more than average, but I didn't notice anything significant showing in top
. I looked via i7zl and found that one core was staying in state C0 ~85% of the time. I downgraded my kernel, and things seemed to be better after a reboot... but it turned out to be connected to startup vs. after a suspend/resume cycle.
Here's a snapshot of i7z
after booting:
Real Current Frequency 804.79 MHz [100.10 x 8.04] (Max of below)
Core [core-id] :Actual Freq (Mult.) C0% Halt(C1)% C3 % C6 % C7 % Temp VCore
Core 1 [0]: 797.84 (7.97x) 1 0.465 0 0 99.5 42 0.6702
Core 2 [1]: 802.24 (8.01x) 1 0.218 0 0 99.8 42 0.6710
Core 3 [2]: 794.34 (7.94x) 1 1.08 0 0 98.9 42 0.6715
Core 4 [3]: 804.79 (8.04x) 1 1.44 0 0 98.5 41 0.6710
And here's after a suspend/resume cycle:
Real Current Frequency 3841.43 MHz [100.14 x 38.36] (Max of below)
Core [core-id] :Actual Freq (Mult.) C0% Halt(C1)% C3 % C6 % C7 % Temp
Core 1 [0]: 3841.43 (38.36x) 87.3 0 0 0 1 55
Core 2 [1]: 3641.83 (36.37x) 1.71 16.9 1 1 78.9 43
Core 3 [2]: 3539.75 (35.35x) 1 0 1 1 98.7 42
Core 4 [3]: 3642.87 (36.38x) 1 3.24 1 2.15 93.2 42
I have a post about this in the arch linux forums, but I thought I would add here as I'm not sure where to troubleshoot something like this. My cores appear to function normally at boot so my system appears capable of running them properly, it just doesn't do this after suspend/resume?
Thanks for any suggestions or requests for more information.
Linux 5.0.6-arch1-1-ARCH #1 SMP PREEMPT Wed Apr 3 09:35:20 UTC 2019 x86_64 GNU/Linux
arch-linux cpu suspend laptop
It recently seemed like my fan was running more than average, but I didn't notice anything significant showing in top
. I looked via i7zl and found that one core was staying in state C0 ~85% of the time. I downgraded my kernel, and things seemed to be better after a reboot... but it turned out to be connected to startup vs. after a suspend/resume cycle.
Here's a snapshot of i7z
after booting:
Real Current Frequency 804.79 MHz [100.10 x 8.04] (Max of below)
Core [core-id] :Actual Freq (Mult.) C0% Halt(C1)% C3 % C6 % C7 % Temp VCore
Core 1 [0]: 797.84 (7.97x) 1 0.465 0 0 99.5 42 0.6702
Core 2 [1]: 802.24 (8.01x) 1 0.218 0 0 99.8 42 0.6710
Core 3 [2]: 794.34 (7.94x) 1 1.08 0 0 98.9 42 0.6715
Core 4 [3]: 804.79 (8.04x) 1 1.44 0 0 98.5 41 0.6710
And here's after a suspend/resume cycle:
Real Current Frequency 3841.43 MHz [100.14 x 38.36] (Max of below)
Core [core-id] :Actual Freq (Mult.) C0% Halt(C1)% C3 % C6 % C7 % Temp
Core 1 [0]: 3841.43 (38.36x) 87.3 0 0 0 1 55
Core 2 [1]: 3641.83 (36.37x) 1.71 16.9 1 1 78.9 43
Core 3 [2]: 3539.75 (35.35x) 1 0 1 1 98.7 42
Core 4 [3]: 3642.87 (36.38x) 1 3.24 1 2.15 93.2 42
I have a post about this in the arch linux forums, but I thought I would add here as I'm not sure where to troubleshoot something like this. My cores appear to function normally at boot so my system appears capable of running them properly, it just doesn't do this after suspend/resume?
Thanks for any suggestions or requests for more information.
Linux 5.0.6-arch1-1-ARCH #1 SMP PREEMPT Wed Apr 3 09:35:20 UTC 2019 x86_64 GNU/Linux
arch-linux cpu suspend laptop
arch-linux cpu suspend laptop
asked 2 days ago
HendyHendy
19115
19115
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f511354%2fafter-resume-from-suspend-one-cpu-core-stays-in-c0-state%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f511354%2fafter-resume-from-suspend-one-cpu-core-stays-in-c0-state%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
-arch-linux, cpu, laptop, suspend