From owner-freebsd-questions Mon Sep 15 10:44:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA12321 for questions-outgoing; Mon, 15 Sep 1997 10:44:16 -0700 (PDT) Received: from andrsn.stanford.edu (root@andrsn.Stanford.EDU [36.33.0.163]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA12316 for ; Mon, 15 Sep 1997 10:44:12 -0700 (PDT) Received: from localhost (andrsn@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.8.7/8.6.12) with SMTP id KAA20274; Mon, 15 Sep 1997 10:35:38 -0700 (PDT) Date: Mon, 15 Sep 1997 10:35:37 -0700 (PDT) From: Annelise Anderson To: Steve Marmer cc: freebsd-questions@FreeBSD.ORG Subject: Re: Cannot do sound and printing at same time In-Reply-To: <341D59FD.3C440D81@interlog.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 15 Sep 1997, Steve Marmer wrote: > Running 2.2.2 right now yet for the longest time I have not been able to > build a kernel that will > allow the use of sound as well as printing. It seems like it must be > one or the other. I have a > SB AWE 32. If I recall properly, it conflicts on the IRQ with the > paralell port. I have been > quite careful in building the kernel and stuff. I can, however, get > DOOM to play some sound > (perhaps it uses different parts of the sound card). Otherwise, sound > playback generally spews > intermittent bits and generates a number of error messages on the > console. > > Any help is greatly appreciated (especially as I am trying to convice > everybody how superior FreeBSD > is to everything else and this little problem doesn't look good). My sound card on my home machine uses two IRQ's (an old ProAudio Spectrum) and they conflict with the parallel port IRQ's. I built a kernel with ALLOW_CONFLICTS_IOADDR, ALLOW_CONFLICT_IRQ, and ALLOW_CONFLICT_DMA and I seem to be able to configure the kernel on bootup (with -c) to use one set of IRQ's etc. or the other, so I can either print or get sound on any given boot but not both. Annelise