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

Rob Farmer rfarmer at predatorlabs.net
Sat Dec 4 17:57:10 UTC 2010


On Sat, Dec 4, 2010 at 05:16, K. Yura <yy.guest at gmail.com> 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


More information about the freebsd-questions mailing list