From owner-freebsd-questions Wed Dec 20 14:30:02 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA20970 for questions-outgoing; Wed, 20 Dec 1995 14:30:02 -0800 (PST) Received: from felix.acet.org (FELIX.ACET.ORG [192.188.104.49]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id OAA20949 for ; Wed, 20 Dec 1995 14:29:56 -0800 (PST) Received: from becky.acet.org.noname by felix.acet.org (4.1/SMI-4.1) id AA15982; Wed, 20 Dec 95 17:31:17 EST Received: by becky.acet.org.noname (4.1/SMI-4.1) id AA12785; Wed, 20 Dec 95 17:30:12 EST From: tlehman@becky.acet.org (Tom) Message-Id: <9512202230.AA12785@becky.acet.org.noname> Subject: FreeBSD 2.1.0 and SoundBlaster To: questions@freebsd.org Date: Wed, 20 Dec 1995 17:30:12 -0500 (EST) X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-questions@freebsd.org Precedence: bulk I have recently installed FreeBSD 2.1.0 on a pc (Compaq 486) and am having alot of trouble getting a SoundBlaster 16 card working. (my real goal is to get the MBONE multicasting tools sd and vat working, but first I thought I should verify that the sound card works) i) I configured my kernel with the following statements in the config file: controller snd0 device sb0 at isa? port 0x220 irq 5 conflicts drq 1 vector sbintr device sbxvi0 at isa? drq 5 device sbmidi0 at isa? port 0x330 device opl0 at isa? port 0x388 conflicts options ALLOW_CONFLICT_IOADDR options ALLOW_CONFLICT_IRQ note: I do not have any other devices configured for IRQ5 ii) The kernel reports the following upon boot up: sb0 at 0x220 irq 5 drq 1 on isa sb0: sbxvi0 at 0x0 drq 5 on isa sbxvo0: sbmidi0 at 0x330 on isa opl0 at 0x388 on isa opl0: iii) cat /dev/sndstat reports the following: VoxWare Sound Driver:3.0-beta-950506 (Sun Feb 5 14:38:12 EST 1995 freebsd-hacker s@freefall.cdrom.com) Config options: ffffffff Installed drivers: Type 1: OPL-2/OPL-3 FM Type 2: SoundBlaster Type 6: SoundBlaster16 Type 7: SB16 MIDI Card config: SoundBlaster at 0x220 irq 5 drq 1 SoundBlaster16 at 0x0 irq 65535 drq 5 SB16 MIDI at 0x330 irq 65535 drq 4294967295 OPL-2/OPL-3 FM at 0x388 irq 65535 drq 4294967295 Audio devices: 0: SoundBlaster 16 4.11 Synth devices: 0: Yamaha OPL-3 Midi devices: 0: SoundBlaster 16 Midi Timers: 0: System Timer Mixers: 0: SoundBlaster iv) cat filename.au >/dev/audio results in no sound and cat hangs without quitting. v) cat filename >/dev/dsp results in no sound and cat hangs without quitting. Is there anyone who could help me with some advice on how to get this working? Thankyou. Tom Lehman (tlehman@becky.acet.org)