From mint-bounce@lists.fishpool.fi Mon May 1 18:38:19 2006 X-Original-To: fnaumann@mail.boerde.de Delivered-To: fnaumann@mail.boerde.de Date: Mon, 1 May 2006 12:32:14 -0400 (EDT) From: Keith Scroggins To: Mint list Subject: Re: [MiNT] Null modem connection, slip or ppp In-Reply-To: <20060429104520.2feab883.mandin.patrice@wanadoo.fr> Message-ID: References: <20060429104520.2feab883.mandin.patrice@wanadoo.fr> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="-559023410-684387517-1146501134=:25585" X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-To: mint-bounce@lists.fishpool.fi X-original-sender: kws@radix.net Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: X-Virus-Scanned: by amavisd-new at relay.boerde.de X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on relay.boerde.de X-Spam-Status: No, hits=-1.0 tagged_above=-50.5 required=7.0 tests=BAYES_00 X-Spam-Level: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. ---559023410-684387517-1146501134=:25585 Content-Type: TEXT/PLAIN; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE This is my scripts from before I was using the ethernec. For the Linux side: pppd noauth -detach crtscts lock proxyarp 192.168.3.1:192.168.3.2=20 /dev/ttyS1 115200 & For the Falcon side: pppd noauth -detach crtscts lock defaultroute 192.168.3.2:192.168.3.1=20 local 115200 /dev/ttyS1 & I was using on older (at least now) Linux kernel which the machine ist=20 still running, here is it's uname: Linux grador 2.4.17 #9 SMP Sat Oct 4 21:47:47 EDT 2003 i586 unknown The Falcon was running an Alpha/CVS kernel, could not tell you if I=20 meddled with the serial drivers at all. I did have some trouble getting=20 it to work originally, but eventually I got these scripts to be rock=20 solid.... Hope this helps. Keith On Sat, 29 Apr 2006, Patrice Mandin wrote: > Hello, > > I am trying to setup a nullmodem connection with my linux box. It was > working before with mint 1.15.12 (and hsmodem serial port drivers). > > Now I use current freemint cvs kernel (without hsmodem), but I can't > setup any connection on the mint side. > > When I try with slip (on falcon, /dev/ttyS1 is the modem2 serial port?): > slattach -t /dev/ttyS1 -p slip -s 19200 -r -l & > I got error 'cannot link to an interface: cannot allocate memory' > > With ppp: > pppd -detach crtscts lock noauth : /dev/ttyS1 19200 & > I got error: 'LCP: timeout sending config-requests' > 'connection terminated' > > On the linux box, I used setserial to setup the ports, so it should be > ok. I know most people use ethernet or an emulator, so any help is > welcomed, to make it work again. > > --=20 > Patrice Mandin > WWW: http://pmandin.atari.org/ > Programmeur Linux, Atari > Sp=E9cialit=E9: D=E9veloppement, jeux > > > ---559023410-684387517-1146501134=:25585--