From: Kevin J. Cummings (cummings@kjc386.framingham.ma.us)
Date: 02/23/93


From: cummings@kjc386.framingham.ma.us (Kevin J. Cummings (Sys Adm))
Subject: Re: 2nd plea -- Help needed with uucp!
Date: Wed, 24 Feb 1993 04:04:29 GMT

In article <C2wHAw.Dr2@shyguy.lonestar.org> bmyers@shyguy.lonestar.org (bob myers) writes:
>Since I've had no replies with the first attempt, here goes...
>
>I'm wanting to get UUCP up and running on my Linux system. However, I
>can't find an example on how to configure the Devices file in /usr/lib/uucp
>(even though there is mention on how to set up for normal Dial-in mode).

First my usual UUCP advice. Get a copy of O'Reilly's Nutshell Handbook
"Managing UUCP and USENET". It will answer all your UUCP/NEWS questions.

>Any ideas/comments welcome at this point. Seems that the normal FAQ for
>Linux doesn't cover this area...

And now for the real answer:

Here is my Devices file (I have two modems on my LINUX system):

HST /dev/cua - 19200 hst
Trailblazer /dev/cub - 19200 tbplus

As you can see, there are 5 fields to each entry:
"type" The name of the device. Also used in your Systems file.
"data-port" The pathname of the serial device for dialout.
"dialer-port" Obsolete. Needed by old modems with external dialers.
"speed" The baud rate of the serial port.
"dialer-token pairs"
                Each pair indicates a Dialer and an argument to that Dialer.
                Generally, each of your dialers is listed in your Dialers
                file. My entries take no arguments. (My Dialers file
                assumes it will be passed the telephone number.)