2009/12/6 Yann SLADEK <[email protected]>: > Hi, > > Today I tried to start gps with dbus. So first, I started the device > (there is 2 method for that one with Device.Start, one with > Resource.Enable) but both failed
Better let's make sure that device is ok before trying more with mdbus. Can you do "grep -i gps /var/log/frameworkd.log" and paste the lines after "launching internal subsystem ogpsd" - if this are more than 100 lines, put them on pastebin.com or such. A successful init of the device should look similar like this: 2009.12.06 21:52:21.601 frameworkd.resource INFO setting resource status for GPS from disabled to enabling 2009.12.06 21:52:21.621 ogpsd.gpsdevice INFO enabling 2009.12.06 21:52:21.689 ogpsd WARNING (could not write to '/sys/bus/platform/devices/neo1973-pm-gps.0/pwron': [Errno 2] No such file or directory: '/sys/bus/platform/devices/neo1973-pm-gps.0/pwron') 2009.12.06 21:52:22.283 frameworkd.resource INFO setting resource status for GPS from enabling to enabled _______________________________________________ Shr-User mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-user
