|
2007-12-20
, 01:59
|
Posts: 4 |
Thanked: 0 times |
Joined on Dec 2007
|
#2
|
|
2007-12-20
, 03:04
|
Posts: 393 |
Thanked: 112 times |
Joined on Jul 2007
|
#3
|
|
2007-12-20
, 03:08
|
Posts: 398 |
Thanked: 77 times |
Joined on Jul 2007
|
#4
|
|
2007-12-20
, 03:35
|
Posts: 82 |
Thanked: 6 times |
Joined on Nov 2007
|
#6
|
|
2007-12-20
, 04:16
|
Posts: 21 |
Thanked: 7 times |
Joined on Sep 2007
@ California
|
#7
|
The Following User Says Thank You to truent For This Useful Post: | ||
|
2007-12-20
, 08:39
|
Posts: 35 |
Thanked: 17 times |
Joined on Mar 2007
@ Sweden
|
#8
|
|
2007-12-20
, 08:44
|
Posts: 35 |
Thanked: 17 times |
Joined on Mar 2007
@ Sweden
|
#9
|
|
2007-12-20
, 14:35
|
Posts: 82 |
Thanked: 6 times |
Joined on Nov 2007
|
#10
|
1 install package becomroot
2 install package wirelesstools, dl from http://olya.com/maemo/ (big thanks to ag2).
3 in xterm type "sudo gainroot"
4 dowload test.tar.gz to N800 internal memory ie /home/user/MyDocs/.documents/
http://rapidshare.com/files/77821232/test.tar.gz.html
5 extract test.tar.gz with "tar -xvzf test.tar.gz"
You will now have a folder called test that should contain:
aircrack-ng aireplay-ng airodump-ng rt73.bin rt73.ko
6 type "cd test", then copy rt73.bin to /lib/firmware/ with "cp rt73.bin /lib/firmware/"
7 Now activate host mode "echo host > /sys/devices/platform/musb_hdrc/mode"
8 Plug in wifi adapter to powerd hub
9 Load the driver with insmod ./rt73.ko
10 check that everything worked by checking the output from dmesg or iwconfig
You should now have an new interface called wlan1
11 Activate injection with "iwpriv wlan1 rfmontx 1" verify with "iwpriv wlan1 get_rfmontx"
12 Check injection with aireplay-ng, "./aireplay-ng wlan1 --test", aireplay-ng needs a AP in range in order to test injection, I had to run it a couple of times ,and move my wifi adapter before it worked.
Sometimes you need to run "ifconfig wlan1 up", so try that if you get into trouble.
Well that's it, and please let me know if something is wrong (I'm no linux guru)
Anyway I loaded the rt73 driver and then iwpriv wlan1 rfmontx 1, after that I tested injection with aireplay-ng wlan1 --test, and aireplay found one AP and reported that injections worked.
I don't have the skills (yet) to make a deb package, but if anyone of you guys want to trie it out I can put up the binary files + driver.
Pardon my slightly confused post and bad english, but I have been at this this for about 9 hours non-stop.