From owner-freebsd-multimedia Sun Sep 21 14:16:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA17214 for multimedia-outgoing; Sun, 21 Sep 1997 14:16:47 -0700 (PDT) Received: from gaia.coppe.ufrj.br (root@cisigw.coppe.ufrj.br [146.164.5.200]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA17203 for ; Sun, 21 Sep 1997 14:16:41 -0700 (PDT) Received: (from jonny@localhost) by gaia.coppe.ufrj.br (8.8.7/8.8.7) id QAA01355; Sun, 21 Sep 1997 16:26:47 -0300 (EST) From: Joao Carlos Mendes Luis Message-Id: <199709211926.QAA01355@gaia.coppe.ufrj.br> Subject: Re: Luigi's driver and SB16 In-Reply-To: <199709210555.HAA14359@labinfo.iet.unipi.it> from Luigi Rizzo at "Sep 21, 97 07:55:09 am" To: luigi@labinfo.iet.unipi.it (Luigi Rizzo) Date: Sun, 21 Sep 1997 16:26:47 -0300 (EST) Cc: jonny@coppe.ufrj.br, multimedia@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk #define quoting(Luigi Rizzo) // > pcm0 at 0x220 irq 5 drq 1 mem 0x0 flags 0x15 en 1 confl 0 // > mss_detect error, busy still set (0xff) // > device at 0x220 already attached as unit 0 // > pcm0 not found at 0x220 // // sorry, there is a stupid bug in snd970909.tgz which does not reset // properly the descriptor after a failed probe (mss_probe in your case). // This is fixed in -current, and the fix is to add the following line // // bzero(&pcm_info[dev->id_unit], sizeof(pcm_info[dev->id_unit]) ); // // right at the beginning of mss_probe() and sb_probe() // // things should go smooth after that. Did not remove the mss_detect error, but now my sound card is detected. Here's the dmesg: pcm0 at 0x220 irq 5 drq 1 mem 0x0 flags 0x15 en 1 confl 0 mss_detect error, busy still set (0xff) pcm0 at 0x220 irq 5 drq 1 flags 0x15 on isa Another problem: xmmix does not work, exiting with this error: SOUND_MIXER_READ_CAPS ioctl failed: Invalid argument xmix seems to work. I'll try vat now. Thanks, Jonny PS: It's good to have your driver integrated into -current, but please don't forget the folks who run 2.2. :) -- Joao Carlos Mendes Luis jonny@gta.ufrj.br +55 21 290-4698 jonny@coppe.ufrj.br Universidade Federal do Rio de Janeiro UFRJ/COPPE/CISI PGP fingerprint: 29 C0 50 B9 B6 3E 58 F2 83 5F E3 26 BF 0F EA 67