Retropie - Bluetoothstatus "failed" ?!

Heute ist Stammtischzeit:
Jeden Donnerstag 20:30 Uhr hier im Chat.
Wer Lust hat, kann sich gerne beteiligen. ;)
  • Moin, Moin!

    Ich habe folgendes Problem:


    Ich habe Retropie erfolgreich eingerichtet und möchte jetzt meinen wireless Xbox 360-Controller nutzen. Das lies sich nach allen bekannten Abläufen im Netz und in Foren nicht durchführen. Ich bin aus dem Emulator raus und habe mir dann den Status mit der Zeile "/etc/init.b/bluetooth status" vom Bluetooth ausgeben lassen:

    # bluetooth.service - Bluetooth service
    Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled)
    Active: failed (Result: exit-code) since ...
    Docs: man:bluetoothd(8)
    Process: 633 ExecStart=/usr/lib/bluetooth/bluetoothd (code=exited, status=203/EXEC)
    Main PID: 633 (code=exited, status=203/EXEC)

    Jetzt habe ich noch versucht Bluetooth zu starten mit "/etc/init.b/bluetooth start" und es gab folgende Ausgabe:

    [....] Starting bluetooth (via systemctl): bluetooth.serviceFailed to start bluetooth.service: Access denied
    failed!

    Dazu zu sagen ist, dass ich die neuste Version von Retropie drauf habe und den Raspberry Pi 3 Model B.

    Hat jemand einen Plan was ich jetzt noch machen kann?! :s

  • Achso okay.

    Ich habe beides mit dem "sudo"-Befehl ausgeführt und nun sagt er mir, dass ich unter "journalctl -xn" für Details nachgucken soll, da es immer noch failed!
    Gesagt, getan und jetzt sagt er mir "[...] retropie systemd[19914]: Failed at step EXEC spawning /usr/lib/bluetooth/bluetoothd: Permission denied"

    Scheint ja so, als hätte er kein Zugriffsrecht?!

  • Hallo,

    ich habe exakt das gleiche Problem.
    Gab es hierzu schon eine Lösung?

    pi@raspberrypi:~ $ systemctl status bluetooth.service
    ● bluetooth.service - Bluetooth service
    Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled)
    Active: failed (Result: signal) since So 2017-02-19 17:53:19 CET; 5min ago
    Docs: man:bluetoothd(8)
    Process: 867 ExecStart=/usr/lib/bluetooth/bluetoothd (code=killed, signal=KILL)
    Main PID: 867 (code=killed, signal=KILL)
    Status: "Running"

    pi@raspberrypi:~ $ sudo /etc/init.d/bluetooth start
    [....] Starting bluetooth (via systemctl): bluetooth.serviceJob for bluetooth.service failed. See 'systemctl status bluetooth.service' and 'journalctl -xn' for details.
    failed!

    wenn ich die Rechte ändere:

    pi@raspberrypi:~ $ sudo chmod +x /usr/lib/bluetooth/bluetoothd

    dann läuft es, bis zum reboot:

    pi@raspberrypi:~ $ sudo /etc/init.d/bluetooth start
    [ ok ] Starting bluetooth (via systemctl): bluetooth.service.

    pi@raspberrypi:~ $ systemctl status bluetooth.service
    ● bluetooth.service - Bluetooth service
    Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled)
    Active: active (running) since So 2017-02-19 18:02:34 CET; 13s ago
    Docs: man:bluetoothd(8)
    Main PID: 4882 (bluetoothd)
    Status: "Running"
    CGroup: /system.slice/bluetooth.service
    └─4882 /usr/lib/bluetooth/bluetoothd

    Einmal editiert, zuletzt von kalep (19. Februar 2017 um 18:06)

Jetzt mitmachen!

Du hast noch kein Benutzerkonto auf unserer Seite? Registriere dich kostenlos und nimm an unserer Community teil!