Skip to content

ottov/android_hardware_wifi_realtek_drivers_8822bu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

android_hardware_wifi_realtek_drivers_8822bu

This is the linux driver for an AC 1200 Dual-Band USB 3.0 Wi-Fi Adapter. (Amazon)

The original repo was forked and edited so that it would compile on Ubuntu 17.04 4.10.0-33-generic, and use DKMS

Get your VendorID:DeviceID

$ lsusb | grep -i real
Bus 003 Device 002: ID 0bda:b812 Realtek Semiconductor Corp.

Download

$ sudo apt update
$ sudo apt install linux-headers-generic build-essential git
$ git clone https://github.com/ottov/android_hardware_wifi_realtek_drivers_8822bu.git

Verify your VendorID & Device ID are in this driver (optional)

$ cd android_hardware_wifi_realtek_drivers_8822bu
$ grep -Ri 0bda
rtl8822BU/os_dep/linux/usb_intf.c:#define USB_VENDER_ID_REALTEK           0x0BDA

$ grep -Ri b812
os_dep/linux/usb_intf.c: {USB_DEVICE_AND_INTERFACE_INFO(USB_VENDER_ID_REALTEK, 0xB812, 0xff, 0xff, 0xff),.driver_info = RTL8822B},

Test no errors during compile (optional)

$ cd rtl8822BU
$ make
$ make clean

Install using DKMS, reboot

$ sudo apt install dkms
$ cd android_hardware_wifi_realtek_drivers_8822bu
$ sudo dkms add ./rtl8822BU
$ sudo dkms install rtl8822BU/5
$ sudo reboot

About

Linux rtl8822bu driver (USB Wi-Fi device)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 84.6%
  • C++ 14.6%
  • Other 0.8%