From owner-freebsd-questions Wed Feb 16 7:14:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from builder.freebsd.org (builder.FreeBSD.ORG [204.216.27.24]) by hub.freebsd.org (Postfix) with ESMTP id 2177C37B513 for ; Wed, 16 Feb 2000 07:14:52 -0800 (PST) (envelope-from dan@jgl.reno.nv.us) Received: from mail.greatbasin.net (mail.greatbasin.net [207.228.35.39]) by builder.freebsd.org (Postfix) with ESMTP id 0798C132D6 for ; Wed, 16 Feb 2000 07:14:15 -0800 (PST) Received: from jgl.reno.nv.us (rno-max1-12.gbis.net [207.228.60.76]) by mail.greatbasin.net (8.9.3/8.9.3) with ESMTP id HAA02066; Wed, 16 Feb 2000 07:14:39 -0800 (PST) Received: from danco (danco.home [10.0.0.2]) by jgl.reno.nv.us (8.9.3/8.9.3) with SMTP id HAA03934; Wed, 16 Feb 2000 07:14:09 -0800 (PST) (envelope-from dan@jgl.reno.nv.us) Message-ID: <052301bf7890$83ba1f60$0200000a@danco.home> From: "Dan O'Connor" To: "Rob Carmichael" , "'questions@freebsd.org'" Subject: Re: dmesg errors Date: Wed, 16 Feb 2000 07:14:07 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Sorry to appear like a complete newbie, but the truth is ... i am. Can >anyone help me with the following errors i get in mah dmesg ? > >real memory = 50331648 (49152K bytes) >config> di zp0 >No such device: zp0 >Invalid command or syntax. Type `?' for help. >config> di ze0 >No such device: ze0 >Invalid command or syntax. Type `?' for help. >config> di lnc0 >No such device: lnc0 >Invalid command or syntax. Type `?' for help. >config> di le0 >No such device: le0 >Invalid command or syntax. Type `?' for help. >config> di ie0 >No such device: ie0 >Invalid command or syntax. Type `?' for help. >config> di fe0 >No such device: fe0 >Invalid command or syntax. Type `?' for help. >config> di ex0 >No such device: ex0 >Invalid command or syntax. Type `?' for help. >config> di ed0 >No such device: ed0 >Invalid command or syntax. Type `?' for help. >config> di cs0 >No such device: cs0 >Invalid command or syntax. Type `?' for help. >config> q >avail memory = 46628864 (45536K bytes) > > >I know the first and last lines are not errors i just quoted them so you'd >know whereabouts in the dmesg these errors came up. My first thought was >that i left them in the kernal conf file, but it seems i did comment them >out. >Any ideas ???¿? These are devices you disabled for GENERIC(?) using UserConfig and then didn't include when you compiled your custom kernel. They're stored in /kernel.config. The easiest way to get rid of these messages is (as root): # mv /kernel.config /kernel.config.old # touch /kernel.config Have fun! --Dan ** The thing I like most about Windows 98 is... ** You can download FreeBSD with it! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message