From owner-freebsd-questions Mon Apr 17 0:35:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id F379237B637 for ; Mon, 17 Apr 2000 00:35:23 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.13 #1) id 12h63p-0003DH-00; Mon, 17 Apr 2000 09:35:09 +0200 From: Sheldon Hearn To: bangel@elite.net Cc: questions@FreeBSD.ORG Subject: Re: 4.0 soundcard question. In-reply-to: Your message of "Fri, 14 Apr 2000 14:38:49 GMT." Date: Mon, 17 Apr 2000 09:35:08 +0200 Message-ID: <12354.955956908@axl.ops.uunet.co.za> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 14 Apr 2000 14:38:49 GMT, bangel@elite.net wrote: > I have an ensoniq soundscape ISA card, always worked great in freebsd > using the sscape driver. Is it a PnP card? If so, I'd have thought (from the pcm(4) manual page) that a simple ``device pcm'' should suffice. For a non-PnP card, your pcm0 line looks right. > What's the proper way to get it working with the new pcm driver? I've > tried everything, in my kernel right now I have: > # isa soundcard > device pcm0 at isa? port 0x534 irq 10 drq 1 flags 0x0 > device sbc0 at isa? port 0x330 irq 5 drq 1 flags 0x15 I don't think the sbc0 device is appropriate, but I'm not sure. Also, the LINT file suggests that you want the sscape and sscape_mss drivers, but again, I'm just giving you possibilities, since nobody else seems to have answered your question. So if I were in your shoes, I'd first try device pcm then device pcm0 at isa? port 0x534 irq 10 drq 1 flags 0x0 then device sscape0 at isa? port 0x330 irq 5 drq 0 device sscape_mss0 at isa? port 0x534 irq 10 drq 1 Good luck! Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message