--- pppd/sys-linux.c +++ pppd/sys-linux.c @@ -911,7 +911,7 @@ void set_up_tty(int tty_fd, int local) inittermios = tios; tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL); - tios.c_cflag |= CS8 | CREAD | HUPCL; + tios.c_cflag |= CS8 | CREAD | HUPCL | CLOCAL; tios.c_iflag = IGNBRK | IGNPAR; tios.c_oflag = 0;