Blog

ZTE MF110/MF636 Cosmote Ubuntu HowTo

0

First of all you need to have wvdial application installed. This is what i use to connect to internet via the ZTE MF110/MF636 USB device.

After installing wvdial you can run wvdialconf and see what settings you got there.

The settings file is located at /etc/wvdial.conf . You can edit the file and paste the configuration below:

[Dialer net]
Init1 = AT
Init2 = ATZ
Init3 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init4 = AT+CGDCONT=1,”IP”,”broadband”
Username = user
Password = pass
Phone = *99#
Modem Type = Analog Modem
Stupid Mode = 1
Baud = 9600
New PPPD = yes
Dial Command = ATDT
Dial Attempts = 1
Modem = /dev/ttyUSB2
ISDN = 0

I keep a separate configuration section (called net in my case) because when you run wvdialconf the section called [Dialer Defaults] gets overwritten.

The only thing that remains is to open a root terminal and run wvdial net. Keep the window open after a successful connection.

Tips : ZTE MF110/MF636 USB Cosmote

In case your modem is not on /dev/ttyUSB2, you can see in the [Dialer Defaults] section the correct setting for it.

Leave a Reply


*