From owner-freebsd-mobile@FreeBSD.ORG Fri Dec 18 07:04:15 2009 Return-Path: Delivered-To: freebsd-mobile@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC820106566C for ; Fri, 18 Dec 2009 07:04:15 +0000 (UTC) (envelope-from list@understudy.net) Received: from smtp4.34sp.com (smtp4.34sp.com [80.82.115.203]) by mx1.freebsd.org (Postfix) with ESMTP id ADF958FC08 for ; Fri, 18 Dec 2009 07:04:15 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp4.34sp.com (Postfix) with ESMTP id B94FEEA28E6 for ; Fri, 18 Dec 2009 07:04:14 +0000 (GMT) X-Virus-Scanned: amavisd-new at smtp.34sp.com Received: from smtp4.34sp.com ([127.0.0.1]) by localhost (smtp4.34sp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ZJW2CNu0ZI9O for ; Fri, 18 Dec 2009 07:04:14 +0000 (GMT) Received: from Gargoyle.brendhanhorne.com (adsl-065-012-216-193.sip.bct.bellsouth.net [65.12.216.193]) (Authenticated sender: Understudy) by smtp4.34sp.com (Postfix) with ESMTP id 5EFE4EA28BE for ; Fri, 18 Dec 2009 07:04:14 +0000 (GMT) Message-ID: <4B2B296C.8000404@understudy.net> Date: Fri, 18 Dec 2009 02:04:12 -0500 From: Understudy User-Agent: Thunderbird 2.0.0.23 (X11/20091130) MIME-Version: 1.0 To: freebsd-mobile@FreeBSD.org References: <4B2AF04A.7010407@understudy.net> In-Reply-To: <4B2AF04A.7010407@understudy.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Thinkpad T42p sound stopped working.[Solved] 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: Fri, 18 Dec 2009 07:04:16 -0000 Understudy wrote: > Hi, > > I recently had my sound stop working. It was fine and today it decided > to just stop. I threw in my old hard drive and sound worked fine on that. > > So lets go over what I have here. > Thinkpad T42p > FreeBSD Gargoyle.brendhanhorne.com 7.2-RELEASE FreeBSD 7.2-RELEASE #0: > Tue Aug 11 08:51:16 EDT 2009 > root@Gargoyle.brendhanhorne.com:/usr/obj/usr/src/sys/STONE i386 > > Gargoyle# cat /dev/sndstat > FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386) > Installed devices: > pcm0: at io 0xc0000c00, 0xc0000800 irq 11 bufsz > 16384 [MPSAFE] (1p:1v/1r:1v channels duplex default) > > Gargoyle# ll /dev/dsp* > crw-rw-rw- 1 root wheel 0, 107 Dec 17 21:12 /dev/dsp0.0 > > In my kernel > # Sound support > device sound > device snd_ich > > dmesg > pcm0: port 0x1c00-0x1cff,0x18c0-0x18ff mem > 0xc0000c00-0xc0000dff,0xc0000800-0xc00008ff irq 11 at device 31.5 on pci0 > > Gargoyle# cat .history > /dev/dsp > produces no static sound at all. > > > So what I can I do now? > > 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" > Well I found the problem. In mixer the pcm was set at 0. I changed it to 99, I did not make any changes that would have put it at 0 so I don't know how it happened. However the problem is gone and sound is working. Sincerely, Brendhan