From owner-freebsd-stable@FreeBSD.ORG Sun Oct 31 12:56:44 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BACF316A4CE for ; Sun, 31 Oct 2004 12:56:44 +0000 (GMT) Received: from mail.rotfl.com.au (eth1779.sa.adsl.internode.on.net [150.101.235.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7FE243D62 for ; Sun, 31 Oct 2004 12:56:43 +0000 (GMT) (envelope-from philk@rotfl.com.au) Received: from localhost (localhost [127.0.0.1]) by mail.rotfl.com.au (Postfix) with ESMTP id 574117470F for ; Sun, 31 Oct 2004 23:26:42 +1030 (CST) Received: from mail.rotfl.com.au ([127.0.0.1]) by localhost (mail.rotfl.com.au [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 85394-07 for ; Sun, 31 Oct 2004 23:26:38 +1030 (CST) Message-ID: <4184E106.6030807@rotfl.com.au> Date: Sun, 31 Oct 2004 23:26:38 +1030 From: Phil Kernick User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041016 X-Accept-Language: en-us, en MIME-Version: 1.0 To: stable@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at rotfl.com.au Subject: Sound keeps dying X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Oct 2004 12:56:44 -0000 Running 4-STABLE. Sound on my system works after boot, but then later stops. Here's what I see in /var/log/messages... Oct 30 17:11:19 catbert /kernel: pcm0: port 0xe400-0xe43f irq 10 at device 11.0 on pci0 Oct 30 17:11:19 catbert /kernel: pcm0: Oct 30 17:17:04 catbert /kernel: pcm0:play:0: play interrupt timeout, channel dead Oct 30 17:17:10 catbert /kernel: pcm0:play:0: play interrupt timeout, channel dead Oct 30 17:23:18 catbert /kernel: pcm0:play:0: play interrupt timeout, channel dead The only other thing on IRQ 10 is a USB device, but I have no USB devices connected. Is there anything I can tweak to make this work? Thanks, Phil.