Advertisement
Guest User

fix for -1 channel

a guest
Aug 2nd, 2015
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. first run this- iw reg set JP (run that command at everystart up of your pc or wireless card)
  2.  
  3. command this- iw dev wlan0 interface add mon0 type monitor
  4.  
  5. (sadly you must run the command above everytime you restart your pc or unplug your wireless card)
  6.  
  7.  
  8.  
  9. important do this exactly-
  10.  
  11. (this will disable wlan0 so mon0 will not have any interference) the command is- ifconfig wlan0 down (or wlan1 if thats the name of your wireless card)
  12. then run this- ifconfig mon0 up
  13. Type: ifconfig [interface of wireless card] down and hit Enter.
  14. Replace [interface of wireless card] with the name of the interface that you enabled mon0 on; probably called wlan0. This disables the wireless card from connecting to the internet, allowing it to focus on monitor mode instead.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement