From owner-freebsd-questions@FreeBSD.ORG Wed Jun 3 09:04:34 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C584106567B for ; Wed, 3 Jun 2009 09:04:34 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 6BF5F8FC17 for ; Wed, 3 Jun 2009 09:04:34 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from sarevok.dnr.servegame.org (mailhub.lan.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 3CA607E83F; Wed, 3 Jun 2009 01:04:33 -0800 (AKDT) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Wed, 3 Jun 2009 11:04:31 +0200 User-Agent: KMail/1.11.3 (FreeBSD/8.0-CURRENT; KDE/4.2.3; i386; ; ) References: <4A220EC4.7010202@gmail.com> <3a142e750905310223keef56e7y7db0ebcb8bbae066@mail.gmail.com> <4A22E35D.4080606@gmail.com> In-Reply-To: <4A22E35D.4080606@gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906031104.31562.mel.flynn+fbsd.questions@mailing.thruhere.net> Cc: "Paul B. Mahol" , LoH Subject: Re: [FreeBSD 7.2-RELEASE] Audio going silent after wakeup. 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: Wed, 03 Jun 2009 09:04:35 -0000 On Sunday 31 May 2009 22:06:53 LoH wrote: > Unloading the module, letting it suspend on its own, then waking it up > and reloading the module does not cause the symptoms to appear. > > Wish I knew offhand what was being called to let it suspend, and which > state it was. See man acpiconf. Basically you can hack /etc/rc.suspend and /etc/rc.resume to unload and reload the sound modules. -- Mel