From c090ce6dacdcd9a01664903127e2d6d9ac3ae7a6 Mon Sep 17 00:00:00 2001 From: KBeiller <105143844+KBeiller@users.noreply.github.com> Date: Wed, 8 Jul 2026 22:37:22 +0200 Subject: [PATCH 1/2] Revise troubleshooting instructions for clarity Improved troubleshooting steps clarity and added useful info. --- docs/troubleshooting.md | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index de0e762..8970c46 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -1,20 +1,8 @@ -# Troubleshooting - -## Name is not activable/cli not working - -Is the daemon running? - -```bash -systemctl status cardwired.service -``` - -> If it's not running, enable the daemon with `systemctl enable cardwired.service` and reboot your device. - ## dGPU is detected as the default gpu ### On ROG laptop -is the asus MUX enabled? +Is the ASUS MUX enabled? ```bash asusctl armoury list @@ -29,6 +17,14 @@ gpu_mux_mode: > 0 means that the MUX is enabled, the dGPU **IS** the default GPU in this case +To disable it: + +```bash +asusctl armoury set gpu_mux_mode 1 +``` + +> A reboot is required for the change to take effect. + ### Non ROG Laptop This shouldn't happen, please create an issue with the output of From d703e371cd950b88493885d6737cdf6f22f05580 Mon Sep 17 00:00:00 2001 From: KBeiller <105143844+KBeiller@users.noreply.github.com> Date: Wed, 8 Jul 2026 22:44:01 +0200 Subject: [PATCH 2/2] Update troubleshooting.md Added missing "Name is not active..." section. --- docs/troubleshooting.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 8970c46..7296861 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -1,3 +1,15 @@ +# Troubleshooting + +## Name is not activable/cli not working + +Is the daemon running? + +```bash +systemctl status cardwired.service +``` + +> If it's not running, enable the daemon with `systemctl enable cardwired.service` and reboot your device. + ## dGPU is detected as the default gpu ### On ROG laptop