rtl8723bs_bt icon indicating copy to clipboard operation
rtl8723bs_bt copied to clipboard

Not working on Ubuntu 17.10

Open futbarista opened this issue 7 years ago • 5 comments

I've done everything with was written in readme.txt. No errors at writing commands, everything's fine but bluetooth still doesn't work.

futbarista avatar Dec 04 '17 22:12 futbarista

yes, my ubuntu 17.10 also can't work

James6xie avatar Dec 28 '17 10:12 James6xie

Also doesn't work for me with Ubuntu 17.10 (using AzulleTech Quantum Access LAN) Tried both versions of your supplied firmware. Get the common error... Realtek Bluetooth ERROR: H5 sync timed out. Any clues what to try next?

ghost avatar Mar 08 '18 17:03 ghost

HI I'd met this issue on android-x86 with kernel 4.14, The issue root cause due to new kernel version(kernel-4.11 older) add a subsystem named Serdev; you can read this article https://www.phoronix.com/scan.php?page=news_item&px=Linux-4.11-Serial-Bus-SERDEV

This driver for rtl8723bs from https://github.com/lwfinger/rtl8723bs_bt is not serdev device; the patch details you can find on https://github.com/jwrdegoede/linux-sunxi/commit/222cd00fc3a8ca016cb1d253bb8866b706505c35 ;

noticed the commit msg :

This causes the /dev/tty# node for uarts referenced by a UartSerialBusV2 to disappear, which breaks support for bluetooth over uart which needs abtattach from userspace and does not yet have an in kernel hci serdev driver.

One example of a bluetooth over uart device which lacks such a driver and thus no longer works is the RTL8723BS's bluetooth part, this commit adds an exception for this device to acpi_is_serial_bus_slave(), so that it gets treated as before, allowing it to work with the userspace solution for now.

about *btattach from userspace *tools, you can find some help from https://osdn.net/projects/android-x86/scm/git/external-bluetooth-bluez/commits/de7b62e01ae65b3c7a8412515996387fbc431834

good luck.

2018-03-09 1:16 GMT+08:00 djl1965 [email protected]:

Also doesn't work for me with Ubuntu 17.10 (using AzulleTech Quantum Access LAN) Tried both versions of your supplied firmware. Get the common error... Realtek Bluetooth ERROR: H5 sync timed out. Any clues what to try next?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/lwfinger/rtl8723bs_bt/issues/26#issuecomment-371556837, or mute the thread https://github.com/notifications/unsubscribe-auth/APzj-QI_YqXdOu1HvLkgxxd7Ksj1GfJJks5tcWdrgaJpZM4Q1ZAN .

James6xie avatar Mar 09 '18 03:03 James6xie

thanks zhongtianxie for explaining why they (dev/ttyS4) vanish after boot, shame it's still not fixed in 4.18.8 mainline. i'm not good enough to use your patch but thanks anyway for helping.

c64skin avatar Sep 21 '18 12:09 c64skin

Just a quick update: Under Ubuntu 19.04 (installed from a daily ISO), bluetooth works out-of-the-box. Use bluetoothctl (or other tools) to pair and setup your device. The required firmware files are located in /usr/lib/firmware/rtl_bt/.

svenha avatar Feb 13 '19 08:02 svenha