Ubuntu 20.04のBluetoothの問題

Ubuntu 20.04のBluetoothの問題

ISOで新しいUbuntu 20.04を再インストールした後、Bluetoothの動作が停止しました。時間を節約するために、Linuxで動作する新しいUSBドングルを購入しました。他の顧客は、このドングルがUbuntu 20.04で実際にうまく機能していると報告したことを見たことがありますが、これまでは成功していません。

奇妙なことは、エラーは表示されませんが、Bluetoothデバイス(デスクの上のBluetoothマウスなど)が検出されないことです。

なぜ動作しないのか混乱し、何を試すべきかわかりません。

$> dmesg
[  513.869028] usb 2-4: new full-speed USB device number 10 using xhci_hcd
[  514.019491] usb 2-4: New USB device found, idVendor=0a5c, idProduct=21e8, bcdDevice= 1.12
[  514.019499] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  514.019504] usb 2-4: Product: BCM20702A0
[  514.019508] usb 2-4: Manufacturer: Broadcom Corp
[  514.019511] usb 2-4: SerialNumber: 0019860032D1
[  514.135009] Bluetooth: hci0: BCM: chip id 63
[  514.136010] Bluetooth: hci0: BCM: features 0x07
[  514.152025] Bluetooth: hci0: BCM20702A
[  514.153102] Bluetooth: hci0: BCM20702A1 (001.002.014) build 0000
[  515.095015] Bluetooth: hci0: BCM20702A1 (001.002.014) build 1764
[  515.111045] Bluetooth: hci0: Broadcom Bluetooth Device

petrum@nuc ~ $ lsusb
Bus 002 Device 010: ID 0a5c:21e8 Broadcom Corp. BCM20702A0 Bluetooth 4.0

petrum@nuc ~ $ lsmod | grep -i blue
bluetooth             548864  41 btrtl,btintel,btbcm,bnep,btusb,rfcomm
ecdh_generic           16384  2 bluetooth

私が試した他のコマンドは次のとおりです。

petrum@nuc ~ $ sudo bluetoothctl
Agent registered
[bluetooth]# scan on
Discovery started
[bluetooth]# list
Controller 00:19:86:00:32:D1 nuc [default]
[bluetooth]# devices
[bluetooth]# quit

petrum@nuc ~ $ rfkill list
1: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no

私は合計3つの異なるBluetooth USBアダプタを試しましたが、ほぼ同じ結果が出たので、Ubuntuのインストールに問題があると信じ始めました。

助けてくれてありがとう。

ベストアンサー1

設定でBluetoothを有効にしましたか?

「bluez-utils」と「libopenobex1」パッケージがインストールされていることを確認してください。


それ以外の場合は、次の2つのコマンドを試してください。

sudo rmmod btusb
sudo modprobe btusb

おすすめ記事