Notices


Reply
Thread Tools
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#551
Originally Posted by karam View Post
@Saturn

i have made an application for MDK3
called Wifi-Pwner

i modified your load.sh a bit to include all the versions of KP installed

Code:
#!/bin/sh

kernel=$(uname -r)

# defaults
if [ "$kernel" == "2.6.28.10-power49" ]; then
DRIVERPATH="/opt/wifi-pwner/compat-wireless/kp-old"
else
if [ "$kernel" == "2.6.28.10-power48" ]; then
DRIVERPATH="/opt/wifi-pwner/compat-wireless/kp-old"
else
if [ "$kernel" == "2.6.28.10-power47" ]; then
DRIVERPATH="/opt/wifi-pwner/compat-wireless/kp-old"
else
if [ "$kernel" == "2.6.28.10-power46-wl" ]; then
DRIVERPATH="/opt/wifi-pwner/compat-wireless/kp-old"
else
if [ "$kernel" == "2.6.28.10-power40-wl" ]; then
DRIVERPATH="/opt/wifi-pwner/compat-wireless/kp-old"
else
DRIVERPATH="/opt/wifi-pwner/compat-wireless/kp"
fi
fi
fi
fi
fi
where
kp-old: has the old drivers
kp: has the new ones

hope it helps
Thanks, but in cleven I do the selection from python.

two comments on your script:

- use the "-o" option with the if to reduce the spaggeti code. e.g. if [ a == "1" -o b == "2" ] ... In general, try to avoid nested ifs.
- you will load the new drivers even for non valid kernels.

hope it helps.

Last edited by Saturn; 2012-04-16 at 20:26.
 

The Following 2 Users Say Thank You to Saturn For This Useful Post:
Posts: 3,074 | Thanked: 12,964 times | Joined on Mar 2010 @ Sofia,Bulgaria
#552
Saturn, I will look if there is a way to put those(drivers) in the repo, give me a couple of days.
 

The Following 5 Users Say Thank You to freemangordon For This Useful Post:
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#553
@all

could someone with KP50 give the exact output of
Code:
uname -r
 
Posts: 3,074 | Thanked: 12,964 times | Joined on Mar 2010 @ Sofia,Bulgaria
#554
2.6.28.10-power50
 

The Following 3 Users Say Thank You to freemangordon For This Useful Post:
D@vIcHoJD's Avatar
Posts: 236 | Thanked: 95 times | Joined on Jan 2012 @ Ecuador
#555
Originally Posted by Saturn View Post
@all

could someone with KP50 give the exact output of
Code:
uname -r
Code:
2.6.28.10-power50
 

The Following User Says Thank You to D@vIcHoJD For This Useful Post:
Posts: 105 | Thanked: 87 times | Joined on Jun 2011 @ Unknown
#556
~ $ uname -r
2.6.28.10-power50
 
Posts: 856 | Thanked: 1,681 times | Joined on Apr 2010 @ Aleppo ,Syria
#557
@Saturn
you are right
perhaps i forgot to say that there is a launch.sh to make sure that a person is running a supported KP version
 
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#558
Release of cleven 2.5-1 in extras-devel

This should provide the support for the KP50 and give some time for freemangordon to find a better solution for platform support of the new drivers (without people distracting him).

To casual users: Please allow people with more experience to test it first before you upgrade. I have not tested it with all Power Kernel versions available.

Changes:
NEW: Added support for KP50.
NEW: Include binaries of version 0.2 of the bleeding edge wireless drivers.
CHANGE: Moved load.sh and unload.sh scripts to main folder.
CHANGE: Modified load.sh to accept options for the driver selection.
CHANGE: Updated the sudoers file for the new location of the load/unload scripts.
 

The Following 6 Users Say Thank You to Saturn For This Useful Post:
Posts: 105 | Thanked: 87 times | Joined on Jun 2011 @ Unknown
#559
@Saturn
no update available for cleven yet, I have tried via app manager and terminal, anyway I am using v 2.4-8 on kp50 and works for me (of course I had to replace .ko files)
 

The Following User Says Thank You to g0r For This Useful Post:
D@vIcHoJD's Avatar
Posts: 236 | Thanked: 95 times | Joined on Jan 2012 @ Ecuador
#560
Originally Posted by g0r View Post
@Saturn
no update available for cleven yet, I have tried via app manager and terminal, anyway I am using v 2.4-8 on kp50 and works for me (of course I had to replace .ko files)
Same problem. no update available for cleven yet
 
Reply

Tags
aircrack, cleven, reaver

Thread Tools

 
Forum Jump


All times are GMT. The time now is 17:54.