From owner-freebsd-questions@FreeBSD.ORG Wed Jun 9 19:53:58 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 13AAA16A4CE for ; Wed, 9 Jun 2004 19:53:58 +0000 (GMT) Received: from bilbo.otenet.gr (bilbo.otenet.gr [195.170.0.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A21043D39 for ; Wed, 9 Jun 2004 19:53:56 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a175.otenet.gr [212.205.215.175]) i59JrfnH018039; Wed, 9 Jun 2004 22:53:44 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.11/8.12.11) with ESMTP id i59Jraac001566; Wed, 9 Jun 2004 22:53:36 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.11/8.12.11/Submit) id i59JraeG001565; Wed, 9 Jun 2004 22:53:36 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 9 Jun 2004 22:53:36 +0300 From: Giorgos Keramidas To: mark & tracie Message-ID: <20040609195336.GB1480@gothmog.gr> References: <200406091341.08092.myndbender@cox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200406091341.08092.myndbender@cox.net> cc: freebsd-questions@freebsd.org Subject: Re: kernel compile make don't know how to make @/dev/fb/fbreg/h. 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, 09 Jun 2004 19:53:58 -0000 On 2004-06-09 13:41, mark & tracie wrote: > after config and make depend (which report no problems) make stops at > the following point. i don't have any more ideas. i have compiled a > kernel oon this system before ( i just want to have sound) and it > worked fine. > > ===> syscons/apm > make: don't know how to make @/dev/fb/fbreg/h. Stop > *** Error code 2 > > Stop in /usr/src/sys/modules/syscons. > *** Error code 1 Try using the recommended procedure for building a kernel *and* matching userland. See /usr/src/UPDATING and the Handbook for details. The archives of this list have many posts that describe how "make buildworld" and the rest of the commands have to run. - Giorgos