artishox
|
2012-05-28
, 12:17
|
Posts: 32 |
Thanked: 17 times |
Joined on Oct 2010
|
#21
|
|
2012-05-28
, 19:15
|
Posts: 32 |
Thanked: 17 times |
Joined on Oct 2010
|
#22
|
|
2012-05-28
, 20:01
|
Posts: 804 |
Thanked: 1,598 times |
Joined on Feb 2010
@ Gdynia, Poland
|
#23
|
The Following 3 Users Say Thank You to misiak For This Useful Post: | ||
|
2012-05-28
, 20:17
|
|
Posts: 1,359 |
Thanked: 1,292 times |
Joined on Oct 2011
@ Tartus.Syria
|
#24
|
|
2012-05-28
, 20:41
|
Posts: 1,163 |
Thanked: 1,873 times |
Joined on Feb 2011
@ The Netherlands
|
#25
|
@artishox
KP49 drivers wont work you must have the correct injection drivers for KP50 download it from here and extract it and then select the file from the applet this should work
./sifo
#!/bin/sh # Save mac address MACADDR="`ifconfig wlan0 | sed -n 's/.*HWaddr \([0-9A-Fa-f:]\+\).*/\1/p'`" # Unload wifi modules rmmod wl1251_spi 2>/dev/null rmmod wl1251 2>/dev/null rmmod wl12xx 2>/dev/null rmmod mac80211 2>/dev/null rmmod cfg80211 2>/dev/null rmmod rfkill_backport 2>/dev/null rmmod compat_firmware_class 2>/dev/null rmmod compat 2>/dev/null # Load bleeding-edge wl1251 insmod /home/opt/lib/2.6.28.10-power50/updates/compat/compat.ko insmod /home/opt/lib/2.6.28.10-power50/updates/net/rfkill/rfkill_backport.ko insmod /home/opt/lib/2.6.28.10-power50/updates/net/wireless/cfg80211.ko insmod /home/opt/lib/2.6.28.10-power50/updates/net/mac80211/mac80211.ko insmod /home/opt/lib/2.6.28.10-power50/updates/drivers/net/wireless/wl1251/wl1251.ko insmod /home/opt/lib/2.6.28.10-power50/updates/drivers/net/wireless/wl1251/wl1251_spi.ko # Restore mac address ifconfig wlan0 down hw ether "$MACADDR" iw reg set EU ifconfig wlan0 up
|
2012-05-28
, 20:52
|
|
Posts: 1,359 |
Thanked: 1,292 times |
Joined on Oct 2011
@ Tartus.Syria
|
#26
|
|
2012-05-29
, 01:48
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#27
|
|
2012-07-09
, 14:01
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#28
|
The Following User Says Thank You to Mentalist Traceur For This Useful Post: | ||
|
2012-07-09
, 17:29
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#29
|