Date: Tue, 26 Nov 2002 21:01:32 +0100 From: Zahemszky =?iso-8859-2?Q?G=E1bor?= <Gabor@Zahemszky.HU> To: freebsd-multimedia@freebsd.org Subject: play interrupt timeout, channel dead Message-ID: <20021126200132.GA27948@Picasso.Zahemszky.HU>
next in thread | raw e-mail | index | archive | help
Hi! In my machine, I've got 2 soundcards. One of them is on the motherboard, an Intel ICH2. Kernel says: pcm1: <Intel 82801BA (ICH2)> 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: <Yamaha DS-1E (YMF724F)> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021126200132.GA27948>