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/12/2020, à 19:35

vincefatal

RESOLU Souci Bluetooth avec Ubuntu 20.10 sur Raspberry Pi 400

Bonjour à toutes et tous,

Aprés installation du Gorille dédié au petit Raspberry Pi 400, je n'arrive pas à faire fonctionner correctement le bluetooth...
Il repere certains des differents accessoires, enceinte, casque ou pas, c'est mis en marche correctement 2 fois pendant 5 mn ou
avec un son haché ou ne fait rien...
Comme il n' y a pas de sortie casque sur le Raspberry, je suis privé de son...
Même chose avec l' OS Raspian fournie avec le clavier-ordi Pi 400.
Probléme évoqué sur des forums americains, j'ai essayé des lignes de commandes conseillées mais sans amelioration

sudo add-apt-repository ppa:waveform/pi-bluetooth 
sudo apt update 
sudo apt upgrade

Une idée dans la communauté?
Puisque Ubuntu a crée un Desktop spécialement pour le Pi 400, pourrait-on lui faire une ligne dédiée dans le forum?
Bonnes Fêtes
Vincent

Solution là : https://www.raspberrypi.org/forums/view … 0&t=291727

Dernière modification par vincefatal (Le 01/01/2021, à 17:40)

Hors ligne

#2 Le 28/12/2020, à 19:44

xubu1957

Re : RESOLU Souci Bluetooth avec Ubuntu 20.10 sur Raspberry Pi 400

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; dmesg | grep -i bluetooth; 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 l'image :

sudo service bluetooth status
cqfd93 a écrit :

Astuce pour copier / coller sans erreur :

  • triple clic gauche pour sélectionner et copier une ligne entière

  • clic molette pour coller dans le terminal


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

En ligne

#3 Le 28/12/2020, à 19:54

vincefatal

Re : RESOLU Souci Bluetooth avec Ubuntu 20.10 sur Raspberry Pi 400

Bonjour Xubu 1957
Merci pour ton retour super rapide!!!
Alors voici:

vincent@raspberry-ubuntu:~$ uname -a; lspci -nnk | grep -iA3 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
Linux raspberry-ubuntu 5.8.0-1010-raspi #13-Ubuntu SMP PREEMPT Wed Dec 9 17:14:07 UTC 2020 aarch64 aarch64 aarch64 GNU/Linux
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 04d9:0007 Holtek Semiconductor, Inc. 
Bus 001 Device 003: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[    8.115069] Bluetooth: Core ver 2.22
[    8.115134] Bluetooth: HCI device and connection manager initialized
[    8.115147] Bluetooth: HCI socket layer initialized
[    8.115154] Bluetooth: L2CAP socket layer initialized
[    8.115163] Bluetooth: SCO socket layer initialized
[   17.192983] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   17.192994] Bluetooth: BNEP filters: protocol multicast
[   17.193011] Bluetooth: BNEP socket layer initialized
[   18.213098] Bluetooth: HCI UART driver ver 2.3
[   18.213125] Bluetooth: HCI UART protocol H4 registered
[   18.213138] Bluetooth: HCI UART protocol BCSP registered
[   18.213250] Bluetooth: HCI UART protocol LL registered
[   18.213259] Bluetooth: HCI UART protocol ATH3K registered
[   18.213322] Bluetooth: HCI UART protocol Three-wire (H5) registered
[   18.213576] Bluetooth: HCI UART protocol Intel registered
[   18.213782] Bluetooth: HCI UART protocol Broadcom registered
[   18.213850] Bluetooth: HCI UART protocol QCA registered
[   18.213858] Bluetooth: HCI UART protocol AG6XX registered
[   18.213919] Bluetooth: HCI UART protocol Marvell registered
[   57.458685] Bluetooth: RFCOMM TTY layer initialized
[   57.458708] Bluetooth: RFCOMM socket layer initialized
[   57.458725] Bluetooth: RFCOMM ver 1.11
[    0.000000] ARM_SMCCC_ARCH_WORKAROUND_1 missing from firmware
[    0.124480] raspberrypi-firmware soc:firmware: Attached to firmware from 2020-09-02T21:14:24, variant start_x
[    0.128486] raspberrypi-firmware soc:firmware: Firmware hash is 4439d2aaa6c376a2d1ef4402f142e1cf4de37c43
[    1.222891] pci 0000:01:00.0: VL805 firmware version 000138a1
[    8.220211] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/9 wl0: May 14 2020 17:26:08 version 7.84.17.1 (r871554) FWID 01-3d9e1d87
[    8.352374] vc4-drm gpu: bound fe600000.firmwarekms (ops vc4_fkms_ops [vc4])
[53651.120601]  rpi_firmware_transaction+0x58/0x110
[53651.120611]  rpi_firmware_property_list+0xc4/0x184
[53651.120622]  rpi_firmware_property+0x7c/0x120
[53651.120640]  rpi_firmware_get_throttled+0x4c/0x13c [raspberrypi_hwmon]
[53651.120890]  rpi_firmware_transaction+0x6c/0x110
[53651.120901]  rpi_firmware_property_list+0xc4/0x184
[53651.120911]  rpi_firmware_property+0x7c/0x120
[53771.955371]  rpi_firmware_transaction+0x58/0x110
[53771.955381]  rpi_firmware_property_list+0xc4/0x184
[53771.955391]  rpi_firmware_property+0x7c/0x120
[53771.955405]  rpi_firmware_get_throttled+0x4c/0x13c [raspberrypi_hwmon]
[53771.955643]  rpi_firmware_transaction+0x6c/0x110
[53771.955654]  rpi_firmware_property_list+0xc4/0x184
[53771.955664]  rpi_firmware_property+0x7c/0x120
[53892.789546]  rpi_firmware_transaction+0x58/0x110
[53892.789556]  rpi_firmware_property_list+0xc4/0x184
[53892.789567]  rpi_firmware_property+0x7c/0x120
[53892.789580]  rpi_firmware_get_throttled+0x4c/0x13c [raspberrypi_hwmon]
[57186.013110] raspberrypi-firmware soc:firmware: mbox_send_message returned -62
bluetooth             741376  45 btrtl,btqca,btsdio,btintel,hci_uart,btbcm,bnep,rfcomm
ecdh_generic           16384  2 bluetooth
vincent@raspberry-ubuntu:~$ dpkg -l | grep blue
ii  bluez                                      5.55-0ubuntu4                       arm64        Bluetooth tools and daemons
ii  bluez-cups                                 5.55-0ubuntu4                       arm64        Bluetooth printer driver for CUPS
ii  bluez-obexd                                5.55-0ubuntu4                       arm64        bluez obex daemon
ii  gir1.2-gnomebluetooth-1.0:arm64            3.34.3-2                            arm64        Introspection data for GnomeBluetooth
ii  gnome-bluetooth                            3.34.3-2                            arm64        GNOME Bluetooth tools
ii  libbluetooth3:arm64                        5.55-0ubuntu4                       arm64        Library to use the BlueZ Linux Bluetooth stack
ii  libgnome-bluetooth13:arm64                 3.34.3-2                            arm64        GNOME Bluetooth tools - support library
ii  pi-bluetooth                               0.1.15ubuntu1                       arm64        Raspberry Pi 3 bluetooth
ii  pulseaudio-module-bluetooth                1:13.99.2-1ubuntu2.1                arm64        Bluetooth module for PulseAudio sound server
vincent@raspberry-ubuntu:~$ rfkill list all
0: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
1: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no
vincent@raspberry-ubuntu:~$ 

Puis

vincent@raspberry-ubuntu:~$ sudo service bluetooth status
[sudo] password for vincent: 
● bluetooth.service - Bluetooth service
     Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor pre>
     Active: active (running) since Sun 2020-12-27 00:23:07 CET; 1 day 18h ago
       Docs: man:bluetoothd(8)
   Main PID: 912 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 4150)
     CGroup: /system.slice/bluetooth.service
             └─912 /usr/lib/bluetooth/bluetoothd

déc. 28 10:35:36 raspberry-ubuntu bluetoothd[912]: profiles/audio/avdtp.c:handl>
déc. 28 17:24:14 raspberry-ubuntu bluetoothd[912]: /org/bluez/hci0/dev_00_11_F6>
déc. 28 17:24:29 raspberry-ubuntu bluetoothd[912]: profiles/audio/avdtp.c:cance>
déc. 28 17:24:35 raspberry-ubuntu bluetoothd[912]: src/device.c:search_cb() 00:>
déc. 28 17:24:35 raspberry-ubuntu bluetoothd[912]: profiles/audio/avdtp.c:handl>
déc. 28 18:12:03 raspberry-ubuntu bluetoothd[912]: Failed to set mode: Blocked >
déc. 28 18:44:11 raspberry-ubuntu bluetoothd[912]: /org/bluez/hci0/dev_00_11_F6>
déc. 28 18:44:31 raspberry-ubuntu bluetoothd[912]: src/device.c:search_cb() 00:>
déc. 28 18:44:44 raspberry-ubuntu bluetoothd[912]: /org/bluez/hci0/dev_00_11_F6>
déc. 28 18:45:04 raspberry-ubuntu bluetoothd[912]: src/device.c:search_cb() 00:>
lines 1-20/20 (END)...skipping...
● bluetooth.service - Bluetooth service
     Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
     Active: active (running) since Sun 2020-12-27 00:23:07 CET; 1 day 18h ago
       Docs: man:bluetoothd(8)
   Main PID: 912 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 4150)
     CGroup: /system.slice/bluetooth.service
             └─912 /usr/lib/bluetooth/bluetoothd

déc. 28 10:35:36 raspberry-ubuntu bluetoothd[912]: profiles/audio/avdtp.c:handle_unanswered_req() No reply to Suspend request
déc. 28 17:24:14 raspberry-ubuntu bluetoothd[912]: /org/bluez/hci0/dev_00_11_F6_76_11_8A/sep1/fd1: fd(57) ready
déc. 28 17:24:29 raspberry-ubuntu bluetoothd[912]: profiles/audio/avdtp.c:cancel_request() Suspend: Connection timed out (110)
déc. 28 17:24:35 raspberry-ubuntu bluetoothd[912]: src/device.c:search_cb() 00:11:F6:76:11:8A: error updating services: Input/output error (5)
déc. 28 17:24:35 raspberry-ubuntu bluetoothd[912]: profiles/audio/avdtp.c:handle_unanswered_req() No reply to Suspend request
déc. 28 18:12:03 raspberry-ubuntu bluetoothd[912]: Failed to set mode: Blocked through rfkill (0x12)
déc. 28 18:44:11 raspberry-ubuntu bluetoothd[912]: /org/bluez/hci0/dev_00_11_F6_76_11_8A/sep1/fd2: fd(63) ready
déc. 28 18:44:31 raspberry-ubuntu bluetoothd[912]: src/device.c:search_cb() 00:11:F6:76:11:8A: error updating services: Input/output error (5)
déc. 28 18:44:44 raspberry-ubuntu bluetoothd[912]: /org/bluez/hci0/dev_00_11_F6_76_11_8A/sep1/fd3: fd(60) ready
déc. 28 18:45:04 raspberry-ubuntu bluetoothd[912]: src/device.c:search_cb() 00:11:F6:76:11:8A: error updating services: Input/output error (5)
~
~

Voila Xubu
Merci de ton aide

Hors ligne

#4 Le 28/12/2020, à 20:05

xubu1957

Re : RESOLU Souci Bluetooth avec Ubuntu 20.10 sur Raspberry Pi 400

Fournis le retour de :

dmesg | grep -EiC2 "brcm|sdio|sdhci"

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

En ligne

#5 Le 28/12/2020, à 20:24

vincefatal

Re : RESOLU Souci Bluetooth avec Ubuntu 20.10 sur Raspberry Pi 400

Alors Xubu:

vincent@raspberry-ubuntu:~$ dmesg | grep -EiC2 "brcm|sdio|sdhci"
[    1.049359] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    1.049630] io scheduler mq-deadline registered
[    1.090285] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[    1.090313] brcm-pcie fd500000.pcie:   No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
[    1.090373] brcm-pcie fd500000.pcie:      MEM 0x0600000000..0x0603ffffff -> 0x00f8000000
[    1.090438] brcm-pcie fd500000.pcie:   IB MEM 0x0000000000..0x00ffffffff -> 0x0100000000
[    1.154897] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
[    1.155268] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[    1.155284] pci_bus 0000:00: root bus resource [bus 00-ff]
[    1.155299] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff])
--
[    1.866499] device-mapper: uevent: version 1.0.3
[    1.866852] device-mapper: ioctl: 4.42.0-ioctl (2020-02-27) initialised: dm-devel@redhat.com
[    1.875041] sdhci: Secure Digital Host Controller Interface driver
[    1.875051] sdhci: Copyright(c) Pierre Ossman
[    1.875660] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
[    1.876125] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.929733] ledtrig-cpu: registered to indicate activity on CPUs
[    1.929886] hid: raw HID events driver (C) Jiri Kosina
--
[    2.151108] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    2.152614] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    2.162560] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA
[    2.165251] of_cfs_init
[    2.165501] of_cfs_init: OK
--
[    2.182855] random: fast init done
[    2.189921] Freeing unused kernel memory: 4288K
[    2.210865] mmc1: new high speed SDIO card at address 0001
[    2.217978] Checked W+X mappings: passed, no W+X pages found
[    2.217999] Run /init as init process
--
[    7.894022] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[    7.907645] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[    7.924647] brcmfmac: F1 signature read @0x18000000=0x15294345
[    7.929061] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43456-sdio for chip BCM4345/9
[    7.929974] usbcore: registered new interface driver brcmfmac
[    7.932602] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[    7.933320] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
--
[    8.115154] Bluetooth: L2CAP socket layer initialized
[    8.115163] Bluetooth: SCO socket layer initialized
[    8.183728] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43456-sdio for chip BCM4345/9
[    8.220211] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/9 wl0: May 14 2020 17:26:08 version 7.84.17.1 (r871554) FWID 01-3d9e1d87
[    8.352374] vc4-drm gpu: bound fe600000.firmwarekms (ops vc4_fkms_ops [vc4])
[    8.352392] checking generic (3e402000 7f8000) vs hw (0 ffffffffffffffff)
--
[   13.165013] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
[   13.165269] bcmgenet fd580000.ethernet eth0: Link is Down
[   13.239488] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[   17.192983] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   17.192994] Bluetooth: BNEP filters: protocol multicast
--
[  154.623874] audit: type=1400 audit(1609067923.909:64): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/gdm/greeter/applications/gnome-initial-setup.desktop" pid=1787 comm="pool-org.gnome." requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  155.985981] audit: type=1326 audit(1609067925.273:65): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.snap-store.ubuntu-software pid=1787 comm="pool-org.gnome." exe="/snap/snap-store/499/usr/bin/snap-store" sig=0 arch=c00000b7 syscall=55 compat=0 ip=0xffff8e20fcc8 code=0x50000
[  371.009387] ieee80211 phy0: brcmf_run_escan: error (-52)
[  371.009403] ieee80211 phy0: brcmf_cfg80211_scan: scan error (-52)
[28939.733218] audit: type=1400 audit(1609096708.628:66): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/gdm/greeter/applications/gnome-initial-setup.desktop" pid=1787 comm="snap-store" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[28939.800462] audit: type=1400 audit(1609096708.696:67): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/gdm/greeter/applications/gnome-initial-setup.desktop" pid=1787 comm="snap-store" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
vincent@raspberry-ubuntu:~$ 

Hors ligne

#6 Le 28/12/2020, à 20:34

xubu1957

Re : RESOLU Souci Bluetooth avec Ubuntu 20.10 sur Raspberry Pi 400

Que répond la commande :

sudo modprobe brcmfmac

?


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

En ligne

#7 Le 28/12/2020, à 20:45

vincefatal

Re : RESOLU Souci Bluetooth avec Ubuntu 20.10 sur Raspberry Pi 400

nada!

vincent@raspberry-ubuntu:~$ sudo modprobe brcmfmac
[sudo] password for vincent: 
vincent@raspberry-ubuntu:~$ 

Hors ligne

#8 Le 28/12/2020, à 20:48

xubu1957

Re : RESOLU Souci Bluetooth avec Ubuntu 20.10 sur Raspberry Pi 400

Tu devrais poster sur le forum > forum.raspberry-pi.fr


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

En ligne

#9 Le 28/12/2020, à 21:30

vincefatal

Re : RESOLU Souci Bluetooth avec Ubuntu 20.10 sur Raspberry Pi 400

Ok , je vais poser ma question la-bas, merci pour le lien Xubu!:)
Bonne soirée

Hors ligne

#10 Le 31/12/2020, à 19:39

vincefatal

Re : RESOLU Souci Bluetooth avec Ubuntu 20.10 sur Raspberry Pi 400

Bonjour Xubu et la communauté,

pas de nouvelles chez forum.raspberry-pi.fr , peut etre en 2021?!
Bonne Année!!!

Hors ligne

#11 Le 01/01/2021, à 17:42

vincefatal

Re : RESOLU Souci Bluetooth avec Ubuntu 20.10 sur Raspberry Pi 400

Finalement 2021 ne commence pas si mal!
La solution là: https://www.raspberrypi.org/forums/view … 0&t=291727
Ca a l'air de tenir bon cette fois
Bonne Année
Vincent

Hors ligne