On Fri, 2009-07-24 at 21:19 -0500, David Stockwell wrote: > Hello, Doug > > From: "Doug Moeller" <dmoeller@xxxxxxxxxxxxxxxxx> > > I've been beating my head against this for hours. My end game is to > > get Bluetooth audio going, but I'm stuck just trying to get the > > interface discoverable. If anyone is willing to share any clues I'd > > really appreciate it. > > > > -Doug > > > > > > # dbus-send --system --type=method_call --print-reply --dest=org.bluez > > /org/bluez/hci0 org.bluez.Adapter.GetMode > > Error org.freedesktop.DBus.Error.UnknownMethod: Method "GetMode" with > > signature "" on interface "org.bluez.Adapter" doesn't exist > > > > > > Bluetoothd output > > > > > > # bluetoothd -dn > > bluetoothd[18625]: Bluetooth daemon 4.38 > > First thing I would look at is catching up with the current version of > the BT daemon, which is now 4.46 (BlueZ is a work in progress). BlueZ is as much a work in progress as any other piece of software. It's supposed to be stable, and isn't the cause of the problems anyway. The object path is wrong. Try using D-Feet to see the object paths. (hint: it should read /org/bluez/$(pidof bluetoothd)/hci0) -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html