From owner-freebsd-questions@FreeBSD.ORG Wed Sep 17 16:59:48 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 AC507106566C for ; Wed, 17 Sep 2008 16:59:48 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.226]) by mx1.freebsd.org (Postfix) with ESMTP id 7FA928FC17 for ; Wed, 17 Sep 2008 16:59:48 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so4269230rvf.43 for ; Wed, 17 Sep 2008 09:59:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=R2SxeoW178u26NBgLSFtpaNRdaIfHiR6f+az6GQsFz8=; b=Ru3kDKs9dzJ+ivnekFzWqGLadAdhZ8B1zAb1JBnJ4WxIb3ly95aEzjNa+ZIdglEMJp 4I6De3qxzX5on6vglYHtSwv5EyCH/00TCXCpcuSj1Ezsuk3WTtcj3RM9syUpq67FYVO3 ugJurDVspFqr0a7/CNc4qM1pGPP7M3h6kkenQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=RmqgFp3FE3z0kJrPQ4bNPKhXQqf89wp11RfG/ryT6eofDgGFXd26cvjL/35V7NG6fN jJEebFbyMoE+1/ZxAMRZ0aSIK3UFFm+aF3ot/jklk0Ee3k2bKyZRDX3jUGJ9DQ19bd0X gPfvKwZoigCTp0CdEuCvdix/5Fj5ArjOJCQa0= Received: by 10.140.191.14 with SMTP id o14mr6679210rvf.247.1221670788449; Wed, 17 Sep 2008 09:59:48 -0700 (PDT) Received: by 10.141.186.2 with HTTP; Wed, 17 Sep 2008 09:59:48 -0700 (PDT) Message-ID: <11167f520809170959p2bd35d86q776bc26c541fb4ec@mail.gmail.com> Date: Wed, 17 Sep 2008 11:59:48 -0500 From: "Sam Fourman Jr." To: "Leslie Jensen" In-Reply-To: <48D12E36.9060602@eskk.nu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48D11FBC.70103@eskk.nu> <48D12E36.9060602@eskk.nu> Cc: User Questions Subject: Re: Sound on Dell Latitude E6500 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: Wed, 17 Sep 2008 16:59:48 -0000 On Wed, Sep 17, 2008 at 11:20 AM, Leslie Jensen wrote: > >> I need a little help to get the sound to work on my laptop. >> >> The sound card is "IDT HD Audio codec" in Windows Vista. >> >> My loader.conf has the following: >> sound_load="YES" >> snd_hda_load="YES" >> >> I think the driver is loaded What version of FreeBSD? there was just a new HDA driver committed to -current on friday and I believe I saw a patch for FreeBSD 7, so I would suggest try FreeBSD current and if that works. then you could attempt to try a patch for 7 Sam Fourman Jr.