

- Compat wireless drivers backtrack how to#
- Compat wireless drivers backtrack install#
- Compat wireless drivers backtrack update#
- Compat wireless drivers backtrack driver#
You can think of it (in fact, you should) as a sized-down version of the kernel tree, a one that contains only the sources of the wireless drivers and the wireless stack. This package is mentioned quite often on the forums and the IRC channel because using it is very convenient. New packages are released pretty much every day.

UPDATE: compat-wireless is now known as Compat-wireless is a package which contains the development and stable versions (pulled from the kernel's git repository) of the in-kernel wireless drivers and the mac80211 wireless stack.
Compat wireless drivers backtrack update#
It might not be needed but these are kernel modules so that's what we will do by running the following command: sudo update-initramfs -k all -u and don't forget to update grub when you are done: sudo update-grub Save any unsaved work, leave the device plugged in and reboot for these changes to take effect. Part Four Finally, the script mentions something about updating your initramfs. Sudo gedit /etc/rc.local Now, we need to insert the following two lines before 'exit 0' so the last four lines of the file should look exactly like this: # Declare TP-WN727N USB ID to ath9k_htc module echo '148F 7601' tee /sys/bus/usb/drivers/ath9k_htc/new_id exit 0 Click on save before exiting out of gedit. Echo 'ath9k' sudo tee -a /etc/modules echo 'ath9k_htc' sudo tee -a /etc/modules For the next command, I will use gedit as the text editor but you can use nano, leafpad, kate, mousepad or any text editor.
Compat wireless drivers backtrack driver#
Part Three Now, run these two commands in an open terminal to load the driver modules at boot time. These errors can safely be ignored and should not impact the overall outcome.

Compat wireless drivers backtrack install#
When it is done, install the driver with the following command: sudo make install You will see some messages saying something about a key. Following these instructions to specify the driver you want to build and install by running the following command: sudo make defconfig-ath9k Now, run make again: sudo make This time you should receive no errors. Part Two Download the needed file: wget Now, unzip the tar.gz file: tar xvfz backports-4.4. Then, c hange your d irectory to the uncompressed file: cd backports-4.4.2-1 Because there is a Makefile, we will be using the make command.įirst, clean the build area by typing this command: sudo make clean Then, use this command to build and compile: sudo make You should receive an error and some instructions. Could you help guide me to install the correct driver? Part One Open a terminal and run the following commands: First, you will need to install a few applications to build and compile from source: sudo apt-get update sudo apt-get dist-upgrade apt-get install gcc build-essential linux-headers-generic linux-headers-`uname -r` Save any unsaved work and reboot. Then I downloaded the backports 3.16-1 by running these two commands: wget tar xvf compat-wireless-2.6.38.2 However, after that point do not know what should I do. So I try to follow the blog post to install the driver ath9k_htc but seems it was not successful. Then I noticed that I need a driver for this adaptor.
Compat wireless drivers backtrack how to#
How to installing compat-wireless patched for injection on Ubuntu Intrepid, Junty and BackTrack 4. Also I found a laptop and installed the Ubuntu 14.04.1. Ok so I bought a TP-Link TP-WN722NC (I want to buy the TP-WN722N at first, but the store only has this model). Then I can run the Wireshark in real monitor/promiscuous mode. Having some searching in the web, I know that I can do that with a USB WiFi adapter and Ubuntu.

As I am developing a WiFi product, I want to capture the WiFi traffic wirelessly with Wireshark.
