From owner-freebsd-stable@FreeBSD.ORG Thu Jan 8 13:57:40 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5EA716A4CE for ; Thu, 8 Jan 2004 13:57:40 -0800 (PST) Received: from postal3.es.net (postal3.es.net [198.128.3.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95D9143D49 for ; Thu, 8 Jan 2004 13:57:39 -0800 (PST) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal3.es.net (Postal Node 3) with ESMTP (SSL) id IBA74465; Thu, 08 Jan 2004 13:57:38 -0800 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 1F6D75D04; Thu, 8 Jan 2004 13:57:38 -0800 (PST) To: John In-Reply-To: Message from John <20040108205940.GA3112@mail.unixjunkie.com> Date: Thu, 08 Jan 2004 13:57:38 -0800 From: "Kevin Oberman" Message-Id: <20040108215738.1F6D75D04@ptavv.es.net> cc: freebsd-stable@freebsd.org Subject: Re: ntpd + netclock/2 8182 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2004 21:57:40 -0000 I use almost this configuration. If the 8182 uses the same protocol as the 8170, this should od the trick. On stable you need a symlink from /dev/wwvb1 --> /dev/ttyXX (the port the clock is plugged into). Then add server 127.127.4.1 to /etc/ntpd.conf. Finally, you need to rebuild the ntpd image to include the clock driver. (By default ntpd contains only stubs.) Go into /usr/src/usr.sbin/ntp/ and change the line 143 from: /* #undef CLOCK_SPECTRACOM */ to: #define CLOCK_SPECTRACOM 1 Then make && make install. -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634