Ubuntu 20.04 Bluetooth-Probleme

Ubuntu 20.04 Bluetooth-Probleme

Ich habe seit einiger Zeit ein Problem mit meinem Bluetooth. Ich habe Bluetooth-Kopfhörer, die mit all meinen anderen Geräten einwandfrei funktionieren, aber aus irgendeinem Grund bringen sie mich bei der Verwendung von Ubuntu um. Wenn ich sie koppele und dann wieder entferne, bleibt jede Website/jedes Programm, das Audio verwendet, hängen, einschließlich YouTube (es wird eine „Lade“-Animation angezeigt), und sobald ich die Kopfhörer ausschalte oder den Bluetooth-Dienst beende, funktioniert alles wie von Zauberhand! Die einzige Lösung im Moment besteht darin, den Bluetooth-Dienst auszuschalten und die Kopfhörer erneut zu koppeln.

BEARBEITEN:

00:14.3 Network controller [0280]: Intel Corporation Wi-Fi 6 AX201
    [8086:06f0] Subsystem: Intel Corporation Device [8086:0070]
    Kernel driver in use: iwlwifi
    Kernel modules: iwlwifi 
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub 
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub  
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub 
Bus 001 Device 006: ID 06cb:00bd Synaptics, Inc.  
Bus 001 Device 004: ID 5986:9106 Acer, Inc Integrated Camera 
Bus 001 Device 003: ID 046d:c52b Logitech, Inc. Unifying Receiver 
Bus 001 Device 008: ID 0bda:8152 Realtek Semiconductor Corp. RTL8152 Fast Ethernet Adapter 
Bus 001 Device 005: ID 1a40:0801 Terminus Technology Inc.  
Bus 001 Device 002: ID 2109:2817 VIA Labs, Inc. USB2.0 Hub
Bus 001 Device 014: ID 8087:0026 Intel Corp.  
Bus 001 Device 007: ID 058f:9540 Alcor Micro Corp. AU9540 Smartcard Reader 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Ich habe überall im Internet gesucht, aber keine Lösung gefunden.

Antwort1

In einem Terminal ausführen

sudo tee /etc/modprobe.d/iwlwifi-opt.conf <<< "options iwlwifi bt_coex_active=N"

und neu starten. Das sollte das Problem lösen.

Die Einstellung kann rückgängig gemacht werden durch

sudo rm /etc/modprobe.d/iwlwifi-opt.conf

Eine wirklich gute Lösung besteht jedoch in der Nutzung von 5-GHz-WLAN.

verwandte Informationen