USB 블루투스 동글이 있습니다.
root@maiko-cce-lin:~# lsusb | grep Bluetooth
Bus 001 Device 007: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
거의 작동하지 않으며 작동하면 재부팅 할 때 작동이 중지됩니다.
소프트웨어가 차단되지 않았습니다.
root@maiko-cce-lin:~# rfkill list
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
내 장치는 hciconfig
root@maiko-cce-lin:~# hciconfig -a
hci0: Type: BR/EDR Bus: USB
BD Address: 00:1F:81:00:01:1C ACL MTU: 1021:4 SCO MTU: 180:1
DOWN
RX bytes:330 acl:0 sco:0 events:8 errors:0
TX bytes:24 acl:0 sco:0 commands:30 errors:22
Features: 0xff 0x3e 0x09 0x76 0x80 0x01 0x00 0x80
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy:
Link mode: SLAVE ACCEPT
그러나 hci 인터페이스를 켤 수 없습니다.
root@maiko-cce-lin:~# hciconfig hci up
Can't init device hci0: Connection timed out (110)
왜 그런지 모르겠습니다. 이 hcitool
명령에는 장치가 표시되지 않습니다.
root@maiko-cce-lin:~# hcitool dev
Devices:
이 명령으로 블루투스 서비스를 다시 시작하려고 시도했지만 이전의 모든 명령을 다시 반복했지만 작동하지 않았습니다.
root@maiko-cce-lin:~# service bluetooth restart
* Stopping bluetooth [ OK ]
* Starting bluetooth [ OK ]
root@maiko-cce-lin:~#
무엇이 잘못 될 수 있습니까?
1
동글이 지원됩니까?
—
Johan
나는 생각합니다. 여기에서 확인할 수 있습니다 : help.ubuntu.com/community/BluetoothSetup#Manual Discovery 내가 가지고있는 것과 동일한 장치입니다.
—
MaikoID