8

When I run the following two commands, the first one returns without eror, but the second one gives me FATAL: Module iwlwifi is in use.

sudo ifconfig wlan0 down
sudo modprobe -r iwlwifi

If bringing the wireless interface down still leave the kernel module in use, what does that imply?

merlin2011
  • 3,855
  • 5
  • 27
  • 36

1 Answers1

18

See if modprobe -rv iwlmvm helps instead.

Use iwldvm for older card types.

lkraav
  • 1,161
  • 2
  • 11
  • 20