View Single Post
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#796
Originally Posted by disappear View Post
Hi Saturn and thanks for this app,I am with kp51 and last update from cssu+thumb2,before i use cleven 2.5.2 but now i am with cleven 4.1,this is my answer from console when i try reaver
Have to add something about line 144,any advice
regards

Thanks for the detailed description. It might be the case that one dependency is missing since one of the recent changes.

The "ip" that it does not find is a library. Check for example: http://linux.die.net/man/8/ip

Do you have busybox power (http://talk.maemo.org/showthread.php?t=72801) installed? I think it comes with it.
I cannot check now as we are in the middle of the sites migration, but i believe it is this that you are missing.

EDIT:
in the meantime if you want to overcome this
open as root the clevenHelper script and lines 142 and 143
Code:
    MAC=`ip link show wlan0 | awk '/link/ {print $2}'` 
    reaver -i wlan0 -b $2 -a -E -S -v --mac=$MAC
modify them to
Code:
    #MAC=`ip link show wlan0 | awk '/link/ {print $2}'` 
    reaver -i wlan0 -b $2 -a -E -S -v #--mac=$MAC
with red are the changes..

BTW, the use of ip fixes the problem reported here:
http://talk.maemo.org/showpost.php?p...&postcount=592

Last edited by Saturn; 2013-01-15 at 22:52.
 

The Following 5 Users Say Thank You to Saturn For This Useful Post: