Subject: Re: ess 1868 soundcard will not work
To: =?ks_c_5601-1987?B?wMy788f2?= <mclee77@korea.com>
From: Jared D. McNeill <jmcneill@invisible.yi.org>
List: port-i386
Date: 04/14/2001 23:49:09
On Sun, 15 Apr 2001, [ks_c_5601-1987] =C0=CC=BB=F3=C7=F6 wrote:
> I use NetBSD 1.5 and  have soundcard with ess 1868 chipset
> I compiled kernel but soundcard will not work
[ snip ]
> In the Kernel file ,I uncommnet following line
> -->ess0 at isa? port 0x220 irq 5 drq 1 drq 2 5               #Ess 18XX
>
> I comment following line
> -->#ess* at isanp?                   #ess tech  es1887,es 1888,es888 audi=
o

Your machine detects the ESS 1868 in PnP mode. You need the 'ess* at
isapnp?' line in your kernel config, and the 'ess0 at isa? [blah]' line is
unnecessary.

The GENERIC kernel should support ess* at isapnp?, were you having any
problems with that?

Jared