Reply
Thread Tools Search this Thread
Saturn's Avatar
Posts: 1,567 | Thanked: 1,875 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#651
Originally Posted by Estel View Post
It doesn't, unless user manually move files to place, where Cleven expect them.

/Estel
How did you install cleven and did you get any errors?
The linux-backports-modules-power package should be picked up and install them to the correct place. Where did it put the driver files?
 
Posts: 108 | Thanked: 126 times | Joined on Nov 2011 @ Oulu, Finland
#652
Saturn, sorry that I wasn't clear. I guess what happened is this:

I had first installed KP50, Cleven and the backports-modules-power, so the backports went to /opt/lib/modules/2.6.28.10-power50/ back then.

Afterwards, I installed kernel-cssu and while the backports-modules stayed at /opt/lib/modules/2.6.28.10-power50/, Cleven now searched for them in /opt/lib/modules/2.6.28.10-cssu1/ even though that directory doesn't exist.
 

The Following 2 Users Say Thank You to Raimu For This Useful Post:
Saturn's Avatar
Posts: 1,567 | Thanked: 1,875 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#653
Originally Posted by Raimu View Post
Saturn, sorry that I wasn't clear. I guess what happened is this:

I had first installed KP50, Cleven and the backports-modules-power, so the backports went to /opt/lib/modules/2.6.28.10-power50/ back then.

Afterwards, I installed kernel-cssu and while the backports-modules stayed at /opt/lib/modules/2.6.28.10-power50/, Cleven now searched for them in /opt/lib/modules/2.6.28.10-cssu1/ even though that directory doesn't exist.
Thanks, I re-read your previous message and after looking the cleven code, I understood what you meant. The code makes a check of the kernel version and searches the drivers with that result.

We have to ask freemangordon if he plans to keep this in this way or if he plans to deliver a recompilation with a more generic location.

In the meantime, I'm making a version which the user could write in a settings file to override the auto-check.
 

The Following 2 Users Say Thank You to Saturn For This Useful Post:
Saturn's Avatar
Posts: 1,567 | Thanked: 1,875 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#654
Release of cleven 3.2-1 in extras-devel

This version (should be available in few minutes) depends on freemangordon's package of the bleeding edge drivers. Since those depend on the kernel-power package, installing cleven will most probably upgrade your kernel to the latest in the repository you have enabled.

To casual users: Please allow people with more experience to test it first before you upgrade. I have not tested it with all possible combinations and the major changes might break your system. Recommended is to use the version in stable repository or if you feel adventurous the testing repository.

Changes:
  • NEW: Additions in the load.sh script for checking the new driver files existence before unloading the default ones.
  • NEW: Addition of a check to skip the startup kernel check (and thus avoid error message for those with custom working setups).
  • NEW: Addition of a check to skip the autodiscovery of kernel version (and set it manually).
  • NEW: Added freemangordon in the about/thanks section of the application.
INSTRUCTIONS:

  • To override the autodiscovery of the drivers location and use the default, create an empty file in /home/user/.cleven/skipKernelCheck
    Code:
    touch /home/user/.cleven/skipKernelCheck
  • To skip the kernel check in the startup, create an empty file in /home/user/.cleven/skipVersionCheck
    Code:
    touch /home/user/.cleven/skipVersionCheck
WARNING: This version will work only with Kernel-Power version 50 and above.
 

The Following 7 Users Say Thank You to Saturn For This Useful Post:
Posts: 526 | Thanked: 189 times | Joined on Aug 2010 @ UK
#655
I just flashed my phone and now faced with this issue cleven just doesnt create monitor mode i am using latest version .

I can create it manually of course just not in the app its self , althou none of my load files creates mon0 anymore i have no idea whats going on .

I have reinstalled clenen so many times now still same issue and yep i do have new wifi drivers .

Cheers

Originally Posted by rayon View Post
Hello,

I copied the drivers provided from http://david.gnedt.eu/blog/wl1251/ to /opt/cleven/compat-wireless-v1. I could load them but I can't set it to monitor mode through cleven interface (I can do it manually). But still, I can't scan for network.

So I read few post back and I found the following solution :
http://talk.maemo.org/showpost.php?p...&postcount=541

I tried it but it doesn't work I have the same symptom (can't set the driver to monitor mode through the interface and I can't scan for network).

Regards,
__________________
METASPLOIT INSTALL N900
Keep the forums clean
Dont forget to say thanks
 
Saturn's Avatar
Posts: 1,567 | Thanked: 1,875 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#656
Originally Posted by stevomanu View Post
I just flashed my phone and now faced with this issue cleven just doesnt create monitor mode i am using latest version .

I can create it manually of course just not in the app its self , althou none of my load files creates mon0 anymore i have no idea whats going on .

I have reinstalled clenen so many times now still same issue and yep i do have new wifi drivers .

Cheers
If you need help it is good to mention the standard info.
So, which version of cleven and which version of KP do you have?
 

The Following User Says Thank You to Saturn For This Useful Post:
Posts: 526 | Thanked: 189 times | Joined on Aug 2010 @ UK
#657
Yes of course silly me , sorry .

Code:
/home/user # dpkg -l cleven
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name               Version            Description
+++-==================-==================-====================================================
ii  cleven             3.2-1              Cleven is a user interface of aircrack-ng and reaver
/home/user # uname -r
2.6.28.10-power50
/home/user #
If there is anything else you need ..

EDIT
No CSSU installed not sure if that matters or not .

Originally Posted by Saturn View Post
If you need help it is good to mention the standard info.
So, which version of cleven and which version of KP do you have?
__________________
METASPLOIT INSTALL N900
Keep the forums clean
Dont forget to say thanks

Last edited by stevomanu; 07-03-2012 at 05:01 PM. Reason: added info
 
Posts: 5 | Thanked: 0 times | Joined on Nov 2011
#658
hello everyone.
firstly cleven is awesome.
i was successful in cracking wep. but i dont know how to crack wpa security networks.
i was able to collect data into .cap files. but when i goto decrypt option n select .cap file it asks for dictionary. !!!
what to do? plz help me.
 
Posts: 177 | Thanked: 122 times | Joined on Jun 2011
#659
Originally Posted by lohitharcot View Post
hello everyone.
firstly cleven is awesome.
i was successful in cracking wep. but i dont know how to crack wpa security networks.
i was able to collect data into .cap files. but when i goto decrypt option n select .cap file it asks for dictionary. !!!
what to do? plz help me.
Sure...
http://www.aircrack-ng.org/doku.php?id=cracking_wpa
 

The Following 2 Users Say Thank You to saponga For This Useful Post:
sifo's Avatar
Posts: 1,357 | Thanked: 1,266 times | Joined on Oct 2011 @ Tartus.Syria
#660
Originally Posted by lohitharcot View Post
hello everyone.
firstly cleven is awesome.
i was successful in cracking wep. but i dont know how to crack wpa security networks.
i was able to collect data into .cap files. but when i goto decrypt option n select .cap file it asks for dictionary. !!!
what to do? plz help me.
Let Estel google that for you
__________________
[ N900-Crack ] [ The Purge ] [ New Smiles ] [ New icons ] [ ? ]
" Hey ! I've just met you and this is crazy, so install cssu maybe ? "
Please help out keeping Maemo.org alive, and consider donating.
https://www.facebook.com/ZoRk7
 

The Following User Says Thank You to sifo For This Useful Post:
Reply

Tags
aircrack, cleven, reaver

Thread Tools Search this Thread
Search this Thread:

Advanced Search

 
Forum Jump


All times are GMT -4. The time now is 09:53 PM.