Skip to content

Add USB support in linux wireless driver rtw89

License

Notifications You must be signed in to change notification settings

kimocoder/rtw89-usb-1

Repository files navigation

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

This driver is based on Realtek's rtw89 driver 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

$ make clean
$ make

Installation

Load driver for test:

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

About

Add USB support in linux wireless driver rtw89

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages