I have two ZenBooks. My Asus ZenBook had a fresh install of Manjaro back in January 2026. My friend’s ZenBook, we did a fresh install last night with the latest image from manjaro.org.
The two systems are nearly identical in every way, but Package asusctl will not function properly, we get an error message that asusd.service won’t start.
Asusctl was installed using Pamac GUI, and relevant dependencies were installed as well:
ACPI_call: fan control
ACPI_call-dkms
Here’s the output from the CLI:
asusd is not running, start it with `systemctl start asusd
[ERROR asusctl] Could not get asusd version: MethodError(OwnedErrorName("org.freedesktop.DBus.Error.ServiceUnknown"), Some("The name is not activatable"), Msg { type: Error, serial: 4294967295, sender: UniqueName("org.freedesktop.DBus"), reply-serial: 5, body: Str, fds: [] })
Is asusd.service running? true
$ systemctl start asusd
Job for asusd.service failed because start of the service was attempted too often.
See "systemctl status asusd.service" and "journalctl -xeu asusd.service" for details.
To force a start use "systemctl reset-failed asusd.service"
followed by "systemctl start asusd.service" again.
$ systemctl reset-failed asusd.service
$ systemctl start asusd.service
Job for asusd.service failed because the control process exited with error code.
See "systemctl status asusd.service" and "journalctl -xeu asusd.service" for details.
$ systemctl status asusd.service
× asusd.service - ASUS Notebook Control
Loaded: loaded (/usr/lib/systemd/system/asusd.service; static)
Active: failed (Result: start-limit-hit) since Tue 2026-05-12 09:22:06 EDT; 4s ago
Invocation: a01b9eddeb8b40dd970fc75591c5563f
Process: 2804 ExecStartPre=/bin/sleep 1 (code=exited, status=226/NAMESPACE)
Mem peak: 2.6M
CPU: 16ms
May 12 09:22:06 ZenBookDJ systemd[1]: asusd.service: Scheduled restart job, restart counter is at 5.
May 12 09:22:06 ZenBookDJ systemd[1]: asusd.service: Start request repeated too quickly.
May 12 09:22:06 ZenBookDJ systemd[1]: asusd.service: Failed with result 'start-limit-hit'.
May 12 09:22:06 ZenBookDJ systemd[1]: Failed to start ASUS Notebook Control.
Edit update: I didn’t make it clear at the top, but my Asus laptop ran asusctl just fine for limiting maximum charge limit. Since my laptop was intended as a “distro-hopping, distro experimentation” setup, I decided to try a clean install on my own system. And now I’m having the same problem. Oops.
Mod edit: Removed zsh-generated junk characters & improved formatting for clarity. ![]()