From owner-freebsd-multimedia@FreeBSD.ORG Sat Jun 20 22:57:45 2009 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69D8A1065673 for ; Sat, 20 Jun 2009 22:57:45 +0000 (UTC) (envelope-from stephen@missouri.edu) Received: from cauchy.math.missouri.edu (cauchy.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id CCF3E8FC14 for ; Sat, 20 Jun 2009 22:57:44 +0000 (UTC) (envelope-from stephen@missouri.edu) Received: from laptop3.gateway.2wire.net (cauchy.math.missouri.edu [128.206.184.213]) by cauchy.math.missouri.edu (8.14.3/8.14.3) with ESMTP id n5KMMgGL092493; Sat, 20 Jun 2009 17:22:42 -0500 (CDT) (envelope-from stephen@missouri.edu) Message-ID: <4A3D6132.4040309@missouri.edu> Date: Sat, 20 Jun 2009 17:22:42 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8.1.21) Gecko/20090612 SeaMonkey/1.1.16 MIME-Version: 1.0 To: =?ISO-8859-1?Q?=22Leonardo_M=2E_Ram=E9=22?= References: <225857.29065.qm@web35606.mail.mud.yahoo.com> In-Reply-To: <225857.29065.qm@web35606.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-multimedia@freebsd.org Subject: Re: Dell Inspiron 1525 Audio X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Jun 2009 22:57:45 -0000 Leonardo M. Ramé wrote: > Hi, I'm trying to setup the audio card in my Dell Inspiron 1525, but it seems to be an imposible task. I had a lot of problems with this. Eventually it got solved. I am using FreeBSD-CURRENT, so YMMV. In my /boot/loader.conf file I currently have this: snd_hda_load="YES" hw.snd.default_unit=1 hint.hdac.0.config="gpio2" hint.hdac.0.cad2.nid13.config="device=Speaker conn=Fixed" I suspect the third and fourth lines are unnecessary, and that it is the second line that truly makes it work. Anyway, try it and see.