Skip to content

Instantly share code, notes, and snippets.

@saces
Last active August 18, 2017 22:40
Show Gist options
  • Save saces/40bb804b04b3a83bff1d978c9cafe03b to your computer and use it in GitHub Desktop.
Save saces/40bb804b04b3a83bff1d978c9cafe03b to your computer and use it in GitHub Desktop.
Strange Intel wifi trouble.

The issue:

Seemingly at random the Intel wifi card fails to wakup from suspend.

I did not really figure out what happens (maybe i have the logs with answers to everything, but im not able to read it) Just a guess: race condition in powermanagment make the wifi card not to return from suspend

One of these may help:

  • turn of Wake on LAN (bios)
  • add parameters for powermanagment to the iwlwifi module (black magic, that kind which requires virgin blood)
  • turn off powermanagment via iw tool

The hard way:

Add the ifldvm and iflwifi modules to the black list, so they get unloaded on suspend and reloded on wakeup.

Qubes:

  • open terminal in sys-net
  • sudo vim /rw/config/suspend-module-blacklist
  • add iwldvm and iwlwifi

Arch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment