Related:
- Connecting internet through mobile to linux
- Kali linux iso download - Download - Linux
- Linux install tar.gz - Guide
- Fenix internet l - Guide
- Connect iphone to internet through computer - Guide
- Internet explorer 11 for windows 10 64-bit - Download - Browsers
2 responses
Anonymous User
Apr 13, 2011 at 03:00 PM
Apr 13, 2011 at 03:00 PM
Greetings,
1. Connect the mobile via USB cable.
2. Open terminal and type su to become root.
3. You'll be asked for the root password; type it in.
4. Issue this command:
This is when the phone will be detected as a modem. In this window, you should now be able to see the address the phone's modem is connected on. Note it down. E.g. `Modem = /dev/***'
5. Then to edit this file using a text editor, enter:
6. When Text Editor opens the file, make a note of the username and password in the file and erase everything from there. Then enter the following:
Hope that it will help
Ragards
1. Connect the mobile via USB cable.
2. Open terminal and type su to become root.
3. You'll be asked for the root password; type it in.
4. Issue this command:
wvdialconf /etc/wvdial.conf
This is when the phone will be detected as a modem. In this window, you should now be able to see the address the phone's modem is connected on. Note it down. E.g. `Modem = /dev/***'
5. Then to edit this file using a text editor, enter:
kwrite /etc/wvdial.conf
6. When Text Editor opens the file, make a note of the username and password in the file and erase everything from there. Then enter the following:
[Dialer Defaults] Modem = /dev/ttyUSB0 # <- Enter the USB port location here Phone = *99# Username = xxx # <- Enter the username here Password = xxx # <- Enter the password here Baud = 230400 Init1 = ATZ Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 ISDN = 0 Modem Type = Analog Modem Carrier Check = No
Hope that it will help
Ragards