View Single Post
  #110 (permalink)  
Old 10-09-2007, 03:29 AM
PLATER PLATER is offline
Junior Member
 
Join Date: May 2006
Posts: 15
Default

Don't skip or modify anything thinking it won't matter. (!)

1) Run the boot cd (make sure alfa is UNPLUGGED)
done - no problems
2) Login
done - no problems
3) Open terminal window
4) Change to the rt8187xxxxxxxxxxxx directory
called rtl8187_linux_26.1010.0622.2006
5) run: sh wlan0up
wlan0: ERROR while getting interface flags: no such device
Had to plugin the alfa before running this command
After plugin alfa and run this command:
insmod: error inserting 'ieee80211_crypt-rtl.ko': -1 File exists
insmod: error inserting 'ieee80211_crypt-web-rtl.ko': -1 File exists
insmod: error inserting 'ieee80211_crypt-tkip-rtl.ko': -1 File exists
insmod: error inserting 'ieee80211_crypt-ccmp-rtl.ko': -1 File exist
insmod: error inserting 'ieee80211-rtl.ko': -1 File exist
insmod: error inserting 'r8187.ko': -1 File exist


But after this the wlan0 device is up and i skip step 6-8
6) Plug in the alfa
7) Wait 20secs
8) Run: sh wlan0up
9) Start the device with: airmon-ng start wlan0
wlan0 RTL8187 r8187 (monitor mode enabled)
10) try to athenticate with: aireplay-ng
aireplay-ng -9 wlan0
Trying broadcast probe requests...
No Answer...
Found 1 AP
...
Injection is working!

aireplay-ng -1 0 -a <mac AP> -h <mac wlan0> wlan0

Association successful :-)

Thanks for advice though have no idea yet why it worked now, but it works :-)
Reply With Quote