Skip to content
/ rtw89-usb Public

Add USB support in linux wireless driver rtw89

License

Notifications You must be signed in to change notification settings

s-2/rtw89-usb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

This driver is based on Realtek's rtw89 driver in Linux main trunk. Or can refer to this lwfinger's github [rtw89] (https://github.com/lwfinger/rtw89)

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.

About

Add USB support in linux wireless driver rtw89

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages