On Sat, 26 Dec 1998, Catalin Bucur wrote:
> Hi,
>
> I have a 14.4Kb modem (no name) on /dev/ttyS3. I'm using RedHat5.1 with
> 2.0.36 kernel and ppp-2.3.3 daemon.
> I run following script to connect with my ISP:
> pppd connect 'chat -v "" ATDP471100 CONNECT "" ogin: myuser word:
> mypassword' \
> /dev/cua3 38400 debug crtscts modem defaultroute kdebug 25
>
> In /var/log/messages appear:
> Dec 26 18:36:16 localhost pppd[825]: pppd 2.3.3 started by root, uid 0
...
> Dec 26 18:37:34 localhost pppd[825]: LCP: timeout sending Config-Requests
> Dec 26 18:37:34 localhost pppd[825]: Connection terminated.
> Dec 26 18:37:34 localhost pppd[825]: Receive serial link is not 8-bit clean:
> Dec 26 18:37:34 localhost pppd[825]: Problem: all had bit 7 set to 0
Your comments about ISP text messages are on target. You've fired up pppd
after your chat script, but the ISP is still sending text ("all had bit 7
set to 0"). Perhaps your chat script forgot to send a command to begin
PPP on the ISP end?
Your working Win98 config may have the appropriate script/login sequence
already (particularly if it was setup from a disk provided by the ISP).
BTW, it's better to use /dev/ttyS3 in place of /dev/cua3. The cua devices
are deprecated and support for them may disappear. Make sure that all of
your serial port programs use the same device to ensure that locks work
correctly. Also, the 'debug' option is sufficient to resolve most ppp
problems; 'kdebug' tends to clutter up the log and make it harder to spot
the problem. I suggest leaving 'kdebug' disabled unless 'debug' does not
provide sufficient information.
I suggest running minicom again, logging the session, and starting ppp at
the ISP manually (since the ISP supports shell, does it use a menu to
start PPP? Do you need secrets in pap-secrets?). Then, use that
information to review your chat script and configuration.
Good luck!
Wishing everyone on the list a Happy New Year!
Geof
DISCLAIMER: The comments above are my own and may not represent the views
of my employer.
+-------------------------------+-------------------------------------------+
: Geoffrey P. Goodrum : US Department of Commerce :
: +1-301-457-5100 : NOAA/NESDIS National Climatic Data Center :
: [EMAIL PROTECTED]: Satellite Services Branch :
+-------------------------------+-------------------------------------------+
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]