[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] Null modem connection, slip or ppp



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 /dev/ttyS1 115200 &

For the Falcon side:

pppd noauth -detach crtscts lock defaultroute 192.168.3.2:192.168.3.1 local 115200 /dev/ttyS1 &


I was using on older (at least now) Linux kernel which the machine ist 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 meddled with the serial drivers at all. I did have some trouble getting it to work originally, but eventually I got these scripts to be rock 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 <remoteip> -l <localip> &
I got error 'cannot link to an interface: cannot allocate memory'

With ppp:
pppd -detach crtscts lock noauth <localip>:<remoteip> /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.

--
Patrice Mandin
WWW: http://pmandin.atari.org/
Programmeur Linux, Atari
Spécialité: Développement, jeux