From owner-freebsd-stable@FreeBSD.ORG Thu Apr 7 12:16:10 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E634C16A4CE for ; Thu, 7 Apr 2005 12:16:10 +0000 (GMT) Received: from speechpro.com (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DDDA43D3F for ; Thu, 7 Apr 2005 12:16:10 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from sysadm.stc ([192.168.2.26]) by s1.stc with esmtp (Exim 4.44 (FreeBSD)) id 1DJVvc-000Pdf-Jp for freebsd-stable@freebsd.org; Thu, 07 Apr 2005 16:16:08 +0400 Message-ID: <42552488.8040100@speechpro.com> Date: Thu, 07 Apr 2005 16:16:08 +0400 From: Igor Robul User-Agent: Mozilla Thunderbird 1.0 (X11/20050214) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <200504071841.44277.shinjii@virusinfo.rdksupportinc.com> <200504072120.03534.shinjii@virusinfo.rdksupportinc.com> <42551D00.6020800@speechpro.com> <200504072147.01761.shinjii@virusinfo.rdksupportinc.com> In-Reply-To: <200504072147.01761.shinjii@virusinfo.rdksupportinc.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archived: Yes Subject: Re: Sound problem X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Apr 2005 12:16:11 -0000 >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.