On Sat, Dec 4, 2010 at 05:16, K. Yura <yy.gu...@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 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"