From owner-freebsd-current@FreeBSD.ORG Thu Sep 2 11:51:22 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A105316A4CE for ; Thu, 2 Sep 2004 11:51:22 +0000 (GMT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4820643D66 for ; Thu, 2 Sep 2004 11:51:22 +0000 (GMT) (envelope-from dantavious@comcast.net) Received: from focus.dantavious.com (pcp04630633pcs.gambrl01.md.comcast.net[68.49.58.89]) by comcast.net (sccrmhc12) with ESMTP id <2004090211512101200bu3bje> (Authid: dantavious); Thu, 2 Sep 2004 11:51:21 +0000 From: Derrick Edwards To: current@freebsd.org Date: Thu, 2 Sep 2004 08:00:42 -0400 User-Agent: KMail/1.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200409020800.42599.dantavious@comcast.net> Subject: Sound in FreeBSD 5.3 Beta2 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Sep 2004 11:51:22 -0000 I am having probs with sound. I have read a bunch of postings and tried the following things. 1. added device sound to the kernel 2. added snd_driver_load="YES" to /boot/loader.conf just to get it working. *When I initially added snd_driver_load="YES", I got some sound then it crashed, and never came back. 3. added this to /boot/device.hints because it was in the man page. hint.pcm.0.at="isa" hint.pcm.0.irq="5" hint.pcm.0.drq="1" hint.pcm.0.flags="0x0" 4. Even tried to add pcm to the kernel. (ofcourse it did not work) This is the output of pciconf pcm0@pci0:31:5: class=0x040100 card=0x4941434d chip=0x24c58086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller' class = multimedia subclass = audio I would appreciate any assistance in this manner. Thanks Derrick