Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Apr 2005 16:16:08 +0400
From:      Igor Robul <igorr@speechpro.com>
To:        freebsd-stable@freebsd.org
Subject:   Re: Sound problem
Message-ID:  <42552488.8040100@speechpro.com>
In-Reply-To: <200504072147.01761.shinjii@virusinfo.rdksupportinc.com>
References:  <200504071841.44277.shinjii@virusinfo.rdksupportinc.com> <200504072120.03534.shinjii@virusinfo.rdksupportinc.com> <42551D00.6020800@speechpro.com> <200504072147.01761.shinjii@virusinfo.rdksupportinc.com>

next in thread | previous in thread | raw e-mail | index | archive | help

>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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42552488.8040100>