From owner-freebsd-questions@FreeBSD.ORG Wed Dec 1 10:38:12 2004 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 EFB9C16A4CE for ; Wed, 1 Dec 2004 10:38:12 +0000 (GMT) Received: from www.wcborstel.nl (wcborstel.demon.nl [82.161.134.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36A8243D39 for ; Wed, 1 Dec 2004 10:38:12 +0000 (GMT) (envelope-from jorn@wcborstel.nl) Received: from localhost (localhost [127.0.0.1]) by www.wcborstel.nl (Postfix) with ESMTP id B6F5D4334 for ; Wed, 1 Dec 2004 11:38:10 +0100 (CET) Received: from www.wcborstel.nl ([127.0.0.1]) by localhost (www.wcborstel.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29515-07 for ; Wed, 1 Dec 2004 11:38:10 +0100 (CET) Received: from www.wcborstel.nl (localhost [127.0.0.1]) by www.wcborstel.nl (Postfix) with ESMTP id 193434289 for ; Wed, 1 Dec 2004 11:38:10 +0100 (CET) From: "Jorn Argelo" To: questions@freebsd.org Date: Wed, 1 Dec 2004 11:38:10 +0100 Message-Id: <20041201102116.M61310@wcborstel.nl> X-Mailer: Open WebMail 2.41 20040926 X-OriginatingIP: 82.161.134.53 (jorn) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Virus-Scanned: by amavisd-new at mail.wcborstel.nl Subject: Problems upgrading from 5.2.1-RELEASE-P9 to 5.3-RELEASE 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: Wed, 01 Dec 2004 10:38:13 -0000 Hi folks, I've been trying to upgrade my 5.2.1-P9 server to 5.3, but when I try to build the kernel it says: ERROR: version of config(8) does not match kernel! config version = 500012, version required = 500013 Make sure that /usr/src/usr.sbin/config is in sync with your /usr/src/sys and install a new config binary before trying this again. If running the new config fails check your config file against the GENERIC or LINT config files for changes in config syntax, or option/device naming conventions So my friend google told me that I should do a make buildworld first. When I do that, it spits out this: cc -O -pipe -I. -I/usr/src/usr.sbin/config -I/usr/obj/usr/src/i386/legacy/ usr/include -c /usr/src/usr.sbin/config/mkoptions.c make: don't know how to make /destdir/usr/lib/libc.a. Stop *** Error code 2 Stop in /usr/src. *** Error code 1 I haven't tried to upgrade to P-12 yet, should I do that first before upgrading to 5.3? And another question, I've been trying to recompile a 5.3-RELEASE kernel with pcm and sbc support. However, now it says that the device is unkown. But it always worked fine on a 5.2.1 machine. So what happened? Was it removed or something? I've been using kldload snd_maestro3.ko as well (which is the right driver for an ESS maestro I guess), but that doesn't seem to work. There is still no /dev/pcm0 after running the command. Thanks for the help, Jorn.