Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 28/02/2023, à 20:15

jnq

[Résolu] panne bleutooth suite mise à jour ubuntu 22.04.1 LTS

Bonsoir suite à une mise a jour d'ubuntu j'ai perdu le bluetooth sur mon portable asus. Je pense que c'est un problème de firmware massacré par la mise  jour d'ubuntu.

sudo dmesg |grep -i bluetooth
[    5.004259] Bluetooth: Core ver 2.22
[    5.004295] NET: Registered PF_BLUETOOTH protocol family
[    5.004298] Bluetooth: HCI device and connection manager initialized
[    5.004302] Bluetooth: HCI socket layer initialized
[    5.004306] Bluetooth: L2CAP socket layer initialized
[    5.004312] Bluetooth: SCO socket layer initialized
[    5.682226] Bluetooth: hci0: unexpected event for opcode 0x1003
[    5.792194] Bluetooth: hci0: BCM: chip id 70
[    5.793190] Bluetooth: hci0: BCM: features 0x06
[    5.809191] Bluetooth: hci0: BCM43142A
[    5.809198] Bluetooth: hci0: BCM43142A0 (001.001.011) build 0000
[    5.812590] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
[    5.812630] Bluetooth: hci0: BCM: 'brcm/BCM43142A0-04ca-2006.hcd'
[    5.812654] Bluetooth: hci0: BCM: 'brcm/BCM-04ca-2006.hcd'
[    7.467337] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    7.467343] Bluetooth: BNEP filters: protocol multicast
[    7.467348] Bluetooth: BNEP socket layer initialized
[    7.826650] Bluetooth: hci0: command 0x1003 tx timeout
[    7.826662] Bluetooth: hci0: Opcode 0x1003 failed: -110
[  426.514887] Bluetooth: hci0: unexpected event for opcode 0x1003
[  426.626552] Bluetooth: hci0: BCM: chip id 70
[  426.627553] Bluetooth: hci0: BCM: features 0x06
[  426.643555] Bluetooth: hci0: BCM43142A
[  426.643561] Bluetooth: hci0: BCM43142A0 (001.001.011) build 0000
[  426.644527] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
[  426.644534] Bluetooth: hci0: BCM: 'brcm/BCM43142A0-04ca-2006.hcd'
[  426.644537] Bluetooth: hci0: BCM: 'brcm/BCM-04ca-2006.hcd'
[  428.648362] Bluetooth: hci0: Opcode 0x1003 failed: -110
[  428.648362] Bluetooth: hci0: command 0x1003 tx timeout
[  443.945593] Bluetooth: hci0: unexpected event for opcode 0x1003
[  444.054629] Bluetooth: hci0: BCM: chip id 70
[  444.055609] Bluetooth: hci0: BCM: features 0x06
[  444.071628] Bluetooth: hci0: BCM43142A
[  444.071641] Bluetooth: hci0: BCM43142A0 (001.001.011) build 0000
[  444.072838] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
[  444.072856] Bluetooth: hci0: BCM: 'brcm/BCM43142A0-04ca-2006.hcd'
[  444.072865] Bluetooth: hci0: BCM: 'brcm/BCM-04ca-2006.hcd'
[  446.088620] Bluetooth: hci0: command 0x1003 tx timeout
[  446.088649] Bluetooth: hci0: Opcode 0x1003 failed: -110

Dernière modification par jnq (Le 02/03/2023, à 00:11)


Ubuntu 22.04.3 sur portable et 23.10 sur fixe

Hors ligne

#2 Le 28/02/2023, à 20:19

xubu1957

Re : [Résolu] panne bleutooth suite mise à jour ubuntu 22.04.1 LTS

Bonjour,

Il faudrait fournir aussi :

uname -a; lspci -nnk | grep -iA3 net; lsusb; sudo dmesg | grep -i firmware; lsmod | grep bluetooth
dpkg -l | grep blue
rfkill list all

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#3 Le 28/02/2023, à 20:47

jnq

Re : [Résolu] panne bleutooth suite mise à jour ubuntu 22.04.1 LTS

uname -a; lspci -nnk | grep -iA3 net; lsusb; sudo dmesg | grep -i firmware; lsmod | grep bluetooth
Linux quero-X455LJ 5.19.0-32-generic #33~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Jan 30 17:03:34 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 10)
	Subsystem: ASUSTeK Computer Inc. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1043:200f]
	Kernel driver in use: r8169
	Kernel modules: r8169
03:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM43142 802.11b/g/n [14e4:4365] (rev 01)
	Subsystem: Lite-On Communications Inc BCM43142 802.11b/g/n [11ad:6675]
	Kernel driver in use: wl
	Kernel modules: wl
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 04ca:2006 Lite-On Technology Corp. Broadcom BCM43142A0 Bluetooth Device
Bus 001 Device 003: ID 04f2:b483 Chicony Electronics Co., Ltd USB2.0 VGA UVC WebCam
Bus 001 Device 002: ID 0458:003a KYE Systems Corp. (Mouse Systems) NetScroll+ Mini Traveler / Genius NetScroll 120
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[sudo] Mot de passe de quero : 
[    0.119149] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    1.596571] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x381f00)
[    5.473923] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
bluetooth             827392  13 btrtl,btmtk,btintel,btbcm,bnep,btusb
ecdh_generic           16384  1 bluetooth

Ubuntu 22.04.3 sur portable et 23.10 sur fixe

Hors ligne

#4 Le 28/02/2023, à 20:48

jnq

Re : [Résolu] panne bleutooth suite mise à jour ubuntu 22.04.1 LTS

dpkg -l | grep blue
ii  bluetooth                                  5.64-0ubuntu1                                   all          Bluetooth support (metapackage)
ii  bluez                                      5.64-0ubuntu1                                   amd64        Bluetooth tools and daemons
ii  bluez-cups                                 5.64-0ubuntu1                                   amd64        Bluetooth printer driver for CUPS
ii  bluez-firmware                             1.2-7                                           all          Firmware for Bluetooth devices
ii  bluez-obexd                                5.64-0ubuntu1                                   amd64        bluez obex daemon
ii  gir1.2-gnomebluetooth-3.0:amd64            42.0-5                                          amd64        Introspection data for GnomeBluetooth
ii  gnome-bluetooth                            3.34.5-8                                        amd64        GNOME Bluetooth Send To app
ii  gnome-bluetooth-3-common                   42.0-5                                          all          GNOME Bluetooth 3 common files
ii  gnome-bluetooth-common                     3.34.5-8                                        all          GNOME Bluetooth common files
ii  indicator-bluetooth                        0.0.6+17.10.20170605-0ubuntu3                   amd64        System bluetooth indicator.
ii  libbluetooth3:amd64                        5.64-0ubuntu1                                   amd64        Library to use the BlueZ Linux Bluetooth stack
ii  libgnome-bluetooth-3.0-13:amd64            42.0-5                                          amd64        GNOME Bluetooth 3 support library
ii  libgnome-bluetooth-doc                     42.0-5                                          all          GNOME Bluetooth 3 support library - reference docs
ii  libgnome-bluetooth13:amd64                 3.34.5-8                                        amd64        GNOME Bluetooth tools - support library
ii  pulseaudio-module-bluetooth                1:15.99.1+dfsg1-1ubuntu2                        amd64        Bluetooth module for PulseAudio sound server

Ubuntu 22.04.3 sur portable et 23.10 sur fixe

Hors ligne

#5 Le 28/02/2023, à 20:49

jnq

Re : [Résolu] panne bleutooth suite mise à jour ubuntu 22.04.1 LTS

rfkill list all
0: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
1: brcmwl-0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
2: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no

Ubuntu 22.04.3 sur portable et 23.10 sur fixe

Hors ligne

#6 Le 28/02/2023, à 20:54

xubu1957

Re : [Résolu] panne bleutooth suite mise à jour ubuntu 22.04.1 LTS

Montre aussi :

dkms status
bootctl status

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#7 Le 28/02/2023, à 20:57

jnq

Re : [Résolu] panne bleutooth suite mise à jour ubuntu 22.04.1 LTS

dkms status
bcmwl/6.30.223.271+bdcom, 5.15.0-60-generic, x86_64: installed
bcmwl/6.30.223.271+bdcom, 5.19.0-32-generic, x86_64: installed

Ubuntu 22.04.3 sur portable et 23.10 sur fixe

Hors ligne

#8 Le 28/02/2023, à 20:59

jnq

Re : [Résolu] panne bleutooth suite mise à jour ubuntu 22.04.1 LTS

bootctl status
Failed to read "/boot/efi/EFI/systemd": Permission non accordée
Failed to open "/boot/efi/loader/loader.conf": Permission non accordée
System:
     Firmware: n/a (n/a)
  Secure Boot: disabled
   Setup Mode: user
 TPM2 Support: no
 Boot into FW: supported

Current Boot Loader:
      Product: n/a
     Features: ✗ Boot counting
               ✗ Menu timeout control
               ✗ One-shot menu timeout control
               ✗ Default entry control
               ✗ One-shot entry control
               ✗ Support for XBOOTLDR partition
               ✗ Support for passing random seed to OS
               ✗ Boot loader sets ESP information
          ESP: n/a
         File: └─n/a

Random Seed:
 Passed to OS: no
 System Token: not set
       Exists: no

Available Boot Loaders on ESP:
          ESP: /boot/efi (/dev/disk/by-partuuid/f912d21e-b935-4991-952b-d50fa2f>

Boot Loaders Listed in EFI Variables:
        Title: ubuntu
           ID: 0x0000
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/f912d21e-b935-4991-952b-d50fa2f24ede
         File: └─/EFI/UBUNTU/SHIMX64.EFI

        Title: UEFI OS
           ID: 0x000B
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/9fabba98-c697-44bf-babc-efd1726ef090
         File: └─/EFI/BOOT/BOOTX64.EFI

        Title: UEFI OS
           ID: 0x000D
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/f9938441-1fbc-4a0f-b175-5fb670c5b15f
         File: └─/EFI/BOOT/BOOTX64.EFI

        Title: UEFI OS
           ID: 0x0011
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/f912d21e-b935-4991-952b-d50fa2f24ede
         File: └─/EFI/BOOT/BOOTX64.EFI

        Title: Windows Boot Manager
           ID: 0x0003
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/f912d21e-b935-4991-952b-d50fa2f24ede
         File: └─/EFI/MICROSOFT/BOOT/BOOTMGFW.EFI

        Title: ubuntu
           ID: 0x0012
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/f912d21e-b935-4991-952b-d50fa2f24ede
         File: └─/EFI/UBUNTU/GRUBX64.EFI

        Title: ubuntu
           ID: 0x0013
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/9fabba98-c697-44bf-babc-efd1726ef090
         File: └─/EFI/UBUNTU/GRUBX64.EFI

        Title: ubuntu
           ID: 0x0014
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/f9938441-1fbc-4a0f-b175-5fb670c5b15f
         File: └─/EFI/UBUNTU/GRUBX64.EFI

Boot Loader Entries:
        $BOOT: /boot/efi (/dev/disk/by-partuuid/f912d21e-b935-4991-952b-d50fa2f>

lines 60-82/82 (END)

Ubuntu 22.04.3 sur portable et 23.10 sur fixe

Hors ligne

#9 Le 28/02/2023, à 21:05

xubu1957

Re : [Résolu] panne bleutooth suite mise à jour ubuntu 22.04.1 LTS

sudo modprobe -r btusb
sudo modprobe btusb

donne une réponse ?


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#10 Le 28/02/2023, à 23:16

jnq

Re : [Résolu] panne bleutooth suite mise à jour ubuntu 22.04.1 LTS

Bonsoir,
sudo modprobe -r btusb aucune réponse
sudo modprobe btusb aucune réponse


Ubuntu 22.04.3 sur portable et 23.10 sur fixe

Hors ligne

#11 Le 28/02/2023, à 23:26

xubu1957

Re : [Résolu] panne bleutooth suite mise à jour ubuntu 22.04.1 LTS

Fournis :

ls -l /lib/firmware/brcm/

comme dans Problème de Bluetooth [Résolu].


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#12 Le 28/02/2023, à 23:36

jnq

Re : [Résolu] panne bleutooth suite mise à jour ubuntu 22.04.1 LTS

y a beaucoup de monde, quelle foule

ls -l /lib/firmware/brcm/
total 12200
lrwxrwxrwx 1 root root      17 janv. 26 09:10  BCM-0a5c-6410.hcd -> BCM-0bb4-0306.hcd
-rw-r--r-- 1 root root   54734 janv. 26 09:10  BCM-0bb4-0306.hcd
-rw-r--r-- 1 root root  269595 janv. 26 09:10  bcm4329-fullmac-4.bin
-rw-r--r-- 1 root root   30049 oct.  12  2021  BCM43430A1.hcd
-rw-r--r-- 1 root root   44376 oct.  12  2021  BCM43430B0.hcd
-rw-r--r-- 1 root root   57622 oct.  12  2021  BCM4345C0.hcd
-rw-r--r-- 1 root root   49610 oct.  12  2021  BCM4345C5.hcd
-rw-r--r-- 1 root root   96224 janv. 26 09:10  bcm43xx-0.fw
-rw-r--r-- 1 root root     180 janv. 26 09:10  bcm43xx_hdr-0.fw
lrwxrwxrwx 1 root root      31 janv. 26 09:10  brcmfmac43012-sdio.bin -> ../cypress/cyfmac43012-sdio.bin
lrwxrwxrwx 1 root root      36 janv. 26 09:10  brcmfmac43012-sdio.clm_blob -> ../cypress/cyfmac43012-sdio.clm_blob
-rw-r--r-- 1 root root  397312 janv. 26 09:10  brcmfmac43143.bin
-rw-r--r-- 1 root root  385067 janv. 26 09:10  brcmfmac43143-sdio.bin
-rw-r--r-- 1 root root  348160 janv. 26 09:10  brcmfmac43236b.bin
-rw-r--r-- 1 root root  455745 janv. 26 09:10  brcmfmac43241b0-sdio.bin
-rw-r--r-- 1 root root  403855 janv. 26 09:10  brcmfmac43241b4-sdio.bin
-rw-r--r-- 1 root root  408682 janv. 26 09:10  brcmfmac43241b5-sdio.bin
-rw-r--r-- 1 root root  479232 janv. 26 09:10  brcmfmac43242a.bin
-rw-r--r-- 1 root root  253748 janv. 26 09:10  brcmfmac4329-sdio.bin
-rw-r--r-- 1 root root  222126 janv. 26 09:10  brcmfmac4330-sdio.bin
-rw-r--r-- 1 root root    1509 janv. 26 09:10  brcmfmac4330-sdio.Prowise-PT301.txt
lrwxrwxrwx 1 root root      31 janv. 26 09:10  brcmfmac43340-sdio.bin -> ../cypress/cyfmac43340-sdio.bin
-rw-r--r-- 1 root root    1693 janv. 26 09:10  brcmfmac43340-sdio.meegopad-t08.txt
-rw-r--r-- 1 root root    1724 janv. 26 09:10  brcmfmac43340-sdio.pov-tab-p1006w-data.txt
-rw-r--r-- 1 root root    1689 janv. 26 09:10  brcmfmac43340-sdio.predia-basic.txt
-rw-r--r-- 1 root root  451566 janv. 26 09:10  brcmfmac4334-sdio.bin
-rw-r--r-- 1 root root  569291 janv. 26 09:10  brcmfmac4335-sdio.bin
lrwxrwxrwx 1 root root      31 janv. 26 09:10  brcmfmac43362-sdio.bin -> ../cypress/cyfmac43362-sdio.bin
-rw-r--r-- 1 root root     803 janv. 26 09:10  brcmfmac43362-sdio.cubietech,cubietruck.txt
lrwxrwxrwx 1 root root      43 janv. 26 09:10  brcmfmac43362-sdio.lemaker,bananapro.txt -> brcmfmac43362-sdio.cubietech,cubietruck.txt
lrwxrwxrwx 1 root root      30 janv. 26 09:10  brcmfmac4339-sdio.bin -> ../cypress/cyfmac4339-sdio.bin
-rw-r--r-- 1 root root  382455 janv. 26 09:10  brcmfmac43430a0-sdio.bin
-rw-r--r-- 1 root root     908 janv. 26 09:10  brcmfmac43430a0-sdio.ilife-S806.txt
-rw-r--r-- 1 root root     951 janv. 26 09:10  brcmfmac43430a0-sdio.jumper-ezpad-mini3.txt
-rw-r--r-- 1 root root     989 janv. 26 09:10 'brcmfmac43430a0-sdio.ONDA-V80 PLUS.txt'
-rw-r--r-- 1 root root     875 janv. 26 09:10  brcmfmac43430-sdio.AP6212.txt
lrwxrwxrwx 1 root root      29 janv. 26 09:10  brcmfmac43430-sdio.beagle,beaglev-starlight-jh7100-a1.txt -> brcmfmac43430-sdio.AP6212.txt
lrwxrwxrwx 1 root root      29 janv. 26 09:10  brcmfmac43430-sdio.beagle,beaglev-starlight-jh7100-r0.txt -> brcmfmac43430-sdio.AP6212.txt
lrwxrwxrwx 1 root root      31 janv. 26 09:10  brcmfmac43430-sdio.bin -> ../cypress/cyfmac43430-sdio.bin
lrwxrwxrwx 1 root root      36 janv. 26 09:10  brcmfmac43430-sdio.clm_blob -> ../cypress/cyfmac43430-sdio.clm_blob
lrwxrwxrwx 1 root root      29 janv. 26 09:10  brcmfmac43430-sdio.friendlyarm,nanopi-r1.txt -> brcmfmac43430-sdio.AP6212.txt
-rw-r--r-- 1 root root     928 janv. 26 09:10  brcmfmac43430-sdio.Hampoo-D2D3_Vi8A1.txt
-rw-r--r-- 1 root root     831 janv. 26 09:10  brcmfmac43430-sdio.MUR1DX.txt
-rw-r--r-- 1 root root     874 janv. 26 09:10  brcmfmac43430-sdio.raspberrypi,3-model-b.txt
lrwxrwxrwx 1 root root      44 janv. 26 09:10  brcmfmac43430-sdio.raspberrypi,model-zero-w.txt -> brcmfmac43430-sdio.raspberrypi,3-model-b.txt
lrwxrwxrwx 1 root root      29 janv. 26 09:10  brcmfmac43430-sdio.sinovoip,bpi-m2-plus.txt -> brcmfmac43430-sdio.AP6212.txt
lrwxrwxrwx 1 root root      29 janv. 26 09:10  brcmfmac43430-sdio.sinovoip,bpi-m2-ultra.txt -> brcmfmac43430-sdio.AP6212.txt
lrwxrwxrwx 1 root root      29 janv. 26 09:10  brcmfmac43430-sdio.sinovoip,bpi-m2-zero.txt -> brcmfmac43430-sdio.AP6212.txt
lrwxrwxrwx 1 root root      29 janv. 26 09:10  brcmfmac43430-sdio.sinovoip,bpi-m3.txt -> brcmfmac43430-sdio.AP6212.txt
lrwxrwxrwx 1 root root      29 janv. 26 09:10  brcmfmac43430-sdio.starfive,visionfive-v1.txt -> brcmfmac43430-sdio.AP6212.txt
-rw-r--r-- 1 root root    1723 janv. 26 09:10  brcmfmac43455-sdio.acepc-t8.txt
-rw-r--r-- 1 root root    1475 janv. 26 09:10  brcmfmac43455-sdio.AW-CM256SM.txt
lrwxrwxrwx 1 root root      31 janv. 26 09:10  brcmfmac43455-sdio.bin -> ../cypress/cyfmac43455-sdio.bin
lrwxrwxrwx 1 root root      36 janv. 26 09:10  brcmfmac43455-sdio.clm_blob -> ../cypress/cyfmac43455-sdio.clm_blob
-rw-r--r-- 1 root root    2510 janv. 26 09:10 'brcmfmac43455-sdio.MINIX-NEO Z83-4.txt'
lrwxrwxrwx 1 root root      49 janv. 26 09:10  brcmfmac43455-sdio.raspberrypi,3-model-a-plus.txt -> brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt
-rw-r--r-- 1 root root    1884 janv. 26 09:10  brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt
-rw-r--r-- 1 root root    1883 janv. 26 09:10  brcmfmac43455-sdio.raspberrypi,4-model-b.txt
lrwxrwxrwx 1 root root      44 janv. 26 09:10 'brcmfmac43455-sdio.Raspberry Pi Foundation-Raspberry Pi 4 Model B.txt' -> brcmfmac43455-sdio.raspberrypi,4-model-b.txt
lrwxrwxrwx 1 root root      44 janv. 26 09:10 'brcmfmac43455-sdio.Raspberry Pi Foundation-Raspberry Pi Compute Module 4.txt' -> brcmfmac43455-sdio.raspberrypi,4-model-b.txt
-rw-r--r-- 1 root root  623304 janv. 26 09:10  brcmfmac4350c2-pcie.bin
-rw-r--r-- 1 root root  626140 janv. 26 09:10  brcmfmac4350-pcie.bin
lrwxrwxrwx 1 root root      30 janv. 26 09:10  brcmfmac4354-sdio.bin -> ../cypress/cyfmac4354-sdio.bin
lrwxrwxrwx 1 root root      35 janv. 26 09:10  brcmfmac4354-sdio.clm_blob -> ../cypress/cyfmac4354-sdio.clm_blob
-rw-r--r-- 1 root root  557056 janv. 26 09:10  brcmfmac43569.bin
lrwxrwxrwx 1 root root      30 janv. 26 09:10  brcmfmac4356-pcie.bin -> ../cypress/cyfmac4356-pcie.bin
lrwxrwxrwx 1 root root      35 janv. 26 09:10  brcmfmac4356-pcie.clm_blob -> ../cypress/cyfmac4356-pcie.clm_blob
-rw-r--r-- 1 root root    2515 janv. 26 09:10  brcmfmac4356-pcie.gpd-win-pocket.txt
lrwxrwxrwx 1 root root      30 janv. 26 09:10  brcmfmac4356-sdio.bin -> ../cypress/cyfmac4356-sdio.bin
lrwxrwxrwx 1 root root      35 janv. 26 09:10  brcmfmac4356-sdio.clm_blob -> ../cypress/cyfmac4356-sdio.clm_blob
lrwxrwxrwx 1 root root      35 janv. 26 09:10  brcmfmac4356-sdio.khadas,vim2.txt -> brcmfmac4356-sdio.vamrs,rock960.txt
-rw-r--r-- 1 root root    2610 janv. 26 09:10  brcmfmac4356-sdio.vamrs,rock960.txt
lrwxrwxrwx 1 root root      31 janv. 26 09:10  brcmfmac43570-pcie.bin -> ../cypress/cyfmac43570-pcie.bin
lrwxrwxrwx 1 root root      36 janv. 26 09:10  brcmfmac43570-pcie.clm_blob -> ../cypress/cyfmac43570-pcie.clm_blob
-rw-r--r-- 1 root root  633817 janv. 26 09:10  brcmfmac4358-pcie.bin
-rw-r--r-- 1 root root  595472 janv. 26 09:10  brcmfmac43602-pcie.ap.bin
-rw-r--r-- 1 root root  635449 janv. 26 09:10  brcmfmac43602-pcie.bin
-rw-r--r-- 1 root root 1105361 janv. 26 09:10  brcmfmac4366b-pcie.bin
-rw-r--r-- 1 root root 1120971 janv. 26 09:10  brcmfmac4366c-pcie.bin
-rw-r--r-- 1 root root  623448 janv. 26 09:10  brcmfmac4371-pcie.bin
-rw-r--r-- 1 root root  479232 janv. 26 09:10  brcmfmac4373.bin
lrwxrwxrwx 1 root root      30 janv. 26 09:10  brcmfmac4373-sdio.bin -> ../cypress/cyfmac4373-sdio.bin
lrwxrwxrwx 1 root root      35 janv. 26 09:10  brcmfmac4373-sdio.clm_blob -> ../cypress/cyfmac4373-sdio.clm_blob
lrwxrwxrwx 1 root root      31 janv. 26 09:10  brcmfmac54591-pcie.bin -> ../cypress/cyfmac54591-pcie.bin
lrwxrwxrwx 1 root root      36 janv. 26 09:10  brcmfmac54591-pcie.clm_blob -> ../cypress/cyfmac54591-pcie.clm_blob

suis un peu perdu là

Dernière modification par jnq (Le 28/02/2023, à 23:37)


Ubuntu 22.04.3 sur portable et 23.10 sur fixe

Hors ligne

#13 Le 28/02/2023, à 23:43

xubu1957

Re : [Résolu] panne bleutooth suite mise à jour ubuntu 22.04.1 LTS

Je vais demander à Nuliel d'intervenir.


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#14 Le 01/03/2023, à 08:30

NicoApi73

Re : [Résolu] panne bleutooth suite mise à jour ubuntu 22.04.1 LTS

Bonjour,

On voit que le pilote est installé pour le noyau 5.15.0-60. Redémarre sur ce dernier et si c'est fonctionnel, vire le noyau 5.19 et le HWE. Tu resteras sur la série 5.15 qui est maintenue.

Hors ligne

#15 Le 01/03/2023, à 20:38

Nuliel

Re : [Résolu] panne bleutooth suite mise à jour ubuntu 22.04.1 LTS

Salut,
Il manque le firmware

wget https://github.com/winterheart/broadcom-bt-firmware/raw/master/brcm/BCM43142A0-04ca-2006.hcd
sudo mv BCM43142A0-04ca-2006.hcd /lib/firmware/brcm/BCM43142A0-04ca-2006.hcd

et un redémarrage devrait suffire

Hors ligne

#16 Le 02/03/2023, à 00:10

jnq

Re : [Résolu] panne bleutooth suite mise à jour ubuntu 22.04.1 LTS

Bravo tout refonctionne parfaitement. Et encore merci pour votre aide a tous les membres du forum.


Ubuntu 22.04.3 sur portable et 23.10 sur fixe

Hors ligne

#17 Le 12/04/2023, à 08:55

phiphiloo

Re : [Résolu] panne bleutooth suite mise à jour ubuntu 22.04.1 LTS

Bonjour jnq

jnq a écrit :

Bravo tout refonctionne parfaitement. Et encore merci pour votre aide a tous les membres du forum.

Parfait, mais pourrait-on avoir plus de précision?

Parce qu'on ne sait vraiment pas suite à quelle manipulation cela est dû?

- suite au retour sur le noyau 5.15.0-60 comme demandé par NicoApi73?

- suite au chargement du FW du BT comme demandé par Nulliel?

- ou enfin, suite à ces 2 manipulations combinées en même temps?

SVP soyez précis dans vos demandes et réponses, car nous n'avons pas la science infuse pas plus que la capacité de lire dans vos esprits;
et donc, nous ne pouvons pas deviner précisément ce qui ici, dans ce cas, par exemple, jnq, a enclenché la résolution du problème de départ,
si vous ne le pointer/noter pas explicitement dans votre réponse.

De plus, faire savoir exactement ce qui a mené à la solution, peut permettre à d'autres personnes ayant un souci identique ou similaire de le résoudre de façon plus approprié et plus facilement.

Merci.


Clevo P950ER - i7-8750H CPU @ 2,20/4,1 Ghz - 64 Go DDR4 RAM Corsair Vengeance - Cannon Lake PCH / HM470 Chipset - UHD Graphics 630 (CoffeeLake-H GT2) / GeForce GTX 1060 Mobile (GP106M) - Realtek RTL8111/8168/8411 / Wi-Fi 6 AX210 / AX210 Bluetooth - Crucial P1 NVMe/PCIe SSD 1 To / Samsung SSD 870 SATA 4 To - Realtek ALC1220 / HDA Intel PCH / HDA nVidia - Xubuntu 22.04 / Kernel 5.15.0-69-generic

Hors ligne

#18 Le 12/04/2023, à 09:43

jnq

Re : [Résolu] panne bleutooth suite mise à jour ubuntu 22.04.1 LTS

Bonjour téléchargement du firmware BT puis redémarrage du système sur le noyau en cours. Et depuis plus aucun problème même après installation d'un nouveau noyau.


Ubuntu 22.04.3 sur portable et 23.10 sur fixe

Hors ligne

#19 Le 12/04/2023, à 10:20

phiphiloo

Re : [Résolu] panne bleutooth suite mise à jour ubuntu 22.04.1 LTS

Okay jnq

merci pour ton retour et les précisions,
bonne journée à toi smile


Clevo P950ER - i7-8750H CPU @ 2,20/4,1 Ghz - 64 Go DDR4 RAM Corsair Vengeance - Cannon Lake PCH / HM470 Chipset - UHD Graphics 630 (CoffeeLake-H GT2) / GeForce GTX 1060 Mobile (GP106M) - Realtek RTL8111/8168/8411 / Wi-Fi 6 AX210 / AX210 Bluetooth - Crucial P1 NVMe/PCIe SSD 1 To / Samsung SSD 870 SATA 4 To - Realtek ALC1220 / HDA Intel PCH / HDA nVidia - Xubuntu 22.04 / Kernel 5.15.0-69-generic

Hors ligne

#20 Le 05/11/2023, à 15:18

louise.perrot

Re : [Résolu] panne bleutooth suite mise à jour ubuntu 22.04.1 LTS

Nuliel a écrit :

Salut,
Il manque le firmware

wget https://github.com/winterheart/broadcom-bt-firmware/raw/master/brcm/BCM43142A0-04ca-2006.hcd
sudo mv BCM43142A0-04ca-2006.hcd /lib/firmware/brcm/BCM43142A0-04ca-2006.hcd

et un redémarrage devrait suffire

Whaou merci, j'ai eu ce problème y'a deux jours et je ne sais pas ce qui l'a causé mais en tout cas cette manip a tout réglé !

Hors ligne