[Bluetooth] Sap-driver font échouer le service (resolu)

Reconnaissance et configuration du matériel / kernel linux
otacon
Chu Ko Nu
Messages : 466
Inscription : sam. 07 sept. 2013, 19:22
Localisation : Limousin

[Bluetooth] Sap-driver font échouer le service (resolu)

Message par otacon »

Bonjour à tous,

Je suis sous gnome, linux 3.15.5-1-ck, bluez en version 5.21-2

j'ai le retour suivant :

Code : Tout sélectionner

[clement@arch pkg]$ sudo systemctl status bluetooth
● bluetooth.service - Bluetooth service
   Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled)
   Active: active (running) since ven. 2014-07-11 11:19:25 CEST; 7s ago
     Docs: man:bluetoothd(8)
 Main PID: 2168 (bluetoothd)
   Status: "Running"
   CGroup: /system.slice/bluetooth.service
           └─2168 /usr/lib/bluetooth/bluetoothd

juil. 11 11:19:25 arch bluetoothd[2168]: Bluetooth daemon 5.21
juil. 11 11:19:25 arch bluetoothd[2168]: Starting SDP server
juil. 11 11:19:25 arch bluetoothd[2168]: Bluetooth management interface 1.5 initialized
juil. 11 11:19:25 arch bluetoothd[2168]: Sap driver initialization failed.
juil. 11 11:19:25 arch bluetoothd[2168]: sap-server: Operation not permitted (1)
juil. 11 11:19:25 arch bluetoothd[2168]: hci0 Load Connection Parameters failed: Unknown Command (0x01)
juil. 11 11:19:25 arch bluetoothd[2168]: Endpoint registered: sender=:1.21 path=/MediaEndpoint/A2DPSource
juil. 11 11:19:25 arch bluetoothd[2168]: Endpoint registered: sender=:1.21 path=/MediaEndpoint/A2DPSink
Le bluetooth n'est donc pas fonctionnel.
le matériel est bien détecté et à l'écoute :

Code : Tout sélectionner

[clement@arch pkg]$ hciconfig -a
hci0:	Type: BR/EDR  Bus: USB
	BD Address: 5C:F9:38:95:AA:C3  ACL MTU: 1021:8  SCO MTU: 64:1
	UP RUNNING PSCAN 
	RX bytes:2077 acl:0 sco:0 events:108 errors:0
	TX bytes:2297 acl:0 sco:0 commands:108 errors:0
	Features: 0xbf 0xfe 0xcf 0xfe 0xdb 0xff 0x7b 0x87
	Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3 
	Link policy: RSWITCH SNIFF 
	Link mode: SLAVE ACCEPT 
	Name: 'arch'
	Class: 0x0c010c
	Service Classes: Rendering, Capturing
	Device Class: Computer, Laptop
	HCI Version: 4.0 (0x6)  Revision: 0x21d0
	LMP Version: 4.0 (0x6)  Subversion: 0x414f
	Manufacturer: Broadcom Corporation (15)
J'ai rétrogradé bluez en version 5.20-1 : plus d'erreur dans le statut du service bluetooth, mais toujours pas fonctionnel.

Mes recherches sur ce point n'ont rien retourné de probant jusqu'à maintenant.
Auriez vous une piste de reflexion ou de solution ?
merci d'avance.
Dernière modification par otacon le mar. 09 sept. 2014, 20:13, modifié 1 fois.
otacon
Chu Ko Nu
Messages : 466
Inscription : sam. 07 sept. 2013, 19:22
Localisation : Limousin

Re: [Bluetooth] Sap-driver et sap-server font échouer le ser

Message par otacon »

Résolu :)
Suivant cette remontée de bug : https://bugs.archlinux.org/task/41247
et suivant ceci : https://wiki.archlinux.org/index.php/sy ... unit_files

j'ai créé un dossier /etc/systemd/system/bluetoothd.service.d
contenant un fichier customexec.conf qui lui même contient :

Code : Tout sélectionner

[Service]
ExecStart=
ExecStart=/usr/lib/bluetooth/bluetoothd --noplugin=sap
Répondre