All of lore.kernel.org
 help / color / mirror / Atom feed
* Making a loop device
@ 2004-12-10 12:54 Peter
  2004-12-13 16:32 ` Rodolfo Brasnarof
  0 siblings, 1 reply; 2+ messages in thread
From: Peter @ 2004-12-10 12:54 UTC (permalink / raw)
  To: linux-hams

Hi

Setting up a new system here but it has 1 com port on it.
Normaal I use 2 comports to make a loopback

There must be a way to make a pseudo device and make a loop with them
But I can remember (and with google) how to setup

Running kernel 2.6 here

Peter
PC2A




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Making a loop device
  2004-12-10 12:54 Making a loop device Peter
@ 2004-12-13 16:32 ` Rodolfo Brasnarof
  0 siblings, 0 replies; 2+ messages in thread
From: Rodolfo Brasnarof @ 2004-12-13 16:32 UTC (permalink / raw)
  To: linux-hams

On Fri, 10 Dec 2004 13:54:34 +0100
Peter wrote:

> Hi
> 
> Setting up a new system here but it has 1 com port on it.
> Normaal I use 2 comports to make a loopback
> 
> There must be a way to make a pseudo device and make a loop with them
> But I can remember (and with google) how to setup

You can use a pair of linked pseudo ttys, such as /dev/ptyp0 (master)
and/dev/ttyp0 (slave). You must always open master side firt.

Here is an example of how to use pseudottys to link jnos to the linux
kernel via slip.

http://www.tldp.org/HOWTO/AX25-HOWTO/x2141.html#AEN2300

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-12-13 16:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-10 12:54 Making a loop device Peter
2004-12-13 16:32 ` Rodolfo Brasnarof

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.