On 15 April 2010 07:24, Risto H. Kurppa <[email protected]> wrote: > Margo, could you document the whole process, what did you install, > what did you changed to make tangogps run&see gps, in > http://qtmoko.org/wiki/Manual for others to find, too? > > Thanks! > > r >
Right now I've done this: # apt-get install libexif12 libcurl3-gnutls libgconf2-4 gpsd # sed -i 's/DEVICES=""/DEVICES="\/dev\/ttySAC1"/' /etc/default/gpsd # sed -i 's/START_DAEMON="false"/START_DAEMON="true"/' /etc/default/gpsd # wget http://www.tangogps.org/downloads/tangogps_0.99.2-1_armel.deb-Openmoko -O tangogps_0.99.2-1_armel.deb # dpkg -i tangogps_0.99.2-1_armel.deb # reboot Then I changed the paths in /opt/qtmoko/bin/gps-poweron.sh and /opt/qtmoko/bin/gps-poweroff.sh to /sys/devices/platform/s3c2440-i2c/i2c-0/0-0073/pcf50633-regltr.7/regulator/regulator.7/gta02-pm-gps.0-RF_3V/power_on I'm using v20. I think the paths are different in v21. And if I want to use tangogps I click "Turn on GPS" in Devtools menu. The /opt/qtmoko/bin/gps-poweron.sh script is not executed automatically when I run tangogps. Should it be? _______________________________________________ Openmoko community mailing list [email protected] http://lists.openmoko.org/mailman/listinfo/community

