logo Debian Debian Debian-France Debian-Facile Debian-fr.org Forum-Debian.fr Debian ? Communautés logo inclusivité

Debian-facile

Bienvenue sur Debian-Facile, site d'aide pour les nouveaux utilisateurs de Debian.

Vous n'êtes pas identifié(e).

#1 01-11-2022 14:23:18

anonyme
Invité

souci systemd bluetooth

Bonjour
le premier problème


nov. 01 13:28:31 raven2200g systemd[690]: ConfigurationDirectory 'bluetooth' already exists but the mode is different.
 (File system: 755 ConfigurationDirectoryMode: 555)
 



le second je n'ai pas les profils du bluetooth , et le gestionnaire bluetooth plante . (je n'ai pas l' icone près de l'horloge sur le bureau non plus )
voici le script de systemd


[Unit]
Description=Bluetooth service
Documentation=man:bluetoothd(8)
ConditionPathIsDirectory=/sys/class/bluetooth

[Service]
Type=dbus
BusName=org.bluez
ExecStart=/usr/libexec/bluetooth/bluetoothd
NotifyAccess=main
#WatchdogSec=10
#Restart=on-failure
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
LimitNPROC=1

# Filesystem lockdown
ProtectHome=true
ProtectSystem=strict
PrivateTmp=true
ProtectKernelTunables=true
ProtectControlGroups=true
StateDirectory=bluetooth
StateDirectoryMode=0700
ConfigurationDirectory=bluetooth
ConfigurationDirectoryMode=0555

# Execute Mappings
MemoryDenyWriteExecute=true

# Privilege escalation
NoNewPrivileges=true

# Real-time
RestrictRealtime=true

[Install]
WantedBy=bluetooth.target
Alias=dbus-org.bluez.service
 



le repertoire c'est celui ci  => ConditionPathIsDirectory=/sys/class/bluetooth
ou celui ci  =>  ExecStart=/usr/libexec/bluetooth/bluetoothd

tout a été purger , et installé propre (wifi , bluetooth et NM )
ps: un chmod sur le bon dossier peu résoudre ce problème  ?
ensuite je ne trouve pas pourquoi je n'ai pas les profils bluetooth
il est présent sur le système , mais absent dans bluez
nota : pour rappel c'est un AX200  intel en usb pour le bluetooth (wifi AX qui fonctionne bien en PCIe ).
ps: je me demande si ce module n'a pas un souci (neuf)   roll

Dernière modification par anonyme (03-11-2022 09:06:54)

#2 01-11-2022 14:42:27

anonyme
Invité

Re : souci systemd bluetooth

je pense être bon maintenant avec :


chmod -R 555 /usr/libexec/bluetooth
 


et le retour


service bluetooth status
● bluetooth.service - Bluetooth service
     Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; preset: enabled)
     Active: active (running) since Tue 2022-11-01 14:33:32 CET; 3s ago
       Docs: man:bluetoothd(8)
   Main PID: 2702 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 16647)
     Memory: 828.0K
        CPU: 51ms
     CGroup: /system.slice/bluetooth.service
             └─2702 /usr/libexec/bluetooth/bluetoothd

nov. 01 14:33:32 raven2200g systemd[1]: Starting Bluetooth service...
nov. 01 14:33:32 raven2200g bluetoothd[2702]: Bluetooth daemon 5.65
nov. 01 14:33:32 raven2200g systemd[1]: Started Bluetooth service.
nov. 01 14:33:32 raven2200g bluetoothd[2702]: Starting SDP server
nov. 01 14:33:32 raven2200g bluetoothd[2702]: Bluetooth management interface 1.22 initialized
 



mais toujours pas de profil afficher a la fin  hmm
chercher sur le net , a part prendre un driver intel  sad  (sans certitude que cela fonctionne mieux)
ps : le noyau c'est un 6.x.x de testing/sid

#3 01-11-2022 14:46:33

anonyme
Invité

Re : souci systemd bluetooth

le .xsession-errors de mate  roll , après avoir lancer le "gestionnaire bluetooth"


blueman-applet 14.32.20 WARNING  DiscvManager:119 update_menuitems: warning: Adapter is None
blueman-applet 14.32.20 WARNING  DiscvManager:119 update_menuitems: warning: Adapter is None
blueman-applet 14.33.32 WARNING  DiscvManager:119 update_menuitems: warning: Adapter is None
blueman-applet 14.33.32 WARNING  DiscvManager:119 update_menuitems: warning: Adapter is None
blueman-manager 14.43.03 ERROR    Manager:147 on_dbus_name_appeared: Default adapter not found, trying first available.
blueman-manager 14.43.03 ERROR    Manager:151 on_dbus_name_appeared: No adapter(s) found, exiting
 

#4 01-11-2022 15:23:00

anonyme
Invité

Re : souci systemd bluetooth

le retour de dmesg


dmesg | grep -i bluetooth
[    5.249113] Bluetooth: Core ver 2.22
[    5.249137] NET: Registered PF_BLUETOOTH protocol family
[    5.249139] Bluetooth: HCI device and connection manager initialized
[    5.249188] Bluetooth: HCI socket layer initialized
[    5.249191] Bluetooth: L2CAP socket layer initialized
[    5.249195] Bluetooth: SCO socket layer initialized
[    5.547171] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    5.547175] Bluetooth: BNEP filters: protocol multicast
[    5.547179] Bluetooth: BNEP socket layer initialized
[    7.300033] Bluetooth: hci0: Reading Intel version command failed (-110)
[    7.300056] Bluetooth: hci0: command tx timeout
 


je suppose que ce sont les 2 lignes a la fin qui pose problème.
ps: pour le "firmware" dans dmesg , je vois rien pour le bluetooth , j'ai pensé a un paquet qui manque mais lequel ......

#5 02-11-2022 05:02:23

anonyme
Invité

Re : souci systemd bluetooth

j'ai testé le kernel de bullseye , j'ai l'icone du bluetooth mais pas moyen de coupler mes enceintes
pour le souci du dossier/fichier , il repasse en 755 tout seul (au lieu de 555 pour systèmd )
retour sur le noyau de bookworm idem le gestionnaire bluetooth ne fonctionne plus

Pied de page des forums