The error messages are quite clear. Your Scripts seem to contain lots of
syntax errors.

The connect script is by the shell interpreted as if you had typed:

        MODEM_INIT=ATZ  &   
        C1              &               
        D2%CO

It tries to execute a command C! in the backgroud an then tries to
execute a command D2%C0. This means: you need single or double quotes
around strings if they contain characters which are interpreted directly
by the shell. Among these are

        whitespaces and \ & && | || ! $ ~

Try to fix these. The strings itself mustn't necessarily be that
important. Normally ATZ should be sufficient.

If your difficulties continue, let me have your scripts and we'll try to
get it work.

Henning

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

Reply via email to