help
Paul Saffren <pauls-9U1KGXqT6txWk0Htik3J/[email protected]>
| Newsgroups | gmane.comp.freedesktop.dbus |
|---|---|
| Message-ID | <[email protected]> |
Paul Saffren - N6HZ Project Manager Elecraft Inc. 831-763-4211 x122 www.elecraft.com On 4/27/2015 12:00 PM, [email protected] wrote: > Send dbus mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.freedesktop.org/mailman/listinfo/dbus > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of dbus digest..." > > > Today's Topics: > > 1. dbus error UnknownMethod: Method "Connect" (Yinon Levy) > 2. dbus error UnknownMethod: Method "Connect" (Yinon Levy) > 3. Re: dbus error UnknownMethod: Method "Connect" (Thiago Macieira) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 27 Apr 2015 14:47:32 +0300 (IDT) > From: Yinon Levy <[email protected]> > To: [email protected] > Subject: dbus error UnknownMethod: Method "Connect" > Message-ID: > <[email protected]> > Content-Type: text/plain; charset="utf-8" > > Hi, > I am trying to play music over bluetooth . > I used the following command : > > hciattach -s 115200 /dev/ttymxc1 any > hciconfig hci0 up > /etc/init.d/dbus-1 start & > dbus-daemon --system > bluetoothd > TMP=`dbus-send --system --print-reply --dest=org.bluez / org.bluez.Manager.FindAdapter string:$ADAP` > ADAP=`expr match "$TMP" '.*\(\".*\"\)'` > ADAP=${ADAP#\"} > ADAP=${ADAP%\"} > TMP=`dbus-send --system --print-reply --dest=org.bluez $ADAP org.bluez.Adapter.FindDevice string:$MAC` > DEV=`expr match "$TMP" '.*\(\".*\"\)'` > DEV=${DEV#\"} > DEV=${DEV%\"} > > When I try to run the connect command : > dbus-send --system --print-reply --dest=org.bluez $DEV org.bluez.Audio.Connect > > I got this error : > dbus-send --system --print-reply --dest=org.bluez $BTADAPTER/dev_00_11_68_13_4B_A6 org.bluez.Audio.Connect > Error org.freedesktop.DBus.Error.UnknownMethod: Method "Connect" with signature "" on interface "org.bluez.Audio" doesn't exist > > Can someone know what I am do wrong? > Thanks Yinon > > This mail was sent via Mail-SeCure system. > > > > > > ************************************************************************************ > This footnote confirms that this email message has been scanned by > PineApp Mail-SeCure for the presence of malicious code, vandals & computer viruses. > ************************************************************************************ > > > > > > ------------------------------ > > Message: 2 > Date: Mon, 27 Apr 2015 14:55:50 +0300 (IDT) > From: Yinon Levy <[email protected]> > To: [email protected] > Subject: dbus error UnknownMethod: Method "Connect" > Message-ID: > <[email protected]> > Content-Type: text/plain; charset="utf-8" > > Hi, > I am trying to play music over bluetooth . > I used the following command : > > hciattach -s 115200 /dev/ttymxc1 any > hciconfig hci0 up > /etc/init.d/dbus-1 start & > dbus-daemon --system > bluetoothd > TMP=`dbus-send --system --print-reply --dest=org.bluez / org.bluez.Manager.FindAdapter string:$ADAP` > ADAP=`expr match "$TMP" '.*\(\".*\"\)'` > ADAP=${ADAP#\"} > ADAP=${ADAP%\"} > TMP=`dbus-send --system --print-reply --dest=org.bluez $ADAP org.bluez.Adapter.FindDevice string:$MAC` > DEV=`expr match "$TMP" '.*\(\".*\"\)'` > DEV=${DEV#\"} > DEV=${DEV%\"} > > When I try to run the connect command : > dbus-send --system --print-reply --dest=org.bluez $DEV org.bluez.Audio.Connect > > I got this error : > dbus-send --system --print-reply --dest=org.bluez $BTADAPTER/dev_00_11_68_13_4B_A6 org.bluez.Audio.Connect > Error org.freedesktop.DBus.Error.UnknownMethod: Method "Connect" with signature "" on interface "org.bluez.Audio" doesn't exist > > Can someone know what I am do wrong? > Thanks Yinon > > This mail was sent via Mail-SeCure system. > > > > > > ************************************************************************************ > This footnote confirms that this email message has been scanned by > PineApp Mail-SeCure for the presence of malicious code, vandals & computer viruses. > ************************************************************************************ > > > > > > ------------------------------ > > Message: 3 > Date: Mon, 27 Apr 2015 07:47:52 -0700 > From: Thiago Macieira <[email protected]> > To: [email protected] > Subject: Re: dbus error UnknownMethod: Method "Connect" > Message-ID: <1718996.UaRzKvOucI@tjmaciei-mobl4> > Content-Type: text/plain; charset="us-ascii" > > On Monday 27 April 2015 14:55:50 Yinon Levy wrote: >> dbus-send --system --print-reply --dest=org.bluez >> $BTADAPTER/dev_00_11_68_13_4B_A6 org.bluez.Audio.Connect Error >> org.freedesktop.DBus.Error.UnknownMethod: Method "Connect" with signature >> "" on interface "org.bluez.Audio" doesn't exist >> >> Can someone know what I am do wrong? > You're calling a method that doesn't exist. Please consult your BlueZ > documentation to find out what methods do exist and what they do. > _______________________________________________ dbus mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/dbus