[EMAIL PROTECTED] wrote:
> 
> I am having a problem trying to dial out using my modem and KPPP. When I hit
> connect it says "Modem Ready". Then after a couple seconds it says "Sorry.
> The modem does not respond." My modem is an ISA PnP modem on TTYS02 at irq4.
> It is not a winmodem.
> typing setserial /dev/ttyS2 produced:
> /dev/ttyS2, UART: 16550A, Port: 0x03e8, IRQ: 4
> 
> dialing with minicom did not work either. It ran through the whole 45 second
> connection limit 3 times and did not do anything before I canceled it. Please
> help!!! thanks

Check that /dev/modem is linked to /dev/ttyS2.  You can do that by:

        ls -l /dev/modem

It should show something like this:

        lrwxrwxrwx  1 root  root    5 Aug  6 23:48 /dev/modem -> ttyS2

If it doesn't, recreate the link with:

        rm /dev/modem
        ln -s /dev/ttyS2 /dev/modem

Give minicom and kppp another try...

-- 
Steve Philp
Network Administrator
Advance Packaging Corp.
[EMAIL PROTECTED]

Reply via email to