Date: Sat, 15 Feb 1997 23:01:38 -0700 (MST) From: Wes Peters <softweyr@xmission.com> To: Jason Wells <jcwells@u.washington.edu> Cc: questions@freebsd.org Subject: Mitsumi CDROM is giving me fits. Message-ID: <199702160601.XAA14890@obie.softweyr.ml.org> In-Reply-To: <33067E8B.2C71@u.washington.edu> References: <33067E8B.2C71@u.washington.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Jason Wells writes: > This CDROM is IDE compatible. Based on that... > Do I need the mitsumi driver? It seems like this answer should be yes. Nope. The mcd driver is for the earlier, Mitsumi proprietary CD-ROMs that came with their own controller card, like the FX-001D. Your drive should work just fine as an atapi/ide CD-ROM. > Why can't I hook it up in this manner? > > disk wd2 at wdc1 drive 0 > > Why can't I hook this up in this manner? > > device mcd0 at wdc1 drive 0 Because device mcd0 doesn't have *anything* to do with wdc1. Try wcd0 instead. > Why won't the drive wcd0 work? When I try to mount it it says "device > not configured" This device wcd0 does not show when I "lsdev" even > thought it is compiled into the kernel. You didn't have a 'wcd0' in your lines above. Check carefully. If you can't find a wcd0 line, use the one from LINT. > BTW, lsdev will show that mcd0 exists but says not configured int the > status column. lsdev does not show device wcd0 at all. Right. You configured an mcd0 but don't physically have one in the system, and you have a wcd0 but didn't configure it into the kernel. Rip out all of the mcd stuff, configure a wcd0, and reboot. Happy hunting! -- "Where am I, and what am I doing in this handbasket?" Wes Peters Softweyr LLC http://www.xmission.com/~softweyr softweyr@xmission.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702160601.XAA14890>