<?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=Usvi</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=Usvi"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Usvi"/>
	<updated>2026-05-08T07:23:57Z</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=53707</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=53707"/>
		<updated>2012-05-29T15:18:19Z</updated>

		<summary type="html">&lt;p&gt;Usvi: /* 2.6.32, 2.6.34, git snapshots and later */&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;
You dont need to enter your serial number to the lenovo support page. With some googling i came up with [http://www-307.ibm.com/pc/support/site.wss/MIGR-72938.html this] page. This is very useful for all those owning a laptop not built by lenovo. ([[User:Bob the builder|bob]])&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;
For me this tutorial above worked, too. Is there anything which prevents us from copying it to the page itself? --[[User:Aneiser|Aneiser]] 20:58, 21 August 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
I merged this information into the main page [[User:Johnny|Johnny]] 23:23, 27 April 2011 (CEST)&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;
Yes, with 2.6.35 and gobi_loader 0.7 it works for me (T510, O2 Germany, Generic firmware) --[[User:Aneiser|Aneiser]] 21:00, 21 August 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
The modem also works with 2.6.36 (2.6.36-1~experimental.1) and gobi-loader 0.6.1 from current Debian Testing/Sid/Experimental. GPS doesn’t, although I did apply the patch; /dev/ttyUSB2 doesn't output anything at all – maybe testing outside is necessary. [[User:X2017|X2017]] 20:44, 14 November 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
Works on lates Kubuntu 12.04 LTS with 3.2.0-24-generic. I have unlocked Gobi 2000. I had to install the 3 firmware files to /lib/firmware/gobi . In network-manager applet I needed to set &amp;quot;Allow Roaming&amp;quot; ON for modem-manager to work correctly in the background. I don't know whether this actually affects the costs. --[[User:Usvi|Usvi]] 16:42, 29 May 2012 (CEST)&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;br /&gt;
&lt;br /&gt;
Did you try to install the SDK? Is it possible to analyze how GPS works? --[[User:Aneiser|Aneiser]] 22:00, 21 August 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
Has anyone managed to get GPS to work with the information published on this wiki page? I get all three devices (ttyUSB[012]), but ttyUSB2 does not output anything. Do I have to connect to a wireless network to get this to work? Could someone publish a more detailed guide how to _use_ the gps? I tried:&lt;br /&gt;
# cat /dev/ttyUSB2 &amp;amp;&lt;br /&gt;
# echo -n &amp;quot;\$GPS_START&amp;quot; &amp;gt; /dev/ttyUSB2&lt;br /&gt;
--[[User:Flyser|Flyser]] 11:03, 30 September 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
I also cannot get the GPS to work even with the new instructions. Googling around, I found that the start string could be &amp;quot;$GPS-START&amp;quot; (Hyphen instead of underline). However, this doesn't work either. The GPS *did* work on the preinstalled Windows 7. I'm using basic UMTS firmware (firmware from folders &amp;quot;UMTS&amp;quot; and &amp;quot;6&amp;quot;).&lt;br /&gt;
--[[User:Zarhan|Zarhan]] 06:40, 1 October 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
I was able to get it to work on a X201, after using the 6/UQCN.mbn image from my Windows 7 x64 partition. This seems to be different from the files/checksums above:&lt;br /&gt;
 root@polaris:~# md5sum /lib/firmware/gobi/*.mbn&lt;br /&gt;
 84d002b0ef003cde6c95826bfbf067fe  /lib/firmware/gobi/amss.mbn&lt;br /&gt;
 d7496085f1af3d1bfdf0fa60c3222766  /lib/firmware/gobi/apps.mbn&lt;br /&gt;
 68e46b936d5400862a0381b101af3972  /lib/firmware/gobi/UQCN.mbn&lt;br /&gt;
&lt;br /&gt;
Now to seems to work:&lt;br /&gt;
 root@polaris:~# cat /dev/ttyUSB2 &amp;amp;&lt;br /&gt;
 [1] 3320&lt;br /&gt;
 root@polaris:~# echo &amp;quot;\$GPS_START&amp;quot; &amp;gt; /dev/ttyUSB2; sleep 3; echo &amp;quot;\$GPS_STOP&amp;quot; &amp;gt; /dev/ttyUSB2&lt;br /&gt;
 $GPGSA,A,1,,,,,,,,,,,,,,,*1E&lt;br /&gt;
 $GPGSV,4,1,16,14,33,050,35,24,42,115,28,20,55,246,26,19,19,172,25*77&lt;br /&gt;
 $GPGSV,4,2,16,11,75,237,,17,29,309,,23,07,192,,28,10,267,*7F&lt;br /&gt;
 $GPGSV,4,3,16,31,08,106,,32,80,227,,30,,,,29,,,*72&lt;br /&gt;
 $GPGSV,4,4,16,27,,,,26,,,,25,,,,22,,,*78&lt;br /&gt;
 $GPGGA,192126.0,,,,,0,,,,,,,,*77&lt;br /&gt;
 $PQXFI,192126.0,,,,,,,,*6B&lt;br /&gt;
 $GPVTG,,T,,M,,N,,K,N*2C&lt;br /&gt;
 $GPRMC,,V,,,,,,,,,,N*53&lt;br /&gt;
 $GPGSA,A,1,,,,,,,,,,,,,,,*1E&lt;br /&gt;
 $GPGGA,192127.0,52xx.xxxxxx,N,0xxxx.xxxxxx,E,1,05,1.8,30.6,M,46.0,M,,*61&lt;br /&gt;
 $PQXFI,192127.0,52xx.xxxxxx,N,0xxxx.xxxxxx,E,30.6,80.58,93.58,3.17*5B&lt;br /&gt;
 $GPVTG,nan,T,nan,M,0.0,N,0.0,K,A*23&lt;br /&gt;
 root@polaris:~#&lt;br /&gt;
&lt;br /&gt;
On Debian, using '/lib/udev/gpsd.hotplug add /dev/ttyUSB2' you can tell gpsd about the serial device.&lt;br /&gt;
--[[User:Shoragan|Shoragan]] 20:07, 11 October 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
I'm using exactly same firmwares as Shoragan, and I can see the ttyUSB2 device - however, no NMEA data starts to appear after issuing $GPS_START. I'm using W510 --[[User:Zarhan|Zarhan]] 06:03, 13 October 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
Same here: using {{openSUSE}} 11.3 with kernel of the day (2.6.37-rc3-3, includes the qcserial patches), gobi_loader 0.7 and current fw files from win partition:&lt;br /&gt;
* Gps works in win 7/64 ({{T510i}}) with drivers updated yesterday (most fw files have different md5 sums from those above)&lt;br /&gt;
* Copied fw from 1/ to /lib/firmware/gobi/ (also tried the others, but these are the ones working in windows) &lt;br /&gt;
* Usb device id changes from x9204 to x9205 automatically (fw gets loaded) &lt;br /&gt;
* 3 tty devices appear automatically (udev and module config is ok)&lt;br /&gt;
* Modem at ttyUSB1 is functional (at i command in minicom gives fw version and imei)&lt;br /&gt;
* ttyUSB0 and ttyUSB2 seem to be dead though (cat, minicom)&lt;br /&gt;
--[[User:Joban|Joban]] 19:08, 13 December 2010 (UTC)&lt;br /&gt;
*** In windows GPS &amp;amp; wifi work simultaneously? Maybe you should switch off wifi &amp;amp; try GPS? I read official &amp;quot;Lenovo Russia&amp;quot; blog - in the earlier versions BIOS in X100e you can use only wifi '''or''' 3G --[[User:Evadim|Evadim]] 21:10, 13 December 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
Evadim, I assume with wifi you mean UMTS/GSM, not WLAN (agn) I don't know. I don't use UMTS/GSM (for now). How would I explicitly deactivate 3G/wifi/UMTS/GSM in linux?&lt;br /&gt;
Btw. I narrowed down used fw a bit: The firmwares in the &amp;quot;1&amp;quot; directory sometimes hangs the boot process for me and fw dosn't load. I use UMTS/ and 6/&lt;br /&gt;
files now --[[User:Joban|Joban]] 16:26, 16 December 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
I tried with newer firmware that comes with the latest WWan driver (driver version 2.0.7.3) at http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&amp;amp;lndocid=MIGR-72938&amp;amp;medium=rssW510#20101028 - still doesn't work. --[[User:Zarhan|Zarhan]] 15:25, 29 November 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
Got it! Wooohooo! I think it work after last BIOS upgrade (lenovo s10-3t), I install win7 for testing GOBI module, upgrade BIOS, test GPS &amp;amp; 3G. After I reboot in to linux - GPS start working. --[[User:Evadim|Evadim]] 17:01, 5 December 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
Guys! 4 hours of sex with USB protocol debugging in Qemu and &amp;quot;$GPS_START/GPS_STOP&amp;quot; is working now! :) &lt;br /&gt;
No firmwares, no bios upgrades, forget about it.&lt;br /&gt;
All is simple, in default Lenovo GPS application(ThinkVantage GPS) all NMEA data goes through broadband ethernet virtual interface and enabled by some proprietary protocol. Windows NMEA port is uneuseful before you click button &amp;quot;Start&amp;quot; in ThinkVantage GPS(driver automatically prepend GPS_START string to any connection started on qualcomm nmea port). But if we go to the Preferences of this GPS tracker, and enable checkbox &amp;quot;Auto tracking&amp;quot;, Gobi 2000 start to automaticlly enable GPS through its proprietary protocol when new connection appears on NMEA port and it see string &amp;quot;$GPS_START&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
So, u only need to install Windows on your machine(or install it on virtual machine), install GPS tracker from Lenovo and simple enable &amp;quot;Auto tracking&amp;quot; checkbox in GPS tracker preferences. After that, u can remove Windows and enjoy GPS in any OS on your notebook. --[[User:Invented|Invented]] 21:50, 25 December 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
I can confirm that the above trick works. I simply installed VirtualBox, placed Windows XP in it, set Virtualbox to pass-through Qualcomm USB to the Windows, and installed the WWan drivers (see link above) and the GPS Tracker software. Thanks a lot! --[[User:Zarhan|Zarhan]] 08:30, 27 December 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
I owe you a beer if this works. Sounds awesome, thanks!&lt;br /&gt;
EDIT: works fine (also with the vbox method). --[[User:Flyser|Flyser]] 14:36, 29 December 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
I use WinXP I have updated my WWAN driver and have enabled the checkbox &amp;quot;Auto tracking&amp;quot; and rebooted my linux but I just have a ttyUSB0 what to do?&lt;br /&gt;
&lt;br /&gt;
You have to use a kernel newer than 2.6.37 or you have to apply this patch to your kernel http://marc.info/?l=linux-kernel&amp;amp;m=128534473802312&amp;amp;w=2 --[[User:Flyser|Flyser]] 9. Januar 2011&lt;br /&gt;
&lt;br /&gt;
I tryed Ubuntu alpha 1 with 2.6.37.X but just got a ttyUSB0. Do you know a liveCD in wich the gobi GPS is working?&lt;br /&gt;
&lt;br /&gt;
You also need to install firmware and load it with gobi-loader. See other parts of discussion. If you type &amp;quot;lsusb&amp;quot; and see 05c6:9204, you haven't loaded the firmware and see just ttyUSB0. Once you have loaded the firmware, lsusb shows 05c6:9205, and you should have ttyUSB0-2. --[[User:Zarhan|Zarhan]] 08:53, 11 January 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After a long time of waiting for better support for the Gobi 2000, I was really happy to read the advise by Invented from Dec. 25, on how to get the GPS working.&lt;br /&gt;
Before that I had already been able to get the firmware loaded properly and (with the kernel patch mentioned above) all three devices showed up as /dev/ttyUSB[012].&lt;br /&gt;
The modem had also been working as expected.&lt;br /&gt;
With the hint from Invented, I was confident to get the GPS working, too.&lt;br /&gt;
&lt;br /&gt;
I'm running Ubuntu GNU/Linux Maverick Meerkat on my T410.&lt;br /&gt;
I don't have multiboot, so Windows XP (all official updates installed) is running under qemu with kvm.&lt;br /&gt;
SIM card is inserted (FONIC, using the German O2 network).&lt;br /&gt;
&lt;br /&gt;
I've given full access to all the USB (sudo chmod -R 777 /dev/bus/usb/) and started qemu with command line option: -usbdevice host:05c6:9205 (passing through the USB-device).&lt;br /&gt;
I've installed the installed the drivers for the Gobi 2000 (7xwc45ww.exe) and ThinkVantage GPS (81gp09ww.exe).&lt;br /&gt;
After realizing that ThinkVantage GPS wouldn't run, I also installed Access Connections (85cx28ww.exe).&lt;br /&gt;
Then I was able to start ThinkVantage GPS, followed the instructions to turn off the hardware switch,&lt;br /&gt;
checked the Auto Tracking box (also switched to km/h and unchecked the warning box),&lt;br /&gt;
closed ThinkVantage GPS, and shut down Windows.&lt;br /&gt;
&lt;br /&gt;
After that I performed a reboot of my host system.&lt;br /&gt;
And here's were the problem started: Something slowed down the boot process by several minutes&lt;br /&gt;
(meanwhile I know that it's the gobi_loader that hangs).&lt;br /&gt;
After logging into the system I saw only /dev/ttyUSB0.&lt;br /&gt;
Checking lsusb, I realized that the firmware had not been loaded yet.&lt;br /&gt;
Trying to run gobi_loader manually resulted in a hangup of gobi_loader.&lt;br /&gt;
Several subsequent reboots and even disconnecting the laptop from power and battery did not solve the problem.&lt;br /&gt;
&lt;br /&gt;
I also tried to pass through host:05c6:9204 to the virtual machine and hoped for Windows to load the firmware.&lt;br /&gt;
But the usb device 05c6:9204 wouldn't even show up in the device manager nor in the qemu montior (info usb).&lt;br /&gt;
&lt;br /&gt;
Is there any way to reset the Gobi 2000 to the original state?&lt;br /&gt;
Is there any explanation what went wrong?&lt;br /&gt;
&lt;br /&gt;
Thanks a lot in advance!&lt;br /&gt;
--[[User:stman|stman]] 22 January 2011&lt;br /&gt;
&lt;br /&gt;
stman, try to disable WWAN in BIOS and boot your computer. Then shut down it, and enable WWAN again. This works for me, when my gobi 200 enters some strange state and refuses to load firmware. --[[User:Invented|Invented]] 09:29, 23 January 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
Thanks a lot, Invented!&lt;br /&gt;
&lt;br /&gt;
I also got some helpful advice from linrunner here: http://forum.ubuntuusers.de/topic/erneut-problem-mit-gobi-2000-umts-modem/&lt;br /&gt;
&lt;br /&gt;
The trick was to remove the AC adapter as well as the battery and (what I didn't know before) press the power button for some time (&amp;gt; 30 sec.).&lt;br /&gt;
That did the job.&lt;br /&gt;
So I didn't come to the point trying out yours.&lt;br /&gt;
Both tricks might be helpful to know for others!&lt;br /&gt;
&lt;br /&gt;
I suspect my problem either occurred because the USB support in qemu (in my case version 0.12.5) is still experimental or because the Lenovo drivers and programs do not run properly if they don't see a true Thinkpad hardware environment.&lt;br /&gt;
&lt;br /&gt;
I might try out your trick once again with a native Windows installation.&lt;br /&gt;
But it doesn't seem too appealing to me for now.&lt;br /&gt;
Maybe someone finds out what the checkbox 'Auto Tracking' actually does.&lt;br /&gt;
Would be nice to get it working without any Windows installation.&lt;br /&gt;
&lt;br /&gt;
Thanks again!&lt;br /&gt;
&lt;br /&gt;
--[[User:stman|stman]] 9:50, 23 January 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
Invented, I hope you don't mind I've added a 'Troubleshooting' section (describing the two ways of resetting the Gobi 2000) for the page.&lt;br /&gt;
--[[User:stman|stman]] 15:17, 23 January 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On Ubuntu 10.10 with a Gobi 2000 I had to make a minor change to the udev rulefile for gobi-loader to work consistently -- line 3 of /lib/udev/rules.d/60-gobi.rules should read&lt;br /&gt;
  ACTION==&amp;quot;add&amp;quot;, SUBSYSTEM==&amp;quot;tty&amp;quot; '''DEVNAME'''==&amp;quot;ttyUSB*&amp;quot; GOTO=&amp;quot;gobi_rules&amp;quot;&lt;br /&gt;
as opposed to&lt;br /&gt;
  ACTION==&amp;quot;add&amp;quot;, SUBSYSTEM==&amp;quot;tty&amp;quot; '''KERNEL'''==&amp;quot;ttyUSB*&amp;quot; GOTO=&amp;quot;gobi_rules&amp;quot;&lt;br /&gt;
--[[User:Derkacha|Derkacha]] 00:56, 9 February 2011 (CET)&lt;br /&gt;
&lt;br /&gt;
I've created a PPA for the GPS enabled qcserial modules. This uses DKMS to automatically compile the module for the used kernel package. It's available on [https://launchpad.net/~dveeden/+archive/thinkpad-fixes ppa:dveeden/thinkpad-fixes]. GPS does work on a T410s with Gobi 2000 with the firmware loaded and without a SIM card.&lt;br /&gt;
&lt;br /&gt;
--[[User:Dveeden|Dveeden]] 10:58, 21 February 2011 (CET)&lt;br /&gt;
&lt;br /&gt;
== SMS ==&lt;br /&gt;
&lt;br /&gt;
How about SMS? It would be nice to use sms while conneted to GSM. So, modem manager does not have sms support, did anyone made it posible?&lt;/div&gt;</summary>
		<author><name>Usvi</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Qualcomm_Gobi_2000&amp;diff=53706</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=53706"/>
		<updated>2012-05-29T14:45:36Z</updated>

		<summary type="html">&lt;p&gt;Usvi: /* 2.6.32, 2.6.34, git snapshots and later */&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;
You dont need to enter your serial number to the lenovo support page. With some googling i came up with [http://www-307.ibm.com/pc/support/site.wss/MIGR-72938.html this] page. This is very useful for all those owning a laptop not built by lenovo. ([[User:Bob the builder|bob]])&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;
For me this tutorial above worked, too. Is there anything which prevents us from copying it to the page itself? --[[User:Aneiser|Aneiser]] 20:58, 21 August 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
I merged this information into the main page [[User:Johnny|Johnny]] 23:23, 27 April 2011 (CEST)&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;
Yes, with 2.6.35 and gobi_loader 0.7 it works for me (T510, O2 Germany, Generic firmware) --[[User:Aneiser|Aneiser]] 21:00, 21 August 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
The modem also works with 2.6.36 (2.6.36-1~experimental.1) and gobi-loader 0.6.1 from current Debian Testing/Sid/Experimental. GPS doesn’t, although I did apply the patch; /dev/ttyUSB2 doesn't output anything at all – maybe testing outside is necessary. [[User:X2017|X2017]] 20:44, 14 November 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
Works on lates Kubuntu 12.04 LTS with 3.2.0-24. I have unlocked Gobi 2000. I had to install the 3 firmware files to /lib/firmware/gobi . In network-manager applet I needed to set &amp;quot;Allow Roaming&amp;quot; ON for modem-manager to work correctly in the background. --[[User:Usvi|Usvi]] 16:42, 29 May 2012 (CEST)&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;br /&gt;
&lt;br /&gt;
Did you try to install the SDK? Is it possible to analyze how GPS works? --[[User:Aneiser|Aneiser]] 22:00, 21 August 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
Has anyone managed to get GPS to work with the information published on this wiki page? I get all three devices (ttyUSB[012]), but ttyUSB2 does not output anything. Do I have to connect to a wireless network to get this to work? Could someone publish a more detailed guide how to _use_ the gps? I tried:&lt;br /&gt;
# cat /dev/ttyUSB2 &amp;amp;&lt;br /&gt;
# echo -n &amp;quot;\$GPS_START&amp;quot; &amp;gt; /dev/ttyUSB2&lt;br /&gt;
--[[User:Flyser|Flyser]] 11:03, 30 September 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
I also cannot get the GPS to work even with the new instructions. Googling around, I found that the start string could be &amp;quot;$GPS-START&amp;quot; (Hyphen instead of underline). However, this doesn't work either. The GPS *did* work on the preinstalled Windows 7. I'm using basic UMTS firmware (firmware from folders &amp;quot;UMTS&amp;quot; and &amp;quot;6&amp;quot;).&lt;br /&gt;
--[[User:Zarhan|Zarhan]] 06:40, 1 October 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
I was able to get it to work on a X201, after using the 6/UQCN.mbn image from my Windows 7 x64 partition. This seems to be different from the files/checksums above:&lt;br /&gt;
 root@polaris:~# md5sum /lib/firmware/gobi/*.mbn&lt;br /&gt;
 84d002b0ef003cde6c95826bfbf067fe  /lib/firmware/gobi/amss.mbn&lt;br /&gt;
 d7496085f1af3d1bfdf0fa60c3222766  /lib/firmware/gobi/apps.mbn&lt;br /&gt;
 68e46b936d5400862a0381b101af3972  /lib/firmware/gobi/UQCN.mbn&lt;br /&gt;
&lt;br /&gt;
Now to seems to work:&lt;br /&gt;
 root@polaris:~# cat /dev/ttyUSB2 &amp;amp;&lt;br /&gt;
 [1] 3320&lt;br /&gt;
 root@polaris:~# echo &amp;quot;\$GPS_START&amp;quot; &amp;gt; /dev/ttyUSB2; sleep 3; echo &amp;quot;\$GPS_STOP&amp;quot; &amp;gt; /dev/ttyUSB2&lt;br /&gt;
 $GPGSA,A,1,,,,,,,,,,,,,,,*1E&lt;br /&gt;
 $GPGSV,4,1,16,14,33,050,35,24,42,115,28,20,55,246,26,19,19,172,25*77&lt;br /&gt;
 $GPGSV,4,2,16,11,75,237,,17,29,309,,23,07,192,,28,10,267,*7F&lt;br /&gt;
 $GPGSV,4,3,16,31,08,106,,32,80,227,,30,,,,29,,,*72&lt;br /&gt;
 $GPGSV,4,4,16,27,,,,26,,,,25,,,,22,,,*78&lt;br /&gt;
 $GPGGA,192126.0,,,,,0,,,,,,,,*77&lt;br /&gt;
 $PQXFI,192126.0,,,,,,,,*6B&lt;br /&gt;
 $GPVTG,,T,,M,,N,,K,N*2C&lt;br /&gt;
 $GPRMC,,V,,,,,,,,,,N*53&lt;br /&gt;
 $GPGSA,A,1,,,,,,,,,,,,,,,*1E&lt;br /&gt;
 $GPGGA,192127.0,52xx.xxxxxx,N,0xxxx.xxxxxx,E,1,05,1.8,30.6,M,46.0,M,,*61&lt;br /&gt;
 $PQXFI,192127.0,52xx.xxxxxx,N,0xxxx.xxxxxx,E,30.6,80.58,93.58,3.17*5B&lt;br /&gt;
 $GPVTG,nan,T,nan,M,0.0,N,0.0,K,A*23&lt;br /&gt;
 root@polaris:~#&lt;br /&gt;
&lt;br /&gt;
On Debian, using '/lib/udev/gpsd.hotplug add /dev/ttyUSB2' you can tell gpsd about the serial device.&lt;br /&gt;
--[[User:Shoragan|Shoragan]] 20:07, 11 October 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
I'm using exactly same firmwares as Shoragan, and I can see the ttyUSB2 device - however, no NMEA data starts to appear after issuing $GPS_START. I'm using W510 --[[User:Zarhan|Zarhan]] 06:03, 13 October 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
Same here: using {{openSUSE}} 11.3 with kernel of the day (2.6.37-rc3-3, includes the qcserial patches), gobi_loader 0.7 and current fw files from win partition:&lt;br /&gt;
* Gps works in win 7/64 ({{T510i}}) with drivers updated yesterday (most fw files have different md5 sums from those above)&lt;br /&gt;
* Copied fw from 1/ to /lib/firmware/gobi/ (also tried the others, but these are the ones working in windows) &lt;br /&gt;
* Usb device id changes from x9204 to x9205 automatically (fw gets loaded) &lt;br /&gt;
* 3 tty devices appear automatically (udev and module config is ok)&lt;br /&gt;
* Modem at ttyUSB1 is functional (at i command in minicom gives fw version and imei)&lt;br /&gt;
* ttyUSB0 and ttyUSB2 seem to be dead though (cat, minicom)&lt;br /&gt;
--[[User:Joban|Joban]] 19:08, 13 December 2010 (UTC)&lt;br /&gt;
*** In windows GPS &amp;amp; wifi work simultaneously? Maybe you should switch off wifi &amp;amp; try GPS? I read official &amp;quot;Lenovo Russia&amp;quot; blog - in the earlier versions BIOS in X100e you can use only wifi '''or''' 3G --[[User:Evadim|Evadim]] 21:10, 13 December 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
Evadim, I assume with wifi you mean UMTS/GSM, not WLAN (agn) I don't know. I don't use UMTS/GSM (for now). How would I explicitly deactivate 3G/wifi/UMTS/GSM in linux?&lt;br /&gt;
Btw. I narrowed down used fw a bit: The firmwares in the &amp;quot;1&amp;quot; directory sometimes hangs the boot process for me and fw dosn't load. I use UMTS/ and 6/&lt;br /&gt;
files now --[[User:Joban|Joban]] 16:26, 16 December 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
I tried with newer firmware that comes with the latest WWan driver (driver version 2.0.7.3) at http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&amp;amp;lndocid=MIGR-72938&amp;amp;medium=rssW510#20101028 - still doesn't work. --[[User:Zarhan|Zarhan]] 15:25, 29 November 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
Got it! Wooohooo! I think it work after last BIOS upgrade (lenovo s10-3t), I install win7 for testing GOBI module, upgrade BIOS, test GPS &amp;amp; 3G. After I reboot in to linux - GPS start working. --[[User:Evadim|Evadim]] 17:01, 5 December 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
Guys! 4 hours of sex with USB protocol debugging in Qemu and &amp;quot;$GPS_START/GPS_STOP&amp;quot; is working now! :) &lt;br /&gt;
No firmwares, no bios upgrades, forget about it.&lt;br /&gt;
All is simple, in default Lenovo GPS application(ThinkVantage GPS) all NMEA data goes through broadband ethernet virtual interface and enabled by some proprietary protocol. Windows NMEA port is uneuseful before you click button &amp;quot;Start&amp;quot; in ThinkVantage GPS(driver automatically prepend GPS_START string to any connection started on qualcomm nmea port). But if we go to the Preferences of this GPS tracker, and enable checkbox &amp;quot;Auto tracking&amp;quot;, Gobi 2000 start to automaticlly enable GPS through its proprietary protocol when new connection appears on NMEA port and it see string &amp;quot;$GPS_START&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
So, u only need to install Windows on your machine(or install it on virtual machine), install GPS tracker from Lenovo and simple enable &amp;quot;Auto tracking&amp;quot; checkbox in GPS tracker preferences. After that, u can remove Windows and enjoy GPS in any OS on your notebook. --[[User:Invented|Invented]] 21:50, 25 December 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
I can confirm that the above trick works. I simply installed VirtualBox, placed Windows XP in it, set Virtualbox to pass-through Qualcomm USB to the Windows, and installed the WWan drivers (see link above) and the GPS Tracker software. Thanks a lot! --[[User:Zarhan|Zarhan]] 08:30, 27 December 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
I owe you a beer if this works. Sounds awesome, thanks!&lt;br /&gt;
EDIT: works fine (also with the vbox method). --[[User:Flyser|Flyser]] 14:36, 29 December 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
I use WinXP I have updated my WWAN driver and have enabled the checkbox &amp;quot;Auto tracking&amp;quot; and rebooted my linux but I just have a ttyUSB0 what to do?&lt;br /&gt;
&lt;br /&gt;
You have to use a kernel newer than 2.6.37 or you have to apply this patch to your kernel http://marc.info/?l=linux-kernel&amp;amp;m=128534473802312&amp;amp;w=2 --[[User:Flyser|Flyser]] 9. Januar 2011&lt;br /&gt;
&lt;br /&gt;
I tryed Ubuntu alpha 1 with 2.6.37.X but just got a ttyUSB0. Do you know a liveCD in wich the gobi GPS is working?&lt;br /&gt;
&lt;br /&gt;
You also need to install firmware and load it with gobi-loader. See other parts of discussion. If you type &amp;quot;lsusb&amp;quot; and see 05c6:9204, you haven't loaded the firmware and see just ttyUSB0. Once you have loaded the firmware, lsusb shows 05c6:9205, and you should have ttyUSB0-2. --[[User:Zarhan|Zarhan]] 08:53, 11 January 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After a long time of waiting for better support for the Gobi 2000, I was really happy to read the advise by Invented from Dec. 25, on how to get the GPS working.&lt;br /&gt;
Before that I had already been able to get the firmware loaded properly and (with the kernel patch mentioned above) all three devices showed up as /dev/ttyUSB[012].&lt;br /&gt;
The modem had also been working as expected.&lt;br /&gt;
With the hint from Invented, I was confident to get the GPS working, too.&lt;br /&gt;
&lt;br /&gt;
I'm running Ubuntu GNU/Linux Maverick Meerkat on my T410.&lt;br /&gt;
I don't have multiboot, so Windows XP (all official updates installed) is running under qemu with kvm.&lt;br /&gt;
SIM card is inserted (FONIC, using the German O2 network).&lt;br /&gt;
&lt;br /&gt;
I've given full access to all the USB (sudo chmod -R 777 /dev/bus/usb/) and started qemu with command line option: -usbdevice host:05c6:9205 (passing through the USB-device).&lt;br /&gt;
I've installed the installed the drivers for the Gobi 2000 (7xwc45ww.exe) and ThinkVantage GPS (81gp09ww.exe).&lt;br /&gt;
After realizing that ThinkVantage GPS wouldn't run, I also installed Access Connections (85cx28ww.exe).&lt;br /&gt;
Then I was able to start ThinkVantage GPS, followed the instructions to turn off the hardware switch,&lt;br /&gt;
checked the Auto Tracking box (also switched to km/h and unchecked the warning box),&lt;br /&gt;
closed ThinkVantage GPS, and shut down Windows.&lt;br /&gt;
&lt;br /&gt;
After that I performed a reboot of my host system.&lt;br /&gt;
And here's were the problem started: Something slowed down the boot process by several minutes&lt;br /&gt;
(meanwhile I know that it's the gobi_loader that hangs).&lt;br /&gt;
After logging into the system I saw only /dev/ttyUSB0.&lt;br /&gt;
Checking lsusb, I realized that the firmware had not been loaded yet.&lt;br /&gt;
Trying to run gobi_loader manually resulted in a hangup of gobi_loader.&lt;br /&gt;
Several subsequent reboots and even disconnecting the laptop from power and battery did not solve the problem.&lt;br /&gt;
&lt;br /&gt;
I also tried to pass through host:05c6:9204 to the virtual machine and hoped for Windows to load the firmware.&lt;br /&gt;
But the usb device 05c6:9204 wouldn't even show up in the device manager nor in the qemu montior (info usb).&lt;br /&gt;
&lt;br /&gt;
Is there any way to reset the Gobi 2000 to the original state?&lt;br /&gt;
Is there any explanation what went wrong?&lt;br /&gt;
&lt;br /&gt;
Thanks a lot in advance!&lt;br /&gt;
--[[User:stman|stman]] 22 January 2011&lt;br /&gt;
&lt;br /&gt;
stman, try to disable WWAN in BIOS and boot your computer. Then shut down it, and enable WWAN again. This works for me, when my gobi 200 enters some strange state and refuses to load firmware. --[[User:Invented|Invented]] 09:29, 23 January 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
Thanks a lot, Invented!&lt;br /&gt;
&lt;br /&gt;
I also got some helpful advice from linrunner here: http://forum.ubuntuusers.de/topic/erneut-problem-mit-gobi-2000-umts-modem/&lt;br /&gt;
&lt;br /&gt;
The trick was to remove the AC adapter as well as the battery and (what I didn't know before) press the power button for some time (&amp;gt; 30 sec.).&lt;br /&gt;
That did the job.&lt;br /&gt;
So I didn't come to the point trying out yours.&lt;br /&gt;
Both tricks might be helpful to know for others!&lt;br /&gt;
&lt;br /&gt;
I suspect my problem either occurred because the USB support in qemu (in my case version 0.12.5) is still experimental or because the Lenovo drivers and programs do not run properly if they don't see a true Thinkpad hardware environment.&lt;br /&gt;
&lt;br /&gt;
I might try out your trick once again with a native Windows installation.&lt;br /&gt;
But it doesn't seem too appealing to me for now.&lt;br /&gt;
Maybe someone finds out what the checkbox 'Auto Tracking' actually does.&lt;br /&gt;
Would be nice to get it working without any Windows installation.&lt;br /&gt;
&lt;br /&gt;
Thanks again!&lt;br /&gt;
&lt;br /&gt;
--[[User:stman|stman]] 9:50, 23 January 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
Invented, I hope you don't mind I've added a 'Troubleshooting' section (describing the two ways of resetting the Gobi 2000) for the page.&lt;br /&gt;
--[[User:stman|stman]] 15:17, 23 January 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On Ubuntu 10.10 with a Gobi 2000 I had to make a minor change to the udev rulefile for gobi-loader to work consistently -- line 3 of /lib/udev/rules.d/60-gobi.rules should read&lt;br /&gt;
  ACTION==&amp;quot;add&amp;quot;, SUBSYSTEM==&amp;quot;tty&amp;quot; '''DEVNAME'''==&amp;quot;ttyUSB*&amp;quot; GOTO=&amp;quot;gobi_rules&amp;quot;&lt;br /&gt;
as opposed to&lt;br /&gt;
  ACTION==&amp;quot;add&amp;quot;, SUBSYSTEM==&amp;quot;tty&amp;quot; '''KERNEL'''==&amp;quot;ttyUSB*&amp;quot; GOTO=&amp;quot;gobi_rules&amp;quot;&lt;br /&gt;
--[[User:Derkacha|Derkacha]] 00:56, 9 February 2011 (CET)&lt;br /&gt;
&lt;br /&gt;
I've created a PPA for the GPS enabled qcserial modules. This uses DKMS to automatically compile the module for the used kernel package. It's available on [https://launchpad.net/~dveeden/+archive/thinkpad-fixes ppa:dveeden/thinkpad-fixes]. GPS does work on a T410s with Gobi 2000 with the firmware loaded and without a SIM card.&lt;br /&gt;
&lt;br /&gt;
--[[User:Dveeden|Dveeden]] 10:58, 21 February 2011 (CET)&lt;br /&gt;
&lt;br /&gt;
== SMS ==&lt;br /&gt;
&lt;br /&gt;
How about SMS? It would be nice to use sms while conneted to GSM. So, modem manager does not have sms support, did anyone made it posible?&lt;/div&gt;</summary>
		<author><name>Usvi</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Qualcomm_Gobi_2000&amp;diff=53705</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=53705"/>
		<updated>2012-05-29T14:42:18Z</updated>

		<summary type="html">&lt;p&gt;Usvi: /* 2.6.32, 2.6.34, git snapshots and later */&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;
You dont need to enter your serial number to the lenovo support page. With some googling i came up with [http://www-307.ibm.com/pc/support/site.wss/MIGR-72938.html this] page. This is very useful for all those owning a laptop not built by lenovo. ([[User:Bob the builder|bob]])&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;
For me this tutorial above worked, too. Is there anything which prevents us from copying it to the page itself? --[[User:Aneiser|Aneiser]] 20:58, 21 August 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
I merged this information into the main page [[User:Johnny|Johnny]] 23:23, 27 April 2011 (CEST)&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;
Yes, with 2.6.35 and gobi_loader 0.7 it works for me (T510, O2 Germany, Generic firmware) --[[User:Aneiser|Aneiser]] 21:00, 21 August 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
The modem also works with 2.6.36 (2.6.36-1~experimental.1) and gobi-loader 0.6.1 from current Debian Testing/Sid/Experimental. GPS doesn’t, although I did apply the patch; /dev/ttyUSB2 doesn't output anything at all – maybe testing outside is necessary. [[User:X2017|X2017]] 20:44, 14 November 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
Works on lated Kubuntu 12.04 LTS. I have unlocked Gobi 2000. I had to install the 3 firmware files to /lib/firmware/gobi . In network-manager applet I needed to set &amp;quot;Allow Roaming&amp;quot; ON for modem-manager to work correctly in the background. --[[User:Usvi|Usvi]] 16:42, 29 May 2012 (CEST)&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;br /&gt;
&lt;br /&gt;
Did you try to install the SDK? Is it possible to analyze how GPS works? --[[User:Aneiser|Aneiser]] 22:00, 21 August 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
Has anyone managed to get GPS to work with the information published on this wiki page? I get all three devices (ttyUSB[012]), but ttyUSB2 does not output anything. Do I have to connect to a wireless network to get this to work? Could someone publish a more detailed guide how to _use_ the gps? I tried:&lt;br /&gt;
# cat /dev/ttyUSB2 &amp;amp;&lt;br /&gt;
# echo -n &amp;quot;\$GPS_START&amp;quot; &amp;gt; /dev/ttyUSB2&lt;br /&gt;
--[[User:Flyser|Flyser]] 11:03, 30 September 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
I also cannot get the GPS to work even with the new instructions. Googling around, I found that the start string could be &amp;quot;$GPS-START&amp;quot; (Hyphen instead of underline). However, this doesn't work either. The GPS *did* work on the preinstalled Windows 7. I'm using basic UMTS firmware (firmware from folders &amp;quot;UMTS&amp;quot; and &amp;quot;6&amp;quot;).&lt;br /&gt;
--[[User:Zarhan|Zarhan]] 06:40, 1 October 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
I was able to get it to work on a X201, after using the 6/UQCN.mbn image from my Windows 7 x64 partition. This seems to be different from the files/checksums above:&lt;br /&gt;
 root@polaris:~# md5sum /lib/firmware/gobi/*.mbn&lt;br /&gt;
 84d002b0ef003cde6c95826bfbf067fe  /lib/firmware/gobi/amss.mbn&lt;br /&gt;
 d7496085f1af3d1bfdf0fa60c3222766  /lib/firmware/gobi/apps.mbn&lt;br /&gt;
 68e46b936d5400862a0381b101af3972  /lib/firmware/gobi/UQCN.mbn&lt;br /&gt;
&lt;br /&gt;
Now to seems to work:&lt;br /&gt;
 root@polaris:~# cat /dev/ttyUSB2 &amp;amp;&lt;br /&gt;
 [1] 3320&lt;br /&gt;
 root@polaris:~# echo &amp;quot;\$GPS_START&amp;quot; &amp;gt; /dev/ttyUSB2; sleep 3; echo &amp;quot;\$GPS_STOP&amp;quot; &amp;gt; /dev/ttyUSB2&lt;br /&gt;
 $GPGSA,A,1,,,,,,,,,,,,,,,*1E&lt;br /&gt;
 $GPGSV,4,1,16,14,33,050,35,24,42,115,28,20,55,246,26,19,19,172,25*77&lt;br /&gt;
 $GPGSV,4,2,16,11,75,237,,17,29,309,,23,07,192,,28,10,267,*7F&lt;br /&gt;
 $GPGSV,4,3,16,31,08,106,,32,80,227,,30,,,,29,,,*72&lt;br /&gt;
 $GPGSV,4,4,16,27,,,,26,,,,25,,,,22,,,*78&lt;br /&gt;
 $GPGGA,192126.0,,,,,0,,,,,,,,*77&lt;br /&gt;
 $PQXFI,192126.0,,,,,,,,*6B&lt;br /&gt;
 $GPVTG,,T,,M,,N,,K,N*2C&lt;br /&gt;
 $GPRMC,,V,,,,,,,,,,N*53&lt;br /&gt;
 $GPGSA,A,1,,,,,,,,,,,,,,,*1E&lt;br /&gt;
 $GPGGA,192127.0,52xx.xxxxxx,N,0xxxx.xxxxxx,E,1,05,1.8,30.6,M,46.0,M,,*61&lt;br /&gt;
 $PQXFI,192127.0,52xx.xxxxxx,N,0xxxx.xxxxxx,E,30.6,80.58,93.58,3.17*5B&lt;br /&gt;
 $GPVTG,nan,T,nan,M,0.0,N,0.0,K,A*23&lt;br /&gt;
 root@polaris:~#&lt;br /&gt;
&lt;br /&gt;
On Debian, using '/lib/udev/gpsd.hotplug add /dev/ttyUSB2' you can tell gpsd about the serial device.&lt;br /&gt;
--[[User:Shoragan|Shoragan]] 20:07, 11 October 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
I'm using exactly same firmwares as Shoragan, and I can see the ttyUSB2 device - however, no NMEA data starts to appear after issuing $GPS_START. I'm using W510 --[[User:Zarhan|Zarhan]] 06:03, 13 October 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
Same here: using {{openSUSE}} 11.3 with kernel of the day (2.6.37-rc3-3, includes the qcserial patches), gobi_loader 0.7 and current fw files from win partition:&lt;br /&gt;
* Gps works in win 7/64 ({{T510i}}) with drivers updated yesterday (most fw files have different md5 sums from those above)&lt;br /&gt;
* Copied fw from 1/ to /lib/firmware/gobi/ (also tried the others, but these are the ones working in windows) &lt;br /&gt;
* Usb device id changes from x9204 to x9205 automatically (fw gets loaded) &lt;br /&gt;
* 3 tty devices appear automatically (udev and module config is ok)&lt;br /&gt;
* Modem at ttyUSB1 is functional (at i command in minicom gives fw version and imei)&lt;br /&gt;
* ttyUSB0 and ttyUSB2 seem to be dead though (cat, minicom)&lt;br /&gt;
--[[User:Joban|Joban]] 19:08, 13 December 2010 (UTC)&lt;br /&gt;
*** In windows GPS &amp;amp; wifi work simultaneously? Maybe you should switch off wifi &amp;amp; try GPS? I read official &amp;quot;Lenovo Russia&amp;quot; blog - in the earlier versions BIOS in X100e you can use only wifi '''or''' 3G --[[User:Evadim|Evadim]] 21:10, 13 December 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
Evadim, I assume with wifi you mean UMTS/GSM, not WLAN (agn) I don't know. I don't use UMTS/GSM (for now). How would I explicitly deactivate 3G/wifi/UMTS/GSM in linux?&lt;br /&gt;
Btw. I narrowed down used fw a bit: The firmwares in the &amp;quot;1&amp;quot; directory sometimes hangs the boot process for me and fw dosn't load. I use UMTS/ and 6/&lt;br /&gt;
files now --[[User:Joban|Joban]] 16:26, 16 December 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
I tried with newer firmware that comes with the latest WWan driver (driver version 2.0.7.3) at http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&amp;amp;lndocid=MIGR-72938&amp;amp;medium=rssW510#20101028 - still doesn't work. --[[User:Zarhan|Zarhan]] 15:25, 29 November 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
Got it! Wooohooo! I think it work after last BIOS upgrade (lenovo s10-3t), I install win7 for testing GOBI module, upgrade BIOS, test GPS &amp;amp; 3G. After I reboot in to linux - GPS start working. --[[User:Evadim|Evadim]] 17:01, 5 December 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
Guys! 4 hours of sex with USB protocol debugging in Qemu and &amp;quot;$GPS_START/GPS_STOP&amp;quot; is working now! :) &lt;br /&gt;
No firmwares, no bios upgrades, forget about it.&lt;br /&gt;
All is simple, in default Lenovo GPS application(ThinkVantage GPS) all NMEA data goes through broadband ethernet virtual interface and enabled by some proprietary protocol. Windows NMEA port is uneuseful before you click button &amp;quot;Start&amp;quot; in ThinkVantage GPS(driver automatically prepend GPS_START string to any connection started on qualcomm nmea port). But if we go to the Preferences of this GPS tracker, and enable checkbox &amp;quot;Auto tracking&amp;quot;, Gobi 2000 start to automaticlly enable GPS through its proprietary protocol when new connection appears on NMEA port and it see string &amp;quot;$GPS_START&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
So, u only need to install Windows on your machine(or install it on virtual machine), install GPS tracker from Lenovo and simple enable &amp;quot;Auto tracking&amp;quot; checkbox in GPS tracker preferences. After that, u can remove Windows and enjoy GPS in any OS on your notebook. --[[User:Invented|Invented]] 21:50, 25 December 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
I can confirm that the above trick works. I simply installed VirtualBox, placed Windows XP in it, set Virtualbox to pass-through Qualcomm USB to the Windows, and installed the WWan drivers (see link above) and the GPS Tracker software. Thanks a lot! --[[User:Zarhan|Zarhan]] 08:30, 27 December 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
I owe you a beer if this works. Sounds awesome, thanks!&lt;br /&gt;
EDIT: works fine (also with the vbox method). --[[User:Flyser|Flyser]] 14:36, 29 December 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
I use WinXP I have updated my WWAN driver and have enabled the checkbox &amp;quot;Auto tracking&amp;quot; and rebooted my linux but I just have a ttyUSB0 what to do?&lt;br /&gt;
&lt;br /&gt;
You have to use a kernel newer than 2.6.37 or you have to apply this patch to your kernel http://marc.info/?l=linux-kernel&amp;amp;m=128534473802312&amp;amp;w=2 --[[User:Flyser|Flyser]] 9. Januar 2011&lt;br /&gt;
&lt;br /&gt;
I tryed Ubuntu alpha 1 with 2.6.37.X but just got a ttyUSB0. Do you know a liveCD in wich the gobi GPS is working?&lt;br /&gt;
&lt;br /&gt;
You also need to install firmware and load it with gobi-loader. See other parts of discussion. If you type &amp;quot;lsusb&amp;quot; and see 05c6:9204, you haven't loaded the firmware and see just ttyUSB0. Once you have loaded the firmware, lsusb shows 05c6:9205, and you should have ttyUSB0-2. --[[User:Zarhan|Zarhan]] 08:53, 11 January 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After a long time of waiting for better support for the Gobi 2000, I was really happy to read the advise by Invented from Dec. 25, on how to get the GPS working.&lt;br /&gt;
Before that I had already been able to get the firmware loaded properly and (with the kernel patch mentioned above) all three devices showed up as /dev/ttyUSB[012].&lt;br /&gt;
The modem had also been working as expected.&lt;br /&gt;
With the hint from Invented, I was confident to get the GPS working, too.&lt;br /&gt;
&lt;br /&gt;
I'm running Ubuntu GNU/Linux Maverick Meerkat on my T410.&lt;br /&gt;
I don't have multiboot, so Windows XP (all official updates installed) is running under qemu with kvm.&lt;br /&gt;
SIM card is inserted (FONIC, using the German O2 network).&lt;br /&gt;
&lt;br /&gt;
I've given full access to all the USB (sudo chmod -R 777 /dev/bus/usb/) and started qemu with command line option: -usbdevice host:05c6:9205 (passing through the USB-device).&lt;br /&gt;
I've installed the installed the drivers for the Gobi 2000 (7xwc45ww.exe) and ThinkVantage GPS (81gp09ww.exe).&lt;br /&gt;
After realizing that ThinkVantage GPS wouldn't run, I also installed Access Connections (85cx28ww.exe).&lt;br /&gt;
Then I was able to start ThinkVantage GPS, followed the instructions to turn off the hardware switch,&lt;br /&gt;
checked the Auto Tracking box (also switched to km/h and unchecked the warning box),&lt;br /&gt;
closed ThinkVantage GPS, and shut down Windows.&lt;br /&gt;
&lt;br /&gt;
After that I performed a reboot of my host system.&lt;br /&gt;
And here's were the problem started: Something slowed down the boot process by several minutes&lt;br /&gt;
(meanwhile I know that it's the gobi_loader that hangs).&lt;br /&gt;
After logging into the system I saw only /dev/ttyUSB0.&lt;br /&gt;
Checking lsusb, I realized that the firmware had not been loaded yet.&lt;br /&gt;
Trying to run gobi_loader manually resulted in a hangup of gobi_loader.&lt;br /&gt;
Several subsequent reboots and even disconnecting the laptop from power and battery did not solve the problem.&lt;br /&gt;
&lt;br /&gt;
I also tried to pass through host:05c6:9204 to the virtual machine and hoped for Windows to load the firmware.&lt;br /&gt;
But the usb device 05c6:9204 wouldn't even show up in the device manager nor in the qemu montior (info usb).&lt;br /&gt;
&lt;br /&gt;
Is there any way to reset the Gobi 2000 to the original state?&lt;br /&gt;
Is there any explanation what went wrong?&lt;br /&gt;
&lt;br /&gt;
Thanks a lot in advance!&lt;br /&gt;
--[[User:stman|stman]] 22 January 2011&lt;br /&gt;
&lt;br /&gt;
stman, try to disable WWAN in BIOS and boot your computer. Then shut down it, and enable WWAN again. This works for me, when my gobi 200 enters some strange state and refuses to load firmware. --[[User:Invented|Invented]] 09:29, 23 January 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
Thanks a lot, Invented!&lt;br /&gt;
&lt;br /&gt;
I also got some helpful advice from linrunner here: http://forum.ubuntuusers.de/topic/erneut-problem-mit-gobi-2000-umts-modem/&lt;br /&gt;
&lt;br /&gt;
The trick was to remove the AC adapter as well as the battery and (what I didn't know before) press the power button for some time (&amp;gt; 30 sec.).&lt;br /&gt;
That did the job.&lt;br /&gt;
So I didn't come to the point trying out yours.&lt;br /&gt;
Both tricks might be helpful to know for others!&lt;br /&gt;
&lt;br /&gt;
I suspect my problem either occurred because the USB support in qemu (in my case version 0.12.5) is still experimental or because the Lenovo drivers and programs do not run properly if they don't see a true Thinkpad hardware environment.&lt;br /&gt;
&lt;br /&gt;
I might try out your trick once again with a native Windows installation.&lt;br /&gt;
But it doesn't seem too appealing to me for now.&lt;br /&gt;
Maybe someone finds out what the checkbox 'Auto Tracking' actually does.&lt;br /&gt;
Would be nice to get it working without any Windows installation.&lt;br /&gt;
&lt;br /&gt;
Thanks again!&lt;br /&gt;
&lt;br /&gt;
--[[User:stman|stman]] 9:50, 23 January 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
Invented, I hope you don't mind I've added a 'Troubleshooting' section (describing the two ways of resetting the Gobi 2000) for the page.&lt;br /&gt;
--[[User:stman|stman]] 15:17, 23 January 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On Ubuntu 10.10 with a Gobi 2000 I had to make a minor change to the udev rulefile for gobi-loader to work consistently -- line 3 of /lib/udev/rules.d/60-gobi.rules should read&lt;br /&gt;
  ACTION==&amp;quot;add&amp;quot;, SUBSYSTEM==&amp;quot;tty&amp;quot; '''DEVNAME'''==&amp;quot;ttyUSB*&amp;quot; GOTO=&amp;quot;gobi_rules&amp;quot;&lt;br /&gt;
as opposed to&lt;br /&gt;
  ACTION==&amp;quot;add&amp;quot;, SUBSYSTEM==&amp;quot;tty&amp;quot; '''KERNEL'''==&amp;quot;ttyUSB*&amp;quot; GOTO=&amp;quot;gobi_rules&amp;quot;&lt;br /&gt;
--[[User:Derkacha|Derkacha]] 00:56, 9 February 2011 (CET)&lt;br /&gt;
&lt;br /&gt;
I've created a PPA for the GPS enabled qcserial modules. This uses DKMS to automatically compile the module for the used kernel package. It's available on [https://launchpad.net/~dveeden/+archive/thinkpad-fixes ppa:dveeden/thinkpad-fixes]. GPS does work on a T410s with Gobi 2000 with the firmware loaded and without a SIM card.&lt;br /&gt;
&lt;br /&gt;
--[[User:Dveeden|Dveeden]] 10:58, 21 February 2011 (CET)&lt;br /&gt;
&lt;br /&gt;
== SMS ==&lt;br /&gt;
&lt;br /&gt;
How about SMS? It would be nice to use sms while conneted to GSM. So, modem manager does not have sms support, did anyone made it posible?&lt;/div&gt;</summary>
		<author><name>Usvi</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Unofficial_maximum_memory_specs&amp;diff=52952</id>
		<title>Unofficial maximum memory specs</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Unofficial_maximum_memory_specs&amp;diff=52952"/>
		<updated>2011-09-29T10:46:40Z</updated>

		<summary type="html">&lt;p&gt;Usvi: /* Working memory configurations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some ThinkPads are known to support more memory than their specs say. This page gathers information about those models, how much memory they can take and what special requirements that memory must fulfill.&lt;br /&gt;
&lt;br /&gt;
Have a look at the [[Memory]] page for the official memory configs and partnumbers&lt;br /&gt;
&lt;br /&gt;
==Working memory configurations==&lt;br /&gt;
The following table gives an overview of tested memory configurations that exceed the specified limits for that ThinkPad type.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
! ThinkPad !! Official Max !! Unoffical Max !! BIOS !! Embedded Controller !! Memory configuration successfully tested&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
| ThinkPad {{A31p}}&amp;lt;br /&amp;gt;2653-R8U || 1 GB || 2 GB || 1.10 || 1.05 ||&lt;br /&gt;
2 x Elpida 1 GB 200-pin DDR PC2700, FRU # 31P9835&lt;br /&gt;
|-&lt;br /&gt;
| ThinkPad {{A31p}}&amp;lt;br /&amp;gt;2653-R?? || 1 GB || || 1.09 || 1.05 ||&lt;br /&gt;
2 x Kingston 1GB 200-Pin DDR, Model# KTM - TP9828/1G&lt;br /&gt;
|-&lt;br /&gt;
| ThinkPad {{SL500}}&amp;lt;br /&amp;gt; || 4 GB || 8 GB || ?.?? || ?.?? ||&lt;br /&gt;
2 x 4GB 200-Pin DDR2 PC2-5300&lt;br /&gt;
|-&lt;br /&gt;
| ThinkPad {{T30}}&amp;lt;br /&amp;gt;2366-92U || 1 GB || || 2.08 || 1.06 ||&lt;br /&gt;
* 2 x Kingmax 1GB 200-Pin DDR SO-DIMM DDR333 PC2700, Model# MSAD42D-KI&lt;br /&gt;
but see [[problem with T30 not booting with 1 GiB memory module]].&lt;br /&gt;
* 2 x Generic Brand 1GB 200-pin DDR SO-DIMM PC2700 (p/n 89898E):&lt;br /&gt;
BIOS recognizes 2048MB, but Gentoo sees only 1024MB&lt;br /&gt;
|-&lt;br /&gt;
| ThinkPad {{T42}} [[2373-CTO]] || 2 GB || || 3.17 || 3.04 ||&lt;br /&gt;
??? &lt;br /&gt;
|-&lt;br /&gt;
| ThinkPad {{T42}} [[2373-CTO]] || 2 GB || || 3.23 || 3.04 ||&lt;br /&gt;
??? &lt;br /&gt;
|-&lt;br /&gt;
| ThinkPad {{T43p}} 2668-WTB || 2 GB || || 1.29 || 1.06 ||&lt;br /&gt;
* 2 x Kingston 1GB 200-Pin 533MHz DDR2, Model KTM-TP3840/1G DDR2 &lt;br /&gt;
|-&lt;br /&gt;
| ThinkPad {{T61p}}&amp;lt;br /&amp;gt;6457-5GG || 4 GB || 8 GB || 2.19 || 1.08 ||&lt;br /&gt;
2 x Kingston 4GB 200-Pin 667MHz DDR2, Model # KTL-TP667/4GB.&lt;br /&gt;
|-&lt;br /&gt;
| ThinkPad {{T61p}}&amp;lt;br /&amp;gt;6460-EEG || 4 GB || 8 GB || 2.27 middleton (SATA-II modified) || 1.08 ||&lt;br /&gt;
2 x Samsung SODIMM 4GB PC2-5300 DDR2-667, Model # M470T5267AZ3-CE6 / 4GB.&lt;br /&gt;
|-&lt;br /&gt;
| ThinkPad {{T61p}}&amp;lt;br /&amp;gt;6457-7XG || 4 GB || 8 GB || 2.26 || 1.08 ||&lt;br /&gt;
2 x Crucial 4GB 200-Pin 800MHz DDR2, Model # CT51264AC800. (PC2-6400)&lt;br /&gt;
|-&lt;br /&gt;
| ThinkPad {{T61p}}&amp;lt;br /&amp;gt;6457-BQG || 4 GB || 8 GB || 2.27 || 1.08 ||&lt;br /&gt;
2 x Corsair 4GB 200-Pin 800MHz DDR2, Corsair ValueSelect SO-DIMM 4GB PC2-6400S CL6 VS4GSDS800D2 G .&lt;br /&gt;
|-&lt;br /&gt;
| ThinkPad {{T61p}}&amp;lt;br /&amp;gt;6459-CTO || 4 GB || 8 GB || 2.26 || 1.08 ||&lt;br /&gt;
2 x G.Skill 4GB 200-Pin 800MHz DDR2, Model # F2-6400CL6D-8GBSQ (PC2-6400)&lt;br /&gt;
|-&lt;br /&gt;
| ThinkPad {{T61p}}&amp;lt;br /&amp;gt;6460-8YG || 4 GB || 8 GB || 2.26 || 1.08 ||&lt;br /&gt;
2 x Crucial 4GB 200-Pin 667MHz DDR2, Model# CT2KIT51264AC667 ( 2x CT51264AC667)&lt;br /&gt;
|-&lt;br /&gt;
| ThinkPad {{T61p}}&amp;lt;br /&amp;gt;6460-DVU || 4 GB || 8 GB || 2.26 || 1.08 ||&lt;br /&gt;
2 x G.Skil 4GB 200-Pin 667MHz DDR2, Model# F2-5300CL5D-8GBSQ, CL5-5-5-15, PC2-5300&lt;br /&gt;
|-&lt;br /&gt;
| ThinkPad {{T61p}}&amp;lt;br /&amp;gt;8889-3FG || 4 GB || 8 GB || TBA || TBA ||&lt;br /&gt;
2 x Kingston 4GB 200-Pin 667MHz DDR2, KVR667D2S5/4G.&lt;br /&gt;
|-&lt;br /&gt;
| ThinkPad {{X31}} 2672-C2G || 1 GB || || 3.02 || 1.08 ||&lt;br /&gt;
* 2 x 1GB Kingston KVR400X64SC3A/1G DDR400MHz. Newer documentation also states 2GB, but original one did not.&lt;br /&gt;
* Boots with 1 bar.&lt;br /&gt;
|-&lt;br /&gt;
| ThinkPad {{X31}} 2673-C2G || 1 GB || || 3.02 || 1.08 ||&lt;br /&gt;
* 2 x 1GB (Team Group Inc. TSDR1024M400 DDR400MHz)&lt;br /&gt;
* Boots with 1 x TSDR1024M400&lt;br /&gt;
|-&lt;br /&gt;
| ThinkPad {{X41}} 2525-CTO || 1.5 GB || 2 GB || 2.09 || 1.02 ||&lt;br /&gt;
* 1 x 2GB ( ??? )&lt;br /&gt;
BIOS claims 2.5 GB. Diagnostic POST and memtest86+ both test only 2 GB. Linux and Windows XP recognize 2 GB.&lt;br /&gt;
|-&lt;br /&gt;
| ThinkPad {{X41}} 2528-5FU || 1.5 GB || || 2.09 || 1.02 ||&lt;br /&gt;
* 1 x 2GB (Transcend TS2GIB3847 DDR2 667 MHz)&lt;br /&gt;
* 1 x 2GB (FRU 73P3846 DDR2 PC2-4200)&lt;br /&gt;
BIOS claims 2.5 GB. Diagnostic POST tests only 2 GB. Linux and XP recognize 2 GB.&lt;br /&gt;
|-&lt;br /&gt;
| ThinkPad {{X41}} 2525-F8G || 1.5 GB || 2 GB || 2.06 || 1.01 ||&lt;br /&gt;
* 1 x 2GB (Crucial CT25664AC667 DDR2 PC2-5300)&lt;br /&gt;
BIOS claims 2.5 GB. Diagnostic POST and memtest86+ both test only 2 GB. Linux and Windows XP recognize 2 GB.&lt;br /&gt;
|-&lt;br /&gt;
| ThinkPad {{X41_Tablet}} 1866-6HU || 1.5 GB || || 2.03 || 1.02 ||&lt;br /&gt;
* 1 x 2GB (Transcend JM667QSU-2G DDR2 667 MHz)&lt;br /&gt;
BIOS claims 2.5GB. Diagnostic POST tests only 2GB. Linux and Windows XP recognize 2GB.&lt;br /&gt;
|-&lt;br /&gt;
| ThinkPad {{X61}}&amp;lt;br /&amp;gt;7675-K2U || 4 GB || 8 GB || ?.?? || ?.?? ||&lt;br /&gt;
Kingston 8GB (set of 2x4GB) 200-Pin DDR2, KVR667D2S5K2/8G&amp;lt;br/&amp;gt;''Equivalent to 2 x Kingston KVR667D2S5/4G''&lt;br /&gt;
|-&lt;br /&gt;
| ThinkPad {{X61s}}&amp;lt;br /&amp;gt;7666AK7 || 4GB || 8GB || 2.16 || 1.03 ||&lt;br /&gt;
2 x Generic 4GB DDR2 SODIMM (200 pin) 667Mhz PC2 5400 / PC2 5300 CL 5.0&lt;br /&gt;
|-&lt;br /&gt;
| ThinkPad {{X61t}}&amp;lt;br /&amp;gt;7764-CTO || 4 GB || 8 GB || 1.23 || ?.?? ||&lt;br /&gt;
2 x Generic 4GB 200-Pin DDR2.&lt;br /&gt;
|-&lt;br /&gt;
| ThinkPad {{X61t}}&amp;lt;br /&amp;gt;7762-94G || 4 GB || 8 GB || 1.23 || 1.02 ||&lt;br /&gt;
2 x Kingston 4GB 200-Pin DDR2, KVR667D2S5/4G.&lt;br /&gt;
|-&lt;br /&gt;
| ThinkPad {{X61t}}&amp;lt;br /&amp;gt;7762-95G || 4 GB || 8 GB || 1.23 || 1.02 ||&lt;br /&gt;
2 x Kingston 4GB 200-Pin DDR2, KVR667D2S5/4G. Ubuntu 10.10 64bit shows installed memory size of 7,7 GiB.&lt;br /&gt;
|-&lt;br /&gt;
|ThinkPad {{X100e}}&amp;lt;br /&amp;gt;3508-CTO || 4GB || 8GB || 1.29 || 1.22 ||&lt;br /&gt;
2 x G.Skill 4GB 200-Pin 800MHz DDR2, Model # F2-6400CL6D-8GBSQ (PC2-6400)&lt;br /&gt;
|-&lt;br /&gt;
|ThinkPad {{X120e}}&amp;lt;br /&amp;gt;0596-CTO || 4GB || 8GB || ?.?? || ?.?? ||&lt;br /&gt;
2 x Kingston KVR1066D3S7/4G = 8GB SODIMM DDR3 1066MHz CL7&lt;br /&gt;
|-&lt;br /&gt;
| ThinkPad {{X200}}&amp;lt;br /&amp;gt;7459-W2H || 4 GB || 8 GB || 3.13 || 1.06 ||&lt;br /&gt;
2 x KVR1066D3S7/4G.&lt;br /&gt;
|-&lt;br /&gt;
| ThinkPad {{X200s}}&amp;lt;br /&amp;gt;7466-9QG || 4 GB || 8 GB || 3.11 || 1.06 ||&lt;br /&gt;
2 x KVR1333D3S9/4G.&lt;br /&gt;
|-&lt;br /&gt;
| ThinkPad {{240}}&amp;lt;br /&amp;gt;2609-40U || 320MByte || || IRETWWW76 || n/a ||&lt;br /&gt;
* Any PC100 256MB memory in 16-chip configuration&lt;br /&gt;
|-&lt;br /&gt;
| ThinkPad {{240X}}&amp;lt;br /&amp;gt; ||  256MByte || || unknown || n/a ||&lt;br /&gt;
* Some PC100 256MB memory in 16-chip configuration may work. Chipset cannot handle more than 256MB&lt;br /&gt;
|-&lt;br /&gt;
| ThinkPad {{570}}&amp;lt;br /&amp;gt;2644-3AU ||  320MB || || 1.16 IMET65WW 11/11/99 || n/a ||&lt;br /&gt;
* Kingston KTM-TP390X/256 256MB MODULE FRU 16P6327 - 16 chips, 8 each side&lt;br /&gt;
|-&lt;br /&gt;
| ThinkPad {{600}}&amp;lt;br /&amp;gt; ? || 288MB || || ? || ? ||&lt;br /&gt;
* 416MB = 256MB '''low density''' PC100 SODIMM + 128MB PC66 SODIMM + 32MB PC66 on-board. It matters which SODIMM you put in which slot.  This was first reported working on the [http://zurich.csail.mit.edu/hypermail/thinkpad/2004-04/0797.html Thinkpad Mailing List], and it worked error-free for me.&lt;br /&gt;
The 600E (2645-8A0) with Bios INET36WW accept two modules &lt;br /&gt;
of 256MB.&lt;br /&gt;
The ram modules have 8 chips on each side.&lt;br /&gt;
That results in 544MB. (RAM Typ: Micron MT16LSDF3264HG-133E4 PC133 CL3 sync).&lt;br /&gt;
Processor is an Intel PII 366 PE, installed platform is Windows XP Pro with SP3.&lt;br /&gt;
|-&lt;br /&gt;
| ThinkPad {{770}}x&amp;lt;br /&amp;gt;9549|| 448MB || || 1.11 IIET42WW 09/10/99 || n/a ||&lt;br /&gt;
* 448MB = 256MB PC100 + 128MB PC66 + internal 64MB using IBM 256MB MODULE FRU 33L3070 PC100 CL2 - 16 chips, 8 each side&lt;br /&gt;
* 512MB = 2 x 256MB PC100 + 64MB internal booted up as well. 512MB is due to 440LX-Chipset limitations, 64MB are overlapping or unused.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Non-working memory configurations==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
! ThinkPad !! max. Specs !! BIOS !! Embedded Controller !! Memory configuration unsuccessfully tested&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
| ThinkPad {{A21m}}&amp;lt;br /&amp;gt; || 512MB || ? || ? ||&lt;br /&gt;
* 2 x Microx 144-pin 512MB PC133 SDRAM SODIMM 32x16 8C&lt;br /&gt;
* 1 x Microx 144-pin 512MB PC133 SDRAM SODIMM 32x16 8C&lt;br /&gt;
* 1 x Microx 144-pin 512MB PC133 SDRAM SODIMM 32x16 8C&lt;br /&gt;
:+ 1 x 144-pin 256MB PC133 SDRAM SODIMM&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
| ThinkPad&amp;lt;br&amp;gt;{{T61p}}&amp;lt;br&amp;gt;6460-DVU || 4GB || 7LETC7WW (2.27)&amp;lt;br&amp;gt;04/08/2010 || 1.08 || 6GB:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;4GB: Micron MT16HTS51264HY&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;2GB: Kingston KTH-ZD8000C6&amp;lt;br&amp;gt;&lt;br /&gt;
Passed Windows Memory Diagnostic (Standard),&amp;lt;br&amp;gt;&lt;br /&gt;
but system became slightly unstable, app crash every 1-2 hours,&amp;lt;br&amp;gt;&lt;br /&gt;
failed Lenovo Toolbox memory test.&lt;br /&gt;
|-&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
| ThinkPad&amp;lt;br&amp;gt;{{T43}} || 3GB || 1YET62WW (1.27 ) || 1YHT29WW-1.06 || 3GB:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;2GB: Micron&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;1GB: Kingston&amp;lt;br&amp;gt;&lt;br /&gt;
In 2+1 configuration system doesn't starts (black screen constantly).&lt;br /&gt;
In 1+2 configuration system works, but sees only 2GB in BIOS and Linux.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==External Sources==&lt;br /&gt;
* [http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-55644 IBM's official Memory compatibility page]&lt;/div&gt;</summary>
		<author><name>Usvi</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Kubuntu_9.10_installation_notes_on_a_ThinkPad_X100e&amp;diff=46155</id>
		<title>Kubuntu 9.10 installation notes on a ThinkPad X100e</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Kubuntu_9.10_installation_notes_on_a_ThinkPad_X100e&amp;diff=46155"/>
		<updated>2010-02-21T22:33:57Z</updated>

		<summary type="html">&lt;p&gt;Usvi: /* Problems */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I installed Kubuntu 9.10 on my X100e. Here are my findings.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== First Boot ==&lt;br /&gt;
The computer first boots into pre-installation environment which is used to gather information about the language and other settings for the final installation procedure. &lt;br /&gt;
&lt;br /&gt;
== Disk ==&lt;br /&gt;
&lt;br /&gt;
The previous occupied Windows 7 installation had 3 primary partitions occupied. The last one of them contained the recovery partition. Moving it around on the disk even slightly seems to disable the functionality.&lt;br /&gt;
&lt;br /&gt;
== LSPCI ==&lt;br /&gt;
Output of {{cmdroot|lspci}}&lt;br /&gt;
 00:00.0 Host bridge: Advanced Micro Devices [AMD] RS780 Host Bridge&lt;br /&gt;
 00:01.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (int gfx)&lt;br /&gt;
 00:05.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 1)&lt;br /&gt;
 00:06.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 2)&lt;br /&gt;
 00:11.0 SATA controller: ATI Technologies Inc SB700/SB800 SATA Controller [AHCI mode]&lt;br /&gt;
 00:12.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller&lt;br /&gt;
 00:12.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller&lt;br /&gt;
 00:12.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller&lt;br /&gt;
 00:13.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller&lt;br /&gt;
 00:13.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller&lt;br /&gt;
 00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3c)&lt;br /&gt;
 00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)&lt;br /&gt;
 00:14.3 ISA bridge: ATI Technologies Inc SB700/SB800 LPC host controller&lt;br /&gt;
 00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge&lt;br /&gt;
 00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration&lt;br /&gt;
 00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map&lt;br /&gt;
 00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller&lt;br /&gt;
 00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control&lt;br /&gt;
 01:05.0 VGA compatible controller: ATI Technologies Inc RS780M/RS780MN [Radeon HD 3200 Graphics]&lt;br /&gt;
 02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)&lt;br /&gt;
 03:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device 8172 (rev 10)&lt;br /&gt;
&lt;br /&gt;
== Problems ==&lt;br /&gt;
* Audio Jack sense does not work with stock kernel I currently have (2.6.31-19-generic #56-Ubuntu SMP Thu Jan 28 02:39:34 UTC 2010 x86_64 GNU/Linux). Audio does not get muted on main speakers when headphones are plugged in. In Windows sense works.&lt;br /&gt;
* Wlan drivers are poor at the time being. Got the link to get them working in the first place from here: [http://justinsomnia.org/2010/02/ubuntu-on-a-lenovo-thinkpad-x100e/]&lt;/div&gt;</summary>
		<author><name>Usvi</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:X100e&amp;diff=46154</id>
		<title>Category:X100e</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:X100e&amp;diff=46154"/>
		<updated>2010-02-21T22:28:34Z</updated>

		<summary type="html">&lt;p&gt;Usvi: /* Other */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ThinkPad X100e ===&lt;br /&gt;
This page gives an overview of all ThinkPad X100e related topics.&lt;br /&gt;
==== Machine Type ====&lt;br /&gt;
* 2876, 3501&lt;br /&gt;
&lt;br /&gt;
==== Details ====&lt;br /&gt;
* [[AMD Athlon Neo]] Single-Core MV-40 (1.6GHz, 512KB L2) processor&lt;br /&gt;
* One of the following graphics adapters:&lt;br /&gt;
** [[ATI Mobility Radeon HD 2200]]&lt;br /&gt;
** [[ATI Mobility Radeon HD 3200]]&lt;br /&gt;
* 11.6&amp;quot; TFT display with 1366x768 (HD) resolution with LED backlight&lt;br /&gt;
* 1 or 2GB [[PC2-5300]] memory standard upgradable to 4GB&lt;br /&gt;
* One of the following HDD&lt;br /&gt;
** 160GB 5400rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
** 250GB 5400rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
* Realtek RT8111DL PCIe Gigabit Ethernet&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** ThinkPad 11b/g/n WiFi&lt;br /&gt;
* [[MiniPCI Express slot]] 2 with one of the following:&lt;br /&gt;
** None&lt;br /&gt;
** EV-DO WWAN (Qualcomm chipset)&lt;br /&gt;
** AT&amp;amp;T WWAN&lt;br /&gt;
* Multicard reader 4-in-1 (MMC, MS, MS Pro, SD)&lt;br /&gt;
* [[Active Protection System|IBM Active Protection System]]&lt;br /&gt;
* [[ThinkPad Bluetooth with Enhanced Data Rate (BDC-2)|Bluetooth]] on select models&lt;br /&gt;
* [[UltraNav]] (TrackPoint / Touchpad combo)&lt;br /&gt;
* 0.3MP [[Integrated camera]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[Image:ThinkPadX100e.jpg|ThinkPad X100e]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Reviews ====&lt;br /&gt;
* [http://www.engadget.com/2010/01/04/lenovo-thinkpad-x100e-hands-on-impressions/ Lenovo ThinkPad X100e hands-on impressions] Engadget.com, 2010-01-04&lt;br /&gt;
==== Other ====&lt;br /&gt;
[[Kubuntu_9.10_installation_notes_on_a_ThinkPad_X100e| Kubuntu 9.10 installation notes on a ThinkPad X100e]]&lt;br /&gt;
[[Category:X Series]]&lt;/div&gt;</summary>
		<author><name>Usvi</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:X100e&amp;diff=46153</id>
		<title>Category:X100e</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:X100e&amp;diff=46153"/>
		<updated>2010-02-21T22:27:58Z</updated>

		<summary type="html">&lt;p&gt;Usvi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ThinkPad X100e ===&lt;br /&gt;
This page gives an overview of all ThinkPad X100e related topics.&lt;br /&gt;
==== Machine Type ====&lt;br /&gt;
* 2876, 3501&lt;br /&gt;
&lt;br /&gt;
==== Details ====&lt;br /&gt;
* [[AMD Athlon Neo]] Single-Core MV-40 (1.6GHz, 512KB L2) processor&lt;br /&gt;
* One of the following graphics adapters:&lt;br /&gt;
** [[ATI Mobility Radeon HD 2200]]&lt;br /&gt;
** [[ATI Mobility Radeon HD 3200]]&lt;br /&gt;
* 11.6&amp;quot; TFT display with 1366x768 (HD) resolution with LED backlight&lt;br /&gt;
* 1 or 2GB [[PC2-5300]] memory standard upgradable to 4GB&lt;br /&gt;
* One of the following HDD&lt;br /&gt;
** 160GB 5400rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
** 250GB 5400rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
* Realtek RT8111DL PCIe Gigabit Ethernet&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** ThinkPad 11b/g/n WiFi&lt;br /&gt;
* [[MiniPCI Express slot]] 2 with one of the following:&lt;br /&gt;
** None&lt;br /&gt;
** EV-DO WWAN (Qualcomm chipset)&lt;br /&gt;
** AT&amp;amp;T WWAN&lt;br /&gt;
* Multicard reader 4-in-1 (MMC, MS, MS Pro, SD)&lt;br /&gt;
* [[Active Protection System|IBM Active Protection System]]&lt;br /&gt;
* [[ThinkPad Bluetooth with Enhanced Data Rate (BDC-2)|Bluetooth]] on select models&lt;br /&gt;
* [[UltraNav]] (TrackPoint / Touchpad combo)&lt;br /&gt;
* 0.3MP [[Integrated camera]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[Image:ThinkPadX100e.jpg|ThinkPad X100e]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Reviews ====&lt;br /&gt;
* [http://www.engadget.com/2010/01/04/lenovo-thinkpad-x100e-hands-on-impressions/ Lenovo ThinkPad X100e hands-on impressions] Engadget.com, 2010-01-04&lt;br /&gt;
==== Other ====&lt;br /&gt;
[[Kubuntu_9.10_installation_notes_on_a_ThinkPad_X100e]]&lt;br /&gt;
[[Category:X Series]]&lt;/div&gt;</summary>
		<author><name>Usvi</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Kubuntu_9.10_installation_notes_on_a_ThinkPad_X100e&amp;diff=46152</id>
		<title>Kubuntu 9.10 installation notes on a ThinkPad X100e</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Kubuntu_9.10_installation_notes_on_a_ThinkPad_X100e&amp;diff=46152"/>
		<updated>2010-02-21T22:26:14Z</updated>

		<summary type="html">&lt;p&gt;Usvi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I installed Kubuntu 9.10 on my X100e. Here are my findings.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== First Boot ==&lt;br /&gt;
The computer first boots into pre-installation environment which is used to gather information about the language and other settings for the final installation procedure. &lt;br /&gt;
&lt;br /&gt;
== Disk ==&lt;br /&gt;
&lt;br /&gt;
The previous occupied Windows 7 installation had 3 primary partitions occupied. The last one of them contained the recovery partition. Moving it around on the disk even slightly seems to disable the functionality.&lt;br /&gt;
&lt;br /&gt;
== LSPCI ==&lt;br /&gt;
Output of {{cmdroot|lspci}}&lt;br /&gt;
 00:00.0 Host bridge: Advanced Micro Devices [AMD] RS780 Host Bridge&lt;br /&gt;
 00:01.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (int gfx)&lt;br /&gt;
 00:05.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 1)&lt;br /&gt;
 00:06.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 2)&lt;br /&gt;
 00:11.0 SATA controller: ATI Technologies Inc SB700/SB800 SATA Controller [AHCI mode]&lt;br /&gt;
 00:12.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller&lt;br /&gt;
 00:12.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller&lt;br /&gt;
 00:12.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller&lt;br /&gt;
 00:13.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller&lt;br /&gt;
 00:13.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller&lt;br /&gt;
 00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3c)&lt;br /&gt;
 00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)&lt;br /&gt;
 00:14.3 ISA bridge: ATI Technologies Inc SB700/SB800 LPC host controller&lt;br /&gt;
 00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge&lt;br /&gt;
 00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration&lt;br /&gt;
 00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map&lt;br /&gt;
 00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller&lt;br /&gt;
 00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control&lt;br /&gt;
 01:05.0 VGA compatible controller: ATI Technologies Inc RS780M/RS780MN [Radeon HD 3200 Graphics]&lt;br /&gt;
 02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)&lt;br /&gt;
 03:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device 8172 (rev 10)&lt;br /&gt;
&lt;br /&gt;
== Problems ==&lt;br /&gt;
* Audio Jack sense does not work with stock kernel I currently have (2.6.31-19-generic #56-Ubuntu SMP Thu Jan 28 02:39:34 UTC 2010 x86_64 GNU/Linux). Audio does not get muted on main speakers when headphones are plugged in. In Windows sense works.&lt;/div&gt;</summary>
		<author><name>Usvi</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Kubuntu_9.10_installation_notes_on_a_ThinkPad_X100e&amp;diff=46151</id>
		<title>Kubuntu 9.10 installation notes on a ThinkPad X100e</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Kubuntu_9.10_installation_notes_on_a_ThinkPad_X100e&amp;diff=46151"/>
		<updated>2010-02-21T22:24:00Z</updated>

		<summary type="html">&lt;p&gt;Usvi: /* OLSPCI */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I installed Kubuntu 9.10 on my X100e. Here are my findings.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== First Boot ==&lt;br /&gt;
The computer first boots into pre-installation environment which is used to gather information about the language and other settings for the final installation procedure. &lt;br /&gt;
&lt;br /&gt;
== Disk ==&lt;br /&gt;
&lt;br /&gt;
The previous occupied Windows 7 installation had 3 primary partitions occupied. The last one of them contained the recovery partition. Moving it around on the disk even slightly seems to disable the functionality.&lt;br /&gt;
&lt;br /&gt;
== LSPCI ==&lt;br /&gt;
Output of {{cmdroot|lspci}}&lt;br /&gt;
 00:00.0 Host bridge: Advanced Micro Devices [AMD] RS780 Host Bridge&lt;br /&gt;
 00:01.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (int gfx)&lt;br /&gt;
 00:05.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 1)&lt;br /&gt;
 00:06.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 2)&lt;br /&gt;
 00:11.0 SATA controller: ATI Technologies Inc SB700/SB800 SATA Controller [AHCI mode]&lt;br /&gt;
 00:12.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller&lt;br /&gt;
 00:12.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller&lt;br /&gt;
 00:12.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller&lt;br /&gt;
 00:13.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller&lt;br /&gt;
 00:13.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller&lt;br /&gt;
 00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3c)&lt;br /&gt;
 00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)&lt;br /&gt;
 00:14.3 ISA bridge: ATI Technologies Inc SB700/SB800 LPC host controller&lt;br /&gt;
 00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge&lt;br /&gt;
 00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration&lt;br /&gt;
 00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map&lt;br /&gt;
 00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller&lt;br /&gt;
 00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control&lt;br /&gt;
 01:05.0 VGA compatible controller: ATI Technologies Inc RS780M/RS780MN [Radeon HD 3200 Graphics]&lt;br /&gt;
 02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)&lt;br /&gt;
 03:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device 8172 (rev 10)&lt;/div&gt;</summary>
		<author><name>Usvi</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Kubuntu_9.10_installation_notes_on_a_ThinkPad_X100e&amp;diff=46150</id>
		<title>Kubuntu 9.10 installation notes on a ThinkPad X100e</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Kubuntu_9.10_installation_notes_on_a_ThinkPad_X100e&amp;diff=46150"/>
		<updated>2010-02-21T22:23:18Z</updated>

		<summary type="html">&lt;p&gt;Usvi: /* Output of lspci */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I installed Kubuntu 9.10 on my X100e. Here are my findings.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== First Boot ==&lt;br /&gt;
The computer first boots into pre-installation environment which is used to gather information about the language and other settings for the final installation procedure. &lt;br /&gt;
&lt;br /&gt;
== Disk ==&lt;br /&gt;
&lt;br /&gt;
The previous occupied Windows 7 installation had 3 primary partitions occupied. The last one of them contained the recovery partition. Moving it around on the disk even slightly seems to disable the functionality.&lt;br /&gt;
&lt;br /&gt;
== OLSPCI ==&lt;br /&gt;
Output of {{cmdroot|lspci}}&lt;br /&gt;
 00:00.0 Host bridge: Advanced Micro Devices [AMD] RS780 Host Bridge&lt;br /&gt;
 00:01.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (int gfx)&lt;br /&gt;
 00:05.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 1)&lt;br /&gt;
 00:06.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 2)&lt;br /&gt;
 00:11.0 SATA controller: ATI Technologies Inc SB700/SB800 SATA Controller [AHCI mode]&lt;br /&gt;
 00:12.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller&lt;br /&gt;
 00:12.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller&lt;br /&gt;
 00:12.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller&lt;br /&gt;
 00:13.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller&lt;br /&gt;
 00:13.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller&lt;br /&gt;
 00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3c)&lt;br /&gt;
 00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)&lt;br /&gt;
 00:14.3 ISA bridge: ATI Technologies Inc SB700/SB800 LPC host controller&lt;br /&gt;
 00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge&lt;br /&gt;
 00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration&lt;br /&gt;
 00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map&lt;br /&gt;
 00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller&lt;br /&gt;
 00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control&lt;br /&gt;
 01:05.0 VGA compatible controller: ATI Technologies Inc RS780M/RS780MN [Radeon HD 3200 Graphics]&lt;br /&gt;
 02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)&lt;br /&gt;
 03:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device 8172 (rev 10)&lt;/div&gt;</summary>
		<author><name>Usvi</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Kubuntu_9.10_installation_notes_on_a_ThinkPad_X100e&amp;diff=46149</id>
		<title>Kubuntu 9.10 installation notes on a ThinkPad X100e</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Kubuntu_9.10_installation_notes_on_a_ThinkPad_X100e&amp;diff=46149"/>
		<updated>2010-02-21T22:22:43Z</updated>

		<summary type="html">&lt;p&gt;Usvi: /* Output of lspci */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I installed Kubuntu 9.10 on my X100e. Here are my findings.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== First Boot ==&lt;br /&gt;
The computer first boots into pre-installation environment which is used to gather information about the language and other settings for the final installation procedure. &lt;br /&gt;
&lt;br /&gt;
== Disk ==&lt;br /&gt;
&lt;br /&gt;
The previous occupied Windows 7 installation had 3 primary partitions occupied. The last one of them contained the recovery partition. Moving it around on the disk even slightly seems to disable the functionality.&lt;br /&gt;
&lt;br /&gt;
== Output of lspci ==&lt;br /&gt;
Listing of {{cmdroot|lspci}}&lt;br /&gt;
 00:00.0 Host bridge: Advanced Micro Devices [AMD] RS780 Host Bridge&lt;br /&gt;
 00:01.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (int gfx)&lt;br /&gt;
 00:05.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 1)&lt;br /&gt;
 00:06.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 2)&lt;br /&gt;
 00:11.0 SATA controller: ATI Technologies Inc SB700/SB800 SATA Controller [AHCI mode]&lt;br /&gt;
 00:12.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller&lt;br /&gt;
 00:12.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller&lt;br /&gt;
 00:12.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller&lt;br /&gt;
 00:13.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller&lt;br /&gt;
 00:13.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller&lt;br /&gt;
 00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3c)&lt;br /&gt;
 00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)&lt;br /&gt;
 00:14.3 ISA bridge: ATI Technologies Inc SB700/SB800 LPC host controller&lt;br /&gt;
 00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge&lt;br /&gt;
 00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration&lt;br /&gt;
 00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map&lt;br /&gt;
 00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller&lt;br /&gt;
 00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control&lt;br /&gt;
 01:05.0 VGA compatible controller: ATI Technologies Inc RS780M/RS780MN [Radeon HD 3200 Graphics]&lt;br /&gt;
 02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)&lt;br /&gt;
 03:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device 8172 (rev 10)&lt;/div&gt;</summary>
		<author><name>Usvi</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Kubuntu_9.10_installation_notes_on_a_ThinkPad_X100e&amp;diff=46148</id>
		<title>Kubuntu 9.10 installation notes on a ThinkPad X100e</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Kubuntu_9.10_installation_notes_on_a_ThinkPad_X100e&amp;diff=46148"/>
		<updated>2010-02-21T22:22:23Z</updated>

		<summary type="html">&lt;p&gt;Usvi: /* Output of lspci */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I installed Kubuntu 9.10 on my X100e. Here are my findings.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== First Boot ==&lt;br /&gt;
The computer first boots into pre-installation environment which is used to gather information about the language and other settings for the final installation procedure. &lt;br /&gt;
&lt;br /&gt;
== Disk ==&lt;br /&gt;
&lt;br /&gt;
The previous occupied Windows 7 installation had 3 primary partitions occupied. The last one of them contained the recovery partition. Moving it around on the disk even slightly seems to disable the functionality.&lt;br /&gt;
&lt;br /&gt;
== Output of lspci ==&lt;br /&gt;
Listing of {{cmdroot|lspci}}&lt;br /&gt;
00:00.0 Host bridge: Advanced Micro Devices [AMD] RS780 Host Bridge&lt;br /&gt;
00:01.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (int gfx)&lt;br /&gt;
00:05.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 1)&lt;br /&gt;
00:06.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 2)&lt;br /&gt;
00:11.0 SATA controller: ATI Technologies Inc SB700/SB800 SATA Controller [AHCI mode]&lt;br /&gt;
00:12.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller&lt;br /&gt;
00:12.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller&lt;br /&gt;
00:12.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller&lt;br /&gt;
00:13.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller&lt;br /&gt;
00:13.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller&lt;br /&gt;
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3c)&lt;br /&gt;
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)&lt;br /&gt;
00:14.3 ISA bridge: ATI Technologies Inc SB700/SB800 LPC host controller&lt;br /&gt;
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge&lt;br /&gt;
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration&lt;br /&gt;
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map&lt;br /&gt;
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller&lt;br /&gt;
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control&lt;br /&gt;
01:05.0 VGA compatible controller: ATI Technologies Inc RS780M/RS780MN [Radeon HD 3200 Graphics]&lt;br /&gt;
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)&lt;br /&gt;
03:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device 8172 (rev 10)&lt;/div&gt;</summary>
		<author><name>Usvi</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Kubuntu_9.10_installation_notes_on_a_ThinkPad_X100e&amp;diff=46147</id>
		<title>Kubuntu 9.10 installation notes on a ThinkPad X100e</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Kubuntu_9.10_installation_notes_on_a_ThinkPad_X100e&amp;diff=46147"/>
		<updated>2010-02-21T22:21:52Z</updated>

		<summary type="html">&lt;p&gt;Usvi: /* LSPCI */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I installed Kubuntu 9.10 on my X100e. Here are my findings.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== First Boot ==&lt;br /&gt;
The computer first boots into pre-installation environment which is used to gather information about the language and other settings for the final installation procedure. &lt;br /&gt;
&lt;br /&gt;
== Disk ==&lt;br /&gt;
&lt;br /&gt;
The previous occupied Windows 7 installation had 3 primary partitions occupied. The last one of them contained the recovery partition. Moving it around on the disk even slightly seems to disable the functionality.&lt;br /&gt;
&lt;br /&gt;
== Output of lspci ==&lt;br /&gt;
Listing of {{cmdroot|lspci}}&lt;br /&gt;
 00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory Controller Hub (rev 03)&lt;br /&gt;
 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)&lt;br /&gt;
 00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)&lt;br /&gt;
 00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)&lt;br /&gt;
 00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)&lt;br /&gt;
 00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)&lt;br /&gt;
 00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)&lt;br /&gt;
 00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 02)&lt;br /&gt;
 00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 02)&lt;br /&gt;
 00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 02)&lt;br /&gt;
 00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 02)&lt;br /&gt;
 00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)&lt;br /&gt;
 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)&lt;br /&gt;
 00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)&lt;br /&gt;
 00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02)&lt;br /&gt;
 00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller (rev 02)&lt;br /&gt;
 00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)&lt;br /&gt;
 02:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5906M Fast Ethernet PCI Express (rev 02)&lt;br /&gt;
 05:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)&lt;/div&gt;</summary>
		<author><name>Usvi</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Kubuntu_9.10_installation_notes_on_a_ThinkPad_X100e&amp;diff=46146</id>
		<title>Kubuntu 9.10 installation notes on a ThinkPad X100e</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Kubuntu_9.10_installation_notes_on_a_ThinkPad_X100e&amp;diff=46146"/>
		<updated>2010-02-21T22:20:44Z</updated>

		<summary type="html">&lt;p&gt;Usvi: /* LSPCI */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I installed Kubuntu 9.10 on my X100e. Here are my findings.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== First Boot ==&lt;br /&gt;
The computer first boots into pre-installation environment which is used to gather information about the language and other settings for the final installation procedure. &lt;br /&gt;
&lt;br /&gt;
== Disk ==&lt;br /&gt;
&lt;br /&gt;
The previous occupied Windows 7 installation had 3 primary partitions occupied. The last one of them contained the recovery partition. Moving it around on the disk even slightly seems to disable the functionality.&lt;br /&gt;
&lt;br /&gt;
== LSPCI ==&lt;br /&gt;
Listing of {{cmdroot|lspci}}&lt;br /&gt;
00:00.0 Host bridge: Advanced Micro Devices [AMD] RS780 Host Bridge&lt;br /&gt;
00:01.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (int gfx)&lt;br /&gt;
00:05.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 1)&lt;br /&gt;
00:06.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 2)&lt;br /&gt;
00:11.0 SATA controller: ATI Technologies Inc SB700/SB800 SATA Controller [AHCI mode]&lt;br /&gt;
00:12.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller&lt;br /&gt;
00:12.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller&lt;br /&gt;
00:12.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller&lt;br /&gt;
00:13.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller&lt;br /&gt;
00:13.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller&lt;br /&gt;
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3c)&lt;br /&gt;
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)&lt;br /&gt;
00:14.3 ISA bridge: ATI Technologies Inc SB700/SB800 LPC host controller&lt;br /&gt;
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge&lt;br /&gt;
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration&lt;br /&gt;
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map&lt;br /&gt;
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller&lt;br /&gt;
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control&lt;br /&gt;
01:05.0 VGA compatible controller: ATI Technologies Inc RS780M/RS780MN [Radeon HD 3200 Graphics]&lt;br /&gt;
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)&lt;br /&gt;
03:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device 8172 (rev 10)&lt;/div&gt;</summary>
		<author><name>Usvi</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Kubuntu_9.10_installation_notes_on_a_ThinkPad_X100e&amp;diff=46145</id>
		<title>Kubuntu 9.10 installation notes on a ThinkPad X100e</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Kubuntu_9.10_installation_notes_on_a_ThinkPad_X100e&amp;diff=46145"/>
		<updated>2010-02-21T22:17:05Z</updated>

		<summary type="html">&lt;p&gt;Usvi: /* LSPCI */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I installed Kubuntu 9.10 on my X100e. Here are my findings.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== First Boot ==&lt;br /&gt;
The computer first boots into pre-installation environment which is used to gather information about the language and other settings for the final installation procedure. &lt;br /&gt;
&lt;br /&gt;
== Disk ==&lt;br /&gt;
&lt;br /&gt;
The previous occupied Windows 7 installation had 3 primary partitions occupied. The last one of them contained the recovery partition. Moving it around on the disk even slightly seems to disable the functionality.&lt;br /&gt;
&lt;br /&gt;
== LSPCI ==&lt;br /&gt;
{{cmdroot|lspci}}&lt;br /&gt;
00:00.0 Host bridge: Advanced Micro Devices [AMD] RS780 Host Bridge&lt;br /&gt;
00:01.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (int gfx)&lt;br /&gt;
00:05.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 1)&lt;br /&gt;
00:06.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 2)&lt;br /&gt;
00:11.0 SATA controller: ATI Technologies Inc SB700/SB800 SATA Controller [AHCI mode]&lt;br /&gt;
00:12.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller&lt;br /&gt;
00:12.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller&lt;br /&gt;
00:12.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller&lt;br /&gt;
00:13.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller&lt;br /&gt;
00:13.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller&lt;br /&gt;
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3c)&lt;br /&gt;
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)&lt;br /&gt;
00:14.3 ISA bridge: ATI Technologies Inc SB700/SB800 LPC host controller&lt;br /&gt;
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge&lt;br /&gt;
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration&lt;br /&gt;
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map&lt;br /&gt;
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller&lt;br /&gt;
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control&lt;br /&gt;
01:05.0 VGA compatible controller: ATI Technologies Inc RS780M/RS780MN [Radeon HD 3200 Graphics]&lt;br /&gt;
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)&lt;br /&gt;
03:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device 8172 (rev 10)&lt;/div&gt;</summary>
		<author><name>Usvi</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Kubuntu_9.10_installation_notes_on_a_ThinkPad_X100e&amp;diff=46144</id>
		<title>Kubuntu 9.10 installation notes on a ThinkPad X100e</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Kubuntu_9.10_installation_notes_on_a_ThinkPad_X100e&amp;diff=46144"/>
		<updated>2010-02-21T22:14:20Z</updated>

		<summary type="html">&lt;p&gt;Usvi: /* LSPCI */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I installed Kubuntu 9.10 on my X100e. Here are my findings.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== First Boot ==&lt;br /&gt;
The computer first boots into pre-installation environment which is used to gather information about the language and other settings for the final installation procedure. &lt;br /&gt;
&lt;br /&gt;
== Disk ==&lt;br /&gt;
&lt;br /&gt;
The previous occupied Windows 7 installation had 3 primary partitions occupied. The last one of them contained the recovery partition. Moving it around on the disk even slightly seems to disable the functionality.&lt;br /&gt;
&lt;br /&gt;
== LSPCI ==&lt;br /&gt;
Lspci listed below:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
00:00.0 Host bridge: Advanced Micro Devices [AMD] RS780 Host Bridge&lt;br /&gt;
00:01.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (int gfx)&lt;br /&gt;
00:05.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 1)&lt;br /&gt;
00:06.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 2)&lt;br /&gt;
00:11.0 SATA controller: ATI Technologies Inc SB700/SB800 SATA Controller [AHCI mode]&lt;br /&gt;
00:12.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller&lt;br /&gt;
00:12.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller&lt;br /&gt;
00:12.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller&lt;br /&gt;
00:13.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller&lt;br /&gt;
00:13.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller&lt;br /&gt;
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3c)&lt;br /&gt;
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)&lt;br /&gt;
00:14.3 ISA bridge: ATI Technologies Inc SB700/SB800 LPC host controller&lt;br /&gt;
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge&lt;br /&gt;
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration&lt;br /&gt;
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map&lt;br /&gt;
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller&lt;br /&gt;
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control&lt;br /&gt;
01:05.0 VGA compatible controller: ATI Technologies Inc RS780M/RS780MN [Radeon HD 3200 Graphics]&lt;br /&gt;
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)&lt;br /&gt;
03:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device 8172 (rev 10)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Usvi</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Kubuntu_9.10_installation_notes_on_a_ThinkPad_X100e&amp;diff=46143</id>
		<title>Kubuntu 9.10 installation notes on a ThinkPad X100e</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Kubuntu_9.10_installation_notes_on_a_ThinkPad_X100e&amp;diff=46143"/>
		<updated>2010-02-21T22:13:56Z</updated>

		<summary type="html">&lt;p&gt;Usvi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I installed Kubuntu 9.10 on my X100e. Here are my findings.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== First Boot ==&lt;br /&gt;
The computer first boots into pre-installation environment which is used to gather information about the language and other settings for the final installation procedure. &lt;br /&gt;
&lt;br /&gt;
== Disk ==&lt;br /&gt;
&lt;br /&gt;
The previous occupied Windows 7 installation had 3 primary partitions occupied. The last one of them contained the recovery partition. Moving it around on the disk even slightly seems to disable the functionality.&lt;br /&gt;
&lt;br /&gt;
== LSPCI ==&lt;br /&gt;
Lspci listed below:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
00:00.0 Host bridge: Advanced Micro Devices [AMD] RS780 Host Bridge&lt;br /&gt;
00:01.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (int gfx)&lt;br /&gt;
00:05.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 1)&lt;br /&gt;
00:06.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 2)&lt;br /&gt;
00:11.0 SATA controller: ATI Technologies Inc SB700/SB800 SATA Controller [AHCI mode]&lt;br /&gt;
00:12.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller&lt;br /&gt;
00:12.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller&lt;br /&gt;
00:12.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller&lt;br /&gt;
00:13.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller&lt;br /&gt;
00:13.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller&lt;br /&gt;
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3c)&lt;br /&gt;
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)&lt;br /&gt;
00:14.3 ISA bridge: ATI Technologies Inc SB700/SB800 LPC host controller&lt;br /&gt;
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge&lt;br /&gt;
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration&lt;br /&gt;
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map&lt;br /&gt;
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller&lt;br /&gt;
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control&lt;br /&gt;
01:05.0 VGA compatible controller: ATI Technologies Inc RS780M/RS780MN [Radeon HD 3200 Graphics]&lt;br /&gt;
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)&lt;br /&gt;
03:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device 8172 (rev 10)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Usvi</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Kubuntu_9.10_installation_notes_on_a_ThinkPad_X100e&amp;diff=46142</id>
		<title>Kubuntu 9.10 installation notes on a ThinkPad X100e</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Kubuntu_9.10_installation_notes_on_a_ThinkPad_X100e&amp;diff=46142"/>
		<updated>2010-02-21T21:46:38Z</updated>

		<summary type="html">&lt;p&gt;Usvi: â†Created page with 'I installed Kubuntu 9.10 on my X100e. Here are my findings.   == First Boot == The computer first boots into pre-installation environment which is used to gather informati...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I installed Kubuntu 9.10 on my X100e. Here are my findings.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== First Boot ==&lt;br /&gt;
The computer first boots into pre-installation environment which is used to gather information about the language and other settings for the final installation procedure. &lt;br /&gt;
&lt;br /&gt;
== Disk ==&lt;br /&gt;
&lt;br /&gt;
The previous occupied Windows 7 installation had 3 primary partitions occupied. The last one of them contained the recovery partition. Moving it around on the disk even slightly seems to disable the functionality.&lt;/div&gt;</summary>
		<author><name>Usvi</name></author>
		
	</entry>
</feed>