From owner-freebsd-stable@FreeBSD.ORG Fri May 25 01:32:04 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 73E1A16A41F for ; Fri, 25 May 2007 01:32:04 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id 1384B13C46C for ; Fri, 25 May 2007 01:32:03 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id l4P1VrmG007868; Thu, 24 May 2007 19:31:54 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <46563C85.3060903@samsco.org> Date: Thu, 24 May 2007 19:31:49 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.2pre) Gecko/20070111 SeaMonkey/1.1 MIME-Version: 1.0 To: Robert Marella References: <200705231244.21154.joao@matik.com.br> <200705241548.04988.joao@matik.com.br> <200705242319.01764.andy@athame.co.uk> <200705241846.10462.joao@matik.com.br> <20070524124239.4a1f55c8@p4> In-Reply-To: <20070524124239.4a1f55c8@p4> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]); Thu, 24 May 2007 19:31:58 -0600 (MDT) X-Spam-Status: No, score=-1.4 required=5.5 tests=ALL_TRUSTED,UPPERCASE_25_50 autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: Andy Fawcett , freebsd-stable@freebsd.org, JoaoBR Subject: Re: atapicam cd error X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 May 2007 01:32:04 -0000 Robert Marella wrote: > On Thu, 24 May 2007 18:46:09 -0300 > JoaoBR wrote: > >> On Thursday 24 May 2007 17:19:00 Andy Fawcett wrote: >>> ping# uname -a >>> FreeBSD ping.int.athame.co.uk 6.2-STABLE FreeBSD 6.2-STABLE #0: Wed >>> May 23 15:19:22 EEST 2007 >>> root@ping.int.athame.co.uk:/usr/obj/usr/src/sys/PING amd64 >>> >>> (compiled from sources updated immediately before the build >>> started, no later than 10.00 UTC on 23.5.2007) >>> >>> k3b is working absolutely fine on this box, I just managed to burn >>> a CD followed by a DVD. >> so that is funny now >> so i tried and indeed I can write an iso with cdrecord >> >> which is your k3b version? I have k3b 1.0_2 >> >> >> >> > I finally upgrade my amd64 and K3B works perfect without the patch. > Dmesg stiil complains with the same warnings. > > acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 > acd1: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 > acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 > acd1: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 > > and when I am ripping > > acd1: FAILURE - MODE_SENSE_BIG ILLEGAL REQUEST asc=0x24 ascq=0x00 > acd1: FAILURE - MODE_SENSE_BIG ILLEGAL REQUEST asc=0x24 ascq=0x00 > acd1: FAILURE - MODE_SENSE_BIG ILLEGAL REQUEST asc=0x24 ascq=0x00 > acd1: FAILURE - MODE_SENSE_BIG ILLEGAL REQUEST asc=0x24 ascq=0x00 > acd1: FAILURE - MODE_SENSE_BIG ILLEGAL REQUEST asc=0x24 ascq=0x00 > acd1: FAILURE - MODE_SENSE_BIG ILLEGAL REQUEST asc=0x24 ascq=0x00 > acd1: FAILURE - MODE_SENSE_BIG ILLEGAL REQUEST asc=0x24 ascq=0x00 > acd1: FAILURE - MODE_SENSE_BIG ILLEGAL REQUEST asc=0x24 ascq=0x00 > > But all is working. > These errors can be safely ignored. They are a side effect of the CAM probe device sending normal commands to the drive, and the ATA driver intercepting the responses. This will be fixed on a broad scale in the future. Scott