You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an informative post:
When using airmong-ng with mt76x2u NiCs it causes the live OS to crash. I have found an alternative setup so I wanted to share with those who might be running into the same problem
sudo ip link set wlan0 down
sudo iw wlan0 set monitor control
sudo ip link set wlan0 name wlan0mon
sudo ip link set wlan0mon up
Then if you are using 5Ghz do the following
iwconfig wlan0mon freq 5.220G
iwconfig wlan0mon channel 44
You will also want to set your AP's 5Ghz SSID to use channel 44 (5.220G freq)
The text was updated successfully, but these errors were encountered:
This is an informative post:
When using airmong-ng with mt76x2u NiCs it causes the live OS to crash. I have found an alternative setup so I wanted to share with those who might be running into the same problem
Then if you are using 5Ghz do the following
The text was updated successfully, but these errors were encountered: