From owner-freebsd-multimedia Wed Nov 22 8:12:38 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from diamond.gpad.ac.ru (diamond.gpad.ac.ru [193.233.9.65]) by hub.freebsd.org (Postfix) with ESMTP id 77E2337B4CF; Wed, 22 Nov 2000 08:12:24 -0800 (PST) Received: from cavia.landau.ac.ru (cavia.landau.ac.ru [193.233.9.17]) by diamond.gpad.ac.ru (8.9.1/8.9.1) with ESMTP id TAA22129; Wed, 22 Nov 2000 19:12:13 +0300 (MSK) Received: (from dima@localhost) by cavia.landau.ac.ru (8.11.1/8.11.1) id eAMG6nU00290; Wed, 22 Nov 2000 19:06:49 +0300 (MSK) (envelope-from dima) Date: Wed, 22 Nov 2000 19:06:33 +0300 From: Dmitry Sivachenko To: freebsd-multimedia@freebsd.org Cc: cg@freebsd.org Subject: Problem with MSS sound card Message-ID: <20001122190633.A272@netserv1.chg.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello! I use FreeBSD-4.2-BETA, and I have MSS sound card (ISA). When I use these two lines in my kernel config file controller snd0 device mss0 at isa? port 0x530 irq 9 drq 1 my sound card is detected as follows mss0 at port 0x530 irq 9 drq 1 on isa0 snd0: mss0: driver is using old-style compatability shims and works just fine. But when I am trying to use new pcm device by replacing the above lines in kernel config file with this one: device pcm0 at isa? port? irq 9 drq 1 flags 0x00 my card is detected this way: pcm0: at port 0x530-0x537 irq 9 drq 1 flags 0x9100 on isa0 But it doesn't work!!! When I am trying to play sound file with amp(1), I get these errors in /var/log/messages: Nov 22 18:59:06 cavia /kernel: AD_WAIT_INIT FAILED 1000 0x80 Nov 22 18:59:06 cavia /kernel: AD_WAIT_INIT FAILED 1000 0x80 Nov 22 18:59:06 cavia /kernel: mss: Auto calibration timed out(1). Nov 22 18:59:06 cavia /kernel: AD_WAIT_INIT FAILED 201 0x80 Nov 22 18:59:06 cavia last message repeated 11 times Nov 22 18:59:07 cavia /kernel: pcm0: play interrupt timeout, channel dead What's wrong? PS: I have no idea which value for 'flags' to use... Thank you in advance, Dima. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message