Just another Tip... If you feel using wvdial from shell is not your job..try x-wvdial.
You can get it from http://www.lika.de/open/x-wvdial/. Here are the steps how to use it
Step # 1:
Just extract it.using
tar zxvf ./x-wvdial.tgz
Step # 2:
Move the script(x-wvdial) and the .msg(x-wvdial-us.msg) files to a directory in your path,
/usr/X11/bin is a good choice
Step # 3:
Copy the file x-wvdialrc to your home directory as .x-wvdialrc
example: `cp x-wvdialrc ~/.x-wvdialrc`
Step # 4:
With you editor open ~/.x-wvdialrc and customize to your needs.
options marked +MANDATORY+ must be explicitly declared or the
script will abort. just keep the definitions between the "quotes".
Your x-wvdialrc should look like this:
# Options marked +MANDATORY+ MUST be explicitly declared!
# +MANDATORY+ the path to wvdial
GO="wvdial"
# +MANDATORY+ the path to kill
STOP="kill"
# +MANDATORY+ the -full- path to wvdial.log
LOG="/var/log/wvdial.log"
# +MANDATORY+ your ISP's -IP NUMBER-
# example: MYISP="208.245.102.511"
MYISP="0.0.0.0"
# +MANDATORY+ time (in seconds) to obtain a connection before aborting
ABORT="45"
# +MANDATORY+ the language in which messages are displayed.
# Use "us" for US-English, "de" for German, "es" for Spanish,
# "nl" for Dutch.
#LANG="de"
#LANG="es"
#LANG="nl"
LANG="us"
# ping your host in to keep your connection alive
#PING="NO"
PING="YES"
# retrieve your email once online (uses fetchmail)
#FETCH="YES"
FETCH="NO"
# sync your clock to the network
#NETTIME="YES"
NETTIME="NO"
# the host to query to set your time if you said: NETTIME="YES"
# for a list see: http://www.eecis.udel.edu/~mills/ntp/servers.htm
# example: TIMEHOST="132.163.135.130"
TIMEHOST="132.163.135.130"
# `xlsfonts | less` for a list of installed fonts.
#FONT="6x10"
FONT="8x13"
#FONT="9x15"
# your favorite text editor in X11
#MYED="/opt/kde/bin/kedit"
MYED="/usr/X11/bin/xedit"
# your favorite text editor outside of X11
#VISUAL="joe"
VISUAL="kate"
Step # 5:
Just create a new link to application to run x-wvdial; go to shortcut's application tab,
under the command box write x-wvdial , now click Advanced Options check Run as a different user in the box write root.
Now you can go to internet without directly using wvdial.
DUH...... I just played dumb when I didn't get the root login as default by Kubuntu 7.10... Thanks for your kind remarks... the procedure is as same as under OpenSuse 10.2 (or anything else that uses wvdial)...In case I forget it
Hi to all...
I am a new Kubuntu user and I want to connect to Internet by Sony Ericsson W810i mobile from Kubuntu 7.10....Can anyone help
Leave a comment: