From owner-freebsd-questions Wed May 5 15:10:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id EF7191535A for ; Wed, 5 May 1999 15:10:32 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA16386; Wed, 5 May 1999 15:10:29 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 5 May 1999 15:10:28 -0700 (PDT) From: Doug White To: stanislav shalunov Cc: freebsd-questions@FreeBSD.ORG Subject: Re: your mail In-Reply-To: <199905050714.HAA13933@fbsd01.lz.att.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Let me prune this down. Here's the boot probe output: > wdc0 not found at 0x1f0 > wdc1 at 0x170-0x177 irq 15 on isa Hm, no CDROM found. > controller wdc0 at isa? port "IO_WD1" bio irq 14 > disk wd0 at wdc0 drive 0 > disk wd1 at wdc0 drive 1 > > controller wdc1 at isa? port "IO_WD2" bio irq 15 > disk wd2 at wdc1 drive 0 > disk wd3 at wdc1 drive 1 > > options ATAPI #Enable ATAPI support for IDE bus > options ATAPI_STATIC #Don't do it as an LKM > device acd0 #IDE CD-ROM > device acd1 They're compiled in ... > >Description: > > Cannot mount CD-ROM on the machine. /stand/sysinstall doesn't find it > either. Though, I can boot from CD-ROM (during install I had to use > another machine as FTP server). > > wdc1 is detected during boot, too. > > >How-To-Repeat: > > root@fbsd01# for i in acd0c acd1c acd0a acd1a; do > > mount -t cd9660 /dev/$i /cdrom; > > done > cd9660: Device not configured > cd9660: Device not configured > cd9660: Device not configured > cd9660: Device not configured > root@fbsd01# > > Any clues? The CD *is* working since I can boot from it. There are no > other IDE devices in the box. 1. To what controller is your CDROM attached? Is it set master/single or slave? 2. Why not use a SCSI CDROM? It's much more reliable than the cheap IDE ones floating around, and you already have the SCSI controller. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message