Realtek RTL8723BS SDIO Wi-Fi and Bluetooth combo chip
A low-cost 802.11n Wi-Fi plus Bluetooth combo chip that connects over SDIO, widely used in budget Bay Trail and Cherry Trail Windows tablets, cheap 2-in-1 laptops, and ARM single-board computers from roughly 2014 through 2018. It still turns up in older HP Stream tablets, various Pine64 devkits, and similar low-end devices that distros like Debian and postmarketOS continue to support.
recommendation
Worth keeping but flagging its niche: although the chip is no longer sold in new hardware and the code has lived in staging for years, it still receives real bug-fix work upstream (a substantive fix landed in early 2026) and there is no in-tree replacement for the SDIO variant specifically. Hardware probes and distro install guides confirm people are still running it on aging tablets and hobbyist ARM boards, so removing it would strand those users.
repository signals
sources
- git.kernel.org
Substantive rtl8723bs fix landed on 2026-02-24, showing current upstream maintenance rather than abandonment.
- git.kernel.org
Upstream still exposes RTL8723BS as a staging SDIO WLAN driver, confirming the hardware/driver scope.
- linux-hardware.org
Recent hardware probe shows RTL8723BS still appearing in real machines, indicating ongoing legacy deployments.
- wiki.debian.org
Debian Bookworm-era install notes still mention Realtek RTL8723BS on older consumer hardware, supporting continued legacy use.
- wiki.postmarketos.org
Recent postmarketOS device page shows RTL8723BS use on niche ARM hardware/devkits, indicating residual embedded hobbyist deployment.
codex reasoning notes (technical)
This is real driver code: local shell inspection found RTL8723BS SDIO module entry in drivers/staging/rtl8723bs/os_dep/sdio_intf.c and Kconfig names the chipset. Lore-first fallback: `lei` was unavailable, so I used local kernel history via shell (`git log`) and canonical kernel.org commit/tree URLs by canonical recall to ground maintenance status; recent 2026 fixes indicate active bug-fix/refactor traffic, not removal. Web search found current deployment evidence on linux-hardware and distro/device wikis (tool: web search). I found no concrete removal series in available searches, so despite old/staging status and likely no meaningful new 2025 retail presence, active upstream work argues against deprecate/remove. Best fit is keep-annotate: legacy hardware, low present-day deployment, no clear in-tree replacement for RTL8723BS SDIO specifically.