From owner-freebsd-questions@FreeBSD.ORG Wed Nov 23 11:48:18 2011 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 29689106564A for ; Wed, 23 Nov 2011 11:48:18 +0000 (UTC) (envelope-from mueller6727@bellsouth.net) Received: from fmailhost05.isp.att.net (fmailhost05.isp.att.net [204.127.217.105]) by mx1.freebsd.org (Postfix) with ESMTP id 1A7A38FC13 for ; Wed, 23 Nov 2011 11:48:17 +0000 (UTC) Date: Wed, 23 Nov 2011 11:48:17 +0000 (GMT) X-Comment: Sending client does not conform to RFC822 minimum requirements X-Comment: Date has been added by Maillennium Received: from localhost (adsl-68-210-130-165.sdf.bellsouth.net[68.210.130.165]) by isp.att.net (frfwmhc05) with SMTP id <20111123114817H0500duktqe>; Wed, 23 Nov 2011 11:48:17 +0000 X-Originating-IP: [68.210.130.165] From: "Thomas Mueller" To: freebsd-questions@FreeBSD.org Message-Id: <20111123114818.29689106564A@hub.freebsd.org> Cc: Subject: man ugen error 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: Wed, 23 Nov 2011 11:48:18 -0000 According to ugen man page, ugen can be compiled into the kernel with device ugen in config file. I tried that in the kernel config when upgrading from FreeBSD 9.0-RC1 to RC2, but the kernel build stopped quickly with the message that ugen was not valid. After removing that line from kernel config, "make kernel" was successful. I didn't find "device ugen" anywhere in the conf/NOTES or conf/GENERIC files. Tom