From owner-freebsd-questions Wed May 31 06:55:27 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA07173 for questions-outgoing; Wed, 31 May 1995 06:55:27 -0700 Received: from rrnet.com (rrnet.com [198.81.198.5]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id GAA07167 ; Wed, 31 May 1995 06:55:25 -0700 Received: from localhost (erich@localhost) by rrnet.com (8.6.5/8.6.5) id IAA22915; Wed, 31 May 1995 08:58:30 -0500 Date: Wed, 31 May 1995 08:58:29 -0500 (CDT) From: "Eric L. Hernes" Subject: sound blaster driver To: freebsd-hackers@FreeBSD.org cc: questions@FreeBSD.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: questions-owner@FreeBSD.org Precedence: bulk I'm having a bit of a problem with a sound-blaster card that i have here. It's an ancient 8-bit model. The card is recognized at bootup, but when I cat somefile.au >/dev/audion, the first chunk of the sound file plays and then just hangs, 'til i hit ^c. This thing has behaved this way since 2.0R (but it worked under linux, yuck). It hasn't really been a problem until now, as I am really close to having convinced all of the linux users here to use FreeBSD for a production sound/graphics platform. And we have thousands of these cards which we will need to use. The card is configured for dma1, irq7. config line looks like this: device sb0 at isa? port 0x220 irq 7 conflicts drq 1 vector sbintr probe looks like this...