Support request for H7606 (Asus Proart P16 2024)
ISSUE LOCKED BY FLUKE: locked due to the sheer size. Please make new issues per issue if anything is still unsolved.
Hello community,
This topic now being a few months old and the situation having improved or being improved quite much, I'll only keep the status info below.
My tests are done using the latest release of Fedora KDE spin.
PENDING ISSUES / ONGOING FIXES
|
|
|
|---|---|
| Battery charging limit not working when laptop is off |
The charging limit is not respected/working if the laptop is turned off then plugged-in. 2nd Mar 2025 : still the same limitation with ROG 6.13 kernel. |
| HDMI not working (for everyone) |
Tested with supergfx with "GPU mode= hybrid"
|
|
|
Seems like an issue, as iGPU should be first and dGPU should be 2nd See
~~ |
| Dead keys (Fn+Esc, Copilot, Proart, Camera switch) |
|
| Webcam is kind slow in low light | Not really an issue but still a noticed behavior. |
|
|
2nd March 2025: a recent update (KDE?, Mesa 25?, ... ?) has improved the screen brightness: the minimum brightness is now much lower (similar to the minimum brightness available in Win11) and now seems low enough. |
|
|
Fixed in linux native kernel 6.14 + backported into 6.13.5 https://lore.kernel.org/linux-input/20250111010153.35119-1-luke@ljones.dev/T/#u |
|
|
Fixed in linux native kernel 6.14 + backported into 6.13.5 https://lore.kernel.org/linux-input/20250111010153.35119-1-luke@ljones.dev/T/#u |
|
|
Fixed in linux native kernel 6.14 + backported into 6.13.5 https://lore.kernel.org/linux-input/20250111010153.35119-1-luke@ljones.dev/T/#u |
|
|
Fixed in linux native kernel 6.13 |
|
|
Install asusctl, rog-control-center + add asus-nb-wmi and asus-wmi to initrd (see below for a howto) makes it work in rog-control-center via Throttle policy |
|
|
In asusctl 6.0.12.3: new line is required in |
|
|
Need 2 fixes for native kernel: |
|
|
|
|
|
Hybrid mode is working great. I dont even feel it is a workaround, IMHO it's a fully working solution (I'm using supergfxctl with 560.35.03) |
|
|
Fixed in linux native kernel 6.14 The following error appears in the log when booting : "amdgpu 0000:66:00.0: Direct firmware load for amdgpu/isp_4_1_0.bin failed with error -2" It is not an real issue. I put it to solved already as it's not blocking anything on the laptop. This will be fixed in kernel 6.14 thanks to https://gitlab.freedesktop.org/agd5f/linux/-/commit/6eaec0de1f508521b75ea92e68a1fe01c621256b Src: https://gitlab.freedesktop.org/drm/amd/-/issues/3794#note_2740059 |
|
|
|
|
|
This is a software issue and not a driver or kernel issue. Hence, asusctl wont fix it. However, please check https://github.com/asus-linux-drivers/asus-dialpad-driver which works quite nicely (only tested for volume so far) (28/02/2025) |
|
|
Not been able to hibernate. |
WORKING
|
|
|
|---|---|
| Signed NVidia drivers |
with native Fedora kernel >= 6.10 + Nvidia >= 560.35.03 drivers |
|
Hybrid mode for GPU (aka Optimus) |
with native Fedora kernel >= 6.11 + Nvidia >= 560.35.03 drivers + supergfxd |
| Secure Boot |
possible with native Fedora kernel >= 6.10 + Nvidia >= 560.35.03 drivers |
| Very good sound |
Only when volume > 50% for now with native Fedora kernel >= 6.10 |
| WiFi adapter |
with native Fedora kernel >= 6.10 |
| Good battery life |
|
| Touch screen |
with native Fedora kernel >= 6.10 |
| Stylus |
Feedback from @StoneToken: using ROG kernel-6.11.2-666.rog, Asus Pen 2.0 works (incl. pressure levels & buttons) TBC: Minimum native kernel version |
| Webcam (regular & IR) |
with native Fedora kernel >= 6.10 |
| Fans regime manual change |
with native Fedora kernel >= 6.11 Requires asusctl & rog-control-center, using Throttle policy |
| Battery charging threshold/limit |
with native Fedora kernel >= 6.11 Requires asusctl & rog-control-center, using Charge limit |
| Bluetooth |
with native Fedora kernel >= 6.12 |
rog-control-center require asus-nb-wmi and asus-wmi to run properly!
You need to add asus-wmi and asus-nb-wmi to initrd
How ? Click to expand and see the required steps
Add the below to /etc/dracut.conf.d/00-custom.conf (use sudo and keep the spaces at the start and the end of each string)
add_drivers+=" asus-wmi "
add_drivers+=" asus-nb-wmi "
Then run sudo dracut -f
Then run (not sure it's necessary) sudo grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
Reboot and voilà !
You need to install asusctl (using https://asus-linux.org/guides/fedora-guide/).
asusctl install steps - Click to see
sudo dnf copr enable lukenukem/asus-linux
sudo dnf update
sudo dnf install asusctl supergfxctl
sudo dnf update --refresh
sudo systemctl enable supergfxd.service
sudo dnf install asusctl-rog-gui
If running asusctl crashes, just run systemctl restart asusd
Best,
GLLM