From owner-freebsd-multimedia Mon Aug 12 06:13:34 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA18301 for multimedia-outgoing; Mon, 12 Aug 1996 06:13:34 -0700 (PDT) Received: from central.picker.com (central.picker.com [144.54.31.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id GAA18295 for ; Mon, 12 Aug 1996 06:13:18 -0700 (PDT) Received: from ct.picker.com by central.picker.com with smtp (Smail3.1.28.1 #3) id m0upwU1-0004sVC; Mon, 12 Aug 96 08:52 EDT Received: from elmer.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA15636; Mon, 12 Aug 96 08:51:26 EDT Received: by elmer.picker.com (SMI-8.6/SMI-SVR4) id IAA01889; Mon, 12 Aug 1996 08:46:17 -0400 From: rhh@ct.picker.com (Randall Hopper) Message-Id: <199608121246.IAA01889@elmer.picker.com> Subject: Re: FreeBSD/SoundBlaster awe32 problems... To: marcusg@elec.uq.edu.au (Marcus Gallagher) Date: Mon, 12 Aug 1996 08:46:14 -0400 (EDT) Cc: multimedia@freebsd.org In-Reply-To: <320EAD84.41C67EA6@elec.uq.edu.au> from "Marcus Gallagher" at Aug 12, 96 02:05:24 pm Reply-To: rhh@ct.picker.com Organization: Picker International, CT Division X-Mailer: ELM [version 2.4 PL24 PGP3 *ALPHA*] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Marcus Gallagher: >System is: >Pentuim box, FreeBSD2.1, Creative labs awe32 16bit soundblaster card. > >The relevant section in my kernel looks like this: > >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 > >However, when I try and cat a .au file to /dev/audio, I get no sound, >and the cat process just hangs there, ie cursor is not returned, and I have a Sound Blaster 32, and if it helps I can tell you mine works on the 2.1 drivers. Here are some things that come to mind: 1) Try: cd /dev ls -l audio sh MAKEDEV snd0 ls -l audio See if you get a change in the device numbers. 2) The default volume should be OK, so that probably isn't it 3) IRQ 5 sounds right for the default card config. Might make sure the cards isn't on 7 (the other common one). By the way, if nothing else is on IRQ 5, don't think you need "conflicts". 4) Do you have a serial port using IRQ 5 too? 5) Is DMA 1 only used by the sound card? You also might check your BIOS config and verify that it and DMA 5, IRQ 7 are allocated for use on the ISA bus. Randall Hopper rhh@ct.picker.com