Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932440AbVKWCWR (ORCPT ); Tue, 22 Nov 2005 21:22:17 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932439AbVKWCWR (ORCPT ); Tue, 22 Nov 2005 21:22:17 -0500 Received: from compunauta.com ([69.36.170.169]:1178 "EHLO compunauta.com") by vger.kernel.org with ESMTP id S932440AbVKWCWR convert rfc822-to-8bit (ORCPT ); Tue, 22 Nov 2005 21:22:17 -0500 From: Gustavo Guillermo =?iso-8859-1?q?P=E9rez?= Organization: www.compunauta.com To: linux-usb-devel@lists.sourceforge.net Subject: Re: [linux-usb-devel] Re: /dev/sr0 not ready, but working Date: Tue, 22 Nov 2005 20:21:58 -0600 User-Agent: KMail/1.8.2 Cc: Alan Stern , Jeff Garzik , Linux Kernel Mailing List References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8BIT Content-Disposition: inline Message-Id: <200511222021.59075.gustavo@compunauta.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2666 Lines: 55 El Martes, 22 de Noviembre de 2005 12:56, Alan Stern escribi?: > On Tue, 22 Nov 2005, Gustavo Guillermo P?rez wrote: > > Yes, I do the same operations as iee1394 and USB, and here we go: > > 1) ieee1394 Dirty DVD+RW ad UdfFileSystem without pktcdvd cause +rw > > No Real problems, the errors on logical sectors was and old bad mount, > > but the second one writing 5 o 6 MB of a lot of small files does not > > produce the error. > > 2) ieee1394 Normal growisofs -Z /dev/sr0 -J -r /folder > > No errors on the media, writing as iso not packet. > > The error appears while writing the DVD+RW 96 times, not the same udf > > disk. 3) Reading from The writed disc > > No error, normal operation. > > 4)Changing to USB Interface and ShutDown the iee1394, and do the udf > > Stuff. Normal operation no errors on the DVD-RW media. > > 5) USB Writing Normal growisofs -Z /dev/sr0 -J -r /folder > > No errors on the media, writing as iso not packet. > > The error appears while writing the DVD-RW 57 times, not the same udf > > disk, less data less errors. > > 6) Reading data from USB Interface. > > No errors normal operation. > > 7) lspci, lsusb > > The mouse is not relevant, I was plugged today. > > > > Working with +RW -RW -R and +R, allways writing not udf packets the error > > appears. As IDE interface the drive does not produce any device not ready > > error. > > I know practically nothing about how your device works, so this is just a > guess. It seems likely that the IEEE1394-USB/ATA interface controller > translates the commands it receives over the external bus into a sequence > of ATA or ATAPI commands that is somewhat different from the sequence of > commands Linux would use if the drive were directly attached to an IDE > controller. As a result, perhaps the drive sends those "not ready" > replies when you use it over an external bus but not when you use attach > it over ATA. > > Or maybe not... Maybe the drive _does_ send those "not ready" messages > and the IDE driver ignores them instead of printing them in the system > log. Or perhaps those messages are sent by the bus interface controller > and not by the drive itself. I just don't know. > > Alan Stern Ok, yes may be the drive sends some command bad back translated to the system. And may be is not important, cause drive works, and media almost never get badwritten. -- Gustavo Guillermo P?rez Compunauta uLinux www.compunauta.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/