Reply
Thread Tools
joshv06's Avatar
Posts: 346 | Thanked: 139 times | Joined on Jan 2008 @ Houston Texas
#641
Originally Posted by one1002 View Post
hmm..it seems that neopwn packet injection isn't working with latest power-kernel..user Kieron has confirmed this..

i wonder if there's any workaround to enable packet injection with the latest power-kernel?
Maybe us NeoPwn users can ask Titan to implement it to the next kernel-power version? Maybe it's possible, idk.
__________________
Nokia N900
joshuavidana@gmail.com
 

The Following User Says Thank You to joshv06 For This Useful Post:
Posts: 309 | Thanked: 115 times | Joined on May 2010 @ Malaysia
#642
however, i don't know which file is missing in the latest kernel-power that were presence in kernel-power v40...
 
Kieron's Avatar
Posts: 388 | Thanked: 115 times | Joined on Oct 2009 @ London, UK
#643
Originally Posted by one1002 View Post
however, i don't know which file is missing in the latest kernel-power that were presence in kernel-power v40...
Yeah, I think the dev modded the kernel cause its got 'wl' at the end of the filename, whereas the normal powerkernel doesn't. Not sure how we'd check.

I'm sticking to the old PK for now. NeoPwn > usbhost!
 
Posts: 309 | Thanked: 115 times | Joined on May 2010 @ Malaysia
#644
i guess it's a patch to allow interface of wlan0 monitor mode, but i could be wrong. i don't know..will get back to all of you if there's any news..

Last edited by one1002; 2010-11-11 at 19:54.
 

The Following User Says Thank You to one1002 For This Useful Post:
Posts: 346 | Thanked: 271 times | Joined on Jan 2010
#645
No, monitor mode is fully working with the normal power-kernel, and works only on channel 6 with stock kernel.
The modded kernel only provide support for injection. However, injection modules must be loaded at runtime, and unloaded for normal use of wlan.

Last edited by Megaltariak; 2010-11-11 at 21:31.
 
Kieron's Avatar
Posts: 388 | Thanked: 115 times | Joined on Oct 2009 @ London, UK
#646
Didn't work for me. I tried to load modules, and my normal script didn't work.

If anyone else can confirm that PK does infact work, I'll be glad if they could help me get it working
 
Posts: 346 | Thanked: 271 times | Joined on Jan 2010
#647
Injection only works with the modded power-kernel from neopwn.
Injection and monitor mode are very different things, google is your friend if you don't know what it is.
 
OptX's Avatar
Posts: 293 | Thanked: 206 times | Joined on Oct 2009 @ Germnay
#648
Why not giving multiboot a go, since new Version is here ?
Neopwn is still running fine for me.
Here are the steps to set up multiboot : http://talk.maemo.org/showpost.php?p...&postcount=526
 

The Following User Says Thank You to OptX For This Useful Post:
Posts: 2 | Thanked: 0 times | Joined on Nov 2010
#649
I extracted the following files from neopwn tar.gz and moved them to to a folder "pinject" under /opt/
compat.ko
rfkill_backport.ko
cfg80211.ko
mac80211.ko
wl1251.ko
wl1251_spi.ko

I then wrote a script, named it as on-mod.sh, that contained the following:
#!bin/bash
rmmod wl12xx
rmmod mac80211
rmmod cfg80211
insmod compat.ko
insmod rfkill_backport.ko
insmod cfg80211.ko
insmod mac80211.ko
insmod wl1251.ko
insmod wl1251_spi.ko

when i run this, the wl12xx is unloaded (since i cant see any wireless networks in my select connection panel), however i get the following errors:
insmod error inserting 'compat.ko': -1 invalid module format
insmod error inserting 'rfkill_backport.ko': -1 invalid module format
insmod error inserting 'cfg80211.ko': -1 invalid module format
insmod error inserting 'mac80211.ko': -1 invalid module format
insmod error inserting 'wl1251.ko': -1 invalid module format
insmod error inserting 'wl1251_spi.ko': -1 invalid module format

What am i doing wrong?? I can work my way around linux and have done a bit of work with aircrack, but this has me stumped.

I have *NOT* used any of the other files from the neopwn tar.gz. The following files were also present in the folder:
kernel-power_2.6.28-maemo40-wl1_armel.deb
kernel-power-flasher_2.6.28-maemo40-wl1_armel.deb
kernel-power-modules_2.6.28-maemo40-wl1_armel.deb

I just need packet injection to work without the whole neopwn suite... Any help here??
 
Posts: 309 | Thanked: 115 times | Joined on May 2010 @ Malaysia
#650
Originally Posted by OptX View Post
Why not giving multiboot a go, since new Version is here ?
Neopwn is still running fine for me.
Here are the steps to set up multiboot : http://talk.maemo.org/showpost.php?p...&postcount=526
thx for the heads up..but i prefer not to use multiboot because it literally flashes each and everytime when booting into a kernel..

do u know how to make it work with u-boot?
 
Reply


 
Forum Jump


All times are GMT. The time now is 13:14.