From owner-freebsd-questions Fri Oct 29 8:59:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gw-nl1.origin-it.com (gw-nl1.origin-it.com [193.79.128.34]) by hub.freebsd.org (Postfix) with ESMTP id 4C31C14CFB for ; Fri, 29 Oct 1999 08:59:18 -0700 (PDT) (envelope-from Hans.Zuidam@nl.origin-it.com) Received: from mail.nl.origin-it.com (localhost.origin-it.com [127.0.0.1]) by gw-nl1.origin-it.com with ESMTP id RAA01173 for ; Fri, 29 Oct 1999 17:59:17 +0200 (MEST) (envelope-from Hans.Zuidam@nl.origin-it.com) Received: from mail.nl.origin-it.com(172.16.127.67) by gw-nl1.origin-it.com via mwrap (4.0a) id xma001171; Fri, 29 Oct 99 17:59:17 +0200 Received: from nlehx900.ehvovh.nl.origin-it.com (nlehx900.ehvovh.nl.origin-it.com [172.16.92.111]) by mail.nl.origin-it.com (8.9.3/8.8.5-1.2.2m-19990317) with ESMTP id RAA06745 for ; Fri, 29 Oct 1999 17:59:16 +0200 (MET DST) Received: by nlehx900.ehvovh.nl.origin-it.com with Internet Mail Service (5.5.2448.0) id ; Fri, 29 Oct 1999 17:59:16 +0200 Message-ID: <9B7E8CE3E214D311A3050008C7A4BDDB9346B3@nlehx061.ehvvon.nl.origin-it.com> From: "Zuidam, Hans" To: "'questions@freebsd.org'" Subject: CD-ROM and Compaq Deskpro EN Date: Fri, 29 Oct 1999 17:59:16 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm more or less at my witt's end trying to get the CD-ROM drive going on a Compaq Deskpro. I've jumpered such that it is the master device. Below is the (partial) configuration of the machine. One way or another, the device is recognised but trying to mount a CD results in a temporary lockup of the machine and the kernel messages about the controller not ready for commands. Anyone an idea on how to proceed? Thanks in advance, Hans P.S. I subscribed a couple of weeks ago to questions@freebsd.org, but the subscription has not been granted yet. So please send replies to me directly. --- From /usr/src/sys/i386/conf/NLVI1921 controller isa0 controller pnp0 # PnP support for ISA controller eisa0 controller pci0 # IDE controller and disks controller wdc0 at isa? port "IO_WD1" bio irq 14 controller wdc1 at isa? port "IO_WD2" bio irq 15 # ATAPI devices options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM device acd0 --- # dmesg ... wdc0 not found at 0x1f0 wdc1 at 0x170-0x177 irq 15 on isa wdc1: unit 0 (atapi): , removable, accel, dma, iordis acd0: drive speed 5500KB/sec, 128KB cache acd0: supported read types: CD-R, CD-RW, CD-DA, packet track acd0: Audio: play, 255 volume levels acd0: Mechanism: ejectable tray acd0: Medium: no/blank disc inside, unlocked, lock protected --- # mount -t /dev/acd0a /mnt Oct 29 17:25:04 nlvi1921 /kernel: atapi1.0: controller not ready for cmd Oct 29 17:25:27 nlvi1921 /kernel: atapi1:0: ERROR 2, status=0, error=0 Oct 29 17:25:27 nlvi1921 /kernel: atapi1.0: controller not ready for cmd Oct 29 17:25:27 nlvi1921 /kernel: atapi1:0: ERROR 2, status=0, error=0 Oct 29 17:25:27 nlvi1921 /kernel: acd0: read_toc failed --- # ls -l /dev/*acd* brw-r----- 1 root operator 19, 0 Oct 29 17:09 /dev/acd0a brw-r----- 1 root operator 19, 2 Oct 29 17:09 /dev/acd0c crw-r----- 1 root operator 69, 0 Oct 29 17:09 /dev/racd0a crw-r----- 1 root operator 69, 2 Oct 29 17:09 /dev/racd0c -- Hans Zuidam h.zuidam@computer.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message