help

Paul Saffren pauls at elecraft.com
Mon Apr 27 12:20:49 PDT 2015


Paul Saffren - N6HZ
Project Manager
Elecraft Inc.
831-763-4211 x122
www.elecraft.com

On 4/27/2015 12:00 PM, dbus-request at lists.freedesktop.org wrote:
> Send dbus mailing list submissions to
> 	dbus at lists.freedesktop.org
>
> 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
> 	dbus-request at lists.freedesktop.org
>
> You can reach the person managing the list at
> 	dbus-owner at lists.freedesktop.org
>
> 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 <yinon.levy at orcam.com>
> To: dbus at lists.freedesktop.org
> Subject: dbus error UnknownMethod: Method "Connect"
> Message-ID:
> 	<1282828099.983991.1430135252684.JavaMail.zimbra at orcam.com>
> 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 <yinon.levy at orcam.com>
> To: dbus at lists.freedesktop.org
> Subject: dbus error UnknownMethod: Method "Connect"
> Message-ID:
> 	<1638076775.984244.1430135750883.JavaMail.zimbra at orcam.com>
> 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 <thiago at kde.org>
> To: dbus at lists.freedesktop.org
> Subject: Re: dbus error UnknownMethod: Method "Connect"
> Message-ID: <1718996.UaRzKvOucI at 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.
>



More information about the dbus mailing list