I have a Intel wireless N 7260. I want activate a promiscuous mode and i've see this post and:
How to load amsdu_size=3 with the iwlwifi module
However, for me, the first command (sudo modprobe -r iwlwifi) return Fatal the module is in use and i can't add amsdu size. How can proceede? Thank you
1 Answer
You have likely erased the original contents of /etc/modprobe.d/iwlwifi.conf
To restore do gedit admin:///etc/modprobe.d/iwlwifi.conf
Paste in the following
# /etc/modprobe.d/iwlwifi.conf
remove iwlwifi \
(/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
&& /sbin/modprobe -r mac80211Save and exit 1