T-Mobile Web 'n Walk Stick II unter Gentoo Linux


    Allgemeines:

      Hardware: Novatel MC950D

      Linux gentoo 2.6.30-gentoo-r1 #4 SMP Fri Jun 26 21:08:34 CEST 2009
      i686 Intel(R) Pentium(R) M processor 1500MHz GenuineIntel GNU/Linux

      wvdial

      pppd
       USE="activefilter dhcp eap-tls gtk radius" emerge -va ppp
       net-dialup/ppp-2.4.4-r22

      PIN abfrage in M$ Windows deaktiviert
	
1) Kernel

	IP and PPP Support: (Some general support which is required for IP and PPP)
	Networking --->
	 Networking options --->
	  <*> Unix domain sockets
	  [*] TCP/IP networking
	
	Device Drivers --->
	 [*] Network device support --->
	  <*> PPP (point-to-point protocol) support
	  <*> PPP support for async serial ports
	  <*> PPP support for sync tty ports
	  <*> PPP Deflate compression
	  <*> PPP BSD-Compress compression
	
	Support for the Ovation MC950D Modem:
	Device Drivers --->
	 [*] USB support --->
	  M USB Serial Converter support --->
	   [*] USB Generic Serial Driver
	   <*> USB driver for GSM and CDMA modems
	
	Support for the virtual CD-ROM drive on the modem:
	Device Drivers --->
	 [*] USB support --->
	  <*> USB Mass Storage support

	File systems --->
	 CD-ROM/DVD Filesystems --->
	  <*> UDF file system support

	[Quelle: http://www.flashinthepan.ca/?s=internet&x=0&y=0]


2) markus@gentoo ~ $ cat /etc/wvdial.conf #(eduhi specific)
	[Dialer Defaults]
	
	Init1 = ATZ
	Init2 = AT+CGDCONT=1,"IP","business.eduhi.at"
	
	Modem Type = USB Modem
	Phone = *99#
	ISDN = 0
	Username = '' 
	Password = ''
	Modem = /dev/ttyUSB0
	Baud = 460800
	New PPPD = yes
	Stupid Mode = yes
	Carrier Check = no

3) markus@gentoo ~ $ cat /etc/ppp/peers/wvdial
	noauth
	name wvdial
	usepeerdns
	ttyUSB0

4) markus@gentoo ~ $ cat /home/markus/bin/tmobile 
	# tmobile web n walk stick startscript
	sudo eject /dev/sr0 
	sudo modprobe -r usbserial
	sudo modprobe usbserial vendor=0x1410 product=0x4400  
	sudo sleep 5  
	sudo wvdial

*) Quellen:
	http://www.flashinthepan.ca/?s=internet&x=0&y=0
	https://wiki.kubuntu.org/NetworkManager/Hardware/3G/Probing

*) Tests:
	inode speedtest: Ihre Internet Geschwindigkeit betrÃĪgt* :   1.25 Mbps


by Markus Sesser