From owner-freebsd-questions@FreeBSD.ORG Sat Dec 6 01:32:00 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 618181065670 for ; Sat, 6 Dec 2008 01:32:00 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [91.121.44.19]) by mx1.freebsd.org (Postfix) with ESMTP id 276638FC19 for ; Sat, 6 Dec 2008 01:32:00 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from baby-jane.lamaiziere.net (246.10.87-79.rev.gaoland.net [79.87.10.246]) by smtp.lamaiziere.net (Postfix) with ESMTPA id E2F7B633676; Sat, 6 Dec 2008 02:31:58 +0100 (CET) Received: from baby-jane (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id 38004670542; Sat, 6 Dec 2008 02:31:58 +0100 (CET) Date: Sat, 6 Dec 2008 02:31:57 +0100 From: Patrick =?ISO-8859-15?Q?Lamaizi=E8re?= To: freebsd-questions@freebsd.org, PJ Message-ID: <20081206023157.349be0ea@baby-jane> In-Reply-To: <4939D0FB.9090304@videotron.ca> References: <4939D0FB.9090304@videotron.ca> Organization: /dave/nulle X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.9; i386-apple-darwin9.3.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Cc: Subject: Re: custom kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2008 01:32:00 -0000 Le Fri, 05 Dec 2008 20:10:19 -0500, PJ a écrit : > linking kernel > uvscom.o (.text+0x293): In function 'uvscom_attach' ; > :undefined reference to 'ucom_attach' etc..... > *** Error code 1 > > did I do something wrong? system is still on and functioning but how > do I make the custom kernel? > > this is my kernel file: > #device ucom # Generic com ttys > device uvscom # USB serial support for DDI pocket's PHS The device uvscom needs ucom... Anyway you can use the GENERIC kernel and just kldload the necessary modules. Regards.