Current Driver Version: 5.12.1
Supported Kernels: 2.3-6.8
- Introduction
- Features
- Requirements
- Installation
- Usage
- Troubleshooting
- Contributing
- License
- Acknowledgements
This repository contains the Linux driver for the Realtek RTL88x2CU chipset, with Injection and Monitor Mode support. It's ported to the latest kernel's and will be maintained by OpenHD.
- Compatibility: TBD
- Linux Kernel: >2.3
- Build Tools:
make
,gcc
, and other standard build tools.
To install the driver, follow these steps:
-
Clone the Repository:
git clone https://github.com/openhd/rtl88x2cu cd rtl88x2cu
-
Build and Install the Driver:
make sudo make install sudo modprobe 88x2cu_ohd
Once the driver is installed, plug in your Realtek RTL88x2CU USB wireless adapter. The system should recognize the device, and you can manage wireless connections through your network manager.
- Device Not Recognized: Ensure the driver is correctly installed and loaded:
sudo modprobe 88x2cu_ohd dmesg | grep 88x2cu_ohd
- Build Errors: Verify that all build dependencies are installed and that your kernel headers match your running kernel.
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes and commit them (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Open a Pull Request.
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.
Special thanks to Realtek for providing the original driver source. This project builds upon their efforts to improve compatibility and performance for Linux users.