Date: Mon, 30 Aug 1999 20:49:37 -0500 From: Dick Arnold <darnold@fgi.net> To: questions@FreeBSD.ORG Subject: Re: old Soundblaster 16 Message-ID: <99083021274701.00784@darnold.fgi.net> References: <99083017540200.00273@Orion>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 30 Aug 1999, avenger wrote: > if anyone has a sb16 i need your help! my sb16 is the older non PNP card > > i have an old Soundblaster 16 circa 1992. In my kernel now i have > > controller snd0 > device sb0 at isa? port 0x220 irq 5 drq 1 > device opl0 at isa? port 0x300 > > ive already tried > device sbmidi0 at isa? port 0x300 > > (my midi is on 300H just because thats where ive had it, although yes ive > already tried 330H which is the factory default) > > ive also tried > device opl0 at isa? port 0x388 > > When i boot, it sees the sb0 yes warns me i need to use SB Pro Support (?!?) > also, it cant find any of the supported midi devices. > > i did /dev/MAKEDEV snd0 > and i cant get any sound... If anyone can help me i really need it, im getting > frustrated with this sound card. > > Thank you very much for your time, > > Dan Brodie > arch@ecis.com > I have the same card and it looks like your missing the 16 bit sound entry. device sbxvi0 at isa ? drq 6 I use dma 6 but I think the default is 1. at boot: sb0 at 0x220 irq 5 drq 1 on isa snd0: <SoundBlaster 16 4.5> sbxvi0 at drq 6 on isa snd0: <SoundBlaster 16 4.5> sbmidi0 at 0x300 on isa snd0: <SoundBlaster MPU-401> opl0 at 0x388 on isa snd0: <Yamaha OPL3 FM> You'll have to do a kernel config, depend, etc. Dick Arnold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?99083021274701.00784>