From owner-freebsd-questions Sun Oct 28 9: 6:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tao.thought.org (sense-kline-249.oz.net [216.39.168.249]) by hub.freebsd.org (Postfix) with ESMTP id 2988337B405 for ; Sun, 28 Oct 2001 09:06:12 -0800 (PST) Received: (from kline@localhost) by tao.thought.org (8.11.3/8.11.0) id f9SH62v04028; Sun, 28 Oct 2001 09:06:02 -0800 (PST) (envelope-from kline) Date: Sun, 28 Oct 2001 09:06:02 -0800 From: "'Gary Kline'" To: David Powers Cc: "'FreeBSD Mailing List'" Subject: Re: Any clues re the Intel 82801AA audio controller? Message-ID: <20011028090601.A3990@tao.thought.org> References: <200110280448.f9S4mQa01831@tao.thought.org> <003c01c15fb5$56fd1370$0401a8c0@daveabit> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <003c01c15fb5$56fd1370$0401a8c0@daveabit>; from dnpowers@swbell.net on Sun, Oct 28, 2001 at 07:34:58AM -0600 X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing 15 years of service to the Unix community Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Oct 28, 2001 at 07:34:58AM -0600, David Powers wrote: > What are your outputs for > cat /dev/sndstat > ls /dev/snd* It says dev not configured; this was one of the first things I tried. It sez:: zen% cat /dev/sndstat cat: /dev/sndstat: Device not configured zen% ll !$ ll /dev/sndstat 0 crw-rw-rw- 1 root wheel 30, 6 Sep 13 10:15 /dev/sndstat zen% ll /dev/snd* 0 crw-rw-rw- 1 root wheel 30, 6 Sep 13 10:15 /dev/sndstat zen% Hmmm:: zen% grep snd MAK* MAKEDEV:# snd* various sound cards MAKEDEV:# vat VAT compatibility audio driver (requires snd*) MAKEDEV: sh MAKEDEV pcaudio speaker snd0 # cdev, noise MAKEDEV:snd*) MAKEDEV: unit=`expr $i : 'snd\(.*\)'` MAKEDEV: snd_security_hole=0 # XXX MAKEDEV: umask $snd_security_hole MAKEDEV: mknod sndstat c $chr 6 zen% ll snd0 ls: snd0: No such file or directory zen% Looks like I'm missing something..... > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Gary Kline > Sent: Saturday, October 27, 2001 11:48 PM > To: FreeBSD Mailing List > Subject: Any clues re the Intel 82801AA audio controller? > > > > The Intel 815 m'board I'm trying to set up has its own audio chip. > I tried adding "device pcm" to my kernel. No joy. > > dmesg tells the following about the configuration: > > > chip1: port > 0xdc00-0xdc3f,0xd800-0xd8ff irq 5 at device 31.5 on pci0 > > > Anybody? > > TIA, y'all, > > gary > > > -- > Gary Kline kline@thought.org www.thought.org Public service > Unix > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Gary Kline kline@thought.org www.thought.org Public service Unix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message