- Katılım
- 27 Ocak 2022
- Mesajlar
- 7.992
- Makaleler
- 18
- Çözümler
- 98
Daha fazla  
				
					
						
						
							
	
		
	
		
			
			
				
			
			
		
		
	- Cinsiyet
- Erkek
sudo apt install linux-firmware Bu paket birçok sürücü içerir. Genellikle çoğu sahipli yazılım olduğu için çekirdekte bulundurulmaz. Belki sorununuzu çözer.lsusb -tv
sudo dmesg | egrep -i "blue|firm"
blueman-manager
apt policy bluemansudo apt install linux-firmware
Ş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ı:/:  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 Maxxtersudo dmesg | egrep -i "blue|firm" çıktısı:[    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 workaroundblueman-manager çıktısı: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, exitingapt policy blueman çıktısı: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 Packagessudo apt install linux-oem-22.04aID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Yaptım. Hala aynı.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.
uname - rŞununla bir teyit edelim.
Kod:uname - r
uname: ``-'' operandı fazla
Try 'uname --help' for more information."-" ile "r" arasındaki boşluğu silince şu çıktı:Şununla bir teyit edelim.
Kod:uname - r
5.17.0-1021-oem-" ile "r" arasındaki boşluğu silince şu çıktı:
sudo touch /etc/modprobe.d/bluetooth-usb.conf
sudo xed  /etc/modprobe.d/bluetooth-usb.confoptions btusb enable_autosuspend=nBluetooth: 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
Yaptım. Kaydet tuşuna bastıktan sonra TerminaldeYanlış 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.
** (xed:2997): WARNING **: 00:25:13.725: Set document metadata failed: Öznitelik metadata::xed-encoding ataması desteklenmiyor