Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Sep 1997 16:26:47 -0300 (EST)
From:      Joao Carlos Mendes Luis <jonny@coppe.ufrj.br>
To:        luigi@labinfo.iet.unipi.it (Luigi Rizzo)
Cc:        jonny@coppe.ufrj.br, multimedia@FreeBSD.ORG
Subject:   Re: Luigi's driver and SB16
Message-ID:  <199709211926.QAA01355@gaia.coppe.ufrj.br>
In-Reply-To: <199709210555.HAA14359@labinfo.iet.unipi.it> from Luigi Rizzo at "Sep 21, 97 07:55:09 am"

next in thread | previous in thread | raw e-mail | index | archive | help
#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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709211926.QAA01355>