https://github.com/razikus/tplink-t4uv3-driverlinux-ubuntu1904
https://github.com/razikus/tplink-t4uv3-driverlinux-ubuntu1904
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/razikus/tplink-t4uv3-driverlinux-ubuntu1904
- Owner: Razikus
- Created: 2019-10-28T18:27:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-28T18:31:59.000Z (almost 6 years ago)
- Last Synced: 2025-04-14T19:47:36.802Z (6 months ago)
- Language: C
- Size: 6.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
INSTALLING IN UBUNTU 19.04
```
apt install -y dkms build-essential
git clone https://github.com/Razikus/tplink-t4uv3-driverlinux-ubuntu1904.git
cd build-essential
dkms add .
dkms install -m 88x2bu -v 1.1
```
DONE**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
* [Edimax EW-7822ULC](http://us.edimax.com/edimax/merchandise/merchandise_detail/data/edimax/us/wireless_adapters_ac1200_dual-band/ew-7822ulc/)
* [ASUS AC-53 NANO](https://www.asus.com/Networking/USB-AC53-Nano/)
* [D-Link DWA-182 (Revision D1 only)](http://ca.dlink.com/products/connect/wireless-ac1200-dual-band-usb-adapter/)> 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 dirTo 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`
On Debian with some wireless managers (KDE confirmed) you must append the following to /etc/NetworkManager/NetworkManager.conf:
[device]
wifi.scan-rand-mac-address=noOtherwise, you may get stuck in an infinte loop of failed connection and a prompt for password. Source page here:
https://wiki.debian.org/WiFi**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**