Airdriver-ng is a script that provides status information about the wireless drivers on your system plus the ability to load and unload the drivers. Additionally, airdriver-ng allows you to install and uninstall drivers complete with the patches required for monitor and injection modes. Plus a number of other functions.
Here is a complete list of commands supported by the script:
The script also attempts to ensure the success of the operation by first confirming that you have the correct tools and software loaded on your system. You will receive warnings and/or error messages if your system is not capable of the requested operation. Although airdriver-ng attempts to minimize the risk, it will always be there. Please be aware that this is always a certain amount of risk to your system when working with drivers.
The airdriver-ng script is only available under linux installations.
Usage: airdriver-ng <command> [driver number | driver name]
Where these are the valid commands:
Here are usage examples for each command.
Enter:
airdriver-ng supported
The system responds:
Following stacks are supported: 0. IEEE80211 1. IEEE80211 Softmac 2. mac80211 Following drivers are supported: 0. ACX100/111 - IEEE80211 1. ADMtek 8211 - IEEE80211 2. ADMtek 8211 - mac80211 3. Atmel at76c50x - IEEE80211 4. Broadcom 4300 - IEEE80211 5. Broadcom 4300 - mac80211 6. Cisco/Aironet 802.11 - IEEE80211 Softmac 7. HostAP - IEEE80211 8. Intel Pro Wireless 2100 B - IEEE80211 9. Intel Pro Wireless 2200 B/G - IEEE80211 10. Intel Pro Wireless 3945 A/B/G - IEEE80211 11. Intel Pro Wireless 3945 A/B/G - raw mode 12. Intel Pro Wireless 3945 A/B/G - mac80211 13. Intel Pro Wireless 4965 A/B/G/N - mac80211 14. Lucent Hermes and Prism II - IEEE80211 15. Madwifi[-ng] - IEEE80211 16. Prism54 - IEEE80211 17. Prism54 - mac80211 18. Ralink rt2400 (legacy) 19. Ralink rt2400 (rt2x00) - IEEE80211 20. Ralink rt2400 (rt2x00) - mac80211 21. Ralink rt2500 (legacy) 22. Ralink rt2500 (rt2x00) - IEEE80211 23. Ralink rt2500 (rt2x00) - mac80211 24. Ralink rt2570 (legacy) 25. Ralink rt2570 (rt2x00) - IEEE80211 26. Ralink rt2570 (rt2x00) - mac80211 27. Ralink rt61 (legacy) 28. Ralink rt61 (rt2x00) - IEEE80211 29. Ralink rt61 (rt2x00) - mac80211 30. Ralink rt73 (legacy) 31. Ralink rt73 (rt2x00) - IEEE80211 32. Ralink rt73 (rt2x00) - mac80211 33. Realtek rtl8180 - custom 34. Realtek rtl8187 - custom 35. Realtek rtl8187 - mac80211 36. WLAN-NG - IEEE80211 37. Xircom Creditcard Netwave - IEEE80211 38. ZyDAS 1201 - IEEE80211 Softmac 39. ZyDAS 1211 - IEEE80211 Softmac 40. ZyDAS 1211rw - IEEE80211 Softmac 41. ZyDAS 1211rw - mac80211 42. NDIS Wrapper
Notice the number in front of each driver. These are the numbers you will need for the “install” command to actually install the particular driver.
Enter:
airdriver-ng kernel
The system responds:
Found following stacks in the Kernel: Found following drivers in the Kernel:
In this example, no stacks or drivers are built into the kernel.
Enter:
airdriver-ng installed
The system responds:
Found following stacks installed: 0. IEEE80211 1. IEEE80211 Softmac 2. mac80211 Found following drivers installed: 1. Broadcom 4300 - IEEE80211 2. HostAP - IEEE80211 3. Intel Pro Wireless 2100 B - IEEE80211 4. Intel Pro Wireless 2200 B/G - IEEE80211 6. Madwifi[-ng] - IEEE80211 7. Prism54 - IEEE80211 9. Realtek rtl8187 - custom 13. Ralink rt73 - IEEE80211 Softmac 18. Intel Pro Wireless 3945 A/B/G - raw mode - mac80211
Notice the number in front of each driver. These are the numbers you will need for the “load” command to actually load the particular driver.
Enter:
airdriver-ng loaded
The system responds:
Found following stacks loaded (as module): Found following drivers loaded (as module): 15. Madwifi[-ng] - IEEE80211 34. Realtek rtl8187 - custom
Notice the number in front of each driver. These are the numbers you will need for the “load” command to actually load the particular driver.
Enter:
airdriver-ng load 34
Where:
The system responds:
Driver "Realtek rtl8187" specified for loading. Loaded driver "Realtek rtl8187" successfully
Enter:
airdriver-ng unload 34
Where:
The system responds:
Driver "Realtek rtl8187" specified for unloading. Unloaded driver "Realtek rtl8187" successfully
Enter:
airdriver-ng reload 34
Where:
The system responds:
Driver "Realtek rtl8187" specified for reloading. Reloaded driver "Realtek rtl8187" successfully
Enter:
airdriver-ng install 34
Where:
The system responds:
Driver "Realtek rtl8187" specified for installation. 1. Getting the source... 2. Extracting the source... 3. Getting the patch... 4. Patching the source... 5. Compiling the source... 6. Installing the modules... Running "depmod -ae"... Installed driver "Realtek rtl8187" successfully Loaded driver "Realtek rtl8187" successfully
Enter:
airdriver-ng remove 34
Where:
The system responds:
Driver "Realtek rtl8187" specified for removing. Starting to remove "Realtek rtl8187" driver rm: remove regular file `/lib/modules/2.6.21-1.3228.fc7/kernel/drivers/net/wireless/rtl8187/r8187.ko'? y Running "depmod -ae"... Removed driver "Realtek rtl8187" successfully
Enter:
airdriver-ng install_stack 0
Where:
The system responds:
Stack "IEEE80211" specified for installation. 1. Getting the source... 2. No extraction needed. 3. Getting the patch... 4. Patching the source... 5. Compiling the source... 6. Installing the modules... Running "depmod -ae"... Installed stack "IEEE80211" successfully You need to reload the complete stack, or just reboot.
Enter:
airdriver-ng remove_stack 0
Where:
The system responds:
Stack "IEEE80211" specified for removing. Starting to remove "IEEE80211" driver rm: remove regular file `/lib/modules/2.6.20-1.2962.fc6/kernel/net/ieee80211/ieee80211.ko'? y rm: remove regular file `/lib/modules/2.6.20-1.2962.fc6/kernel/net/ieee80211/ieee80211_crypt.ko'? y rm: remove regular file `/lib/modules/2.6.20-1.2962.fc6/kernel/net/ieee80211/ieee80211_crypt_wep.ko'? y rm: remove regular file `/lib/modules/2.6.20-1.2962.fc6/kernel/net/ieee80211/ieee80211_crypt_tkip.ko'? y rm: remove regular file `/lib/modules/2.6.20-1.2962.fc6/kernel/net/ieee80211/ieee80211_crypt_ccmp.ko'? y Running "depmod -ae"... Removed stack "IEEE80211" successfully
Enter:
airdriver-ng details 34
Where:
The system responds:
Driver details for: "Realtek rtl8187" Compiled into kernel: No Installed: YES Loaded: YES Modules: r8187 Files: /lib/modules/2.6.21-1.3228.fc7/kernel/drivers/net/wireless/rtl8187/r8187.ko 2007-07-22 12:53 version: V 1.1 depends: ieee80211-rtl vermagic: 2.6.21-prep SMP mod_unload 686 4KSTACKS For more information see: [[r8187]]
NOTE: Notice the date after file name. This is the compile date and can be used to ensure you are using the module you want.
Enter:
airdriver-ng detect
The system responds:
Found "Realtek rtl8187" device: (r8187) Bus 001 Device 002: ID 0bda:8187 Realtek Semiconductor Corp. Found "Madwifi[-ng]" device: (ath_pci) 01:00.0 Ethernet controller: Atheros Communications, Inc. AR5212 802.11abg NIC (rev 01) USB devices (generic detection): Bus 001 Device 003: ID 148f:2573 Ralink Technology, Corp. Bus 001 Device 002: ID 0bda:8187 Realtek Semiconductor Corp.
None at this time.
None at this time.