Questions sur l'installation et la configuration de Manjaro Linux.

Paquet bluez

#1Messageil y a 4 ans

Pour installer un dongle USB pour le bluetooth. Je me base sur le wiki et j'ai intallé les paquets bluez et bluez-utils,aucun soucis avec la commande rfkill -list qui fonctionne par contre les commandes hcitool dev et hciconfig -a sont introuvables. Une piste ?
D'avance merci

Paquet bluez

#2Messageil y a 4 ans

:bjr:
normal tu as de l'ancienne doc :wink: (par exemple wiki arch fr)
Mais le wiki arch (en est "pratiquement" à jour)
former method by using hciconfig hci0 up is deprecated, see the release note.
maintenant plus que déprécié...

Paquet bluez

#3Messageil y a 4 ans

:salut:

 aur/bluez-hcitool 5.45-1 (+15 0.00%) 
    deprecated rfcomm tool from bluez
Je suppose que tu as consulté le wiki d'Arch qui ne semble pas à jour sur ce point.
Normalement, avec bluetoothctl tu devrais t'en sortir.

Edit : Grillé :gsourire:

Paquet bluez

#4Messageil y a 4 ans

:bjr:
Merci pour vos retours. J'ai commencé par le Wiki en anglais mais pas évident pour moi alors je me suis reporté sur le Wiki en français pensant qu'il était à jour. Trahis par les siens. :pleure: Je vais suivre vos conseils et s'il le faut ce sera Wiki anglais + Google traduction :siffle
Bonne journée

Paquet bluez

#5Messageil y a 4 ans

deepl est un très bon traducteur

Paquet bluez

#6Messageil y a 4 ans

stephane a écrit : il y a 4 ans deepl est un très bon traducteur
Une découverte. Me sera bien utile. :bien

Paquet bluez

#7Messageil y a 4 ans

J'avance pas beaucoup. Voici le retour de quelques commandes. Je ne sais pas si cela a de l'importance mais le dongle n'est pas branché directement sur la carte mère mais sur une carte Pci pour usb3.

[andson@andre-pc ~]$ lsusb
Bus 003 Device 002: ID 8087:8000 Intel Corp. 
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 002: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 004: ID 2357:012d TP-Link 802.11ac NIC
Bus 002 Device 003: ID 046d:c517 Logitech, Inc. LX710 Cordless Desktop Laser
Bus 002 Device 002: ID 25a7:fa61 Compx 2.4G Receiver
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[andson@andre-pc ~]$

[andson@andre-pc ~]$ rfkill list
0: hci0: Bluetooth
        Soft blocked: no
        Hard blocked: no
1: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no
[andson@andre-pc ~]$ 

[andson@andre-pc ~]$ lsmod
Module                  Size  Used by
.................................................
btrtl                  24576  1 btusb
btbcm                  16384  1 btusb
btintel                32768  1 btusb
bluetooth             675840  12 btrtl,btintel,btbcm,bnep,btusb
ecdh_generic           16384  1 bluetooth
rfkill                 28672  9 bluetooth,cfg80211
.....................................................

[andson@andre-pc ~]$ pactl load-module module-bluetooth-discover
Échec : Échec lors de l'initialisation du module
[andson@andre-pc ~]$ 

 dmesg | bluetooth
dmesg: échec de lecture du tampon de noyau: Opération non permise
bluetooth = on
[andson@andre-pc ~]$

Désolé pour le b...... :oops:
Normalement le servive blutootn est activé au démarrage dans configuration système.
Dans Systemd j'ai : loaded active plugged sys-module-configfs-device.
Le fichier /etc/module.conf est vierge de toute entrée.

Paquet bluez

#8Messageil y a 4 ans

Essaye:

systemctl restart bluetooth
pactl load-module module-bluetooth-discover
bluetoothctl
J'avais décris quelques commandes de bluetoothctl ici:
91472
Dernière modification par papajokeil y a 4 ans, modifié au total 1 fois.
Raison :typo

Paquet bluez

#9Messageil y a 4 ans

:bjr:
Voici le résultat des commandes plus quelques tentatives de ma part :

[andson@andre-pc ~]$ sytemctl restart bluetooth
bash: sytemctl : commande introuvable
[andson@andre-pc ~]$ pactl load-module module-bluetooth-discover
Échec : Échec lors de l'initialisation du module
[andson@andre-pc ~]$ bluetoothctl
Agent registered
[bluetooth]# list
[bluetooth]# advertise on
LEAdvertisingManager not found
Erreur de segmentation (core dumped)
[andson@andre-pc ~]$ bluetoothctl
Agent registered
[bluetooth]# scan on
No default controller available
[bluetooth]# power on
No default controller available
[bluetooth]# connect dev
No default controller available
[bluetooth]# quit
[andson@andre-pc ~]$ 
En attendant je vais voir en suivant ton post.
Edit :
Pas de résultat. Le casque n'est pas détecté.

Paquet bluez

#10Messageil y a 4 ans

Il y du progrès (recherche, commandes,...) dans la tentative de résoudre ton problème mais un manque d'expérience qu'on va essayé de combler. :rigole:

La commande lsusb nous indique 2 choses qui m'interpellent un peu:

[andson@andre-pc ~]$ lsusb
Bus 005 Device 002: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 002 Device 002: ID 25a7:fa61 Compx 2.4G Receiver
[andson@andre-pc ~]$
Je suppose que ta clé BT est la Cambridge, et la 2eme pour ton casque audio est le recepteur wifi 'normal'. La clé BT ne vient pas dans le package du casque (normalement non) ?

La commande rfkill nous indique que :

[andson@andre-pc ~]$ rfkill list
0: hci0: Bluetooth
        Soft blocked: no
        Hard blocked: no
1: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no
[andson@andre-pc ~]$ 
Ta clé BT ici hci0 est bien reconnu par le systeme qui nous dis aussi que le soft n'est pas bloqué et c'est super. :manger:

Pour dmesg, il faut le passer en route (il te le dis d'ailleurs "..........permisson non accordee....." et tu te rendras compte qu'en fait il faut taper Et tu as oublier grep :siffle
Bien pour lsmod et pactl :clap:clap
Ce qui nous indique aussi que ta clé est chargée et fonctionnelle.

Je ferai:
  • changer la clé BT de port usb : d'un 3.0 je la passerai à un 2.0 et je redemarrerai le service avec

    systemctl restart bluetooth.service
  • quel est la marque type de ce casque ?

dmesg | grep hci0
Il y a une autre commande mais je m'en souviens plus pour l'instant A......machinquelquechose car le bluetooth est un ensemble d'outils obex.....

systemctl status bluetooth
  • systemclt list -unit-files | grep service | sort
  • verification de l'installation de pulseaudio-bluetooth si ce n'est pas le cas installation
Bon j'arrete pour l'instant mais j'espère qu'il ne faudra pas installé un patch car d'après ce thread depuis le noyau .37 certaines clés ne fonctionnent plus.La procédure est décrite ici. Mais bon d'abord on va déblayé le terrain.
Dernière modification par Cenwenil y a 4 ans, modifié au total 2 fois.

Paquet bluez

#11Messageil y a 4 ans

Pour moi sur Deepin avec une clé BT tu as:

[olivier@luthien ~]$ systemctl status bluetooth
● bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
     Active: active (running) since Sun 2020-04-19 13:08:28 CEST; 1h 57min ago
       Docs: man:bluetoothd(8)
   Main PID: 991 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 4691)
     Memory: 2.3M
     CGroup: /system.slice/bluetooth.service
             └─991 /usr/lib/bluetooth/bluetoothd

avril 19 13:08:28 luthien systemd[1]: Starting Bluetooth service...
avril 19 13:08:28 luthien bluetoothd[991]: Bluetooth daemon 5.54
avril 19 13:08:28 luthien systemd[1]: Started Bluetooth service.
avril 19 13:08:28 luthien bluetoothd[991]: Starting SDP server
avril 19 13:08:28 luthien bluetoothd[991]: Bluetooth management interface 1.14 initialized
avril 19 13:08:49 luthien bluetoothd[991]: Endpoint registered: sender=:1.73 path=/MediaEndpoint/A2DPSink/sbc
avril 19 13:08:49 luthien bluetoothd[991]: Endpoint registered: sender=:1.73 path=/MediaEndpoint/A2DPSource/sbc
[olivier@luthien ~]$ rfkill list
0: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no
1: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
[olivier@luthien ~]$ dmesg | grep bluetooth
dmesg: échec de lecture du tampon de noyau: Opération non permise
[olivier@luthien ~]$ sudo dmesg | grep bluetooth
[sudo] Mot de passe de olivier : 
[olivier@luthien ~]$ sudo hciconfig
sudo: hciconfig : commande introuvable
[olivier@luthien ~]$ systemctl status
● luthien
    State: running
     Jobs: 0 queued
   Failed: 0 units
    Since: Sun 2020-04-19 13:08:25 CEST; 2h 21min ago
   CGroup: /
           ├─user.slice 
           │ └─user-1000.slice 
           │   ├─user@1000.service 
           │   │ ├─pulseaudio.service 
           │   │ │ ├─1316 /usr/bin/pulseaudio --daemonize=no
           │   │ │ └─1391 /usr/lib/pulse/gsettings-helper
           │   │ ├─gvfs-daemon.service 
           │   │ │ ├─ 1257 /usr/lib/gvfsd
           │   │ │ ├─ 1262 /usr/lib/gvfsd-fuse /run/user/1000/gvfs -f
           │   │ │ └─12231 /usr/lib/gvfsd-http --spawner :1.7 /org/gtk/gvfs/exec_spaw/0
           │   │ ├─gvfs-udisks2-volume-monitor.service 
           │   │ │ └─1485 /usr/lib/gvfs-udisks2-volume-monitor
           │   │ ├─init.scope 
           │   │ │ ├─1206 /usr/lib/systemd/systemd --user
           │   │ │ └─1207 (sd-pam)
           │   │ ├─gvfs-gphoto2-volume-monitor.service 
           │   │ │ └─1554 /usr/lib/gvfs-gphoto2-volume-monitor
           │   │ ├─at-spi-dbus-bus.service 
           │   │ │ ├─1354 /usr/lib/at-spi-bus-launcher
           │   │ │ ├─1360 /usr/bin/dbus-daemon --config-file=/usr/share/defaults/at-spi2/accessibility.conf -->
           │   │ │ └─1374 /usr/lib/at-spi2-registryd --use-gnome-session
           │   │ ├─gvfs-metadata.service 
           │   │ │ └─10060 /usr/lib/gvfsd-metadata
           │   │ ├─dbus.service 
           │   │ │ ├─1222 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-act>
           │   │ │ └─1410 /usr/lib/dconf-service
           │   │ ├─bamfdaemon.service 
           │   │ │ └─1622 /usr/lib/bamf/bamfdaemon
           │   │ ├─gvfs-mtp-volume-monitor.service 
           │   │ │ └─1580 /usr/lib/gvfs-mtp-volume-monitor
           │   │ └─gvfs-afc-volume-monitor.service 
           │   │   └─1587 /usr/lib/gvfs-afc-volume-monitor
           │   └─session-2.scope 
           │     ├─ 1150 lightdm --session-child 12 21
● luthien
    State: running
     Jobs: 0 queued
   Failed: 0 units
    Since: Sun 2020-04-19 13:08:25 CEST; 2h 21min ago
   CGroup: /
           ├─user.slice 
           │ └─user-1000.slice 
           │   ├─user@1000.service 
           │   │ ├─pulseaudio.service 
           │   │ │ ├─1316 /usr/bin/pulseaudio --daemonize=no
           │   │ │ └─1391 /usr/lib/pulse/gsettings-helper
           │   │ ├─gvfs-daemon.service 
           │   │ │ ├─ 1257 /usr/lib/gvfsd
           │   │ │ ├─ 1262 /usr/lib/gvfsd-fuse /run/user/1000/gvfs -f
           │   │ │ └─12231 /usr/lib/gvfsd-http --spawner :1.7 /org/gtk/gvfs/exec_spaw/0
           │   │ ├─gvfs-udisks2-volume-monitor.service 
           │   │ │ └─1485 /usr/lib/gvfs-udisks2-volume-monitor
           │   │ ├─init.scope 
           │   │ │ ├─1206 /usr/lib/systemd/systemd --user
           │   │ │ └─1207 (sd-pam)
           │   │ ├─gvfs-gphoto2-volume-monitor.service 
           │   │ │ └─1554 /usr/lib/gvfs-gphoto2-volume-monitor
           │   │ ├─at-spi-dbus-bus.service 
           │   │ │ ├─1354 /usr/lib/at-spi-bus-launcher
           │   │ │ ├─1360 /usr/bin/dbus-daemon --config-file=/usr/share/defaults/at-spi2/accessibility.conf -->
           │   │ │ └─1374 /usr/lib/at-spi2-registryd --use-gnome-session
           │   │ ├─gvfs-metadata.service 
           │   │ │ └─10060 /usr/lib/gvfsd-metadata
           │   │ ├─dbus.service 
           │   │ │ ├─1222 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-act>
           │   │ │ └─1410 /usr/lib/dconf-service
           │   │ ├─bamfdaemon.service 
           │   │ │ └─1622 /usr/lib/bamf/bamfdaemon
           │   │ ├─gvfs-mtp-volume-monitor.service 
           │   │ │ └─1580 /usr/lib/gvfs-mtp-volume-monitor
           │   │ └─gvfs-afc-volume-monitor.service 
           │   │   └─1587 /usr/lib/gvfs-afc-volume-monitor
           │   └─session-2.scope 
           │     ├─ 1150 lightdm --session-child 12 21
           │     ├─ 1215 /usr/bin/gnome-keyring-daemon --daemonize --login
           │     ├─ 1218 /usr/bin/startdde
           │     ├─ 1242 deepin-wm
           │     ├─ 1313 /usr/lib/deepin-daemon/dde-osd
           │     ├─ 1314 /usr/lib/deepin-daemon/dde-session-daemon
           │     ├─ 1366 /usr/bin/dde-dock
           │     ├─ 1382 /usr/bin/dde-desktop
           │     ├─ 1528 msm_notifier
           │     ├─ 1535 /usr/bin/octopi-notifier
           │     ├─ 1555 crow
           │     ├─ 1557 /opt/pcloud/pcloud
           │     ├─ 1558 /usr/bin/ckb-next --background
           │     ├─ 1560 pamac-tray
           │     ├─ 1578 /usr/lib/geoclue-2.0/demos/agent
           │     ├─ 1627 /opt/pcloud/pcloud --type=zygote --no-sandbox
           │     ├─ 1692 /opt/pcloud/pcloud --type=gpu-process --no-sandbox --gpu-preferences=KAAAAAAAAACAAACA>
           │     ├─ 1743 fusermount -o rw,nosuid,nodev,auto_unmount,fsname=pCloud.fs -- /home/olivier/pCloudDr>
           │     ├─ 1771 /opt/pcloud/pcloud --type=renderer --no-sandbox --service-pipe-token=ACEF479581507A05>
           │     ├─ 1802 /usr/lib/polkit-1-dde/dde-polkit-agent
           │     ├─ 1872 /usr/bin/python3 /usr/share/system-config-printer/applet.py
           │     ├─12236 /usr/lib/firefox/firefox https://lensfun.github.io/
           │     ├─12301 /usr/lib/firefox/firefox -contentproc -childID 1 -isForBrowser -prefsLen 1 -prefMapSi>
           │     ├─12347 /usr/lib/firefox/firefox -contentproc -childID 2 -isForBrowser -prefsLen 238 -prefMap>
           │     ├─12397 /usr/lib/firefox/firefox -contentproc -childID 3 -isForBrowser -prefsLen 6407 -prefMa>
           │     ├─12500 /usr/lib/firefox/firefox -contentproc -childID 4 -isForBrowser -prefsLen 7176 -prefMa>
           │     ├─12784 /usr/lib/firefox/firefox -contentproc -childID 5 -isForBrowser -prefsLen 8046 -prefMa>
           │     ├─14075 /usr/lib/firefox/firefox -contentproc -childID 6 -isForBrowser -prefsLen 8046 -prefMa>
           │     ├─14114 /usr/lib/firefox/firefox -contentproc -childID 7 -isForBrowser -prefsLen 8046 -prefMa>
           │     ├─14143 deepin-terminal
           │     ├─14149 /bin/bash
           │     ├─14442 systemctl status
           │     └─14443 less
           ├─init.scope 
           │ └─1 /sbin/init
           └─system.slice 
             ├─haveged.service 
             │ └─317 /usr/sbin/haveged -w 1024 -v 1 --Foreground
             ├─systemd-udevd.service 
             │ └─319 /usr/lib/systemd/systemd-udevd
             ├─cronie.service 
             │ └─454 /usr/bin/crond -n
             ├─polkit.service 
             │ └─459 /usr/lib/polkit-1/polkitd --no-debug
             ├─rtkit-daemon.service 
             │ └─1351 /usr/lib/rtkit-daemon
             ├─bluetooth.service 
             │ └─991 /usr/lib/bluetooth/bluetoothd
             ├─accounts-daemon.service 
             │ └─717 /usr/lib/accounts-daemon
● luthien
[olivier@luthien ~]$ systemctl list-unit-files | grep service | sort
accounts-daemon.service                     disabled       
acpid.service                               disabled       
alsa-restore.service                        static         
alsa-state.service                          static         
apparmor.service                            disabled       
auditd.service                              disabled       
auth-rpcgss-module.service                  static         
autovt@.service                             enabled        
avahi-daemon.service                        enabled        
avahi-dnsconfd.service                      disabled       
blk-availability.service                    disabled       
bluetooth-mesh.service                      disabled       
bluetooth.service                           enabled        
btrfs-scrub@.service                        static         
canberra-system-bootup.service              disabled       
canberra-system-shutdown-reboot.service     disabled       
canberra-system-shutdown.service            disabled       
ckb-next-daemon.service                     enabled        
clean-mount-point@.service                  static         
colord.service                              static         
configure-printer@.service                  static         
console-getty.service                       disabled       
container-getty@.service                    static         
cpupower.service                            disabled       
cronie.service                              enabled        
cups-browsed.service                        disabled       
dbus-org.bluez.service                      enabled        
dbus-org.freedesktop.Avahi.service          enabled        
dbus-org.freedesktop.hostname1.service      static         
dbus-org.freedesktop.import1.service        static         
dbus-org.freedesktop.locale1.service        static         
dbus-org.freedesktop.login1.service         static         
dbus-org.freedesktop.machine1.service       static         
dbus-org.freedesktop.ModemManager1.service  enabled        
dbus-org.freedesktop.NetworkManager.service enabled        
dbus-org.freedesktop.nm-dispatcher.service  enabled        
dbus-org.freedesktop.portable1.service      static         
dbus-org.freedesktop.timedate1.service      static         
dbus.service                                static         
dde-filemanager-daemon.service              disabled       
debug-shell.service                         disabled       
deepin-accounts-daemon.service              disabled       
deepin-anything-monitor.service             disabled       
deepin-anything-tool.service                disabled       
deepin-login-sound.service                  disabled       
deepin-shutdown-sound.service               disabled       
dhclient@.service                           disabled       
dhcpcd.service                              disabled       
dhcpcd@.service                             disabled       
display-manager.service                     enabled        
dm-event.service                            static         
dmraid.service                              disabled       
dnsmasq.service                             disabled       
e2scrub_all.service                         static         
e2scrub_fail@.service                       static         
e2scrub_reap.service                        disabled       
e2scrub@.service                            static         
emergency.service                           static         
fancontrol.service                          disabled       
fstrim.service                              static         
ftpd.service                                disabled       
geoclue.service                             static         
getty@.service                              enabled        
git-daemon@.service                         static         
gksu.service                                static         
gpm.service                                 disabled       
gssproxy.service                            disabled       
haveged.service                             enabled        
healthd.service                             disabled       
hplip-printer@.service                      static         
initrd-cleanup.service                      static         
initrd-parse-etc.service                    static         
initrd-switch-root.service                  static         
initrd-udevadm-cleanup-db.service           static         
ip6tables.service                           disabled       
iptables.service                            disabled       
irexec.service                              disabled       
kmod-static-nodes.service                   static         
krb5-kadmind.service                        disabled       
krb5-kdc.service                            disabled       
krb5-kpropd.service                         disabled       
krb5-kpropd@.service                        static         
ldconfig.service                            static         
lightdm.service                             enabled        
lircd.service                               disabled       
lircd-setup.service                         disabled       
lircd-uinput.service                        disabled       
lircmd.service                              disabled       
lm_sensors.service                          disabled       
logrotate.service                           static         
lvm2-lvmetad.service                        static         
lvm2-lvmpolld.service                       static         
lvm2-monitor.service                        static         
lvm2-pvscan@.service                        static         
man-db.service                              static         
mdadm-grow-continue@.service                static         
mdadm-last-resort@.service                  static         
mdmonitor.service                           static         
mdmon@.service                              static         
mkinitcpio-generate-shutdown-ramfs.service  static         
ModemManager.service                        enabled        
ndctl-monitor.service                       disabled       
netctl-auto@.service                        disabled       
netctl-ifplugd@.service                     disabled       
netctl.service                              disabled       
netctl@.service                             static         
netctl-sleep.service                        disabled       
netctl-wait-online.service                  disabled       
NetworkManager-dispatcher.service           enabled        
NetworkManager.service                      enabled        
NetworkManager-wait-online.service          enabled        
nfs-blkmap.service                          disabled       
nfsdcld.service                             static         
nfs-idmapd.service                          static         
nfs-mountd.service                          static         
nfs-server.service                          disabled       
nfs-utils.service                           static         
ninfod.service                              disabled       
nscd.service                                disabled       
ntpdate.service                             disabled       
ntpd.service                                disabled       
octopi.service                              disabled       
openvpn-client@.service                     disabled       
openvpn-server@.service                     disabled       
org.cups.cupsd.service                      enabled        
org.cups.cups-lpd@.service                  static         
paccache.service                            static         
pacman-init.service                         disabled       
pamac-cleancache.service                    static         
pamac-daemon.service                        static         
pamac-mirrorlist.service                    static         
pcscd.service                               indirect       
pkgfile-update.service                      static         
polkit.service                              static         
ppp@.service                                disabled       
quotaon.service                             static         
rarpd@.service                              disabled       
ratbagd.service                             disabled       
rdisc.service                               disabled       
rescue.service                              static         
rfkill-block@.service                       disabled       
rfkill-unblock@.service                     disabled       
rlogin@.service                             static         
rpcbind.service                             disabled       
rpc-gssd.service                            static         
rpc-statd-notify.service                    static         
rpc-statd.service                           static         
rpc-svcgssd.service                         static         
rsh@.service                                static         
rsyncd.service                              disabled       
rsyncd@.service                             static         
rtkit-daemon.service                        disabled       
saned@.service                              static         
sensord.service                             disabled       
serial-getty@.service                       disabled       
shadow.service                              static         
snapd.apparmor.service                      disabled       
snapd.failure.service                       static         
snapd.seeded.service                        disabled       
snapd.service                               disabled       
snmpd.service                               disabled       
snmptrapd.service                           disabled       
sshdgenkeys.service                         static         
sshd.service                                disabled       
svnserve.service                            disabled       
syslog-ng@.service                          disabled       
systemd-ask-password-console.service        static         
systemd-ask-password-wall.service           static         
systemd-backlight@.service                  static         
systemd-binfmt.service                      static         
systemd-bless-boot.service                  static         
systemd-boot-check-no-failures.service      disabled       
systemd-coredump@.service                   static         
systemd-exit.service                        static         
systemd-firstboot.service                   static         
systemd-fsck-root.service                   enabled-runtime
systemd-fsck@.service                       static         
systemd-halt.service                        static         
systemd-hibernate-resume@.service           static         
systemd-hibernate.service                   static         
systemd-hostnamed.service                   static         
systemd-hwdb-update.service                 static         
systemd-hybrid-sleep.service                static         
systemd-importd.service                     static         
systemd-initctl.service                     static         
systemd-journal-catalog-update.service      static         
systemd-journald.service                    static         
systemd-journal-flush.service               static         
systemd-journal-gatewayd.service            indirect       
systemd-journal-remote.service              indirect       
systemd-journal-upload.service              disabled       
systemd-kexec.service                       static         
systemd-localed.service                     static         
systemd-logind.service                      static         
systemd-machined.service                    static         
systemd-machine-id-commit.service           static         
systemd-modules-load.service                static         
systemd-networkd.service                    disabled       
systemd-networkd-wait-online.service        disabled       
systemd-nspawn@.service                     disabled       
systemd-portabled.service                   static         
systemd-poweroff.service                    static         
systemd-quotacheck.service                  static         
systemd-random-seed.service                 static         
systemd-reboot.service                      static         
systemd-remount-fs.service                  enabled-runtime
systemd-resolved.service                    disabled       
systemd-rfkill.service                      static         
systemd-suspend.service                     static         
systemd-suspend-then-hibernate.service      static         
systemd-sysctl.service                      static         
systemd-sysusers.service                    static         
systemd-timedated.service                   static         
systemd-timesyncd.service                   disabled       
systemd-time-wait-sync.service              disabled       
systemd-tmpfiles-clean.service              static         
systemd-tmpfiles-setup-dev.service          static         
systemd-tmpfiles-setup.service              static         
systemd-udevd.service                       static         
systemd-udev-settle.service                 static         
systemd-udev-trigger.service                static         
systemd-update-done.service                 static         
systemd-update-utmp.service                 static         
systemd-user-sessions.service               static         
systemd-vconsole-setup.service              static         
systemd-volatile-root.service               static         
system-update-cleanup.service               static         
talk.service                                indirect       
teamd@.service                              static         
telnet@.service                             static         
tlp.service                                 enabled        
tlp-sleep.service                           enabled        
transmission.service                        disabled       
udisks2.service                             disabled       
ufw.service                                 enabled        
updatedb.service                            static         
upower.service                              disabled       
usbmuxd.service                             static         
user-runtime-dir@.service                   static         
user@.service                               static         
uuidd.service                               indirect       
vboxservice.service                         disabled       
vboxweb.service                             disabled       
vnstat.service                              disabled       
vpnc@.service                               disabled       
wpa_supplicant-nl80211@.service             disabled       
wpa_supplicant.service                      disabled       
wpa_supplicant@.service                     disabled       
wpa_supplicant-wired@.service               disabled       
xfs_scrub_all.service                       static         
xfs_scrub_fail@.service                     static         
xfs_scrub@.service                          static         
zram-setup@.service                         static         
    
Dernière modification par Cenwenil y a 4 ans, modifié au total 1 fois.

Paquet bluez

#12Messageil y a 4 ans

Et sur Cinnamon qui n 'a pas de clé cela donne :

[olivier@thorielle ~]$ systemctl status bluetooth
● bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
     Active: inactive (dead)
       Docs: man:bluetoothd(8)

avril 19 10:28:35 thorielle systemd[1]: Condition check resulted in Bluetooth service being skipped.
avril 19 14:41:12 thorielle systemd[1]: Condition check resulted in Bluetooth service being skipped.
[olivier@thorielle ~]$ rfkill list
0: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no
[olivier@thorielle ~]$ [olivier@thorielle ~]$ systemctl status
● thorielle
    State: running
     Jobs: 0 queued
   Failed: 0 units
    Since: Sun 2020-04-19 10:28:26 CEST; 5h 39min ago
   CGroup: /
           ├─user.slice 
           │ └─user-1000.slice 
           │   ├─user@1000.service 
           │   │ ├─zeitgeist.service 
           │   │ │ └─1678 /usr/bin/zeitgeist-daemon
           │   │ ├─evolution-calendar-factory.service 
           │   │ │ └─1867 /usr/lib/evolution-calendar-factory
           │   │ ├─pulseaudio.service 
           │   │ │ ├─1505 /usr/bin/pulseaudio --daemonize=no
           │   │ │ └─1593 /usr/lib/pulse/gsettings-helper
           │   │ ├─gvfs-daemon.service 
           │   │ │ ├─1417 /usr/lib/gvfsd
           │   │ │ ├─1422 /usr/lib/gvfsd-fuse /run/user/1000/gvfs -f
           │   │ │ ├─1947 /usr/lib/gvfsd-trash --spawner :1.3 /org/gtk/gvfs/exec_spaw/0
           │   │ │ └─1985 /usr/lib/gvfsd-computer --spawner :1.3 /org/gtk/gvfs/exec_spaw/1
           │   │ ├─evolution-source-registry.service 
           │   │ │ └─1806 /usr/lib/evolution-source-registry
           │   │ ├─gvfs-udisks2-volume-monitor.service 
           │   │ │ └─1526 /usr/lib/gvfs-udisks2-volume-monitor
           │   │ ├─init.scope 
           │   │ │ ├─1397 /usr/lib/systemd/systemd --user
           │   │ │ └─1398 (sd-pam)
           │   │ ├─zeitgeist-fts.service 
           │   │ │ └─1700 /usr/lib/zeitgeist/zeitgeist-fts
           │   │ ├─gvfs-gphoto2-volume-monitor.service 
           │   │ │ └─1559 /usr/lib/gvfs-gphoto2-volume-monitor
           │   │ ├─obex.service 
           │   │ │ └─1796 /usr/lib/bluetooth/obexd
           │   │ ├─at-spi-dbus-bus.service 
           │   │ │ ├─1429 /usr/lib/at-spi-bus-launcher
           │   │ │ ├─1435 /usr/bin/dbus-daemon --config-file=/usr/share/defaults/at-spi2/accessibility.con>
           │   │ │ └─1438 /usr/lib/at-spi2-registryd --use-gnome-session
           │   │ ├─gvfs-metadata.service 
           │   │ │ └─2325 /usr/lib/gvfsd-metadata
           │   │ ├─dbus.service 
           │   │ │ ├─ 1413 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --system>
           │   │ │ ├─ 1528 /usr/lib/dconf-service
           │   │ │ ├─ 1842 /usr/lib/goa-daemon
           │   │ │ ├─ 1855 /usr/lib/gconfd-2
           │   │ │ ├─ 1872 /usr/lib/goa-identity-service
           │   │ │ └─12837 /usr/bin/python3 /usr/share/system-config-printer/scp-dbus-service.py
           │   │ ├─evolution-addressbook-factory.service 
           │   │ │ └─1938 /usr/lib/evolution-addressbook-factory
           │   │ ├─gvfs-mtp-volume-monitor.service 
           │   │ │ └─1555 /usr/lib/gvfs-mtp-volume-monitor
           │   │ └─gvfs-afc-volume-monitor.service 
           │   │   └─1563 /usr/lib/gvfs-afc-volume-monitor
           │   └─session-2.scope 
           │     ├─ 1265 lightdm --session-child 12 19
           │     ├─ 1406 /usr/bin/gnome-keyring-daemon --daemonize --login
           │     ├─ 1409 cinnamon-session --session cinnamon
           │     ├─ 1449 /usr/lib/cinnamon-settings-daemon/csd-keyboard
           │     ├─ 1450 /usr/lib/cinnamon-settings-daemon/csd-power
           │     ├─ 1451 /usr/lib/cinnamon-settings-daemon/csd-sound
           │     ├─ 1452 /usr/lib/cinnamon-settings-daemon/csd-color
           │     ├─ 1453 /usr/lib/cinnamon-settings-daemon/csd-media-keys
           │     ├─ 1454 /usr/lib/cinnamon-settings-daemon/csd-print-notifications
           │     ├─ 1455 /usr/lib/cinnamon-settings-daemon/csd-cursor
           │     ├─ 1456 /usr/lib/cinnamon-settings-daemon/csd-xrandr
           │     ├─ 1457 /usr/lib/cinnamon-settings-daemon/csd-xsettings
           │     ├─ 1459 /usr/lib/cinnamon-settings-daemon/csd-automount
           │     ├─ 1461 /usr/lib/cinnamon-settings-daemon/csd-wacom
           │     ├─ 1462 /usr/lib/cinnamon-settings-daemon/csd-housekeeping
           │     ├─ 1466 /usr/lib/cinnamon-settings-daemon/csd-screensaver-proxy
           │     ├─ 1468 /usr/lib/cinnamon-settings-daemon/csd-orientation
           │     ├─ 1476 /usr/lib/cinnamon-settings-daemon/csd-a11y-keyboard
           │     ├─ 1478 /usr/lib/cinnamon-settings-daemon/csd-mouse
           │     ├─ 1481 /usr/lib/cinnamon-settings-daemon/csd-a11y-settings
           │     ├─ 1487 /usr/lib/cinnamon-settings-daemon/csd-background
           │     ├─ 1503 /usr/lib/cinnamon-settings-daemon/csd-clipboard
           │     ├─ 1586 /usr/lib/
           [olivier@thorielle ~]$ systemctl list-unit-files | grep service | sort
accounts-daemon.service                                          disabled       
acpid.service                                                    disabled       
add-autologin-group.service                                      enabled        
alsa-restore.service                                             static         
alsa-state.service                                               static         
auditd.service                                                   disabled       
auth-rpcgss-module.service                                       static         
autovt@.service                                                  enabled        
avahi-daemon.service                                             enabled        
avahi-dnsconfd.service                                           disabled       
blk-availability.service                                         disabled       
bluetooth-mesh.service                                           disabled       
bluetooth.service                                                enabled        
brltty.service                                                   disabled       
btrfs-scrub@.service                                             static         
canberra-system-bootup.service                                   disabled       
canberra-system-shutdown-reboot.service                          disabled       
canberra-system-shutdown.service                                 disabled       
ckb-next-daemon.service                                          enabled        
clean-mount-point@.service                                       static         
colord.service                                                   static         
configure-printer@.service                                       static         
console-getty.service                                            disabled       
container-getty@.service                                         static         
cpupower.service                                                 disabled       
cronie.service                                                   enabled        
cups-browsed.service                                             disabled       
dbus-org.bluez.service                                           enabled        
dbus-org.freedesktop.Avahi.service                               enabled        
dbus-org.freedesktop.hostname1.service                           static         
dbus-org.freedesktop.import1.service                             static         
dbus-org.freedesktop.locale1.service                             static         
dbus-org.freedesktop.login1.service                              static         
dbus-org.freedesktop.machine1.service                            static         
dbus-org.freedesktop.ModemManager1.service                       enabled        
dbus-org.freedesktop.NetworkManager.service                      enabled        
dbus-org.freedesktop.nm-dispatcher.service                       enabled        
dbus-org.freedesktop.portable1.service                           static         
dbus-org.freedesktop.timedate1.service                           static         
dbus.service                                                     static         
debug-shell.service                                              disabled       
dhclient@.service                                                disabled       
dhcpcd.service                                                   disabled       
dhcpcd@.service                                                  disabled       
display-manager.service                                          enabled        
dm-event.service                                                 static         
dmraid.service                                                   disabled       
dnsmasq.service                                                  disabled       
e2scrub_all.service                                              static         
e2scrub_fail@.service                                            static         
e2scrub_reap.service                                             disabled       
e2scrub@.service                                                 static         
emergency.service                                                static         
fancontrol.service                                               disabled       
fanicontrol.service                                              disabled       
fstrim.service                                                   static         
ftpd.service                                                     disabled       
fwupd-offline-update.service                                     static         
fwupd-refresh.service                                            static         
fwupd.service                                                    static         
geoclue.service                                                  static         
getty@.service                                                   enabled        
git-daemon@.service                                              static         
glusterd.service                                                 disabled       
glustereventsd.service                                           disabled       
glusterfssharedstorage.service                                   disabled       
gluster-ta-volume.service                                        disabled       
gpm.service                                                      disabled       
gpsdctl@.service                                                 static         
gpsd.service                                                     disabled       
gssproxy.service                                                 disabled       
haveged.service                                                  disabled       
healthd.service                                                  disabled       
hplip-printer@.service                                           static         
initrd-cleanup.service                                           static         
initrd-parse-etc.service                                         static         
initrd-switch-root.service                                       static         
initrd-udevadm-cleanup-db.service                                static         
ip6tables.service                                                disabled       
iptables.service                                                 disabled       
irexec.service                                                   disabled       
kmod-static-nodes.service                                        static         
krb5-kadmind.service                                             disabled       
krb5-kdc.service                                                 disabled       
krb5-kpropd.service                                              disabled       
krb5-kpropd@.service                                             static         
ldconfig.service                                                 static         
libvirtd.service                                                 disabled       
libvirt-guests.service                                           disabled       
lightdm.service                                                  enabled        
lircd.service                                                    disabled       
lircd-setup.service                                              disabled       
lircd-uinput.service                                             disabled       
lircmd.service                                                   disabled       
lm_sensors.service                                               disabled       
logrotate.service                                                static         
lvm2-lvmetad.service                                             static         
lvm2-lvmpolld.service                                            static         
lvm2-monitor.service                                             static         
lvm2-pvscan@.service                                             static         
man-db.service                                                   static         
mdadm-grow-continue@.service                                     static         
mdadm-last-resort@.service                                       static         
mdmonitor.service                                                static         
mdmon@.service                                                   static         
mhwd-i2c-syna3602.service                                        disabled       
mkinitcpio-generate-shutdown-ramfs.service                       static         
ModemManager.service                                             enabled        
modprobe@.service                                                static         
ndctl-monitor.service                                            disabled       
netcf-transaction.service                                        disabled       
netctl-auto@.service                                             disabled       
netctl-ifplugd@.service                                          disabled       
netctl.service                                                   disabled       
netctl@.service                                                  static         
netctl-sleep.service                                             disabled       
netctl-wait-online.service                                       disabled       
NetworkManager-dispatcher.service                                enabled        
NetworkManager.service                                           enabled        
NetworkManager-wait-online.service                               enabled        
nfs-blkmap.service                                               disabled       
nfsdcld.service                                                  static         
nfs-idmapd.service                                               static         
nfs-mountd.service                                               static         
nfs-server.service                                               disabled       
nfs-utils.service                                                static         
ninfod.service                                                   disabled       
nmb.service                                                      disabled       
nscd.service                                                     disabled       
ntpdate.service                                                  disabled       
ntpd.service                                                     disabled       
octopi.service                                                   disabled       
openvpn-client@.service                                          disabled       
openvpn-server@.service                                          disabled       
org.cups.cupsd.service                                           enabled        
org.cups.cups-lpd@.service                                       static         
paccache.service                                                 static         
pacman-init.service                                              disabled       
pamac-cleancache.service                                         static         
pamac-daemon.service                                             static         
pamac-mirrorlist.service                                         static         
partimaged.service                                               disabled       
pcscd.service                                                    indirect       
pkgfile-update.service                                           static         
polkit.service                                                   static         
ppp@.service                                                     disabled       
quotaon.service                                                  static         
rarpd@.service                                                   disabled       
ratbagd.service                                                  disabled       
rdisc.service                                                    disabled       
rescue.service                                                   static         
rfkill-block@.service                                            disabled       
rfkill-unblock@.service                                          disabled       
rlogin@.service                                                  static         
rpcbind.service                                                  disabled       
rpc-gssd.service                                                 static         
rpc-statd-notify.service                                         static         
rpc-statd.service                                                static         
rpc-svcgssd.service                                              static         
rsh@.service                                                     static         
rsyncd.service                                                   disabled       
rsyncd@.service                                                  static         
rtkit-daemon.service                                             disabled       
samba.service                                                    disabled       
saned@.service                                                   static         
sensord.service                                                  disabled       
serial-getty@.service                                            disabled       
shadow.service                                                   static         
smb.service                                                      disabled       
sndiod.service                                                   disabled       
snmpd.service                                                    disabled       
snmptrapd.service                                                disabled       
spice-webdavd.service                                            static         
sshdgenkeys.service                                              static         
sshd.service                                                     disabled       
svnserve.service                                                 disabled       
systemd-ask-password-console.service                             static         
systemd-ask-password-wall.service                                static         
systemd-backlight@.service                                       static         
systemd-binfmt.service                                           static         
systemd-bless-boot.service                                       static         
systemd-boot-check-no-failures.service                           disabled       
systemd-boot-system-token.service                                static         
systemd-coredump@.service                                        static         
systemd-exit.service                                             static         
systemd-firstboot.service                                        static         
systemd-fsck-root.service                                        enabled-runtime
systemd-fsck@.service                                            static         
systemd-halt.service                                             static         
systemd-hibernate-resume@.service                                static         
systemd-hibernate.service                                        static         
systemd-hostnamed.service                                        static         
systemd-hwdb-update.service                                      static         
systemd-hybrid-sleep.service                                     static         
systemd-importd.service                                          static         
systemd-initctl.service                                          static         
systemd-journal-catalog-update.service                           static         
systemd-journald.service                                         static         
systemd-journal-flush.service                                    static         
systemd-journal-gatewayd.service                                 indirect       
systemd-journal-remote.service                                   indirect       
systemd-journal-upload.service                                   disabled       
systemd-kexec.service                                            static         
systemd-localed.service                                          static         
systemd-logind.service                                           static         
systemd-machined.service                                         static         
systemd-machine-id-commit.service                                static         
systemd-modules-load.service                                     static         
systemd-networkd.service                                         disabled       
systemd-networkd-wait-online.service                             disabled       
systemd-network-generator.service                                disabled       
systemd-nspawn@.service                                          disabled       
systemd-portabled.service                                        static         
systemd-poweroff.service                                         static         
systemd-pstore.service                                           disabled       
systemd-quotacheck.service                                       static         
systemd-random-seed.service                                      static         
systemd-reboot.service                                           static         
systemd-remount-fs.service                                       enabled-runtime
systemd-resolved.service                                         disabled       
systemd-rfkill.service                                           static         
systemd-suspend.service                                          static         
systemd-suspend-then-hibernate.service                           static         
systemd-sysctl.service                                           static         
systemd-sysusers.service                                         static         
systemd-timedated.service                                        static         
systemd-timesyncd.service                                        disabled       
systemd-time-wait-sync.service                                   disabled       
systemd-tmpfiles-clean.service                                   static         
systemd-tmpfiles-setup-dev.service                               static         
systemd-tmpfiles-setup.service                                   static         
systemd-udevd.service                                            static         
systemd-udev-settle.service                                      static         
systemd-udev-trigger.service                                     static         
systemd-update-done.service                                      static         
systemd-update-utmp.service                                      static         
systemd-user-sessions.service                                    static         
systemd-vconsole-setup.service                                   static         
systemd-volatile-root.service                                    static         
system-update-cleanup.service                                    static         
talk.service                                                     indirect       
teamd@.service                                                   static         
telnet@.service                                                  static         
tlp.service                                                      enabled        
udisks2.service                                                  disabled       
upower.service                                                   disabled       
usbmuxd.service                                                  static         
user-runtime-dir@.service                                        static         
user@.service                                                    static         
uuidd.service                                                    indirect       
vboxservice.service                                              disabled       
vboxweb.service                                                  disabled       
virtinterfaced.service                                           disabled       
virtlockd.service                                                indirect       
virtlogd.service                                                 indirect       
virtlxcd.service                                                 disabled       
virtnetworkd.service                                             disabled       
virtnodedevd.service                                             disabled       
virtnwfilterd.service                                            disabled       
virtproxyd.service                                               disabled       
virtqemud.service                                                disabled       
virtsecretd.service                                              disabled       
virtstoraged.service                                             disabled       
virtvboxd.service                                                disabled       
vnstat.service                                                   disabled       
vpnc@.service                                                    disabled       
winbind.service                                                  disabled       
wpa_supplicant-nl80211@.service                                  disabled       
wpa_supplicant.service                                           disabled       
wpa_supplicant@.service                                          disabled       
wpa_supplicant-wired@.service                                    disabled       
xfs_scrub_all.service                                            static         
xfs_scrub_fail@.service                                          static         
xfs_scrub@.service                                               static         
zram-setup@.service                                              static         
[olivier@thorielle ~]$ 

Paquet bluez

#13Messageil y a 4 ans

:bjr:
Le casque est un casque de marque Mpow.
Le jongle Bluetooth est un Sunbre CRS 4.0
Pour ce qui est changer de prise Usb ce ne sera possible aujourd'hui - Usb3 vers l'avant - Usb vers l'arrière et comme la tour est encastré dans le bureau il faut que je démonte tout.
le résultat de la commande :

[andson@andre-pc ~]$ systemctl status bluetooth
● bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
     Active: active (running) since Sun 2020-04-19 08:30:23 CEST; 7h ago
       Docs: man:bluetoothd(8)
   Main PID: 824 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 9459)
     Memory: 2.1M
     CGroup: /system.slice/bluetooth.service
             └─824 /usr/lib/bluetooth/bluetoothd

avril 19 08:30:23 andre-pc systemd[1]: Starting Bluetooth service...
avril 19 08:30:23 andre-pc bluetoothd[824]: Bluetooth daemon 5.54
avril 19 08:30:23 andre-pc systemd[1]: Started Bluetooth service.
avril 19 08:30:23 andre-pc bluetoothd[824]: Starting SDP server
avril 19 08:30:23 andre-pc bluetoothd[824]: Bluetooth management interface 1.14 initialized
[andson@andre-pc ~]$ 

Paquet bluez

#14Messageil y a 4 ans

Humm, ce ne sera peut-être pas necessaire.
Le bluetooth est activé mais pas ta clé ( vendor preset)

Je viens de jeter un oeil (rapide) sur la doc de Lemust et elle est vraiment super. :bien

Laisse moi reflechir un peu :o

Paquet bluez

#15Messageil y a 4 ans

suite ...

[andson@andre-pc ~]$ sudo systemctl list-unit-files | grep service | sort
accounts-daemon.service                    disabled       
acpid.service                              disabled       
alsa-restore.service                       static         
alsa-state.service                         static         
apparmor.service                           enabled        
auditd.service                             disabled       
auth-rpcgss-module.service                 static         
autovt@.service                            enabled        
avahi-daemon.service                       enabled        
avahi-dnsconfd.service                     disabled       
blk-availability.service                   disabled       
blueman-mechanism.service                  disabled       
bluetooth-mesh.service                     disabled       
bluetooth.service                          enabled        
btrfs-scrub@.service                       static         
canberra-system-bootup.service             disabled       
canberra-system-shutdown-reboot.service    disabled       
canberra-system-shutdown.service           disabled       
clean-mount-point@.service                 static         
colord.service                             static         
configure-printer@.service                 static         
console-getty.service                      disabled       
container-getty@.service                   static         
cpupower.service                           disabled       
cronie.service                             enabled        
cups-browsed.service                       disabled       
dbus-org.bluez.service                     enabled        
dbus-org.freedesktop.Avahi.service         enabled        
dbus-org.freedesktop.hostname1.service     static         
dbus-org.freedesktop.import1.service       static         
dbus-org.freedesktop.locale1.service       static         
dbus-org.freedesktop.login1.service        static         
dbus-org.freedesktop.machine1.service      static         
dbus-org.freedesktop.ModemManager1.service enabled        
dbus-org.freedesktop.nm-dispatcher.service enabled        
dbus-org.freedesktop.portable1.service     static         
dbus-org.freedesktop.timedate1.service     static         
dbus-org.freedesktop.timesync1.service     enabled        
dbus.service                               static         
debug-shell.service                        disabled       
dhclient@.service                          disabled       
dhcpcd.service                             disabled       
dhcpcd@.service                            disabled       
display-manager.service                    enabled        
dm-event.service                           static         
dmraid.service                             disabled       
dnsmasq.service                            disabled       
e2scrub_all.service                        static         
e2scrub_fail@.service                      static         
e2scrub_reap.service                       disabled       
e2scrub@.service                           static         
emergency.service                          static         
fancontrol.service                         disabled       
flatpak-system-helper.service              static         
fstrim.service                             static         
ftpd.service                               disabled       
fwupd-offline-update.service               static         
fwupd-refresh.service                      static         
fwupd.service                              static         
geoclue.service                            static         
getty@.service                             enabled        
git-daemon@.service                        static         
gpm.service                                disabled       
gssproxy.service                           disabled       
healthd.service                            disabled       
hplip-printer@.service                     static         
httpd.service                              disabled       
initrd-cleanup.service                     static         
initrd-parse-etc.service                   static         
initrd-switch-root.service                 static         
initrd-udevadm-cleanup-db.service          static         
ip6tables.service                          disabled       
iptables.service                           disabled       
irexec.service                             disabled       
kmod-static-nodes.service                  static         
krb5-kadmind.service                       disabled       
krb5-kdc.service                           disabled       
krb5-kpropd.service                        disabled       
krb5-kpropd@.service                       static         
ldconfig.service                           static         
linux-module-cleanup.service               enabled        
lircd.service                              disabled       
lircd-setup.service                        disabled       
lircd-uinput.service                       disabled       
lircmd.service                             disabled       
lm_sensors.service                         disabled       
logrotate.service                          static         
lvm2-lvmetad.service                       static         
lvm2-lvmpolld.service                      static         
lvm2-monitor.service                       static         
lvm2-pvscan@.service                       static         
man-db.service                             static         
mdadm-grow-continue@.service               static         
mdadm-last-resort@.service                 static         
mdmonitor.service                          static         
mdmon@.service                             static         
mkinitcpio-generate-shutdown-ramfs.service static         
ModemManager.service                       enabled        
modprobe@.service                          static         
mpd.service                                disabled       
ndctl-monitor.service                      disabled       
NetworkManager-dispatcher.service          enabled        
NetworkManager.service                     enabled        
NetworkManager-wait-online.service         enabled        
nfs-blkmap.service                         disabled       
nfsdcld.service                            static         
nfs-idmapd.service                         static         
nfs-mountd.service                         static         
nfs-server.service                         disabled       
nfs-utils.service                          static         
ninfod.service                             disabled       
nmb.service                                disabled       
nscd.service                               disabled       
ntpdate.service                            disabled       
ntpd.service                               disabled       
nvidia-hibernate.service                   disabled       
nvidia-resume.service                      disabled       
nvidia-suspend.service                     disabled       
openvpn-client@.service                    disabled       
openvpn-server@.service                    disabled       
org.cups.cupsd.service                     enabled        
org.cups.cups-lpd@.service                 static         
ostree-finalize-staged.service             static         
ostree-prepare-root.service                static         
ostree-remount.service                     disabled       
paccache.service                           static         
pacman-init.service                        disabled       
pamac-cleancache.service                   static         
pamac-daemon.service                       static         
pamac-mirrorlist.service                   static         
pcscd.service                              indirect       
polkit.service                             static         
ppp@.service                               disabled       
quotaon.service                            static         
rarpd@.service                             disabled       
rdisc.service                              disabled       
rescue.service                             static         
rfkill-block@.service                      disabled       
rfkill-unblock@.service                    disabled       
rlogin@.service                            static         
rpcbind.service                            disabled       
rpc-gssd.service                           static         
rpc-statd-notify.service                   static         
rpc-statd.service                          static         
rpc-svcgssd.service                        static         
rsh@.service                               static         
rsyncd.service                             disabled       
rsyncd@.service                            static         
rtkit-daemon.service                       disabled       
samba.service                              disabled       
saned@.service                             static         
sddm.service                               enabled        
sensord.service                            disabled       
serial-getty@.service                      disabled       
shadow.service                             static         
smartd.service                             disabled       
smb.service                                disabled       
snapd.apparmor.service                     enabled        
snapd.failure.service                      static         
snapd.recovery-chooser-trigger.service     disabled       
snapd.seeded.service                       disabled       
snapd.service                              enabled        
snmpd.service                              disabled       
snmptrapd.service                          disabled       
sshdgenkeys.service                        static         
sshd.service                               disabled       
svnserve.service                           disabled       
systemd-ask-password-console.service       static         
systemd-ask-password-wall.service          static         
systemd-backlight@.service                 static         
systemd-binfmt.service                     static         
systemd-bless-boot.service                 static         
systemd-boot-check-no-failures.service     disabled       
systemd-boot-system-token.service          static         
systemd-coredump@.service                  static         
systemd-exit.service                       static         
systemd-firstboot.service                  static         
systemd-fsck-root.service                  enabled-runtime
systemd-fsck@.service                      static         
systemd-fsck-silent-root.service           linked         
systemd-fsck-silent@.service               linked         
systemd-halt.service                       static         
systemd-hibernate-resume@.service          static         
systemd-hibernate.service                  static         
systemd-hostnamed.service                  static         
systemd-hwdb-update.service                static         
systemd-hybrid-sleep.service               static         
systemd-importd.service                    static         
systemd-initctl.service                    static         
systemd-journal-catalog-update.service     static         
systemd-journald.service                   static         
systemd-journal-flush.service              static         
systemd-journal-gatewayd.service           indirect       
systemd-journal-remote.service             indirect       
systemd-journal-upload.service             disabled       
systemd-kexec.service                      static         
systemd-localed.service                    static         
systemd-logind.service                     static         
systemd-machined.service                   static         
systemd-machine-id-commit.service          static         
systemd-modules-load.service               static         
systemd-networkd.service                   disabled       
systemd-networkd-wait-online.service       disabled       
systemd-network-generator.service          disabled       
systemd-nspawn@.service                    disabled       
systemd-portabled.service                  static         
systemd-poweroff.service                   static         
systemd-pstore.service                     disabled       
systemd-quotacheck.service                 static         
systemd-random-seed.service                static         
systemd-reboot.service                     static         
systemd-remount-fs.service                 enabled-runtime
systemd-resolved.service                   disabled       
systemd-rfkill.service                     static         
systemd-suspend.service                    static         
systemd-suspend-then-hibernate.service     static         
systemd-sysctl.service                     static         
systemd-sysusers.service                   static         
systemd-timedated.service                  static         
systemd-timesyncd.service                  enabled        
systemd-time-wait-sync.service             disabled       
systemd-tmpfiles-clean.service             static         
systemd-tmpfiles-setup-dev.service         static         
systemd-tmpfiles-setup.service             static         
systemd-udevd.service                      static         
systemd-udev-settle.service                static         
systemd-udev-trigger.service               static         
systemd-update-done.service                static         
systemd-update-utmp.service                static         
systemd-user-sessions.service              static         
systemd-vconsole-setup.service             static         
systemd-volatile-root.service              static         
system-update-cleanup.service              static         
talk.service                               indirect       
teamd@.service                             static         
telnet@.service                            static         
tlp.service                                enabled        
udisks2.service                            disabled       
upower.service                             disabled       
usb_modeswitch@.service                    static         
usbmuxd.service                            static         
user-runtime-dir@.service                  static         
user@.service                              static         
uuidd.service                              indirect       
vpnc@.service                              disabled       
winbind.service                            disabled       
wpa_supplicant-nl80211@.service            disabled       
wpa_supplicant.service                     disabled       
wpa_supplicant@.service                    disabled       
wpa_supplicant-wired@.service              disabled       
xfs_scrub_all.service                      static         
xfs_scrub_fail@.service                    static         
xfs_scrub@.service                         static         
zram-setup@.service                        static         
[andson@andre-pc ~]$ 

andson@andre-pc ~]$ dmesg | grep hci0
dmesg: échec de lecture du tampon de noyau: Opération non permise
[andson@andre-pc ~]$ sudo dmesg | grep hci0
[andson@andre-pc ~]$ 

Paquet bluez

#16Messageil y a 4 ans

Essaie de faire ;

systemclt start bluetooth-mesh.service
puis

sudo systemctl list-unit-files | grep service | sort
Essaye d'appareiller ton casque s'il le voit !!!!!

Impossible de lancer y compris en root

bluetoothctl
;rale:

Paquet bluez

#17Messageil y a 4 ans

En regardant

[andson@andre-pc ~]$ bluetoothctl
Agent registered
[bluetooth]# list
[bluetooth]# advertise on
LEAdvertisingManager not found
Erreur de segmentation (core dumped)
[andson@andre-pc ~]$ bluetoothctl
Agent registered
[bluetooth]# scan on
No default controller available
[bluetooth]# power on
No default controller available
[bluetooth]# connect dev
No default controller available
[bluetooth]# quit
[andson@andre-pc ~]$ 
et par rapport à la doc d'arch et de Lemust, je dirai qu'il ne voit pas ta clé donc.

Paquet bluez

#18Messageil y a 4 ans

Pourtant j'ai spécialement commandé cette clé car spécifié compatible Archlinux. ;rale:
Dernière modification par andsonil y a 4 ans, modifié au total 1 fois.

Paquet bluez

#19Messageil y a 4 ans

Est-il possible que le fait que ce port Usb ne soit pas alimenté directement par la carte mère mais via une carte PCI
brouille les pistes ?
Edit:
Pour le casque ça ne donne rien.

Paquet bluez

#20Messageil y a 4 ans

Est-il possible que le fait que ce port Usb ne soit pas alimenté directement par la carte mère mais via une carte PCI
brouille les pistes ?
Non. Je ne pense pas bien que l'usb 3.0 peut poser des soucis.
J'ai réussi à faire marcher bluetoothctl (en lisant correctement la doc et en installant bluez-utils) et cela me conforte dans l'idée qu'il faille appliquer le pacth suivant: https://github.com/akushsky/kernel_patc ... ooth.patch pour ton dongle car avec bluetoothctl cela me donne le resultat suivant:

[olivier@luthien ~]$ bjarkan scan
[olivier@luthien ~]$ bjarkan connected-devices
[olivier@luthien ~]$ bjarkan paired-devices
[olivier@luthien ~]$ bluetoothctl
bash: bluetoothctl : commande introuvable
[olivier@luthien ~]$ bluetoothctl
Agent registered
[bluetooth]# scan
Missing on/off argument
[bluetooth]# scan on
Discovery started
[CHG] Controller 00:19:5B:52:7E:05 Discovering: yes
[CHG] Controller 00:19:5B:52:7E:05 Class: 0x00000000
[CHG] Controller 00:19:5B:52:7E:05 Powered: no
[CHG] Controller 00:19:5B:52:7E:05 Discovering: no
[DEL] Controller 00:19:5B:52:7E:05 luthien [default]
[NEW] Controller 00:19:5B:52:7E:05 luthien [default]
[CHG] Controller 00:19:5B:52:7E:05 UUIDs: 00001112-0000-1000-8000-00805f9b34fb
[CHG] Controller 00:19:5B:52:7E:05 UUIDs: 0000110a-0000-1000-8000-00805f9b34fb
[CHG] Controller 00:19:5B:52:7E:05 UUIDs: 00001108-0000-1000-8000-00805f9b34fb
[CHG] Controller 00:19:5B:52:7E:05 UUIDs: 00001200-0000-1000-8000-00805f9b34fb
[CHG] Controller 00:19:5B:52:7E:05 UUIDs: 0000110c-0000-1000-8000-00805f9b34fb
[CHG] Controller 00:19:5B:52:7E:05 UUIDs: 0000110e-0000-1000-8000-00805f9b34fb
[CHG] Controller 00:19:5B:52:7E:05 UUIDs: 0000110b-0000-1000-8000-00805f9b34fb
[CHG] Controller 00:19:5B:52:7E:05 Class: 0x000c0104
[CHG] Controller 00:19:5B:52:7E:05 Powered: yes
[CHG] Controller 00:19:5B:52:7E:05 DiscoverableTimeout: 0x00000000
[bluetooth]# 

Et toi il te dis qu'il n'y a pas de device.
Donc on va faire comme ça........

Répondre