|
|
Home Linux and 3G Forum
|
|
PHARscape 3G Datacards and Linux
|
| View previous topic :: View next topic |
| Author |
Message |
rvanegas
Joined: 29 Mar 2008 Posts: 3

|
Posted: Sat Mar 29, 2008 3:44 am Post subject: Option GT Ultra Express and Ubuntu Gutsy Gibbon 0710 |
|
|
I am trying to get my new Option card to work on Linux, but no such luck!
I have the "Option GT Ultra Express" card sold by AT&T, which supports GSM/GPRS/EDGE and UMTS/HSDPA/HSUPA, with download speeds up to 1.4 mbps, and which slides into the new ExpressCard slots.
http://www.wireless.att.com/cell-phone-service/cell-phone-details/?device=Option+GT+Ultra+Express&q_sku=sku1190105
And my Linux is the latest Ubuntu which is running the latest (as far as I know) kernel. "lsmod" tells me that I have the kernel modules "option", "usbserial", and "usbcore" already loaded.
When I insert the card, what Linux first sees is the ZeroCD volume and no /dev/ttyUSB's. I am able to run "usb_modeswitch-0.9.3" with this config
| Quote: |
DefaultVendor= 0x0af0
DefaultProduct= 0x7011
TargetClass= 0xff
MessageEndpoint=0x05
MessageContent="55534243785634120100000080000601000000000000000000000000000000"
|
with this output.
| Quote: |
* usb_modeswitch: tool for controlling "flip flop" mode USB devices
* Version 0.9.3 (C) Josua Dietze 2007
* Works with libusb 0.1.12 and probably other versions
Looking for default device
Ok, found default device
Looking for target class
OK, device not found in target class mode. Action required
Prepare switching, accessing device
Looking for active default driver to detach it
OK, driver found ("option")
OK, Driver "option" successfully detached
Setting up communication with device
Trying to send the message
OK, message successfully sent.
-> See /proc/bus/usb/devices (or call lsusb) for changes. Bye
|
After this, I see two new devices,
| Quote: |
# ls -l /dev/ttyUSB*
crw-rw---- 1 root dialout 188, 0 2008-03-28 20:29 /dev/ttyUSB0
crw-rw---- 1 root dialout 188, 1 2008-03-28 20:29 /dev/ttyUSB1
|
And this is as far as I get. The tools comgt, umtsmon, and pppd all give me errors. What should I be trying next?
Oh, I should mention that on Win XP with the same machine and card, I am able to connect without issues. And that with the same machine, and the same Ubuntu setup, I was previously able to use a Novatel 3G card without problems.
rvanegas |
|
| Back to top |
|
 |
Paul Site Admin
Joined: 08 Oct 2004 Posts: 510 Location: UK and Belgium

|
|
| Back to top |
|
 |
rvanegas
Joined: 29 Mar 2008 Posts: 3

|
Posted: Tue Apr 01, 2008 8:34 am Post subject: |
|
|
Yay! "hso-1.1.tar.gz" and "hso-udev.tar.gz" worked nearly out of the box.
In case any AT&T customers find themselves in a similar situation, the only change you need to make is to this file "hso/connect.sh"
| Code: |
3,6c3,6
< export APN="internet.eplus.de"
< export USR="eplus"
< export PAS="gprs"
< export PIN="0000"
---
> export APN="isp.cingular"
> export USR=""
> export PAS=""
> export PIN=""
|
Thank you!!
One other question. I notice that "umtsmon" still doesn't work. Is there any way to get signal strength and/or other diagnostic info from the card?
rvanegas |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|
|
|
|
|