From owner-freebsd-questions@FreeBSD.ORG Fri Feb 18 05:46:44 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 38D1916A4CE for ; Fri, 18 Feb 2005 05:46:44 +0000 (GMT) Received: from mail-core.space2u.com (mail-core.space2u.com [62.20.1.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5208643D1F for ; Fri, 18 Feb 2005 05:46:43 +0000 (GMT) (envelope-from jd@dagerot.com) Received: from localhost (www-core.space2u.com [62.20.1.180]) by mail-core.space2u.com (8.13.3/8.13.2) with ESMTP id j1I5kaEn001090; Fri, 18 Feb 2005 06:46:36 +0100 Date: Fri, 18 Feb 2005 06:46:36 +0100 Message-Id: <200502180546.j1I5kaEn001090@mail-core.space2u.com> MIME-Version: 1.0 From: "Joachim Dagerot" To: "Andrew L. Gould" Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit cc: freebsd-questions@freebsd.org 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:46:44 -0000 On 2005-02-18 Andrew L. Gould wrote: 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. > I did, and searched for 'pcm' with no hit. Now I read it in more detail, and there's a change in the sound card device naming (or so). I'm just compiling the kernel without sound card support for now,