From owner-freebsd-multimedia@FreeBSD.ORG Tue Jul 8 04:10:47 2008 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 21E391065675 for ; Tue, 8 Jul 2008 04:10:47 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.170]) by mx1.freebsd.org (Postfix) with ESMTP id EEE878FC12 for ; Tue, 8 Jul 2008 04:10:46 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so2208107wfg.7 for ; Mon, 07 Jul 2008 21:10:46 -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:mime-version:content-type:content-transfer-encoding :content-disposition; bh=bSMJNeK1xos3yXqI1WhMaDcHlz4ALK0cRKqbs5AzlW8=; b=x6gAHbZFyneX6PIzBp1jUsfz7qGyAxT44IR4FsL2TAUvpSU8lao6+GB7dhURvHpigM Ic1C5YNcfLzpqNjRTuiuMvf/p8lBNZelgYmdJBnRH+oAnnagRazciNtlk/xetf5jwQH3 HaosIQqxbSODtXB7i2oU3YpxD8kBxLrF8W9XE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=BIAEkzAoMn2z174TDEqlQ079D3gUTNgB1WhsFFiuP6rbdfwuYSJdFtLjk8BfiBZflr 6ZEbvNemsn52ay5Bc/PDxraomXNdjFNMSU7zmpdCxuK4n47+sK0vYXIHgwXgTc2XTSPS Wflk6kXpFqawXs1LTnGLvTEu7Ai8MtX3kSRAI= Received: by 10.142.199.16 with SMTP id w16mr1613974wff.206.1215488630738; Mon, 07 Jul 2008 20:43:50 -0700 (PDT) Received: by 10.142.104.17 with HTTP; Mon, 7 Jul 2008 20:43:50 -0700 (PDT) Message-ID: Date: Mon, 7 Jul 2008 20:43:50 -0700 From: "Kurt Buff" To: freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: amd64, Thinkpad T61 and snd_hda 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: Tue, 08 Jul 2008 04:10:47 -0000 All, I've posted about this on questions@, and have gotten some feedback, but have brought it here as it seems more appropriate. I have a recent Thinkpad T61 running amd64 7-STABLE, and grepping dmesg reveals that the sound system is detected as an Intel 82801H, and the codec used is announced as Analog Devices AD1984. I've made the following entries: /boot/loader.conf snd_hda_load="YES" /boot/devices.hints hint.pcm.0.config="gpio0 gpio1 gpio2 gpio3 gpio4 gpio5 gpio6 gpio7" I've tried many variations on the above hint line, with no difference in results. That is, while the sound now works in some fashion, I'm not getting desired output from the built-in speakers - it just sounds like it's coming from a long way away - I can barely make it out. I've manually located the sound as coming from the speakers, and adjusting the software sliders makes it no louder, though I can silence the sound with them. What else should I be trying to get this working? Kurt