Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lwfinger/rtl8723bs_bt
Bluetooth Code for RTL8723bs
https://github.com/lwfinger/rtl8723bs_bt
Last synced: 2 months ago
JSON representation
Bluetooth Code for RTL8723bs
- Host: GitHub
- URL: https://github.com/lwfinger/rtl8723bs_bt
- Owner: lwfinger
- Created: 2015-05-15T17:30:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-17T23:48:28.000Z (over 8 years ago)
- Last Synced: 2024-08-02T01:20:04.927Z (6 months ago)
- Language: C
- Size: 107 KB
- Stars: 70
- Watchers: 16
- Forks: 35
- Open Issues: 20
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
This directory contains the programs and firmware to operate the Bluetooth
section of the RTL8723BS hardware used on a number of tablets.The main program is called rtk_hciattach. To build this program, issue the
following command:make
To install the firmware (only needed once):
sudo make install
Some users have found that an alternate firmware works for them. To try this
firmware, do this command:sudo cp rtlbt_fw_new /lib/firmware/rtl_bt/rtlbt_fw
To start Bluetooth (needed for each boot), use the command
sudo ~/rtl8723bs_bt/start_bt.sh
Note: The script assumes that the Bluetooth device is attached to /dev/ttyS4.
That may not be correct for your system. To discover the correct serial port,
run 'dmesg | grep tty'. You should see two lines that say "ttyXX at MMIO 0xYYYYYYYY.
Edit start_bt.sh to set the definition of TTY to use the value of XX for the first
of these two lines.As this command will need to be done everytime the system is rebooted, you
might consider placing this command in the system startup commands. The path
of the command will have to be adjusted.WARNING: This driver needs the H5 protocol, which is built into kernels 3.12
and later. If you need to use an earlier kernel, raise an issue on this repo.Larry Finger