From owner-freebsd-questions@FreeBSD.ORG Mon Jan 4 16:03:08 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 2D3681065679 for ; Mon, 4 Jan 2010 16:03:08 +0000 (UTC) (envelope-from fbsdlists@gmail.com) Received: from mail-pw0-f44.google.com (mail-pw0-f44.google.com [209.85.160.44]) by mx1.freebsd.org (Postfix) with ESMTP id 030178FC1A for ; Mon, 4 Jan 2010 16:03:07 +0000 (UTC) Received: by pwi15 with SMTP id 15so10203777pwi.3 for ; Mon, 04 Jan 2010 08:03:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=m+XktaV2Eu6Rsl00nbiwec0Cl6rvQVq8NRFLiIhZ8EA=; b=Tz3asI93uVdHKiSNSuLHismJYzHPpDSnOLEkQ016iZMjx8TLMLXkeweIudkBSV/73Q CZQCDC8u/gJ1kt0qOK9e9A26odOnP2rqerGpLDN+DTkDWB0heabd7wnvz1j8Q17hKvnF X2kYGmDrZlmcpeOxw23pruXMIP4jGoE5K7MRU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=fGUuVfUH9P6do5jvm4I4dTepMNMqeOqpKLQpMxTTVMjYqHpWX3K987LsBeyBoqnPWc 2EwbErd/mUEsVxBkF7VBq3WF4bSgJlXmZaXODoVC+W8oBExxGhSc4XU8bua21U5TS0rA nlTzu8anfEa6d8EkjjUYXhQZlyynlm61/7Wtc= MIME-Version: 1.0 Received: by 10.142.74.9 with SMTP id w9mr3399958wfa.217.1262620981214; Mon, 04 Jan 2010 08:03:01 -0800 (PST) In-Reply-To: <91b92521001040545s51a9bfe8qcdf0393954a5ba99@mail.gmail.com> References: <91b92521001031052l4f55ab46i627296edd2bce722@mail.gmail.com> <91b92521001040545s51a9bfe8qcdf0393954a5ba99@mail.gmail.com> Date: Mon, 4 Jan 2010 11:03:01 -0500 Message-ID: <54db43991001040803q52a450ffo4037a1ca1f0684d8@mail.gmail.com> From: Bob Johnson To: Sandra Kachelmann Content-Type: text/plain; charset=ISO-8859-1 Cc: questions@freebsd.org Subject: Re: 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 16:03:08 -0000 It is likely that whomever is able to help you will need additional information. You can get this information by rebooting your system and selecting "Boot FreeBSD with verbose logging" from the boot menu. After it boots, use "grep hdac /var/run/dmesg.boot" to extract the detailed information about your sound system configuration and post it back to freebsd-questions. If I have time I will try to look through the info and come up with a suggestion, but I must warn you in advance that I am unlikely to find the time in the next few days, so post the info to the list to give others a chance to look at it. - Bob On 1/4/10, Sandra Kachelmann wrote: > 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 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > -- -- Bob Johnson fbsdlists@gmail.com