From owner-freebsd-questions@FreeBSD.ORG Sun Jul 11 16:33:26 2010 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 D34FE106564A for ; Sun, 11 Jul 2010 16:33:26 +0000 (UTC) (envelope-from prvs=0801ed4e52=johnl@iecc.com) Received: from gal.iecc.com (gal.iecc.com [64.57.183.53]) by mx1.freebsd.org (Postfix) with ESMTP id 8030A8FC0C for ; Sun, 11 Jul 2010 16:33:26 +0000 (UTC) Received: (qmail 66264 invoked from network); 11 Jul 2010 16:01:56 -0000 Received: from mail1.iecc.com (64.57.183.56) by mail1.iecc.com with QMQP; 11 Jul 2010 16:01:56 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=iecc.com; h=date:message-id:from:to:subject:mime-version:content-type:content-transfer-encoding; s=k1007; olt=johnl@user.iecc.com; bh=RjEjjK3VfhR5MLm8aLITiEHx3xz8mMGLDBeQGERSvp0=; b=uIY8lBoP2gbMP4695O01t6EZWO+dLLwPUrWSiApcIJz4yfaQ53vNkP17Dn/oiTpfp6/pBiD+d/H8fseg/bTxvJxX2UOFr2gaheSyLc6URxFPpyNlMyABOb4ZarQfzTi4B9grlsYF7A3juGQKbuj9R7kfAphXr+maRVaFQx27/ak= Date: 11 Jul 2010 16:06:45 -0000 Message-ID: <20100711160645.17247.qmail@joyce.lan> From: John Levine To: freebsd-questions@freebsd.org Organization: X-Headerized: yes Mime-Version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Subject: Very low sound volume on Lenovo X200 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: Sun, 11 Jul 2010 16:33:26 -0000 I can't get the sound to play above a whisper on my newish laptop. It has two sound channels, one for internal speakers, one for the plug, and it's the same problem for both. Every software sound control, of which there are several, is set to the max. The hardware is fine, it works correctly under Windows (sigh.) Here's dmesg's opinion of what it's got. hdac0: mem 0xf2620000-0xf2623fff irq 17 at device 27.0 on pci0 hdac0: HDA Driver Revision: 20090624_0136 hdac0: [ITHREAD] I see that the hda driver has a vast array of options, suggesting that something is defaulting wrong. Any suggestions? Here's what it's got now, from the pindump: hdac0: Dumping AFG cad=0 nid=1 pins: hdac0: nid 22 0x042140f0 as 15 seq 0 Headphones Jack jack 1 loc 4 color Green misc 0 hdac0: Caps: OUT HP Sense: 0x7fffffff hdac0: nid 23 0x61a190f0 as 15 seq 0 Mic None jack 1 loc 33 color Pink misc 0 [DISABLED] hdac0: Caps: IN VREF Sense: 0x7fffffff hdac0: nid 24 0x04a190f0 as 15 seq 0 Mic Jack jack 1 loc 4 color Pink misc 0 hdac0: Caps: IN VREF Sense: 0x7fffffff hdac0: nid 25 0x612140f0 as 15 seq 0 Headphones None jack 1 loc 33 color Green misc 0 [DISABLED] hdac0: Caps: OUT Sense: 0x7fffffff hdac0: nid 26 0x901701f0 as 15 seq 0 Speaker Fixed jack 7 loc 16 color Unknown misc 1 hdac0: Caps: OUT EAPD hdac0: nid 27 0x40f001f0 as 15 seq 0 Other None jack 0 loc 0 color Unknown misc 1 [DISABLED] hdac0: Caps: OUT EAPD hdac0: nid 28 0x40f001f0 as 15 seq 0 Other None jack 0 loc 0 color Unknown misc 1 [DISABLED] hdac0: Caps: OUT hdac0: nid 29 0x90a601f0 as 15 seq 0 Mic Fixed jack 6 loc 16 color Unknown misc 1 hdac0: Caps: IN hdac0: NumGPIO=4 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=1 hdac0: GPIO: data=0x00000000 enable=0x00000000 direction=0x00000000 hdac0: wake=0x00000000 unsol=0x00000000 sticky=0x00000000 R's, John