Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 793 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 793 Bytes

EDIT: This fork makes the driver compilable on kernel version > 4.14 (tested on 4.19.66 on raspbian)

Realtek RTL8188SU/RTL8191SU/RTL8192SU driver

Introduction

This is "a" driver repository for the WIP rtl8192su for any interested developer.

To build the driver you will need to have a recent and compatible kernel source. Currently, only kernels built from the latest wireless-testing.git are supported. If you want to know more about wireless-testing.git then visit our wireless wiki's Git-Guide.

Contact

If you have any questions, reports or patches, you should write to linux-wireless@vger.kernel.org.

Building the driver

just use the Makefile:

make

and then

make load

to load the module.