From owner-freebsd-questions@FreeBSD.ORG Sun Dec 22 16:29:28 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 620D2E27 for ; Sun, 22 Dec 2013 16:29:28 +0000 (UTC) Received: from mail-wg0-x235.google.com (mail-wg0-x235.google.com [IPv6:2a00:1450:400c:c00::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EB4D11788 for ; Sun, 22 Dec 2013 16:29:27 +0000 (UTC) Received: by mail-wg0-f53.google.com with SMTP id k14so4262348wgh.32 for ; Sun, 22 Dec 2013 08:29:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=from:to:date:mime-version:subject:message-id:priority:in-reply-to :references:content-type:content-transfer-encoding :content-description; bh=JuzmTPdn1oqkOTQDK+BWLkYFztnk1YLGS6T4OsxHyxQ=; b=rkFYsbacpws7Y6R00kFrS5cSZL4Dt22d/FFLCfMpLE7OQgNJ3bZiXDkc9QCwA4xiO3 KIqPew0qiS+C8rBsYUaD/c76oWKzTSM5eY9+ZLztZfXiWk2nz3f8fW1JB5qiiUTpm5/i Qr0dIrd3+G86IdSMIxPVKk4SJHSPndZN1emrzx8swpSz9G+9A+793UQrrxVUPGvrP0ll B+rLqs4X85C/c/TstC5rYoEguAnDuomzXs2cIN/vDSBWPSX+Rmim6MqdyjJqIPkgZcPE 2KPpGlt55dwB8Jr+RISqyKl502nuGQbpJe5UhMCiJXTgqp2WlnsaqTCWBxzojXjXertk bvjg== X-Received: by 10.180.36.8 with SMTP id m8mr15708479wij.3.1387729766342; Sun, 22 Dec 2013 08:29:26 -0800 (PST) Received: from [192.168.42.14] (dyn-62-56-65-23.dslaccess.co.uk. [62.56.65.23]) by mx.google.com with ESMTPSA id x4sm26056865wif.0.2013.12.22.08.29.24 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 22 Dec 2013 08:29:24 -0800 (PST) From: g8kbvdave@googlemail.com To: freebsd-questions@freebsd.org Date: Sun, 22 Dec 2013 16:29:19 -0000 MIME-Version: 1.0 Subject: Re: No System sources? (update) Message-ID: <52B7135F.16024.96D587C@g8kbvdave.gmail.com> Priority: normal In-reply-to: <44k3f43zf3.fsf@lowell-desk.lan> References: <52AF4D2A.13679.1A7A5A9@g8kbvdave.gmail.com>, <20131216202107.cbe12fcf.freebsd@edvax.de> (Polytropon's message of "Mon, 16 Dec 2013 20:21:07 +0100"), <44k3f43zf3.fsf@lowell-desk.lan> X-mailer: Pegasus Mail for Windows (4.62) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Dec 2013 16:29:28 -0000 Update: I've found (after a LOT of reading...) I can do what I need (enable pps support in the kernel) without recompiling, by creating:- /boot/loader.conf.local with an entry:- pps_load="YES" Then, kldstat shows that module (pps.ko) is loaded after boot. Most of what I needed to discover, was eventually found on the NixCraft website, cross referencing what I was finding there, with the contents of "The Handbook". So, I'm happy for now. :) Hardware to configure next... Cheers. Dave B.