23 Nov
2020
23 Nov
'20
15:11
https://bugzilla.suse.com/show_bug.cgi?id=1174622 https://bugzilla.suse.com/show_bug.cgi?id=1174622#c21 --- Comment #21 from Takashi Iwai <tiwai@suse.com> --- FWIW, a simple workaround would be to create a script /usr/lib/systemd/system-sleep/iwlwifi-reload.sleep, containing the content like: #!/bin/sh if [ "$1" = "pre" ]; then modprobe -r iwlmvm else modprobe iwlwifi fi exit 0 -- You are receiving this mail because: You are on the CC list for the bug.