From owner-freebsd-questions@FreeBSD.ORG Tue Oct 19 13:40:29 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 A215416A4CE for ; Tue, 19 Oct 2004 13:40:29 +0000 (GMT) Received: from ion.franksworld.org (vhost.domainatlantic.com [67.18.185.244]) by mx1.FreeBSD.org (Postfix) with ESMTP id 081F743D49 for ; Tue, 19 Oct 2004 13:40:29 +0000 (GMT) (envelope-from laszlof@vonostingroup.com) Received: (qmail 83106 invoked by uid 98); 19 Oct 2004 08:43:00 -0000 Received: from laszlof@vonostingroup.com by ion.franksworld.org by uid 89 with qmail-scanner-1.20 (clamdscan: 0.75.1. Clear:RC:0(68.72.248.38):SA:0(?/?):. Processed in 3.063853 secs); 19 Oct 2004 08:43:00 -0000 X-Spam-Status: No, hits=? required=? Received: from unknown (HELO vonostingroup.com) (frank@cpmsg.com@68.72.248.38) by vhost.domainatlantic.com with SMTP; 19 Oct 2004 08:42:57 -0000 Message-ID: <41751931.7040806@vonostingroup.com> Date: Tue, 19 Oct 2004 09:40:01 -0400 From: Frank Laszlo User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Thomas Moyer References: <41752104.4050004@psu.edu> In-Reply-To: <41752104.4050004@psu.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Question about sound in 5.3-? 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: Tue, 19 Oct 2004 13:40:29 -0000 Thomas Moyer wrote: > I had sound working under FreeBSD 5.2.1 by using device pcm in my > kernel config file and now under 5.3 I cannot get it to work. The > soundcard is built into the MB. Not too sure of the type. How do I > get it to work with 5.3-* > I'm pretty sure this has been covered a million times on the list. You need to add the sound driver to device.hints. Google for more information, or this is probably covered in /usr/src/UPDATING. Hope this is helpful. Regards, Frank