From owner-freebsd-questions@FreeBSD.ORG Sun May 31 05:26:15 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 E19621065673 for ; Sun, 31 May 2009 05:26:15 +0000 (UTC) (envelope-from lordofhyphens@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.30]) by mx1.freebsd.org (Postfix) with ESMTP id 994628FC16 for ; Sun, 31 May 2009 05:26:15 +0000 (UTC) (envelope-from lordofhyphens@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so3612105yxb.13 for ; Sat, 30 May 2009 22:26:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=i0onimX4DccQwrxzUzvkj2mcXiT/RY1E1dofWe3quO8=; b=CIajEldREew0xJqxF66zx6+Ex5Y/NuqKXFUsTVYABPg5HU9mYvuImKIu94cpeTNHa2 KnU6yB9EbpO2Yg45+7lqvMG/C9vFJXqfIO1x0YJLCDUAkR11nH1t4JzUsoBkRJ9xNiqn 1jfinoCxyi/lCUMJZwd9FSXmh9Hmk06vVXaAk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=L7BgPMypbQCHKC/nPl2CDuduBy5SvVTVAM1akeaZHH+lRP8Q/y9mRcJUOHgXMLN6Ru jqjCrHIzAcjlCf70v2SwpTaXb2KpYDGm0440ZhN7nE9TBwS/XnJ05ybHrtnlbAx9fT8k sT01CjQSBybclWOPfQ/tLbC/YNqBSC8m3mWsQ= Received: by 10.90.93.8 with SMTP id q8mr3852514agb.13.1243745998981; Sat, 30 May 2009 21:59:58 -0700 (PDT) Received: from ?192.168.1.144? (173-23-69-3.client.mchsi.com [173.23.69.3]) by mx.google.com with ESMTPS id 26sm5160396aga.24.2009.05.30.21.59.57 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 30 May 2009 21:59:58 -0700 (PDT) Message-ID: <4A220EC4.7010202@gmail.com> Date: Sat, 30 May 2009 23:59:48 -0500 From: LoH User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [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: Sun, 31 May 2009 05:26:16 -0000 After setting up an Audigy2ZS with the emu10kx kernel driver, I found that after the machine goes into a suspend mode and wakes up, the sound stops playing. Unloading and reloading the kernel drivers (sound.ko and snd_emu10kx.ko) doesn't appear to do anything. I tested with an external line device and mplayer. A reboot clears up the symptoms. Has anyone else noticed this before? Is there a way to get the problem to sit up and bark without doing a complete reboot? --Joseph Lenox