matthias@server:~$ sudo hciconfig --all
[sudo] password for matthias:
hci0: Type: Primary Bus: USB
BD Address: 8C:88:4B:05:62:63 ACL MTU: 1021:6 SCO MTU: 255:12
UP RUNNING
RX bytes:4613 acl:0 sco:0 events:349 errors:0
TX bytes:38399 acl:0 sco:0 commands:353 errors:0
Features: 0xff 0xff 0xff 0xfe 0xdb 0xfd 0x7b 0x87
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy: RSWITCH HOLD SNIFF PARK
Link mode: PERIPHERAL ACCEPT
Name: 'RTK_BT_5.0'
Class: 0x000000
Service Classes: Unspecified
Device Class: Miscellaneous,
HCI Version: 5.1 (0xa) Revision: 0xdfc6
LMP Version: 5.1 (0xa) Subversion: 0xd922
Manufacturer: Realtek Semiconductor Corporation (93)
matthias@server:~$
matthias@server:~$
matthias@server:~$ sudo hciconfig hci0 down
matthias@server:~$ sudo hciconfig --all
hci0: Type: Primary Bus: USB
BD Address: 8C:88:4B:05:62:63 ACL MTU: 1021:6 SCO MTU: 255:12
DOWN
RX bytes:4896 acl:0 sco:0 events:353 errors:0
TX bytes:38411 acl:0 sco:0 commands:357 errors:0
Features: 0xff 0xff 0xff 0xfe 0xdb 0xfd 0x7b 0x87
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy: RSWITCH HOLD SNIFF PARK
Link mode: PERIPHERAL ACCEPT
matthias@server:~$ sudo hciconfig hci0 up
Can't init device hci0: Connection timed out (110)
matthias@server:~$
matthias@server:~$ sudo hciconfig --all
hci0: Type: Primary Bus: USB
BD Address: 8C:88:4B:05:62:63 ACL MTU: 1021:6 SCO MTU: 255:12
DOWN
RX bytes:4896 acl:0 sco:0 events:353 errors:0
TX bytes:38414 acl:0 sco:0 commands:358 errors:0
Features: 0xff 0xff 0xff 0xfe 0xdb 0xfd 0x7b 0x87
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy: RSWITCH HOLD SNIFF PARK
Link mode: PERIPHERAL ACCEPT
Nach einem Reboot und anschließendem Neustart des BT Dienstes (das musste wohl wegen dem intern deaktivierten BT Adapter immer gemacht werden) ist auf Linux ebene scheinbar alles ok.
Sobald ich den hci0 down nehme kommt er nicht mehr hoch. Das deutet wohl darauf hin, das es doch noch treiber Probleme o.ä, gibt.