Freitag Systemtechnik WiKi
A service of Freitag Systemtechnik
Search:     Advanced search
Browse by category:
Glossary

UMTS Verbindung unter Linux herstellen (EPlus, BASE)

Add comment
Views: 6024
Votes: 1
Comments: 0
Posted: 25 Mar, 2007
by: Wiki A.N.
Updated: 06 Jul, 2007
by: Wiki A.N.
Voraussetzung:
GPRS/UMTS Modem per PCMCIA oder Bluetooth läuft bereits.
Siehe dazu entsprechende Artikel

PPPD Environment:
root@amilo:~ # cat /etc/ppp/pap-secrets
umts                                                                           *umts
eplus * eplus

Wahlweise GPRS oder UMTS:
root@amilo:~ # cat /etc/ppp/peers/eplus
/dev/ttyUSB0
460800
crtscts
lock
defaultroute
mtu 1500
mru 1500
debug
idle 300
noauth
noipdefault
novj
nomagic
user umts
connect '/usr/sbin/chat -v -f /etc/ppp/chatscripts/eplus'

root@amilo:~ # cat /etc/ppp/chatscripts/eplus
TIMEOUT 240
ABORT "NO CARRIER"
ABORT "NO DIALTONE"
ABORT "ERROR"
ABORT "NO ANSWER"
ABORT "BUSY"
"" "+++atz"
OK "ATE0V1"
OK "AT_OPSYS=3,2"
OK AT+CGDCONT=1,"IP","internet.eplus.de","",0,0
OK "ATD*99***1#"
"CONNECT" ""


Chatscript für UMTS (ausschliesslich):
File /etc/ppp/peers/umts-eplus entspricht /etc/ppp/peers/eplus, jedoch mit Zeile:
connect '/usr/sbin/chat -v -f /etc/ppp/chatscripts/umts-eplus'
root@amilo:~ # cat /etc/ppp/chatscripts/umts-eplus
TIMEOUT 240
ABORT "NO CARRIER"
ABORT "NO DIALTONE"
ABORT "ERROR"
ABORT "NO ANSWER"ls /
ABORT "BUSY"
"" "+++atz"
OK "ATE0V1"
OK "AT_OPSYS=1,2"
OK AT+CGDCONT=1,"IP","internet.eplus.de","",0,0
OK "ATD*99***1#"
"CONNECT" ""

Chatscript für GPRS (ausschliesslich):
File /etc/ppp/peers/gprs-eplus entspricht /etc/ppp/peers/eplus, jedoch mit Zeile:
connect '/usr/sbin/chat -v -f /etc/ppp/chatscripts/gprs-eplus'

root@amilo:~ # cat /etc/ppp/chatscripts/gprs-eplus
TIMEOUT 240
ABORT "NO CARRIER"
ABORT "NO DIALTONE"
ABORT "ERROR"
ABORT "NO ANSWER"
ABORT "BUSY"
"" "+++atz"
OK "ATE0V1"
OK "AT_OPSYS=0,2"
OK AT+CGDCONT=1,"IP","internet.eplus.de","",0,0
OK "ATD*99***1#"
"CONNECT" ""

Programmaufruf:
pppd call eplus
pppd call umts-eplus
pppd call gprs-eplus


Vorgang überwachen:
tail -f /var/log/daemon.log &
Others in this Category
document Inbetriebnahme PCMCIA UMTS Modem
document Bluetooth Verbindung mit Mobiltelefon
document Einbinden von WLAN Hardware ins System
document DNS Update via DHCP
document 3D Hardware Grafik Support
document Fonts werden nur als Quadrate Dargestellt
document Bluetooth Headset
document Booten über das Netzwerk mit PXE
document Thunderbird http links
document WLAN mit und ohne Verschlüsselung konfigurieren
document mailto: Link in Firefox zeigt keine Funktion
document Viitor Build System, 32/64 Bit Build



RSS