From owner-freebsd-questions Sun Jan 7 0:43:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chicken.prod.itd.earthlink.net (chicken.prod.itd.earthlink.net [207.217.120.114]) by hub.freebsd.org (Postfix) with ESMTP id EE72137B400 for ; Sun, 7 Jan 2001 00:43:01 -0800 (PST) Received: from terrek.datawok.com (ip111.san-angelo2.tx.pub-ip.psi.net [38.31.16.111]) by chicken.prod.itd.earthlink.net (8.9.3/8.9.3) with SMTP id AAA08843; Sun, 7 Jan 2001 00:42:44 -0800 (PST) From: "Andrew L. Gould" To: Jim , freebsd-questions@FreeBSD.ORG Subject: Re: Date: Sun, 7 Jan 2001 02:43:11 -0600 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain References: <5.0.2.1.0.20010107021023.009f1a30@mail.nycap.rr.com> In-Reply-To: <5.0.2.1.0.20010107021023.009f1a30@mail.nycap.rr.com> MIME-Version: 1.0 Message-Id: <01010702472700.00281@terrek.datawok.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 07 Jan 2001, Jim wrote: > Hi. > > I have a question and I guessed from the website that this was the proper > list to join if I had such questions. > > I am having problems getting my Ensoniq AudioPCI 1370/1371 working. As > much as I can tell the operating system is not detecting it. I have ruled > out hardware problems, as the other operating systems on the box use it all > the time. I read in the help pages online that it is a supported card, so > that also rules out incompatability. > > Is there some way that I can get the operating system to use this card? I > tried upgrading from 4.0 to 4.2, and this did not help. My suspicions are > that there is a file in /sys/pci that I am missing and once I have it I > will have to recompile the kernel. I am hoping it will not be something > that painful. If someone can point me in the right direction I would > appreciate it. > > Jim You have to recompile the kernel. If the sound card is a PCI card, add: 'device pcm' to your kernel configuration file. Check the manual for ISA card information. After successfully recompiling the kernel, you'll have to do: 'sh MAKEDEV snd0' Get more specific instructions from the manual. Andrew Gould To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message