From owner-freebsd-questions Thu Mar 2 8:25:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id 0D52337B553 for ; Thu, 2 Mar 2000 08:25:20 -0800 (PST) (envelope-from oberman@ptavv.es.net) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.9.3/8.8.8) with ESMTP id IAA11307; Thu, 2 Mar 2000 08:25:12 -0800 (PST) Message-Id: <200003021625.IAA11307@ptavv.es.net> To: "Nathan Sheeley" , Kent Stewart Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sounb Blaster PCI 128, help! In-reply-to: Your message of "Thu, 02 Mar 2000 01:03:47 CST." <20000302070347.41558.qmail@hotmail.com> Date: Thu, 02 Mar 2000 08:25:12 -0800 From: "Kevin Oberman" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Here is the recipe I used to configure a SoundBlaster Ensoniq PCI card. In the kernel configuration file add this line: device pcm0 at isa ? port ? tty irq ? drq 1 flags 0x0 Then you need to: /dev/MAKEDEV snd1 That is it! dmesg should show something like: es1: rev 0x08 int a irq 9 on pci0.9.0 pcm1: using I/O space register mapping at 0xd800 es1371: codec vendor CRY revision 19 es1371: codec features Bass & Treble Headphone out 20bit DAC 18bit ADC es1371: stereo enhancement: Crystal Semiconductor 3D Stereo Enhancement Don't worry that you also get: pcm0 not found pcm0 is reserved in 3 for an ISA sound card, so any PCI card will wind up at pcm1. My card defaulted to a volume setting of 0, so I was not getting any sound and thought that it was not working. I also recommend that you take a look at The FreeBSD Sound Card Database at: http://freebsd.lanfear.com/scdb.html R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message