
Originally Posted by
IHaveNoIdea
So injections work with b43. I can't get it to allow my 4311 to go into promiscuous mode. Is the b43 driver is capable of that? When I was on Ubuntu, I had the restricted STA module, which worked great, but I can't seem to find out how to do it on BT4. All of the manuals explain the wl module, which is what is currently in use, by default. Could you let me know?
sudo ifconfig eth1 down
sudo iwconfig eth1 mode monitor
sudo ifconfig eth1 up
That should do it. To go back do the same thing, but change monitor to managed.