#1 Le 17/12/2019, à 11:27
- ntomac
Connexion Soundlink Mini 1 en bluetooth sur Kubuntu 19.10
Bonjour,
La détection de mon enceinte bluetooth Soundlink Mini ne donne rien suite à une réinstal complète de mon système.
J'ai désinstallé Bluedevil pour installer blueman, installé Pavucontrol.
J'ai fait ces modifs :
Ouvrez le fichier /etc/bluetooth/audio.conf avec les droits d'administration, et ajoutez en-dessous de la ligne [General] les lignes:
Enable=Gateway,Source
Master=true
Disable=Socket
AutoConnect=true
[Headset]
HFP=true
MaxConnected=2
FastConnectable=true
Ouvrez le fichier /etc/pulse/default.pa avec les droits d'administration et commentez la ligne (ajoutez le caractère # au début de la ligne):
load-module module-bluetooth-discover
Ouvrez le fichier /usr/bin/start-pulseaudio-x11 avec les droits d'administration et à la fin du fichier ajoutez la ligne suivante :
/usr/bin/pactl load-module module-bluetooth-discover
Redémarrez alors l'ordinateur et vous pourrez basculer du mode HSP/HFP au mode A2DP.
Mais après un reboot rien ne change !
Help
Hors ligne
#2 Le 17/12/2019, à 11:31
- xubu1957
Re : Connexion Soundlink Mini 1 en bluetooth sur Kubuntu 19.10
Bonjour,
Il faut 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
sudo service bluetooth status
dpkg -l | grep blue
et :
rfkill list all
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/12/2019, à 11:08
- ntomac
Re : Connexion Soundlink Mini 1 en bluetooth sur Kubuntu 19.10
Bonjour,
ntomac@ntomac-MBP:~$ uname -a; lspci -nnk | grep -iA3 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
Linux ntomac-MBP 5.3.0-24-generic #26-Ubuntu SMP Thu Nov 14 01:33:18 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
02:00.0 Ethernet controller [0200]: Broadcom Inc. and subsidiaries NetXtreme BCM57765 Gigabit Ethernet PCIe [14e4:16b4] (rev 10)
Subsystem: Broadcom Inc. and subsidiaries NetXtreme BCM57765 Gigabit Ethernet PCIe [14e4:16b4]
Kernel driver in use: tg3
Kernel modules: tg3
02:00.1 SD Host controller [0805]: Broadcom Inc. and subsidiaries BCM57765/57785 SDXC/MMC Card Reader [14e4:16bc] (rev 10)
--
03:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4331 802.11a/b/g/n [14e4:4331] (rev 02)
Subsystem: Broadcom Inc. and subsidiaries BCM4331 802.11a/b/g/n [14e4:4331]
Kernel driver in use: bcma-pci-bridge
Kernel modules: bcma
Bus 002 Device 003: ID 05ac:8242 Apple, Inc. Built-in IR Receiver
Bus 002 Device 002: ID 0424:2513 Standard Microsystems Corp. 2.0 Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 05ac:8509 Apple, Inc. FaceTime HD Camera
Bus 001 Device 006: ID 046d:c069 Logitech, Inc. M-U0007 [Corded Mouse M500]
Bus 001 Device 005: ID 05ac:0246 Apple, Inc. Internal Keyboard/Trackpad (ISO)
Bus 001 Device 009: ID 05ac:821a Apple, Inc. Bluetooth Host Controller
Bus 001 Device 004: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)
Bus 001 Device 002: ID 0424:2513 Standard Microsystems Corp. 2.0 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
[ 2.516124] usb 1-1.1.3: Product: Bluetooth USB Host Controller
[ 3.992105] Bluetooth: Core ver 2.22
[ 3.992135] Bluetooth: HCI device and connection manager initialized
[ 3.992141] Bluetooth: HCI socket layer initialized
[ 3.992143] Bluetooth: L2CAP socket layer initialized
[ 3.992147] Bluetooth: SCO socket layer initialized
[ 4.203972] Bluetooth: hci0: BCM: chip id 19 build 0847
[ 4.205978] Bluetooth: hci0: BCM: product 05ac:821a
[ 4.207969] Bluetooth: hci0: BCM: features 0x07
[ 4.224977] Bluetooth: hci0: ntomac-MBP
[ 5.681248] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 5.681250] Bluetooth: BNEP filters: protocol multicast
[ 5.681255] Bluetooth: BNEP socket layer initialized
[ 21.345291] Bluetooth: RFCOMM TTY layer initialized
[ 21.345299] Bluetooth: RFCOMM socket layer initialized
[ 21.345309] Bluetooth: RFCOMM ver 1.11
[ 0.108793] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.139504] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.159394] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-9b] only partially covers this bridge
[ 7.667002] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
[ 478.368087] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
[ 480.103284] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
bluetooth 581632 37 btrtl,btintel,btbcm,bnep,btusb,rfcomm
ecdh_generic 16384 1 bluetooth
ntomac@ntomac-MBP:~$
ntomac@ntomac-MBP:~$ sudo service bluetooth status
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2019-12-17 11:21:58 CET; 23h ago
Docs: man:bluetoothd(8)
Main PID: 796 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4520)
Memory: 2.3M
CGroup: /system.slice/bluetooth.service
└─796 /usr/lib/bluetooth/bluetoothd
déc. 17 11:21:58 ntomac-MBP systemd[1]: Starting Bluetooth service...
déc. 17 11:21:58 ntomac-MBP bluetoothd[796]: Bluetooth daemon 5.50
déc. 17 11:21:58 ntomac-MBP bluetoothd[796]: Starting SDP server
déc. 17 11:21:58 ntomac-MBP bluetoothd[796]: Bluetooth management interface 1.14 initialized
déc. 17 11:21:58 ntomac-MBP systemd[1]: Started Bluetooth service.
déc. 17 11:22:14 ntomac-MBP bluetoothd[796]: Endpoint registered: sender=:1.67 path=/MediaEndpoint/A2DPSink/sbc
déc. 17 11:22:14 ntomac-MBP bluetoothd[796]: Endpoint registered: sender=:1.67 path=/MediaEndpoint/A2DPSource/sbc
ntomac@ntomac-MBP:~$
ntomac@ntomac-MBP:~$ dpkg -l | grep blue
ii blueman 2.0.8-1ubuntu1 amd64 Graphical bluetooth manager
ii bluez 5.50-0ubuntu4 amd64 Bluetooth tools and daemons
ii bluez-cups 5.50-0ubuntu4 amd64 Bluetooth printer driver for CUPS
ii bluez-obexd 5.50-0ubuntu4 amd64 bluez obex daemon
ii libbluetooth3:amd64 5.50-0ubuntu4 amd64 Library to use the BlueZ Linux Bluetooth stack
ii libkf5bluezqt-data 5.62.0-0ubuntu1 all data files for bluez-qt
ii libkf5bluezqt6:amd64 5.62.0-0ubuntu1 amd64 Qt wrapper for bluez
ii pulseaudio-module-bluetooth 1:13.0-1ubuntu1 amd64 Bluetooth module for PulseAudio sound server
ii qml-module-org-kde-bluezqt:amd64 5.62.0-0ubuntu1 amd64 QML wrapper for bluez
ntomac@ntomac-MBP:~$
ntomac@ntomac-MBP:~$ rfkill list all
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
ntomac@ntomac-MBP:~$
Je précise que tout cela est fait avec un bluetooth activé, mais pas en mode recherche de l'enceinte.
Dernière modification par ntomac (Le 18/12/2019, à 11:08)
Hors ligne
#4 Le 18/12/2019, à 11:23
- xubu1957
Re : Connexion Soundlink Mini 1 en bluetooth sur Kubuntu 19.10
Bonjour,
Pour :
ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)
Tu devrais regarder > [SOLVED] Bluetooth not working 18.04 - Broadcom BCM2046B1
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