Hi,

I get it working adding in the connect script -/etc/ppp/conec or whatever
you use- a pipe redirection to the modem.

here is my conec script:

#!/bin/sh
chat -v TIMEOUT 30 ABORT BUSY "" ATZ OK ATDT0937000111 CONNECT ""
</dev/ttyS1 >/dev/ttyS1

NOTE: change /dev/ttyXX to your modem port.

also add the /dev/tap0 device -in case you don't have it-  with

$mknod  /dev/tap0 c 36 16

Jaume.


At 13:31 99/08/24 +0000, Mark Volpe wrote:
>I have the same problem. When I configure ethertap as in the README file
>I get the "can't get terminal parameters: invalid argument" message. But
>it doesn't happen when I use the SLIP proxy.
>
>Mark
>
>
>
>Tim Wernick wrote:
>> 
>> Hi List,
>> 
>> I just found the solution myself. It was the ethertap support compiled
into my kernel.
>> Maybe some misconfiguration. So how would I have to config diald,
ethertap and so
>> on in order to use ethertap the right way?



-
To unsubscribe from this list: send the line "unsubscribe linux-diald" in
the body of a message to [EMAIL PROTECTED]

Reply via email to