pense-bête de bruno sanchiz

Accueil > Linux > Internet - Réseaux > bluetooth installation

bluetooth installation

Publié le 16 septembre 2017, dernière mise-à-jour le 9 novembre 2023, 16 visites, 24191 visites totales.

programmes à installer sur bookworm :

sudo apt-get install bluetooth blueman bluez bluez-obexd bluez-firmware pulseaudio-module-bluetooth gnome-bluetooth-3-common gnome-bluetooth-sendto ubertooth


Comment savoir si on a du bluetooth sur son ordi ?

on doit avoir une ligne avec bluetooth qui apparaît quand on tape lsusb |grep -i blu ; lspci |grep -i blu dans un terminal
exemple :

Bus 001 Device 009: ID 0b05:17cb ASUSTek Computer, Inc. Broadcom BCM20702A0 Bluetooth

Si l’icone n’apparaît ni dans la barre des tâches ni dans le centre de contrôle/paramètres système , ce ci peut être utile ( normalement pour un bluetooth "BT" )

Eventuellement sudo systemctl -f start bluetooth.service


aides

quelques sites

https://www.maketecheasier.com/setup-bluetooth-in-linux/
https://www.addictivetips.com/ubuntu-linux-tips/pair-and-use-bluetooth-devices-on-linux/

1. recherche des programmes bluetooth :
apt-cache search bluetooth |egrep -i 'bluetooth|bluez'
donne des résultats différents suivant les plateformes : bluez bluetooth et gnome-bluetooth semblent systématiquement présents.
on voit aussi blueman et bluewho sous debian9.

  • bookworm deb12
    dpkg -l |egrep -i ’bluez|bluetooth’ |cut -d’ ’ -f3|tr "\n" " "
    blueman
    bluetooth
    bluez
    bluez-firmware
    bluez-obexd
    gnome-bluetooth-3-common
    gnome-bluetooth-sendto
    libbluetooth-dev:amd64
    libbluetooth3:amd64
    libbtbb-dev:amd64
    libbtbb1:amd64
    libgnome-bluetooth-3.0-13:amd64
    libgnome-bluetooth-ui-3.0-13:amd64
    libldacbt-abr2:amd64
    libldacbt-enc2:amd64
    libspa-0.2-bluetooth:amd64
    libubertooth-dev:amd64
    libubertooth1:amd64
    pulseaudio-module-bluetooth
    ubertooth
    
  • LMDE2 qui marche

dpkg -l |egrep -i 'bluez' |cut -d' ' -f3 :

dpkg -l |egrep -i 'bluetooth' |cut -d' ' -f3 :

archives/programmes à installer :
bullseye/deb11 :sudo apt-get install blueman bluetooth bluez bluez-firmware bluez-obexd gir1.2-gnomebluetooth-1.0:amd64 pulseaudio-module-bluetooth ubertooth
buster/deb10 ? :
apt-get install blueman bluez bluez-obexd gir1.2-gnomebluetooth-1.0:amd64 gnome-bluetooth libbluetooth3:amd64 libgnome-bluetooth13:amd64 pulseaudio-module-bluetooth python-bluez python-lightblue

et peut être bluez-firmware , https://github.com/winterheart/broadcom-bt-firmware

Portfolio

[bruno sanchiz]