![]() |
Re: [TUTORIAL] How to use aircrack-ng with the bleeding-edge wifi drivers
My bash scripting skills are still in the early stages, but I created two scripts which are executed by QueenBeecon widgets to put the card in and out of monitor mode, and loads and unloads the drivers (just in case anyone else finds them useful):
Clicking widgets changes the states, screeny of it: http://img148.imageshack.us/img148/9...1401424.th.png Code:
#!/bin/sh Anyone have any tips on how to improve it? As the drivers are unloaded on reboot, I had to use a "state_file" to keep track of whether they are loaded or not during up-time, and before a reboot or shutdown occurs the state_file is set back to "unloaded". (Not sure what would happen if the phone loses battery power and turns off though) |
Re: [TUTORIAL] How to use aircrack-ng with the bleeding-edge wifi drivers
would be nice if this wasn't running with powerkernel. I would prefered stock kernel instead.
|
Re: [TUTORIAL] How to use aircrack-ng with the bleeding-edge wifi drivers
Quote:
Not really, but it's basically the same thing, plus extra stuff which is better. If you WANT to overclock/undervolt, it can do that, but there's a bunch of other stuff it does that the stock kernel doesn't do, that has nothing to do with dangers like that - but many are things I'd say are required for anything claiming itself to be a 'mobile computer'. (IPv6 support - everything is starting to slowly shift to supporting it/using it ; iptables, etc, allowing for very effective firewall-ing; and a bunch of other modules which I don't remember, but are actually useful - like the thing that enables getting battery temperature, the module for USB-internet, etc). jd4200: I don't have any suggestions right off the top of my head, other than using "lsmod | grep [name of module]" to check if a certain module is loaded, instead of saving the state inside a file (less writes to flash chip, and avoids your sudden-reboot/shutdown/battery-flies-out problem). The modules loaded with the current version of injection driver are different than the modules loaded with the stock driver. (Also: Holy **** that's an N900 desktop? That's customized beyond recognition. Looks like I've been REALLY out of date when it comes to desktop/widget/theme changes.) |
Re: [TUTORIAL] How to use aircrack-ng with the bleeding-edge wifi drivers
Quote:
Quote:
I'll have a looksie. |
Re: [TUTORIAL] How to use aircrack-ng with the bleeding-edge wifi drivers
@Mentalist,
Agreed but PowerKernel is not always reliable in term of stability when new PR is released. And I'm happily with the Stock Kernel for the Mo after reflashed and found that my N900 is did not have the infamous issues with processor spikes after 24hours. So I think i'm staying for now, and some apps will not work with Power Kernel. Is Joikuspot work with this kernel46? Heard that it didn't in the previous version though. |
Re: [TUTORIAL] How to use aircrack-ng with the bleeding-edge wifi drivers
Quote:
Quote:
|
Re: [TUTORIAL] How to use aircrack-ng with the bleeding-edge wifi drivers
Quote:
thx in advance, ..::J4ZZ::.. |
Re: [TUTORIAL] How to use aircrack-ng with the bleeding-edge wifi drivers
Quote:
Quote:
Code:
Import which ever of the files you want below. Here's how. Then put the scripts below into: /home/user/MyDocs/wl1251-maemo/binary/compat-wireless/ (or wherever your driver folder is, if it's different make sure you change the location in the above QueenBeecon config files). Code:
Code:
Load/Unload modules. |
Re: [TUTORIAL] How to use aircrack-ng with the bleeding-edge wifi drivers
If you put the state_file to into /tmp/whatever it won't get saved to disk (well, unless it's swapped, then it's saved to the swap partition), and then you're avoiding a decent amount of flash wear. You can then also always put a script in /etc/init.d/ or /etc/event.d/ that would create the state_file, with the value of 'unloaded' upon ever boot, so that you don't have conflicts between surviving state_files left over from unexpected system crashes/power-offs. (actually, you can do the latter without the former, to set the value of state_file to unloaded at boot.)
|
Re: [TUTORIAL] How to use aircrack-ng with the bleeding-edge wifi drivers
Quote:
|
All times are GMT. The time now is 02:33. |
vBulletin® Version 3.8.8