Tell me your chip please
Sent from the Island of Venus
This is from the working 7.0.2, so I presume it is Broadcomm Bluetooth
Code
[ [email protected]] BT_RADIO going: off
[ [email protected]] BCM_BT: going OFF
[ [email protected]] cur_mode = 0
[ [email protected]] [0x0] = 0x1dd0190
[ [email protected]] [0x4] = 0xf800ca
[ [email protected]] [0x8] = 0x82006e
[ [email protected]] [0xc] = 0x3c0030
[ [email protected]] [0x10] = 0x30fa0013
[ [email protected]] [0x18] = 0x6f19000
[ [email protected]] [0x1c] = 0x9f40
[ [email protected]] [0x20] = 0x0
[ [email protected]] [0x24] = 0x0
[ [email protected]] [0x28] = 0x0
[ [email protected]] set_remote_mode[69]
[ [email protected]] Bluetooth: Core ver 2.16
[ [email protected]] NET: Registered protocol family 31
[ [email protected]] Bluetooth: HCI device and connection manager initialized
[ [email protected]] Bluetooth: HCI socket layer initialized
[ [email protected]] Bluetooth: L2CAP socket layer initialized
[ [email protected]] Bluetooth: SCO socket layer initialized
[ [email protected]] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ [email protected]] Bluetooth: BNEP filters: protocol multicast
[ [email protected]] Bluetooth: BNEP socket layer initialized
[ [email protected]] WIFI Disable! 6
[ [email protected]] BT_RADIO going: on
[ [email protected]] BCM_BT: going ON
[ [email protected]] The PHY does not support set_wol, was CONFIG_MICREL_PHY enabled?
[ [email protected]] Changing uart_a_ttyS1: baud from 0 to 115200
[ [email protected]] Changing uart_a_ttyS1: baud from 115200 to 2000000
[ [email protected]] as an end receiver
[ [email protected]] ionvideo open
[ [email protected]] ionvideo_stop_generating!!!!
[ [email protected]] ionvideo release
[ [email protected]] Changing uart_a_ttyS1: baud from 2000000 to 115200
[ [email protected]] Changing uart_a_ttyS1: baud from 115200 to 2000000
[ [email protected]] Bluetooth: HCI UART driver ver 2.2
[ [email protected]] Bluetooth: HCI H4 protocol initialized
[ [email protected]] Bluetooth: HCI Realtek H5 protocol initialized
[ [email protected]] rtk_btcoex: rtk_uart_coex_init, version: 1.1
[ [email protected]] rtk_btcoex: create workqueue
[ [email protected]] Bluetooth: hci_uart_register_dev
[ [email protected]] rtk_btcoex: create udpsocket, connect_port: 30001
[ [email protected]] rtk_btcoex: send msg INVITE_REQ with len:11
[ [email protected]] rtk_btcoex: uart_coex_info.hci_reversion = 1000
[ [email protected]] rtk_btcoex: uart_coex_info.lmp_subversion = 4103
Display More
And here is the one from your build, where it fails
Code
[ [email protected]] Error: Driver 'bt-dev' is already registered, aborting...[ [email protected]] Changing uart_a_ttyS1: baud from 115200 to 2000000
[ [email protected]] Bluetooth: Core ver 2.16
[ [email protected]] NET: Registered protocol family 31
[ [email protected]] Bluetooth: HCI device and connection manager initialized
[ [email protected]] Bluetooth: HCI socket layer initialized
[ [email protected]] Bluetooth: L2CAP socket layer initialized
[ [email protected]] Bluetooth: SCO socket layer initialized
[ [email protected]] Bluetooth: HCI UART driver ver 2.2
[ [email protected]] Bluetooth: HCI H4 protocol initialized
[ [email protected]] Bluetooth: HCI Realtek H5 protocol initialized
[ [email protected]] rtk_btcoex: rtk_uart_coex_init, version: 1.1
[ [email protected]] rtk_btcoex: create workqueue
[ [email protected]] Bluetooth: hci_uart_register_dev
[ [email protected]] rtk_btcoex: create udpsocket, connect_port: 30001
[ [email protected]] rtk_btcoex: send msg INVITE_REQ with len:11
[ [email protected]] rtk_btcoex: uart_coex_info.hci_reversion = 1000
[ [email protected]] rtk_btcoex: uart_coex_info.lmp_subversion = 4103
[ [email protected]] Changing uart_a_ttyS1: baud from 2000000 to 115200
[ [email protected]] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ [email protected]] Bluetooth: BNEP filters: protocol multicast
[ [email protected]] Bluetooth: BNEP socket layer initialized
[ [email protected]] Bluetooth: hci0 command 0x1004 tx timeout
[ [email protected]] rtk_btcoex: release udp socket
Display More
And I also think you should include the remote.conf linked earlier as it is specific to Beelink S82 which is the model you are building for.
Thanks for all your help