please can somebody help me out.
I just bought a starcomms LG CDMA LSP-3000 phone,
setting up my internet connection on XP wasn't a problem.
After creating this wvdial.conf file, my modem was detected.
[Modem0]
Modem = /dev/ttyS0
Baud = 115200
SetVolume = 4
Dial Command = ATDT
Init1 = ATZ
FlowControl = CRTSCTS
[Dialer starcomms]
Username = 18502784@startcomms.com
Password = 18502784
Phone = #777
Stupid Mode = 1
Inherits = Modem0
[root@localhost root]# wvdial starcomms
--> WvDial: Internet dialer version 1.53
--> Initializing modem.
--> Sending: ATZ
--> Sending: ATQ0
ATQ0
OK
--> Re-Sending: ATZ
ATZ
OK
--> Initializing modem.
--> Sending: ATZ
--> Sending: ATQ0
ATQ0
OK
this is my resolv.conf
search starcomms.com
nameserver 196.3.60.2
nameserver 196.3.60.3
ppprc
# !/bin/bash
echo "user xxxxx password xxxxx" > $HOME/.ppprc
pppd /dev/ttyS0 115200 debug usepeerdns defaultroute noauth connect '/usr/sbin/chat -v "" at+crm=1 OK "atdt#777" CONNECT' mtu 264
when i ran the script,
the phone LCD indicates
calling ppp date
T 9.6 R9.6
and cut off
Running tail -s 3 -f /var/log/messages
Jan 3 09:16:28 localhost pppd[3483]: pppd 2.4.1 started by root, uid 0
Jan 3 09:16:29 localhost chat[3484]: send (at+crm=1^M)
Jan 3 09:16:30 localhost chat[3484]: expect (OK)
Jan 3 09:16:30 localhost chat[3484]: at+crm=1^M^M
Jan 3 09:16:30 localhost chat[3484]: OK
Jan 3 09:16:30 localhost chat[3484]: -- got it
Jan 3 09:16:30 localhost chat[3484]: send (atdt#777^M)
Jan 3 09:16:30 localhost chat[3484]: expect (CONNECT)
Jan 3 09:16:30 localhost chat[3484]: ^M
Jan 3 09:16:30 localhost chat[3484]: atdt#777^M^M
Jan 3 09:16:30 localhost chat[3484]: CONNECT
Jan 3 09:16:30 localhost chat[3484]: -- got it
Jan 3 09:16:30 localhost pppd[3483]: Serial connection established.
Jan 3 09:16:30 localhost pppd[3483]: Using interface ppp0
Jan 3 09:16:30 localhost pppd[3483]: Connect: ppp0 <--> /dev/ttyS0
Jan 3 09:16:30 localhost /etc/hotplug/net.agent: assuming ppp0 is already up
Jan 3 09:16:37 localhost pppd[3483]: Remote message: Illegal user or password.
Jan 3 09:16:37 localhost pppd[3483]: CHAP authentication failed
Jan 3 09:16:37 localhost pppd[3483]: Connection terminated.
Jan 3 09:16:37 localhost pppd[3483]: Hangup (SIGHUP)
Jan 3 09:16:37 localhost pppd[3483]: Exit.
But i still can not connect to the net. But the interface is activated.
Please, i would really appreciate any assistant cause i hate using
anything Microsoft, am a Java developer and a linux frick.