From owner-freebsd-multimedia@FreeBSD.ORG Wed Jan 20 06:48:41 2010 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 311191065672 for ; Wed, 20 Jan 2010 06:48:41 +0000 (UTC) (envelope-from mavbsd@gmail.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 B63678FC29 for ; Wed, 20 Jan 2010 06:48:40 +0000 (UTC) Received: by fxm27 with SMTP id 27so4244132fxm.3 for ; Tue, 19 Jan 2010 22:48:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=/IaphYp7RidxOTTb7lwgvEnHCi80yOfoch7N0a1s9SU=; b=HQ45pCdIZsJNSVDOFetAmsFoNxFIGhD696TCd2+QGcYEolKy37w5fB625TkUaHL0gm 6aOFohG0HFI0449YSWtZBKCbfme2JbSA0S1ASxTGInI/UzNA5TOr5gOLd4oaC1HE//gB 6S29Q0KdP/VvZIYlD+WVT5SLP5wSYKx04/0zg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=hSi1acvu8zqLppWDGBLupWlDEZOppCzlrd1CjH00VUmjWkIMx4ZUnOXYnY61U3V9R6 PU1q4QPJ3XbTTZIs0jgmeAfclesbrXwdiIvWrRWWvh2pV05NPh9sZdRBVsGD0YI+ZiMI fceGBoNvsJyCcHQ7TbT8EuuZJKHWHnqO1i09g= Received: by 10.223.97.220 with SMTP id m28mr8835138fan.36.1263970119698; Tue, 19 Jan 2010 22:48:39 -0800 (PST) Received: from mavbook.mavhome.dp.ua (pc.mavhome.dp.ua [212.86.226.226]) by mx.google.com with ESMTPS id 13sm3480525fxm.1.2010.01.19.22.48.38 (version=SSLv3 cipher=RC4-MD5); Tue, 19 Jan 2010 22:48:39 -0800 (PST) Sender: Alexander Motin Message-ID: <4B56A745.80408@FreeBSD.org> Date: Wed, 20 Jan 2010 08:48:37 +0200 From: Alexander Motin User-Agent: Thunderbird 2.0.0.23 (X11/20091212) MIME-Version: 1.0 To: rjk@wintek.com References: <1263946982.00209016.1263934803@10.7.7.3> In-Reply-To: <1263946982.00209016.1263934803@10.7.7.3> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org Subject: Re: Request for help with snd_hda, FreeBSD 8.0, Dell Optiplex 960 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, 20 Jan 2010 06:48:41 -0000 Hi. Richard Kuhns wrote: > New year, new OS, new hardware. I've just installed FreeBSD 8 on my new > Dell Optiplex 960, and overall it's very nice. > > The 960 has 4 audio jacks, 2 in front and 2 in the rear. I can plug the > speaker cable into the headphone jack and hear output just fine via vlc; > there's no sound at all with flash, and starting a VM via virtualbox > always warns me that "some audio devices could not be opened". The > detail ErrorId is "HostAudioNotResponding". > > The other 3 jacks don't do anything at all, as far as I know. You have 2 analog PCM devices. 2 jacks will be pcm1 playback and record, 2 another - pcm2. If vlc works fine, then probably it is not a driver problem. > Output of 'cat /dev/sndstat' is below, and I'm attaching dmesg following > a verbose boot; and help would be greatly appreciated. I don't care > about recording anything; I just want to listen to some of my online > stations. > > Thanks! > - Richard > > : rjk$/dev; cat /dev/sndstat > FreeBSD Audio Driver (newpcm: 32bit 2009061500/i386) > Installed devices: > pcm0: at cad 0 nid 1 on hdac0 kld > snd_hda [MPSAFE] (1p:2v/0r:0v channels simplex default) > pcm1: at cad 0 nid 1 on hdac1 > kld snd_hda [MPSAFE] (1p:1v/1r:1v channels duplex) > pcm2: at cad 0 nid 1 on hdac1 > kld snd_hda [MPSAFE] (1p:1v/1r:1v channels duplex) > : rjk$/dev; -- Alexander Motin