From owner-freebsd-questions@FreeBSD.ORG Fri Jan 11 19:03:16 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6C0DBFE3 for ; Fri, 11 Jan 2013 19:03:16 +0000 (UTC) (envelope-from sts@tp1.rub.de) Received: from mx6.rz.ruhr-uni-bochum.de (mi.ruhr-uni-bochum.de [134.147.64.30]) by mx1.freebsd.org (Postfix) with SMTP id C10A3B11 for ; Fri, 11 Jan 2013 19:03:13 +0000 (UTC) X-Queued: (qmail 3876 invoked by alias); 11 Jan 2013 19:03:12 -0000 X-Queued: (qmail 3852 invoked by uid 108); 11 Jan 2013 19:03:12 -0000 X-Qmailscanner: from 134.147.240.78 by mx6.rz.ruhr-uni-bochum.de (envelope-from , uid 102) with qmail-scanner-2.01 (sophie: 3.05/3.37/4.83. Clear:RC:1(134.147.240.78):. Processed in 0.045693 secs); 11 Jan 2013 19:03:12 -0000 Received: from neo.tp1.ruhr-uni-bochum.de (134.147.240.78) by mx6.rz.ruhr-uni-bochum.de with SMTP; 11 Jan 2013 19:03:12 -0000 Received: from freebsd (ip-178-201-64-135.unitymediagroup.de [178.201.64.135]) (authenticated bits=0) by neo.tp1.ruhr-uni-bochum.de (8.14.4/8.14.4) with ESMTP id r0BJ3Aql012039 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Fri, 11 Jan 2013 20:03:10 +0100 Date: Fri, 11 Jan 2013 20:02:08 +0100 From: Stephan Schindel To: freebsd-questions@freebsd.org Subject: sound issue: play interrupt timeout, channel dead Message-ID: <20130111200208.063347c8@freebsd> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2013 19:03:16 -0000 Hiho, after upgrading to 9.1 I have got a problem with my sound card. Sry I am not sure what sound card I have (onboard chipset by NVidia), but it uses the snd_hda module for sure. Sometimes my sound goes completely away and I found this message in the logs: > pcm0: chn_write(): pcm0:play:dsp0.p1: play interrupt timeout, channel > dead I can not reproduce this, it sometimes happens when watching youtube and sometimes when listen to music via VLC. It happened to me at least 5-6 times until now. I need to reboot my machine in order to reset the driver which is pretty annoying. Do you have any similar issues with the improved snd_hda stack? Maybe this is my onboard chipset: > hdac0: mem 0xfce78000-0xfce7bfff irq 23 > at device 5.0 on pci0 > hdac1: mem 0xfcf7c000-0xfcf7ffff irq 17 > at device 0.1 on pci2 Stephan