BluetoothはDebianでのみ動作します

BluetoothはDebianでのみ動作します

私はUbuntu、Pop、Elementary、Bluetoothなどのいくつかのディストリビューションを試しましたが、うまく機能しないため、ほとんどのアダプタが見つからないと言います。 DebianをインストールしたときにダウンロードしたLinuxファームウェアのrtl_btフォルダをDebianの/ lib / firmwareに配置してから、次のコマンドを実行しました。

sudo modprobe -r btusb
sudo modprobe btusb

Bluetoothは完全に機能し始めましたが、他のディストリビューションで同じ手順を繰り返しても、すべてBluetoothを実行できません。なぜDebianでのみ動作しますか? Bluetoothを他のディストリビューションで機能させるにはどうすればよいですか?

HPノートブックがあり、Realtek 4.2 BluetoothアダプタがWindowsデバイスマネージャに表示されます。

これはUbuntuのsudo lsmod grep bluetoothの出力です。

bluetooth             557056  11 btrtl,btintel,btbcm,bnep,btusb
ecdh_generic           28672  1 bluetooth

sudo dmesg | grep bluetoothの出力は次のとおりです。

[  557.907762] Bluetooth: Core ver 2.22
[  557.907791] Bluetooth: HCI device and connection manager initialized
[  557.907795] Bluetooth: HCI socket layer initialized
[  557.907797] Bluetooth: L2CAP socket layer initialized
[  557.907800] Bluetooth: SCO socket layer initialized
[  590.467584] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[  590.467587] Bluetooth: BNEP filters: protocol multicast
[  590.467596] Bluetooth: BNEP socket layer initialized

sudo systemctl status bluetoothの出力は次のとおりです。

● bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
   Active: active (running) since Thu 2020-04-23 01:57:22 UTC; 10min ago
     Docs: man:bluetoothd(8)
 Main PID: 5013 (bluetoothd)
   Status: "Running"
    Tasks: 1 (limit: 4915)
   Memory: 2.6M
   CGroup: /system.slice/bluetooth.service
           └─5013 /usr/lib/bluetooth/bluetoothd

Apr 23 01:57:22 ubuntu systemd[1]: Starting Bluetooth service...
Apr 23 01:57:22 ubuntu bluetoothd[5013]: Bluetooth daemon 5.50
Apr 23 01:57:22 ubuntu systemd[1]: Started Bluetooth service.
Apr 23 01:57:22 ubuntu bluetoothd[5013]: Starting SDP server
Apr 23 01:57:23 ubuntu bluetoothd[5013]: Bluetooth management interface 1.14 initialized

HP Support Assistantで見つけたマイコンピュータモデルの詳細は次のとおりです。

HP Laptop 15-da1xxx 
Product number: 7MW54PA#ACJ
Serial number: CND9304LP0

WindowsデバイスマネージャのBluetoothの詳細は次のとおりです。

ベストアンサー1

おすすめ記事