https://github.com/kimocoder/rtw89-usb-1
Add USB support in linux wireless driver rtw89
https://github.com/kimocoder/rtw89-usb-1
Last synced: 4 months ago
JSON representation
Add USB support in linux wireless driver rtw89
- Host: GitHub
- URL: https://github.com/kimocoder/rtw89-usb-1
- Owner: kimocoder
- License: gpl-2.0
- Created: 2021-12-13T05:38:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T17:47:16.000Z (over 2 years ago)
- Last Synced: 2025-07-24T07:57:25.246Z (11 months ago)
- Size: 1.29 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rtw89-usb
Please feel free to use it under GPL license.
Also welcome to upstream to the Linux kernel if you want.
Driver for 802.11ax USB Adapter with chipset:
RTL8852AU
[Dlink DWA-X1850 AX1800](http://www.dlinktw.com.tw/home/product?id=10120)
This driver is based on Realtek's [rtw89 driver](https://github.com/torvalds/linux/tree/master/drivers/net/wireless/realtek/rtw89) in Linux main trunk.
It's not the formal release, and it's not updated for a long time.
Hope there is still some which can help, and sooner someone may update onto the linux kernel for USB wifi.
## Build
```console
$ make clean
$ make
```
## Installation
Load driver for test:
```console
$ sudo mkdir -p /lib/firmware/rtw89
$ sudo cp fw/rtw8852* /lib/firmware/rtw89/
$ sudo modprobe mac80211
$ sudo insmod rtw89_core.ko
$ sudo insmod rtw89_usb.ko
```
## General Commands
On Going.
It's not the completed one, and not updated for a while.