
Originally Posted by
dishit
This Script seems to work for the Old Alfa AWUS036H just make a File and copy this into it. Then right click
on the file and change the permissions to executable. Then to run just double click on the File you made on the Desktop.
#!/bin/sh
airmon-ng check killall
ifconfig wlan0 down
rmmod rtl8187
rfkill block all
rfkill unblock all
modprobe rtl8187
rfkill unblock all
ifconfig wlan0 up
ls -l /sys/class/net/wlan0/device/driver
lsmod | grep -i rtl8187
ifconfg wlan0 down
iw reg set BO
iwconfig wlan0 txpower 30
ifconfig wlan0 up
airmon-ng start wlan0
That Country Code BO must already have a txpower of 30 set in the CRDA so NO CHANGES TO SYSTEM ARE NEEDED.