From owner-freebsd-questions@FreeBSD.ORG Thu Jun 11 11:23:09 2009 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 C57FE106564A for ; Thu, 11 Jun 2009 11:23:09 +0000 (UTC) (envelope-from carmel_ny@hotmail.com) Received: from blu0-omc4-s8.blu0.hotmail.com (blu0-omc4-s8.blu0.hotmail.com [65.55.111.147]) by mx1.freebsd.org (Postfix) with ESMTP id 7DF088FC14 for ; Thu, 11 Jun 2009 11:23:09 +0000 (UTC) (envelope-from carmel_ny@hotmail.com) Received: from BLU0-SMTP40 ([65.55.111.137]) by blu0-omc4-s8.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 11 Jun 2009 04:23:09 -0700 X-Originating-IP: [76.23.177.172] X-Originating-Email: [carmel_ny@hotmail.com] Message-ID: Received: from scorpio ([76.23.177.172]) by BLU0-SMTP40.blu0.hotmail.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.3959); Thu, 11 Jun 2009 04:23:08 -0700 Date: Thu, 11 Jun 2009 07:22:59 -0400 From: Carmel To: freebsd-questions@freebsd.org In-Reply-To: <20090610222823.GA7364@slackbox.xs4all.nl> References: <20090610222823.GA7364@slackbox.xs4all.nl> Organization: seibercom.net X-Mailer: Claws Mail 3.7.1 (GTK+ 2.16.2; i386-portbld-freebsd6.4) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEX+/v7++v6YOTrq8PCcuIX989UvOSj++v0BNCbpAAAAB3RJTUUHsQwfFzs7RBhzUQAAAhJJREFUOI1dU8GOqzAMNKIoV1bvwD1i0ysqrHplIdBrVSX7ATSbd03VVvn9tQNtQy0hjAdn7LED4AAcPtWm9RV+MPSfxhBLx9ajd6X/ngB6/mTwnRSZua7i7Ca+0ctZKo4Qmz+JY13X6I3nFZBxIYW1PbgfQ5RP8g0XlltEWGf3cV03joYpRnFbvYDKbXjZlXyyhEZA4lI+cN3NaVXE4VKjSwTExO10eTEkkJVqIAD5z0nUBQJluQDRSQjcrBiHAJxZlAH5CUMBMC7OcJ4LMQNnxhZ1HYPscMc6J4UlWRMNwzOpCcAHKSICd1EDn83abdREIbXsHkD1OinP1aCUCOEVRaa1lMcvywUWdYgk13JQUpYNKmvXQ8Kw5ML9YI5h8SakctBc7E/IYuLhYd/zZIk+1gM1vNweQBvHE0j+oYah3sMqAytQYlZk6+ANaaawJdu3OFzYGMZ3iGpa3qMlq9ZH0VZTgrCtw/ngdYkEIIpSbP1bWQAdFdX9vocBdkH2qVjVmuMu3gI5rjs814EUdrCZgWlPaxZZ3RiLFUtr+ud0PXwp2dnQSNXgePt6AZpBj6UMJ7VQkzN4utVeaSW1Dhn/kblGrKeMvNGnzwX4zuEDarYz1KdPtR60Gul0Gued+515SJXhCsl+Tx/3kY/UDvicPll9mfu50t3tvQ/thZpJYgeuwdSKNJ6tCD98MCgoxLDaPxbwqqwPWaWiAAAAAElFTkSuQmCC Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 11 Jun 2009 11:23:08.0762 (UTC) FILETIME=[FF5DBBA0:01C9EA86] Subject: Re: Compiling in sound driver in kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2009 11:23:10 -0000 On Thu, 11 Jun 2009 00:28:23 +0200 Roland Smith wrote: >You're missing something: > >device sound >> device snd_hda # Sound driver > >Have you looked at the manual page? 'man snd_hda' would have told you >this. > >Roland Actually, no I did not. I did read the FreeBSD Handbook, specifically the portions dealing with sound and recompiling the kernel. Nowhere did I see a reference to read the man page for the sound driver, nor an example of how to install it in the kernel. I did, eventually, find an example of how to install via the kernel by Googling for it. I believe that the Handbook should be somewhat more specific though in this area. In any case, thanks for all those who took the time to reply. -- Carmel