From owner-freebsd-questions Wed Jun 2 13:42:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from icicle.winternet.com (icicle.winternet.com [198.174.169.13]) by hub.freebsd.org (Postfix) with ESMTP id 7C92715348 for ; Wed, 2 Jun 1999 13:42:02 -0700 (PDT) (envelope-from nrahlstr@mail.winternet.com) Received: from tundra.winternet.com (nrahlstr@tundra.winternet.com [198.174.169.11]) by icicle.winternet.com (8.9.3/8.9.3) with ESMTP id PAA10944; Wed, 2 Jun 1999 15:42:01 -0500 (CDT) SMTP "HELO" (ESMTP) greeting from tundra.winternet.com But _really_ from :: nrahlstr@tundra.winternet.com [198.174.169.11] SMTP "MAIL From" = nrahlstr@mail.winternet.com (Nathan Ahlstrom) SMTP "RCPT To" = Received: (from nrahlstr@localhost) by tundra.winternet.com (8.8.7/8.8.4) id PAA22941; Wed, 2 Jun 1999 15:41:37 -0500 (CDT) Message-ID: <19990602154136.J16673@winternet.com> Date: Wed, 2 Jun 1999 15:41:36 -0500 From: Nathan Ahlstrom To: Christian Weisgerber , freebsd-questions@FreeBSD.ORG Subject: Re: Sound card? Mail-Followup-To: Christian Weisgerber , freebsd-questions@FreeBSD.ORG References: <7iujne$jh2$1@mips.rhein-neckar.de> <19990531181047.A29013@winternet.com> <7j3scj$9l0$1@mips.rhein-neckar.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <7j3scj$9l0$1@mips.rhein-neckar.de>; from Christian Weisgerber on Wed, Jun 02, 1999 at 08:15:47PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Christian Weisgerber wrote: > Nathan Ahlstrom wrote: > > > The Soundblast PCI 128 works for me. See sys/pci/es1370.c > > I don't use it too often though. > > I got a cheap "Soundblaster PCI 64V", which is an ES1370 card. > > Now, how do I use it? From sys/pci/es1370.c it isn't clear to me what > device I need to add to the kernel configuration. > /sys/i386/isa/snd/CARDS suggests that it might be handled by Luigi's pcm > driver, so I added according to pcm(4): > > device pcm0 at isa ? port? irq 7 drq 1 > > The "at isa" part seems a bit strange for a PCI device, but there are no > appropriate examples, and vga0 needs to be "at isa" too for PCI cards. > When booting, the kernel now prints > > es0: irq 15 at device 9.0 on pci0 > pcm0: using I/O space register mapping at 0xe400 > > which looks promising. I have added the audio devices (MAKEDEV snd0), > but cat'ing some junk to /dev/audio only results in > > no pcm units configured\^H > > Is there something wrong with the configuration, or did the driver break > during the recent newbus changes? (I'm running 4.0-CURRENT from last > weekend.) You might try MAKEDEV snd1. I am using 3.2-STABLE from May 27th. Also in my dmesg I get: es1: rev 0x00 int a irq 10 on pci0.9.0 pcm1: using I/O space register mapping at 0xe800 I can test out some more stuff later, if you need me too. Good Luck, Nathan -- Nathan Ahlstrom FreeBSD: http://www.FreeBSD.org/ nrahlstr@winternet.com PGP Key ID: 0x67BC9D19 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message