Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: power-profile-daemon Not Working (Read 721 times) previous topic - next topic
0 Members and 6 Guests are viewing this topic.

power-profile-daemon Not Working

Hello all,

This is my first time trying Artix. I typically use KDE Plasma for desktop, and I've installed Artix on a laptop where power management is crucial.

I installed power-profiles-daemon via command line (pamac). No issues while installing, all dependencies met. However, it did not start automatically (I can't remember if it does by default or not) even after a reboot, so I tried to start it with:

Code: [Select]
$ sudo rc-service power-profile-daemon start

However, there was/is no service available remotely similar to power-profile-daemon.

This failing, I tried:

Code: [Select]
$ sudo powerprofilesctl

but recieved the error message:

Code: [Select]
Failed to communicate with power-profiles-daemon: g-dbus-error-quark: Error calling StartServiceByName for org.freedesktop.UPower.PowerProfiles: Launch helper exited with unknown return code 1 (25)

The file in question, /usr/share/dbus-1/system-services/org.freedesktop.UPower.PowerProfiles.service, contains the following:

Code: [Select]
[D-BUS Service]
Name=org.freedesktop.UPower.PowerProfiles
Exec=/bin/false
User=root
SystemdService=power-profiles-daemon.service


I know it can work under OpenRC, as I'm migrating from Gentoo Linux where I had no issues with it. I'm just not familiar enough with Artix (or Arch, for that matter) to know how to troubleshoot it.

Any tips or suggestions for how to get this program to work on OpenRC are appreciated.

Thanks

Re: power-profile-daemon Not Working

Reply #1
You will also need to install power-profiles-daemon-openrc.

Then enable it to be started on boot with:

Code: [Select]
rc-update add power-profiles-daemon default

Details can be found here in our wiki: https://wiki.artixlinux.org/Main/OpenRC

artist

Re: power-profile-daemon Not Working

Reply #2
Ahh, that worked. Thanks!

 

Re: power-profile-daemon Not Working

Reply #3
Thx for the feedback. Enjoy Artix!

artist