Subject: Re: not configured, but works?
To: None <port-i386@netbsd.org>
From: Alex Rolfe <arolfe@MIT.EDU>
List: port-i386
Date: 08/26/1998 08:02:09
If you know the irq, drq, and port of the sound card, then you may want to
include them in the sb (or whatever) device line of the kernel config file
(/usr/src/sys/arch/i386/conf/MACHINENAME) before recompiling the kernel. The
generic kernel that I had didn't look in the right places, so the sound wasn't
working. Once I told it where to look, it worked fine. The line for my card
was :
sb0 at isa0 port 0x220 irq 5 drq 0 drq2 1 # SoundBlaster
Yours will probably be slightly different.
Alex
arolfe@mit.edu
>
> On Tue, 25 Aug 1998, Space Case wrote:
>
> > - the audio, which has four "not configured" lines itself
> ..
> > And, what do I need to do to get everything configured -- especially
> > the sound?
> ...
> > isapnp0: <CMI8330. Audio Adapter, @@@0001, , > port 0x530/8,0x388/8 irq 11
drq 0 not configured
> > isapnp0: <CMI8330. Audio Adapter, @H@0001, , > port 0x320/2 irq 5 not conf
igured
> > isapnp0: <CMI8330. Audio Adapter, @P@0001, , > port 0x200/8 not configured
> > isapnp0: <CMI8330. Audio Adapter, @X@0001, , > port 0x220/16 irq 5 drq 1,5
not configured
>
> To get some low quality sound you can probably just add your
> card as a SoundBlaster card. I.e., add this line to
> src/sys/dev/isapnp/isapnpdevs and remake everything.
>
> devlogic sb @X@0001 CMI8330 Audio Adapter
>
> Good luck
> -- Lennart