From owner-freebsd-questions@FreeBSD.ORG Fri Feb 18 05:36:42 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6913516A4CE for ; Fri, 18 Feb 2005 05:36:42 +0000 (GMT) Received: from smtpauth06.mail.atl.earthlink.net (smtpauth06.mail.atl.earthlink.net [209.86.89.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA3AD43D49 for ; Fri, 18 Feb 2005 05:36:41 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=[192.168.63.10]) by smtpauth06.mail.atl.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 4.34) id 1D20oj-0002Yg-3J; Fri, 18 Feb 2005 00:36:41 -0500 From: "Andrew L. Gould" To: freebsd-questions@freebsd.org Date: Thu, 17 Feb 2005 23:37:19 -0600 User-Agent: KMail/1.6.2 References: <200502180518.j1I5Il3l028816@mail-core.space2u.com> In-Reply-To: <200502180518.j1I5Il3l028816@mail-core.space2u.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200502172337.19443.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bc09aae04aef1dfe5173b70cdb912a374f350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 cc: Joachim Dagerot Subject: Re: Upgrading to 5.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2005 05:36:42 -0000 On Thursday 17 February 2005 11:18 pm, Joachim Dagerot wrote: > I just cvsuped to freebsd-stable and buildworld. No problems. > > Now I want to build the kernel with the same conf as I used for the > last years (5.x), but I ran into problems. device "pcm" is unknown. > > Is this a 'common' problem, or am I in deep sh*t? > > //Joche > > > ================================================ > root@big:/usr/src/ > make buildkernel KERNCONF=JOCHE20050218 > > -------------------------------------------------------------- > > >>> Kernel build for JOCHE20050218 started on Fri Feb 18 06:16:37 CET > >>> 2005 > > -------------------------------------------------------------- > ===> JOCHE20050218 > mkdir -p /usr/obj/usr/src/sys > > -------------------------------------------------------------- > > >>> stage 1: configuring the kernel > > -------------------------------------------------------------- > cd /usr/src/sys/i386/conf; > PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/lega >cy/usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/usr/obj/usr/src/i38 >6/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/gam >es:/sbin:/bin:/usr/sbin:/usr/bin config -d > /usr/obj/usr/src/sys/JOCHE20050218 > /usr/src/sys/i386/conf/JOCHE20050218 config: Error: device "pcm" is > unknown > config: 1 errors > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > Sound configuration has changed. See the UPDATING documentation. Andrew Gould