From owner-freebsd-multimedia@FreeBSD.ORG Sun Jan 3 19:17:20 2010 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA151106568B for ; Sun, 3 Jan 2010 19:17:20 +0000 (UTC) (envelope-from s.kachelmann@googlemail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.157]) by mx1.freebsd.org (Postfix) with ESMTP id 845658FC12 for ; Sun, 3 Jan 2010 19:17:20 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 19so4860081fgg.13 for ; Sun, 03 Jan 2010 11:17:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=fX2D63mrHUyK5NHOug1T1CTzEBavw3Jto4QlJKj5oVk=; b=wLhTXhoWR2zyBqWdEBA6C+4WNGEyF/sF0p2edCC1OUJ8E/IZaPmID57w4jZG3oaYCB MUdddtYPEgLA05iAWQnnBhUEbyi4zu6xsedg20ejU1iZQHgiMBnTo9G92LVdT620OCiy iUIPr4raS0msVOvb095yOmvfYj41ulikuRCFs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=FPx+01+OEvGOCP7DcvxKJgjD00iKirPqaBaaPgs++qxskmt5lyL9N7oBj/p5qxNIlA QH8Qn12JiPuWv2uNJBcQAc4L6SKbXsJkmx/tT/CrvTVYsH4NaadDkPdf6XAnPKBqw6m/ 0Jldvl9wpbKvUYtv8GmgGyEq86bQWDaSXO79A= MIME-Version: 1.0 Received: by 10.239.187.211 with SMTP id m19mr206855hbh.10.1262544746295; Sun, 03 Jan 2010 10:52:26 -0800 (PST) Date: Sun, 3 Jan 2010 19:52:26 +0100 Message-ID: <91b92521001031052l4f55ab46i627296edd2bce722@mail.gmail.com> From: Sandra Kachelmann To: multimedia@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: snd_hda blues 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: Sun, 03 Jan 2010 19:17:21 -0000 I am trying to get my HDA based soundcard work on both output jacks (back by the card and on the jack on top of the tower). With earlier FreeBSD versions I was able to have my speakers plugged in on the back of my soundcard and whenever I would plug in the headphones on the top of the tower the speakers would mute and the sound would play on the headphones. Now this doesn't work anymore. The speakers work but plugging in the "top tower jack" won't do anything. Looking at man snd_hda I tried all the examples (adding stuff to /boot/device.hints). None of the examples did what I wanted. By googling a little bit I found a dude who had the same problem so I simply copied the device.hints lines that solved his problem. The following lines make my headphones work: hint.hdac.0.cad0.nid22.config="as=1 seq=15" hint.hdac.0.cad0.nid24.config="as=3" hint.hdac.0.cad0.nid26.config="as=1" hint.hdac.0.cad0.nid29.config="as=2" However, after that my speakers are mute, all the time. If anyone could help me restoring the old snd_hda behaviour I would be very thankful since I don't quite understand what the snd_hda manpage is trying to tell me (sorry, I really tried...). Here are the information I think might help: $ cat /dev/sndstat FreeBSD Audio Driver (newpcm: 64bit 2009061500/amd64) Installed devices: pcm0: at cad 0 nid 1 on hdac0 kld snd_hda [MPSAFE] (1p:1v/1r:1v channels duplex default) Any help is gratefully apreciated. Sandra