Date: Mon, 5 Jun 2000 15:39:56 +0100 From: Ben Smithurst <ben@scientia.demon.co.uk> To: Conrad Sabatier <conrads@home.com> Cc: Giannis Ritsi <irx_gr@hotmail.com>, freebsd-questions@FreeBSD.ORG Subject: Re: IDE CDROM problem...(cd9660) Message-ID: <20000605153956.I42325@strontium.scientia.demon.co.uk> In-Reply-To: <XFMail.000605064522.conrads@home.com> References: <20000605090732.54503.qmail@hotmail.com> <XFMail.000605064522.conrads@home.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Conrad Sabatier wrote: > On 05-Jun-00 Giannis Ritsi wrote: > >> 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) No. Perhaps you should have taken your own advice about checking LINT. :-) Giannis is quite right to use acd0. ben@magnesium:/sys/i386/conf$ grep wcd * ben@magnesium:/sys/i386/conf$ grep acd * GENERIC:device acd0 #IDE CD-ROM LINT:device acd0 LITHIUM:device acd0 MAGNESIUM:device acd0 PCCARD:device acd0 #IDE CD-ROM SCIENTIA:device acd0 devices.i386:acd 19 files.i386:i386/isa/atapi-cd.c optional acd device-driver majors.i386:19 acdb ATAPI CDROM client of "ata" majors.i386:69 acd ATAPI CDROM client of "ata" ben@magnesium:/sys/i386/conf$ You were right about disks though, they are "wd", but ATAPI CD-ROMs are "acd", even in 3.x. -- Ben Smithurst / ben@scientia.demon.co.uk / PGP: 0x99392F7D 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?20000605153956.I42325>