From owner-freebsd-multimedia Tue Nov 26 11:56:11 2002 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 51E8337B401 for ; Tue, 26 Nov 2002 11:56:10 -0800 (PST) Received: from gil.axelero.hu (mail01.axelero.hu [195.228.240.76]) by mx1.FreeBSD.org (Postfix) with ESMTP id C534043EAF for ; Tue, 26 Nov 2002 11:56:08 -0800 (PST) (envelope-from Gabor@Zahemszky.HU) Received: from Picasso.Zahemszky.HU (adsl-10-70.adsl-pool.axelero.hu [62.201.70.10]) by mail01.axelero.hu (iPlanet Messaging Server 5.1 HotFix 0.9 (built May 30 2002)) with ESMTP id <0H6700FSP8PCDE@mail01.axelero.hu> for freebsd-multimedia@freebsd.org; Tue, 26 Nov 2002 20:56:00 +0100 (MET) Received: from Picasso.Zahemszky.HU (localhost.Zahemszky.HU [127.0.0.1]) by Picasso.Zahemszky.HU (8.12.6/8.12.6) with ESMTP id gAQK1XHS065765 for ; Tue, 26 Nov 2002 21:01:33 +0100 Received: (from zgabor@localhost) by Picasso.Zahemszky.HU (8.12.6/8.12.6/Submit) id gAQK1WoP065749 for freebsd-multimedia@freebsd.org; Tue, 26 Nov 2002 21:01:32 +0100 (CET) Date: Tue, 26 Nov 2002 21:01:32 +0100 From: Zahemszky =?iso-8859-2?Q?G=E1bor?= Subject: play interrupt timeout, channel dead To: freebsd-multimedia@freebsd.org Reply-To: Gabor@Zahemszky.HU Message-id: <20021126200132.GA27948@Picasso.Zahemszky.HU> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: Mutt/1.5.1i X-Operating-System: FreeBSD 4.7-STABLE Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi! In my machine, I've got 2 soundcards. One of them is on the motherboard, an Intel ICH2. Kernel says: pcm1: port 0xef00-0xef3f,0xe800-0xe8ff irq 9 at device 31.5 on pci0 pcm1: measured ac97 link rate at 44108 Hz The other is a Yamaha DS-1E. pcm0: mem 0xff8f0000-0xff8f7fff irq 10 at device 11.0 on pci1 I used to use the ICH, but I've bougth the Yamaha, and it _is_ the soundcard now. But there is a very interesting problem: in the game Rocks'n'Diamonds (/usr/ports/games/rocksndiamonds), with the ICH "card", there is sound, and effects, etc. But with the Yamaha card, there is nothing, but very much kernel messages on the console: pcm0:play:1: play interrupt timeout, channel dead What can I do, to use the better sound card, and hear the sound of that game? (Everything else is OK, I can play MP3s, MIDs, MODs, etc with it.) By, Zahy < Gabor at Zahemszky dot HU > -- #!/bin/ksh Z='21N16I25C25E30, 40M30E33E25T15U!' ;IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ ';set $Z ;for i { [[ $i = ? ]]&&print $i&&break;[[ $i = ??? ]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ??? ]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=' 0123456789 ';set $Z;for i { [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;j="$j $i";typeset +l i;};print "$j" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message