From owner-freebsd-questions@FreeBSD.ORG Fri May 9 20:31:41 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92603106566C for ; Fri, 9 May 2008 20:31:41 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.250]) by mx1.freebsd.org (Postfix) with ESMTP id 4B6B98FC12 for ; Fri, 9 May 2008 20:31:41 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: by an-out-0708.google.com with SMTP id b33so340326ana.13 for ; Fri, 09 May 2008 13:31:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=GfTIkbf9U3pip+RRHn0QVAhDiDq154g/cHMJ2fR5qEI=; b=nXoHb8jC27KBIbviwTazP+CbtLgAE2gmED+7qrzHPQyRGRnMTVfTX35HBHWGS/izsS98y4UUZfmSnFnTSnoUxSAPo6Jo9ZgZkkqldmrE1L/dPbPJo0XHHkM8gGoMz+R1zOaSGubxDq4UsJ7jrQTPZt6aJ9/j14UGwVB5LntqzgM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=vvjez+NM9LKrdtA6LoYKg60EIQVBIjZruSWpzmmRCC/2fmAYWfN+Yc3IUvfxsb2W0zvzT6UFP5lYREPDvqHfqcIZRhf5DfzDj0RN/oMrkx7LHlH2QYGwcC/RrYo9VwWtfyTuCBvwCeFhLiqO2eRTtyZHF1Hn5yxaQF9SNPz5uwo= Received: by 10.100.214.3 with SMTP id m3mr6442587ang.55.1210365100689; Fri, 09 May 2008 13:31:40 -0700 (PDT) Received: by 10.100.239.17 with HTTP; Fri, 9 May 2008 13:31:40 -0700 (PDT) Message-ID: <539c60b90805091331g166f02e5ibc318ba7e4a0efa9@mail.gmail.com> Date: Fri, 9 May 2008 13:31:40 -0700 From: "Steve Franks" Sender: bahamasfranks@gmail.com To: "FreeBSD Mailing List" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 80bc1f222e0c9bf6 Subject: growisofs: "inapropriate ioctl for device" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: stevefranks@ieee.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 May 2008 20:31:41 -0000 I get the following from growisofs -Z/dev/acd0=image.iso: :-( unable to CAMGETPASSTHRU for /dev/acd0: Inappropriate ioctl for device My burner was previously installed in my 6.3 amd64 system without issues. dmesg reports (after growisofs fails): ... acd0: DVDR at ata0-master UDMA33 ... acd0: FAILURE - READ_TOC ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x40 0x00 0x06 acd0: FAILURE - READ_TOC ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x40 0x00 0x06 acd0: FAILURE - READ_TOC ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x40 0x00 0x06 acd0: FAILURE - READ_TOC ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x40 0x00 0x06 acd0: FAILURE - READ_BUFFER ILLEGAL REQUEST asc=0x20 ascq=0x00 acd0: FAILURE - MODE_SELECT_BIG ILLEGAL REQUEST asc=0x26 ascq=0x00 sks=0x00 0x00 0x07 ... I have atapicam loaded. Steve