Pages : 1
#1 Le 18/01/2020, à 10:35
- AllinAjax
Probleme bluetooth macbook pro 2018
Salam les gars comment allez-vous ? moi ca va niquel hamdoulilah
bon premièrement mon ordi :
Mac book pro 2018 avec la derniere version unbuntu :
Linux version 5.3.0-26-generic (buildd@lgw01-amd64-039) (gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1)) #28~18.04.1-Ubuntu SMP Wed Dec 18 16:40:14 UTC 2019
Bref, voila mon problème :
Je n'arrive pas à "turn on" mon bluetooth, quoi que je fasse il reste en off !!!
Apres quelque recherches je tombe sur la documentation suivante
Bon commencons pas un rfkill list qui nous donne :
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
Bon à prioris tout à l'air bon de ce coté la, rien n'est bloqué
Ensuite, voila ce que je lis :
Le Bluetooth ne s'active pas
Avant se commencer:
Vérifiez si dans le BIOS de votre ordinateur le Bluetooth ne serait pas désactivé.
Vérifier les paramètres dans l'utilitaire bluetooth (Paramètres systèmes→Matériel→Bluetooth)
Si l'utilitaire Bluetooth vous indique que le Bluetooth n'est pas activé, dans un terminal saisir la commande suivante :
sudo /etc/init.d/networking restart
Puis redémarrez l'ordinateur.
Si vous possédez un ordinateur portable avec le bluetooth intégré, il vous faut peut-être l'activer avec un interrupteur matériel. Celui-ci peut être une combinaison de touches du clavier, par exemple Fn + F2 (Sur certains ordinateurs portables, le bouton ON/OFF du Wifi est aussi celui du Bluetooth. Pensez donc à le mettre sur ON).
En marquant la comande suivante :
sudo /etc/init.d/networking restart
jobtient :
[ ok ] Restarting bluetooth (via systemctl): bluetooth.service.
(jai ensuiste reboot comme marqué)
donc à priori tout est bon la aussi (jai aussi essayer la commande fn + f2 ca n'a rien fait et bien sur ma wifi est activé)
d'ailleurs voila ma carte wifi
lspci | grep -i net
02:00.0 Network controller: Broadcom Inc. and subsidiaries BCM4350 802.11ac Wireless Network Adapter (rev 05)
Par contre quand je marque la commande hciconfig j'obtient :
hci0: Type: Primary Bus: UART
BD Address: 00:00:00:00:00:00 ACL MTU: 0:0 SCO MTU: 0:0
DOWN
RX bytes:0 acl:0 sco:0 events:0 errors:0
TX bytes:28 acl:0 sco:0 commands:4 errors:0
hmmm bizarre non ? qu'en pensez vous ?
Pour résumer mon probleme :
Je n'arrive pas à "turn on" le bluetooth, en gros quand je le fais ca se remet automatiquement en mode off
Dernière modification par AllinAjax (Le 18/01/2020, à 10:45)
Hors ligne
#2 Le 18/01/2020, à 10:39
- xubu1957
Re : Probleme bluetooth macbook pro 2018
Bonjour,
Il faut fournir :
uname -a; lspci -nnk | grep -iA3 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
sudo service bluetooth status
dpkg -l | grep blue
_ _ _
Pas évident :
> [ubuntu]Can't turn on Bluetooth macbook 14,1. can somebody help?
_ _ _
Tenter la solution > [SOLVED] Dismal Bluetooth signal strength on Dell XPS 13 ?
Dernière modification par xubu1957 (Le 18/01/2020, à 11:00)
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
En ligne
#3 Le 18/01/2020, à 13:00
- AllinAjax
Re : Probleme bluetooth macbook pro 2018
uname -a; lspci -nnk | grep -iA3 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
Linux MacBookPro 5.3.0-26-generic #28~18.04.1-Ubuntu SMP Wed Dec 18 16:40:14 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
02:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4350 802.11ac Wireless Network Adapter [14e4:43a3] (rev 05)
Subsystem: Apple Inc. BCM4350 802.11ac Wireless Network Adapter [106b:0170]
Kernel driver in use: brcmfmac
Kernel modules: brcmfmac
03:00.0 Multimedia controller [0480]: Broadcom Inc. and subsidiaries 720p FaceTime HD Camera [14e4:1570]
Bus 004 Device 003: ID 6557:0331
Bus 004 Device 002: ID 05e3:0612 Genesys Logic, Inc.
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[ 2.767612] Bluetooth: Core ver 2.22
[ 2.767626] Bluetooth: HCI device and connection manager initialized
[ 2.767629] Bluetooth: HCI socket layer initialized
[ 2.767630] Bluetooth: L2CAP socket layer initialized
[ 2.767633] Bluetooth: SCO socket layer initialized
[ 2.797635] Bluetooth: HCI UART driver ver 2.3
[ 2.797637] Bluetooth: HCI UART protocol H4 registered
[ 2.797637] Bluetooth: HCI UART protocol BCSP registered
[ 2.797646] Bluetooth: HCI UART protocol LL registered
[ 2.797647] Bluetooth: HCI UART protocol ATH3K registered
[ 2.797654] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 2.797678] Bluetooth: HCI UART protocol Intel registered
[ 2.797713] Bluetooth: HCI UART protocol Broadcom registered
[ 2.797719] Bluetooth: HCI UART protocol QCA registered
[ 2.797720] Bluetooth: HCI UART protocol AG6XX registered
[ 2.797726] Bluetooth: HCI UART protocol Marvell registered
[ 3.450932] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 3.450933] Bluetooth: BNEP filters: protocol multicast
[ 3.450936] Bluetooth: BNEP socket layer initialized
[ 4.956972] Bluetooth: hci0: command 0xfc18 tx timeout
[ 13.085046] Bluetooth: hci0: BCM: failed to write update baudrate (-110)
[ 13.085056] Bluetooth: hci0: Failed to set baudrate
[ 15.100897] Bluetooth: hci0: command 0x0c03 tx timeout
[ 23.324853] Bluetooth: hci0: BCM: Reset failed (-110)
[ 0.095145] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.117199] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 2.848606] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[ 2.939816] brcmfmac 0000:02:00.0: Direct firmware load for brcm/brcmfmac4350c2-pcie.Apple Inc.-MacBookPro14,1.txt failed with error -2
[ 2.939829] brcmfmac 0000:02:00.0: Direct firmware load for brcm/brcmfmac4350c2-pcie.txt failed with error -2
[ 3.230043] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4350/5 wl0: Nov 26 2015 03:48:57 version 7.35.180.133 (r602372) FWID 01-c45b39d6
bluetooth 573440 13 btrtl,btqca,btintel,hci_uart,btbcm,bnep
ecdh_generic 16384 1 bluetooth
sudo service bluetooth status
bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset
Active: active (running) since Sat 2020-01-18 11:30:03 CET; 24min ago
Docs: man:bluetoothd(8)
Main PID: 865 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4915)
CGroup: /system.slice/bluetooth.service
└─865 /usr/lib/bluetooth/bluetoothd
janv. 18 11:30:03 MacBookPro systemd[1]: Starting Bluetooth service.
janv. 18 11:30:03 MacBookPro bluetoothd[865]: Bluetooth daemon 5.48
janv. 18 11:30:03 MacBookPro bluetoothd[865]: Starting SDP server
janv. 18 11:30:03 MacBookPro systemd[1]: Started Bluetooth service.
janv. 18 11:30:03 MacBookPro bluetoothd[865]: Bluetooth management i
dpkg -l | grep blue
ii bluez 5.48-0ubuntu3.2 amd64 Bluetooth tools and daemons
ii bluez-cups 5.48-0ubuntu3.2 amd64 Bluetooth printer driver for CUPS
ii bluez-obexd 5.48-0ubuntu3.2 amd64 bluez obex daemon
ii gir1.2-gnomebluetooth-1.0:amd64 3.28.0-2ubuntu0.2 amd64 Introspection data for GnomeBluetooth
ii gnome-bluetooth 3.28.0-2ubuntu0.2 amd64 GNOME Bluetooth tools
ii libbluetooth3:amd64 5.48-0ubuntu3.2 amd64 Library to use the BlueZ Linux Bluetooth stack
ii libgnome-bluetooth13:amd64 3.28.0-2ubuntu0.2 amd64 GNOME Bluetooth tools - support library
ii pulseaudio-module-bluetooth 1:11.1-1ubuntu7.4 amd64 Bluetooth module for PulseAudio sound server
Jai lu dans ta solution que je dois installer le driver de ma carte wifi
lpsci | grep -i net
02:00.0 Network controller: Broadcom Inc. and subsidiaries BCM4350 802.11ac Wireless Network Adapter (rev 05)
Le problème c'est que je ne le trouve pas
Merci pour ton aide en tout cas
Hors ligne
#4 Le 18/01/2020, à 13:11
- xubu1957
Re : Probleme bluetooth macbook pro 2018
Cette commande pour activer le Wifi :
sudo modprobe brcmfmac
indiquée > forum.manjaro.org/t/broadcom-bcm4350-802-11ac-of-xps-13-9350-not-detected-on-16-06-live-cd/4615
_ _ _
To make Bluetooth work properly you have to install the Broadcom firmware.
Pour que le Bluetooth fonctionne correctement, vous devez installer le micrologiciel Broadcom.
wget http://downloads.dell.com/FOLDER03272920M/1/9350_Network_Driver_XMJK7_WN32_12.0.1.720_A00.EXE unzip 9350_Network_Driver_XMJK7_WN32_12.0.1.720_A00.EXE cp Win64/BCM4350C5_003.006.007.0095.1703.hex ./ hex2hcd BCM4350C5_003.006.007.0095.1703.hex mv BCM4350C5_003.006.007.0095.1703.hcd /lib/firmware/brcm/BCM-0a5c-6412.hcd
Reload the module and Bluetooth should work.
Rechargez le module et le Bluetooth devrait fonctionner.
sudo modprobe -r btusb
sudo modprobe btusb
Dernière modification par xubu1957 (Le 18/01/2020, à 13:21)
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
En ligne
#5 Le 19/01/2020, à 11:24
- AllinAjax
Re : Probleme bluetooth macbook pro 2018
j'ai installer le micro-logiciel, puis fait les 2 comandes suivantes + reboot mais ca ne marche toujouts pas ...
par contre regarde :
dmesg | grep -i bluetooth
[ 2.440948] Bluetooth: Core ver 2.22
[ 2.440962] Bluetooth: HCI device and connection manager initialized
[ 2.440965] Bluetooth: HCI socket layer initialized
[ 2.440967] Bluetooth: L2CAP socket layer initialized
[ 2.440969] Bluetooth: SCO socket layer initialized
[ 2.459550] Bluetooth: HCI UART driver ver 2.3
[ 2.459551] Bluetooth: HCI UART protocol H4 registered
[ 2.459552] Bluetooth: HCI UART protocol BCSP registered
[ 2.459562] Bluetooth: HCI UART protocol LL registered
[ 2.459563] Bluetooth: HCI UART protocol ATH3K registered
[ 2.459569] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 2.459590] Bluetooth: HCI UART protocol Intel registered
[ 2.459618] Bluetooth: HCI UART protocol Broadcom registered
[ 2.459624] Bluetooth: HCI UART protocol QCA registered
[ 2.459624] Bluetooth: HCI UART protocol AG6XX registered
[ 2.459631] Bluetooth: HCI UART protocol Marvell registered
[ 4.637282] Bluetooth: hci0: command 0xfc18 tx timeout
[ 4.914817] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 4.914819] Bluetooth: BNEP filters: protocol multicast
[ 4.914823] Bluetooth: BNEP socket layer initialized
[ 12.829317] Bluetooth: hci0: BCM: failed to write update baudrate (-110)
[ 12.829324] Bluetooth: hci0: Failed to set baudrate
[ 14.845300] Bluetooth: hci0: command 0x0c03 tx timeout
[ 23.069299] Bluetooth: hci0: BCM: Reset failed (-110)
dmesg | grep -i brcmf
[ 2.504732] usbcore: registered new interface driver brcmfmac
[ 2.632516] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4350c2-pcie for chip BCM4350/5
[ 2.634641] brcmfmac 0000:02:00.0: Direct firmware load for brcm/brcmfmac4350c2-pcie.Apple Inc.-MacBookPro14,1.txt failed with error -2
[ 2.634652] brcmfmac 0000:02:00.0: Direct firmware load for brcm/brcmfmac4350c2-pcie.txt failed with error -2
[ 2.915137] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4350c2-pcie for chip BCM4350/5
[ 2.915158] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
[ 2.916220] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4350/5 wl0: Nov 26 2015 03:48:57 version 7.35.180.133 (r602372) FWID 01-c45b39d6
[ 2.976212] brcmfmac 0000:02:00.0 wlp2s0: renamed from wlan0
[ 214.637534] ieee80211 phy0: brcmf_cfg80211_get_station: GET STA INFO failed, -52
[ 214.639229] ieee80211 phy0: brcmf_cfg80211_get_station: GET STA INFO failed, -52
[ 220.635056] ieee80211 phy0: brcmf_cfg80211_get_station: GET STA INFO failed, -52
[ 220.636659] ieee80211 phy0: brcmf_cfg80211_get_station: GET STA INFO failed, -52
Comme on peut le voir, quelque chose n'a pas fonctionne une idée ???
Hors ligne
#6 Le 19/01/2020, à 11:46
- xubu1957
Re : Probleme bluetooth macbook pro 2018
Bonjour,
Le wifi fonctionne t-il ?
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
En ligne
#7 Le 19/01/2020, à 12:17
- AllinAjax
Re : Probleme bluetooth macbook pro 2018
oui le wifi fonctionne, je suis en wifi actuellement
Hors ligne
#8 Le 19/01/2020, à 13:09
- xubu1957
Re : Probleme bluetooth macbook pro 2018
Je ne trouve que pour un Dell
Device ID Firmware file Device name
0a5c:6412 BCM4350C5-0a5c-6412.hcd Dell 4350C5
> github.com/winterheart/broadcom-bt-firmware/blob/master/DEVICES.md#supported-devices
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
En ligne
#9 Le 19/01/2020, à 16:02
- AllinAjax
Re : Probleme bluetooth macbook pro 2018
donc je dois en conclure que je naurais pas de bluetooth ?
Hors ligne
#10 Le 19/01/2020, à 16:04
- xubu1957
Re : Probleme bluetooth macbook pro 2018
J'aide de manière empirique, il faudrait les conseils d'autres aidants.
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
En ligne
#11 Le 19/01/2020, à 17:32
- xubu1957
Re : Probleme bluetooth macbook pro 2018
Tu peux 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
En ligne
#12 Le 19/01/2020, à 20:45
- AllinAjax
Re : Probleme bluetooth macbook pro 2018
merci pour ton aide, jespere quon va arriver à résoudre ce problème
total 16548
-rw-r--r-- 1 XXXX XXXX 7477 janv. 19 09:40 BCM-0a5c-6412.hcd
-rw-r--r-- 1 root root 269595 mars 30 2017 bcm4329-fullmac-4.bin
-rw-r--r-- 1 root root 96224 mars 30 2017 bcm43xx-0.fw
-rw-r--r-- 1 root root 180 mars 30 2017 bcm43xx_hdr-0.fw
-rw-r--r-- 1 root root 397312 mars 30 2017 brcmfmac43143.bin
-rw-r--r-- 1 root root 385067 nov. 17 2017 brcmfmac43143-sdio.bin
-rw-r--r-- 1 root root 348160 mars 30 2017 brcmfmac43236b.bin
-rw-r--r-- 1 root root 455745 mars 30 2017 brcmfmac43241b0-sdio.bin
-rw-r--r-- 1 root root 403855 mars 30 2017 brcmfmac43241b4-sdio.bin
-rw-r--r-- 1 root root 408682 mars 30 2017 brcmfmac43241b5-sdio.bin
-rw-r--r-- 1 root root 479232 mars 30 2017 brcmfmac43242a.bin
-rw-r--r-- 1 root root 253748 mars 30 2017 brcmfmac4329-sdio.bin
-rw-r--r-- 1 root root 222126 mars 30 2017 brcmfmac4330-sdio.bin
-rw-r--r-- 1 root root 402210 déc. 12 14:48 brcmfmac43340-sdio.bin
-rw-r--r-- 1 root root 451566 mars 30 2017 brcmfmac4334-sdio.bin
-rw-r--r-- 1 root root 569291 mars 30 2017 brcmfmac4335-sdio.bin
-rw-r--r-- 1 root root 219557 déc. 12 14:48 brcmfmac43362-sdio.bin
-rw-r--r-- 1 root root 562183 juil. 12 2019 brcmfmac4339-sdio.bin
-rw-r--r-- 1 root root 382455 avril 25 2018 brcmfmac43430a0-sdio.bin
-rw-r--r-- 1 root root 369577 déc. 12 14:48 brcmfmac43430-sdio.bin
-rw-r--r-- 1 root root 488193 mars 30 2017 brcmfmac43455-sdio.bin
-rw-r--r-- 1 root root 623304 nov. 17 2017 brcmfmac4350c2-pcie.bin
-rw-r--r-- 1 root root 626140 mars 30 2017 brcmfmac4350-pcie.bin
-rw-r--r-- 1 root root 626589 déc. 12 14:48 brcmfmac4354-sdio.bin
-rw-r--r-- 1 root root 557056 mars 30 2017 brcmfmac43569.bin
-rw-r--r-- 1 root root 661999 déc. 12 14:48 brcmfmac4356-pcie.bin
-rw-r--r-- 1 root root 526383 nov. 17 2017 brcmfmac4356-sdio.bin
-rw-r--r-- 1 root root 550333 mars 30 2017 brcmfmac43570-pcie.bin
-rw-r--r-- 1 root root 633817 juil. 12 2019 brcmfmac4358-pcie.bin
-rw-r--r-- 1 root root 595472 nov. 17 2017 brcmfmac43602-pcie.ap.bin
-rw-r--r-- 1 root root 635449 nov. 17 2017 brcmfmac43602-pcie.bin
-rw-r--r-- 1 root root 989401 déc. 12 14:48 brcmfmac4366b-pcie.bin
-rw-r--r-- 1 root root 1120971 juil. 12 2019 brcmfmac4366c-pcie.bin
-rw-r--r-- 1 root root 623448 mars 30 2017 brcmfmac4371-pcie.bin
-rw-r--r-- 1 root root 479232 avril 25 2018 brcmfmac4373.bin
-rw-r--r-- 1 root root 457994 avril 25 2018 brcmfmac4373-sdio.bin
Dernière modification par AllinAjax (Le 19/01/2020, à 20:46)
Hors ligne
#13 Le 19/01/2020, à 20:54
- xubu1957
Re : Probleme bluetooth macbook pro 2018
Les pilotes Bluetooth Broadcom sont à l'origine les pilotes pour Windows, adaptés pour Linux > github.com/winterheart/broadcom-bt-firmware.
Dernière modification par xubu1957 (Le 19/01/2020, à 20:54)
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
En ligne
#14 Le 20/01/2020, à 09:06
- AllinAjax
Re : Probleme bluetooth macbook pro 2018
donc si je comprend bien tout devrait marcher alors ? serait-il possible que ce soit mon mac le problème ?
Hors ligne
#15 Le 20/01/2020, à 10:05
- xubu1957
Re : Probleme bluetooth macbook pro 2018
J'ai essayé de rassembler des informations dans > [Tuto] Pas de Bluetooth ? Quelques solutions.
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
En ligne
Pages : 1