Dasharo / dasharo-issues

The Dasharo issue tracker
https://dasharo.com/
24 stars 0 forks source link

Trying to set the wake up flag using rtcwake returns `Invalid argument` on QubesOS #484

Open johanes2115 opened 11 months ago

johanes2115 commented 11 months ago

Dasharo version v1.1.2

Dasharo variant msi z690-a ddr4

Affected component(s) or functionality suspend and resume

Brief summary Trying to set the wake up flag using rtcwake returns Invalid argument on QubesOS.

How reproducible 100%

How to reproduce

Steps to reproduce the behavior:

  1. Log into QubesOS
  2. Open terminal window
  3. Execute command rtcwake --mode no --seconds 60

Expected behavior The wake up flag should be set.

Actual behavior The command returns Invalid argument

macpijan commented 11 months ago

The real issue is failure to set up RTC interrupt, not anything with arguments of the rtcwake tool. This log may be misleading.

image-20230905-132805

The same works flawlessly on Ubuntu 22.04 with the same firmware, so may be related to the QubesOS.

tlaurion commented 2 months ago

@macpijan any follow-up discussion on qubesos side for this issue tracking? Still an issue?

Thanks!