#1 Le 19/09/2022, à 08:47
- K0ben
[Résolu] Appairage Bluetooth KO malgré modiications recommandées
Bonjour à tous,
Il y a peu de temps j'ai franchi le cap de passer à Ubuntu et j'aurais besoin svp d'aide.
Etant peu habitué aux forums et à la communauté veuillez me pardonner si je ne suis pas exactement le protocole attendu pour le premier message.
Je sollicite votre aide car il m'est impossible d'associer le moindre appareil bluetooth à mon ordinateur et je ne sais plus quoi faire car j'ai déjà fait mes recherches préalables et modifié des paramètres sans succès.
Mon ordinateur est un Lenovo Yoga 3 pro que vous trouverez en détail ici :
https://www.materiel.net/produit/201501140010.html
J'ai essayé d'appairer ma souris Logitech MX anywhere 2 et mon casque Bose QuietComfort 35 II mais cela ne fonctionne malheureusement pas.
J'ai déjà essayé de suivre ce tutoriel qui ne fonctionne pas pour moi :
Désactiver Bluetooth LE
Modifier le fichier de configuration Bluetooth:
Sudo nano /etc/bluetooth/main.conf
Remplacer:
#ControllerMode = dual
avec:
ControllerMode = bredr
Redémarrer Bluetooth:
Sudo service bluetooth restart
D'ailleurs je ne comprends pas pourquoi je dois mettre ControllerMode = bredr au lieu de #ControllerMode = bredr ... De toute façon cela ne change rien, dans les deux cas c'est KO.
Je vous remercie par avance pour votre aide ^^
Dernière modification par K0ben (Le 20/09/2022, à 22:06)
Hors ligne
#2 Le 19/09/2022, à 09:47
- xubu1957
Re : [Résolu] Appairage Bluetooth KO malgré modiications recommandées
Bonjour,
Si tu ne trouves pas de solution dans > [Tuto] Pas de Bluetooth ? Quelques solutions,
il faudra fournir, en te servant du Retour utilisable de commande :
uname -a; lspci -nnk | grep -iA3 net; lsusb; sudo dmesg | grep -i bluetooth; sudo dmesg | grep -i firmware; lsmod | grep bluetooth
dpkg -l | grep blue
rfkill list all
et avec un terminal dont au préalable la fenêtre est élargie, afin de ne pas tronquer les lignes :
sudo service bluetooth status
Lecture conseillée > memento des balises code.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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 19/09/2022, à 11:13
- K0ben
Re : [Résolu] Appairage Bluetooth KO malgré modiications recommandées
Hello,
Merci pour ta réponse rapide, alors j'ai regardé mais j'avoue être un peu perdu.
Alors pours les infos demandées voici :
jeancharles@Yoga-3-Pro:~$ uname -a; lspci -nnk | grep -iA3 net; lsusb; sudo dmesg | grep -i bluetooth; sudo dmesg | grep -i firmware; lsmod | grep bluetooth
dpkg -l | grep blue
rfkill list all
Linux Yoga-3-Pro 5.15.0-47-generic #51-Ubuntu SMP Thu Aug 11 07:51:15 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
01:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4352 802.11ac Wireless Network Adapter [14e4:43b1] (rev 03)
Subsystem: Lenovo BCM4352 802.11ac Wireless Network Adapter [17aa:0623]
Kernel driver in use: wl
Kernel modules: bcma, wl
Bus 002 Device 002: ID 05e3:0612 Genesys Logic, Inc. Hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 006: ID 048d:8386 Integrated Technology Express, Inc. ITE Device(8386)
Bus 001 Device 005: ID 1bcf:2c43 Sunplus Innovation Technology Inc. Lenovo EasyCamera
Bus 001 Device 003: ID 0489:e07a Foxconn / Hon Hai BCM20702A0
Bus 001 Device 004: ID 17ef:608d Lenovo Optical Mouse
Bus 001 Device 002: ID 05e3:0610 Genesys Logic, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[sudo] Mot de passe de jeancharles :
[ 4.641884] Bluetooth: Core ver 2.22
[ 4.641910] NET: Registered PF_BLUETOOTH protocol family
[ 4.641912] Bluetooth: HCI device and connection manager initialized
[ 4.641917] Bluetooth: HCI socket layer initialized
[ 4.641920] Bluetooth: L2CAP socket layer initialized
[ 4.641926] Bluetooth: SCO socket layer initialized
[ 4.802381] Bluetooth: hci0: BCM: chip id 63
[ 4.803381] Bluetooth: hci0: BCM: features 0x07
[ 4.819382] Bluetooth: hci0: BCM20702A
[ 4.819390] Bluetooth: hci0: BCM20702A1 (001.002.014) build 0000
[ 4.821189] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
[ 4.821197] Bluetooth: hci0: BCM: 'brcm/BCM20702A1-0489-e07a.hcd'
[ 4.821201] Bluetooth: hci0: BCM: 'brcm/BCM-0489-e07a.hcd'
[ 7.051509] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 7.051513] Bluetooth: BNEP filters: protocol multicast
[ 7.051516] Bluetooth: BNEP socket layer initialized
[ 62.367367] Bluetooth: RFCOMM TTY layer initialized
[ 62.367376] Bluetooth: RFCOMM socket layer initialized
[ 62.367382] Bluetooth: RFCOMM ver 1.11
[ 3542.181471] Bluetooth: hci0: BCM: chip id 63
[ 3542.182465] Bluetooth: hci0: BCM: features 0x07
[ 3542.198459] Bluetooth: hci0: BCM20702A
[ 3542.198467] Bluetooth: hci0: BCM20702A1 (001.002.014) build 0000
[ 3542.199635] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
[ 3542.199642] Bluetooth: hci0: BCM: 'brcm/BCM20702A1-0489-e07a.hcd'
[ 3542.199644] Bluetooth: hci0: BCM: 'brcm/BCM-0489-e07a.hcd'
[ 0.198084] DMAR: [Firmware Bug]: No firmware reserved region can cover this RMRR [0x000000009d800000-0x000000009fffffff], contact BIOS vendor for fixes
[ 0.198095] DMAR: [Firmware Bug]: Your BIOS is broken; bad RMRR [0x000000009d800000-0x000000009fffffff]
[ 0.203620] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 4.821189] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
[ 3542.199635] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
bluetooth 704512 27 btrtl,btintel,btbcm,bnep,btusb,rfcomm
ecdh_generic 16384 1 bluetooth
ii bluez 5.64-0ubuntu1 amd64 Bluetooth tools and daemons
ii bluez-cups 5.64-0ubuntu1 amd64 Bluetooth printer driver for CUPS
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 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-bluetooth13:amd64 3.34.5-8 amd64 GNOME Bluetooth tools - support library
ii pulseaudio-module-bluetooth 1:15.99.1+dfsg1-1ubuntu1 amd64 Bluetooth module for PulseAudio sound server
0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: no
3: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
4: brcmwl-0: Wireless LAN
Soft blocked: no
Hard blocked: no
5: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
Et sinon pour l'autre commande :
jeancharles@Yoga-3-Pro:~$ sudo service bluetooth status
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2022-09-19 08:59:40 CEST; 3h 12min ago
Docs: man:bluetoothd(8)
Main PID: 657 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 9352)
Memory: 1.8M
CPU: 115ms
CGroup: /system.slice/bluetooth.service
└─657 /usr/lib/bluetooth/bluetoothd
sept. 19 11:41:59 Yoga-3-Pro bluetoothd[657]: Failed to set mode: Not Supported (0x0c)
sept. 19 11:41:59 Yoga-3-Pro bluetoothd[657]: Failed to set mode: Blocked through rfkill (0x12)
sept. 19 11:42:00 Yoga-3-Pro bluetoothd[657]: Endpoint registered: sender=:1.85 path=/MediaEndpoint/A2DPSink/sbc
sept. 19 11:42:00 Yoga-3-Pro bluetoothd[657]: Endpoint registered: sender=:1.85 path=/MediaEndpoint/A2DPSource/sbc
sept. 19 11:42:00 Yoga-3-Pro bluetoothd[657]: Endpoint registered: sender=:1.85 path=/MediaEndpoint/A2DPSink/sbc_xq_453
sept. 19 11:42:00 Yoga-3-Pro bluetoothd[657]: Endpoint registered: sender=:1.85 path=/MediaEndpoint/A2DPSource/sbc_xq_453
sept. 19 11:42:00 Yoga-3-Pro bluetoothd[657]: Endpoint registered: sender=:1.85 path=/MediaEndpoint/A2DPSink/sbc_xq_512
sept. 19 11:42:00 Yoga-3-Pro bluetoothd[657]: Endpoint registered: sender=:1.85 path=/MediaEndpoint/A2DPSource/sbc_xq_512
sept. 19 11:42:00 Yoga-3-Pro bluetoothd[657]: Endpoint registered: sender=:1.85 path=/MediaEndpoint/A2DPSink/sbc_xq_552
sept. 19 11:42:00 Yoga-3-Pro bluetoothd[657]: Endpoint registered: sender=:1.85 path=/MediaEndpoint/A2DPSource/sbc_xq_552
Voilà, j'espère que j'ai fait correctement,
Bon appétit ^^
Hors ligne
#4 Le 19/09/2022, à 13:01
- xubu1957
Re : [Résolu] Appairage Bluetooth KO malgré modiications recommandées
Il faut récupérer le pilote Broadcom Bluetooth et l'installer comme ici > Bluetooth Lenovo yoga 3 pro BCM20702A1 [RESOLU]
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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
#5 Le 19/09/2022, à 15:28
- K0ben
Re : [Résolu] Appairage Bluetooth KO malgré modiications recommandées
Alors merci beaucoup mais ... cela ne fonctionne pas du tout.
J'ai pourtant fait la manipulation suivante :
cd /lib/firmware/brcm/
sudo wget https://github.com/winterheart/broadcom-bt-firmware/tree/master/brcm/BCM20702A1-0489-e07a.hcd
J'ai redémarré la machine, essayé de désactiver et de réactiver le Bluetooth puis de faire une commande pour redémarrer le service et le Bluetooth refuse même de s'activer : le bouton reste gris.
J'ai même essayé de faire
Sudo service bluetooth restart
sans succès.
Ais-je fait une erreur ?
Hors ligne
#6 Le 19/09/2022, à 15:31
- xubu1957
Re : [Résolu] Appairage Bluetooth KO malgré modiications recommandées
Tu avais téléchargé le pilote BCM20702A1-0489-e07a.hcd dans le github.com/winterheart/broadcom-bt-firmware ?
Vu [Solved] Bluetooth broken, uses weird device name,et désactivé le secure-boot ?
Doc > desactiver_secure_boot.
Dernière modification par xubu1957 (Le 19/09/2022, à 15:39)
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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 19/09/2022, à 18:09
- K0ben
Re : [Résolu] Appairage Bluetooth KO malgré modiications recommandées
Bon, je n'avais pas en effet téléchargé le fichier pensant que la commande allait le faire.
Maintenant j'ai le fichier mais je ne peux pas le copier dans le dossier /lib/firmware/brcm :-(
Sinon oui j'ai désactivé le secure Boot.
Dernière modification par K0ben (Le 19/09/2022, à 18:11)
Hors ligne
#8 Le 19/09/2022, à 18:23
- xubu1957
Re : [Résolu] Appairage Bluetooth KO malgré modiications recommandées
Tu pourras donner :
ls -l /lib/firmware/brcm/
?
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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
#9 Le 19/09/2022, à 18:53
- K0ben
Re : [Résolu] Appairage Bluetooth KO malgré modiications recommandées
Tu veux ça ?
jeancharles@Yoga-3-Pro:~$ ls -l /lib/firmware/brcm/
total 12152
lrwxrwxrwx 1 root root 17 août 31 13:11 BCM-0a5c-6410.hcd -> BCM-0bb4-0306.hcd
-rw-r--r-- 1 root root 54734 août 31 13:11 BCM-0bb4-0306.hcd
-rw-r--r-- 1 root root 147222 sept. 19 16:17 BCM20702A1-0489-e07a.hcd
-rw-r--r-- 1 root root 269595 août 31 13:11 bcm4329-fullmac-4.bin
-rw-r--r-- 1 root root 96224 août 31 13:11 bcm43xx-0.fw
-rw-r--r-- 1 root root 180 août 31 13:11 bcm43xx_hdr-0.fw
lrwxrwxrwx 1 root root 31 août 31 13:11 brcmfmac43012-sdio.bin -> ../cypress/cyfmac43012-sdio.bin
lrwxrwxrwx 1 root root 36 août 31 13:11 brcmfmac43012-sdio.clm_blob -> ../cypress/cyfmac43012-sdio.clm_blob
-rw-r--r-- 1 root root 397312 août 31 13:11 brcmfmac43143.bin
-rw-r--r-- 1 root root 385067 août 31 13:11 brcmfmac43143-sdio.bin
-rw-r--r-- 1 root root 348160 août 31 13:11 brcmfmac43236b.bin
-rw-r--r-- 1 root root 455745 août 31 13:11 brcmfmac43241b0-sdio.bin
-rw-r--r-- 1 root root 403855 août 31 13:11 brcmfmac43241b4-sdio.bin
-rw-r--r-- 1 root root 408682 août 31 13:11 brcmfmac43241b5-sdio.bin
-rw-r--r-- 1 root root 479232 août 31 13:11 brcmfmac43242a.bin
-rw-r--r-- 1 root root 253748 août 31 13:11 brcmfmac4329-sdio.bin
-rw-r--r-- 1 root root 222126 août 31 13:11 brcmfmac4330-sdio.bin
-rw-r--r-- 1 root root 1509 août 31 13:11 brcmfmac4330-sdio.Prowise-PT301.txt
lrwxrwxrwx 1 root root 31 août 31 13:11 brcmfmac43340-sdio.bin -> ../cypress/cyfmac43340-sdio.bin
-rw-r--r-- 1 root root 1693 août 31 13:11 brcmfmac43340-sdio.meegopad-t08.txt
-rw-r--r-- 1 root root 1724 août 31 13:11 brcmfmac43340-sdio.pov-tab-p1006w-data.txt
-rw-r--r-- 1 root root 1689 août 31 13:11 brcmfmac43340-sdio.predia-basic.txt
-rw-r--r-- 1 root root 451566 août 31 13:11 brcmfmac4334-sdio.bin
-rw-r--r-- 1 root root 569291 août 31 13:11 brcmfmac4335-sdio.bin
lrwxrwxrwx 1 root root 31 août 31 13:11 brcmfmac43362-sdio.bin -> ../cypress/cyfmac43362-sdio.bin
-rw-r--r-- 1 root root 803 août 31 13:11 brcmfmac43362-sdio.cubietech,cubietruck.txt
lrwxrwxrwx 1 root root 43 août 31 13:11 brcmfmac43362-sdio.lemaker,bananapro.txt -> brcmfmac43362-sdio.cubietech,cubietruck.txt
lrwxrwxrwx 1 root root 30 août 31 13:11 brcmfmac4339-sdio.bin -> ../cypress/cyfmac4339-sdio.bin
-rw-r--r-- 1 root root 382455 août 31 13:11 brcmfmac43430a0-sdio.bin
-rw-r--r-- 1 root root 908 août 31 13:11 brcmfmac43430a0-sdio.ilife-S806.txt
-rw-r--r-- 1 root root 951 août 31 13:11 brcmfmac43430a0-sdio.jumper-ezpad-mini3.txt
-rw-r--r-- 1 root root 989 août 31 13:11 'brcmfmac43430a0-sdio.ONDA-V80 PLUS.txt'
-rw-r--r-- 1 root root 875 août 31 13:11 brcmfmac43430-sdio.AP6212.txt
lrwxrwxrwx 1 root root 29 août 31 13:11 brcmfmac43430-sdio.beagle,beaglev-starlight-jh7100-a1.txt -> brcmfmac43430-sdio.AP6212.txt
lrwxrwxrwx 1 root root 29 août 31 13:11 brcmfmac43430-sdio.beagle,beaglev-starlight-jh7100-r0.txt -> brcmfmac43430-sdio.AP6212.txt
lrwxrwxrwx 1 root root 31 août 31 13:11 brcmfmac43430-sdio.bin -> ../cypress/cyfmac43430-sdio.bin
lrwxrwxrwx 1 root root 36 août 31 13:11 brcmfmac43430-sdio.clm_blob -> ../cypress/cyfmac43430-sdio.clm_blob
lrwxrwxrwx 1 root root 29 août 31 13:11 brcmfmac43430-sdio.friendlyarm,nanopi-r1.txt -> brcmfmac43430-sdio.AP6212.txt
-rw-r--r-- 1 root root 928 août 31 13:11 brcmfmac43430-sdio.Hampoo-D2D3_Vi8A1.txt
-rw-r--r-- 1 root root 831 août 31 13:11 brcmfmac43430-sdio.MUR1DX.txt
-rw-r--r-- 1 root root 874 août 31 13:11 brcmfmac43430-sdio.raspberrypi,3-model-b.txt
lrwxrwxrwx 1 root root 44 août 31 13:11 brcmfmac43430-sdio.raspberrypi,model-zero-w.txt -> brcmfmac43430-sdio.raspberrypi,3-model-b.txt
lrwxrwxrwx 1 root root 29 août 31 13:11 brcmfmac43430-sdio.sinovoip,bpi-m2-plus.txt -> brcmfmac43430-sdio.AP6212.txt
lrwxrwxrwx 1 root root 29 août 31 13:11 brcmfmac43430-sdio.sinovoip,bpi-m2-ultra.txt -> brcmfmac43430-sdio.AP6212.txt
lrwxrwxrwx 1 root root 29 août 31 13:11 brcmfmac43430-sdio.sinovoip,bpi-m2-zero.txt -> brcmfmac43430-sdio.AP6212.txt
lrwxrwxrwx 1 root root 29 août 31 13:11 brcmfmac43430-sdio.sinovoip,bpi-m3.txt -> brcmfmac43430-sdio.AP6212.txt
lrwxrwxrwx 1 root root 29 août 31 13:11 brcmfmac43430-sdio.starfive,visionfive-v1.txt -> brcmfmac43430-sdio.AP6212.txt
-rw-r--r-- 1 root root 1723 août 31 13:11 brcmfmac43455-sdio.acepc-t8.txt
lrwxrwxrwx 1 root root 31 août 31 13:11 brcmfmac43455-sdio.bin -> ../cypress/cyfmac43455-sdio.bin
lrwxrwxrwx 1 root root 36 août 31 13:11 brcmfmac43455-sdio.clm_blob -> ../cypress/cyfmac43455-sdio.clm_blob
-rw-r--r-- 1 root root 2510 août 31 13:11 'brcmfmac43455-sdio.MINIX-NEO Z83-4.txt'
lrwxrwxrwx 1 root root 49 août 31 13:11 brcmfmac43455-sdio.raspberrypi,3-model-a-plus.txt -> brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt
-rw-r--r-- 1 root root 1884 août 31 13:11 brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt
-rw-r--r-- 1 root root 1883 août 31 13:11 brcmfmac43455-sdio.raspberrypi,4-model-b.txt
lrwxrwxrwx 1 root root 44 août 31 13:11 'brcmfmac43455-sdio.Raspberry Pi Foundation-Raspberry Pi 4 Model B.txt' -> brcmfmac43455-sdio.raspberrypi,4-model-b.txt
lrwxrwxrwx 1 root root 44 août 31 13:11 '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 août 31 13:11 brcmfmac4350c2-pcie.bin
-rw-r--r-- 1 root root 626140 août 31 13:11 brcmfmac4350-pcie.bin
lrwxrwxrwx 1 root root 30 août 31 13:11 brcmfmac4354-sdio.bin -> ../cypress/cyfmac4354-sdio.bin
lrwxrwxrwx 1 root root 35 août 31 13:11 brcmfmac4354-sdio.clm_blob -> ../cypress/cyfmac4354-sdio.clm_blob
-rw-r--r-- 1 root root 557056 août 31 13:11 brcmfmac43569.bin
lrwxrwxrwx 1 root root 30 août 31 13:11 brcmfmac4356-pcie.bin -> ../cypress/cyfmac4356-pcie.bin
lrwxrwxrwx 1 root root 35 août 31 13:11 brcmfmac4356-pcie.clm_blob -> ../cypress/cyfmac4356-pcie.clm_blob
-rw-r--r-- 1 root root 2515 août 31 13:11 brcmfmac4356-pcie.gpd-win-pocket.txt
lrwxrwxrwx 1 root root 30 août 31 13:11 brcmfmac4356-sdio.bin -> ../cypress/cyfmac4356-sdio.bin
lrwxrwxrwx 1 root root 35 août 31 13:11 brcmfmac4356-sdio.clm_blob -> ../cypress/cyfmac4356-sdio.clm_blob
lrwxrwxrwx 1 root root 35 août 31 13:11 brcmfmac4356-sdio.khadas,vim2.txt -> brcmfmac4356-sdio.vamrs,rock960.txt
-rw-r--r-- 1 root root 2610 août 31 13:11 brcmfmac4356-sdio.vamrs,rock960.txt
lrwxrwxrwx 1 root root 31 août 31 13:11 brcmfmac43570-pcie.bin -> ../cypress/cyfmac43570-pcie.bin
lrwxrwxrwx 1 root root 36 août 31 13:11 brcmfmac43570-pcie.clm_blob -> ../cypress/cyfmac43570-pcie.clm_blob
-rw-r--r-- 1 root root 633817 août 31 13:11 brcmfmac4358-pcie.bin
-rw-r--r-- 1 root root 595472 août 31 13:11 brcmfmac43602-pcie.ap.bin
-rw-r--r-- 1 root root 635449 août 31 13:11 brcmfmac43602-pcie.bin
-rw-r--r-- 1 root root 1105361 août 31 13:11 brcmfmac4366b-pcie.bin
-rw-r--r-- 1 root root 1120971 août 31 13:11 brcmfmac4366c-pcie.bin
-rw-r--r-- 1 root root 623448 août 31 13:11 brcmfmac4371-pcie.bin
-rw-r--r-- 1 root root 479232 août 31 13:11 brcmfmac4373.bin
lrwxrwxrwx 1 root root 30 août 31 13:11 brcmfmac4373-sdio.bin -> ../cypress/cyfmac4373-sdio.bin
lrwxrwxrwx 1 root root 35 août 31 13:11 brcmfmac4373-sdio.clm_blob -> ../cypress/cyfmac4373-sdio.clm_blob
lrwxrwxrwx 1 root root 31 août 31 13:11 brcmfmac54591-pcie.bin -> ../cypress/cyfmac54591-pcie.bin
lrwxrwxrwx 1 root root 36 août 31 13:11 brcmfmac54591-pcie.clm_blob -> ../cypress/cyfmac54591-pcie.clm_blob
Hors ligne
#10 Le 19/09/2022, à 18:59
- xubu1957
Re : [Résolu] Appairage Bluetooth KO malgré modiications recommandées
Je vais essayer d'avoir Nuliel, pour ta discussion.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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
#11 Le 19/09/2022, à 19:02
- K0ben
Re : [Résolu] Appairage Bluetooth KO malgré modiications recommandées
C'est une autre personne c'est ça ?
Hors ligne
#12 Le 19/09/2022, à 19:05
- xubu1957
Re : [Résolu] Appairage Bluetooth KO malgré modiications recommandées
Il est fort, lui > Entraide pour bluetooth.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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
#13 Le 19/09/2022, à 19:09
- K0ben
Re : [Résolu] Appairage Bluetooth KO malgré modiications recommandées
Toi aussi ^^
Quoi qu'il en soit merci pour ton aide je vais attendre sa réponse
Hors ligne
#14 Le 20/09/2022, à 14:23
- K0ben
Re : [Résolu] Appairage Bluetooth KO malgré modiications recommandées
Hello, as tu pu contacter Nuliel stp ? Je suis curieux de connaître la solution à mon problème ^
Hors ligne
#15 Le 20/09/2022, à 14:28
- xubu1957
Re : [Résolu] Appairage Bluetooth KO malgré modiications recommandées
Il était débordé et HS.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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
#16 Le 20/09/2022, à 14:53
- ylag
Re : [Résolu] Appairage Bluetooth KO malgré modiications recommandées
Bonjour,
En attendant l'intervention de @Nuliel, on voit ceci dans les résultats au message #3 :
...
1: ideapad_bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: no
...
5: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
Peut-être une piste pour une méthode de contournement temporaire : (ça date de 2016, par contre...) : Cannot unblock soft-blocked bluetooth
Tu pourrais tenter :
sudo rfkill unblock bluetooth
...suivi de :
sudo systemctl restart bluetooth.service
?
Hors ligne
#17 Le 20/09/2022, à 15:28
- K0ben
Re : [Résolu] Appairage Bluetooth KO malgré modiications recommandées
Hello, merci pour ton aide Ylag, j'ai essayé mais malgré tout cela ne fonctionne pas.
Le Bluetooth reste désactivé même quand je clique pour l'activer :-(
Hors ligne
#18 Le 20/09/2022, à 20:51
- Nuliel
Re : [Résolu] Appairage Bluetooth KO malgré modiications recommandées
Salut,
Tu peux passer
cd
sudo rm /lib/firmware/brcm/BCM20702A1-0489-e07a.hcd
wget https://github.com/winterheart/broadcom-bt-firmware/raw/master/brcm/BCM20702A1-0489-e07a.hcd
sudo mv BCM20702A1-0489-e07a.hcd /lib/firmware/brcm/BCM20702A1-0489-e07a.hcd
suivi d'un redémarrage, et tu peux donner
sudo rfkill list
En gros, il y a une erreur dans l'url que tu as utilisé, tu as téléchargé une page html menant au pilote et non le pilote.
Hors ligne
#19 Le 20/09/2022, à 21:54
- K0ben
Re : [Résolu] Appairage Bluetooth KO malgré modiications recommandées
Salut,
Tu peux passercd sudo rm /lib/firmware/brcm/BCM20702A1-0489-e07a.hcd wget https://github.com/winterheart/broadcom-bt-firmware/raw/master/brcm/BCM20702A1-0489-e07a.hcd sudo mv BCM20702A1-0489-e07a.hcd /lib/firmware/brcm/BCM20702A1-0489-e07a.hcd
suivi d'un redémarrage, et tu peux donner
sudo rfkill list
En gros, il y a une erreur dans l'url que tu as utilisé, tu as téléchargé une page html menant au pilote et non le pilote.
Hello,
Super merci !!!!
ça fonctionne !
Dernière modification par K0ben (Le 20/09/2022, à 21:55)
Hors ligne