From owner-freebsd-questions Tue May 16 16:18:49 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA25608 for questions-outgoing; Tue, 16 May 1995 16:18:49 -0700 Received: from strydr.strydr.com (strydr.strydr.com [199.217.201.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id QAA25602 for ; Tue, 16 May 1995 16:18:47 -0700 Received: from borris.khoros.unm.edu (borris.khoros.unm.edu [198.59.155.2]) by strydr.strydr.com (8.6.12/8.6.12) with SMTP id SAA16165; Tue, 16 May 1995 18:18:03 -0500 Received: by borris.khoros.unm.edu (4.1/KHOROS/Feb 18 1994) id <9505162318.AA29441@borris.khoros.unm.edu>; Tue, 16 May 95 17:18:23 MDT Posted-Date: Tue, 16 May 1995 17:18:23 MDT Message-Id: <9505162318.AA29441@borris.khoros.unm.edu> From: steve@khoros.unm.edu (Steven Jorgensen) Date: Tue, 16 May 1995 17:18:23 MDT X-Mailer: Mail User's Shell (7.2.5 10/14/92) To: David Schnardthorst , freebsd.org!questions@strydr.com Subject: Re: ProAudio Spectrum and Mediavision CDROM Sender: questions-owner@FreeBSD.org Precedence: bulk On May 16, 13:30, David Schnardthorst wrote: } Subject: ProAudio Spectrum and Mediavision CDROM >> Is it possible to get a proaudio spectrum sound card and a Mediavision CDROM >> to work under FREE-BSD. }-- End of excerpt from David Schnardthorst I've got mediavision multimedia package, and it seems to work fine. The only problem is that I can't run music CD's on the CDROM from FreeBSD, and I think the reason is that my CDROM is a SCSI 1 device, and the scsilib is expecting a SCSI 2 device.. The sound card works pretty good, although the mod player I have for FreeBSD isn't very good. Anyway, the following configuration works for me.. Add the lines to you kernel configuration file and remake your kernel.. # # Audio drivers: `snd', `pca' # # snd: Voxware sound drivers for various cards (see file `sound.doc') # pca: PCM audio through your PC speaker # # Someday, Voxware configuration will be done properly. # #device snd5 at isa? port 0x330 irq 6 vector mpuintr #device snd4 at isa? port 0x220 irq 15 drq 6 vector gusintr device snd3 at isa? port 0x388 irq 12 drq 3 vector pasintr device snd2 at isa? port 0x220 irq 7 drq 1 vector sbintr #device snd6 at isa? port 0x220 irq 7 drq 5 vector sbintr #device snd7 at isa? port 0x300 device snd1 at isa? port 0x38a device pca0 at isa? tty I have the CDROM on my Adaptec SCSI instead of the PAS16, but if you have the line: controller pas0 at isa? port 0x1f88 bio in your kernel config file it should control the CDROM just fine. Finally, you'll have to use MAKEDEV in /dev to create the audio devices by doing % MAKEDEV snd Hope this helps.. Steve -- ------------------------------------------------------------- Steven Jorgensen | Khoral Research Inc. steve@khoros.unm.edu | 6001 Indian School, Suite 200 ------------------------+ Albuquerque, NM 87110 PHONE: (505) 837-6500 +------------------------------------ FAX: (505) 881-3842 | URL: http://www.khoros.unm.edu/ -------------------------------------------------------------