Thank you for the reply. My mistake...my modem is linked to /dev/ttyS0, but still does not work. kppp starts, reports "modem ready", then hangs on "setting volume level". At no time is there any communication with the modem. Same in minicom. I read another message exactly the same as mine on dejanews, but no answer posted to it yet.

Modem is USR Sportster 56.6K External PNP...worked fine under kernel 2.0.37...any issues with PNP modems under 2.2 kernel?

Dan Brown wrote:

From: Jerry Davis <[EMAIL PROTECTED]>

>used obsolete /dev/cua0 - update software to use /dev/ttys0". I have
>tried setting kppp device to use /dev/ttys0, but the errror persists.

% su
Password:
# cd /dev
# rm modem
# ln -s ttyS0 modem
# exit

    It's important that it be /dev/ttyS0 (or 1, or 2, etc.), not s0
(case sensitive, remember).

Reply via email to