Subject: Re: Sound in 1.3.2
To: None <dbsaint@bellsouth.net>
From: Rene Hexel <rh@idle.trapdoor.vip.at>
List: port-i386
Date: 03/04/1999 13:40:47
dbsaint@bellsouth.net wrote:

> No, nothing about sb0 ..
> 
> Just really dont know what to do next ..

  You might still be lucky: the GENERIC kernel uses IRQ 7 for the
soundblaster driver, but your board uses IRQ 5.  All you probably have
to do is changing

sb0     at isa? port 0x220 irq 7 drq 1 drq2 5   # SoundBlaster

  into

sb0     at isa? port 0x220 irq 5 drq 1 drq2 5   # SoundBlaster

  in your kernel configuration file and compile a new kernel.  (For
instructions on how to compile your own kernel, see

  http://www.netbsd.org/Documentation/kernel/index.html

  Cheers
      ,
   Rene