From owner-freebsd-questions Tue Apr 27 16:27: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from finch-post-10.mail.demon.net (finch-post-10.mail.demon.net [194.217.242.38]) by hub.freebsd.org (Postfix) with ESMTP id 622B4154A8 for ; Tue, 27 Apr 1999 16:26:54 -0700 (PDT) (envelope-from marko@uk.radan.com) Received: from [158.152.75.22] (helo=uk.radan.com) by finch-post-10.mail.demon.net with smtp (Exim 2.12 #1) id 10cHFa-00001m-0A; Tue, 27 Apr 1999 23:26:50 +0000 Organisation: Radan Computational Ltd., Bath, UK. Phone: +44-1225-320320 Fax: +44-1225-320311 Received: from marder-1. (rasnt-1 [193.114.228.211]) by uk.radan.com (8.6.10/8.6.10) with ESMTP id AAA00403; Wed, 28 Apr 1999 00:26:38 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id UAA00365; Mon, 26 Apr 1999 20:05:53 +0100 (BST) (envelope-from marko) Date: Mon, 26 Apr 1999 20:05:53 +0100 From: Mark Ovens To: Jonas Hedqvist Cc: freebsd-questions@freebsd.org Subject: Re: Userconfig question Message-ID: <19990426200552.B261@marder-1> References: <3724C4D1.46DEED87@sdf.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <3724C4D1.46DEED87@sdf.se>; from Jonas Hedqvist on Mon, Apr 26, 1999 at 09:56:02PM +0200 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Apr 26, 1999 at 09:56:02PM +0200, Jonas Hedqvist wrote: > Soundcard Quiestion > I'm using the wonderful pnp driver to get my awe64 to work. > I've compiled my kernel with the pnp0 driver and pcm0 > Then I booted with -c and wrote the following: > pnp 1 0 os enable port0 0x220 irq0 5 drq0 1 drq1 5 [enter] > quit [enter] > > The computer boots up and the soundcard works fine! > But when I'm rebooting my computer the sound doesn't work so I have to > boot -c > and retype the commands. > Do you know why it doesn't save it to the kernel image?? > > If you have any answer so please, send it to me at my e-mail adress: > jh@sdf.se > > //Jonas Hedqvist > > (Please!!! Help me!!!) > From ERRATA.TXT (http://www.freebsd.org): o Kernel change information is not saved in the new kernel, even though this is claimed to work in the docs. Fix: The change information is being written out, in fact, but to the wrong location. move /kernel.config to /boot/kernel.conf (if it exists, otherwise there were no changes to save) and add the following lines to /boot/loader.rc: load /kernel load -t userconfig_script /boot/kernel.conf autoboot 5 This will cause the kernel change information to be read in and used properly (and you just learned a little about the new 3-stage loader in the process, so the exercise wasn't a total loss). > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message