> Nov 17 21:29:14 debian pppd[137]: Using interface ppp0 > Nov 17 21:29:14 debian pppd[137]: Connect: ppp0 <--> /dev/ttyS1 > Nov 17 21:29:46 debian pppd[137]: LCP: timeout sending Config-Requests > Nov 17 21:29:46 debian pppd[137]: Connection terminated. > Nov 17 21:29:46 debian pppd[137]: Receive serial link is not 8-bit clean: > Nov 17 21:29:46 debian pppd[137]: Problem: all had bit 7 set to 0 > Nov 17 21:29:47 debian pppd[137]: Exit.
I had this stupid pain in the ass problem also. It seems that /etc/serial.conf sets your ttyS1 as a 16450 instead of 16550A. Change the entry in /etc/serial.conf reguarding ttyS1 to 16550A. I don't know why it does that. But it took me a week to debug that stupid stuff. It never donned on me to check something like that. Finally I just did cat /etc/*|grep ttyS1. The rest is history. --Ian Ehrenwald