Date: Wed, 2 Jun 1999 15:41:36 -0500 From: Nathan Ahlstrom <nrahlstr@winternet.com> To: Christian Weisgerber <naddy@mips.rhein-neckar.de>, freebsd-questions@FreeBSD.ORG Subject: Re: Sound card? Message-ID: <19990602154136.J16673@winternet.com> In-Reply-To: <7j3scj$9l0$1@mips.rhein-neckar.de>; from Christian Weisgerber on Wed, Jun 02, 1999 at 08:15:47PM %2B0200 References: <7iujne$jh2$1@mips.rhein-neckar.de> <19990531181047.A29013@winternet.com> <7j3scj$9l0$1@mips.rhein-neckar.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Christian Weisgerber <naddy@mips.rhein-neckar.de> wrote: > Nathan Ahlstrom <nrahlstr@winternet.com> 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: <AudioPCI ES1370> 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: <AudioPCI ES1370> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990602154136.J16673>