View Single Post
Posts: 1,163 | Thanked: 1,873 times | Joined on Feb 2011 @ The Netherlands
#25
Originally Posted by sifo View Post
@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
Read the first post, they are included in this package, however one must edit the load.sh script to use the paths provided by this package:

Code:
#!/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
__________________
N900 loaded with:
CSSU-T (Thumb)
720p recording,
Pierogi, Lanterne, Cooktimer, Frogatto
N9 16GB loaded with:
Kernel-Plus
--
[TCPdump & libpcap | ngrep]
--
donate
 

The Following 6 Users Say Thank You to mr_pingu For This Useful Post: