From owner-freebsd-questions@FreeBSD.ORG Sat Dec 4 17:57:10 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51EEC10656A6 for ; Sat, 4 Dec 2010 17:57:10 +0000 (UTC) (envelope-from rfarmer@predatorlabs.net) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id 0BF448FC34 for ; Sat, 4 Dec 2010 17:57:09 +0000 (UTC) Received: by qyk8 with SMTP id 8so1986144qyk.13 for ; Sat, 04 Dec 2010 09:57:09 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.81.148 with SMTP id x20mr2595068qck.18.1291485428869; Sat, 04 Dec 2010 09:57:08 -0800 (PST) Received: by 10.220.195.9 with HTTP; Sat, 4 Dec 2010 09:57:08 -0800 (PST) X-Originating-IP: [128.95.133.183] In-Reply-To: References: Date: Sat, 4 Dec 2010 09:57:08 -0800 Message-ID: From: Rob Farmer To: "K. Yura" Content-Type: text/plain; charset=ISO-8859-1 Cc: questions@freebsd.org Subject: Re: FreeBSD .dlink 8.1-RELEASE FreeBSD 8.1-RELEASE #1: Tue Nov 9 21:13:03 MSK 2010 root@.dlink:/usr/obj/usr/src/sys/GENERIC i386 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2010 17:57:10 -0000 On Sat, Dec 4, 2010 at 05:16, K. Yura wrote: > Can't use watch. How to install snp snoop device? > The module is built during normal kernel builds, unless you are using the MODULES_OVERRIDE directive in your kernel. Run kldload snp. Put snp_load="YES" in /boot/loader.conf to get it automatically every boot. If you are going to manually build things in /usr/src, you should run make obj in the directory first, to create a directory in /usr/obj for output. Otherwise, your .o files and such are mixed in with your sources. -- Rob Farmer