Advertisement
wooldog

Aircrack-ng Error 132 Fix

Dec 9th, 2011
610
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.46 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. # Error-132-FIX.sh
  4. #
  5. #
  6. # Created by Adrian on 7/12/11.
  7. # Modified by Adrian Woolley, DishingTech. All rights reserved. http:///www.dishingtech.blogspot.com
  8.  
  9. # In VMware environments, this driver has a tendency to switch itself off, often resulting in errors such as "rtl8187: wireless radio switch turned off", "ioctl(SIOCSIFFLAGS) failed: Unknown error 132" and "rtl8187 - [phy0]SIOCSIFFLAGS: Unknown error 132"
  10.    
  11.     sudo dmesg |tail -20
  12.     sleep 5
  13.  
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement