Author Topic: Re: [TTLUG] Re: cannot connect to the net - TSTT again?  (Read 924 times)

Anonymous

  • Guest
Re: [TTLUG] Re: cannot connect to the net - TSTT again?
« on: June 29, 2004, 10:13:26 AM »
Couple things:

checkproc messages look rather suspect...never seen those before (not
that that means anything).

Firstly, I might try su to root and "ifconfig ppp0" up or "wvdial".

Secondly, try stripping down your wvdial.conf, particularly, remove the
Init3= line.

Thirdly, try wvdial.conf as the following:

[Dialer Defaults]
Modem = /dev/ttyS0
Baud = 115200
Phone = 6195638
Username =*myusername*
Password =*mypassword*

then add

Dial Command = ATDT

then

Init1 = ATZ

and

Init2 = ATQ0 V1 E1 S0=0 &C1 &D2

...sometimes less is more.

Finally, try connecting to another ISP, see what happens.

Cheers,
A.

On Tue, 2004-06-29 at 04:16 +0000, C wrote:
> > Are you hearing the modem dial out?
> ---- yes
> > Does the modem connect to TSTT?
> ----normally yes
> > TSTT uses PAP to authenticate. Do you have wdial/kppp set to use
> PAP? ----pap/chap
> > Can you see the messages in the debug box? What are they?
>
> OUTPUT FROM WVDIAL-----------------------------------------------
> SOL:/var/log # wvdial
> --> WvDial: Internet dialer version 1.54.0
> --> Initializing modem.
> --> Sending: ATZ
> ATZ
> OK
> --> Sending: ATQ0 V1 E1 S0=0 &C1 &D2
> ATQ0 V1 E1 S0=0 &C1 &D2
> OK
> --> Modem initialized.
> --> Idle Seconds = 300, disabling automatic reconnect.
> --> Please enter password (or empty password to stop):
> --> Sending: ATDT6195638
> --> Waiting for carrier.
> ATDT6195638
> CONNECT 46666/V42BIS
> --> Carrier detected.  Starting PPP immediately.
> --> Starting pppd at Tue Jun 29 00:17:55 2004
> --> pid of pppd: 3464
> --> Using interface ppp0
> --> pppd: Init3
> --> pppd: Init3
> --> pppd: Init3
> --> pppd: Init3
> --> pppd: Init3
> --> Disconnecting at Tue Jun 29 00:18:02 2004
> --> The PPP daemon has died: Authentication error.
> --> We failed to authenticate ourselves to the peer.
> --> Maybe bad account or password? (exit code = 19)
> --> man pppd explains pppd error codes in more detail.
> --> I guess that's it for now, exiting
> --> The PPP daemon has died. (exit code = 19)
> -------------------------------------------------------------------
>
> WVDIAL.CONF=========================================================
>
> [Dialer Defaults]
> Modem = /dev/ttyS0
> Baud = 115200
> Init1 = ATZ
> Init2 = ATQ0 V1 E1 S0=0 &C1 &D2
> Init3 =
> Area Code =
> Phone = 6195638
> Username =*myusername*
> Password =*mypassword*
> Ask Password = 1
> Dial Command = ATDT
> Stupid Mode = 1
> Compuserve = 0
> Force Address =
> Idle Seconds = 300
> DialMessage1 =
> DialMessage2 =
> ISDN = 0
> Auto DNS = 1
> =================================================================
>
>
> DOING A # tail /var/log/localmessages---------------------------------
>
> Jun 19 16:27:26 SOL pppd[3910]: Remote message: Login Succeeded
> Jun 19 16:27:26 SOL pppd[3910]: PAP authentication succeeded
> Jun 19 16:27:26 SOL pppd[3910]: local  IP address 209.94.212.97
> Jun 19 16:27:26 SOL pppd[3910]: remote IP address 209.94.196.130
> Jun 19 16:27:26 SOL pppd[3910]: primary   DNS address 196.3.132.1
> Jun 19 16:27:26 SOL pppd[3910]: secondary DNS address 196.3.132.4
> Jun 19 16:27:27 SOL pppd[3910]: Script /etc/ppp/ip-up finished (pid
> 3927), status = 0x0
> Jun 19 16:34:43 SOL pppd[3910]: Terminating on signal 15.
> Jun 19 16:37:20 SOL checkproc: checkproc: cannot stat
> /sbin/evSubagent: No such file or directory
> Jun 19 17:16:22 SOL checkproc: checkproc: cannot stat
> /sbin/evSubagent: No such file or directory
> ----------------------------------------------------------------------
>
>
>
> Ok so what now?
>
>
>
>
>
>
> Help build TTLUG by forwarding this to anyone who is interested in the
> subject matter or would otherwise benefit from joining the mailing list.
>
> Trinidad and Tobago Linux Users Group http://groups.yahoo.com/group/ttlug
> To subscribe, send an email to_______ TTLUG-subscribe@yahoogroups.com
> To unsubscribe, send an email to_____ TTLUG-unsubscribe@yahoogroups.com
> List owner/moderator Richard Jobity__ TTLUG-owner@yahoogroups.com
>
> Yahoo! Groups Links
>
>
>
>



------------------------ Yahoo! Groups Sponsor --------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQ...QLSAA/0XFolB/TM
--------------------------------------------------------------------~->

Help build TTLUG by forwarding this to anyone who is interested in the
subject matter or would otherwise benefit from joining the mailing list.

Trinidad and Tobago Linux Users Group http://groups.yahoo.com/group/ttlug
To subscribe, send an email to_______ TTLUG-subscribe@yahoogroups.com
To unsubscribe, send an email to_____ TTLUG-unsubscribe@yahoogroups.com
List owner/moderator Richard Jobity__ TTLUG-owner@yahoogroups.com

Yahoo! Groups Links

<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/TTLUG/

<*> To unsubscribe from this group, send an email to:
     TTLUG-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
     http://docs.yahoo.com/info/terms/                    

Carigamers

Re: [TTLUG] Re: cannot connect to the net - TSTT again?
« on: June 29, 2004, 10:13:26 AM »

Anonymous

  • Guest
Re: [TTLUG] Re: cannot connect to the net - TSTT again?
« Reply #1 on: June 29, 2004, 11:18:55 AM »
C wrote:

>DOING A # tail /var/log/localmessages---------------------------------
>
>Jun 19 16:27:26 SOL pppd[3910]: Remote message: Login Succeeded
>Jun 19 16:27:26 SOL pppd[3910]: PAP authentication succeeded
>Jun 19 16:27:26 SOL pppd[3910]: local  IP address 209.94.212.97
>Jun 19 16:27:26 SOL pppd[3910]: remote IP address 209.94.196.130
>Jun 19 16:27:26 SOL pppd[3910]: primary   DNS address 196.3.132.1
>Jun 19 16:27:26 SOL pppd[3910]: secondary DNS address 196.3.132.4
>Jun 19 16:27:27 SOL pppd[3910]: Script /etc/ppp/ip-up finished (pid
>3927), status = 0x0
>Jun 19 16:34:43 SOL pppd[3910]: Terminating on signal 15.
>Jun 19 16:37:20 SOL checkproc: checkproc: cannot stat
>/sbin/evSubagent: No such file or directory
>Jun 19 17:16:22 SOL checkproc: checkproc: cannot stat
>/sbin/evSubagent: No such file or directory
>----------------------------------------------------------------------
>
>
>
>Ok so what now?
>
>
Two things

If you do

# lsmod

what do you see? I'm at work now and my internet connection doesn't use
PPP here, but perhaps somebody else can list the modules
you're supposed to have for ppp to work. I know it includes ppp and slhc
(I think). If all the needed modules aren't loaded, then PPP
will fail.

So list the output from 'lsmod' for us and let's take a look.

I'm not sure what 'checkproc' is. I've never encountered it before.

But I also haven't ever seen the line

"Jun 19 16:27:27 SOL pppd[3910]: Script /etc/ppp/ip-up finished (pid
3927), status = 0x0"


in /var/log/messages before. It makes me wonder what is in /etc/ppp/ip-up. I haven't messed with
this file before. I normally put stuff in /etc/ppp/ip-up.local instead.

It seems to me that your dialer script is working fine. It's a problem with the PPP setup.
I remember one time I didn't have some async support compiled into the kernel for PPP and not
for hell would PPP connect until I added that.

If I had to guess, I'd say that some modules wasn't getting loaded, so PPP dies.

Richard




------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQ...QLSAA/0XFolB/TM
--------------------------------------------------------------------~->

Help build TTLUG by forwarding this to anyone who is interested in the
subject matter or would otherwise benefit from joining the mailing list.

Trinidad and Tobago Linux Users Group http://groups.yahoo.com/group/ttlug
To subscribe, send an email to_______ TTLUG-subscribe@yahoogroups.com
To unsubscribe, send an email to_____ TTLUG-unsubscribe@yahoogroups.com
List owner/moderator Richard Jobity__ TTLUG-owner@yahoogroups.com

Yahoo! Groups Links

<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/TTLUG/

<*> To unsubscribe from this group, send an email to:
     TTLUG-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
     http://docs.yahoo.com/info/terms/                    

Anonymous

  • Guest
Re: [TTLUG] Re: cannot connect to the net - TSTT again?
« Reply #2 on: June 30, 2004, 06:48:07 AM »
C wrote:
> I did connect once with wvdial. So I would assume that all modular
> support is there, however I'll still take a look.
>
> With respect to trying another isp, well lol....
>
> heres the lsmod but I don't see anything pertaining to ppp
>

Here's what I have on my home system.

ppp_async 7520
ppp_generic 15452
slhc  5040

These are, I believe, the modules that have to be loaded. Can you try to
capture the output of
lsmod while you are trying to connect, or just after (before the unused
modules are automatically
removed from memory)?

If you have less than the three modules above, I'd suggest taking a look
at your kernel config.
We're looking for

CONFIG_PPP=m
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
CONFIG_PPP_DEFLATE=m
CONFIG_PPP_BSDCOMP=m

If these are commented out, then possibly the kernel you are using,
doesn't have all the modules compiled.
(The config file is usually in /usr/src/linux/.config. On my Slackware
system, there is also a copy in
/boot/config.)

When I had the connection problem, I remember it was becoz I was missing
the ppp_async module.

Richard



------------------------ Yahoo! Groups Sponsor --------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQ...QLSAA/0XFolB/TM
--------------------------------------------------------------------~->

Help build TTLUG by forwarding this to anyone who is interested in the
subject matter or would otherwise benefit from joining the mailing list.

Trinidad and Tobago Linux Users Group http://groups.yahoo.com/group/ttlug
To subscribe, send an email to_______ TTLUG-subscribe@yahoogroups.com
To unsubscribe, send an email to_____ TTLUG-unsubscribe@yahoogroups.com
List owner/moderator Richard Jobity__ TTLUG-owner@yahoogroups.com

Yahoo! Groups Links

<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/TTLUG/

<*> To unsubscribe from this group, send an email to:
     TTLUG-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
     http://docs.yahoo.com/info/terms/                    

Carigamers

Re: [TTLUG] Re: cannot connect to the net - TSTT again?
« Reply #2 on: June 30, 2004, 06:48:07 AM »

 


* ShoutBox

Refresh History
  • Crimson609: yea everything cool how are you?
    August 10, 2022, 07:26:15 AM
  • Pain_Killer: Good day, what's going on with you guys? Is everything Ok?
    February 21, 2021, 05:30:10 PM
  • Crimson609: BOOM covid-19
    August 15, 2020, 01:07:30 PM
  • Shinsoo: bwda 2020 shoutboxing. omg we are in the future and in the past at the same time!
    March 03, 2020, 06:42:47 AM
  • TriniXjin: Watch Black Clover Everyone!
    February 01, 2020, 06:30:00 PM
  • Crimson609: lol
    February 01, 2020, 05:05:53 PM
  • Skitz: So fellas how we go include listing for all dem parts for pc on we profile but doh have any place for motherboard?
    January 24, 2020, 09:11:33 PM
  • Crimson609: :ph34r:
    January 20, 2019, 09:23:28 PM
  • Crimson609: Big up ya whole slef
    January 20, 2019, 09:23:17 PM
  • protomanex: Gyul like Link
    January 20, 2019, 09:23:14 PM
  • protomanex: Man like Kitana
    January 20, 2019, 09:22:39 PM
  • protomanex: Man like Chappy
    January 20, 2019, 09:21:53 PM
  • protomanex: Gyul Like Minato
    January 20, 2019, 09:21:48 PM
  • protomanex: Gyul like XJin
    January 20, 2019, 09:19:53 PM
  • protomanex: Shout out to man like Crimson
    January 20, 2019, 09:19:44 PM
  • Crimson609: shout out to gyal like Corbie Gonta
    January 20, 2019, 09:19:06 PM
  • cold_187: Why allur don't make a discord or something?
    December 03, 2018, 06:17:38 PM
  • Red Paradox: https://www.twitch.tv/flippay1985 everyday from 6:00pm
    May 29, 2018, 09:40:09 AM
  • Red Paradox: anyone play EA Sports UFC 3.. Looking for a challenge. PSN: Flippay1985 :)
    May 09, 2018, 11:00:52 PM
  • cold_187: @TriniXjin not really, I may have something they need (ssd/ram/mb etc.), hence why I also said "trade" ;)
    February 05, 2018, 10:22:14 AM

SimplePortal 2.3.3 © 2008-2010, SimplePortal