All Projects → brandon-bailey → rtl8822bu

brandon-bailey / rtl8822bu

Licence: other
RTL8822BU Wireless Driver for Linux

Programming Languages

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

Projects that are alternatives of or similar to rtl8822bu

Rtl88x2bu wifi linux v5.2.4.4 26334.20180126 coex20171012 5044
rtl88x2bu driver updated for modern kernels.
Stars: ✭ 55 (-6.78%)
Mutual labels:  driver, wireless
rtl88x2BU WiFi linux v5.2.4.1 22719 COEX20170518-4444.20170613
rtl88x2bu driver updated for modern kernels.
Stars: ✭ 26 (-55.93%)
Mutual labels:  driver, wireless
fix-linux-mouse
Hints how to fix USB mouse issues on Linux
Stars: ✭ 36 (-38.98%)
Mutual labels:  driver, wireless
Tl Wn722n V2
Drivers for TP-LINK TL-WN722N version 2 .Clean ported for kernel 4.4, 4.8, 4.10 ,4.13 ,4.14 & 4.15 from source which was at 4.3
Stars: ✭ 112 (+89.83%)
Mutual labels:  driver, wireless
mongodb-php-lib
MongoDB driver library for PHP
Stars: ✭ 16 (-72.88%)
Mutual labels:  driver
grabbitmq
A high-level RabbitMQ driver for Golang.
Stars: ✭ 16 (-72.88%)
Mutual labels:  driver
dev twitter
A module to make the /dev/twitter
Stars: ✭ 72 (+22.03%)
Mutual labels:  driver
wapi
C library to configure wireless network interfaces in GNU/Linux systems.
Stars: ✭ 32 (-45.76%)
Mutual labels:  wireless
sx126x driver
Driver for SX126x radio
Stars: ✭ 41 (-30.51%)
Mutual labels:  driver
embedded-sht
Embedded SHT Drivers for Sensirion Temperature and Humidity Sensors - Download the Zip Package from the Release Page
Stars: ✭ 53 (-10.17%)
Mutual labels:  driver
iomemory-vsl4
Updated Fusion-io iomemory VSL4 Linux (version 4.3.7) driver for recent kernels.
Stars: ✭ 42 (-28.81%)
Mutual labels:  driver
dragon
A host-based framework that transparently extends the GPU addressable global memory space beyond the host memory using NVM-backed data pointers
Stars: ✭ 49 (-16.95%)
Mutual labels:  driver
laravel-sybase
Connection and Laravel Eloquent driver for Sybase
Stars: ✭ 29 (-50.85%)
Mutual labels:  driver
mongosh
The MongoDB Shell
Stars: ✭ 215 (+264.41%)
Mutual labels:  driver
ansible-openwrt
Ansible collection to configure your OpenWrt devices more quickly and automatically (without Python)
Stars: ✭ 34 (-42.37%)
Mutual labels:  wireless
faunadb-ruby
Ruby driver for FaunaDB
Stars: ✭ 37 (-37.29%)
Mutual labels:  driver
xbox360-controller-manager
Turn OFF your wireless xbox 360 controller on PC and see the battery status of the connected controllers.
Stars: ✭ 38 (-35.59%)
Mutual labels:  wireless
MacchinaM2-J2534-Rust
Cross platform J2534 API for Macchinas M2 UTD module
Stars: ✭ 17 (-71.19%)
Mutual labels:  driver
athenadriver
A fully-featured AWS Athena database driver (+ athenareader https://github.com/uber/athenadriver/tree/master/athenareader)
Stars: ✭ 116 (+96.61%)
Mutual labels:  driver
AxisOrange
Sending M5 series IMU sensor data by Bluetooth SPP.
Stars: ✭ 35 (-40.68%)
Mutual labels:  wireless

8822BU for Linux

Driver for 802.11ac USB Adapter with
RTL8822BU chipset
Only STA/Monitor Mode is supported, no AP.

A few known wireless cards that use this driver include

NOTE: At least v4.7 is needed to compile this module sorry people with older kernels, the code is removed. Upon request I can work towards making it backwards compatible.

Currently tested on X86_64 and ARM platform(s) only,
cross compile possible.

For compiling type
make
in source dir

To install the firmware files
sudo make install

To Unload driver you may need to disconnect the device

If the driver fails building consult your distro how to
install the kernel sources and build an external module.

NOTES
This driver allows use of wpa_supplicant by using the nl80211 driver wpa_supplicant -Dnl80211

If installing on Rasberry Pi or other "armv71" devices, edit the Makefile and set CONFIG_PLATFORM_ARM_RPI = y and CONFIG_PLATFORM_I386_PC = n

STATUS
Driver works fine (some sort of)
Most of the work is done is cleaning the driver and make this mess readable for conversion. Updates for wireless-ext/cfg80211 are not accepted.

BUGS

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].