On 10/21/10, Matthias Apitz <[email protected]> wrote: > El dia Thursday, October 21, 2010 a las 08:35:09PM +0200, Paul B Mahol > escribio: > >> > # cd /usr/src >> > # make buildkernel KERNCONF=GENERIC >> > >> > does not build the module if_alc.ko >> > >> > What I'm missing? Or what is the correct way to get this module for my >> > kernel level? >> >> /sys/modules/alc > > Yes, thanks. I realized this some hours ago and CVS up this too, but > the module does not get build.
Because you did not have Makefiles of higher directories. Anyway: # cd /sys/modules/alc && make install clean Should do it. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[email protected]"

