Kein Betreff


Mi Jan 13 07:21:23 CET 1999


>From guckes  Wed Jan 13 08:21:24 1999
Return-Path: <owner-linux-l at calle.in-berlin.de>
Delivered-To: guckes at math.fu-berlin.de
Received: (qmail 13956 invoked from network); 13 Jan 1999 07:21:20 -0000
Received: from methan.in-berlin.de (160.45.10.13)
  by leibniz.math.fu-berlin.de with SMTP; 13 Jan 1999 07:21:20 -0000
Received: from calle.in-berlin.de (calle.in-berlin.de [193.175.21.97])
	by methan.in-berlin.de (8.9.1/8.9.1) with ESMTP id IAA08936;
	Wed, 13 Jan 1999 08:21:08 +0100 (CET)
	(envelope-from owner-linux-l at calle.in-berlin.de)
Received: by calle.in-berlin.de (Smail3.2.0.98) 
	  from  localhost with smtp
	  id <m0zzo1o-000A2SC>; Mon, 11 Jan 1999 21:33:36 +0100 (CET)
Received: by calle.in-berlin.de (Smail3.2.0.98)
	  id <m0zzo1K-000A2Ka>; Mon, 11 Jan 1999 21:33:06 +0100 (CET)
Message-ID: <369A53F4.21854A4C at t-online.de>
Date: Mon, 11 Jan 1999 20:41:43 +0100
X-Mailer: Mozilla 4.5 (Macintosh; I; PPC)
X-Accept-Language: de,de-DE,en,en-US,en-GB
MIME-Version: 1.0
To: linux-l at calle.in-berlin.de
Subject: Re: linux-l: zyxel elite 2864ID
References: <36977257.DEE839EC at tomek.in-berlin.de>
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-Sender: 03051700975-0001 at t-online.de
From: Felix.Hallmann at t-online.de (Felix Hallmann)
Sender: owner-linux-l at calle.in-berlin.de
Reply-To: linux-l at calle.in-berlin.de
Status: O
Content-Length: 1507
Lines: 59

Hi,

ich benutze das untenstehende script mit MKLinux und linuxppc auf einem Mac.
Bis auf die Sequenz "at&r1" sollte es bei dir auch funktionieren.

Übrigens, gibt es hier noch mehr Linuxer mit einem Mac?

Felix

############################################################################
 


#!/bin/sh
# -x
# file: /etc/ppp/ppp-chat
#
# Time-stamp: < 1998/10/18 12:18:29  felix >
#
# Description:
#
# This is part 2 of the ppp-on script. It will perform the connection
# protocol for the desired connection.
#
#  command	description			      page in handbook
#
#  at		say hello
#  at &f		reset to default				  	9- 6
#  at &d2		hang up when DTR is dropped			9- 6
#  at  e0		no echo						  	9- 2
#  at  m0		modem speaker off				  	9- 2
#  at &r1		ignore RTS					  	9- 9
#  at  x7		allow error correction				8-12
#  at &k44	V.42 + V.42bis					I-C- 6
#  at  b40	PPP async to sync (try B50)			I-C- 2
#  at &o2		isdn 							I-C- 7
#
#######################################################################

#######################################################################
# /usr/sbin/chat
#  -s	Request  that the chat script be executed in a verbose mode.
#  -S	Do  not use the SYSLOG
#######################################################################
exec /usr/sbin/chat -v -s \
TIMEOUT	10 \
ABORT BUSY \
ABORT 'NO CARRIER' \
"" "at" \
"OK" "at &f" \
"OK" "at &d2" \
"OK" "at e0" \
"OK" "at m0" \
"OK" "at &r1" \
"OK" "at x7" \
"OK" "at &k44" \
"OK" "at b40 &o2" \
"OK" ATDI${TELEPHONE} \
CONNECT ""



Mehr Informationen über die Mailingliste linux-l