RTL8723bs Bluetooth
#16
no licensing info can be found from the github where it came from.

basically it comes with the firmware and the compiles the applications to attach/load it with it's start script.

It copies the .bin file(s) ti /lib/firmware/rtl_bt and leaves the application script in the build directory.

I personally moved the scripts over to /usr/local/sbin/bluetooth
then created pine64_bluetooth.sh in /usr/local/sbin

pine64_bluetooth.sh contents

#!/bin/bash
# Shell script to install Bluetooth firmware and attach BT part of
# RTL8723BS

echo "Initializing Pine64 Bluetooth Module."

/usr/local/sbin/bluetooth/rtk_hciattach -n -s 115200 /dev/ttyS1 rtk_h5 > /usr/local/sbin/bluetooth/hciattach.txt 2>&1 &
/bin/sleep 5
/usr/sbin/rfkill unblock 3
/usr/bin/bluetoothctl
pairable on
power on
quit

echo "Pine64 Bluetooth Module Active"

then added a service

bluetooth-module.service

[Unit]
Description=Start Pine64 Bluetooth Module
After=systemd-modules-load.service local-fs.target
[Service]
Type=idle
ExecStart=/usr/local/sbin/pine64_bluetooth.sh
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target

no issues on each reboot plus blueman in mate works flawlessly Wink
If you like my work be sure to check out my site or wish to donate to the cause

Cheers Big Grin
  Reply


Messages In This Thread
RTL8723bs Bluetooth - by xalius - 06-15-2016, 03:11 PM
RE: RTL8723bs Bluetooth - by Faye - 06-16-2016, 12:18 AM
RE: RTL8723bs Bluetooth - by xalius - 06-16-2016, 01:51 AM
RE: RTL8723bs Bluetooth - by xalius - 06-16-2016, 09:24 AM
RE: RTL8723bs Bluetooth - by longsleep - 06-16-2016, 03:07 PM
RE: RTL8723bs Bluetooth - by Faye - 06-16-2016, 03:54 PM
RE: RTL8723bs Bluetooth - by longsleep - 06-16-2016, 11:32 PM
RE: RTL8723bs Bluetooth - by xalius - 06-17-2016, 04:57 AM
RE: RTL8723bs Bluetooth - by Faye - 06-18-2016, 03:50 AM
RE: RTL8723bs Bluetooth - by MarkHaysHarris777 - 06-17-2016, 06:53 AM
RE: RTL8723bs Bluetooth - by xalius - 06-17-2016, 07:05 AM
RE: RTL8723bs Bluetooth - by MarkHaysHarris777 - 06-18-2016, 12:57 AM
RE: RTL8723bs Bluetooth - by longsleep - 06-22-2016, 12:44 PM
RE: RTL8723bs Bluetooth - by xalius - 06-22-2016, 01:12 PM
RE: RTL8723bs Bluetooth - by lenny.raposo-pine64.pro - 06-22-2016, 01:28 PM
RE: RTL8723bs Bluetooth - by longsleep - 06-22-2016, 03:20 PM
RE: RTL8723bs Bluetooth - by jhawk - 02-23-2017, 06:49 AM
RE: RTL8723bs Bluetooth - by xalius - 02-23-2017, 07:01 AM
RE: RTL8723bs Bluetooth - by jhawk - 02-23-2017, 07:24 AM
RE: RTL8723bs Bluetooth - by JulianM - 03-22-2017, 04:53 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Wifi / Bluetooth Board Update S265 2 4,153 07-30-2020, 04:53 PM
Last Post: S265
Information Howto: Getting Bluetooth (serial console) working on Debian pfeerick 14 31,643 08-19-2019, 04:33 AM
Last Post: Roverius
  WIFI & Bluetooth? 7777777 14 28,100 12-24-2016, 05:01 AM
Last Post: Toriless
  Using Bluetooth for Sending serial data Arjun 9 14,696 10-19-2016, 10:19 PM
Last Post: Arjun
  How can you get the WIFI/Bluetooth module separate? GoZone 8 11,323 07-06-2016, 05:23 PM
Last Post: JasperBrown
  WiFi/BT module, no bluetooth riviera89 5 7,207 06-24-2016, 04:32 PM
Last Post: srinivas.s34@gmail.com
  Board doesn't boot when wifi/Bluetooth connected with Lcd screen Krinilssen 4 6,802 06-16-2016, 07:22 AM
Last Post: Krinilssen
  WIFI/Bluetooth Chipset monmoonmooonmoooon 2 5,119 01-20-2016, 06:02 AM
Last Post: monmoonmooonmoooon

Forum Jump:


Users browsing this thread: 1 Guest(s)