From owner-freebsd-questions Mon Nov 18 00:47:18 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA23530 for questions-outgoing; Mon, 18 Nov 1996 00:47:18 -0800 (PST) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id AAA23496 for ; Mon, 18 Nov 1996 00:47:07 -0800 (PST) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.7.5/8.6.12) id KAA13434; Mon, 18 Nov 1996 10:46:26 +0200 (IST) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma013432; Mon Nov 18 10:46:07 1996 Message-ID: <3290220E.50C5@barcode.co.il> Date: Mon, 18 Nov 1996 10:45:02 +0200 From: Nadav Eiron X-Mailer: Mozilla 2.02 (X11; I; SunOS 5.5 sun4m) MIME-Version: 1.0 To: Henrik Johansson CC: questions@freebsd.org Subject: Re: Problem accessing CD-ROM drive References: <1.5.4.16.19961117204811.28e72108@student.udd.htu.se> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Henrik Johansson wrote: > > Hi > > Here´s the situation: > > I have a Sony CDU33A drive which is supported by freebsd. > When installing from CD-ROM the CD-ROM drive is detected > automatically, but when installing from a DOS partition > it is impossible to mount the CD-Rom drive upon completed install. > I know this because I have version 2.1 on CD-ROM, but when > installing version 2.1.6 I chose to download the distribution > at the college I´m going to, because my home PC does not have > Internet access. > (I download the system on diskettes at school, and then > I bring them home and store the files on a DOS partition). It does not matter what you install from. For 2.1.0 and 2.1.5 (don't know about 2.1.6) the GENERIC kernel that gets installed once the installation is complete is not configured to support ATAPI CDs. You have to rebuild a kernel with ATAPI CD support (that is: options ATAPI device wcd0 in it) before you can have your CD recognized. Nadav