From owner-freebsd-multimedia@FreeBSD.ORG Wed Jul 9 21:09:02 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 EBE101065671 for ; Wed, 9 Jul 2008 21:09:02 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.30]) by mx1.freebsd.org (Postfix) with ESMTP id 9D6208FC1D for ; Wed, 9 Jul 2008 21:09:02 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so809789yxb.13 for ; Wed, 09 Jul 2008 14:09:01 -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=s7vnpwVHXcvzd5LKPt0FllWS99XHibqceWNgDy8SmFI=; b=LyovWzjGOI14fvuFkZVNElOyEe/TkfpWaULdw1TAw+LjORw6r2vWbQ38fjvFtOxYIR hQuLtkoTWxako/0Et5v0vikbugy/XAOMdjPyO/PSXDCGLy1VyWRoheK00YJE8vKCNNKQ l7sFdXNXgvnIhGPxcuuP14Jzboz+CM55tAYWs= 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=dbGKlPo+Tdl2zJfTo25eExY4DdnhAlSH72H+BU9nEB9Z/pJaZeV4bA3VU2GpL9zjy7 SiZXmz1G32OfsfMFX9ZJJJ+g/3NYWInLXMmjLU4+10K/3veIjgfsqychCXUzG76ujPCS eg4Up6Rsh6BCvqFVoKuFH+HZ2evbr9pFzPsl0= Received: by 10.142.229.5 with SMTP id b5mr2450997wfh.132.1215637740898; Wed, 09 Jul 2008 14:09:00 -0700 (PDT) Received: by 10.142.104.17 with HTTP; Wed, 9 Jul 2008 14:09:00 -0700 (PDT) Message-ID: Date: Wed, 9 Jul 2008 14:09:00 -0700 From: "Kurt Buff" To: "Josh Paetzel" In-Reply-To: <200807091137.27682.josh@tcbug.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200807091137.27682.josh@tcbug.org> Cc: freebsd-multimedia@freebsd.org Subject: Re: 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: Wed, 09 Jul 2008 21:09:03 -0000 On Wed, Jul 9, 2008 at 8:37 AM, Josh Paetzel wrote: > On Monday 07 July 2008 11:43:50 pm Kurt Buff wrote: >> 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 > > Does the T61 have the same volume buttons the T60 does? On my T60 there are > buttons that appear to act below the OS level. Perhaps make sure (by banging > on the volume up button like a wild donkey) that those aren't turned way > down. > > -- > Thanks, > > Josh Paetzel > > PGP: 8A48 EF36 5E9F 4EDA 5A8C 11B4 26F9 01F1 27AF AECB Same buttons. No worky. Solution? Ah - that's always simple once you know it. man mixer - what a concept, though I don't understand why the cdplayer app doesn't have independent control over whatever it is that mixer does. All better now... Thanks, Kurt