# cd /usr/src/sys/i386/conf
        # cp GENERIC MYKERNEL
        (or use any other descriptive name instead of MYKERNEL).
        edit MYKERNEL and add
                device sound
                device snd_hda
        # cd /usr/src
        # make buildkernel KERNCONF=MYKERNEL
        # make installkernel KERNCONF=MYKERNEL
        # reboot

why not:


edit MYKERNEL
config MYKERNEL
cd ../compile/MYKERNEL
make depend
make
make install

?

_______________________________________________
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"

Reply via email to