Date: Sun, 12 Mar 1995 01:40:55 -0800 (PST) From: Morgan Davis <root@io.cts.com> To: hackers@FreeBSD.org Subject: PAS trouble in 3/10 current? Message-ID: <199503120940.BAA00204@io.cts.com>
next in thread | raw e-mail | index | archive | help
I've followed all the sound.doc recommendations from the 3/10 -current and something still isn't right. First, this bit from dmesg: nca0 at 0x1f88-0x1f8b irq 12 on isa nca0: type ProAudioSpectrum-16 scbus0: probe0(nca0:1:0): type 5(readonly) removable SCSI2 probe0(nca0:1:0): <MEDIAVISCDR-H93MV 1.41> cd0(nca0:1:0): CD-ROM cd0(nca0:1:0): UNIT ATTENTION asc:28 cd0: could not get size drive empty ...and yet, there is a CD in the drive, and all my CD stuff seems to work (e.g. xmcd). (Suffice to say, previous kernel build from 2/10 -current detected and reported a disc). (And, shouldn't that say "cd0: drive empty" or better "cd0: could not get size, drive empty"?) And then this: snd3 at 0x388 irq 10 drq 6 on isa snd3: <Pro AudioSpectrum 16D rev 255> snd2 at 0x220 irq 7 drq 1 on isa snd2: <SoundBlaster 2.0> snd1 not found at 0x38a This from sound.doc: >Note for PAS user: you should change snd1 line to >#device snd1 at isa? port 0x38a >(next stereo port) to avoid conflict with snd3 Here are the relevant configs from my kernel: controller scbus0 #base SCSI code device cd0 #SCSI CD-ROMs options SCSIUSER controller nca0 at isa? port 0x1f88 bio irq 12 vector ncaintr options AUDIO_PAS options AUDIO_SB # All EXLCUDE options are commented out device snd3 at isa? port 0x388 irq 10 drq 6 vector pasintr device snd2 at isa? port 0x220 irq 7 drq 1 vector sbintr device snd1 at isa? port 0x38a
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503120940.BAA00204>