This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | Next revision Both sides next revision | ||
rt61 [2008/05/03 14:51] netrolller3d 1038 recommended, as it fixes a huge wesside/easside bug that prevents their usage with mac80211. |
rt61 [2008/07/09 00:51] netrolller3d Fix a few Next-Gen-related errors. |
||
---|---|---|---|
Line 13: | Line 13: | ||
make install | make install | ||
+ | rmmod rt61pci 2>/dev/null | ||
modprobe rt61 | modprobe rt61 | ||
- | You also need the following each time you want to use the device in monitor mode (this only applies to the Enhanced Legacy driver, as rt2x00 uses Radiotap instead): | + | You also need the following each time you want to use the device in monitor mode: |
iwpriv <interface name> rfmontx 1 | iwpriv <interface name> rfmontx 1 | ||
Line 21: | Line 22: | ||
For the above command, first make sure the interface is down. You can bring the interface down with "ifconfig <interface name> down". | For the above command, first make sure the interface is down. You can bring the interface down with "ifconfig <interface name> down". | ||
- | NOTE: This will download the Enhanced Legacy version of the driver. The Next Generation version (rt2x00, [[mac80211]]-based) requires a recent (rev. 1038+) Aircrack-ng SVN build to function, and it's not thoroughly tested. FIXME Rewrite this page to include instructions for the new driver! | + | NOTE: This will download the Enhanced Legacy version of the driver. See [[rt2x00]] for the Next-Generation driver. FIXME [[rt2x00]] needs to be written! |