Stuck at boot after update (Failed to start system76 Power Daemon)
Hangman228 opened this issue · 1 comments
Distribution (run cat /etc/os-release
):
NAME="Pop!_OS"
VERSION="22.04 LTS"
ID=pop
ID_LIKE="ubuntu debian"
PRETTY_NAME="Pop!_OS 22.04 LTS"
VERSION_ID="22.04"
HOME_URL="https://pop.system76.com"
SUPPORT_URL="https://support.system76.com"
BUG_REPORT_URL="https://github.com/pop-os/pop/issues"
PRIVACY_POLICY_URL="https://system76.com/privacy"
VERSION_CODENAME=jammy
UBUNTU_CODENAME=jammy
LOGO=distributor-logo-pop-os
Related Application and/or Package Version (run apt policy $PACKAGE NAME
):
Issue/Bug Description:
After update it's impossible to boot because system76-power fails to start...
I need to disable system76-power to boot
sudo systemctl stop system76-power
sudo systemctl disable system76-power
Which is not ideal....
Here is the full log
Steps to reproduce (if you know):
Expected behavior:
Boot...
Other Notes:
Here is the log when I try to launch system76-power daemon
john@pop-os:~$ sudo system76-power daemon
[sudo] Mot de passe de john :
[INFO] Starting daemon
[INFO] Connecting to dbus system bus
[INFO] Rescanning PCI bus
[INFO] 0000:01:00.0: AMD graphics
[INFO] 0000:01:00.0: Function for 0000:01:00.0
[INFO] 0000:01:00.1: Function for 0000:01:00.0
[INFO] Disabling NMI Watchdog (for kernel debugging only)
[INFO] Setting automatic graphics power
[WARN] Failed to set automatic graphics power: does not have switchable graphics
[INFO] Initializing with the balanced profile
[ERROR] /sys/class/drm/card0/device/power_method: failed to set value: Invalid argument (os error 22)
[ERROR] /sys/class/drm/card0/device/power_profile: failed to set value: Invalid argument (os error 22)
[INFO] Registering dbus name com.system76.PowerDaemon
[INFO] Adding dbus path /com/system76/PowerDaemon with interface com.system76.PowerDaemon
[ERROR] fan daemon: platform hwmon not found
[INFO] Handling dbus requests
[ERROR] hid_backlight: no system76_acpi::kbd_backlight led
I've read that it might be related to the fact that card0 is my intel integrated and I use a ATI graphic card...