Qualcomm Gobi 2000
Qualcomm Gobi 2000This is a Qualcomm WWAN Adapter that is installed in a Mini-PCI Express slot NOTE!
Specific versions of this card may come pre-configured for a certain carrier (AT&T, Verizon, Vodafone UK)
Features
|
Lenovo Partnumbers
- ThinkPad AT&T® Gobi 2000 Broadband Option 78Y1398
- ThinkPad Gobi 2000 Broadband Option 78Y1399
Firmware
The firmware for this device is not publicly downloadable. It consists of 3 files:
- amss.mbn (firmware stage 1)
- apps.mbn (firmware stage 2)
- UQCN.mbn (firmware stage 3 - includes configuration and carrier specific settings)
Obtaining the Firmware
There are two ways of obtaining the firmware files:
- From the pre-installed Lenovo Windows installation. Or from a clean Windows installation in a virtualizer that supports USB after installing the Qualcomm Gobi 2000 Wireless WAN Driver[1]. The default location for the firmware files is C:\Program Files (x86)\QUALCOMM\Images\Lenovo\
- Using Wine to execute the Qualcomm Gobi 2000 Wireless WAN Driver installer[2] that simply unpacks the real installer named GobiInstaller.msi. Then just extract[3] the firmware images from the MSI file by
$ wine msiexec /a ~/.wine/drive_c/DRIVERS/WWANQL/Driver/GobiInstaller.msi TARGETDIR=C:\\DRIVERS\\GOBI
Choosing the Right Firmware
The firmware images are located in 14 directories. In general, each "officially" supported carrier has its own directory, as depicted in table "Firmware Images". However, if your UMTS carrier is not listed, the default firmware and the generic UMTS firmware should work. The table "Non-listed Carrier Compatibility" summarizes the experiences of the Talk page.
Dir | Carrier | Image | MD5 message digest |
---|---|---|---|
0 | Vodafone | UQCN.mbn | 25ebf8314ed23394d23fb30ec4d73bf8 |
1 | Verizon |
amss.mbn |
06f76ed398458dad7b91c2d99a85a0a7 |
2 | ATT | UQCN.mbn | 1743cbe6de3172d6a35ff183c2716445 |
3 | Sprint |
amss.mbn |
d25f247cbe0fa481378d9f92c65c3e5e |
4 | T-Mobile | UQCN.mbn | b0f5df651b34601bc21e3d8fcb064b19 |
6 | Generic UMTS | UQCN.mbn | bdf27325ebb63251c1310cd3a8f7bab6 |
7 | Telefonica | UQCN.mbn | a1b941dd4c24e4f6542916c3e1e4634d |
8 | Telecom Italia | UQCN.mbn | 2f2a1b2b7f81735f0b8e4ea15c72b10b |
9 | Orange |
amss.mbn |
00c612a8a827dbef746f514e939fa77d |
12 | DoCoMo |
amss.mbn |
4d6203bf9fe8ae1af439d4d163e91596 |
UMTS | Default Firmware |
amss.mbn |
80fcfbb41a7d4331d4b7145972f5f3c4 |
Dir | Image | Works with |
---|---|---|
0 | Vodafone | ePlus Germany |
1 | Verizon | |
2 | ATT | |
3 | Sprint | |
4 | T-Mobile | |
6 | Generic UMTS | O2 UK? O2 Germany |
7 | Telefonica | |
8 | Telecom Italia | |
9 | Orange | |
12 | DoCoMo | |
UMTS | Default Firmware | UMTS unlocked, O2 UK? O2 Germany ePlus Germany |
Firmware loader
The firmware for this device must be loaded prior to using the device. The firmware loading interface is exposed over USB as id 05c6:9204 which can be accessed as a character (ttyUSB) device under Linux using the qcserial driver. The firmware can be loaded using the gobi_loader application [4].
Modem
After firmware is loaded, the modem is exposed over USB as id 05c6:9205 which can be accessed as a character (TTYUSB) device under Linux using the qcserial (modified to include correct USB IDs). Normal dial-up software can be used to create a 3G connection.
GPS
Since kernel 2.6.37, or with a small kernel patch (submitted upstream: [5]), two additional serial ports are available: Diagnostics Monitor and NMEA GPS. The three serial ports are:
# /dev/ttyUSB0 -> Diagnostics # /dev/ttyUSB1 -> 3G Modem # /dev/ttyUSB2 -> NMEA GPS port
There is a PPA for the qcserial module for Ubuntu 10.10 which uses DKMS: ppa:dveeden/thinkpad-fixes.
If you have another serial USB device activated before the Gobi the ttyUSB-numbers will certainly change.
The Diagnostics Monitor uses Qualcomm's DM protocol; I used libqcdm (ModemManager) to talk to it, found it working, but at least DM commands 12 and 64 are not implemented on my device (Thinkpad x100e).
The GPS port and how to enable it has been confirmed now in the Gobi 3000 source code at: https://www.codeaurora.org/patches/quic/gobi/ Enable/disable GPS with:
echo "\$GPS_START" > /dev/ttyUSB2 # use GPS echo "\$GPS_STOP" > /dev/ttyUSB2
Preconditions: this has only been tested with and without a 3G SIM card attached to the device and the firmware successfully loaded. It is not necessary though to be connected via 3G to be able to use GPS. Also before you can use "$GPS_START/$GPS_STOP" feature, you need to enable it in Windows ThinkVantage GPS(Auto enable tracking checkbox in Preferences). You will need to enable it only once.
To verify if the device is in the right mode use gpscat
$ gpscat /dev/ttyUSB2 6,,,,26,,,,13,,,*70 $GPGSV,4,2,16,14,,,,25,,,,08,,,,09,,,*7B $GPGSV,4,3,16,32,,,,24,,,,,11,,,*73
You could use gpsctl to verify if gpsd detected the device correctly:
$ gpsctl gpsctl: /dev/ttyUSB2 identified as Generic NMEA at 9600
If gpsd didn't detect the serial port the use the following line:
sudo /lib/udev/gpsd.hotplug add /dev/ttyUSB2
Use xgps or cgps to verify if the GPS has a fix. If it does have a fix you could use TangoGPS or any other GPS tool which uses gpsd.
Carrier specific configurations
Each device is intended to be used with a specific carrier, and is shipped with firmware to support that carrier. Notebooks are often also shipped with a pre-installed SIM. Other carriers may work by loading a different firmware version. The 'generic UMTS' stage 3 firmware is known to with with O2, an unsupported UK carrier. See above for a list of known firmware files.
Troubleshooting
Some users have experienced the modem entering a strange state in which it refuses any attempt of loading the firmware. There seem to be at least two ways to reset the modem to get it working as normally again:
1) try to disable WWAN in BIOS and boot your computer. Then shut down it, and enable WWAN again. OR:
2) remove the AC adapter as well as the battery pack and then hold the power button for some time (approx 30 sec. - 1 min.). Then insert the battery again and boot as usual.
See discussion page (22 - 23 January 2011) for further details. --stman 10:10, 23 January 2011 (UTC)
Links
ThinkPads this device may be found in
AT&T service contract may be required
Verizon service contract may be required
Gobi 2000 WWAN upgradable