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! Link to comment https://forums.phpfreaks.com/topic/257840-intel-prowireless-4965agn-oneiric/ 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?? Link to comment https://forums.phpfreaks.com/topic/257840-intel-prowireless-4965agn-oneiric/#findComment-1323993 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.