Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Howto: Gobi 2000 generic GSM/UMTS on Thinkpads

  1. #1
    Join Date
    Oct 2004
    Location
    Arendal, Norway
    Beans
    343

    Howto: Gobi 2000 generic GSM/UMTS on Thinkpads

    Howto for Maverick, generic GSM/UMTS on Thinkpads.

    Two things are needed to make this work on Maverick. (You also need to insert a SIM card into the slot that's covered by the battery.)
    • The firmware files from Lenovo
    • The gobi-loader that loads the firmware


    Download and extract windows driver install file from Lenovo. http://download.lenovo.com/ibmdl/pub...s/7xwc44ww.exe or get the latest from http://www-307.ibm.com/pc/support/si...IGR-72938.html
    Install a recent wine as 1.2 crashes during msi extraction:
    Code:
    sudo add-apt-repository ppa:ubuntu-wine/ppa
    sudo apt-get install wine1.3
    Run the install file with wine:
    • Right click downloaded file, go to Properties -> Permissions, check "Allow executing file as a program"
    • Right click and run with wine

    Extract firmware from GobiInstaller.msi.
    Code:
    mkdir ~/.wine/drive_c/DRIVERS/GOBI
    wine msiexec /a ~/.wine/drive_c/DRIVERS/WWANQL/Driver/GobiInstaller.msi /qb TARGETDIR=C:\\DRIVERS\\GOBI
    install "gobi-loader":
    Code:
    sudo apt-get install gobi-loader
    Copy firmware into /lib/firmware/gobi.
    Code:
    sudo mkdir /lib/firmware/gobi; cd ~/.wine/drive_c/DRIVERS/GOBI/Images/Lenovo; sudo cp 6/* /lib/firmware/gobi/; sudo cp UMTS/* /lib/firmware/gobi/
    Do a reboot or modem-manger restart and qcserial unload load.
    Code:
    sudo pkill modem-manager; sudo rmmod qcserial; sudo modprobe qcserial
    You should now have a "New Mobile Broadband (GSM) connection..." in the nm-applet. If not, do the thing in the previous paragraph or have a look at syslog.

    Setting up the Connection is easy if you know your mobile provider. Just click the "New Mobile Broadband (GSM) connection..." and follow instructions.

    If you got the "New Mobile Broadband (GSM) connection..." in the nm-applet, set up correctly for your provider, but still cannot connect, you could try a different firmware.
    Quote Originally Posted by http://www.thinkwiki.org/wiki/Talk:Qualcomm_Gobi_2000
    Code:
    Dir 	 Image 	 Remarks
    0 	Vodafone Image 	
    1 	Verizon Image 	
    2 	ATT Image 	
    3 	Sprint Image 	includes special Firmware
    4 	T-Mobile Image 	
    6 	Generic UMTS Image 	
    7 	Telefonica Image 	
    8 	Telecom Italia Image 	
    9 	Orange Image 	
    12 	DoCoMo Image 	includes special Firmware
    UMTS 	Default Firmware 	the MD5-sum on the page matches these
    So if you're using Vodafone, you can try:
    Code:
    cd ~/.wine/drive_c/DRIVERS/GOBI/Images/Lenovo; sudo cp 0/* /lib/firmware/gobi/
    Also, following tail of syslog might give you some hints:
    Code:
    tail -f /var/log/syslog
    This device also has a GPS, but it is not working yet: https://bugs.launchpad.net/ubuntu/+s...ux/+bug/653126

  2. #2
    Join Date
    Aug 2007
    Beans
    10

    Re: Howto: Gobi 2000 generic GSM/UMTS on Thinkpads

    WORKS PERFECTLY !!
    MANY THANKS !!!



    device type thinkpad X201 A39

  3. #3
    Join Date
    Nov 2007
    Beans
    52

    Re: Howto: Gobi 2000 generic GSM/UMTS on Thinkpads

    Hi - just got my new HP Probook 5320m today - it has a un2420 card.

    Instructions work pretty much- i had to grab the same windows files.

    I used:

    sudo pkill modem-manager; sudo rmmod qcserial; sudo modprobe qcserial

    initially, then was able to create the connection.

    After a restart, seems to me that i can then just try and open the connection and it starts to work! No need to rerun the
    sudo pkill modem-manager; sudo rmmod qcserial; sudo modprobe qcserial
    at all!

  4. #4
    Join Date
    Mar 2009
    Beans
    188
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Howto: Gobi 2000 generic GSM/UMTS on Thinkpads

    Quote Originally Posted by zonky View Post
    Hi - just got my new HP Probook 5320m today - it has a un2420 card.

    Instructions work pretty much- i had to grab the same windows files.

    I used:

    sudo pkill modem-manager; sudo rmmod qcserial; sudo modprobe qcserial

    initially, then was able to create the connection.

    After a restart, seems to me that i can then just try and open the connection and it starts to work! No need to rerun the
    sudo pkill modem-manager; sudo rmmod qcserial; sudo modprobe qcserial
    at all!
    Hi!

    I got the 5320m as well, tried the steps above, but it didn't work for me. When running

    sudo pkill modem-manager; sudo rmmod qcserial; sudo modprobe qcserial

    I get an error saying that the qcserial module does not exist.

    Any ideas?

  5. #5
    Join Date
    Mar 2009
    Beans
    188
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Howto: Gobi 2000 generic GSM/UMTS on Thinkpads

    Quote Originally Posted by zonky View Post
    Hi - just got my new HP Probook 5320m today - it has a un2420 card.

    Instructions work pretty much- i had to grab the same windows files.

    I used:

    sudo pkill modem-manager; sudo rmmod qcserial; sudo modprobe qcserial

    initially, then was able to create the connection.

    After a restart, seems to me that i can then just try and open the connection and it starts to work! No need to rerun the
    sudo pkill modem-manager; sudo rmmod qcserial; sudo modprobe qcserial
    at all!
    Btw, not related, but just wanted to check with you.

    I get a strange behavior on my 5320m. When I start the machine and log in as soon as the login screen is there, then the wireless connection usually times out and does not connect. When that happens, I have to manually choose my wireless network and trigger the connection. That works, but is obviously annoying.

    However, if I wait a bit when the login screen is there and then login, then the wireless connection does pick up automatically.

    Are you getting the same behavior?

  6. #6
    Join Date
    Nov 2007
    Beans
    52

    Re: Howto: Gobi 2000 generic GSM/UMTS on Thinkpads

    Godlikecreature; Sorry, not much to offer- i got the windows drivers off a different 5320m- this laptop has never booted into windows.. Have read that windows will do odd things to the 3g?

    Also- which driver are you using?

    My wlan card is: Broadcom Corporation BCM43224

    I decided to use this method to get it working:

    >sudo apt-get install bcmwl-kernel-source

    Then installed the restricted SAT drivers.

  7. #7
    Join Date
    Jan 2009
    Beans
    Hidden!

    Re: Howto: Gobi 2000 generic GSM/UMTS on Thinkpads

    Here output from the log:

    Code:
    Nov 22 21:03:07 ottomini modem-manager: Loaded plugin Longcheer
    Nov 22 21:03:07 ottomini modem-manager: Loaded plugin Huawei
    Nov 22 21:03:07 ottomini kernel: [11245.568132] USB Serial support registered for Qualcomm USB modem
    Nov 22 21:03:07 ottomini modem-manager: (tty/ttyS0): port's parent platform driver is not whitelisted
    Nov 22 21:03:07 ottomini kernel: [11245.573978] usb 1-6: Could not set interface, error -71
    Nov 22 21:03:07 ottomini kernel: [11245.574388] usbcore: registered new interface driver qcserial
    Nov 22 21:03:07 ottomini modem-manager: (tty/ttyS1): port's parent platform driver is not whitelisted
    Nov 22 21:03:07 ottomini modem-manager: (tty/ttyS2): port's parent platform driver is not whitelisted
    Nov 22 21:03:07 ottomini modem-manager: (tty/ttyS3): port's parent platform driver is not whitelisted
    Nov 22 21:03:08 ottomini modem-manager: (net/vboxnet0): could not get port's parent device

  8. #8
    Join Date
    Jan 2009
    Beans
    Hidden!

    Re: Howto: Gobi 2000 generic GSM/UMTS on Thinkpads

    here output of the lsusb:

    Code:
    Bus 005 Device 002: ID 03f0:2a1d Hewlett-Packard 
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 006: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
    Bus 001 Device 004: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
    Bus 001 Device 003: ID 03f0:251d Hewlett-Packard Gobi 2000 Wireless Modem
    Bus 001 Device 002: ID 1fea:0008  
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

  9. #9
    Join Date
    Jan 2009
    Beans
    Hidden!

    Re: Howto: Gobi 2000 generic GSM/UMTS on Thinkpads

    when I try to setup new gsm connection in the network manager, I can not select a device on the first page of the setup, the drop down menu is grayed out.
    However it seems that all is detected. ?????

    I can select then swisscom etc, but nothig is connecting

    Gobi leader, the right firmware etc is installed

  10. #10
    Join Date
    Jan 2009
    Beans
    Hidden!

    Re: Howto: Gobi 2000 generic GSM/UMTS on Thinkpads

    andfinaly

    Code:
    otto@ottomini:~$ dmesg |grep -i qcs
    [   11.228228] qcserial 1-6:1.2: Qualcomm USB modem converter detected
    [   11.231228] usbcore: registered new interface driver qcserial
    [10051.981630] usbcore: deregistering interface driver qcserial
    [10051.984663] qcserial ttyUSB0: Qualcomm USB modem converter now disconnected from ttyUSB0
    [10051.987556] qcserial 1-6:1.2: device disconnected
    [10052.036587] usbcore: registered new interface driver qcserial
    [10079.435943] usbcore: deregistering interface driver qcserial
    [10079.484227] usbcore: registered new interface driver qcserial
    [10114.805131] usbcore: deregistering interface driver qcserial
    [10127.758401] usbcore: registered new interface driver qcserial
    [11245.524433] usbcore: deregistering interface driver qcserial
    [11245.574388] usbcore: registered new interface driver qcserial
    [12160.179955] usbcore: deregistering interface driver qcserial
    [12160.275287] usbcore: registered new interface driver qcserial

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •