From owner-freebsd-questions Sat Oct 9 19:57:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from www.keycomp.net (www.keycomp.net [207.44.1.33]) by hub.freebsd.org (Postfix) with ESMTP id 36DB914BD2 for ; Sat, 9 Oct 1999 19:57:08 -0700 (PDT) (envelope-from billieakay@yahoo.com) Received: from bopper (kc-rmt13.keycomp.net [207.44.1.15]) by www.keycomp.net (8.8.5/SCO5) with SMTP id XAA03576; Sat, 9 Oct 1999 23:03:26 -0400 (EDT) Message-ID: <011001bf12cb$17c4d5a0$01010101@bopper> From: "Bill A. K." To: "Dann Lunsford" , "FreeBSD Questions" References: <19991009194925.A353@mach.greycat.com> Subject: Re: PCI sound devices Date: Sat, 9 Oct 1999 22:56:45 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Try this: make sure your kernel config file has support for pci (of course) add the line device pcm0 to your kernel config file and recompile and reinstall the kernel and reboot on boot, see if it configures your card as pcm something and made a snd device accordingly e.g. if it configures the card as pcm0 then make a device called snd0 ...............for pcm1 make snd1 and so on but if it dosen't recognize your card as pcm sometime then i don't know what else you can do, maybe someone else can help you. oh and finally use mixer or a similar program to adjust the volume of your sound card or else nothing will output sound!!! good luck Bill billieakay@yahoo.com ----- Original Message ----- From: Dann Lunsford To: Sent: Saturday, October 09, 1999 10:49 PM Subject: PCI sound devices > I've got a Toshiba laptop with builtin PCI sound device. Said device is > a ESS ES1978 based thing, claiming to be SBPRO compatible. This comming > from Toshiba, it is almost certainly a lie, but for now let's pretend we > believe it. Here;s what pciconf -l has to say about it: > > none0@pci0:12:0: class=0x040100 card=0x00011179 chip=0x1978125d rev=0x10 hdr=0x00 > > Anybody got a clue as to how I can get this working under FreeBSD? I've been > reading code all day, and I *think* I can see where to start, but if someone > else has working code, I would ****REALLY**** appreciate seeing it! > > Thansk! > > Dann Lunsford > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message