Sony Ericsson GC79 PC card modem 802.11g GPRS
Re: Sony Ericsson GC79 802.11g/GPRS modem pcmcia card
T-Mobile has this card. Supposedly this works on linux. I may try it on my Debian laptop.

- Triple band GSM (900/1800/1900 MHz)
- Type II, only15 mm extended
- GSM,GPRS and HSCSD
- GPRS Class 10 (4+1 & 3+2 slots)
- Fax, Data & SMS
- Wireless LAN IEEE 802.11b supporting up to 11 Mbps
- Windows 98SE, Me, 2000 and XP
File: /etc/ppm/peers/tmobile -------------------------------------------------- # This optionfile was generated by pppconfig 2.3.5. # # # hide-password # mod noauth connect "/usr/sbin/chat -v -f /etc/chatscripts/tmobile-connect" disconnect "/usr/sbin/chat -v -f /etc/chatscripts/tmobile-disconnect" debug /dev/ttyS14 115200 defaultroute replacedefaultroute # mod # noipdefault # mod # user "" # mod # remotename tmobile # mod # ipparam tmobile # mod crtscts # mod lock # mod local # mod nodetach # modusepeerdns
lcp-echo-failure 4 # mod
lcp-echo-interval 65535 # mod
-----------------------------------------File: /etc/chatscripts/tmobile-connect
------------------------------------------
# This chatfile was generated by pppconfig 2.3.5.
# Please do not delete any of the comments. Pppconfig needs them.
#
# ispauth chat
# abortstring
TIMEOUT 600
ABORT 'BUSY'
ABORT 'NO ANSWER'
ABORT 'ERROR'
SAY 'Starting GPRS connect script\n'# modeminit
# open the modem
"" 'AT+CFUN=1,1'# E0=No echo, V1=English result codes
OK 'ATE0V1'# Set Access Point Name (APN)
SAY 'Setting APN\n'
OK 'AT+CGDCONT=1,"IP","internet2.voicestream.com"'# ispnumber
ABORT 'NO CARRIER'
SAY 'Dialing...\n'
OK 'ATD*99***1#'# ispconnect
CONNECT ''
# prelogin# ispname
# isppassword
# postlogin# end of pppconfig stuff
-------------------------------------------File: /etc/chatscripts/tmobile-disconnect
------------------------------------------
"" "\K"
"" "+++ATH0"
SAY "GPRS Disconnected."
-----------------------------------------
See also:
Mobile Internet on Linux
0 TrackBacks
Listed below are links to blogs that reference this entry: Sony Ericsson GC79 PC card modem 802.11g GPRS.
TrackBack URL for this entry: http://kennethhunt.com/mt/mt-tb.cgi/1338