TheAlexDev23 / power-options

Linux GUI application for blazingly fast and simple power-management.
MIT License
241 stars 1 forks source link

Can't connect to daemon #5

Closed SsubezZ closed 2 months ago

SsubezZ commented 2 months ago

2024-09-15_21:11:55_407

I have restarted and reinstalled multiple times tho.

Output of sudo power-daemon-mgr daemon

INFO ==> [power_daemon::profile]: Applying profile: Performance++
INFO ==> [power_daemon::profile]: Applying ASPM settings on ThreadId(19)
INFO ==> [power_daemon::profile]: Applying Network settings on ThreadId(21)
INFO ==> [power_daemon::profile]: Applying Screen settings on ThreadId(20)
INFO ==> [power_daemon::profile]: Applying USB settings on ThreadId(22)
INFO ==> [power_daemon::profile]: Applying Radio settings on ThreadId(18)
INFO ==> [power_daemon::profile]: Applying PCI PM settings on ThreadId(32)
INFO ==> [power_daemon::profile]: Applying CPU settings on ThreadId(31)
INFO ==> [power_daemon::profile]: Applying Kernel settings on ThreadId(25)
INFO ==> [power_daemon::profile]: Applying SATA settings on ThreadId(23)
ERROR ==> [power_daemon::profile]: Could not identify spuported wifi firmware module. Expected either iwlmvm or iwldvm, neither found. Ignoring network kernel module settings...
INFO ==> [power_daemon::profile]: Applying CPU core settings on ThreadId(31)
thread 'main' panicked at crates/power-daemon-mgr/src/main.rs:189:10:
Could not initialize communications server: NameTaken
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
TheAlexDev23 commented 2 months ago

sudo power-daemon-mgr daemon starts a new daemon instance which fails because there's one already running, use journalctl -u power-options to get the full logs.

TheAlexDev23 commented 2 months ago

Additionally, could you share some hardware information about your system? Specifically the CPU model. Also the output of power-daemon-mgr print-system-info

SsubezZ commented 2 months ago

sudo power-daemon-mgr daemon starts a new daemon instance which fails because there's one already running, use journalctl -u power-options to get the full logs.

Sep 15 20:03:14 subez-PC systemd[1]: Started power-options daemon.
Sep 15 20:03:14 subez-PC power-daemon-mgr[102828]: INFO ==> [power_daemon_mgr]: Either missing config or missing profiles were detected. Generating them now...
Sep 15 20:03:14 subez-PC power-daemon-mgr[102828]: INFO ==> [power_daemon::profile]: Applying profile: Performance
Sep 15 20:03:14 subez-PC power-daemon-mgr[102828]: INFO ==> [power_daemon::profile]: Applying CPU settings on ThreadId(31)
Sep 15 20:03:14 subez-PC power-daemon-mgr[102828]: INFO ==> [power_daemon::profile]: Applying Screen settings on ThreadId(18)
Sep 15 20:03:14 subez-PC power-daemon-mgr[102828]: INFO ==> [power_daemon::profile]: Applying Radio settings on ThreadId(32)
Sep 15 20:03:14 subez-PC power-daemon-mgr[102828]: INFO ==> [power_daemon::profile]: Applying Kernel settings on ThreadId(28)
Sep 15 20:03:14 subez-PC power-daemon-mgr[102828]: INFO ==> [power_daemon::profile]: Applying PCI PM settings on ThreadId(22)
Sep 15 20:03:14 subez-PC power-daemon-mgr[102828]: INFO ==> [power_daemon::profile]: Applying Network settings on ThreadId(20)
Sep 15 20:03:14 subez-PC power-daemon-mgr[102828]: INFO ==> [power_daemon::profile]: Applying USB settings on ThreadId(21)
Sep 15 20:03:14 subez-PC power-daemon-mgr[102828]: INFO ==> [power_daemon::profile]: Applying SATA settings on ThreadId(23)
Sep 15 20:03:14 subez-PC power-daemon-mgr[102828]: INFO ==> [power_daemon::profile]: Applying ASPM settings on ThreadId(19)
Sep 15 20:03:14 subez-PC power-daemon-mgr[102828]: ERROR ==> [power_daemon::profile]: ifconfig is not present in the system, ignoring ethernet settings...
Sep 15 20:03:14 subez-PC power-daemon-mgr[103192]: zsh:1: command not found: ifconfig
Sep 15 20:03:14 subez-PC power-daemon-mgr[102828]: ERROR ==> [power_daemon::profile]: Could not identify spuported wifi firmware module. Expected either iwlmvm or iwldvm, neither found. Ignoring network kernel module settings...
Sep 15 20:03:14 subez-PC power-daemon-mgr[102828]: ERROR ==> [power_daemon::profile]: CPU boost technology is unsupported by your CPU/driver
Sep 15 20:03:14 subez-PC power-daemon-mgr[102828]: ERROR ==> [power_daemon::profile]: Min/Max scaling perf percentage is currently only supported for intel CPUs with intel_pstate
Sep 15 20:03:14 subez-PC power-daemon-mgr[102828]: ERROR ==> [power_daemon::profile]: Min/Max scaling perf percentage is currently only supported for intel CPUs with intel_pstate
Sep 15 20:03:14 subez-PC power-daemon-mgr[102828]: INFO ==> [power_daemon::profile]: Applying CPU core settings on ThreadId(31)
Sep 15 20:06:55 subez-PC systemd[1]: Stopping power-options daemon...
Sep 15 20:06:55 subez-PC systemd[1]: power-options.service: Deactivated successfully.
Sep 15 20:06:55 subez-PC systemd[1]: Stopped power-options daemon.
-- Boot 4fede526332142ccbc1a7d78c32d0550 --
Sep 15 20:07:19 subez-PC systemd[1]: Started power-options daemon.
Sep 15 20:07:19 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying profile: Performance
Sep 15 20:07:19 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying CPU settings on ThreadId(31)
Sep 15 20:07:19 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying ASPM settings on ThreadId(18)
Sep 15 20:07:19 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying USB settings on ThreadId(22)
Sep 15 20:07:19 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying Radio settings on ThreadId(19)
Sep 15 20:07:19 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying Screen settings on ThreadId(21)
Sep 15 20:07:19 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying Network settings on ThreadId(25)
Sep 15 20:07:19 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying SATA settings on ThreadId(32)
Sep 15 20:07:19 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying Kernel settings on ThreadId(26)
Sep 15 20:07:19 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying PCI PM settings on ThreadId(20)
Sep 15 20:07:19 subez-PC power-daemon-mgr[896]: ERROR ==> [power_daemon::profile]: ifconfig is not present in the system, ignoring ethernet settings...
Sep 15 20:07:19 subez-PC power-daemon-mgr[936]: zsh:1: command not found: ifconfig
Sep 15 20:07:19 subez-PC power-daemon-mgr[896]: ERROR ==> [power_daemon::profile]: Could not identify spuported wifi firmware module. Expected either iwlmvm or iwldvm, neither found. Ignoring network kernel module settings...
Sep 15 20:07:19 subez-PC power-daemon-mgr[896]: ERROR ==> [power_daemon::profile]: CPU boost technology is unsupported by your CPU/driver
Sep 15 20:07:19 subez-PC power-daemon-mgr[896]: ERROR ==> [power_daemon::profile]: Min/Max scaling perf percentage is currently only supported for intel CPUs with intel_pstate
Sep 15 20:07:19 subez-PC power-daemon-mgr[896]: ERROR ==> [power_daemon::profile]: Min/Max scaling perf percentage is currently only supported for intel CPUs with intel_pstate
Sep 15 20:07:19 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying CPU core settings on ThreadId(31)
Sep 15 20:08:32 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying profile: Performance
Sep 15 20:08:32 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying CPU settings on ThreadId(18)
Sep 15 20:08:32 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying Screen settings on ThreadId(22)
Sep 15 20:08:32 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying ASPM settings on ThreadId(19)
Sep 15 20:08:32 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying Radio settings on ThreadId(20)
Sep 15 20:08:32 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying Network settings on ThreadId(26)
Sep 15 20:08:32 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying SATA settings on ThreadId(27)
Sep 15 20:08:32 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying USB settings on ThreadId(21)
Sep 15 20:08:32 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying Kernel settings on ThreadId(23)
Sep 15 20:08:32 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying PCI PM settings on ThreadId(25)
Sep 15 20:08:32 subez-PC power-daemon-mgr[896]: ERROR ==> [power_daemon::profile]: ifconfig is not present in the system, ignoring ethernet settings...
Sep 15 20:08:32 subez-PC power-daemon-mgr[6244]: zsh:1: command not found: ifconfig
Sep 15 20:08:32 subez-PC power-daemon-mgr[896]: ERROR ==> [power_daemon::profile]: Could not identify spuported wifi firmware module. Expected either iwlmvm or iwldvm, neither found. Ignoring network kernel module settings...
Sep 15 20:08:32 subez-PC rfkill[6260]: unblock set for type nfc
Sep 15 20:08:32 subez-PC power-daemon-mgr[896]: ERROR ==> [power_daemon::profile]: Min/Max scaling perf percentage is currently only supported for intel CPUs with intel_pstate
Sep 15 20:08:32 subez-PC power-daemon-mgr[896]: ERROR ==> [power_daemon::profile]: Min/Max scaling perf percentage is currently only supported for intel CPUs with intel_pstate
Sep 15 20:08:32 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying CPU core settings on ThreadId(18)
Sep 15 20:08:48 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying profile: Performance++
Sep 15 20:08:48 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying CPU settings on ThreadId(18)
Sep 15 20:08:48 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying ASPM settings on ThreadId(19)
Sep 15 20:08:48 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying Network settings on ThreadId(27)
Sep 15 20:08:48 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying Radio settings on ThreadId(20)
Sep 15 20:08:48 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying PCI PM settings on ThreadId(23)
Sep 15 20:08:48 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying USB settings on ThreadId(22)
Sep 15 20:08:48 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying SATA settings on ThreadId(24)
Sep 15 20:08:48 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying Screen settings on ThreadId(21)
Sep 15 20:08:48 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying Kernel settings on ThreadId(28)
Sep 15 20:08:48 subez-PC power-daemon-mgr[896]: ERROR ==> [power_daemon::profile]: ifconfig is not present in the system, ignoring ethernet settings...
Sep 15 20:08:48 subez-PC power-daemon-mgr[6381]: zsh:1: command not found: ifconfig
Sep 15 20:08:48 subez-PC power-daemon-mgr[896]: ERROR ==> [power_daemon::profile]: Could not identify spuported wifi firmware module. Expected either iwlmvm or iwldvm, neither found. Ignoring network kernel module settings...
Sep 15 20:08:48 subez-PC power-daemon-mgr[896]: ERROR ==> [power_daemon::profile]: Min/Max scaling perf percentage is currently only supported for intel CPUs with intel_pstate
Sep 15 20:08:48 subez-PC power-daemon-mgr[896]: ERROR ==> [power_daemon::profile]: Min/Max scaling perf percentage is currently only supported for intel CPUs with intel_pstate
Sep 15 20:08:48 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying CPU core settings on ThreadId(18)
Sep 15 20:09:10 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying profile: Performance
Sep 15 20:09:10 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying CPU settings on ThreadId(18)
Sep 15 20:09:10 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying Radio settings on ThreadId(21)
Sep 15 20:09:10 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying Screen settings on ThreadId(19)
Sep 15 20:09:10 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying USB settings on ThreadId(22)
Sep 15 20:09:10 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying Network settings on ThreadId(25)
Sep 15 20:09:10 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying PCI PM settings on ThreadId(24)
Sep 15 20:09:10 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying ASPM settings on ThreadId(20)
Sep 15 20:09:10 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying Kernel settings on ThreadId(32)
Sep 15 20:09:10 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying SATA settings on ThreadId(28)
Sep 15 20:09:10 subez-PC power-daemon-mgr[896]: ERROR ==> [power_daemon::profile]: ifconfig is not present in the system, ignoring ethernet settings...
Sep 15 20:09:10 subez-PC power-daemon-mgr[6531]: zsh:1: command not found: ifconfig
Sep 15 20:09:10 subez-PC power-daemon-mgr[896]: ERROR ==> [power_daemon::profile]: Could not identify spuported wifi firmware module. Expected either iwlmvm or iwldvm, neither found. Ignoring network kernel module settings...
Sep 15 20:09:10 subez-PC power-daemon-mgr[896]: ERROR ==> [power_daemon::profile]: Min/Max scaling perf percentage is currently only supported for intel CPUs with intel_pstate
Sep 15 20:09:10 subez-PC power-daemon-mgr[896]: ERROR ==> [power_daemon::profile]: Min/Max scaling perf percentage is currently only supported for intel CPUs with intel_pstate
Sep 15 20:09:10 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying CPU core settings on ThreadId(18)
Sep 15 20:09:12 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying profile: Performance++
Sep 15 20:09:12 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying CPU settings on ThreadId(18)
Sep 15 20:09:12 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying Radio settings on ThreadId(20)
Sep 15 20:09:12 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying PCI PM settings on ThreadId(23)
Sep 15 20:09:12 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying USB settings on ThreadId(22)
Sep 15 20:09:12 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying Network settings on ThreadId(24)
Sep 15 20:09:12 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying ASPM settings on ThreadId(19)
Sep 15 20:09:12 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying Screen settings on ThreadId(21)
Sep 15 20:09:12 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying SATA settings on ThreadId(26)
Sep 15 20:09:12 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying Kernel settings on ThreadId(28)
Sep 15 20:09:12 subez-PC power-daemon-mgr[896]: ERROR ==> [power_daemon::profile]: ifconfig is not present in the system, ignoring ethernet settings...
Sep 15 20:09:12 subez-PC power-daemon-mgr[6604]: zsh:1: command not found: ifconfig
Sep 15 20:09:12 subez-PC power-daemon-mgr[896]: ERROR ==> [power_daemon::profile]: Could not identify spuported wifi firmware module. Expected either iwlmvm or iwldvm, neither found. Ignoring network kernel module settings...
Sep 15 20:09:12 subez-PC power-daemon-mgr[896]: ERROR ==> [power_daemon::profile]: Min/Max scaling perf percentage is currently only supported for intel CPUs with intel_pstate
Sep 15 20:09:12 subez-PC power-daemon-mgr[896]: ERROR ==> [power_daemon::profile]: Min/Max scaling perf percentage is currently only supported for intel CPUs with intel_pstate
Sep 15 20:09:12 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying CPU core settings on ThreadId(18)
Sep 15 20:09:13 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying profile: Performance
Sep 15 20:09:13 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying CPU settings on ThreadId(18)
Sep 15 20:09:13 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying Radio settings on ThreadId(19)
Sep 15 20:09:13 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying Network settings on ThreadId(23)
Sep 15 20:09:13 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying ASPM settings on ThreadId(20)
Sep 15 20:09:13 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying USB settings on ThreadId(22)
Sep 15 20:09:13 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying Kernel settings on ThreadId(29)
Sep 15 20:09:13 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying SATA settings on ThreadId(28)
Sep 15 20:09:13 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying PCI PM settings on ThreadId(24)
Sep 15 20:09:13 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying Screen settings on ThreadId(21)
Sep 15 20:09:13 subez-PC power-daemon-mgr[896]: ERROR ==> [power_daemon::profile]: ifconfig is not present in the system, ignoring ethernet settings...
Sep 15 20:09:13 subez-PC power-daemon-mgr[6677]: zsh:1: command not found: ifconfig
Sep 15 20:09:13 subez-PC power-daemon-mgr[896]: ERROR ==> [power_daemon::profile]: Could not identify spuported wifi firmware module. Expected either iwlmvm or iwldvm, neither found. Ignoring network kernel module settings...
Sep 15 20:09:13 subez-PC power-daemon-mgr[896]: ERROR ==> [power_daemon::profile]: Min/Max scaling perf percentage is currently only supported for intel CPUs with intel_pstate
Sep 15 20:09:13 subez-PC power-daemon-mgr[896]: ERROR ==> [power_daemon::profile]: Min/Max scaling perf percentage is currently only supported for intel CPUs with intel_pstate
Sep 15 20:09:13 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying CPU core settings on ThreadId(18)
Sep 15 20:09:16 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying profile: Performance++
Sep 15 20:09:16 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying CPU settings on ThreadId(18)
Sep 15 20:09:16 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying ASPM settings on ThreadId(19)
Sep 15 20:09:16 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying Screen settings on ThreadId(21)
Sep 15 20:09:16 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying Radio settings on ThreadId(20)
Sep 15 20:09:16 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying PCI PM settings on ThreadId(25)
Sep 15 20:09:16 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying USB settings on ThreadId(22)
Sep 15 20:09:16 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying SATA settings on ThreadId(26)
Sep 15 20:09:16 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying Kernel settings on ThreadId(29)
Sep 15 20:09:16 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying Network settings on ThreadId(27)
Sep 15 20:09:16 subez-PC power-daemon-mgr[896]: ERROR ==> [power_daemon::profile]: ifconfig is not present in the system, ignoring ethernet settings...
Sep 15 20:09:16 subez-PC power-daemon-mgr[6751]: zsh:1: command not found: ifconfig
Sep 15 20:09:16 subez-PC power-daemon-mgr[896]: ERROR ==> [power_daemon::profile]: Could not identify spuported wifi firmware module. Expected either iwlmvm or iwldvm, neither found. Ignoring network kernel module settings...
Sep 15 20:09:16 subez-PC power-daemon-mgr[896]: ERROR ==> [power_daemon::profile]: Min/Max scaling perf percentage is currently only supported for intel CPUs with intel_pstate
Sep 15 20:09:16 subez-PC power-daemon-mgr[896]: ERROR ==> [power_daemon::profile]: Min/Max scaling perf percentage is currently only supported for intel CPUs with intel_pstate
Sep 15 20:09:16 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying CPU core settings on ThreadId(18)
Sep 15 20:09:28 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying CPU settings on ThreadId(36)
Sep 15 20:09:28 subez-PC power-daemon-mgr[896]: ERROR ==> [power_daemon::profile]: CPU boost technology is unsupported by your CPU/driver
Sep 15 20:09:28 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying CPU core settings on ThreadId(36)
Sep 15 20:09:28 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying profile: Performance++
Sep 15 20:09:28 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying CPU settings on ThreadId(18)
Sep 15 20:09:28 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying Radio settings on ThreadId(20)
Sep 15 20:09:28 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying PCI PM settings on ThreadId(22)
Sep 15 20:09:28 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying USB settings on ThreadId(23)
Sep 15 20:09:28 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying SATA settings on ThreadId(24)
Sep 15 20:09:28 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying Screen settings on ThreadId(21)
Sep 15 20:09:28 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying Kernel settings on ThreadId(31)
Sep 15 20:09:28 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying Network settings on ThreadId(25)
Sep 15 20:09:28 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying ASPM settings on ThreadId(19)
Sep 15 20:09:28 subez-PC power-daemon-mgr[896]: ERROR ==> [power_daemon::profile]: ifconfig is not present in the system, ignoring ethernet settings...
Sep 15 20:09:28 subez-PC power-daemon-mgr[6837]: zsh:1: command not found: ifconfig
Sep 15 20:09:28 subez-PC power-daemon-mgr[896]: ERROR ==> [power_daemon::profile]: Could not identify spuported wifi firmware module. Expected either iwlmvm or iwldvm, neither found. Ignoring network kernel module settings...
Sep 15 20:09:28 subez-PC power-daemon-mgr[896]: INFO ==> [power_daemon::profile]: Applying CPU core settings on ThreadId(18)
Sep 15 20:10:29 subez-PC systemd[1]: Stopping power-options daemon...
Sep 15 20:10:29 subez-PC systemd[1]: power-options.service: Deactivated successfully.
Sep 15 20:10:29 subez-PC systemd[1]: Stopped power-options daemon.
Sep 15 20:10:29 subez-PC systemd[1]: power-options.service: Consumed 2.095s CPU time, 13M memory peak.
-- Boot 88ecf3a92c0946f199a42b7af98381d2 --
Sep 15 20:10:47 subez-PC systemd[1]: Started power-options daemon.
Sep 15 20:10:47 subez-PC power-daemon-mgr[903]: INFO ==> [power_daemon::profile]: Applying profile: Performance++
Sep 15 20:10:47 subez-PC power-daemon-mgr[903]: INFO ==> [power_daemon::profile]: Applying Screen settings on ThreadId(20)
Sep 15 20:10:47 subez-PC power-daemon-mgr[903]: INFO ==> [power_daemon::profile]: Applying Radio settings on ThreadId(18)
Sep 15 20:10:47 subez-PC power-daemon-mgr[903]: INFO ==> [power_daemon::profile]: Applying Network settings on ThreadId(30)
Sep 15 20:10:47 subez-PC power-daemon-mgr[903]: INFO ==> [power_daemon::profile]: Applying PCI PM settings on ThreadId(20)
Sep 15 20:10:47 subez-PC power-daemon-mgr[903]: INFO ==> [power_daemon::profile]: Applying CPU settings on ThreadId(31)
Sep 15 20:10:47 subez-PC power-daemon-mgr[903]: INFO ==> [power_daemon::profile]: Applying USB settings on ThreadId(23)
Sep 15 20:10:47 subez-PC power-daemon-mgr[903]: INFO ==> [power_daemon::profile]: Applying Kernel settings on ThreadId(24)
Sep 15 20:10:47 subez-PC power-daemon-mgr[903]: INFO ==> [power_daemon::profile]: Applying ASPM settings on ThreadId(19)
Sep 15 20:10:47 subez-PC power-daemon-mgr[903]: INFO ==> [power_daemon::profile]: Applying SATA settings on ThreadId(25)
Sep 15 20:10:47 subez-PC power-daemon-mgr[903]: ERROR ==> [power_daemon::profile]: ifconfig is not present in the system, ignoring ethernet settings...
Sep 15 20:10:47 subez-PC power-daemon-mgr[962]: zsh:1: command not found: ifconfig
Sep 15 20:10:47 subez-PC power-daemon-mgr[903]: ERROR ==> [power_daemon::profile]: Could not identify spuported wifi firmware module. Expected either iwlmvm or iwldvm, neither found. Ignoring network kernel module settings...
Sep 15 20:10:47 subez-PC power-daemon-mgr[903]: INFO ==> [power_daemon::profile]: Applying CPU core settings on ThreadId(31)
Sep 15 20:10:47 subez-PC rfkill[983]: unblock set for type bluetooth
Sep 15 20:16:04 subez-PC power-daemon-mgr[903]: INFO ==> [power_daemon::profile]: Applying profile: Performance++
Sep 15 20:16:04 subez-PC power-daemon-mgr[903]: INFO ==> [power_daemon::profile]: Applying CPU settings on ThreadId(18)
Sep 15 20:16:04 subez-PC power-daemon-mgr[903]: INFO ==> [power_daemon::profile]: Applying Screen settings on ThreadId(22)
Sep 15 20:16:04 subez-PC power-daemon-mgr[903]: INFO ==> [power_daemon::profile]: Applying USB settings on ThreadId(20)
Sep 15 20:16:04 subez-PC power-daemon-mgr[903]: INFO ==> [power_daemon::profile]: Applying PCI PM settings on ThreadId(23)
Sep 15 20:16:04 subez-PC power-daemon-mgr[903]: INFO ==> [power_daemon::profile]: Applying Radio settings on ThreadId(21)
Sep 15 20:16:04 subez-PC power-daemon-mgr[903]: INFO ==> [power_daemon::profile]: Applying SATA settings on ThreadId(26)
Sep 15 20:16:04 subez-PC power-daemon-mgr[903]: INFO ==> [power_daemon::profile]: Applying Network settings on ThreadId(24)
Sep 15 20:16:04 subez-PC power-daemon-mgr[903]: INFO ==> [power_daemon::profile]: Applying ASPM settings on ThreadId(19)
Sep 15 20:16:04 subez-PC power-daemon-mgr[903]: INFO ==> [power_daemon::profile]: Applying Kernel settings on ThreadId(29)
Sep 15 20:16:04 subez-PC power-daemon-mgr[903]: ERROR ==> [power_daemon::profile]: Could not identify spuported wifi firmware module. Expected either iwlmvm or iwldvm, neither found. Ignoring network kernel module settings...
Sep 15 20:16:04 subez-PC power-daemon-mgr[903]: INFO ==> [power_daemon::profile]: Applying CPU core settings on ThreadId(18)
Sep 15 20:18:08 subez-PC systemd[1]: Stopping power-options daemon...
Sep 15 20:18:08 subez-PC systemd[1]: power-options.service: Deactivated successfully.
Sep 15 20:18:08 subez-PC systemd[1]: Stopped power-options daemon.
Sep 15 20:18:08 subez-PC systemd[1]: power-options.service: Consumed 3.307s CPU time, 13.1M memory peak.
-- Boot 4f8f4f7479914f4aa4008b2218279785 --
Sep 15 20:18:30 subez-PC systemd[1]: Started power-options daemon.
Sep 15 20:18:30 subez-PC power-daemon-mgr[891]: INFO ==> [power_daemon::profile]: Applying profile: Performance++
Sep 15 20:18:30 subez-PC power-daemon-mgr[891]: INFO ==> [power_daemon::profile]: Applying CPU settings on ThreadId(32)
Sep 15 20:18:30 subez-PC power-daemon-mgr[891]: INFO ==> [power_daemon::profile]: Applying ASPM settings on ThreadId(19)
Sep 15 20:18:30 subez-PC power-daemon-mgr[891]: INFO ==> [power_daemon::profile]: Applying PCI PM settings on ThreadId(22)
Sep 15 20:18:30 subez-PC power-daemon-mgr[891]: INFO ==> [power_daemon::profile]: Applying Radio settings on ThreadId(18)
Sep 15 20:18:30 subez-PC power-daemon-mgr[891]: INFO ==> [power_daemon::profile]: Applying Screen settings on ThreadId(33)
Sep 15 20:18:30 subez-PC power-daemon-mgr[891]: INFO ==> [power_daemon::profile]: Applying Kernel settings on ThreadId(20)
Sep 15 20:18:30 subez-PC power-daemon-mgr[891]: INFO ==> [power_daemon::profile]: Applying Network settings on ThreadId(24)
Sep 15 20:18:30 subez-PC power-daemon-mgr[891]: INFO ==> [power_daemon::profile]: Applying SATA settings on ThreadId(26)
Sep 15 20:18:30 subez-PC power-daemon-mgr[891]: INFO ==> [power_daemon::profile]: Applying USB settings on ThreadId(21)
Sep 15 20:18:30 subez-PC power-daemon-mgr[891]: ERROR ==> [power_daemon::profile]: Could not identify spuported wifi firmware module. Expected either iwlmvm or iwldvm, neither found. Ignoring network kernel module settings...
Sep 15 20:18:30 subez-PC power-daemon-mgr[891]: INFO ==> [power_daemon::profile]: Applying CPU core settings on ThreadId(32)
Sep 15 20:18:30 subez-PC rfkill[972]: unblock set for type bluetooth
Sep 15 20:28:41 subez-PC systemd[1]: power-options.service: Deactivated successfully.
-- Boot 7df61abfc6f74509ba1d17b7abbb5f22 --
Sep 15 21:00:38 subez-PC systemd[1]: Started power-options daemon.
Sep 15 21:00:39 subez-PC power-daemon-mgr[10907]: INFO ==> [power_daemon::profile]: Applying profile: Performance++
Sep 15 21:00:39 subez-PC power-daemon-mgr[10907]: INFO ==> [power_daemon::profile]: Applying CPU settings on ThreadId(18)
Sep 15 21:00:39 subez-PC power-daemon-mgr[10907]: INFO ==> [power_daemon::profile]: Applying Screen settings on ThreadId(22)
Sep 15 21:00:39 subez-PC power-daemon-mgr[10907]: INFO ==> [power_daemon::profile]: Applying Radio settings on ThreadId(20)
Sep 15 21:00:39 subez-PC power-daemon-mgr[10907]: INFO ==> [power_daemon::profile]: Applying Kernel settings on ThreadId(28)
Sep 15 21:00:39 subez-PC power-daemon-mgr[10907]: INFO ==> [power_daemon::profile]: Applying SATA settings on ThreadId(27)
Sep 15 21:00:39 subez-PC power-daemon-mgr[10907]: INFO ==> [power_daemon::profile]: Applying USB settings on ThreadId(23)
Sep 15 21:00:39 subez-PC power-daemon-mgr[10907]: INFO ==> [power_daemon::profile]: Applying PCI PM settings on ThreadId(24)
Sep 15 21:00:39 subez-PC power-daemon-mgr[10907]: INFO ==> [power_daemon::profile]: Applying Network settings on ThreadId(21)
Sep 15 21:00:39 subez-PC power-daemon-mgr[10907]: INFO ==> [power_daemon::profile]: Applying ASPM settings on ThreadId(19)
Sep 15 21:00:39 subez-PC power-daemon-mgr[10907]: ERROR ==> [power_daemon::profile]: Could not identify spuported wifi firmware module. Expected either iwlmvm or iwldvm, neither found. Ignoring network kernel module settings...
Sep 15 21:00:39 subez-PC rfkill[10959]: unblock set for type nfc
Sep 15 21:00:39 subez-PC power-daemon-mgr[10907]: INFO ==> [power_daemon::profile]: Applying CPU core settings on ThreadId(18)
Sep 15 21:02:46 subez-PC systemd[1]: Stopping power-options daemon...
Sep 15 21:02:46 subez-PC systemd[1]: power-options.service: Deactivated successfully.
Sep 15 21:02:46 subez-PC systemd[1]: Stopped power-options daemon.
-- Boot 7f9a18bc4687456db27719d655fdf969 --
Sep 15 21:03:07 subez-PC systemd[1]: Started power-options daemon.
Sep 15 21:03:07 subez-PC power-daemon-mgr[899]: INFO ==> [power_daemon::profile]: Applying profile: Performance++
Sep 15 21:03:07 subez-PC power-daemon-mgr[899]: INFO ==> [power_daemon::profile]: Applying Screen settings on ThreadId(20)
Sep 15 21:03:07 subez-PC power-daemon-mgr[899]: INFO ==> [power_daemon::profile]: Applying PCI PM settings on ThreadId(19)
Sep 15 21:03:07 subez-PC power-daemon-mgr[899]: INFO ==> [power_daemon::profile]: Applying CPU settings on ThreadId(30)
Sep 15 21:03:07 subez-PC power-daemon-mgr[899]: INFO ==> [power_daemon::profile]: Applying USB settings on ThreadId(21)
Sep 15 21:03:07 subez-PC power-daemon-mgr[899]: INFO ==> [power_daemon::profile]: Applying ASPM settings on ThreadId(29)
Sep 15 21:03:07 subez-PC power-daemon-mgr[899]: INFO ==> [power_daemon::profile]: Applying Radio settings on ThreadId(18)
Sep 15 21:03:07 subez-PC power-daemon-mgr[899]: INFO ==> [power_daemon::profile]: Applying Network settings on ThreadId(20)
Sep 15 21:03:07 subez-PC power-daemon-mgr[899]: INFO ==> [power_daemon::profile]: Applying Kernel settings on ThreadId(27)
Sep 15 21:03:07 subez-PC power-daemon-mgr[899]: INFO ==> [power_daemon::profile]: Applying SATA settings on ThreadId(26)
Sep 15 21:03:07 subez-PC power-daemon-mgr[899]: ERROR ==> [power_daemon::profile]: Could not identify spuported wifi firmware module. Expected either iwlmvm or iwldvm, neither found. Ignoring network kernel module settings...
Sep 15 21:03:07 subez-PC power-daemon-mgr[899]: INFO ==> [power_daemon::profile]: Applying CPU core settings on ThreadId(30)
Sep 15 21:03:07 subez-PC rfkill[974]: unblock set for type nfc
Sep 15 22:01:02 subez-PC systemd[1]: power-options.service: Deactivated successfully.
Sep 15 22:01:02 subez-PC systemd[1]: power-options.service: Consumed 2.767s CPU time, 13.5M memory peak.

Additionally, could you share some hardware information about your system? Specifically the CPU model. Also the output of power-daemon-mgr print-system-info

SystemInfo {
cpu_info: CPUInfo {
driver: Amd,
mode: Some(
"active",
),
has_epp: true,
has_epb: false,
has_perf_pct_scaling: false,
hybrid: false,
cores: [
CoreInfo {
online: None,
physical_core_id: 0,
logical_cpu_id: 0,
current_frequency: 3150,
base_frequency: 0,
total_min_frequency: 400,
total_max_frequency: 4785,
scaling_min_frequency: 400,
scaling_max_frequency: 4785,
is_performance_core: None,
governor: "performance",
epp: Some(
"performance",
),
epb: None,
},
CoreInfo {
online: Some(
true,
),
physical_core_id: 0,
logical_cpu_id: 1,
current_frequency: 400,
base_frequency: 0,
total_min_frequency: 400,
total_max_frequency: 4785,
scaling_min_frequency: 400,
scaling_max_frequency: 4785,
is_performance_core: None,
governor: "performance",
epp: Some(
"performance",
),
epb: None,
},
CoreInfo {
online: Some(
true,
),
physical_core_id: 1,
logical_cpu_id: 2,
current_frequency: 3185,
base_frequency: 0,
total_min_frequency: 400,
total_max_frequency: 4785,
scaling_min_frequency: 400,
scaling_max_frequency: 4785,
is_performance_core: None,
governor: "performance",
epp: Some(
"performance",
),
epb: None,
},
CoreInfo {
online: Some(
true,
),
physical_core_id: 1,
logical_cpu_id: 3,
current_frequency: 3127,
base_frequency: 0,
total_min_frequency: 400,
total_max_frequency: 4785,
scaling_min_frequency: 400,
scaling_max_frequency: 4785,
is_performance_core: None,
governor: "performance",
epp: Some(
"performance",
),
epb: None,
},
CoreInfo {
online: Some(
true,
),
physical_core_id: 2,
logical_cpu_id: 4,
current_frequency: 4606,
base_frequency: 0,
total_min_frequency: 400,
total_max_frequency: 4785,
scaling_min_frequency: 400,
scaling_max_frequency: 4785,
is_performance_core: None,
governor: "performance",
epp: Some(
"performance",
),
epb: None,
},
CoreInfo {
online: Some(
true,
),
physical_core_id: 2,
logical_cpu_id: 5,
current_frequency: 400,
base_frequency: 0,
total_min_frequency: 400,
total_max_frequency: 4785,
scaling_min_frequency: 400,
scaling_max_frequency: 4785,
is_performance_core: None,
governor: "performance",
epp: Some(
"performance",
),
epb: None,
},
CoreInfo {
online: Some(
true,
),
physical_core_id: 3,
logical_cpu_id: 6,
current_frequency: 400,
base_frequency: 0,
total_min_frequency: 400,
total_max_frequency: 4785,
scaling_min_frequency: 400,
scaling_max_frequency: 4785,
is_performance_core: None,
governor: "performance",
epp: Some(
"performance",
),
epb: None,
},
CoreInfo {
online: Some(
true,
),
physical_core_id: 3,
logical_cpu_id: 7,
current_frequency: 4600,
base_frequency: 0,
total_min_frequency: 400,
total_max_frequency: 4785,
scaling_min_frequency: 400,
scaling_max_frequency: 4785,
is_performance_core: None,
governor: "performance",
epp: Some(
"performance",
),
epb: None,
},
CoreInfo {
online: Some(
true,
),
physical_core_id: 4,
logical_cpu_id: 8,
current_frequency: 3196,
base_frequency: 0,
total_min_frequency: 400,
total_max_frequency: 4785,
scaling_min_frequency: 400,
scaling_max_frequency: 4785,
is_performance_core: None,
governor: "performance",
epp: Some(
"performance",
),
epb: None,
},
CoreInfo {
online: Some(
true,
),
physical_core_id: 4,
logical_cpu_id: 9,
current_frequency: 400,
base_frequency: 0,
total_min_frequency: 400,
total_max_frequency: 4785,
scaling_min_frequency: 400,
scaling_max_frequency: 4785,
is_performance_core: None,
governor: "performance",
epp: Some(
"performance",
),
epb: None,
},
CoreInfo {
online: Some(
true,
),
physical_core_id: 5,
logical_cpu_id: 10,
current_frequency: 3794,
base_frequency: 0,
total_min_frequency: 400,
total_max_frequency: 4785,
scaling_min_frequency: 400,
scaling_max_frequency: 4785,
is_performance_core: None,
governor: "performance",
epp: Some(
"performance",
),
epb: None,
},
CoreInfo {
online: Some(
true,
),
physical_core_id: 5,
logical_cpu_id: 11,
current_frequency: 400,
base_frequency: 0,
total_min_frequency: 400,
total_max_frequency: 4785,
scaling_min_frequency: 400,
scaling_max_frequency: 4785,
is_performance_core: None,
governor: "performance",
epp: Some(
"performance",
),
epb: None,
},
CoreInfo {
online: Some(
true,
),
physical_core_id: 6,
logical_cpu_id: 12,
current_frequency: 3476,
base_frequency: 0,
total_min_frequency: 400,
total_max_frequency: 4785,
scaling_min_frequency: 400,
scaling_max_frequency: 4785,
is_performance_core: None,
governor: "performance",
epp: Some(
"performance",
),
epb: None,
},
CoreInfo {
online: Some(
true,
),
physical_core_id: 6,
logical_cpu_id: 13,
current_frequency: 400,
base_frequency: 0,
total_min_frequency: 400,
total_max_frequency: 4785,
scaling_min_frequency: 400,
scaling_max_frequency: 4785,
is_performance_core: None,
governor: "performance",
epp: Some(
"performance",
),
epb: None,
},
CoreInfo {
online: Some(
true,
),
physical_core_id: 7,
logical_cpu_id: 14,
current_frequency: 3511,
base_frequency: 0,
total_min_frequency: 400,
total_max_frequency: 4785,
scaling_min_frequency: 400,
scaling_max_frequency: 4785,
is_performance_core: None,
governor: "performance",
epp: Some(
"performance",
),
epb: None,
},
CoreInfo {
online: Some(
true,
),
physical_core_id: 7,
logical_cpu_id: 15,
current_frequency: 3154,
base_frequency: 0,
total_min_frequency: 400,
total_max_frequency: 4785,
scaling_min_frequency: 400,
scaling_max_frequency: 4785,
is_performance_core: None,
governor: "performance",
epp: Some(
"performance",
),
epb: None,
},
],
total_min_frequency: 400,
total_max_frequency: 4785,
boost: Some(
false,
),
hwp_dynamic_boost: None,
},
pci_info: PCIInfo {
pci_devices: [
PCIDeviceInfo {
display_name: "Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe Root Complex\n",
pci_address: "0000:00:00.0",
},
PCIDeviceInfo {
display_name: "IOMMU: Advanced Micro Devices, Inc. [AMD] Family 17h-19h IOMMU\n",
pci_address: "0000:00:00.2",
},
PCIDeviceInfo {
display_name: "Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe Dummy Host Bridge\n",
pci_address: "0000:00:01.0",
},
PCIDeviceInfo {
display_name: "PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe GPP Bridge\n",
pci_address: "0000:00:01.1",
},
PCIDeviceInfo {
display_name: "PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe GPP Bridge\n",
pci_address: "0000:00:01.2",
},
PCIDeviceInfo {
display_name: "Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe Dummy Host Bridge\n",
pci_address: "0000:00:02.0",
},
PCIDeviceInfo {
display_name: "PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe GPP Bridge\n",
pci_address: "0000:00:02.1",
},
PCIDeviceInfo {
display_name: "PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe GPP Bridge\n",
pci_address: "0000:00:02.2",
},
PCIDeviceInfo {
display_name: "Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe Dummy Host Bridge\n",
pci_address: "0000:00:03.0",
},
PCIDeviceInfo {
display_name: "Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe Dummy Host Bridge\n",
pci_address: "0000:00:04.0",
},
PCIDeviceInfo {
display_name: "PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 19h USB4/Thunderbolt PCIe tunnel\n",
pci_address: "0000:00:04.1",
},
PCIDeviceInfo {
display_name: "Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe Dummy Host Bridge\n",
pci_address: "0000:00:08.0",
},
PCIDeviceInfo {
display_name: "PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h-19h Internal PCIe GPP Bridge\n",
pci_address: "0000:00:08.1",
},
PCIDeviceInfo {
display_name: "PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h-19h Internal PCIe GPP Bridge\n",
pci_address: "0000:00:08.3",
},
PCIDeviceInfo {
display_name: "SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller\n",
pci_address: "0000:00:14.0",
},
PCIDeviceInfo {
display_name: "ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge\n",
pci_address: "0000:00:14.3",
},
PCIDeviceInfo {
display_name: "Host bridge: Advanced Micro Devices, Inc. [AMD] Rembrandt Data Fabric: Device 18h; Function 0\n",
pci_address: "0000:00:18.0",
},
PCIDeviceInfo {
display_name: "Host bridge: Advanced Micro Devices, Inc. [AMD] Rembrandt Data Fabric: Device 18h; Function 1\n",
pci_address: "0000:00:18.1",
},
PCIDeviceInfo {
display_name: "Host bridge: Advanced Micro Devices, Inc. [AMD] Rembrandt Data Fabric: Device 18h; Function 2\n",
pci_address: "0000:00:18.2",
},
PCIDeviceInfo {
display_name: "Host bridge: Advanced Micro Devices, Inc. [AMD] Rembrandt Data Fabric: Device 18h; Function 3\n",
pci_address: "0000:00:18.3",
},
PCIDeviceInfo {
display_name: "Host bridge: Advanced Micro Devices, Inc. [AMD] Rembrandt Data Fabric: Device 18h; Function 4\n",
pci_address: "0000:00:18.4",
},
PCIDeviceInfo {
display_name: "Host bridge: Advanced Micro Devices, Inc. [AMD] Rembrandt Data Fabric: Device 18h; Function 5\n",
pci_address: "0000:00:18.5",
},
PCIDeviceInfo {
display_name: "Host bridge: Advanced Micro Devices, Inc. [AMD] Rembrandt Data Fabric: Device 18h; Function 6\n",
pci_address: "0000:00:18.6",
},
PCIDeviceInfo {
display_name: "Host bridge: Advanced Micro Devices, Inc. [AMD] Rembrandt Data Fabric: Device 18h; Function 7\n",
pci_address: "0000:00:18.7",
},
PCIDeviceInfo {
display_name: "VGA compatible controller: NVIDIA Corporation GA107M [GeForce RTX 3050 Ti Mobile]\n",
pci_address: "0000:01:00.0",
},
PCIDeviceInfo {
display_name: "Audio device: NVIDIA Corporation Device 2291\n",
pci_address: "0000:01:00.1",
},
PCIDeviceInfo {
display_name: "Non-Volatile memory controller: Sandisk Corp WD PC SN810 / Black SN850 NVMe SSD\n",
pci_address: "0000:02:00.0",
},
PCIDeviceInfo {
display_name: "Ethernet controller: Realtek Semiconductor Co., Ltd. Killer E2600 GbE Controller\n",
pci_address: "0000:03:00.0",
},
PCIDeviceInfo {
display_name: "Network controller: MEDIATEK Corp. MT7922 802.11ax PCI Express Wireless Network Adapter\n",
pci_address: "0000:04:00.0",
},
PCIDeviceInfo {
display_name: "VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Rembrandt [Radeon 680M]\n",
pci_address: "0000:74:00.0",
},
PCIDeviceInfo {
display_name: "Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Rembrandt Radeon High Definition Audio Controller\n",
pci_address: "0000:74:00.1",
},
PCIDeviceInfo {
display_name: "Encryption controller: Advanced Micro Devices, Inc. [AMD] Family 19h PSP/CCP\n",
pci_address: "0000:74:00.2",
},
PCIDeviceInfo {
display_name: "USB controller: Advanced Micro Devices, Inc. [AMD] Rembrandt USB4 XHCI controller #3\n",
pci_address: "0000:74:00.3",
},
PCIDeviceInfo {
display_name: "USB controller: Advanced Micro Devices, Inc. [AMD] Rembrandt USB4 XHCI controller #4\n",
pci_address: "0000:74:00.4",
},
PCIDeviceInfo {
display_name: "Multimedia controller: Advanced Micro Devices, Inc. [AMD] ACP/ACP3X/ACP6x Audio Coprocessor\n",
pci_address: "0000:74:00.5",
},
PCIDeviceInfo {
display_name: "Audio device: Advanced Micro Devices, Inc. [AMD] Family 17h/19h HD Audio Controller\n",
pci_address: "0000:74:00.6",
},
PCIDeviceInfo {
display_name: "USB controller: Advanced Micro Devices, Inc. [AMD] Rembrandt USB4 XHCI controller #8\n",
pci_address: "0000:75:00.0",
},
PCIDeviceInfo {
display_name: "USB controller: Advanced Micro Devices, Inc. [AMD] Rembrandt USB4 XHCI controller #5\n",
pci_address: "0000:75:00.3",
},
PCIDeviceInfo {
display_name: "USB controller: Advanced Micro Devices, Inc. [AMD] Rembrandt USB4 XHCI controller #6\n",
pci_address: "0000:75:00.4",
},
PCIDeviceInfo {
display_name: "USB controller: Advanced Micro Devices, Inc. [AMD] Rembrandt USB4/Thunderbolt NHI controller #2\n",
pci_address: "0000:75:00.6",
},
],
aspm_info: ASPMInfo {
supported_modes: Some(
[
"default",
"performance",
"powersave",
"powersupersave",
],
),
},
},
usb_info: USBInfo {
usb_devices: [
USBDeviceInfo {
display_name: "Linux Foundation 2.0 root hub",
id: "1d6b:0002",
},
USBDeviceInfo {
display_name: "Linux Foundation 3.0 root hub",
id: "1d6b:0003",
},
USBDeviceInfo {
display_name: "Linux Foundation 2.0 root hub",
id: "1d6b:0002",
},
USBDeviceInfo {
display_name: "  USB OPTICAL MOUSE",
id: "0000:3825",
},
USBDeviceInfo {
display_name: "Foxconn / Hon Hai Wireless_Device",
id: "0489:e0e4",
},
USBDeviceInfo {
display_name: "Linux Foundation 3.0 root hub",
id: "1d6b:0003",
},
USBDeviceInfo {
display_name: "Linux Foundation 2.0 root hub",
id: "1d6b:0002",
},
USBDeviceInfo {
display_name: "Chicony Electronics Co., Ltd ACER HD User Facing",
id: "04f2:b76f",
},
USBDeviceInfo {
display_name: "Linux Foundation 3.0 root hub",
id: "1d6b:0003",
},
USBDeviceInfo {
display_name: "Linux Foundation 2.0 root hub",
id: "1d6b:0002",
},
USBDeviceInfo {
display_name: "Linux Foundation 3.0 root hub",
id: "1d6b:0003",
},
USBDeviceInfo {
display_name: "Linux Foundation 2.0 root hub",
id: "1d6b:0002",
},
USBDeviceInfo {
display_name: "Linux Foundation 3.0 root hub",
id: "1d6b:0003",
},
],
},
sata_info: SATAInfo {
hosts: 0,
},
opt_features_info: OptionalFeaturesInfo {
supports_wifi_drivers: false,
supports_ifconfig: true,
supports_xrandr: true,
supports_brightnessctl: true,
},
}
TheAlexDev23 commented 2 months ago

Performance Percentage scaling should only be available on Intel CPUs and ignored for AMD CPUs, apparently I forgot to check for that in the GTK frontend. Should be quick to fix.