From owner-freebsd-stable Mon Nov 15 18: 7: 2 1999 Delivered-To: freebsd-stable@freebsd.org Received: from atlantis.corbe.net (surf1083.pompano.net [24.129.31.183]) by hub.freebsd.org (Postfix) with ESMTP id F076514C43 for ; Mon, 15 Nov 1999 18:06:37 -0800 (PST) (envelope-from corbe@corbe.net) Received: from localhost (corbe@localhost) by atlantis.corbe.net (8.9.3/8.9.3) with ESMTP id VAA02991 for ; Mon, 15 Nov 1999 21:06:33 -0500 (EST) (envelope-from corbe@corbe.net) Date: Mon, 15 Nov 1999 21:06:33 -0500 (EST) From: Daniel Corbe To: freebsd-stable@freebsd.org Subject: Sound Card Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Anyone ever have any luck configuring an ESS 1688 (not a 1868) in FreeBSD? The card isn't plug and play so I know it should be fairly straight forward. I've read the documentation in /sys/i386/isa/sound and I've read the pcm manual page and so far these are the steps I've taken: controller snd0 device sb0 at isa? port 0x220 irq 5 drq 1 device sbxvi0 at isa? drq 5 device sbmidi0 at isa? port 0x330 device opl0 at isa? port 0x388 conflicts when that failed to work I tried the pcm driver two different ways (after commenting out the VoxWare drivers of course): device pcm0 at isa? port 0x220 tty irq 5 drq 1 flags 0x15 when that didn't work: device pcm0 at isa? port ? tty irq 5 drq 1 flags 0x15 and tried using the USERCONFIG editor to configure it as if it were a PnP device. in all I've recompiled my kernel a total of 17 times today and I just can't get the sound card to initialize in FreeBSD. Any suggestions? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message