From owner-freebsd-gnome@FreeBSD.ORG Mon Oct 27 04:33:58 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E92B16A4B3 for ; Mon, 27 Oct 2003 04:33:58 -0800 (PST) Received: from smtp2.btinet.net (mail.gnda.com [216.235.160.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9966E43F93 for ; Mon, 27 Oct 2003 04:33:57 -0800 (PST) (envelope-from pmes@btinet.net) Received: from exim by smtp2.btinet.net with spam-scanned (Exim 4.24) id 1AE6ZJ-0007NT-06 for gnome@freebsd.org; Mon, 27 Oct 2003 06:33:57 -0600 Received: from ar11-bsmrnd.l1.btigate.com ([209.62.224.243] helo=btinet.net) by smtp2.btinet.net with esmtp (Exim 4.24) id 1AE6ZE-0007Mg-EI; Mon, 27 Oct 2003 06:33:52 -0600 Message-ID: <3F9D1091.80800@btinet.net> Date: Mon, 27 Oct 2003 06:33:21 -0600 From: Peter Schultz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031020 X-Accept-Language: en-us, en MIME-Version: 1.0 To: scsi@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on smtp2.btinet.net X-Spam-Level: X-Spam-Status: No, hits=0.7 required=10.0 tests=UPPERCASE_25_50 autolearn=no version=2.60 cc: gnome@freebsd.org cc: current@freebsd.org Subject: SCSI error using gnome-cd X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Oct 2003 12:33:58 -0000 I have set the permissions to properly read the CD, and I can play audio CDs using xmms, but when I try using gnome-cd I get the following: (cd0:ahc0:0:4:0): READ TOC/PMA/ATIP {MMC Proposed}. CDB: 43 2 0 0 0 0 c 0 c 0 (cd0:ahc0:0:4:0): CAM Status: SCSI Status Error (cd0:ahc0:0:4:0): SCSI Status: Check Condition (cd0:ahc0:0:4:0): ILLEGAL REQUEST asc:24,0 (cd0:ahc0:0:4:0): Invalid field in CDB (cd0:ahc0:0:4:0): Unretryable error (cd0:ahc0:0:4:0): READ SUB-CHANNEL. CDB: 42 2 40 1 0 0 1c 0 18 0 (cd0:ahc0:0:4:0): CAM Status: SCSI Status Error (cd0:ahc0:0:4:0): SCSI Status: Check Condition (cd0:ahc0:0:4:0): ILLEGAL REQUEST asc:24,0 (cd0:ahc0:0:4:0): Invalid field in CDB (cd0:ahc0:0:4:0): Unretryable error (cd0:ahc0:0:4:0): READ SUB-CHANNEL. CDB: 42 2 40 1 0 0 1b 0 18 0 (cd0:ahc0:0:4:0): CAM Status: SCSI Status Error (cd0:ahc0:0:4:0): SCSI Status: Check Condition (cd0:ahc0:0:4:0): ILLEGAL REQUEST asc:24,0 (cd0:ahc0:0:4:0): Invalid field in CDB (cd0:ahc0:0:4:0): Unretryable error (cd0:ahc0:0:4:0): READ TOC/PMA/ATIP {MMC Proposed}. CDB: 43 2 0 0 0 0 c 0 c 0 (cd0:ahc0:0:4:0): CAM Status: SCSI Status Error (cd0:ahc0:0:4:0): SCSI Status: Check Condition (cd0:ahc0:0:4:0): ILLEGAL REQUEST asc:24,0 (cd0:ahc0:0:4:0): Invalid field in CDB (cd0:ahc0:0:4:0): Unretryable error (cd0:ahc0:0:4:0): READ SUB-CHANNEL. CDB: 42 2 40 1 0 0 1c 0 18 0 (cd0:ahc0:0:4:0): CAM Status: SCSI Status Error (cd0:ahc0:0:4:0): SCSI Status: Check Condition (cd0:ahc0:0:4:0): ILLEGAL REQUEST asc:24,0 (cd0:ahc0:0:4:0): Invalid field in CDB (cd0:ahc0:0:4:0): Unretryable error Here's some info about my device: GEOM: create disk cd0 dp=0xc36a0e00 cd0 at ahc0 bus 0 target 4 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 10.000MB/s transfers (10.000MHz, offset 8) Pete...