lwfinger / rtl8723bs_bt

Bluetooth Code for RTL8723bs
70 stars 35 forks source link

Location of firmware file? #3

Closed Laszlo-Fiat closed 8 years ago

Laszlo-Fiat commented 9 years ago

Bluetooth works nicely on my Teclast X80h with kernel 4.1.4 and your driver.

One small issue:

Makefile puts the firmware to: /lib/firmware/rtl_bt start_bt.sh puts the firmware to: /lib/firmware/rtlbt/

I don't know which is correct, where rtk_hciattach picks up the firmware from.

Thank you for your work!

lwfinger commented 9 years ago

The code says /lib/firmware/rtl_bt/. All are now consistent. Thanks.

Laszlo-Fiat commented 8 years ago

This one was fixed.

Thank you.