Setting Up UMTS Modem (Huawei e270) :-b
Tuesday, April 29, 2008, 10:14 AM -
Linux
Ladies and gentlemen,
today I got my USB UMTS Modem (Huawei e270 / Provider Three.at) running. I tried a lot of tools also gui tools, but they are not working fine.
So I searched some how-to's to set a connection via PPP up. There were a lot of search results and all of them were different.
But I found a combined way to get it running.
Here is the little how-to:
*configure your kernel for usb and serial support (usbserial, hid, ohci/uhci/ehci and ppp-support)
*build your kernel and load the modules
*install ppp
*create the file
/etc/ppp/peers/internet
and modify it like the example below
hide-password
noauth
connect "/usr/sbin/chat -v -f /etc/chatscripts/internet"
debug
115200
defaultroute
noipdefault
user "" #change this to your settings if not known, let it blank
remotename drei.at #change this to your settings
ipparam drei.at #change this to your settings
usepeerdns
/dev/ttyUSB0
/dev/ttyUSB1
*create the file
/etc/chatscripts/internet
and modify it like the example below
ABORT BUSY ABORT 'NO CARRIER' ABORT VOICE ABORT 'NO DIALTONE' ABORT 'NO DIAL TONE' ABORT 'NO ANSWER' ABORT DELAYED
'' ATZ
OK-AT-OK "ATDP*99#"
CONNECT \d\c
*copy the following line modified to your settings into
/etc/ppp/pap-secrets
"" drei.at """"
*plugin the modem
*try to connect with
pppd call internet nodetach
*after dialing in you should have a connection called 'ppp0'
Enjoy mobile surfing!