From owner-freebsd-questions Wed Sep 23 20:27:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA13484 for freebsd-questions-outgoing; Wed, 23 Sep 1998 20:27:24 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from insomnia.local.net (max1-114.columbus.megsinet.net [209.81.172.242]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA13458 for ; Wed, 23 Sep 1998 20:27:17 -0700 (PDT) (envelope-from jmutter@devrycols.edu) Received: from localhost (jmutter@localhost) by insomnia.local.net (8.8.8/8.8.8) with SMTP id XAA02083; Wed, 23 Sep 1998 23:30:01 -0400 (EDT) (envelope-from jmutter@devrycols.edu) X-Authentication-Warning: insomnia.local.net: jmutter owned process doing -bs Date: Wed, 23 Sep 1998 23:30:01 -0400 (EDT) From: "James A. Mutter" Reply-To: jm7996@devrycols.edu To: Doug White cc: Kevin Street , jm7996@devrycols.edu, questions@FreeBSD.ORG Subject: Re: /kernel.config In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On 19 Sep 1998, Kevin Street wrote: > > > "James A. Mutter" writes: > > > > > I've been all over the Handbook and the FAQ. I can't find an answer to > > > this one. > > > > > > I've got a PnP sound card that is _not_ automatically recognized by the > > > kernel. After installing a new kernel I have to manually reenter the > > > parameters for the card. I could have sworn that I saw somewhere that the > > > /kernel.config file could 'do this for me' - so to speak. > > > > > > Here's what I've got: > > > > > > jmutter@insomnia$ cat kernel.config > > > USERCONFIG > > > pnp 0 1 os enable port0 0x220 port1 0x330 port2 0x388 irq0 5 drq0 1 drq 1 > > > 5 > > > pnp 1 2 os enable port0 0x620 port1 0xa20 port2 0xe20 > > > quit > > > > I believe you also need to have the right options in your kernel: > > options USERCONFIG #boot -c editor > > options USERCONFIG_BOOT #imply -c and parse info area > > options VISUAL_USERCONFIG #visual boot -c editor > > > > I think it's the USERCONFIG_BOOT that makes it read kernel.config > > No, USERCONFIG_BOOT pops up the screen that asks you if you want to > configure the kernel, like it does on the boot floppy. > Actually Doug, USERCONFIG_BOOT is exactly what I needed. Without that option, it wasn't parsing ./kernel.config. That was in fact the overall goal. My thanks to the person who suggested that. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message