USB Wifi
"TF" SDIO Wifi
ESP8089
- Git project - https://github.com/Lichee-Pi/esp8089/tree/master
- modprobe esp8089.ko turn on wifi
- ifconfig to check wlan0
- search SSID - > iwlist scanning | grep ESSID
Reference
- https://whycan.cn/t_2091.html
- https://whycan.cn/t_2232.html
- https://whycan.cn/t_2091.html
- Fix API -> https://www.lotlab.org/2019/01/18/%E4%B8%BA%E8%8D%94%E6%9E%9D%E6%B4%BEnano%E7%BC%96%E8%AF%91esp8089-wifi-%E9%A9%B1%E5%8A%A8/
- reference - > http://www.cirmall.com/bbs/thread-100586-1-1.html
- File:Lpi-esp8089-config.pdf
rtl8723bs
- enable by default: drivers->staging
- For zero:
find and download ko file in root folder, run insmod r8723bs.ko ifconfig wlan0 up 编辑好 /etc/wpa_supplicant.conf 后,执行 connect_wx.sh 来连接网络。
More reference
USB Wifi
- MT7601u supported by linux4.2 - https://whycan.cn/t_1877.html
Other options
- AP6212(模块)/BCM43438(芯片) 这种Linux内置驱动的芯片。
- RTL8188 测试不通过 -https://whycan.cn/t_2527.html