skulls icon indicating copy to clipboard operation
skulls copied to clipboard

X230 Tablet (Type 3435) System Time seem to be "Frozen" after Suspend under Windows 10

Open late-in-autumn opened this issue 4 years ago • 1 comments

This is an issue that I have so far only reproduced under Windows 10, but not under Linux. I have also tried searching on Google this issue and look into both the old Coreboot wiki and the new docs.coreboot.org site for information but came up with nothing.

Symptoms and steps to reproduce:

  • Boot into Windows 10
  • Go to System Time Setting and trigger an NTP sync to make sure the system clock is accurate
  • Suspend the system either by closing the lid or through the power menu
  • Wait for a few minutes in the standby state
  • Resume the machine from standby
  • Now notice that the system time was stuck at the time of sleep, and will keep it that way until you re-set the time either manually or through an NTP sync

Expected:

  • When the system resumes from standby, the system clock should not be frozen at the time of sleep but should be the correct current time.

Additional information

  • Under my Manjaro Xfce installation, when first resumed from standby, the system time displayed by the Xfce Panel clock applet also seemed to be "frozen," but it would immediately update itself to the correct time within a few seconds. However, under Windows, the system time never gets updated to the correct current time unless I manually change the clock or trigger an NTP sync.
  • To maintain maximum compatibility between my Windows and Linux systems when I move between different timezones (China and the US) throughout the year, I have configured my Windows to use the UTC system clock according to the instructions in https://wiki.archlinux.org/index.php/System_time#UTC_in_Windows instead of the default local time system clock.

Thank you.

late-in-autumn avatar Mar 13 '20 04:03 late-in-autumn

Tried disabling Hyper-V, and it did not resolve the problem.

Here are the relative event log entries:

<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-Kernel-Power" Guid="{331c3b3a-2005-44c2-ac5e-77220c37d6b4}" /> <EventID>42</EventID> <Version>3</Version> <Level>4</Level> <Task>64</Task> <Opcode>0</Opcode> <Keywords>0x8000000000000404</Keywords> <TimeCreated SystemTime="2020-03-14T04:24:50.6045703Z" /> <EventRecordID>3795</EventRecordID> <Correlation /> <Execution ProcessID="4" ThreadID="9320" /> <Channel>System</Channel> <Computer>THINKPADX230T</Computer> <Security /> </System> <EventData> <Data Name="TargetState">4</Data> <Data Name="EffectiveState">4</Data> <Data Name="Reason">0</Data> <Data Name="Flags">4</Data> <Data Name="TransitionsToOn">1</Data> </EventData> </Event>

<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-Kernel-Power" Guid="{331c3b3a-2005-44c2-ac5e-77220c37d6b4}" /> <EventID>107</EventID> <Version>1</Version> <Level>4</Level> <Task>102</Task> <Opcode>0</Opcode> <Keywords>0x8000000000000444</Keywords> <TimeCreated SystemTime="2020-03-14T04:24:51.4371909Z" /> <EventRecordID>3796</EventRecordID> <Correlation /> <Execution ProcessID="4" ThreadID="9320" /> <Channel>System</Channel> <Computer>THINKPADX230T</Computer> <Security /> </System> <EventData> <Data Name="TargetState">4</Data> <Data Name="EffectiveState">4</Data> <Data Name="WakeFromState">4</Data> <Data Name="ProgrammedWakeTimeAc">2020-03-14T10:43:12.0000000Z</Data> <Data Name="ProgrammedWakeTimeDc">1601-01-01T00:00:00.0000000Z</Data> <Data Name="WakeRequesterTypeAc">2</Data> <Data Name="WakeRequesterTypeDc">0</Data> </EventData> </Event>

<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-Power-Troubleshooter" Guid="{cdc05e28-c449-49c6-b9d2-88cf761644df}" /> <EventID>1</EventID> <Version>3</Version> <Level>4</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x8000000000000000</Keywords> <TimeCreated SystemTime="2020-03-14T04:24:53.9491473Z" /> <EventRecordID>3800</EventRecordID> <Correlation ActivityID="{27c5a7fa-0b9a-4b1f-ab44-00bcb40f65a6}" /> <Execution ProcessID="4364" ThreadID="5048" /> <Channel>System</Channel> <Computer>THINKPADX230T</Computer> <Security UserID="S-1-5-19" /> </System> <EventData> <Data Name="SleepTime">2020-03-14T04:24:38.9245311Z</Data> <Data Name="WakeTime">2020-03-14T04:24:53.2930117Z</Data> <Data Name="SleepDuration">11681</Data> <Data Name="WakeDuration">1855</Data> <Data Name="DriverInitDuration">137</Data> <Data Name="BiosInitDuration">246</Data> <Data Name="HiberWriteDuration">0</Data> <Data Name="HiberReadDuration">0</Data> <Data Name="HiberPagesWritten">0</Data> <Data Name="Attributes">1912619040</Data> <Data Name="TargetState">4</Data> <Data Name="EffectiveState">4</Data> <Data Name="WakeSourceType">0</Data> <Data Name="WakeSourceTextLength">0</Data> <Data Name="WakeSourceText" /> <Data Name="WakeTimerOwnerLength">0</Data> <Data Name="WakeTimerContextLength">0</Data> <Data Name="NoMultiStageResumeReason">0</Data> <Data Name="WakeTimerOwner" /> <Data Name="WakeTimerContext" /> <Data Name="CheckpointDuration">1113</Data> </EventData> </Event>

late-in-autumn avatar Mar 14 '20 04:03 late-in-autumn