patching drivers for injection(wifi)

Started by orunu, July 22, 2012, 08:00:57 AM

Previous topic - Next topic

orunu

Hello Bbox forum, i recently bought the Alfa AWUS036H and tried patching the drivers and every time i've tried i've failed.  I still get the mon0 fixed channel: -1 thing.  Can anyone point me to a method that is proven to work on bbox?

ultra_lazer

#1
Hi

Follow my tutorial : Compat wireless 2.6.38 on BB 2.05 here in the forum.
     

orunu

yea your method just made it so that it wouldn't connect my wifi adapter to backbox, good job.

r083rt

#3
Latest 2.6 kernel Drivers { DOWNLOAD LINK }

Ive patches these for you already !!


cd Downloads
tar xzf wireless.tar.gz
sudo mkdir /usr/src/drivers
sudo mv wireless  /usr/src/drivers
cd /usr/src/drivers/wireless
./configure
sudo make
sudo make install


If there is any errors after make DO NOT CONTINUE post the errors if you get an error type

sudo make clean

And post the errors and Ill sort it

IF YOU GET NO ERRORS
you can just unload the wifi modules but your better off rebooting and let it reload all the modules


sudo reboot


r083rt