sorry but... as far as i know gpsd is not something to use with fso now... because fso uses ogpsd (that is &quot;embedded&quot; in fso)...<br>or am i totally wrong?<br>d<br><br><div class="gmail_quote">On Wed, Dec 3, 2008 at 3:42 PM, Timo Juhani Lindfors <span dir="ltr">&lt;<a href="mailto:timo.lindfors@iki.fi">timo.lindfors@iki.fi</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">&quot;Davide Scaini&quot; &lt;<a href="mailto:dscaini@gmail.com">dscaini@gmail.com</a>&gt; writes:<br>

&gt; now: ogpsd comes with fso? ogpsd it&#39;s not packaged on debian (if it&#39;s<br>
<br>
</div>It is part of fso-frameworkd package. It is not a separate binary or process.<br>
<div class="Ih2E3d"><br>
&gt; I&#39;m sure that someone uf you uses debian with gps... how in the hell??? ;-)<br>
&gt; with old fso???<br>
<br>
</div>I use<br>
<br>
&nbsp;sys_pm_gps=&quot;/sys/devices/platform/s3c2440-i2c/i2c-adapter/i2c-0/0-0073/neo1973-pm-gps.0&quot;<br>
&nbsp;if [ ! -d $sys_pm_gps ]; then<br>
 &nbsp; &nbsp; sys_pm_gps=&quot;/sys/class/i2c-adapter/i2c-0/0-0073/neo1973-pm-gps.0&quot;<br>
&nbsp;fi<br>
&nbsp;echo 1 | sudo tee $sys_pm_gps/pwron<br>
<br>
to turn GPS on and<br>
<br>
&nbsp;gpsd -F gpsd.sock -N -n -D 1 /dev/ttySAC1<br>
<br>
to talk to it. I can then run e.g.<br>
<br>
&nbsp;echo rw | netcat localhost gpsd &gt; gps.dump<br>
<br>
to capture all GPS data.<br>
<br>
_______________________________________________<br>
Openmoko community mailing list<br>
<a href="mailto:community@lists.openmoko.org">community@lists.openmoko.org</a><br>
<a href="http://lists.openmoko.org/mailman/listinfo/community" target="_blank">http://lists.openmoko.org/mailman/listinfo/community</a><br>
</blockquote></div><br>