![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#1 | ||
|
5 Cups of Ubuntu
![]() Join Date: Jul 2009
Location: Cairo, Egypt
Beans: 22
Ubuntu 9.04 Jaunty Jackalope
|
This guide uses p_larbig's RT73 USB enhanced drivers instead of the serialmonkey drivers because p_larbigs's are based off of the serialmonkey drivers, but have been already patched for Injection & Fragmentation Attacks, so you can utilize aireplay-ng in Aircrack-ng to its fullest.
The guide also helps you build and install the module with DKMS (which is natively supported in Jaunty 9.04), so that if you recompile your kernel or upgrade it later, the module will be automatically rebuilt and installed for you, by DKMS For more info on p_larbig's RT73 USB driver sources: http://homepages.tu-darmstadt.de/~p_larbig/wlan/ Notes about this version (3.0.3) from the author's site: Quote:
Blacklist the mac80211-based rt73usb & rt* drivers to avoid conflicts create a new file in /etc/modprobe.d called blacklist-rt73.conf Code:
sudo nano /etc/modprobe.d/blacklist-rt73.conf Code:
# Blacklist rt73usb (mac80211) as it's beta and conflicts with the # stable ieee80211 based rt73 module blacklist rt73usb # Other modules that possibly conflict with rt73 blacklist rt2500usb blacklist rt2x00lib blacklist rt2x00usb (in your home directory or in /tmp or wherever you like, it will no longer be needed after) Code:
wget http://homepages.tu-darmstadt.de/~p_larbig/wlan/rt73-k2wrlz-3.0.3.tar.bz2 tar xjf rt73-k2wrlz-3.0.3.tar.bz2 cd rt73-k2wrlz-3.0.3 Prepare DKMS config create a file in rt73-k2wrlz-3.0.3 directory, called dkms.conf Code:
nano dkms.conf Code:
PACKAGE_NAME="rt73-k2wrlz" PACKAGE_VERSION="3.0.3" # make sure kernel is 2.6.27 or newer, just in case # http://homepages.tu-darmstadt.de/~p_larbig/wlan/ BUILD_EXCLUSIVE_KERNEL="2.6.(27|28|29|[3-9][0-9])" MAKE[0]="make -C Module" CLEAN="make -C Module clean" BUILT_MODULE_NAME[0]="rt73" BUILT_MODULE_LOCATION[0]="Module" DEST_MODULE_LOCATION[0]="/kernel/drivers/net/wireless" AUTOINSTALL="yes" Code:
tar czf rt73-k2wrlz-3.0.3-dkms.tar.gz rt73-k2wrlz-3.0.3 Code:
sudo dkms ldtarball --archive=rt73-k2wrlz-3.0.3-dkms.tar.gz Code:
sudo dkms build -m rt73-k2wrlz -v 3.0.3 Code:
sudo dkms install -m rt73-k2wrlz -v 3.0.3 Or alternatively you could install RutilT Code:
sudo apt-get install rutilt Quote:
http://ubuntuforums.org/showthread.php?t=502526 Hope this helps anyone
__________________
Frankly, if you're connected to the internet, there's simply no excuse for this level of ignorance. It's willful. - tsm_sf on /. Last edited by jasmineaura; October 8th, 2009 at 05:00 AM.. |
||
|
|
|
| Bookmarks |
| Tags |
| aircrack-ng, feisty 9.04, fragmentation, injection, ralink rt73 wireless usb |
| Thread Tools | |
| Display Modes | |
|
|