From owner-freebsd-multimedia@FreeBSD.ORG Thu Mar 23 14:11:37 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63DC416A41F; Thu, 23 Mar 2006 14:11:37 +0000 (UTC) (envelope-from arved@arved.at) Received: from jim.arved.priv.at (21322530218.direct.eti.at [213.225.30.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9139343D45; Thu, 23 Mar 2006 14:11:35 +0000 (GMT) (envelope-from arved@arved.at) Received: from jim.arved.priv.at (localhost [127.0.0.1]) by jim.arved.priv.at (8.13.4/8.13.4) with ESMTP id k2NEBXk9008686; Thu, 23 Mar 2006 15:11:33 +0100 (CET) (envelope-from arved@arved.at) Received: (from arved@localhost) by jim.arved.priv.at (8.13.4/8.13.4/Submit) id k2NEBXQI008685; Thu, 23 Mar 2006 15:11:33 +0100 (CET) (envelope-from arved@arved.at) X-Authentication-Warning: jim.arved.priv.at: arved set sender to arved@arved.at using -f Date: Thu, 23 Mar 2006 15:11:33 +0100 From: Tilman Linneweh To: freebsd-multimedia@freebsd.org Message-ID: <20060323141133.GA54418@arved.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: Subject: pcm0:virtual:0: play interrupt timeout, channel dead X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Mar 2006 14:11:37 -0000 Hi list, I am getting this timeouts: pcm0:virtual:0: play interrupt timeout, channel dead on a 6.1-PRELEASE Machine (just tested with ich.c from CURRENT too) with this card: pcm0: port 0xd800-0xd8ff,0xdc00-0xdc3f mem 0xfd201000-0xfd2011ff,0xfd202000-0xfd2020ff irq 17 at device 31.5 on pci0pcm0: pcm0@pci0:31:5: class=0x040100 card=0x92261509 chip=0x24d58086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller' class = multimedia subclass = audio pcm0: at io 0xfd201000, 0xfd202000 irq 17 bufsz 16384 kld snd_ich (1p/1r/1v channels duplex default) [pcm0:play:0]: spd 48000, fmt 0x10000010, flags 0x00103020, 0x00000000 interrupts 8919, underruns 0, ready 0 {userland} -> feeder_vchan_s16(0x10000010) -> {hardware} pcm0:play:0[pcm0:virtual:0]: spd 44100/48000, fmt 0x10000010, flags 0x10 021030, 0x00000010, pid 68965 interrupts 0, underruns 0, ready 0 {userland} -> feeder_root(0x10000010) -> feeder_rate(44100 -> 48000) -> {hardware} [pcm0:record:0]: spd 0, fmt 0x00000000/0x00000008, flags 0x00000000, 0x0 0000000 interrupts 0, overruns 0, hfree 16384, sfree 0 {hardware} -> feeder_root(0x00000000) -> {userland} $ sysctl hw.snd hw.snd.report_soft_formats: 1 hw.snd.targetirqrate: 16 hw.snd.verbose: 2 hw.snd.maxautovchans: 10 hw.snd.unit: 0 hw.snd.pcm0.buffersize: 16384 hw.snd.pcm0.vchans: 1 hw.snd.pcm0.ac97rate: 48000 Any ideas, what's going on? regards tilman