Review of intel_lpmd on Framework 13 (i7-1260P) with Fedora 39 (v0.3)
- Dominant language
- C
- Stars
- 223
- Forks
- 32
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
System: Framework 13 (i7-1260P), Fedora 39, intel_lpmd v0.3 (compiled per Readme), enabled through systemd, kernel `6.7.6-200.fc39.x86_64 #1 SMP PREEMPT_DYNAMIC`.
Observations:
- It's unclear whether intel_hfi is active or available on my kernel/system (default Fedora kernel). I can't find a kernel module or file related to hfi.
- AC/BAT changes do not appear to affect intel_lpmd.
- enabled auto mode (at least I guess so).
1. Upon system boot, it doesn't enter low-power mode automatically (`sudo systemctl status intel_lpmd` shows no mode changes).
2. I manually activated it with `intel_lpmd_control ON` and switched to `AUTO` afterward.
3. It remains in low-power mode regardless of AC attachment status
- When active, CPUs 12-16 (range 1-16) are primarily utilized, unless there's high system load.
Questions:
- Is there a file I can check to determine whether intel_hfi is available/active? -> possible improvement for documentation
- I've disabled power-profile-daemon in favour of using TLP. Are `PerformanceDef`, `BalancedDef`, and `PowersaverDef` related to power-profile-daemon levels? -> possible improvement for documentation
Recommendations (in my opinion):
- Implement an option to manage AC attach/detach events (e.g., to activate low-power mode only when on battery, not on AC). In my opinion, it should only be active when on battery power, not AC.
- Implement a CLI option to check for dependencies, to know whether e.g. hfi can be used, which cgroup to use, power-profiles, etc.
Config:
```xml
0
-1
0
0
1
1
10
95
0
0
2000
3000
0
```
Journal log (`journalctl -b | grep -i intel_lpmd`):
```
Feb 28 11:07:51 framework systemd[1]: Starting intel_lpmd.service - Intel Low Power Daemon Service...
Feb 28 11:07:51 framework intel_lpmd[1655]: Reading configuration file //etc/intel_lpmd/intel_lpmd_config.xml
Feb 28 11:07:51 framework audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=intel_lpmd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 28 11:07:51 framework systemd[1]: Started intel_lpmd.service - Intel Low Power Daemon Service.
Feb 28 20:37:09 framework sudo[95717]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/systemctl status intel_lpmd
Feb 28 20:37:55 framework audit[96097]: USER_CMD pid=96097 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="PATH_OMITTED" cmd="intel_lpmd" exe="/usr/bin/sudo" terminal=pts/1 res=success'
Feb 28 20:37:55 framework sudo[96097]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/sbin/intel_lpmd
Feb 28 20:37:55 framework intel_lpmd[96099]: Couldn't get lock file 96099
Feb 28 20:37:55 framework intel_lpmd[96099]: An instance of intel_lpmd is already running, exiting ...
Feb 28 20:37:59 framework sudo[96147]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/sbin/intel_lpmd help
Feb 28 20:37:59 framework intel_lpmd[96149]: Couldn't get lock file 96149
Feb 28 20:37:59 framework intel_lpmd[96149]: An instance of intel_lpmd is already running, exiting ...
Feb 28 20:38:07 framework sudo[96197]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/intel_lpmd_control help
Feb 28 20:38:11 framework sudo[96242]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/intel_lpmd_control --help
Feb 28 20:38:16 framework sudo[96292]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/intel_lpmd_control -h
Feb 28 20:38:18 framework audit[96345]: USER_CMD pid=96345 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="PATH_OMITTED" cmd="intel_lpmd_control" exe="/usr/bin/sudo" terminal=pts/1 res=success'
Feb 28 20:38:18 framework sudo[96345]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/intel_lpmd_control
Feb 28 20:38:28 framework sudo[96398]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/intel_lpmd_control ON
Feb 28 20:38:28 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( usr enter) --- Wed Feb 28 20:38:28 2024
Feb 28 20:38:36 framework sudo[96449]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/systemctl status intel_lpmd
Feb 28 20:38:48 framework sudo[96501]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/intel_lpmd_control AUTO
Feb 28 20:38:49 framework sudo[96552]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/systemctl status intel_lpmd
Feb 28 20:39:04 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 20:39:04 2024
Feb 28 20:39:07 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 20:39:07 2024
Feb 28 20:39:25 framework sudo[96815]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/intel_lpmd_control OFF
Feb 28 20:39:25 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( usr exit) --- Wed Feb 28 20:39:25 2024
Feb 28 20:39:36 framework sudo[96883]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/intel_lpmd_control AUTO
Feb 28 20:39:36 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 20:39:36 2024
Feb 28 20:39:56 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 20:39:56 2024
Feb 28 20:39:59 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 20:39:59 2024
Feb 28 20:40:06 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 20:40:06 2024
Feb 28 20:40:08 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 20:40:08 2024
Feb 28 20:40:16 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 20:40:16 2024
Feb 28 20:40:19 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 20:40:19 2024
Feb 28 20:40:22 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 20:40:22 2024
Feb 28 20:40:27 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 20:40:27 2024
Feb 28 20:41:12 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 20:41:12 2024
Feb 28 20:41:14 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 20:41:14 2024
Feb 28 20:42:18 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 20:42:18 2024
Feb 28 20:42:25 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 20:42:25 2024
Feb 28 20:43:17 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 20:43:17 2024
Feb 28 20:43:19 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 20:43:19 2024
Feb 28 20:43:47 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 20:43:47 2024
Feb 28 20:43:50 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 20:43:50 2024
Feb 28 20:44:25 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 20:44:25 2024
Feb 28 20:44:27 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 20:44:27 2024
Feb 28 20:44:41 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 20:44:41 2024
Feb 28 20:44:43 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 20:44:43 2024
Feb 28 20:44:45 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 20:44:45 2024
Feb 28 20:44:47 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 20:44:47 2024
Feb 28 20:44:50 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 20:44:50 2024
Feb 28 20:44:52 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 20:44:52 2024
Feb 28 20:45:02 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 20:45:02 2024
Feb 28 20:45:10 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 20:45:10 2024
Feb 28 20:45:37 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 20:45:37 2024
Feb 28 20:45:44 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 20:45:44 2024
Feb 28 20:46:33 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 20:46:33 2024
Feb 28 20:46:35 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 20:46:35 2024
Feb 28 20:46:56 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 20:46:56 2024
Feb 28 20:46:58 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 20:46:58 2024
Feb 28 20:49:29 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 20:49:29 2024
Feb 28 20:49:31 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 20:49:31 2024
Feb 28 20:49:57 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 20:49:57 2024
Feb 28 20:50:05 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 20:50:05 2024
Feb 28 20:50:07 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 20:50:07 2024
Feb 28 20:50:10 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 20:50:10 2024
Feb 28 20:50:39 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 20:50:39 2024
Feb 28 20:50:43 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 20:50:43 2024
Feb 28 20:50:45 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 20:50:45 2024
Feb 28 20:50:47 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 20:50:47 2024
Feb 28 20:51:28 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 20:51:28 2024
Feb 28 20:51:31 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 20:51:31 2024
Feb 28 20:52:22 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 20:52:22 2024
Feb 28 20:52:27 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 20:52:27 2024
Feb 28 20:52:29 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 20:52:29 2024
Feb 28 20:52:31 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 20:52:31 2024
Feb 28 20:53:05 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 20:53:05 2024
Feb 28 20:53:08 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 20:53:08 2024
Feb 28 20:53:11 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 20:53:11 2024
Feb 28 20:53:13 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 20:53:13 2024
Feb 28 20:53:16 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 20:53:16 2024
Feb 28 20:53:18 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 20:53:18 2024
Feb 28 20:53:21 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 20:53:21 2024
Feb 28 20:53:23 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 20:53:23 2024
Feb 28 20:53:34 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 20:53:34 2024
Feb 28 20:53:36 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 20:53:36 2024
Feb 28 20:55:42 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 20:55:42 2024
Feb 28 20:55:45 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 20:55:45 2024
Feb 28 20:58:00 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 20:58:00 2024
Feb 28 20:58:03 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 20:58:03 2024
Feb 28 20:58:05 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 20:58:05 2024
Feb 28 20:58:07 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 20:58:07 2024
Feb 28 20:58:20 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 20:58:20 2024
Feb 28 20:58:22 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 20:58:22 2024
Feb 28 20:58:24 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 20:58:24 2024
Feb 28 20:58:26 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 20:58:26 2024
Feb 28 20:58:49 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 20:58:49 2024
Feb 28 20:58:51 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 20:58:51 2024
Feb 28 20:58:59 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 20:58:59 2024
Feb 28 20:59:01 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 20:59:01 2024
Feb 28 20:59:56 framework sudo[100672]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/sbin/intel_lpmd -h
Feb 28 21:00:00 framework sudo[100726]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/sbin/intel_lpmd -version
Feb 28 21:00:04 framework sudo[100776]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/sbin/intel_lpmd --version
Feb 28 21:01:46 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 21:01:45 2024
Feb 28 21:01:48 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 21:01:48 2024
Feb 28 21:02:10 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 21:02:10 2024
Feb 28 21:02:12 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 21:02:12 2024
Feb 28 21:02:33 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 21:02:33 2024
Feb 28 21:02:35 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 21:02:35 2024
Feb 28 21:02:57 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 21:02:57 2024
Feb 28 21:02:59 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 21:02:59 2024
Feb 28 21:03:19 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 21:03:19 2024
Feb 28 21:03:22 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 21:03:22 2024
Feb 28 21:03:43 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 21:03:43 2024
Feb 28 21:03:45 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 21:03:45 2024
Feb 28 21:04:05 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 21:04:05 2024
Feb 28 21:04:07 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 21:04:07 2024
Feb 28 21:04:29 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 21:04:29 2024
Feb 28 21:04:31 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 21:04:31 2024
Feb 28 21:04:51 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 21:04:51 2024
Feb 28 21:04:53 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 21:04:53 2024
Feb 28 21:05:14 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 21:05:14 2024
Feb 28 21:05:16 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 21:05:16 2024
Feb 28 21:05:37 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 21:05:37 2024
Feb 28 21:05:39 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 21:05:39 2024
Feb 28 21:06:00 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 21:06:00 2024
Feb 28 21:06:02 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 21:06:02 2024
Feb 28 21:06:23 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 21:06:23 2024
Feb 28 21:06:25 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 21:06:25 2024
Feb 28 21:06:33 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 21:06:33 2024
Feb 28 21:06:36 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 21:06:36 2024
Feb 28 21:06:42 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 21:06:42 2024
Feb 28 21:06:45 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 21:06:45 2024
Feb 28 21:06:47 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 21:06:47 2024
Feb 28 21:06:49 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 21:06:49 2024
Feb 28 21:07:04 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 21:07:04 2024
Feb 28 21:07:06 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 21:07:06 2024
Feb 28 21:07:09 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 21:07:09 2024
Feb 28 21:07:12 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 21:07:12 2024
Feb 28 21:07:32 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 21:07:32 2024
Feb 28 21:07:34 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 21:07:34 2024
Feb 28 21:07:55 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 21:07:55 2024
Feb 28 21:07:57 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 21:07:57 2024
Feb 28 21:08:18 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( utl exit) --- Wed Feb 28 21:08:18 2024
Feb 28 21:08:20 framework intel_lpmd[1655]: ------ Enter Low Power Mode ( utl enter) --- Wed Feb 28 21:08:20 2024
Feb 28 21:08:38 framework sudo[101858]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/sbin/intel_lpmd -h
Feb 28 21:08:43 framework sudo[101909]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/intel_lpmd_control --help
Feb 28 21:08:48 framework sudo[101960]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/intel_lpmd_control -h
Feb 28 21:08:50 framework audit[102010]: USER_CMD pid=102010 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="PATH_OMITTED" cmd="intel_lpmd_control" exe="/usr/bin/sudo" terminal=pts/1 res=success'
Feb 28 21:08:50 framework sudo[102010]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/intel_lpmd_control
Feb 28 21:09:13 framework sudo[102068]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/systemctl stop intel_lpmd
Feb 28 21:09:13 framework systemd[1]: Stopping intel_lpmd.service - Intel Low Power Daemon Service...
Feb 28 21:09:13 framework intel_lpmd[1655]: Terminating ...
Feb 28 21:09:13 framework intel_lpmd[1655]: ------ Exit Low Power Mode ( usr exit) --- Wed Feb 28 21:09:13 2024
Feb 28 21:09:15 framework systemd[1]: intel_lpmd.service: Deactivated successfully.
Feb 28 21:09:15 framework systemd[1]: Stopped intel_lpmd.service - Intel Low Power Daemon Service.
Feb 28 21:09:15 framework audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=intel_lpmd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 28 21:09:15 framework systemd[1]: intel_lpmd.service: Consumed 2.516s CPU time.
Feb 28 21:09:20 framework sudo[102123]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/systemctl status intel_lpmd
Feb 28 21:09:54 framework sudo[102217]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/sbin/intel_lpmd --no-daemon --loglevel=info
Feb 28 21:12:07 framework sudo[102540]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/sbin/intel_lpmd -h
Feb 28 21:12:17 framework sudo[102591]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/sbin/intel_lpmd --no-daemon --loglevel=debug
Feb 28 21:13:07 framework sudo[102742]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/systemctl start intel_lpmd
Feb 28 21:13:07 framework systemd[1]: Starting intel_lpmd.service - Intel Low Power Daemon Service...
Feb 28 21:13:07 framework intel_lpmd[102746]: Reading configuration file //etc/intel_lpmd/intel_lpmd_config.xml
Feb 28 21:13:07 framework systemd[1]: Started intel_lpmd.service - Intel Low Power Daemon Service.
Feb 28 21:13:07 framework audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=intel_lpmd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 28 21:13:14 framework sudo[102799]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/systemctl status intel_lpmd
Feb 28 21:13:35 framework sudo[103036]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/systemctl status intel_lpmd
Feb 28 21:13:51 framework sudo[103099]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/intel_lpmd_control ON
Feb 28 21:13:51 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( usr enter) --- Wed Feb 28 21:13:51 2024
Feb 28 21:14:04 framework sudo[103197]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/systemctl status intel_lpmd
Feb 28 21:35:08 framework sudo[109152]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/systemctl status intel_lpmd
Feb 28 21:35:16 framework sudo[109253]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/intel_lpmd_control AUTO
Feb 28 21:35:17 framework sudo[109304]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/systemctl status intel_lpmd
# sidle over night
Feb 29 09:28:30 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:28:30 2024
Feb 29 09:28:32 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:28:32 2024
Feb 29 09:28:34 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:28:34 2024
Feb 29 09:28:37 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:28:37 2024
Feb 29 09:28:38 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:28:38 2024
Feb 29 09:28:40 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:28:40 2024
Feb 29 09:28:41 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:28:41 2024
Feb 29 09:28:42 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:28:42 2024
Feb 29 09:28:43 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:28:43 2024
Feb 29 09:28:46 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:28:46 2024
Feb 29 09:28:48 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:28:48 2024
Feb 29 09:28:49 framework sudo[111358]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/systemctl status intel_lpmd
Feb 29 09:28:50 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:28:50 2024
Feb 29 09:28:53 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:28:53 2024
Feb 29 09:28:55 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:28:55 2024
Feb 29 09:28:57 framework sudo[111672]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/systemctl status intel_lpmd
Feb 29 09:28:58 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:28:58 2024
Feb 29 09:29:02 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:29:02 2024
Feb 29 09:29:04 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:29:04 2024
Feb 29 09:29:05 framework sudo[111883]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/systemctl status intel_lpmd
Feb 29 09:29:07 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:29:07 2024
Feb 29 09:29:07 framework sudo[111936]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/systemctl status intel_lpmd
Feb 29 09:29:09 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:29:09 2024
Feb 29 09:29:09 framework sudo[111990]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/systemctl status intel_lpmd
Feb 29 09:29:11 framework sudo[112052]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/systemctl status intel_lpmd
Feb 29 09:29:12 framework sudo[112104]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/systemctl status intel_lpmd
Feb 29 09:29:14 framework sudo[112158]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/systemctl status intel_lpmd
Feb 29 09:29:15 framework sudo[112221]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/systemctl status intel_lpmd
Feb 29 09:29:16 framework sudo[112292]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/systemctl status intel_lpmd
Feb 29 09:29:18 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:29:18 2024
Feb 29 09:29:19 framework sudo[112352]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/systemctl status intel_lpmd
Feb 29 09:29:21 framework sudo[112367]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/systemctl status intel_lpmd
Feb 29 09:29:22 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:29:22 2024
Feb 29 09:29:23 framework sudo[112372]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/systemctl status intel_lpmd
Feb 29 09:29:24 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:29:24 2024
Feb 29 09:29:26 framework sudo[112376]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/systemctl status intel_lpmd
Feb 29 09:29:28 framework sudo[112380]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/systemctl status intel_lpmd
Feb 29 09:29:28 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:29:28 2024
Feb 29 09:29:30 framework sudo[112411]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/systemctl status intel_lpmd
Feb 29 09:29:30 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:29:30 2024
Feb 29 09:29:32 framework sudo[112417]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/systemctl status intel_lpmd
Feb 29 09:29:33 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:29:33 2024
Feb 29 09:29:34 framework sudo[112421]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/systemctl status intel_lpmd
Feb 29 09:29:35 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:29:35 2024
Feb 29 09:29:37 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:29:37 2024
Feb 29 09:29:40 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:29:40 2024
Feb 29 09:29:41 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:29:41 2024
Feb 29 09:29:44 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:29:44 2024
Feb 29 09:29:46 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:29:46 2024
Feb 29 09:29:56 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:29:56 2024
Feb 29 09:29:59 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:29:59 2024
Feb 29 09:30:04 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:30:04 2024
Feb 29 09:30:09 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:30:09 2024
Feb 29 09:30:11 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:30:11 2024
Feb 29 09:30:14 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:30:14 2024
Feb 29 09:30:18 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:30:18 2024
Feb 29 09:30:21 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:30:21 2024
Feb 29 09:30:23 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:30:23 2024
Feb 29 09:30:25 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:30:25 2024
Feb 29 09:30:27 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:30:27 2024
Feb 29 09:30:31 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:30:31 2024
Feb 29 09:30:39 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:30:39 2024
Feb 29 09:30:41 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:30:41 2024
Feb 29 09:30:43 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:30:43 2024
Feb 29 09:30:45 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:30:45 2024
Feb 29 09:30:47 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:30:47 2024
Feb 29 09:30:50 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:30:50 2024
Feb 29 09:30:52 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:30:52 2024
Feb 29 09:30:54 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:30:54 2024
Feb 29 09:30:56 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:30:56 2024
Feb 29 09:30:59 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:30:59 2024
Feb 29 09:31:04 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:31:04 2024
Feb 29 09:31:06 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:31:06 2024
Feb 29 09:31:08 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:31:08 2024
Feb 29 09:31:10 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:31:10 2024
Feb 29 09:31:12 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:31:12 2024
Feb 29 09:31:15 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:31:15 2024
Feb 29 09:31:17 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:31:17 2024
Feb 29 09:31:19 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:31:19 2024
Feb 29 09:31:23 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:31:23 2024
Feb 29 09:31:27 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:31:27 2024
Feb 29 09:31:30 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:31:30 2024
Feb 29 09:31:34 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:31:34 2024
Feb 29 09:31:36 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:31:36 2024
Feb 29 09:31:40 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:31:40 2024
Feb 29 09:31:42 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:31:42 2024
Feb 29 09:32:01 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:32:01 2024
Feb 29 09:32:03 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:32:03 2024
Feb 29 09:34:21 framework sudo[113514]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/systemctl status intel_lpmd
Feb 29 09:34:23 framework sudo[113519]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/systemctl status intel_lpmd
Feb 29 09:34:25 framework sudo[113523]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/systemctl status intel_lpmd
Feb 29 09:34:27 framework sudo[113527]: user : TTY=pts/1 ; PWD=PATH_OMITTED ; USER=root ; COMMAND=/usr/bin/systemctl status intel_lpmd
Feb 29 09:37:14 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:37:14 2024
Feb 29 09:37:16 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:37:16 2024
Feb 29 09:45:18 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:45:18 2024
Feb 29 09:45:32 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:45:32 2024
Feb 29 09:45:34 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:45:34 2024
Feb 29 09:45:36 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:45:36 2024
Feb 29 09:45:39 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:45:39 2024
Feb 29 09:45:47 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:45:47 2024
Feb 29 09:46:49 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:46:49 2024
Feb 29 09:46:52 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:46:52 2024
Feb 29 09:48:34 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:48:34 2024
Feb 29 09:48:37 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:48:37 2024
Feb 29 09:50:41 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:50:41 2024
Feb 29 09:50:43 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:50:43 2024
Feb 29 09:50:45 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:50:45 2024
Feb 29 09:50:49 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:50:49 2024
Feb 29 09:50:51 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:50:51 2024
Feb 29 09:50:53 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:50:53 2024
Feb 29 09:50:55 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:50:55 2024
Feb 29 09:50:57 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:50:57 2024
Feb 29 09:51:00 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:51:00 2024
Feb 29 09:51:02 framework intel_lpmd[102746]: ------ Enter Low Power Mode ( utl enter) --- Thu Feb 29 09:51:02 2024
Feb 29 09:51:43 framework intel_lpmd[102746]: ------ Exit Low Power Mode ( utl exit) --- Thu Feb 29 09:51:43 2024
```
Contributor guide
Assessment
This issue has not been assessed yet.