On 18-Jun-98 shock wrote:
> Hey all.  I've had to reinstall Linux (RH5.0), and I'm having some
> problems with ppp.  With the exception of the defaultroute, it *was*
> working, but now when I fire up my program, I get the following in
> /var/log/messages:
> 
> Jun 18 00:16:59 linux kernel: CSLIP: code copyright 1989 Regents of the
> University of California
> Jun 18 00:16:59 linux kernel: PPP: version 2.2.0 (dynamic channel
> allocation)
> Jun 18 00:16:59 linux kernel: PPP Dynamic channel allocation code
> copyright 1995 Caldera, Inc.
> Jun 18 00:16:59 linux kernel: PPP line discipline registered.
> Jun 18 00:16:59 linux kernel: registered device ppp0
> Jun 18 00:16:59 linux pppd[350]: pppd 2.2.0 started by root, uid 0
> Jun 18 00:16:59 linux pppd[350]: tcgetattr: Input/output error
> Jun 18 00:16:59 linux pppd[350]: Exit.
> Jun 18 00:18:58 linux kernel: PPP: ppp line discipline successfully
> unregistered
> 
> When I say that it was working, I mean that it was working until I
> started dorking with the route statement trying to get my defaultroute
> operational.  I have no idea if the two are connected.
> 
> First, I don't know where the CSLIP message is coming from.  But more
> importantly, what the heck is causing the tcgetattr: Input/output error
> and how do I correct it?
> 
> FYI, here's the program I use to start ppp:
> 
> exec pppd connect \
>  'chat -v -f /etc/ppp/wmppp-login' \
>  -detach crtscts modem defaultroute \
>  /dev/modem 115200
> 
> Any input will be *greatly* appreciated.  Thanks!
> --
> Shock
> http://www.buckowensfan.com


Is your /dev/modem symlinked to /dev/ttys0 instead of /dev/ttyS0?

--
Steve Borho <[EMAIL PROTECTED]>


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to