I am having a suspend/resume problem with my Intel Wi-Fi adapter on Fedora. I first had this issue on Fedora 43 , and then I installed Fedora 44 beta to see whether it was fixed there, but the same problem still happens.
Hardware
- Laptop model: MSI Stealth 16 AI Studio A1VFG
- System vendor: Micro-Star International Co., Ltd.
- Wi-Fi adapter: Intel Wi-Fi 7 (802.11be) AX1775 / AX1790 / BE20 / BE401 / BE1750 2x2 [8086:272b]
What happens
- After a normal boot, Wi-Fi works.
- After suspend and resume, Wi-Fi stops working.
- At that point,
nmcli device statusshows the Wi-Fi device asunavailable. - I tried:
sudo modprobe -r iwlmldsudo modprobe -r iwlwifisudo modprobe iwlwifisudo modprobe iwlmld
- After those
modprobecommands, the Wi-Fi device disappears completely fromnmcli device status. - A reboot restores Wi-Fi again.
System setup
- This is a dual-boot setup with two SSDs .
- Windows and Linux are installed on different disks .
- The Linux disk also contains a shared partition .
What I checked
lspcistill detects the wireless hardware.- The problem seems to happen during resume, not during normal boot.
What can I do?