커널 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설명된 대로 적절한 소스에 패키지를 추가해야 합니다.여기

관련 정보