  justanotherguy
@dslextreme.com
| reply to Warez_Zealot Re: Getting the screw job from BT2
I'm no expert in this area, but did you verify that you indeed have drivers for your particular card that supports packet injection?
aireplay -9 [your interface]
If you need to load drivers after BT is running, you'll probably need to "modprobe -r [your current driver]" to remove the existing driver and then "modprobe [new driver]" to load the new one. Your current driver value can be determined by looking through the output of the "lsmod" command.
If "ifconfig -a" lists your new driver / interface (may be a different name), you'll need to "iwconfig [interface] mode monitor". |