I agree with James, it smells like hardware. You might compare clock cycle, bit or byte counters at either end. You might check for sensitivity to specific data patterns; - all zero (00000000 repeating), - all ones (11111111 repeating), - proportion of bits set (00000001, then 00000011, then 00000111, etc), - full byte range sequences (00000000 through to 11111111), - random numbers (a file of them for cross checking), - long duration patterns that might cause lower frequency effects (00000000 repeating for 10ms, then 11111111 for 10ms, then change the low frequency). You might test by excluding pppd, such as using cat, diff, and md5sum. If you've passed all these tests already, then you should find out from the kernel why the error count is being incremented. -- James Cameron http://quozl.linux.org.au/ -- To unsubscribe from this list: send the line "unsubscribe linux-ppp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html