-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rtl8723bs sdio wifi/bluetooth chip support #2422
Comments
What kind of board are you using that you have SDIO on x86-64? The driver is a staging driver, probably low quality. I'd rather prefer to not enable it unless really necessary. |
I am using the motherboard from chuwi hi8 air tablet which has intel atom z8350 SoC in it. Previously it had ubuntu and wifi/bluetooth were running fine. My goal was to have low power consumption as I run it in camper van with battery power, but I can understand if you prefer to not enable it. Usb hub with wifi and bluetooth dongles is always an option. |
Can this be re-opened? There are a number of tablets (bay trail, cherry view, and so on) that use Wifi over SDIO. In addition to setting |
Many x86_64 tablets (e.g. Cherry View) use SDIO WiFi modules, this enables the driver for a common one I've come across in the wild. This module requires firmware from the following, which are already enabled for this platform: - BR2_PACKAGE_LINUX_FIRMWARE_RTL_87XX - BR2_PACKAGE_LINUX_FIRMWARE_RTL_87XX_BT fixes home-assistant#2422
We have other staging drivers enabled, so if this is popular, I am ok enabling it. Just be aware that this is a staging driver... Expect issues and failures (e.g. as we are seeing with r8188eu, see #2548). |
Ah yes, staging drivers can be problematic. I've had some success running this particular driver on another distro, so I'm hopeful that it's "fine" 😅 |
Many x86_64 tablets (e.g. Cherry View) use SDIO WiFi modules, this enables the driver for a common one I've come across in the wild. This module requires firmware from the following, which are already enabled for this platform: - BR2_PACKAGE_LINUX_FIRMWARE_RTL_87XX - BR2_PACKAGE_LINUX_FIRMWARE_RTL_87XX_BT fixes #2422
Many x86_64 tablets (e.g. Cherry View) use SDIO WiFi modules, this enables the driver for a common one I've come across in the wild. This module requires firmware from the following, which are already enabled for this platform: - BR2_PACKAGE_LINUX_FIRMWARE_RTL_87XX - BR2_PACKAGE_LINUX_FIRMWARE_RTL_87XX_BT fixes #2422
Hello from the future. Just want to confirm I have indeed gotten issues with the In particular it fails to reconnect to the access point after the connection fails (like if the AP is reset).
wlan0: Association request to the driver failed 👀 It's a temporary solution for me though, as this device is just waiting for it's LAN cable to be pulled. |
Describe the issue you are experiencing
Realtek rtl8723bs sdio wifi/bluetooth chip seems to not be enabled on Generic x86-64. Asus Tinker Board has already support for it and the chip is used in many older intel atom powered devices like intel compute stick.
What operating system image do you use?
generic-x86-64 (Generic UEFI capable x86-64 systems)
What version of Home Assistant Operating System is installed?
10.0.dev20230317
Did you upgrade the Operating System.
Yes
Steps to reproduce the issue
Anything in the Supervisor logs that might be useful for us?
Anything in the Host logs that might be useful for us?
System information
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: