Hi Isabelle I had this error. I did not have the last line of my negotiation right. You will need to know what your isp expects to be told to start the negotiation to set up a ppp connection. If the ISP isn't sent the signal to commence negotiating, your ppp thinks the ISP isn't 8 bit clean, and gives up.
It looks like you are very close. You will need to find some terminal emulation and talk to the isp directly to find what it expects. I had a copy of Liux Kermit stashed in my files, so I used that have that ftp site handy. I just looked it up, here is a url you may start from: http://www.cc.columbia.edu/kermit or maybe http://www.cc.columbia.edu/kermit/mskermit.html --David David Teague, [EMAIL PROTECTED] Debian GNU/Linux Because software support is free, timely, useful, technically accurate, and friendly. (I'm hoping this is all of the above!) On Fri, 25 Jun 1999, Isabelle Poueriet wrote: > Hello everyone. I'm sorry to post this again, but I'm having new problem > now. > > I made some changes to those files I sent before and now when I type pppd > at the command prompt I get some garbage text on my screen, and after a > little while(30 seconds or so) I get the prompt back. > > I tailed d my /var/log/messages file and it reads as follows: > > pppd started by root..... > using interface ppp0 > connect : ppp0 <---> /dev/tty1 > Lcp: time out sending config-Request > Receive serial link is not 8-bit clean > Problem: all had bit 7 set to 0 > Exit > > Any suggestions? I tried minicom -h but minicom is not in my system. > I only have the base system installed. It's Debian 2.1 (Slink). > I also tried wvdial. Not installed either. > > I'm eager to get Debian going. Please help. > Thanks a million in advance. > > The files I have are as follows: > > /etc/chatscripts/provider: > > ABORT BUSY > ABORT "NO CARRIER" > ABORT VOICE > ABORT "NO ANSWER" > ABORT "NO DIALTONE" > "" ATZ > OK ATDT*70,8071800 # i verifyed the phone number > CONNECT '' > ername> \dbella # I verified this with my ISP > ssword: \qmypassword # I put my real password instead of mypassword > > /etc/ppp/peers/provider > > noauth > connect "/usr/sbin/chat -v -f /etc/chatscripts/provider" > /dev/ttyS2 # my modem is in com3. This has been confirmed in windows > 115200 > defaultroute > noipdefault > user bella > > /etc/ppp/pap-secrets > > * newton "" * > guest newton "*" - > root newton "*" - > bella * mypassword > > /etc/ppp/options > > auth > crtscts > modem > netmask 255.255.255.0 > noipdefault > domain bway.net > lcp-echo-interval 30 > lcp-echo-failure 4 > noipx > > Any help would be greatly appreciated. > > \_\_\_\_\_\_\_\_\_\_\_\_ > \_ Isabelle Poueriet \_ > \_ [EMAIL PROTECTED] \_ > \_ http://www.bway.net \_ > \_\_\_\_\_\_\_\_\_\_\_\_ > Q. How many Microsoft Engineers does it take to screw in a light bulb? > A. None. They declare "darkness", the standard. >