From owner-freebsd-stable@FreeBSD.ORG Fri Sep 1 16:28:36 2006 Return-Path: X-Original-To: freebsd-stable@FreeBSD.org Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B00A16A4DD for ; Fri, 1 Sep 2006 16:28:36 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A5C643D68 for ; Fri, 1 Sep 2006 16:28:25 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id k81GSNbg017632; Fri, 1 Sep 2006 12:28:23 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-stable@FreeBSD.org Date: Fri, 1 Sep 2006 12:27:59 -0400 User-Agent: KMail/1.6.2 References: <1157124365.3048.5.camel@shanazsoft.com> In-Reply-To: <1157124365.3048.5.camel@shanazsoft.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200609011228.08058.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88/1784/Fri Sep 1 08:00:05 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: "S. M. Ibrahim \(Lavlu\)" Subject: Re: sound card X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Sep 2006 16:28:36 -0000 On Friday 01 September 2006 11:26 am, S. M. Ibrahim (Lavlu) wrote: > i am totally new with freeBSD 6.1 > I installed it yesterday. Everything goes ok, but problem with > sound card, It's a builtin Intl HDA on gigabyte 915G-DU > motherboard. I added the line > > sound_load="YES" > snd_driver_load="YES" > snd_cmi_load="YES" > > to /boot/loader.conf but sound is not working. Intel HDA is not supported yet but there are experimental drivers floating around the net. You should be able to find them from freebsd-multimedia@ ML archive. Good luck, Jung-uk Kim