From owner-freebsd-questions@FreeBSD.ORG Sun Nov 2 14:35:37 2003 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 6166016A4CF for ; Sun, 2 Nov 2003 14:35:37 -0800 (PST) Received: from imhotep.yuckfou.org (cust.89.117.adsl.cistron.nl [195.64.89.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8825843F3F for ; Sun, 2 Nov 2003 14:35:35 -0800 (PST) (envelope-from nivo+sender+6075ff@yuckfou.org) Received: from localhost (localhost [127.0.0.1]) by imhotep.yuckfou.org (Postfix) with ESMTP id 1EDEF127 for ; Sun, 2 Nov 2003 23:35:36 +0100 (CET) Received: from imhotep.yuckfou.org ([127.0.0.1]) by localhost (imhotep.yuckfou.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 35139-02 for ; Sun, 2 Nov 2003 23:35:35 +0100 (CET) Received: by imhotep.yuckfou.org (Postfix, from userid 1000) id DC46D110; Sun, 2 Nov 2003 23:35:35 +0100 (CET) Received: from yuckfou.org (turbata-xp [192.168.2.236]) by localhost.yuckfou.org (tmda-ofmipd) with ESMTP; Sun, 02 Nov 2003 23:35:27 +0100 (CET) Message-ID: <3FA586AC.3010408@yuckfou.org> Date: Sun, 02 Nov 2003 23:35:24 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030912 Thunderbird/0.3a X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20031102020135.GA33623@auricle.charter.net> <013a01c3a0e9$44905680$a4b826cb@goo> In-Reply-To: <013a01c3a0e9$44905680$a4b826cb@goo> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: Nils Vogels X-Delivery-Agent: TMDA/0.87 (Carry Back) X-TMDA-Fingerprint: rhIO53z2pG3NtWZSoC0ueCysC2k X-Virus-Scanned: by amavisd-new at yuckfou.org Subject: Re: Okay, who broke sysutils/eject? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nils Vogels List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Nov 2003 22:35:37 -0000 Rob wrote: >Does 'cdcontrol eject' work? > > For me it doesn't and I'm stumped as to why :( kernel config bits: device atapicd # ATAPI CDROM drives device scbus # SCSI bus (required) device cd # CD device pass # Passthrough device (direct SCSI access) device atapicam # emulate ATAPI devices as SCSI ditto via CAM # needs CAM to be present (scbus & pass) boot bits: acd0: CD-RW at ata1-master PIO3 Waiting 10 seconds for SCSI devices to settle Mounting root from ufs:/dev/ad0s1a cd0 at ata1 bus 0 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 11.000MB/s transfers cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed and cdcontrol eject: imhotep# cdcontrol eject cdcontrol: no CD device name specified, defaulting to /dev/cd0c cdcontrol: no disc in drive /dev/cd0c Now ... why wouldn't it eject if there is no disc in the drive ? I really would like to be able to eject an empty drive as well .. Gr, Nils.