How to configure refclock-0 with MAKEDEV ?

2002-10-09 Thread Frank Bonnet

Hi

I have a DCF77 gude receiver 
I run ntpd with RAWDCF 

I looked into MAKEDEV script with mention refclock-* statement
but I cannot generate such device file with MAKEDEV.

Does someone could give me the exact syntax to generate such
device file ?

Thanks
-- 
Frank Bonnet 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: How to configure refclock-0 with MAKEDEV ?

2002-10-09 Thread Andre Albsmeier

On Wed, 09-Oct-2002 at 15:51:43 +0200, Frank Bonnet wrote:
 Hi
 
 I have a DCF77 gude receiver 
 I run ntpd with RAWDCF 
 
 I looked into MAKEDEV script with mention refclock-* statement
 but I cannot generate such device file with MAKEDEV.
 
 Does someone could give me the exact syntax to generate such
 device file ?

Since I assume that your DCF receiver is attached to a serial
port on your machine (mine is), I would do a

cd /dev; ln -s cuaax refclock-0

where x corresponds to the number of your serial port and
assuming the cuaax device is already in there.

-Andre

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message