Hi Robyn, On 02/09/2012 01:41 PM, Robyn Minkler wrote: > I'm trying to get ofono, telepathy-ring and empathy set up so that I can > make and receive calls on my fedora 16 laptop. > > The list-modems script shows my phone, but I get a dbus error when I try > to run enable-modems. More information below. > > Does anyone have any suggestions about how I might debug this? export OFONO_AT_DEBUG=1 and run ofono with -d option > > This is with: > dbus 1.4.10 > ofono 1.3 > > ./list-modems > [ /hfp/889FFAEA6A1B_78471DBB098C ] > Name = Nexus S > Powered = 0 > Lockdown = 0 > Interfaces = > Online = 0 > Features = > > ./enable-modem > Connecting modem /hfp/889FFAEA6A1B_78471DBB098C... > Traceback (most recent call last): > File "./enable-modem", line 20, in > modem.SetProperty("Powered", dbus.Boolean(1), timeout = 120) > File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 68, in > __call__ > return self._proxy_method(*args, **keywords) > File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 140, in > __call__ > **keywords) > File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 630, > in call_blocking > message, timeout) > dbus.exceptions.DBusException: org.ofono.Error.Failed: Operation failed > Generally two things can go wrong: - The bluetooth link could not be established for some reason. e.g. the your adapter is off, the remote device is off, stale pairing setup, etc. Use hcidump utility from bluez to debug this. - The Handsfree SLC handshake could not be established. The AT command logs from oFono would help us diagnose that... Regards, -Denis