From owner-freebsd-questions@FreeBSD.ORG Fri Mar 5 22:37:24 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 8544716A4CE for ; Fri, 5 Mar 2004 22:37:24 -0800 (PST) Received: from www.mcmanis.com (www.mcmanis.com [66.125.189.29]) by mx1.FreeBSD.org (Postfix) with SMTP id 473EB43D2F for ; Fri, 5 Mar 2004 22:37:24 -0800 (PST) (envelope-from cmcmanis@mcmanis.com) Received: (qmail 7808 invoked from network); 6 Mar 2004 06:46:30 -0000 Received: from home.mcmanis.com (HELO manowar.mcmanis.com) (66.125.189.30) by www.mcmanis.com with SMTP; 6 Mar 2004 06:46:30 -0000 Message-Id: <6.0.0.22.2.20040305223628.02496ec8@66.125.189.29> X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Fri, 05 Mar 2004 22:41:34 -0800 To: Rishi Chopra From: Chuck McManis In-Reply-To: <40496EBE.7050706@cal.berkeley.edu> References: <40496EBE.7050706@cal.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed cc: freebsd-questions@freebsd.org Subject: Re: Problems (Still) Mounting 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: Sat, 06 Mar 2004 06:37:24 -0000 As far as your kernel is concerned there is no CDROM drive attached to it. You should see something like: atapci0: port 0xf000-0xf00f,0-0x3,0-0x7,0-0x3,0-0x7 irq 0 at device 31.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 ... snip ... sio1: type 16550A ppc0: parallel port not found. ad0: DMA limited to UDMA33, non-ATA66 cable or device ad0: 76319MB [155061/16/63] at ata0-master UDMA33 acd0: CDROM at ata1-master PIO4 ... snip ... Note that the last line identifies the CDROM. Now the most common cause of this problem is that the CDROM is set as a "SLAVE" on the ATA bus and there is no master on that bus. Or sometimes its set as Master w/Slave Present and its waiting for the slave to ack before it does. Either way, its one of (in order of likelyness): drive is mis-jumpered drive is mis-cabled drive is dead HTH --Chuck