From owner-freebsd-stable@FreeBSD.ORG Fri Sep 1 15:32:39 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 B44F916A4DA for ; Fri, 1 Sep 2006 15:32:39 +0000 (UTC) (envelope-from joseph.koshy@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECD1A43D45 for ; Fri, 1 Sep 2006 15:32:38 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: by wr-out-0506.google.com with SMTP id i2so377551wra for ; Fri, 01 Sep 2006 08:32:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=SrRWdGLdDYMrPVwbgO7bnNyniBww5vInt1ItqnK0H2wdOwR4hBaYWC6e4Z8Zf2WcmIS50Hab6xovg9PUzkR7JEs19WaiuZ5cY5abF6ptWsZMrMsU00Ye+0Zl66mMsJ1kwNDHIp+wRsq9P6w/s82kUsivCynwyQXvUHz7UYslnHk= Received: by 10.65.112.5 with SMTP id p5mr2884273qbm; Fri, 01 Sep 2006 08:32:35 -0700 (PDT) Received: by 10.64.178.14 with HTTP; Fri, 1 Sep 2006 08:32:35 -0700 (PDT) Message-ID: <84dead720609010832s4cfd875fn3958c8630aa3e792@mail.gmail.com> Date: Fri, 1 Sep 2006 21:02:35 +0530 From: "Joseph Koshy" To: "S. M. Ibrahim (Lavlu)" In-Reply-To: <1157124365.3048.5.camel@shanazsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1157124365.3048.5.camel@shanazsoft.com> Cc: freebsd-stable@freebsd.org 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 15:32:39 -0000 > 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. Things to check: - Does loading the driver module using kldload work: # kldload snd_driver.ko - What are the last few lines from `dmesg` after this step. - Do you have a /dev/sndstat? If so what does # cat /dev/sndstat reveal? -- FreeBSD Volunteer, http://people.freebsd.org/~jkoshy