1. Connect your phone to USB socket, go to Kmenu/Lxde menu > Internet > run the Internet Dial-Up Tool (KPPP).
2. Then click > Configure.
3. In the window that appears in the Accounts tab, click > New and select the box> Manual setup.
4. Choose Connection name and type name of your provider (doesn't really matter) and then click > Add, and then enter a phone number: *99# for phone Nokia, Sony Ericsson and others, for Siemens *99***1#. Once done click OK and OK again.
5. Now click Modems > New and write the name of the modem (for example Nokia).
6. In line modem device select /dev/ttyACM0
7. Click the Modem tab and then> Modem commands. Now enter in Initialization string 1 which is specific for your mobile operator.
for example:
provider Київстар
Code: Select all
AT+CGDCONT=1,"IP","xl.kyivstar.net"
Code: Select all
at+cgdcont=1,"ip","internet.mts.ru"
Code: Select all
at+cgdcont=1,"ip","internet.beeline.ru"
Code: Select all
at+cgdcont=1,"ip","internet"
Code: Select all
at+cgdcont=1,"ip","internet.tele2.ru"
and then click OK 3 times.
8. Next, enter your username and password (not important) and click Connect.
To set up a USB 3G modem connection please do as follows:
You need to load 'usbserial' kernel module with special parameter which is unique for your hardware vendor.
To find vendor and product ID, open console and run this command:
Code: Select all
lsusb
Code: Select all
BBus 003 Device 003: ID 0421:006 b Nokia Mobile Phones
now you can load usbserial driver like in this example:
Code: Select all
modprobe usbserial vendor=0421 product=006
but in step number 6 you need to select /dev/tty/usb0 (prefix may be different, for example / dev/ttyUSB1)
Good luck!
Howto translated by fanthom and Blaze from Russian language.