- Saved searches
- Use saved searches to filter your results more quickly
- bp-ross/important_files
- Name already in use
- Sign In Required
- Launching GitHub Desktop
- Launching GitHub Desktop
- Launching Xcode
- Launching Visual Studio Code
- Latest commit
- Git stats
- Files
- README.md
- Saved searches
- Use saved searches to filter your results more quickly
- abnhay/compat-wireless-2010
- Name already in use
- Sign In Required
- Launching GitHub Desktop
- Launching GitHub Desktop
- Launching Xcode
- Launching Visual Studio Code
- Latest commit
- Git stats
- Files
- README.md
- Download Compat-Wireless Kali Linux
- Download Compat-Wireless Kali Linux
- Step 1: Update Your System
- Step 2: Download Compat-Wireless
- Step 3: Compile and Install Compat-Wireless
- Step 4: Load Compat-Wireless Modules
- Saved searches
- Use saved searches to filter your results more quickly
- License
- WizeryLtd/compat-wireless
- Name already in use
- Sign In Required
- Launching GitHub Desktop
- Launching GitHub Desktop
- Launching Xcode
- Launching Visual Studio Code
- Latest commit
- Git stats
- Files
- README.md
Saved searches
Use saved searches to filter your results more quickly
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
bp-ross/important_files
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
README.md
Use this file when you are trying to run aircrack-ng, airmon-ng, and iwconfig on your Kali Linux VM from a Macbook localhost.
I’m running Kali Linux in VirtualBox on a macbook. Trying to test wifi security tools like aircrack-ng, airmon-ng, and iwconfig but there is no wlan0 network (because of Macbook hardware)
- Download this file to your Kali Linux box and cd to its location
- tar -xjvf compact-wireless-2010–06–26-p.tar.bz2
- cd compat-wireless-2010–06–26-p
- make load
Verify it’s working correctly
- ifconfig # should show you wlan0 and wlan1
- iwconfig # should show you your wireless networks
Saved searches
Use saved searches to filter your results more quickly
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
abnhay/compat-wireless-2010
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
README.md
Use this file when you are trying to run aircrack-ng, airmon-ng, and iwconfig on your Kali Linux VM from a Macbook localhost.
I’m running Kali Linux in VirtualBox on a macbook.
Trying to test wifi security tools like aircrack-ng, airmon-ng, and iwconfig but there is no wlan0 network (because of Macbook hardware)
- Download this file to your Kali Linux box and cd to its location
- tar -xjvf compact-wireless-2010–06–26-p.tar.bz2
- cd compat-wireless-2010–06–26-p
- make load
Verify it’s working correctly
- ifconfig # should show you wlan0 and wlan1
- iwconfig # should show you your wireless networks
Download Compat-Wireless Kali Linux
Welcome to the ultimate guide on how to download and install Compat-Wireless on Kali Linux. If you’re looking to enhance your wireless networking experience, Compat-Wireless is the perfect tool for you. In this article, we will walk you through the process of downloading, installing, and optimizing Compat-Wireless on your Kali Linux system.
With its extensive features and capabilities, Compat-Wireless is a must-have tool for security professionals, network administrators, and anyone who wants to maximize their wireless networking performance.
Download Compat-Wireless Kali Linux
If you’re eager to get started with Compat-Wireless on your Kali Linux system, you’re in the right place. In this section, we will provide you with detailed steps to download and install Compat-Wireless.
Step 1: Update Your System
Before proceeding with the download, it’s essential to ensure that your Kali Linux system is up to date. Open a terminal and enter the following command:
sudo apt update && sudo apt upgrade
This command will update your system and install any available updates.
Step 2: Download Compat-Wireless
To download Compat-Wireless, we will use the Git version control system. If you don’t have Git installed, you can install it by running the following command:
Once Git is installed, you can proceed with the download. Run the following command to clone the Compat-Wireless repository:
git clone https://github.com/linux-wireless/compat-wireless.git
This command will create a directory named “compat-wireless” containing all the necessary files.
Step 3: Compile and Install Compat-Wireless
Now that you have downloaded the Compat-Wireless repository, navigate to the directory by running the following command:
Before compiling and installing Compat-Wireless, you may need to install the required build tools and kernel headers. Use the following command to install them:
sudo apt install build-essential linux-headers-$(uname -r)
Once the dependencies are installed, you can proceed with the compilation. Run the following command:
This command will compile the Compat-Wireless modules. After the compilation is complete, install the modules by running the following command:
Step 4: Load Compat-Wireless Modules
To start using Compat-Wireless, you need to load the appropriate kernel modules. Run the following command:
This command will load the ath9k module, which is a popular wireless driver supported by Compat-Wireless.
Congratulations! You have successfully downloaded, installed, and loaded Compat-Wireless on your Kali Linux system. Now, let’s explore some frequently asked questions to help you make the most out of this powerful tool.
Saved searches
Use saved searches to filter your results more quickly
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
License
WizeryLtd/compat-wireless
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
README.md
Linux compat drivers compatibility package
This package provides backport support for drivers from newer kernels down to older kernels. It currently backports 3 subsystems:
This package provides the latest Linux kernel subsystem enhancements for kernels 2.6.24 and above. It is technically possible to support kernels < 2.6.24 but more work is required for that.
This package is documented online and has more-up-to date information online than on this README file. You should read the wiki page and not rely on this README!
This work is a subset of the Linux kernel as such we keep the kernel’s Copyright practice. Some files have their own copyright and in those cases the license is mentioned in the file. All additional work made to building this package is licensed under the GPLv2.