From owner-freebsd-mobile@FreeBSD.ORG Wed May 5 21:57:08 2010 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1A3141065672 for ; Wed, 5 May 2010 21:57:08 +0000 (UTC) (envelope-from list@understudy.net) Received: from smtp7.34sp.com (smtp7.34sp.com [80.82.115.206]) by mx1.freebsd.org (Postfix) with ESMTP id A99B38FC13 for ; Wed, 5 May 2010 21:57:07 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp7.34sp.com (Postfix) with ESMTP id 65C67250811E for ; Wed, 5 May 2010 22:57:06 +0100 (BST) X-Virus-Scanned: amavisd-new at smtp.34sp.com Received: from smtp7.34sp.com ([127.0.0.1]) by localhost (smtp7.34sp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id dt63YZQaw0IK for ; Wed, 5 May 2010 22:57:06 +0100 (BST) Received: from [10.0.0.150] (adsl-065-012-216-193.sip.bct.bellsouth.net [65.12.216.193]) (Authenticated sender: Understudy) by smtp7.34sp.com (Postfix) with ESMTP id F21E4250810B for ; Wed, 5 May 2010 22:57:05 +0100 (BST) Message-ID: <4BE1E9AF.9070804@understudy.net> Date: Wed, 05 May 2010 17:57:03 -0400 From: Understudy User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.7) Gecko/20100504 Thunderbird/3.0.1 MIME-Version: 1.0 To: mobile-list freebsd References: <4BE1D1D1.502@understudy.net> In-Reply-To: <4BE1D1D1.502@understudy.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: laptop speakers not working X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 May 2010 21:57:08 -0000 On 05/05/2010 16:15, Understudy wrote: > Hi, > > I have an aspire one 532h. The speakers on the netbook do not seem to > produce sound. However if I use the headphones I can hear the sounds > just fine. > > I am running pc-bsd 8.0 > > [bhorne@pcbsd-7986 /usr/home/bhorne]$ uname -a > FreeBSD pcbsd-7986 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #4: Thu Jan 7 > 09:20:42 PST 2010 root@build8x32.pcbsd.org > :/usr/obj/usr/pcbsd-build80/fbsd-source/8.0-src/sys/PCBSD > i386 > > Part of my /boot/loader.conf > > # Load sound-support > sound_load="YES" > # snd_uaudio_load="YES" > snd_hda_load="YES" > > root@pcbsd-7986# 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:4v/1r:4v channels duplex default) > pcm1: at cad 0 nid 1 on hdac0 kld > snd_hda [MPSAFE] (0p:0v/1r:1v channels simplex) > > [bhorne@pcbsd-7986 /usr/home/bhorne]$ mixer > Mixer vol is currently set to 99:99 > Mixer pcm is currently set to 99:99 > Mixer mix is currently set to 0:0 > Mixer rec is currently set to 75:75 > Mixer ogain is currently set to 0:0 > Mixer monitor is currently set to 99:99 > Recording source: > > > So my question is what can I do to get sound from the speakers built > into the laptop? > > Sincerely, > Brendhan > _______________________________________________ > freebsd-mobile@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile > To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org" > Solved Set ogain to 99 Brendhan