From owner-freebsd-multimedia Thu Sep 6 11:14:31 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from smtpproxy1.mitre.org (smtpproxy1.mitre.org [129.83.20.90]) by hub.freebsd.org (Postfix) with ESMTP id 7155737B405 for ; Thu, 6 Sep 2001 11:14:25 -0700 (PDT) Received: from avsrv1.mitre.org (avsrv1.mitre.org [129.83.20.58]) by smtpproxy1.mitre.org (8.11.3/8.11.3) with ESMTP id f86IEDc27582; Thu, 6 Sep 2001 14:14:13 -0400 (EDT) Received: from MAILHUB1 (mailhub1.mitre.org [129.83.20.31]) by smtpsrv1.mitre.org (8.11.3/8.11.3) with ESMTP id f86IECf08909; Thu, 6 Sep 2001 14:14:12 -0400 (EDT) Received: from dhcp-105-164.mitre.org (128.29.105.164) by mailhub1.mitre.org with SMTP id 7539703; Thu, 06 Sep 2001 14:13:53 -0400 Message-ID: <3B97BCF3.E52FEFCB@mitre.org> Date: Thu, 06 Sep 2001 14:14:11 -0400 From: Jason Andresen Organization: The MITRE Corporation X-Mailer: Mozilla 4.75 [en]C-20000818M (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Kevin Bailey Cc: freebsd-multimedia@freebsd.org Subject: Re: Device/kernel config References: <20010906094750.A590@stout.troikanetworks.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Kevin Bailey wrote: > > I'm trying to get working an old sound card that I just started installed. > I think it's an OPTi MAD16. It's 16-bit ISA and has an OPTi 82C928 A > and a Crystal CS4248-KL chip. I've read the man pages and documentation > under /usrc/src/sys/i386/isa/sound but I don't even know where to > begin to configure the kernel to use it. > > All I want to do is play music with mpg123 or ogg123. Could > someone suggest a device line for my kernel config file or a > module to load ? I don't know anything about these chips, but the first thing to try is modload snd_pcm and cd /dev ; ./MAKEDEV snd0 After you run the modload, do a dmesg and see if you get a line similar to: pcm0: port 0x320-0x33f irq 9 on isa0 (it won't look exactly like that). If that doesn't work then it's time to start looking into the problem deeper. -- \ |_ _|__ __|_ \ __| Jason Andresen jandrese@mitre.org |\/ | | | / _| Network and Distributed Systems Engineer _| _|___| _| _|_\___| Office: 703-883-7755 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message