Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 825 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 825 Bytes

rtl8723bu for linux

rtl8723bu linux driver for combined bgn/bluetooth device
This is a driver for the wireless part only

If one USB-ID is missing, please mail me.

build/load/function tested with v4.19

Building and install driver

for building type
make

for load the driver
sudo modprobe cfg80211
sudo insmod rtl8723bu.ko

You need to install the needed fw with
sudo make installfw

If you need to crosscompile use
ARCH= CROSS_COMPILE= KSRC=
while calling make i.e.

make ARCH="arm" CROSS_COMPILE=armv5tel-softfloat-linux-gnueabi- KSRC=/home/linux-master modules

Please use prefix rtl8723bu if you want to mail me
But please please don't, I have enough to do.
TIA

Hans Ulli Kroll [email protected]