From owner-freebsd-questions Wed Nov 25 00:11:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA08691 for freebsd-questions-outgoing; Wed, 25 Nov 1998 00:11:45 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from post.mail.demon.net (post-20.mail.demon.net [194.217.242.27]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA08686 for ; Wed, 25 Nov 1998 00:11:44 -0800 (PST) (envelope-from marko@uk.radan.com) Received: from [158.152.75.22] (helo=uk.radan.com) by post.mail.demon.net with smtp (Exim 2.053 #1) id 0zia2t-0003TL-00; Wed, 25 Nov 1998 08:11:31 +0000 Organisation: Radan Computational Ltd., Bath, UK. Phone: +44-1225-320320 Fax: +44-1225-320311 Received: from beavis.uk.radan.com (beavis [193.114.228.122]) by uk.radan.com (8.6.10/8.6.10) with SMTP id IAA01496; Wed, 25 Nov 1998 08:11:03 GMT Received: from uk.radan.com (gppsun4) by beavis.uk.radan.com (4.1/SMI-4.1) id AA02352; Wed, 25 Nov 98 08:11:01 GMT Message-Id: <365BBB68.AAFAEFA0@uk.radan.com> Date: Wed, 25 Nov 1998 08:10:16 +0000 From: Mark Ovens Organization: Radan Computational Ltd X-Mailer: Mozilla 4.03 [en] (X11; I; SunOS 4.1.3_U1 sun4m) Mime-Version: 1.0 To: Jim Barker Cc: questions@FreeBSD.ORG, jbarker@bbn.com Subject: Re: Yamaha OPL card References: <199610200144.BAA00207@lunchbox.ibm.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jim Barker wrote: > > I have a problem with my sound card. I have a Yamaha > OPL???. I have read several entries in the FreeBSD > mail archives, the handbook, and the sound.doc to > see if I could solve this problem on my own, but > to this point I have failed in every attempt. Looking > at the output of dmesg below tells me that it cannot > find sbxvi0 (sb16). I am at a loss as to why and I > have not had much success in troubleshooting the > problem myself, so I was wondering if I could call > upon the FreeBSD authorities to point me in the right > direction. Below are 3 things.....1 kernel conf entries > 2 contents of /dev/sndstat file and 3 output of dmesg. > If there is anymore information that I can provide, I > would be happy to do so. Any information would be > greatly appreciated, thanks. > > ...also, I am able to play CD's with no problem :) > > ======kernel configuration entries begin====== > controller snd0 > device sb0 at isa? port 0x220 irq 7 conflicts drq 1 vector sbintr > device sbxvi0 at isa? drq 5 > device sbmidi0 at isa? port 0x330 > device opl0 at isa? port 0x388 > ======kernel configuration entries end====== > I had trouble getting my OPL3-SA2 card working properly. The solution I found was to use the pcm driver. I'm at work now so I can't give you specific details about where it is or _exactly_ how to implement it, but what I remember is that you need to add a ``device'' line in the kernel config file and re-build the kernel. Also in the config file (or via boot -c) you must disable _all_ the SB stuff (sb0, sbxvi0, sbmidi0, _and_ opl0). The pcm driver (written by Luigi Rizzo, IIRC) handles everything, it even adds M$ Sound System support. The only thing I can't help you with is the joystick, coz I've not got one. If you require more info, e-mail me and I'll check it out this evening (GMT). HTH [dmesg output snipped] -- Trust the computer industry to shorten Year 2000 to Y2K. It was this thinking that caused the problem in the first place. Mark Ovens, CNC Applications Engineer, Radan Computational Ltd. Bath, Avon, England. Sheet Metal CAD/CAM Solutions mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message