From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 14 22:10:01 2013 Return-Path: Delivered-To: freebsd-multimedia@smarthost.ysv.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 E20708E7 for ; Mon, 14 Jan 2013 22:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B7A65E7F for ; Mon, 14 Jan 2013 22:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0EMA06c007842 for ; Mon, 14 Jan 2013 22:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0EMA0Ar007837; Mon, 14 Jan 2013 22:10:00 GMT (envelope-from gnats) Date: Mon, 14 Jan 2013 22:10:00 GMT Message-Id: <201301142210.r0EMA0Ar007837@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org Cc: From: Stephan Schindel Subject: Re: kern/175220: [sound] sound stopping: play interrupt timeout, channel dead X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Stephan Schindel List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2013 22:10:01 -0000 The following reply was made to PR kern/175220; it has been noted by GNATS. From: Stephan Schindel To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/175220: [sound] sound stopping: play interrupt timeout, channel dead Date: Mon, 14 Jan 2013 23:01:09 +0100 OK I think I've got it. At this time I am not sure which of these two settings has fixed the issue, but I've changed the following: # /boot/device.hints hint.hdac.0.msi="0" # /etc/sysctl.conf dev.hdac.0.polling=1 So far so good, no driver crashing until now =). I will do further testing to find out which of these did the trick :).