Bluetooth funktioniert nicht Ubuntu 18.04 LTS

11

Dieses Problem scheint häufig zu sein, aber ich habe alle in früheren Fragen vorgeschlagenen Lösungen ohne Glück ausprobiert. Mein Bluetooth sucht einfach weiter nach Geräten und kann sie nicht erkennen.

Ausgabe für rfkill list:

0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no

Ausgabe für dmesg | grep Blue:

[    1.725292] usb 2-4: Product: Bluetooth Radio 
[   22.987302] Bluetooth: Core ver 2.22
[   22.987324] Bluetooth: HCI device and connection manager initialized
[   22.987326] Bluetooth: HCI socket layer initialized
[   22.987328] Bluetooth: L2CAP socket layer initialized
[   22.987331] Bluetooth: SCO socket layer initialized
[   24.192938] Bluetooth: hci0: rtl: examining hci_ver=06 hci_rev=000b lmp_ver=06 lmp_subver=8723
[   24.192940] Bluetooth: hci0: rtl: loading rtl_bt/rtl8723b_config.bin
[   24.262074] Bluetooth: hci0: rtl: loading rtl_bt/rtl8723b_fw.bin
[   24.279971] Bluetooth: hci0: rom_version status=0 version=1
[   24.279990] Bluetooth: hci0: cfg_sz 0, total size 22496
[   31.827382] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   31.827384] Bluetooth: BNEP filters: protocol multicast
[   31.827387] Bluetooth: BNEP socket layer initialized
[   69.606019] Bluetooth: RFCOMM TTY layer initialized
[   69.606024] Bluetooth: RFCOMM socket layer initialized
[   69.606029] Bluetooth: RFCOMM ver 1.11
[  133.549264] Bluetooth: hci0: last event is not cmd complete (0x0f)
[  149.425182] Bluetooth: hci0: last event is not cmd complete (0x0f)
[  165.416224] Bluetooth: hci0: last event is not cmd complete (0x0f)
[  195.195275] Bluetooth: hci0: last event is not cmd complete (0x0f)
[  210.934271] Bluetooth: hci0: last event is not cmd complete (0x0f)
[  227.034314] Bluetooth: hci0: last event is not cmd complete (0x0f)
[  242.896317] Bluetooth: hci0: last event is not cmd complete (0x0f)
[  259.043361] Bluetooth: hci0: last event is not cmd complete (0x0f)
[  274.227449] Bluetooth: hci0: last event is not cmd complete (0x0f)
[  289.383402] Bluetooth: hci0: last event is not cmd complete (0x0f)
[  305.511470] Bluetooth: hci0: last event is not cmd complete (0x0f)
[  321.387453] Bluetooth: hci0: last event is not cmd complete (0x0f)
[  337.520479] Bluetooth: hci0: last event is not cmd complete (0x0f)
[  353.398532] Bluetooth: hci0: last event is not cmd complete (0x0f)
[  369.458540] Bluetooth: hci0: last event is not cmd complete (0x0f)
[  385.298590] Bluetooth: hci0: last event is not cmd complete (0x0f)
[  401.410629] Bluetooth: hci0: last event is not cmd complete (0x0f)
[  417.274763] Bluetooth: hci0: last event is not cmd complete (0x0f)
[  433.471653] Bluetooth: hci0: last event is not cmd complete (0x0f)
[  449.380746] Bluetooth: hci0: last event is not cmd complete (0x0f)
[  465.528845] Bluetooth: hci0: last event is not cmd complete (0x0f)
[  481.409819] Bluetooth: hci0: last event is not cmd complete (0x0f)
[  497.533809] Bluetooth: hci0: last event is not cmd complete (0x0f)
[  513.404936] Bluetooth: hci0: last event is not cmd complete (0x0f)
[  529.532964] Bluetooth: hci0: last event is not cmd complete (0x0f)
[  545.408026] Bluetooth: hci0: last event is not cmd complete (0x0f)

Ausgabe für lspci -knn | grep Net -A2; lsusb:

0a:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter [10ec:b723]
    Subsystem: Hewlett-Packard Company RTL8723BE PCIe Wireless Network Adapter [103c:2231]
    Kernel driver in use: rtl8723be
    Kernel modules: rtl8723be
Bus 001 Device 002: ID 8087:8001 Intel Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 002: ID 0bda:b001 Realtek Semiconductor Corp. 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Nachdem ich zu viele Lösungen ausprobiert hatte, löschte ich die gesamte Festplatte und installierte eine neue 18.04 LTS-Version (ich verwende HP 15 Notebook), aber immer noch das gleiche Problem.

kk96kk
quelle
1
Wenn Sie wirklich " alle in früheren Fragen vorgeschlagenen Lösungen ohne Glück ausprobiert haben", haben Sie viel Zeit und Mühe aufgewendet. Wir können Ihnen viel besser helfen, wenn Sie Ihre Frage bearbeiten, um genau zu erläutern , was Sie versucht haben und was genau die Ergebnisse waren. Wie geschrieben, wissen wir nicht, was Sie versucht haben oder ob Sie es richtig versucht haben.
user535733
Ich habe anscheinend überhaupt kein Bluetooth! Meine Ausgabe für rfkill list: 0: phy0: Wireless LAN. Soft blocked: no. Hard blocked: no. Umm, soll ich eine neue Frage stellen? Oder kann ich durch einen Kommentar Hilfe bekommen?
MycrofD
können Sie bitte überprüfen? askubuntu.com/questions/1224993/…
Kar19 vor

Antworten:

5

Ich hatte das gleiche Problem und fand dies:

"Ein brillanter Entwickler namens Takashi Iwai hat eine Lösung gefunden, die ich in den 4.15-Kernel integriert habe

sudo apt install git build-essential dkms
git clone https://github.com/jeremyb31/newbtfix-4.15.git
sudo dkms add ./newbtfix-4.15
sudo dkms install btusb/4.0

Neustart "

Gefunden hier Ubuntu 18.04 LTS Bluetooth-Erkennung funktioniert nicht

Ich musste git manuell von Synaptic installieren. Ich verstehe nicht, was es tut, aber es hat bei mir funktioniert.

kleinempfaenger
quelle
habe das schon versucht, hat nicht funktioniert.
kk96kk
1
Das wird nur Maschinen mit dem 0cf3: 3004 Atheros-Chipsatz
reparieren
hat bei mir nicht funktioniert
Parth Anjaria
funktioniert für mich irgendwie
goksel
können Sie bitte überprüfen? askubuntu.com/questions/1224993/…
Kar19 vor
3

Ich habe das Problem mit den folgenden Befehlen teilweise behoben:

sudo apt-get install build-essential git
git clone https://github.com/lwfinger/rtlwifi_new/
cd rtlwifi_new
make
sudo make install
echo "options rtl8723be fwlps=0" | sudo tee /etc/modprobe.d/rtl8723be.conf

Möglicherweise tritt danach ein Problem mit einer langsamen WLAN-Verbindung auf. Ich habe es mit den folgenden Befehlen behoben:

sudo modprobe -r iwlwifi sudo modprobe iwlwifi 11n_disable=1
echo "options iwlwifi 11n_disable=1" | sudo tee /etc/modprobe.d/iwlwifi.conf

WICHTIG : Dies hat das Problem nicht vollständig behoben. Ich muss das WLAN schließen, das Bluetooth-Gerät suchen und koppeln und dann das WLAN erneut öffnen. Ich weiß nicht genau, warum das passiert, aber Googeln hat mir gesagt, dass Ubuntu-Treiber mit RTL8723B-Adaptern wie meinen problematisch sind

kk96kk
quelle
2

Ich hatte das gleiche Problem nach dem Upgrade des Systems. Ich habe folgenden Fehler gefunden in /var/log/dpkg.log:

2019-03-23 16:37:24 status half-configured pulseaudio-module-bluetooth:amd64 1:11.1-1ubuntu7.1
2019-03-23 16:37:24 status half-installed pulseaudio-module-bluetooth:amd64 1:11.1-1ubuntu7.1
2019-03-23 16:37:24 status config-files pulseaudio-module-bluetooth:amd64 1:11.1-1ubuntu7.1
2019-03-23 16:37:24 status config-files pulseaudio-module-bluetooth:amd64 1:11.1-1ubuntu7.1
2019-03-23 16:37:24 status config-files pulseaudio-module-bluetooth:amd64 1:11.1-1ubuntu7.1
2019-03-23 16:37:24 status not-installed pulseaudio-module-bluetooth:amd64 <none>

Also habe ich das Paket neu installiert und pulseaudio neu gestartet, wodurch das Problem endlich gelöst wurde:

sudo apt-get install --reinstall pulseaudio-module-bluetooth
pulseaudio -k
sudo alsa force-reload
Tibo
quelle
hat für mich gearbeitet! Vielen Dank!!!
Bennyl
1

Ich bin auf Mint und habe das gleiche Bluetooth-Netzwerkverbindungsproblem "Letztes Ereignis ist nicht vollständig (0x0f)" erhalten, nachdem der Kernel auf 4.15.0.33 aktualisiert wurde. Nichts, was ich getan hätte, würde es beheben, aber ich habe 4.15.0.32 und es gestartet hat wieder funktioniert.

Da Ubuntu 18.04 auch den 4.15-Kernel verwendet, ist es sehr wahrscheinlich, dass Sie das gleiche Problem haben. Versuchen Sie, 4.15.0.32 oder weniger zu starten, und prüfen Sie, ob das Problem dadurch behoben wird.

Aran
quelle
1
Dies ist eine Frage, keine Antwort, und Mint-Frage muss auf unix.stackexchange.com gestellt werden
Damadam
1
Was meinst du damit, es ist eine Frage? Ich mache die Aussage, dass die Verwendung von Kernel 4.15.0.33 das Problem sein kann.
Aran
Bestätigt, dass dieses Problem unter Ubuntu 18.04 für mich auftritt und durch Booten in einen Kernel vor 4.15.0.33
Aran
1
Dieses Bluetooth-Netzwerkproblem wurde in 4.15.0.38 behoben :-)
Aran