はじめに
色々やったけど出来なくて結局modprobeしたら有効化されただけの数行で終わる話。
これで出来た
modprobe -r btusb
modprobe btusb
全体の流れ
┌──(root㉿Ubuntu)-[~]
└─# hciconfig
hci0: Type: Primary Bus: USB
BD Address: 00:00:00:00:00:00 ACL MTU: 0:0 SCO MTU: 0:0
DOWN
RX bytes:889 acl:0 sco:0 events:25 errors:0
TX bytes:6 acl:0 sco:0 commands:3 errors:1
┌──(root㉿Ubuntu)-[~]
└─# modprobe -r btusb && modprobe btusb
┌──(root㉿Ubuntu)-[~]
└─# hciconfig
hci0: Type: Primary Bus: USB
BD Address: 00:1A:7D:DA:71:15 ACL MTU: 310:10 SCO MTU: 64:8
UP RUNNING
RX bytes:588 acl:0 sco:0 events:31 errors:0
TX bytes:371 acl:0 sco:0 commands:32 errors:0
見た資料&やったこと