From owner-freebsd-questions Tue Aug 3 18:20:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from team7.cba.ualr.edu (team7.cba.ualr.edu [144.167.120.24]) by hub.freebsd.org (Postfix) with ESMTP id A047414C0A for ; Tue, 3 Aug 1999 18:20:30 -0700 (PDT) (envelope-from joe@team7.cba.ualr.edu) Received: from access79.mod1.ualr.edu (IDENT:joe@access79.mod1.ualr.edu [144.167.7.79]) by team7.cba.ualr.edu (8.9.3/8.9.3) with ESMTP id UAA08134; Tue, 3 Aug 1999 20:19:24 -0500 (CDT) (envelope-from joe@team7.cba.ualr.edu) Date: Tue, 3 Aug 1999 20:20:58 -0500 (CDT) From: X-Sender: joe@njal.ualr.edu To: Victor Breen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Can compile my kernel with sound support (Sound Blaster Pro) In-Reply-To: <37A78207.83617D25@impulse.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Change this: #device pcm0 at isa? port 0x220 tty irq 5 drq 0 flags 0x0 to look like this: device pcm0 at isa? port 0x220 tty irq 5 drq 0 flags 0x0 then recompile the kernel. "#" are for commenting out lines in config files. -Joe On Tue, 3 Aug 1999, Victor Breen wrote: > a friend of mine at work recommended I use the "pcm0" driver, but I just > can't get it to work. I tried running doom, and the sound was very > garbled. What could cause that? > > my sound card is on 0x220 irq 5 drq 1 dma 0 > > I included a copy of my kernel config. please help. Sound is the only > thing that doesn't work yet. > > Thanks for your time > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message