https://bugzilla.kernel.org/show_bug.cgi?id=215167 --- Comment #34 from Sergio Torres (sergiotca@xxxxxxxxx) --- I believe I might be experiencing the same issue with my GIGABYTE B450 AORUS PRO WIFI under Manajaro: uname -r >5.16.14-1-MANJARO lsusb | grep -i bluetooth >Bus 001 Device 002: ID 8087:0aa7 Intel Corp. Wireless-AC 3168 Bluetooth sudo lsmod | grep bt >btusb 65536 0 >btrtl 28672 1 btusb >btbcm 24576 1 btusb >btintel 45056 1 btusb >bluetooth 770048 43 btrtl,btintel,btbcm,bnep,btusb,rfcomm sudo dmesg | grep -i bluetooth >[ 4.296518] Bluetooth: Core ver 2.22 >[ 4.296529] NET: Registered PF_BLUETOOTH protocol family >[ 4.296530] Bluetooth: HCI device and connection manager initialized >[ 4.296532] Bluetooth: HCI socket layer initialized >[ 4.296533] Bluetooth: L2CAP socket layer initialized >[ 4.296535] Bluetooth: SCO socket layer initialized >[ 4.334693] Bluetooth: hci0: Legacy ROM 2.x revision 5.0 build 25 week 20 >2015 >[ 4.334695] Bluetooth: hci0: Intel device is already patched. patch num: 3c >[ 4.405834] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 >[ 4.405835] Bluetooth: BNEP filters: protocol multicast >[ 4.405837] Bluetooth: BNEP socket layer initialized >[ 16.384308] Bluetooth: RFCOMM TTY layer initialized >[ 16.384314] Bluetooth: RFCOMM socket layer initialized >[ 16.384317] Bluetooth: RFCOMM ver 1.11 >[ 18.557782] Bluetooth: hci0: command 0x0c24 tx timeout >[ 20.691116] Bluetooth: hci0: command 0x0c52 tx timeout Using rmmod btusb and modprobe btusb solves the issue for the rest of the session. -- You may reply to this email to add a comment. You are receiving this mail because: You are the assignee for the bug.