Tell me your chip pleaseSent from the Island of Venus
This is from the working 7.0.2, so I presume it is Broadcomm Bluetooth
Code
[ 7.161686@2] BT_RADIO going: off
[ 7.161699@2] BCM_BT: going OFF
[ 7.207574@2] cur_mode = 0
[ 7.207588@2] [0x0] = 0x1dd0190
[ 7.207592@2] [0x4] = 0xf800ca
[ 7.207595@2] [0x8] = 0x82006e
[ 7.207598@2] [0xc] = 0x3c0030
[ 7.207601@2] [0x10] = 0x30fa0013
[ 7.207604@2] [0x18] = 0x6f19000
[ 7.207606@2] [0x1c] = 0x9f40
[ 7.207609@2] [0x20] = 0x0
[ 7.207611@2] [0x24] = 0x0
[ 7.207614@2] [0x28] = 0x0
[ 7.207618@2] set_remote_mode[69]
[ 7.237199@1] Bluetooth: Core ver 2.16
[ 7.249101@1] NET: Registered protocol family 31
[ 7.249114@1] Bluetooth: HCI device and connection manager initialized
[ 7.249143@1] Bluetooth: HCI socket layer initialized
[ 7.249151@1] Bluetooth: L2CAP socket layer initialized
[ 7.249171@1] Bluetooth: SCO socket layer initialized
[ 7.335947@1] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 7.335959@1] Bluetooth: BNEP filters: protocol multicast
[ 7.335980@1] Bluetooth: BNEP socket layer initialized
[ 7.405444@1] WIFI Disable! 6
[ 7.407544@2] BT_RADIO going: on
[ 7.407554@2] BCM_BT: going ON
[ 7.442824@3] The PHY does not support set_wol, was CONFIG_MICREL_PHY enabled?
[ 7.497696@2] Changing uart_a_ttyS1: baud from 0 to 115200
[ 7.537796@0] Changing uart_a_ttyS1: baud from 115200 to 2000000
[ 7.781367@0] as an end receiver
[ 7.785468@1] ionvideo open
[ 7.785729@1] ionvideo_stop_generating!!!!
[ 7.785748@1] ionvideo release
[ 7.955444@0] Changing uart_a_ttyS1: baud from 2000000 to 115200
[ 8.005442@0] Changing uart_a_ttyS1: baud from 115200 to 2000000
[ 8.035801@0] Bluetooth: HCI UART driver ver 2.2
[ 8.035815@0] Bluetooth: HCI H4 protocol initialized
[ 8.035819@0] Bluetooth: HCI Realtek H5 protocol initialized
[ 8.035822@0] rtk_btcoex: rtk_uart_coex_init, version: 1.1
[ 8.035825@0] rtk_btcoex: create workqueue
[ 8.036339@0] Bluetooth: hci_uart_register_dev
[ 8.047354@3] rtk_btcoex: create udpsocket, connect_port: 30001
[ 8.047400@3] rtk_btcoex: send msg INVITE_REQ with len:11
[ 8.055751@0] rtk_btcoex: uart_coex_info.hci_reversion = 1000
[ 8.055764@0] rtk_btcoex: uart_coex_info.lmp_subversion = 4103
Display More
And here is the one from your build, where it fails
Code
[ 3.422746@3] Error: Driver 'bt-dev' is already registered, aborting...[ 27.628177@0] Changing uart_a_ttyS1: baud from 115200 to 2000000
[ 27.656115@3] Bluetooth: Core ver 2.16
[ 27.656226@3] NET: Registered protocol family 31
[ 27.656231@3] Bluetooth: HCI device and connection manager initialized
[ 27.656250@3] Bluetooth: HCI socket layer initialized
[ 27.656258@3] Bluetooth: L2CAP socket layer initialized
[ 27.656274@3] Bluetooth: SCO socket layer initialized
[ 27.659328@3] Bluetooth: HCI UART driver ver 2.2
[ 27.659338@3] Bluetooth: HCI H4 protocol initialized
[ 27.659341@3] Bluetooth: HCI Realtek H5 protocol initialized
[ 27.659345@3] rtk_btcoex: rtk_uart_coex_init, version: 1.1
[ 27.659348@3] rtk_btcoex: create workqueue
[ 27.659948@0] Bluetooth: hci_uart_register_dev
[ 27.661321@0] rtk_btcoex: create udpsocket, connect_port: 30001
[ 27.661352@0] rtk_btcoex: send msg INVITE_REQ with len:11
[ 27.668970@0] rtk_btcoex: uart_coex_info.hci_reversion = 1000
[ 27.668982@0] rtk_btcoex: uart_coex_info.lmp_subversion = 4103
[ 27.698200@1] Changing uart_a_ttyS1: baud from 2000000 to 115200
[ 27.713090@3] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 27.713100@3] Bluetooth: BNEP filters: protocol multicast
[ 27.713121@3] Bluetooth: BNEP socket layer initialized
[ 29.718190@0] Bluetooth: hci0 command 0x1004 tx timeout
[ 37.668210@0] 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