The AT&T Quicksilver and Linux
The Quicksliver is AT&T's latest USB modem.
To get the AT&T Quicksilver working under Linux you need:
- The Hso driver
- The Ozercdoff utility (it replaces rezero and usb_modeswitch)
For a full Graphical user interface you will also need a connection manager.
With recent versions of Network Manager (>= 0.7.0) you can now connect to the Internet. But if you need a free WWAN Connection Manager with features for the traveller or budgeting then choice is limited. While we wait for a fully integrated solution you can use my HSOconnect application.
Connecting to the Internet - what is different?
The firmware in the Quicksilver is not the same as other Option devices using the hso.ko driver.
There is a difference in the AT commands used for connecting to the Internet, the password and username command is spelt differently. The command is now:
This means that connection managers need to be modified. For example Line 91 of the hso_connect.sh script distributed with the hso driver must change.
From
then
echo "OK \"AT\$QCPDPP=1,1,\\\"$PASS\\\",\\\"$USER\\\"^m\"" >> $SCRIPTFILE
fi
echo "OK \"\"" >> $SCRIPTFILE
To
then
echo "OK \"AT\_OPDPP=1,1,\\\"$PASS\\\",\\\"$USER\\\"^m\"" >> $SCRIPTFILE
fi
echo "OK \"\"" >> $SCRIPTFILE
Write a comment
Posts: 12
Reply #3 on : Wed April 01, 2009, 10:00:26
Posts: 1
Reply #2 on : Sun January 04, 2009, 23:32:08
Posts: 12
Reply #1 on : Tue December 23, 2008, 18:32:02