asusctl broken on Zephyrus G14 2024, linux 6.9 rc7

Issue description

I just got the 2024 Zephyrus G14 and installed fedora 40 on it, on the latest linux kernel 6.9rc7. I have tried installing asusctl and the GUI but they crash with a seg fault.

asus::kbd_backlight not found is probably relevant?

output of asusctl -n

thread 'main' panicked at asusctl/src/main.rs:61:54:
called `Result::unwrap()` on an `Err` value: MethodError(OwnedErrorName("org.freedesktop.DBus.Error.ServiceUnknown"), Some("The name is not activatable"), Msg { type: Error, sender: UniqueName("org.freedesktop.DBus"), reply-serial: 5, body: Signature("s"), fds: [] })
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Aborted (core dumped)

Log from asusd:

May 07 15:33:25 fedora asusd[4082]: [INFO  asusd::ctrl_anime] Anime using the USB interface
May 07 15:33:25 fedora asusd[4082]: [INFO  dmi_id] Found dmi ID info at "id"
May 07 15:33:25 fedora asusd[4082]: [WARN  rog_anime::usb] AniMe Matrix device found but not yet supported, will default to a GA402 layout
May 07 15:33:25 fedora asusd[4082]: [INFO  asusd::ctrl_anime] Device has an AniMe Matrix display: Unknown
May 07 15:33:25 fedora asusd[4082]: [INFO  config_traits] Parsed RON for "asusd::ctrl_slash::config::SlashConfig"
May 07 15:33:25 fedora asusd[4082]: [INFO  dmi_id] Found dmi ID info at "id"
May 07 15:33:26 fedora asusd[4082]: [INFO  asusd::ctrl_aura::controller] Searching for all Aura devices
May 07 15:33:26 fedora asusd[4082]: [INFO  asusd::ctrl_aura::controller] AuraControl found device at: "/dev/bus/usb/001/003"
May 07 15:33:26 fedora asusd[4082]: Error: Platform(MissingFunction("asus::kbd_backlight not found"))
May 07 15:33:26 fedora systemd[1]: asusd.service: Main process exited, code=exited, status=1/FAILURE
May 07 15:33:26 fedora systemd[1]: asusd.service: Failed with result 'exit-code'.
May 07 15:33:26 fedora systemd[1]: Failed to start asusd.service - ASUS Notebook Control.

Steps to reproduce

Run asusctl, and start asusd service.

System details

  • Distro: Fedora 40
  • Kernel: (uname -r) Linux fedora 6.9.0-0.rc7.20240507gtdccb07f2.358.vanilla.fc40.x86_64 #1 (closed) SMP PREEMPT_DYNAMIC Tue May 7 04:34:10 UTC 2024 x86_64 GNU/Linux
  • Desktop: Zephyrus G14 2024
  • Xorg or wayland: Wayland, KDE 6
Edited by Mariano Sorgente