Promiscuous/monitor mode

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 mac80211
Save and exit 1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like