View previous topic :: View next topic |
Author |
Message |
ewan.paton Veteran


Joined: 29 Jul 2003 Posts: 1219 Location: glasgow, scotland
|
Posted: Sat Mar 27, 2004 3:43 am Post subject: networking via a serial cable? |
|
|
im sure i have seen this done but i am not even sure what cables i need. basicly i have a donkeys old toshiba satellite pro 400 laptop{1} which has lost the network dongle{2} and only has a floppy disk drive which i want to put a linux on.
i seem to remeber it being posible to connect 2 pcs together with a serial cable to network them together, any ideas how thanks
{1}only 40 meg ram but a 120mhz processor should be ok as an xterm
{2} anyone knows somewhere replacments can be had will be a godsend _________________ Giay tay nam | Giay nam cao cap | Giay luoi |
|
Back to top |
|
 |
malloc l33t


Joined: 19 Sep 2003 Posts: 762
|
Posted: Sat Mar 27, 2004 11:35 am Post subject: |
|
|
I don't know in linux, but back in the early days of dos there was an application called Laplink wich did exactly this. Perhaps you can use it as a last resource under dosemu. |
|
Back to top |
|
 |
dontremember Apprentice


Joined: 21 Sep 2002 Posts: 151 Location: Oklahoma
|
Posted: Sat Mar 27, 2004 12:12 pm Post subject: Re: networking via a serial cable? |
|
|
ewan.paton wrote: | im sure i have seen this done but i am not even sure what cables i need. basicly i have a donkeys old toshiba satellite pro 400 laptop{1} which has lost the network dongle{2} and only has a floppy disk drive which i want to put a linux on.
i seem to remeber it being posible to connect 2 pcs together with a serial cable to network them together, any ideas how thanks |
You probably want to be using ppp - that's what most dial-up network connections use. If it's going to be a fairly permanent connection, just set it up so that init respawns pppd if it ever dies.
You'll need a cable that crosses over TX<->RX, RTS<->CTS, DSR&DCD<->DTR. |
|
Back to top |
|
 |
DomiX Apprentice


Joined: 26 Oct 2003 Posts: 209 Location: Paris (FRANCE)
|
Posted: Sat Mar 27, 2004 1:25 pm Post subject: |
|
|
Hello,
I have an olp laptop whithout CD-rom drive and I have use a serial cable null-modem with the SLIP protocol.
NB : first enable support for SLIP in your kernel
http://alert.udfcd.org/help/tcpip/user_guide/config_sn.html#slattach _________________ "La connaissance technique ne suffit pas. On doit surpasser les techniques de sorte que l'art devienne un art sans artifice qui apparaît de l'inconscient."
- Daisetsu Suzuki (1870-1966) - |
|
Back to top |
|
 |
strby n00b

Joined: 09 Mar 2006 Posts: 22 Location: rokycany [CZECH Republic]
|
Posted: Thu Aug 17, 2006 5:59 pm Post subject: |
|
|
link is dead :-/ |
|
Back to top |
|
 |
1clue Advocate

Joined: 05 Feb 2006 Posts: 2569
|
Posted: Thu Aug 17, 2006 6:30 pm Post subject: |
|
|
You probably want to use slip. If that doesn't have what you need, look at ppp.
Oh, by the way. An ethernet connection is really two serial ports, one for each direction. Only four conductors in use for full duplex. There's a lot of extra stuff behind it, but it was all developed off of the serial port model. |
|
Back to top |
|
 |
|