<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bbandi</id>
	<title>ThinkWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bbandi"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Bbandi"/>
	<updated>2026-04-17T15:08:26Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Qualcomm_Gobi_2000&amp;diff=49356</id>
		<title>Talk:Qualcomm Gobi 2000</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Qualcomm_Gobi_2000&amp;diff=49356"/>
		<updated>2010-08-13T22:34:11Z</updated>

		<summary type="html">&lt;p&gt;Bbandi: /* GPS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Firmware ==&lt;br /&gt;
&lt;br /&gt;
I found out a way to get the firmware on a linux-only system. Mine is a debian squeeze, but it should apply to any system.&lt;br /&gt;
&lt;br /&gt;
First, I entered my model number on the [http://www.lenovo.com/support/ Lenovo support page] in the right siderow (Select you system / Quick Path) to get to my drivers page. There I clicked to download drivers and on the UMTS drivers. Afterwards I downloaded the &amp;quot;&amp;lt;code&amp;gt;7xwc42ww.exe&amp;lt;/code&amp;gt;&amp;quot; driver package.&lt;br /&gt;
&lt;br /&gt;
With wine I was able to install the driver package, but all it does, was unpacking the GOBI driver setup. This one comes packaged as a &amp;lt;code&amp;gt;.msi&amp;lt;/code&amp;gt; file, so we have to [http://sysblogd.wordpress.com/2008/05/10/howto-extract-all-files-from-microsoft-installer-files-msi-rather-than-to-install-the-package/ unpack] it:&lt;br /&gt;
&lt;br /&gt;
 user@machine:~$ wine msiexec /a ~/.wine/drive_c/DRIVERS/WWANQL/Driver/GobiInstaller.msi TARGETDIR=C:\\DRIVERS\\GOBI&lt;br /&gt;
&lt;br /&gt;
The installer quits with errors, but leaves the files on the disk, success. But now there are several subdirectories, in which the files for the specific network operators reside:&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
! Dir  !! Image                !! Remarks&lt;br /&gt;
|-&lt;br /&gt;
| 0    || Vodafone Image       ||&lt;br /&gt;
|-&lt;br /&gt;
| 1    || Verizon Image        ||&lt;br /&gt;
|-&lt;br /&gt;
| 2    || ATT Image            ||&lt;br /&gt;
|-&lt;br /&gt;
| 3    || Sprint Image         || includes special Firmware&lt;br /&gt;
|-&lt;br /&gt;
| 4    || T-Mobile Image       ||&lt;br /&gt;
|-&lt;br /&gt;
| 6    || Generic UMTS Image   ||&lt;br /&gt;
|-&lt;br /&gt;
| 7    || Telefonica Image     ||&lt;br /&gt;
|-&lt;br /&gt;
| 8    || Telecom Italia Image ||&lt;br /&gt;
|-&lt;br /&gt;
| 9    || Orange Image         ||&lt;br /&gt;
|-&lt;br /&gt;
| 12   || DoCoMo Image         || includes special Firmware&lt;br /&gt;
|-&lt;br /&gt;
| UMTS || Default Firmware     || the MD5-sum on the page matches these&lt;br /&gt;
|}&lt;br /&gt;
t&lt;br /&gt;
&lt;br /&gt;
I found this out by reading the &amp;lt;code&amp;gt;ReadMe.rtf&amp;lt;/code&amp;gt;, looking into the &amp;lt;code&amp;gt;UQCN.mbn&amp;lt;/code&amp;gt;-Files and apply a little bit of thinking.&lt;br /&gt;
&lt;br /&gt;
Now I'll move the files over and try them out.&lt;br /&gt;
------------------------------------------------------------------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
So I got the Sprint Image with firmware, how does one flash the Gobi with this firmware?&lt;br /&gt;
&lt;br /&gt;
You do not need to flash the gobi as such. Firmware must be loaded at every boot. Simply use the gobi_loader mentioned on the main page, with the 3 firmware files from the sprint directory. You will need to modify it to match your USB IDs. After the firmware it loaded it will last until you power off your laptop. I usually reboot after loading the firmware, but before trying to use the modem. The firmware remains loaded. [[User:Catphish|Catphish]]&lt;br /&gt;
&lt;br /&gt;
--&lt;br /&gt;
I appear to have got the WWAN portion functioning but can't find any reference to anyone using the GPS part. Does this work under Linux yet? [[User:Bjb|Bjb]]&lt;br /&gt;
&lt;br /&gt;
For me this images work with eplus germany --[[User:Lynxis|Lynxis]] 23:13, 8 June 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
 84d002b0ef003cde6c95826bfbf067fe  /lib/firmware/gobi/amss.mbn&lt;br /&gt;
 d7496085f1af3d1bfdf0fa60c3222766  /lib/firmware/gobi/apps.mbn&lt;br /&gt;
 c3d6fd93ae2e52775ef9cd8fccbc20be  /lib/firmware/gobi/UQCN.mbn&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 $ find -type f -exec md5sum {} \; | sort -k 2&lt;br /&gt;
 c3d6fd93ae2e52775ef9cd8fccbc20be  ./0/UQCN.mbn&lt;br /&gt;
 4d6203bf9fe8ae1af439d4d163e91596  ./12/amss.mbn&lt;br /&gt;
 385a22740f80c0d00f8acdd9ad637032  ./12/apps.mbn&lt;br /&gt;
 e868df00bfa88596d588a52f872ff703  ./12/UQCN.mbn&lt;br /&gt;
 48191d62dc4091fb9d23e0b947611c58  ./1/amss.mbn&lt;br /&gt;
 4f46a856fcceb197943d0cf3257c3621  ./1/apps.mbn&lt;br /&gt;
 bb05d912e27b822348d4de93fc3ac911  ./1/UQCN.mbn&lt;br /&gt;
 ff935ec4da6f6711b48caaddcf737566  ./2/UQCN.mbn&lt;br /&gt;
 4f74d79ed8df027db3b75e36feb2bd27  ./3/amss.mbn&lt;br /&gt;
 d9ff7b27c491332650b1efbbee64ee31  ./3/apps.mbn&lt;br /&gt;
 6f6462fe0cc185cc3dc24720a28770fb  ./3/UQCN.mbn&lt;br /&gt;
 46418504e70971bda7b2ee34cc80b5b7  ./4/UQCN.mbn&lt;br /&gt;
 1aa5727b034dd1f371a3412d5800c1a3  ./6/UQCN.mbn&lt;br /&gt;
 9f6773625d59098f9360c24263d99615  ./7/UQCN.mbn&lt;br /&gt;
 e012286117c0c7708369f8dbc7906e64  ./8/UQCN.mbn&lt;br /&gt;
 c65246da47695b4ecaaf098a02718c9d  ./9/UQCN.mbn&lt;br /&gt;
 84d002b0ef003cde6c95826bfbf067fe  ./UMTS/amss.mbn&lt;br /&gt;
 d7496085f1af3d1bfdf0fa60c3222766  ./UMTS/apps.mbn&lt;br /&gt;
&lt;br /&gt;
== 2.6.32, 2.6.34, git snapshots and later ==&lt;br /&gt;
&lt;br /&gt;
so it's working with recent kernels or no? And add any info about GPS, please. [[User:Tensai.cirno|Tensai.cirno]] 02:26, 16 June 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
I had no luck with 2.6.34. however i tested 2.6.35-rc3 + gobi_loader 0.6 and it worked. had to load the firmware by hand though ...&lt;br /&gt;
&amp;quot;/lib/udev/gobi_loader -2000 /dev/ttyUSB0 /lib/firmware/gobi&amp;quot; but i guess the id in the udev file is not the right one for my card. --[[User:Max p|Max p]] 02:09, 22 June 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
Thanks a lot, this is ''very good'' news. [[User:Tensai.cirno|Tensai.cirno]] 06:54, 23 June 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== GPS ==&lt;br /&gt;
&lt;br /&gt;
Has anyone managed to get GPS to work yet? I think one has to send certain AT commands to receive the NMEA information (at least that is how it works with some Ericsson modems).&lt;br /&gt;
Unfortunately I can't find an AT command reference for the Qualcomm Gobi 2000 ...&lt;br /&gt;
[[User:Flyser|Flyser]] 14:15, 27 July 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
i was asking the qualcomm support about that subject, handing out all AT commands. lets say it that way they were not very cooperative. but you could ask them as well, maybe you got more effective than me and we can have the commands :)--[[User:Max p|Max p]] 09:10, 4 August 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
so did I. I was told to contact Lenovo about the issue -.- --[[User:Flyser|Flyser]] 08:10, 9 August 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
You can find the documentation and sdk [http://gobianywhere.com/sdk/index.php here]. However I didn't find any useful AT commands, and I think the SDK is win only. [[User:bbandi|bbandi]] 22:32, 14 August 2010 (UTC)&lt;/div&gt;</summary>
		<author><name>Bbandi</name></author>
		
	</entry>
</feed>