| The Following 6 Users Say Thank You to Saturn For This Useful Post: | ||
|
|
07-29-2012
, 12:47 PM
|
|
Posts: 2,180 |
Thanked: 8,287 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#702
|
| The Following 4 Users Say Thank You to freemangordon For This Useful Post: | ||
|
|
07-29-2012
, 02:12 PM
|
|
|
Posts: 1,565 |
Thanked: 1,873 times |
Joined on Mar 2007
@ UNKLE's Never Never Land
|
#703
|
@Saturn - does it explicitly depend on KP >= 51 or depends on kernel-feature-packet-injection?
Packet injection wifi driver:
Kernel modules are already included and installed in /opt/packet-injection-modules/2.6.28.10-power51/
| The Following User Says Thank You to Saturn For This Useful Post: | ||
|
|
07-29-2012
, 03:10 PM
|
|
|
Posts: 3,842 |
Thanked: 5,616 times |
Joined on Mar 2011
|
#704
|
| The Following User Says Thank You to Estel For This Useful Post: | ||
|
|
07-29-2012
, 03:19 PM
|
|
Posts: 2,180 |
Thanked: 8,287 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#705
|
| The Following 4 Users Say Thank You to freemangordon For This Useful Post: | ||
|
|
07-29-2012
, 04:46 PM
|
|
|
Posts: 1,565 |
Thanked: 1,873 times |
Joined on Mar 2007
@ UNKLE's Never Never Land
|
#706
|
Well, if you aim KP/KCSSU, kernel-feature-packet-injection should be added to dependencies. Actually I don't know if Cleven works with stock kernel, so maybe it is better that way. On the other hand if stock kernel is not supported/aimed, then you have to be sure there are packet injection drivers installed on the system, thus the kernel feature.
On the other hand, hardcoding path to drivers (/opt/packet-injection-modules/2.6.28.10-power51/) is a bad idea, a better solution will be:
/opt/packet-injection-modules/`uname -r`/
That way you will support every kernel providing those drivers in the correct place. For now there are only kernel-power and kernel-cssu, but who knows what future will bring.
Thanks.
| The Following 3 Users Say Thank You to Saturn For This Useful Post: | ||
|
|
07-29-2012
, 06:53 PM
|
|
|
Posts: 3,842 |
Thanked: 5,616 times |
Joined on Mar 2011
|
#707
|
To summarise, if one has KP51 and later then he has the drivers included. if one has KP-custom then he has to provide them himself and use the "skipKernelCheck" option.
|
|
07-29-2012
, 07:23 PM
|
|
|
Posts: 1,357 |
Thanked: 1,265 times |
Joined on Oct 2011
@ Tartus.Syria
|
#708
|
,
|
|
07-29-2012
, 07:48 PM
|
|
|
Posts: 3,842 |
Thanked: 5,616 times |
Joined on Mar 2011
|
#709
|
|
|
07-30-2012
, 01:54 PM
|
|
|
Posts: 286 |
Thanked: 322 times |
Joined on Aug 2010
@ This world :)
|
#710
|
I don't use Pali's script (it is really well written but to use it I will need to change a lot). How did you try to run it?
From reading the code you need to pass an option for the action you would like to execute. e.g.
to run:
#./packet-injection.sh load
#./packet-injection.sh enable
to restore:
#./packet-injection.sh unload
But if this is too complicated you can just use what you had before just point to the new location.
Let me know if I didn't understand the question.
.
: Python Gorillas (Maemo5)
Faircrack0.49 Update (Maemo5) 
: WPScrack (Maemo5)
![]() |
| Tags |
| aircrack, cleven, reaver |
| Thread Tools | Search this Thread |
|
This version (should be available in few minutes) expects (but do not force) the KP51.
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:
- CHANGE: Update of recommended kernel - KP51 is expected.
- CHANGE: Removed the dependency on the wlan drivers - KP51 comes with them.
INSTRUCTIONS:- To override the autodiscovery of the drivers location and use the default, create an empty file in /home/user/.cleven/skipKernelCheck
Code:
- To skip the kernel check in the startup, create an empty file in /home/user/.cleven/skipVersionCheck
Code:
WARNING: This version will work only with Kernel-Power version 51 and above.Packages: elGR Locale, SMSCON Editor, Swappolube, CSSU Features Configuration, Snuggle, YAMAS, Cleven
Garage: SMSCON, Swappolube, CSSU Features Configuration, Snuggle
Wiki: SMSCON, SMSCON Editor, Swappolube, CSSU Features Configuration, Cleven
Last edited by Saturn; 07-29-2012 at 12:42 PM.