From owner-freebsd-multimedia@FreeBSD.ORG Wed Sep 17 09:23:40 2008 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 46D731065684 for ; Wed, 17 Sep 2008 09:23:40 +0000 (UTC) (envelope-from mav@mavhome.dp.ua) Received: from cmail.optima.ua (cmail.optima.ua [195.248.191.121]) by mx1.freebsd.org (Postfix) with ESMTP id 32BD78FC24 for ; Wed, 17 Sep 2008 09:23:37 +0000 (UTC) (envelope-from mav@mavhome.dp.ua) X-Spam-Flag: SKIP X-Spam-Yversion: Spamooborona-2.1.0 Received: from orphanage.alkar.net (account mav@alkar.net [212.86.226.11] verified) by cmail.optima.ua (CommuniGate Pro SMTP 5.1.14) with ESMTPA id 221065882; Wed, 17 Sep 2008 11:23:36 +0300 Message-ID: <48D0BE87.8070308@mavhome.dp.ua> Date: Wed, 17 Sep 2008 11:23:35 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.14 (X11/20080612) MIME-Version: 1.0 To: Sergio Veloso References: <8437a5190809161756w3c243813ic76be1f3dd8a08ca@mail.gmail.com> In-Reply-To: <8437a5190809161756w3c243813ic76be1f3dd8a08ca@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@FreeBSD.org Subject: Re: HDA STAC9228 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, 17 Sep 2008 09:23:40 -0000 Sergio Veloso wrote: >> Sergio Veloso wrote: >>> I am having some problems with sound support in a Dell Vostro 1400 with >>> FreeBSD 7.0: >>> >>> - Sound is output only through the headphones. Internal speakers are >>> silent. >>> - Internal microphone (located beside the webcam) does not work at all. >> Read last month topics in this list related to my new HDA driver. >> Try this: http://people.freebsd.org/~mav/ >> >> -- >> Alexander Motin > > I read last month's topics and updated the hda driver to current > (just the driver, not the rest of the kernel sources). > Booting with the new driver and 7-STABLE did not fix the issues, but > there was a change: before the update, both headphone jacks worked and > now only the left one does. Speakers are still mute. > > I am including some info so maybe you can help me find out what I am > missing... As I can see, you have 3 PCM devices. First dsp0 should give you internal speakers and one headphones jack playback and line-in recording. dsp1 will give you second jack playback and mic recording. dsp2 is an SPDIF playback. Have you tried to play via dsp1 to get output via second jack? Have you tried to record from dsp1 to record from microphone? To get speakers working you probably may need to experiment with GPIOs. You have 3 of them. -- Alexander Motin