カーネル5.18.0を使用したDebianのBluetooth TP-Link UB500

カーネル5.18.0を使用したDebianのBluetooth TP-Link UB500

最近、TP-Link UB500 Bluetoothアダプタを購入しましたが、Debian 11で動作させることはできません。

そのドライバがLinux 5.16に統合されていることを読んだ。そのため、Linux 5.18のバックポートで最新のカーネルをインストールしました。

$ uname -a
Linux tower 5.18.0-0.bpo.1-amd64 #1 SMP PREEMPT_DYNAMIC Debian 5.18.2-1~bpo11+1 (2022-06-14) x86_64 GNU/Linux

ドライバを確認してください。

$ lsmod | grep btusb
btusb                  65536  0
btrtl                  28672  1 btusb
btbcm                  24576  1 btusb
btintel                45056  1 btusb
btmtk                  16384  1 btusb
bluetooth             876544  13 btrtl,btmtk,btintel,btbcm,bnep,btusb
usbcore               327680  8 xhci_hcd,snd_usb_audio,usbhid,snd_usbmidi_lib,88x2bu,uvcvideo,btusb,xhci_pci

USBデバイスはこのドライバを使用すると言います。

~ ❯ usb-devices 

T:  Bus=01 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#=  2 Spd=12  MxCh= 0
D:  Ver= 1.10 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=2357 ProdID=0604 Rev=02.00
S:  Manufacturer= 
S:  Product=TP-Link UB500 Adapter
S:  SerialNumber=E848B8C82000
C:  #Ifs= 2 Cfg#= 1 Atr=e0 MxPwr=500mA
I:  If#=0x0 Alt= 0 #EPs= 3 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
I:  If#=0x1 Alt= 0 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb

しかし、まだ動作しません。

~ ❯ blueman-manager 
blueman-manager version 2.1.4 starting
blueman-manager 09.19.59 ERROR    Manager:118 on_dbus_name_appeared: Default adapter not found, trying first available.
blueman-manager 09.19.59 ERROR    Manager:122 on_dbus_name_appeared: No adapter(s) found, exiting

動作させるにはどうすればよいですか?

ベストアンサー1

私は最新のカーネル(6.1.0-18)を使用していますが、同じ問題があります。パッケージをインストールしてfirmware-realtekこの問題を解決しました。パッケージがリポジトリnon-freeに移動されたため、説明されているnon-free-firmwareように適切なソースにパッケージを追加する必要があります。ここ

おすすめ記事