como configurar um Dongle Bluetooth da Cambridge Silicon Radio, Ltd (modo HCI)

3

A configuração do Bluetooth docs parece um pouco datada; meu dispositivo, mas com um chipset diferente, está no suporte de hardware docs , no entanto.

thufir@mordor:~$ 
thufir@mordor:~$ hciconfig 
hci0:   Type: BR/EDR  Bus: USB
    BD Address: 00:11:22:98:76:54  ACL MTU: 1021:4  SCO MTU: 180:1
    UP RUNNING PSCAN ISCAN 
    RX bytes:1118 acl:0 sco:0 events:39 errors:0
    TX bytes:413 acl:0 sco:0 commands:37 errors:0

thufir@mordor:~$ 
thufir@mordor:~$ hciconfig -a hci0
hci0:   Type: BR/EDR  Bus: USB
    BD Address: 00:11:22:98:76:54  ACL MTU: 1021:4  SCO MTU: 180:1
    UP RUNNING PSCAN ISCAN 
    RX bytes:1118 acl:0 sco:0 events:39 errors:0
    TX bytes:413 acl:0 sco:0 commands:37 errors:0
    Features: 0xff 0x3e 0x09 0x76 0x80 0x01 0x00 0x80
    Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3 
    Link policy: RSWITCH HOLD SNIFF 
    Link mode: SLAVE ACCEPT 
    Name: 'mordor'
    Class: 0x0c0104
    Service Classes: Rendering, Capturing
    Device Class: Computer, Desktop workstation
    HCI Version: 2.0 (0x3)  Revision: 0x50
    LMP Version: 2.0 (0x3)  Subversion: 0x3
    Manufacturer: Mitel Semiconductor (16)

thufir@mordor:~$ 
thufir@mordor:~$ lsusb
Bus 002 Device 003: ID 0a48:3302 I/O Interconnect 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 003: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 002: ID 147a:e034 Formosa Industrial Computing, Inc. 
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 003: ID 045e:00cb Microsoft Corp. Basic Optical Mouse v2.0
Bus 004 Device 002: ID 045e:00b4 Microsoft Corp. Digital Media Keyboard 1.0A
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
thufir@mordor:~$ 

também:

thufir@mordor:~$ 
thufir@mordor:~$ dmesg | grep Bluetooth 
[ 8112.206222] Bluetooth: Core ver 2.20
[ 8112.206258] Bluetooth: HCI device and connection manager initialized
[ 8112.206264] Bluetooth: HCI socket layer initialized
[ 8112.206267] Bluetooth: L2CAP socket layer initialized
[ 8112.206276] Bluetooth: SCO socket layer initialized
[ 8114.340022] Bluetooth: hci0 command 0x0c12 tx timeout
[ 8132.558756] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 8132.558761] Bluetooth: BNEP filters: protocol multicast
[ 8132.558769] Bluetooth: BNEP socket layer initialized
[ 8146.465549] Bluetooth: RFCOMM TTY layer initialized
[ 8146.465560] Bluetooth: RFCOMM socket layer initialized
[ 8146.465570] Bluetooth: RFCOMM ver 1.11
thufir@mordor:~$ 

Correndo 15.10 astuto.

Como faço para ativar

por Thufir 30.05.2016 / 13:23

1 resposta

2

Eu também tenho este dispositivo - o dongle Bluetooth da Radio Cambridge Silicon. Estou correndo 16.04 para que as coisas possam ser diferentes. Primeiro, a interface do usuário. A linha de comando é bluetoothctl parte do pacote bluez. Se você executar este comando, o comando list deverá mostrar o dispositivo.

Em seguida, na interface gráfica, você deve encontrar o item Bluetooth no painel Configurações. Isso é tudo distinto do pacote blueman.

    
por Peter Van Heusden 07.05.2017 / 10:10