lwfinger / rtl8723bs_bt

Bluetooth Code for RTL8723bs
70 stars 35 forks source link

can't initialize device on two different machines #6

Open daduke opened 8 years ago

daduke commented 8 years ago

Hi,

I have two Baytrail machines:

I run a homebrew 4.2.4 kernel with the SDIO patches compiled in. On both machines I can't initialize the BT device:

Realtek Bluetooth init uart with init speed:115200, final_speed:115200, type:HCI UART H5
Realtek Bluetooth :Realtek hciattach version 2.5
Realtek Bluetooth :3-wire sync pattern resend : 1, len: 8

just counts up to 40 and stops. I tried with both ttyS4 and S5 and 115200 as well as 2764800 baud.

what else can I do to get this up and running?

thanks a lot, -Christian

lwfinger commented 8 years ago

As with the wifi device, there was nothing in the tables to recognize this device. I just pushed a change that should fix that. Please try.

daduke commented 8 years ago

Hi Larry,

no change I'm afraid. Still won't recognize. What can I do to help debug?

thanks, -Christian

daduke commented 8 years ago

Hi Larry,

after we figured out that the Lenovo uses a Broadcom chip (and I got it kinda working with the correct driver) I still have the bluetooth problem on the Medion: vendor/device 0x024c/0xb723 points to an RTL8723B so I guess it should be working. But I have the same problem: hciattach just counts to 40, no connection.

thanks, -Christian