Nachdem Datentarife immer günstiger werden, habe ich das ganze mal ausprobiert.
Das N95 per USB mit dem Laptop verbunden, ein flottes
sudo apt-get install wvdial
sorgt dann für die nötige Softwareunterstützung.
Die /etc/wvdial.conf sieht bei mir dann so aus:
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init3 = AT+CGDCONT=1,“IP“,“internet.eplus.de“,““,0,0
Carrier Check = no
Modem Type = USB Modem
ISDN = 0
Phone = *99#
Modem = /dev/ttyACM0
Username = eplus
Password = gprs
Baud = 460800
Ein kleines sudo wvdial
bringt einen dann online:
–> WvDial: Internet dialer version 1.56
–> Cannot get information for serial port.
–> Initializing modem.
–> Sending: ATZ
ATZ
OK
–> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
–> Sending: AT+CGDCONT=1,“IP“,“internet.eplus.de“,““,0,0
AT+CGDCONT=1,“IP“,“internet.eplus.de“,““,0,0
OK
–> Modem initialized.
–> Sending: ATDT*99#
–> Waiting for carrier.
ATDT*99#
CONNECT
~[7f]}#@!}!} } }2}#}$@#}!}$}%}“}&} }*} } g}%~
–> Carrier detected. Waiting for prompt.
~[7f]}#@!}!} } }2}#}$@#}!}$}%}“}&} }*} } g}%~
–> PPP negotiation detected.
–> Starting pppd at Wed Sep 5 11:38:05 2007
–> Pid of pppd: 16593
–> Using interface ppp0
–> pppd: x[08][06][08]?[05][06][08]8 [06][08]
–> pppd: x[08][06][08]?[05][06][08]8 [06][08]
–> pppd: x[08][06][08]?[05][06][08]8 [06][08]
–> pppd: x[08][06][08]?[05][06][08]8 [06][08]
–> local IP address 10.161.157.130
–> pppd: x[08][06][08]?[05][06][08]8 [06][08]
–> remote IP address 10.6.6.6
–> pppd: x[08][06][08]?[05][06][08]8 [06][08]
–> primary DNS address 212.23.97.2
–> pppd: x[08][06][08]?[05][06][08]8 [06][08]
–> secondary DNS address 212.23.97.3
–> pppd: x[08][06][08]?[05][06][08]8 [06][08]
Vorher sollte man allerdings die ehemalige Defaultroute ins Netz deaktivieren (Wenn man gerade eben schon per Wlan oder sonstigem online war.)
sudo route del default
Das einzige Problem ist jetzt nur noch, dass Eplus bei UMTS die Bilder durch einen Proxy jagt und runterskaliert. Eventuell kann man das irgendwie umgehen, oder sie ändern es in absehbarer Zeit noch. Mal sehen… 😉