Wireless
Participate in insightful discussions regarding issues related to Intel® Wireless Adapters and technologies
8529 Discussions

BE200 on Ubuntu 24.10, no networks found after resume from suspend

Riccd
Débutant
1 377 Visites

BE200 works good after boot of Ubuntu 24.10. However when I resume from a suspend the wifi cannot find any network anymore. In dmesg I find:

 

iwlwifi: unable to change power state from D3cold to D0, device inaccessible

 

I tried a lot of things, but the only way I got it working again was to set the following in grub config.

 

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pcie_port_pm=off"​

Here are wireless info before the suspension:

https://www.dsrealizzazioni.it/share/wireless-info-working.txt

and these are after the suspension:

https://www.dsrealizzazioni.it/share/wireless-info-off.txt

My main concern is that pcie_port_pm=off disables power managment for all PCIe devices which is clearly not  a good thing.
Is there anything that can be done?

 

0 Compliments
1 Répondre
Riccd
Débutant
1 247 Visites

So, for those who need it i have found an unofficial patch . Go to this repository
https://github.com/aigilea/hp_spectre_x360_14_eu0xxx

1-download the hp-spectre-x360-16-aa0xxx-f10.asl patch from the repository
2-compile it with iasl -tc hp-spectre-x360-16-aa0xxx-f10.asl
3-move the resulting .aml file to /boot
4-create a custom.cfg file in /boot/grub and add "acpi /boot/hp-spectre-x360-16-aa0xxx-f10.aml"
5-reboot and disable secure boot. Now wifi should reload after suspension.

0 Compliments
Répondre