From owner-freebsd-questions Tue Oct 16 21:57:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from robin.mail.pas.earthlink.net (robin.mail.pas.earthlink.net [207.217.120.65]) by hub.freebsd.org (Postfix) with ESMTP id 5720A37B408 for ; Tue, 16 Oct 2001 21:57:20 -0700 (PDT) Received: from blossom.cjclark.org (dialup-209.247.143.200.Dial1.SanJose1.Level3.net [209.247.143.200]) by robin.mail.pas.earthlink.net (8.11.5/8.9.3) with ESMTP id f9H4u1w17692; Tue, 16 Oct 2001 21:56:05 -0700 (PDT) Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.3) id f9H4tgB06854; Tue, 16 Oct 2001 21:55:42 -0700 (PDT) (envelope-from cjc) Date: Tue, 16 Oct 2001 21:55:42 -0700 From: "Crist J. Clark" To: chia an Cc: freebsd-questions@FreeBSD.ORG Subject: Re: after compile mykernel Message-ID: <20011016215542.P4437@blossom.cjclark.org> Reply-To: cjclark@alum.mit.edu References: <20011015032043.63837.qmail@web13506.mail.yahoo.com> <20011017042936.74893.qmail@web13506.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011017042936.74893.qmail@web13506.mail.yahoo.com>; from alan_qc@yahoo.com on Tue, Oct 16, 2001 at 09:29:36PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Oct 16, 2001 at 09:29:36PM -0700, chia an wrote: > aftr i succesfully compile my new kernel, i reboot my > Freebsd 4.4, and then login as root. i am running > dmesg |more, but there was an error in : > > Config> di bt0 > No such device bt0 > Invalid command or syntax.Type '?' for help > Config>di aic0 > No such device aic0 > Invalid command or syntax.Type '?' for help > Config>di aha0 > No such device aha0 > Invalid command or syntax.Type '?' for help > Config>adv0 > No such device adv00 > Invalid command or syntax.Type '?' for help > > how to solve this problem, please help me, should i > compile my kernel again and drop some option such as ,,,,? Your boot sequence is trying to apply the configurations you made for the GENERIC kernel on your new kernel, but you have removed these devices from your custom kernel (probably why you disabled them in the GENERIC configuration). The kernel configuration file is loaded from a file, /boot/kernel.conf. I'd suggest moving it out of the way to something like, /boot/kernel.conf.GENERIC. In the meantime, the warnings should have no adverse effects on the running system. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message