Can you tell us the model of the USB GPS device?  I see some other posts about that same command: 
stty -F /dev/ttyUSB0 57600 igncr clocal -echo -ixon <div><br></div><div>I want to understand which commands you are using are working or not (or if you just grabbed them from another source and tried to do the same thing in a different Linux OS with no luck)</div>
<div><br></div><div>Also, what Linux are you using?<br><br><div class="gmail_quote">On Wed, Feb 15, 2012 at 5:08 PM, Michael H. Warfield <span dir="ltr">&lt;<a href="mailto:mhw@wittsend.com">mhw@wittsend.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Wed, 2012-02-15 at 14:24 -0500, Jim Kinney wrote:<br>
&gt; add a line at the very beginning of the file as below:<br>
<br>
&gt; #!/bin/bash<br>
<br>
</div>#!/bin/sh -<br>
<br>
If you&#39;re not specifically using incompatible bashisms, go with /bin/sh<br>
(which is bash anyways) just as a matter of good practice.  Ends up<br>
doing the same thing, just better practice.<br>
<br>
The following dash (&#39;-&#39;) is not NEARLY as important on Linux systems as<br>
it is on other flavors of *NIX because SUID scripts are not allowed, but<br>
it&#39;s generally a good idea (BCP) to include that &#39;-&#39; and is generally a<br>
standard practice in most &quot;sh/bash/as/ksh&quot; scripts.  There use to be<br>
some old security vulnerabilities on SunOS with SUID scripts where the<br>
&#39;-&#39; was not included, which is where that practice originated.<br>
<div class="im"><br>
&gt; better choice to have it start automagically is to write a script modeled<br>
&gt; after the ones in /etc/init.d to set up the gps modem and have that process<br>
&gt; run before the ntpd is started.<br>
<br>
</div>Concur.  Create yourself a nice gps-setup script and link it to<br>
99-gps-setup to take care of those things.  Pouring it into rc.local is<br>
an option but not nearly as elegant.<br>
<br>
Mike<br>
<div><div class="h5"><br>
&gt; On Wed, Feb 15, 2012 at 1:54 PM, Ron Frazier<br>
&gt; &lt;<a href="mailto:atllinuxenthinfo@c3energy.com">atllinuxenthinfo@c3energy.com</a>&gt;wrote:<br>
&gt;<br>
&gt; &gt; Hi all,<br>
&gt; &gt;<br>
&gt; &gt; I need to put this script file on my desktop so I can double click it<br>
&gt; &gt; after boot up to initialize my USB GPS.  I haven&#39;t studied shell scripts<br>
&gt; &gt; and don&#39;t know the proper syntax to make it work.  The log_daemon_msg<br>
&gt; &gt; seems to write on the screen in the /etc/init.d/ntp file, but doesn&#39;t<br>
&gt; &gt; work here.  An even better approach would be to have these commands run<br>
&gt; &gt; during initial ntpd startup at boot time, but I don&#39;t know how to do that.<br>
&gt; &gt;<br>
&gt; &gt; # script file to stop ntpd, initialize the usb gps, then restart ntpd<br>
&gt; &gt; # Ron Frazier - 2012-02-15<br>
&gt; &gt;<br>
&gt; &gt; # stop ntpd<br>
&gt; &gt; sudo &quot;/etc/init.d/ntp stop&quot;<br>
&gt; &gt;<br>
&gt; &gt; # set up the com port<br>
&gt; &gt; log_daemon_msg &quot;Setting /dev/ttyUSB0 comm parameters.&quot;<br>
&gt; &gt; sudo &quot;stty -F /dev/ttyUSB0 57600 igncr clocal -echo -ixon&quot;<br>
&gt; &gt;<br>
&gt; &gt; # set up link to /dev/gps5<br>
&gt; &gt; log_daemon_msg &quot;Creating link to /dev/gps5.&quot;<br>
&gt; &gt; sudo &quot;ln -T /dev/ttyUSB0 /dev/gps5&quot;<br>
&gt; &gt;<br>
&gt; &gt; # restart ntpd<br>
&gt; &gt; sudo &quot;/etc/init.d/ntp start&quot;<br>
&gt; &gt;<br>
&gt; &gt; Any help is greatly appreciated.<br>
&gt; &gt;<br>
&gt; &gt; Sincerely,<br>
&gt; &gt;<br>
&gt; &gt; Ron<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; --<br>
&gt; &gt;<br>
&gt; &gt; (PS - If you email me and don&#39;t get a quick response, you might want to<br>
&gt; &gt; call on the phone.  I get about 300 emails per day from alternate energy<br>
&gt; &gt; mailing lists and such.  I don&#39;t always see new messages very quickly.)<br>
&gt; &gt;<br>
&gt; &gt; Ron Frazier<br>
&gt; &gt;<br>
&gt; &gt; <a href="tel:770-205-9422" value="+17702059422">770-205-9422</a> (O)   Leave a message.<br>
&gt; &gt; linuxdude AT <a href="http://c3energy.com" target="_blank">c3energy.com</a><br>
&gt; &gt;<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; Ale mailing list<br>
&gt; &gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt; &gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt; &gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt; &gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
&gt; &gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; --<br>
&gt; James P. Kinney III<br>
&gt;<br>
&gt; As long as the general population is passive, apathetic, diverted to<br>
&gt; consumerism or hatred of the vulnerable, then the powerful can do as they<br>
&gt; please, and those who survive will be left to contemplate the outcome.<br>
</div></div>&gt; - *2011 Noam Chomsky<br>
&gt;<br>
&gt; <a href="http://heretothereideas.blogspot.com/" target="_blank">http://heretothereideas.blogspot.com/</a><br>
<div class="HOEnZb"><div class="h5">&gt; *<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Ale mailing list<br>
&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
<br>
--<br>
</div></div><span class="HOEnZb"><font color="#888888">Michael H. Warfield (AI4NB) | <a href="tel:%28770%29%20985-6132" value="+17709856132">(770) 985-6132</a> |  mhw@WittsEnd.com<br>
   /\/\|=mhw=|\/\/          | <a href="tel:%28678%29%20463-0932" value="+16784630932">(678) 463-0932</a> |  <a href="http://www.wittsend.com/mhw/" target="_blank">http://www.wittsend.com/mhw/</a><br>
   NIC whois: MHW9          | An optimist believes we live in the best of all<br>
 PGP Key: 0x674627FF        | possible worlds.  A pessimist is sure of it!<br>
</font></span><br>_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
<br></blockquote></div><br></div>