Date: Mon, 05 Jun 2000 06:45:22 -0500 (CDT) From: Conrad Sabatier <conrads@home.com> To: Giannis Ritsi <irx_gr@hotmail.com> Cc: freebsd-questions@FreeBSD.ORG Subject: RE: IDE CDROM problem...(cd9660) Message-ID: <XFMail.000605064522.conrads@home.com> In-Reply-To: <20000605090732.54503.qmail@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 05-Jun-00 Giannis Ritsi wrote: > Hi, > > > I need help. I use FreeBSD 3.3 and I can't mount my IDE CDROM PHILIPS > (is rather old). when I try to do #mount /cdrom I take the message > cd9660: device not configured > > My kernel has : > options CD9660 > options CD9660_ROOT > . > . > . > controller wdc0 at isa? port "IO_WD1" bio irq 14 > controller wdc1 at isa? port "IO_WD2" bio irq 15 > options ATAPI > device acd0 > > what else should I do? FreeBSD 3.3 uses the older "wd" nomenclature. Your kernel config line should read: device wcd0 (plus any other stuff that should be on that linel; see LINT) -- Conrad Sabatier http://members.home.net/conrads/ ICQ# 1147270 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.000605064522.conrads>