Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!spool.mu.edu!howland.reston.ans.net!newsfeed.internetmci.com!newsreader.sprintlink.net!news.sprintlink.net!news-dc-2.sprintlink.net!news.nkn.net!news From: syntax <syntax@eramp.net> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: ATAPI NEC cdrom won't play audio CD Date: Fri, 26 Jul 1996 06:56:28 -0500 Organization: National Knowledge Network Lines: 30 Message-ID: <31F8B26C.41C67EA6@eramp.net> References: <31F81633.41C67EA6@grolier.Fr> NNTP-Posting-Host: dialup6.eramp.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.0b5a (X11; I; FreeBSD 2.1.0-RELEASE i386) CC: un@groliier.fr Un L Unique wrote: > > Hello, > > I got a Dell computer with SoundBlaster and ATAPI CDROM. > I recompile the kernel ( FreeBSD 2.1.5) to make it handle the CDROM ( > NEC CDR 1400 master on 2nd IDE chanel) & sound card (Vibra16 compatible > SoundBlaster 16): > > wdc0 at 0x1f0-0x1f7 irq 14 on isa > wdc0: unit 0 (wd0): <QUANTUM FIREBALL1080A> > wd0: 1039MB (2128896 sectors), 2112 cyls, 16 heads, 63 S/T, 512 B/S > wdc1 at 0x170-0x177 irq 15 on isa > wdc1: unit 0 (atapi): <NEC CD-ROM DRIVE:282/3.04>, > removable, dma, iordy > atapi1.0: unknown phase You need to add the soundblaster lines to your kernel. Mine looks like this: #generic sound driver controller snd0 #soundblaster digital audio device sb0 at isa? port 0x220 irq 7 conflicts drq 1 vector sbintr #soundblaster 16 digital 16-bit audio device sbxvi0 at isa? drq 5 #soundblaster 16 MIDI interface device sbmidi0 at isa? port 0x330 syntax@eramp.net