Bug 219837
| Summary: | ACPI Wireless LAN Errors regarding SB.PCI0.GPP5.WLAN on Asus P16 H7606W | ||
|---|---|---|---|
| Product: | ACPI | Reporter: | Solarized (p) |
| Component: | BIOS | Assignee: | acpi_bios |
| Status: | NEW --- | ||
| Severity: | normal | CC: | bo.pan, chunfeng.yun, hua.yu, jacob_wu, javid_shu, sanyo_wang, shawn_gao, stefan |
| Priority: | P3 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Kernel Version: | 6.17.4 | Subsystem: | |
| Regression: | No | Bisected commit-id: | |
| Attachments: |
via `sudo acpidump > acpi_dump.txt`
kernel full log acpi wlan error on kernel-6.17.4 and firmware 320 acpi wlan error on kernel-6.17.4 boot log and firmware 320 |
||
Created attachment 307739 [details]
kernel full log
via `journalctl --no-hostname --boot --no-pager > kernel_boot_log.txt`
Confirmed to repro on firmware version 316 (release date: 2025/03/03) Official firmware release URL: https://www.asus.com/laptops/for-creators/proart/proart-p16-h7606/helpdesk_bios?model2Name=H7606WV Same or similar issue with a different motherboard ``` [ 4.963947] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.HEC.DPTF.FCHG], AE_NOT_FOUND (20240827/psargs-332) [ 4.963952] ACPI Error: Aborting method \_SB.IETM.CHRG.PPSS due to previous error (AE_NOT_FOUND) (20240827/psparse-529) ``` **Hardware Info** Distro: fedora 42 Device: MSI PRO Z890-P WIFI (Intel Core Ultra 7 265K) Desktop: KDE Xorg or wayland: wayland Kernel: 6.15.5-200.fc42.x86_64 @stefan here's another bug that tracks ACPI BIOS related to thermal / energy: https://bugzilla.kernel.org/show_bug.cgi?id=220809 Quite some time passed since the last report. Now I am on firmware version 320 and kernel 6.17.4. This is what I get on latest kernel and firmware: ``` Oct 16 10:55:38 kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GPP5.WLAN._S0W], AE_ALREADY_EXISTS (20250404/dswload2-326) Oct 16 10:55:38 kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250404/psobject-220) ``` Pertinent wireless lan card: Mediatek 7600/7900 series wireless adapter (ref kernel module / driver for the wlan adapter: mt7925e ) Created attachment 308975 [details]
acpi wlan error on kernel-6.17.4 and firmware 320
kernel log:
```
journalctl --no-hostname --boot --dmesg --no-pager
```
Use command: `less --raw-control-chars file_name` for helpful systemctl colors on the log attached.
Created attachment 308976 [details]
acpi wlan error on kernel-6.17.4 boot log and firmware 320
boot log:
```
journalctl --no-hostname --boot --no-pager
```
Use command: `less --raw-control-chars file_name` for helpful systemctl colors on the log attached.
|
Created attachment 307738 [details] via `sudo acpidump > acpi_dump.txt` I get these 4 errors on kernel log every time my Linux Workstation boots. ``` Mar 03 01:59:09 kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GPP5.WLAN._S0W], AE_ALREADY_EXISTS (20240827/dswload2-326) Mar 03 01:59:09 kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220) Mar 03 01:59:09 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_TZ.THRM._SCP.CTYP], AE_NOT_FOUND (20240827/psargs-332) Mar 03 01:59:09 kernel: ACPI Error: Aborting method \_TZ.THRM._SCP due to previous error (AE_NOT_FOUND) (20240827/psparse-529) ``` **Hardware Info** Distro: fedora 41 Device: Asus P16 H7606WV (AMD Ryzen AI 9 HX 370 w/ Radeon 890M) Desktop: gnome Xorg or wayland: wayland Kernel: 6.13.5 These errors appear on older kernels as well. acpidump and full kernel log are attached. Let me know if you need any further info.