12

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?

2
  • After you run ifconfig wlan0 down, have you run ifconfig again to make sure wlan0 is actually down ? Commented Dec 23, 2013 at 4:39
  • Yes, I did run ifconfig again to verify. Commented Dec 23, 2013 at 5:20

1 Answer 1

21

See if modprobe -rv iwlmvm helps instead.

Use iwldvm for older card types.

1
  • 3
    modprobe -rv iwlmvm for newer card types. Commented Nov 22, 2015 at 17:25

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.