<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using the builtin GPS in a Thinkpad X200 under Linux</title>
	<atom:link href="http://www.tjansson.dk/?feed=rss2&#038;p=450" rel="self" type="application/rss+xml" />
	<link>http://www.tjansson.dk/?p=450</link>
	<description>Computers and physics - does it get any better?</description>
	<lastBuildDate>Fri, 27 Aug 2010 09:40:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: starenka</title>
		<link>http://www.tjansson.dk/?p=450&#038;cpage=1#comment-32376</link>
		<dc:creator>starenka</dc:creator>
		<pubDate>Mon, 31 May 2010 16:08:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.tjansson.dk/?p=450#comment-32376</guid>
		<description>thomas: okay, will try to strugle for a while :D Thanks for your ply &amp; and the post as well. 

Cheers. starenka</description>
		<content:encoded><![CDATA[<p>thomas: okay, will try to strugle for a while <img src='http://www.tjansson.dk/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  Thanks for your ply &amp; and the post as well. </p>
<p>Cheers. starenka</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Jansson</title>
		<link>http://www.tjansson.dk/?p=450&#038;cpage=1#comment-32375</link>
		<dc:creator>Thomas Jansson</dc:creator>
		<pubDate>Sun, 30 May 2010 21:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.tjansson.dk/?p=450#comment-32375</guid>
		<description>a_petrov303: Since I wrote the article I have done a few reinstalls of Ubuntu and furthermore I don&#039;t really use the built-in GPS anymore as my Android phone does that for me. 

Once this is said I gpsd should be running in the background while TangoGPS is started. TangoGPS will then try to connect to the gpsd daemon and get the data from the daemon. I can&#039;t see any attached photo but if you have the gpsd daemon running in a shell and it outputs data looking like coordinates then starting tangogps with gpsd running should work. As you can see in my control script I first start gpsd and then wait 15 seconds before starting xgps and tangogps. 

starenka: Hmm It seems that gps starts to do something but when it answers &quot;OK&quot;, but I don&#039;t why it reports errors later. I must admit that I haven&#039;t played around with this for a year or so, so I can&#039;t remember any debugging to this. :)</description>
		<content:encoded><![CDATA[<p>a_petrov303: Since I wrote the article I have done a few reinstalls of Ubuntu and furthermore I don&#8217;t really use the built-in GPS anymore as my Android phone does that for me. </p>
<p>Once this is said I gpsd should be running in the background while TangoGPS is started. TangoGPS will then try to connect to the gpsd daemon and get the data from the daemon. I can&#8217;t see any attached photo but if you have the gpsd daemon running in a shell and it outputs data looking like coordinates then starting tangogps with gpsd running should work. As you can see in my control script I first start gpsd and then wait 15 seconds before starting xgps and tangogps. </p>
<p>starenka: Hmm It seems that gps starts to do something but when it answers &#8220;OK&#8221;, but I don&#8217;t why it reports errors later. I must admit that I haven&#8217;t played around with this for a year or so, so I can&#8217;t remember any debugging to this. <img src='http://www.tjansson.dk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: starenka</title>
		<link>http://www.tjansson.dk/?p=450&#038;cpage=1#comment-32374</link>
		<dc:creator>starenka</dc:creator>
		<pubDate>Sun, 30 May 2010 19:41:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.tjansson.dk/?p=450#comment-32374</guid>
		<description>Hi, im having problems w/ turning gps on. The string seems to be okay (the .conf is 1:1 copy of yours - also tried to generate one w/ wvdialconf and merge it). Any idea? (thanks)

&lt;pre&gt;
root@kosmik1:/home/starenka# wvdial on
--&gt; WvDial: Internet dialer version 1.60
--&gt; Cannot get information for serial port.
--&gt; Initializing modem.
--&gt; Sending: AT+CFUN=1
AT+CFUN=1
OK
--&gt; Modem initialized.
--&gt; Configuration does not specify a valid phone number.
--&gt; Configuration does not specify a valid login name.
--&gt; Configuration does not specify a valid password.
root@kosmik1:/home/starenka# wvdial gps
--&gt; WvDial: Internet dialer version 1.60
--&gt; Cannot get information for serial port.
--&gt; Initializing modem.
--&gt; Sending: AT*E2GPSCTL=1,5,1
AT*E2GPSCTL=1,5,1
ERROR
--&gt; Bad init string.
--&gt; Cannot get information for serial port.
--&gt; Initializing modem.
--&gt; Sending: AT*E2GPSCTL=1,5,1
AT*E2GPSCTL=1,5,1
ERROR
--&gt; Bad init string.
--&gt; Cannot get information for serial port.
--&gt; Initializing modem.
--&gt; Sending: AT*E2GPSCTL=1,5,1
AT*E2GPSCTL=1,5,1
ERROR
--&gt; Bad init string.
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Hi, im having problems w/ turning gps on. The string seems to be okay (the .conf is 1:1 copy of yours &#8211; also tried to generate one w/ wvdialconf and merge it). Any idea? (thanks)</p>
<pre>
root@kosmik1:/home/starenka# wvdial on
--&gt; WvDial: Internet dialer version 1.60
--&gt; Cannot get information for serial port.
--&gt; Initializing modem.
--&gt; Sending: AT+CFUN=1
AT+CFUN=1
OK
--&gt; Modem initialized.
--&gt; Configuration does not specify a valid phone number.
--&gt; Configuration does not specify a valid login name.
--&gt; Configuration does not specify a valid password.
root@kosmik1:/home/starenka# wvdial gps
--&gt; WvDial: Internet dialer version 1.60
--&gt; Cannot get information for serial port.
--&gt; Initializing modem.
--&gt; Sending: AT*E2GPSCTL=1,5,1
AT*E2GPSCTL=1,5,1
ERROR
--&gt; Bad init string.
--&gt; Cannot get information for serial port.
--&gt; Initializing modem.
--&gt; Sending: AT*E2GPSCTL=1,5,1
AT*E2GPSCTL=1,5,1
ERROR
--&gt; Bad init string.
--&gt; Cannot get information for serial port.
--&gt; Initializing modem.
--&gt; Sending: AT*E2GPSCTL=1,5,1
AT*E2GPSCTL=1,5,1
ERROR
--&gt; Bad init string.
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: a_petrov303</title>
		<link>http://www.tjansson.dk/?p=450&#038;cpage=1#comment-32373</link>
		<dc:creator>a_petrov303</dc:creator>
		<pubDate>Fri, 28 May 2010 06:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.tjansson.dk/?p=450#comment-32373</guid>
		<description>I have installed TangoGPS following your instructions - many thanks! 
But how do I tell tangoGPS where to take gps data from?

As you can see from the attached picture, the gps is working in the terminal, but I feel I need to edit the gpsd host info, no?

Please help

BTW, in Ubuntu 10.4, TangoGPS is available already through Synaptic package manager.</description>
		<content:encoded><![CDATA[<p>I have installed TangoGPS following your instructions &#8211; many thanks!<br />
But how do I tell tangoGPS where to take gps data from?</p>
<p>As you can see from the attached picture, the gps is working in the terminal, but I feel I need to edit the gpsd host info, no?</p>
<p>Please help</p>
<p>BTW, in Ubuntu 10.4, TangoGPS is available already through Synaptic package manager.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a_petrov303</title>
		<link>http://www.tjansson.dk/?p=450&#038;cpage=1#comment-32367</link>
		<dc:creator>a_petrov303</dc:creator>
		<pubDate>Tue, 25 May 2010 05:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.tjansson.dk/?p=450#comment-32367</guid>
		<description>many thanks for this great tutorial - I will try it myself!!!

regarding the question on sim card slot - most of X200 came WWAN upgradeble, so all the wiring and antennas (including the slot) does exist, but the card (GPS+WWAN) is a paid for option.</description>
		<content:encoded><![CDATA[<p>many thanks for this great tutorial &#8211; I will try it myself!!!</p>
<p>regarding the question on sim card slot &#8211; most of X200 came WWAN upgradeble, so all the wiring and antennas (including the slot) does exist, but the card (GPS+WWAN) is a paid for option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niklas Allroggen</title>
		<link>http://www.tjansson.dk/?p=450&#038;cpage=1#comment-32140</link>
		<dc:creator>Niklas Allroggen</dc:creator>
		<pubDate>Fri, 05 Mar 2010 21:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.tjansson.dk/?p=450#comment-32140</guid>
		<description>He,
thanks a lot for your nice tutorial.. Its very strange to find guy having nearly the same interests and hobbies as myself. I&#039;m also am geophysicist at the University Bremen. 2007/2008 I haNallroggen@web.deve been at Unis and off-course I really like Linux!!
Thanks again! I wish you the best...</description>
		<content:encoded><![CDATA[<p>He,<br />
thanks a lot for your nice tutorial.. Its very strange to find guy having nearly the same interests and hobbies as myself. I&#8217;m also am geophysicist at the University Bremen. 2007/2008 I <a href="mailto:haNallroggen@web.deve">haNallroggen@web.deve</a> been at Unis and off-course I really like Linux!!<br />
Thanks again! I wish you the best&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Jansson</title>
		<link>http://www.tjansson.dk/?p=450&#038;cpage=1#comment-31994</link>
		<dc:creator>Thomas Jansson</dc:creator>
		<pubDate>Wed, 06 Jan 2010 08:51:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.tjansson.dk/?p=450#comment-31994</guid>
		<description>Hi Lorenz

It&#039;s been a while since I played around with it but I remember that if I used a the server kernel of Ubuntu, which was PAE enabled, I noticed that devices didn&#039;t have the same names. Try to look in /var/log/messages or using &quot;dmesg&quot; to see what the new device name is. I think it should work if you have the SIM card slot.</description>
		<content:encoded><![CDATA[<p>Hi Lorenz</p>
<p>It&#8217;s been a while since I played around with it but I remember that if I used a the server kernel of Ubuntu, which was PAE enabled, I noticed that devices didn&#8217;t have the same names. Try to look in /var/log/messages or using &#8220;dmesg&#8221; to see what the new device name is. I think it should work if you have the SIM card slot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorenz</title>
		<link>http://www.tjansson.dk/?p=450&#038;cpage=1#comment-31993</link>
		<dc:creator>Lorenz</dc:creator>
		<pubDate>Tue, 05 Jan 2010 18:56:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.tjansson.dk/?p=450#comment-31993</guid>
		<description>Hi Thomas,

I also have a X200 and it also have a SIM card slit like shown on your photo. However there is no device like ttyACMx. Is it possible that there is only the SIM card holder actually without a modem? How can I find out about that, or the device adress? I hope you can help.
cheers,
Lorenz</description>
		<content:encoded><![CDATA[<p>Hi Thomas,</p>
<p>I also have a X200 and it also have a SIM card slit like shown on your photo. However there is no device like ttyACMx. Is it possible that there is only the SIM card holder actually without a modem? How can I find out about that, or the device adress? I hope you can help.<br />
cheers,<br />
Lorenz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Jansson</title>
		<link>http://www.tjansson.dk/?p=450&#038;cpage=1#comment-31575</link>
		<dc:creator>Thomas Jansson</dc:creator>
		<pubDate>Fri, 02 Oct 2009 14:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.tjansson.dk/?p=450#comment-31575</guid>
		<description>My version of the X200 does not have the fingerprint reader, so I can&#039;t help you to whether or not it is working. That said I am not all to impressed with fingerprint readers out there and most of my friends having such a device ends up not using them after the novelty wears off. The built quality of Thinkpads is what makes me come back every time.</description>
		<content:encoded><![CDATA[<p>My version of the X200 does not have the fingerprint reader, so I can&#8217;t help you to whether or not it is working. That said I am not all to impressed with fingerprint readers out there and most of my friends having such a device ends up not using them after the novelty wears off. The built quality of Thinkpads is what makes me come back every time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Tiderman</title>
		<link>http://www.tjansson.dk/?p=450&#038;cpage=1#comment-31574</link>
		<dc:creator>Peter Tiderman</dc:creator>
		<pubDate>Fri, 02 Oct 2009 13:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.tjansson.dk/?p=450#comment-31574</guid>
		<description>Hi

Interestng about your test with GPS under Linux on the Thinkpad X200. The problem especially in China is that there is hardly any support for Linux. I did have a quick look at the X200 today and then checked on the internet for Linux on the X200 and as usual I find even that companies like emperorlinux note that the fingerprint lock don&#039;t work with Linux on the X200 everything else seem to work however. It is strange that Lenovo can not come up with a fully Linux compatible X200. As for 3G USB sticks they usually don&#039;t work with Linux in China. Well, I am currently using two X31 Thinkpads but one just broke down. The X200 seem interesting but unless I can get guarantee from Lenovo it is fully Linux compatible I will hold off buying any new Laptop. I am considering Fujuitsu as well. GPS with Linux is of interest to me and so are maps and GPRS and 3G. By the way, I am from Sweden but live in China.

Best regards,

Peter</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Interestng about your test with GPS under Linux on the Thinkpad X200. The problem especially in China is that there is hardly any support for Linux. I did have a quick look at the X200 today and then checked on the internet for Linux on the X200 and as usual I find even that companies like emperorlinux note that the fingerprint lock don&#8217;t work with Linux on the X200 everything else seem to work however. It is strange that Lenovo can not come up with a fully Linux compatible X200. As for 3G USB sticks they usually don&#8217;t work with Linux in China. Well, I am currently using two X31 Thinkpads but one just broke down. The X200 seem interesting but unless I can get guarantee from Lenovo it is fully Linux compatible I will hold off buying any new Laptop. I am considering Fujuitsu as well. GPS with Linux is of interest to me and so are maps and GPRS and 3G. By the way, I am from Sweden but live in China.</p>
<p>Best regards,</p>
<p>Peter</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.886 seconds -->
