Skip to content

ap17/rtl8723bs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rtl8723bs driver v5.2.17.1_26955.20180307_COEX20180201-6f52

origin : https://github.com/thirdyouth/rtl8723bs

Currently (april 2020) used by me on Xunlong Orange OPi-Prime with Linux 5.7.rc1, Debian 10. Works great both in access point mode and in infrastructure mode.

This driver must be built in "in-tree" mode.

  1. put driver sources to ".../drivers/net/wireless/realtek/rtl8723bs"
  2. into file ".../drivers/net/wireless/realtek/Kconfig" insert line:

source "/drivers/net/wireless/realtek/rtl8723bs/Kconfig"

  1. into file ".../drivers/net/wireless/realtek/Makefile" insert line:

obj-$(CONFIG_RTL8723BS) += rtl8723bs/

  1. do : make menuconfig -> device drivers-> network device support -> wireless LAN -> select 8723bs
  2. by hand deselect 8723bs in ".../drivers/staging/Makefile" -- just comment out this line by #, driver 8723bs from staging does not work.
  3. do make.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages