Return to BSD News archive
Newsgroups: comp.os.386bsd.questions Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!bunyip.cc.uq.oz.au!munnari.oz.au!constellation!osuunx.ucc.okstate.edu!wizard.uark.edu!newsfeed.ksu.ksu.edu!moe.ksu.ksu.edu!vixen.cso.uiuc.edu!uchinews!cdsmail!aquarius1.cim.cdc.com!rgr From: rgr@aquarius1.cim.cdc.com (Greg Rowe x2699) Subject: Original SB card and FreeBSD Sender: usenet@cdsmail.cdc.com (John P Ehrenberg) Message-ID: <CyyIus.GBp@cdsmail.cdc.com> Date: Tue, 8 Nov 1994 16:23:13 GMT Reply-To: rgr@aquarius1.cim.cdc.com (Greg Rowe x2699) Organization: Control Data Systems Lines: 26 The local computer store had the original Sound Blaster cards on sale for $39 so I bought one for my FreeBSD 1.1.5 system. I set the SB interrupt to 10 so as to avoid the conflict with lpt0. I added the following lines from the sound faq to the kernel: device snd2 at isa? port 0x220 irq 10 drq 1 vector sbintr device snd1 at isa? port 0x388 and the following excludes: options "EXCLUDE_MPU401" # NO MPU401 support options EXCLUDE_GUS # NO GUS support options EXCLUDE_GUS_IODETECT # NO GUS io detection options EXCLUDE_SB_EMULATION # NO PAS SB emulation support options EXCLUDE_SBPRO # NO SB Pro support options "EXCLUDE_SB16" # NO SB 16 support options "EXCLUDE_YM3812" # NO AdLib support options "EXCLUDE_OPL3" # NO OPL3 chip support options EXCLUDE_PAS # NO Pro Audio Studio support options EXCLUDE_PRO_MIDI # NO PAS MIDI support The system recognizes snd2 OK on boot up, but can't find snd1. The SB manual says 0x388 is the correct address for FM. Any ideas ? Thanks. Greg