From owner-freebsd-questions@FreeBSD.ORG Wed Feb 11 13:09:28 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1A9F16A4CE for ; Wed, 11 Feb 2004 13:09:28 -0800 (PST) Received: from smtpout.mac.com (A17-250-248-88.apple.com [17.250.248.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB95443D1D for ; Wed, 11 Feb 2004 13:09:28 -0800 (PST) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id i1BL9Sa1008400; Wed, 11 Feb 2004 13:09:28 -0800 (PST) Received: from [10.1.1.193] (nfw2.codefab.com [66.234.138.66]) (authenticated bits=0) by mac.com (Xserve/smtpin07/MantshX 3.0) with ESMTP id i1BL9RGp016930; Wed, 11 Feb 2004 13:09:28 -0800 (PST) In-Reply-To: <402A985A.7040007@home.nl> References: <402A985A.7040007@home.nl> Mime-Version: 1.0 (Apple Message framework v612) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <938E3876-5CD6-11D8-A5C2-003065ABFD92@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Wed, 11 Feb 2004 16:09:27 -0500 To: Wouter Grol X-Mailer: Apple Mail (2.612) cc: questions@FreeBSD.org Subject: Re: cdrom X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Feb 2004 21:09:29 -0000 On Feb 11, 2004, at 4:02 PM, Wouter Grol wrote: > I have an old pc on witch I want to install freebsd, only when the > bios does not see the cdrom drive. But windows does. Hi-- If the BIOS doesn't recognize the CD-ROM drive, that's generally a NO-GO for FreeBSD working with the drive. You probably have a proprietary driver for the device to make it work under Windows. However, I think FreeBSD had limited support for some of the old pre-ATAPI CD-ROM drives from Mitsumi and Sony (rebranded by Creative)...from LINT see: # # Miscellaneous hardware: # # mcd: Mitsumi CD-ROM using proprietary (non-ATAPI) interface # scd: Sony CD-ROM using proprietary (non-ATAPI) interface Is your drive one of these? Otherwise, it's probably better to spend $50 and get a standard CD-ROM drive... -- -Chuck