cdc_acm não está exibindo o nome do dispositivo para o dongle Bluetooth

1

Estou tentando usar um dongle Bluetooth no meu Ubuntu de 64 bits, no entanto não consigo obter o ID / nome do dispositivo do dongle Bluetooth. Depois de inserir o dongle, eu verifico o dmesg :

~$ dmesg | tail
[  773.117236] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[  780.692095] usb 3-2: new full-speed USB device number 8 using xhci_hcd
[  780.969821] usb 3-2: New USB device found, idVendor=0a12, idProduct=0001
[  780.969827] usb 3-2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[  780.969830] usb 3-2: Product: CSR8510 A10
[  853.385269] usb 3-2: USB disconnect, device number 8
[  860.196090] usb 3-2: new full-speed USB device number 9 using xhci_hcd
[  860.493780] usb 3-2: New USB device found, idVendor=0a12, idProduct=0001
[  860.493786] usb 3-2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[  860.493789] usb 3-2: Product: CSR8510 A10

O que estou tentando ver é algo assim:

cdc_acm 6.2:1.0 ttyACM0: USB ACM device

Eu posso enviar dados via Bluetooth, mas não recebi nenhum. E a saída do lsusb é a seguinte:

~$ lsusb
Bus 002 Device 002: ID 8087:8002 Intel Corp. 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:800a Intel Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 413c:2107 Dell Computer Corp. 
Bus 003 Device 009: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 003 Device 005: ID 046d:c063 Logitech, Inc. DELL Laser Mouse
Bus 003 Device 004: ID 0bda:0184 Realtek Semiconductor Corp. RTS5182 Card Reader
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Como em CDC_ACM não foi acionado , tentei ativar e desativar o cdc_acm, mas não ajudou. Existe uma maneira de encontrar o ID do dispositivo (algo como / dev / ttyACM0). Eu preciso desse id. Alguma sugestão? Obrigado!

PS: Eu tenho dual boot no Windows 7 e no Ubuntu se faz alguma diferença.

    
por shortwalker 13.06.2016 / 14:26

1 resposta

0

Até onde eu sei, o cdc-acm é para adaptadores USB < - > (inclui modems usb ou qualquer outro dispositivo que use USB como ponte para uma porta serial TTL ou RS232).

Para um dongle bluetooth no ubuntu 16.04 você provavelmente está procurando por "bluetoothctl".

    
por Daniel 13.06.2016 / 15:06