From owner-freebsd-questions@FreeBSD.ORG Mon Jan 4 13:46:00 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 106CC1065670 for ; Mon, 4 Jan 2010 13:46:00 +0000 (UTC) (envelope-from s.kachelmann@googlemail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id 9DE368FC08 for ; Mon, 4 Jan 2010 13:45:59 +0000 (UTC) Received: by fxm27 with SMTP id 27so719596fxm.3 for ; Mon, 04 Jan 2010 05:45:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=fX2D63mrHUyK5NHOug1T1CTzEBavw3Jto4QlJKj5oVk=; b=o8tZZcf5thwLnxI5zQxqABaGFllX4nGb90B2RXNdOgRgEQ0UeuPGEfA312BiEb8X+L x5s2kKMRUtYg2zK3TFxUoHItsx1yLzCJdAf4g43d9xBIObVWMeLyqEQP2Ae/z5D7m6yR sSIOmmKJkrANdzwkC9mokBSWJrSI9R7PaDCk0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=CU4hus4wu6WfPuC62lcyMxfXu/8VSIAEEfXe8rwiFr4OICrHQhnqKExfV1NJMsBFGs IWNuJQRcN17799AMitszUm/QPJaqNHLMpvZ/U2pbul9xenHsByxpc5S+L4FOuJVg8VfX O15zbFchjTkRJztnPGHK2guI67UI1CE69bfk4= MIME-Version: 1.0 Received: by 10.239.187.211 with SMTP id m19mr307091hbh.10.1262612754594; Mon, 04 Jan 2010 05:45:54 -0800 (PST) In-Reply-To: <91b92521001031052l4f55ab46i627296edd2bce722@mail.gmail.com> References: <91b92521001031052l4f55ab46i627296edd2bce722@mail.gmail.com> Date: Mon, 4 Jan 2010 14:45:54 +0100 Message-ID: <91b92521001040545s51a9bfe8qcdf0393954a5ba99@mail.gmail.com> From: Sandra Kachelmann To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: snd_hda blues 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: Mon, 04 Jan 2010 13:46:00 -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