tendouser Posted February 26, 2012 Share Posted February 26, 2012 I own a Lenovo Thinkpad T61 but trying to install aircrack-ng something happened that my WIFI driver in Ubuntu Oneiric Ocelot is just not working anymore. Can someone help me to restore it? I'm new to Linux. Cheers from Panama! Quote Link to comment Share on other sites More sharing options...
tendouser Posted March 5, 2012 Author Share Posted March 5, 2012 #!/bin/bash sudo apt-get install -y linux-headers-$(uname -r) patch wget http://www.orbit-lab.org/kernel/compat-wireless-3.0-stable/v3.0.0/compat-wireless-3.0-2.tar.bz2 tar -jxf compat-wireless-3.0-2.tar.bz2 cd compat-wireless-3.0-2/ wget http://patches.aircrack-ng.org/channel-negative-one-maxim.patch patch ./net/wireless/chan.c channel-negative-one-maxim.patch make sudo make install sudo make unload sudo reboot Can anybody tell me if this is correct in order to install compat wireless, aircrack and patches?? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.