Folgende Warnungen sind aufgetreten:
Warning [2] Undefined variable $unreadreports - Line: 34 - File: global.php(961) : eval()'d code PHP 8.2.2 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/global.php(961) : eval()'d code 34 errorHandler->error_callback
/global.php 961 eval
/printthread.php 16 require_once



RasPiCar Projekt Forum
Bluetooth - Druckversion

+- RasPiCar Projekt Forum (https://RasPiCarProjekt.de)
+-- Forum: Hardware (https://RasPiCarProjekt.de/forumdisplay.php?fid=5)
+--- Forum: WLAN / UMTS / LTE / Mobiles Internet (https://RasPiCarProjekt.de/forumdisplay.php?fid=44)
+--- Thema: Bluetooth (/showthread.php?tid=31)



Bluetooth - Medivel - 04.03.2015

Hat es schon irgendjemand hinbekommen eine Bluetooth-Verbindung unter xBian zu erstellen, die A2DP, HFP und andere Protokolle unterstützt?
Ich habe eine A2DP-Verbindung zustande bekommen, aber bekomme den Sound nicht auf den analogen Ausgang. Also eigentlich weiß ich nicht mal ob überhaupt etwas beim Pi ankommt. Es besteht lediglich eine AirPlay-Verbindung die es dem iPhone ermöglicht etwas abzuspielen!

Ein Abarbeiten von http://www.instructables.com/id/Turn-your-Raspberry-Pi-into-a-Portable-Bluetooth-A/?lang=de&ALLSTEPS blieb leider ohne Erfolg.
Wahrscheinlich nicht zuletzt, da die Datei /etc/inittab nicht vorhanden war.

Gruß
Robert


RE: Bluetooth - Medivel - 05.03.2015

Ich finde meinen USB-Dongle mit dem Befehl "lsusb"
Allerdings bekommen ich mit "bluez-simple-agent 28:E1:4C:92:45:13" folgende Antwort:
Traceback (most recent call last):
File "/usr/bin/bluez-simple-agent", line 102, in <module>
path = manager.FindAdapter(args[0])
File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 70, in __call__
return self._proxy_method(*args, **keywords)
File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 145, in __call__
**keywords)
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 651, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.bluez.Error.NoSuchAdapter: No such adapter

Warum? -.-