Don Marti
Sat 12 Jun 2010 10:19:00 PM PDT
Verizon mobile broadband on a Thinkpad
Just got one more thing working on the Lenovo T400s: the Qualcomm "Gobi" mobile broadband card (which shows up as USB ID 05c6:9202). This works for me with Fedora 12.
Install gobi-loader.
Start a Microsoft Windows guest under VirtualBox and install the Qualcomm driver "package" from the Lenovo site. Search for and zip up all the
amss.mbn
andapps.mbn
files and copy over to the Linux host. (Make a regular .zip file, not some .zipx jibber-jabber.)There should be a bunch of .mbn files, for different carriers. Use
strings
andgrep
to find the Verizon ones. Put them in the/lib/firmware/gobi
directory.Power-cycle the machine. (Just removing and reinserting the qcserial driver did not work for me.)
On reboot, right-click the NetworkManager applet, select "Edit Connections," and go to the "Mobile Broadband" tab. Click "Add," and the "Set up a Mobile Broadband Connection" screen should include the Qualcomm device.
Set up the connection. Leave the number as
#777
, and set the username to0000000000@vzw3g.com
and the password tovzw
(Replace the 0s with the 10-digit number Verizon assigned you.Use NetworkManager normally to bring the connection up and down.