All Projects → its-izhar → rtl88x2bu-driver

its-izhar / rtl88x2bu-driver

Licence: other
Linux Kernel 4.15 and above compatible realtek driver for RTL8812BU/RTL8822BU chipset (Inamax/Edimax USB Wifi Adapters)

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to rtl88x2bu-driver

archer-t2u-plus-linux
TP-Link Archer T2U Plus / AC600 High Gain USB Wifi Adapter Review & Driver installation Guide for various platforms.
Stars: ✭ 87 (+141.67%)
Mutual labels:  wifi, linux-drivers
anon-hotspot
On demand Debian Linux (Tor) Hotspot setup tool
Stars: ✭ 34 (-5.56%)
Mutual labels:  wifi
eewids
Easily Expandable Wireless Intrusion Detection System
Stars: ✭ 25 (-30.56%)
Mutual labels:  wifi
wifiqr
Create a QR code with your Wi-Fi login details
Stars: ✭ 207 (+475%)
Mutual labels:  wifi
spider
🌟 powered by python3( simple learning of spider) 百度文库;网易云歌曲; 豆瓣电影; GitHub; 京东; QQ空间; 天气; vip解析助手; TED文本内容; wifi破解脚本; 必应图片设置为桌面等爬取
Stars: ✭ 124 (+244.44%)
Mutual labels:  wifi
RetroWiFiModem
An ESP8266 based RS232 <-> WiFi modem with Hayes AT style commands and LED indicators
Stars: ✭ 65 (+80.56%)
Mutual labels:  wifi
WiFiSpi
SPI library for Arduino AVR and STM32F1 to connect to ESP8266
Stars: ✭ 55 (+52.78%)
Mutual labels:  wifi
huion-linux-drivers
Linux user-space drivers for Huion Graphic Tablets
Stars: ✭ 154 (+327.78%)
Mutual labels:  linux-drivers
WifiBarcodeSample
Sample code for my article in DotNetCurry magazine on scanning barcodes. In this sample you can generate and scan QR codes that contain a Wi-Fi connection string
Stars: ✭ 13 (-63.89%)
Mutual labels:  wifi
torbox
Container-based Tor access point (Anonymizing Middlebox).
Stars: ✭ 52 (+44.44%)
Mutual labels:  wifi
wifi-sploit
Wi-Fi sploit is a password cracker for an admin page of a Wi-Fi Router.
Stars: ✭ 29 (-19.44%)
Mutual labels:  wifi
wireless-tools
Wireless tools for Node.js
Stars: ✭ 155 (+330.56%)
Mutual labels:  wifi
libwifi
An 802.11 Frame Generation and Parsing Library in C
Stars: ✭ 27 (-25%)
Mutual labels:  wifi
Rainbow-Wifi-Hack-Utility-Android
The program implements brute Wi-Fi network method on platform Android
Stars: ✭ 39 (+8.33%)
Mutual labels:  wifi
tuya-iotos-embeded-sdk-wifi-ble-bk7231t
TuyaOS Embedded SDK is designed to promote the development of smart products with BK7231T that enables communication over Wi-Fi and Bluetooth Low Energy (LE).
Stars: ✭ 32 (-11.11%)
Mutual labels:  wifi
rpi-roam-webapp
Setup script and web application for a wireless Raspberry Pi bridge.
Stars: ✭ 13 (-63.89%)
Mutual labels:  wifi
low-power-wifi
Experiments in low-power-wifi on esp8266, esp32, and ...
Stars: ✭ 35 (-2.78%)
Mutual labels:  wifi
ProxySwitcher
Easily enable / disable WiFi proxy on a jailbroken iOS device
Stars: ✭ 55 (+52.78%)
Mutual labels:  wifi
Eduponics-Mini
MicroPython MQTT & code example for Eduponics mini ESP32 learning kit
Stars: ✭ 41 (+13.89%)
Mutual labels:  wifi
RaspberryPi-Packet-Sniffer
An HTTP and HTTPS sniffing tool created using a Raspberry Pi
Stars: ✭ 79 (+119.44%)
Mutual labels:  wifi

rtl88x2bu-driver

Linux kernel >=4.15 compatible realtek driver for RTL8812BU/RTL8822BU chipset for wifi adapters

Last Tested:

  • Linux Kernel 4.19.* Longterm releases
  • Linux Kernel 4.15.* Longterm releases

About

This repository contains drivers for the RTL8812BU/RTL8822BU chipset, updated to work with Linux 4.15 and above, the current kernel version for Ubuntu 18.04.1 at the time of writing.

It is based off of the Edimax EW-7822ULC driver, version 1.0.1.6, which in turn seems to be based on Realtek's 88x2BU driver version 5.1.7. The Edimax driver was downloaded from https://www.edimax.com/edimax/mw/cufiles/files/download/Driver_Utility/EW-7822ULC_Linux_Driver_1.0.1.6.zip and is also a part of the repo under zip/.

Compatible/Tested Devices

Tested on:

  • platform: x86_64
  • Distro: Ubuntu 18.04.1 LTS
  • Linux kernel: 4.15.0-33-generic
  • Port: USB 2.0 and USB 3.0

Build/Install Instructions

To build:
make clean
make -j8

To install:
sudo modprobe cfg80211
sudo insmod 88x2bu.ko

Note: Make sure the device is unplugged before installing the driver.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].