Linux Mint Bluetooth Yöneticisi açılmıyor

Crownguard

Moderasyon Ekibi Üyesi
Kıdemli Moderatör
Katılım
27 Ocak 2022
Mesajlar
7.992
Makaleler
18
Çözümler
98
Daha fazla  
Cinsiyet
Erkek
Linux Mint Cinnamon kullanıyorum ve her şeyim güncel. Harici Bluetooth 5.0 takılı bilgisayarıma USB ile. Bluetooth Yöneticisi'ni açmaya çalıştığım zaman açıldığı an geri kapanıyor. Ekranda hiç gözükmüyor bile. Alttaki panelde anlık görüyorum o kadar.

Hocam rahatsız ediyorum. @izmirkartali
 
Şu komutların çıktılarını foruma yapıştır, resim olarak paylaşma.

Kod:
lsusb -tv

sudo dmesg | egrep -i "blue|firm"

blueman-manager

apt policy blueman



Kurulu geliyor.
susb -tv çıktısı:
Kod:
/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
    ID 1d6b:0002 Linux Foundation 2.0 root hub
    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/6p, 480M
        ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
        |__ Port 1: Dev 3, If 1, Class=Audio, Driver=snd-usb-audio, 12M
            ID 1130:1620 Tenx Technology, Inc.
        |__ Port 1: Dev 3, If 2, Class=Human Interface Device, Driver=usbhid, 12M
            ID 1130:1620 Tenx Technology, Inc.
        |__ Port 1: Dev 3, If 0, Class=Audio, Driver=snd-usb-audio, 12M
            ID 1130:1620 Tenx Technology, Inc.
        |__ Port 2: Dev 4, If 0, Class=Human Interface Device, Driver=usbhid, 12M
            ID 258a:002a 
        |__ Port 2: Dev 4, If 1, Class=Human Interface Device, Driver=usbhid, 12M
            ID 258a:002a 
        |__ Port 5: Dev 5, If 0, Class=Wireless, Driver=btusb, 12M
            ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
        |__ Port 5: Dev 5, If 1, Class=Wireless, Driver=btusb, 12M
            ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
    ID 1d6b:0002 Linux Foundation 2.0 root hub
    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
        ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
        |__ Port 3: Dev 3, If 0, Class=Human Interface Device, Driver=usbhid, 12M
            ID 248a:8514 Maxxter
        |__ Port 3: Dev 3, If 1, Class=Human Interface Device, Driver=usbhid, 12M
            ID 248a:8514 Maxxter

sudo dmesg | egrep -i "blue|firm" çıktısı:
Kod:
[    0.126455] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    8.077343] Bluetooth: Core ver 2.22
[    8.077367] NET: Registered PF_BLUETOOTH protocol family
[    8.077368] Bluetooth: HCI device and connection manager initialized
[    8.077372] Bluetooth: HCI socket layer initialized
[    8.077374] Bluetooth: L2CAP socket layer initialized
[    8.077378] Bluetooth: SCO socket layer initialized
[    8.186019] Bluetooth: hci0: CSR: Unbranded CSR clone detected; adding workarounds and force-suspending once...
[    9.027170] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    9.027175] Bluetooth: BNEP filters: protocol multicast
[    9.027179] Bluetooth: BNEP socket layer initialized
[   13.376602] Bluetooth: hci0: CSR: Failed to suspend the device for our Barrot 8041a02 receive-issue workaround

blueman-manager çıktısı:
Kod:
blueman-manager 22.49.19 ERROR    Manager:147 on_dbus_name_appeared: Default adapter not found, trying first available.
blueman-manager 22.49.19 ERROR    Manager:151 on_dbus_name_appeared: No adapter(s) found, exiting

apt policy blueman çıktısı:
Kod:
blueman:
  Kurulu: 2.3.4+mint1+vanessa
  Aday:   2.3.4+mint1+vanessa
  Sürüm çizelgesi:
 *** 2.3.4+mint1+vanessa 500
        500 https://mirror.turhost.com/linuxmint/repo vanessa/backport amd64 Packages
        100 /var/lib/dpkg/status
     2.2.4-1 500
        500 http://ubuntu.turhost.com/ubuntu jammy/universe amd64 Packages
 
Aşağıdaki komutla OEM çekirdek sürümünü kurup sistemi yeniden başlat bakalım.

Kod:
sudo apt install linux-oem-22.04a

Nedeni için şuradaki açıklamayı incelersin.

ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
 
-" ile "r" arasındaki boşluğu silince şu çıktı:

Yanlış olmuş, klavyem sürçmüş.

Aşağıdaki komutları çalıştır.


Kod:
sudo touch /etc/modprobe.d/bluetooth-usb.conf


sudo xed  /etc/modprobe.d/bluetooth-usb.conf

Açılan dosyaya aşağıdaki satırı ekle ve dosyayı kaydet.

Kod:
options btusb enable_autosuspend=n

Böylece oto uyku kipi pasifleşecek. dmesg çıktısındaki ipucu nedeniyle bunu deneyeceksin.


Bluetooth: hci0: CSR: Unbranded CSR clone detected; adding workarounds and force-suspending once
[ 13.376602] Bluetooth: hci0: CSR: Failed to suspend the device for our Barrot 8041a02 receive-issue workaround

Sonra yeniden başlat.
 
Son düzenleme:
Yanlış olmuş, klavyem sürçmüş.

Aşağıdaki komutları çalıştır.


Kod:
sudo touch /etc/modprobe.d/bluetooth-usb.conf


sudo xed  /etc/modprobe.d/bluetooth-usb.conf

Açılan dosyaya aşağıdaki satırı ekle ve dosyayı kaydet.

Kod:
options btusb enable_autosuspend=n

Böylece oto uyku kipi pasifleşecek. dmesg çıktısındaki ipucu nedeniyle bunu deneyeceksin.





Sonra yeniden başlat.
Yaptım. Kaydet tuşuna bastıktan sonra Terminalde
Kod:
** (xed:2997): WARNING **: 00:25:13.725: Set document metadata failed: Öznitelik metadata::xed-encoding ataması desteklenmiyor
hatasını verdi. Yeniden başlatıp dosyayı kontrol ettim. Eklediklerimiz hala duruyor, gitmemiş. Hata da hala duruyor mu diye kontrol ettim tekrardan kaydet tuşuna basarak. Hatayı tekrar verdi.

Bluetooth ise hala çalışmıyor.
 

Technopat Haberler

Geri
Yukarı