From owner-freebsd-questions@FreeBSD.ORG Thu Oct 9 21:21:20 2008 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 A1308106568F for ; Thu, 9 Oct 2008 21:21:20 +0000 (UTC) (envelope-from mailing_list@orange.nl) Received: from smtp-4.orange.nl (smtp-4.orange.nl [193.252.22.249]) by mx1.freebsd.org (Postfix) with ESMTP id 661EC8FC08 for ; Thu, 9 Oct 2008 21:21:20 +0000 (UTC) (envelope-from mailing_list@orange.nl) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf6304.online.nl (SMTP Server) with ESMTP id 92BC17000084; Thu, 9 Oct 2008 23:21:18 +0200 (CEST) Received: from [192.168.2.173] (s5590cf7b.adsl.wanadoo.nl [85.144.207.123]) by mwinf6304.online.nl (SMTP Server) with ESMTP id 4F7E17000081; Thu, 9 Oct 2008 23:21:18 +0200 (CEST) X-ME-UUID: 20081009212118325.4F7E17000081@mwinf6304.online.nl From: Aniruddha To: Bernt Hansson In-Reply-To: <48ED3F44.6070400@bah.homeip.net> References: <1223412136.3966.10.camel@debian> <48ED3F44.6070400@bah.homeip.net> Content-Type: text/plain Date: Thu, 09 Oct 2008 23:21:34 +0200 Message-Id: <1223587294.4033.5.camel@debian> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Can't get soundcard to work X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2008 21:21:20 -0000 On Thu, 2008-10-09 at 01:16 +0200, Bernt Hansson wrote: > Aniruddha skrev: > > I've read the "Setting Up the Sound Card" part in the FreeBSD handbook > > unfortunately I can't get my Intel HDA card to work. Any ideas would be > > appreciated! Here's some relevant output: > > > > If you load the driver manually, can you play a tune then? > For me snd_hda_load="YES" does not load the driver. I have to do it with > kldload snd_hda. > Thanks a lot, this did the trick! :) Here's what I did: 1) I ran 'kldunload snd_hda'. It gave an error: 'device busy' 2) I stopped the Gnome mixer applet 3) I ran 'kldunload snd_hda' 4) Finally I entered 'kldload snd_hda', et voila sound was working. Is there a way to automate this, or do I have to do this after each boot? -- Regards, Aniruddha