From owner-freebsd-questions Mon Jan 27 08:23:45 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA12011 for questions-outgoing; Mon, 27 Jan 1997 08:23:45 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA12006 for ; Mon, 27 Jan 1997 08:23:43 -0800 (PST) Received: from diablo.ppp.de (diablo.ppp.de [193.141.101.34]) by who.cdrom.com (8.7.5/8.6.11) with SMTP id IAA25645 for ; Mon, 27 Jan 1997 08:23:41 -0800 (PST) From: Greg Lehey Received: from freebie.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0votqM-000QaIC; Mon, 27 Jan 97 17:23 MET Received: (grog@localhost) by freebie.lemis.de (8.8.4/8.6.12) id RAA12077; Mon, 27 Jan 1997 17:15:40 +0100 (MET) Message-Id: <199701271615.RAA12077@freebie.lemis.de> Subject: Re: Can't mount CDROM after 2.1.5 -> 2.2 BETA upgrade In-Reply-To: <199701251622.LAA26530@netcom11.netcom.com> from Stan Brown at "Jan 25, 97 11:22:27 am" To: stanb@netcom.com (Stan Brown) Date: Mon, 27 Jan 1997 17:15:40 +0100 (MET) Cc: questions@FreeBSD.org (FreeBSD Questions) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Reply-to: grog@lemis.de (Greg Lehey) X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Stan Brown writes: > I can't mount my CDROM after upgradeing from 2.1.5 to 2.2 BEAT. I did > the upgared via ftp, so I didn't notice the problem till I wnt to get > some files off of a CD. When I try to mount the CD I get: > > /dev/ecd0c; Device not configure. > > I reused my kernel config file from 2.1.5, which had this device > working. Should I do somnething different here? Is this a MAKDEV > problem? > > Anny sugestions would be appreciated. Some more information would be useful. A good place to start is with the dmesg output: did it find a CD-ROM drive? Greg