Sound problem

Igor Robul igorr at speechpro.com
Thu Apr 7 05:16:11 PDT 2005


>cvsup ports/src etc .. goto /usr/ports .. portupgrade -aDk -m BATCH=yes ... 
>then /usr/src .. make buildworld && make installworld 
>then /usr/src/sys/i386/conf .. config kernel file and go from there.
>
>  
>
As fas as I can remember, correct procedure for base system upgrade is:

cd /usr/src
make buildword
make buildkernel KERNCONF=your_conf
make installkernel KERNCONF=your_conf
reboot to single user
mount -a
cd /usr/src
make installworld
mergemaster
reboot
Building kernel and modules not with
  "make buildkernel ; make installkernel "
may not work.
Also make sure that you are not using too aggresive optimizations.


More information about the freebsd-stable mailing list