public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Rogério Brito" <rbrito@ime.usp.br>
To: Alan Stern <stern@rowland.harvard.edu>
Cc: Robert Hancock <hancockrwd@gmail.com>,
	linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org
Subject: Re: [2.6.30-rc2] usb reset during big file transfer and ext3 error
Date: Sun, 24 May 2009 13:11:14 -0300	[thread overview]
Message-ID: <20090524161114.GA2667@ime.usp.br> (raw)
In-Reply-To: <Pine.LNX.4.44L0.0905241035380.7718-100000@netrider.rowland.org>

[-- Attachment #1: Type: text/plain, Size: 4172 bytes --]

On May 24 2009, Alan Stern wrote:
> It is abnormal, but I can't tell what the reason is without more
> information.  You should try using usbmon (see
> Documentation/usb/usbmon.txt) to trace these events.

Here you go with a log that is pure text (compressed). The part of dmesg
relative to the USB plugging is here:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[  248.286615] usb-storage: device found at 3
[  248.286620] usb-storage: waiting for device to settle before scanning
[  248.286631] usbcore: registered new interface driver usb-storage
[  248.286636] USB Mass Storage support registered.
[  248.351740] usb 4-2.2: New USB device found, idVendor=067b, idProduct=2316
[  248.351749] usb 4-2.2: New USB device strings: Mfr=1, Product=5, SerialNumber=0
[  248.351753] usb 4-2.2: Product: USB Security Device
[  248.351756] usb 4-2.2: Manufacturer: Leading Driver Co.,LTD.
[  248.351860] PM: Adding info for usb:4-2.2
[  248.351907] usb 4-2.2: configuration #1 chosen from 1 choice
[  248.354759] PM: Adding info for usb:4-2.2:1.0
[  248.354894] PM: Adding info for No Bus:usbdev4.4_ep00
[  253.288125] usb-storage: device scan complete
[  253.291081] scsi 0:0:0:0: Direct-Access     Prolific USB Flash Disk   1.00 PQ: 0 ANSI: 0 CCS
[  253.291476] PM: Adding info for scsi:target0:0:0
[  253.291903] PM: Adding info for scsi:0:0:0:0
[  253.292167] PM: Adding info for No Bus:0:0:0:0
[  253.331140] Driver 'sd' needs updating - please use bus_type methods
[  253.331290] PM: Adding info for No Bus:0:0:0:0
[  253.337069] sd 0:0:0:0: [sda] 256000 512-byte hardware sectors: (131 MB/125 MiB)
[  253.340068] sd 0:0:0:0: [sda] Write Protect is off
[  253.340073] sd 0:0:0:0: [sda] Mode Sense: 23 00 00 00
[  253.340077] sd 0:0:0:0: [sda] Assuming drive cache: write through
[  253.340130] PM: Adding info for No Bus:sda
[  253.347047] sd 0:0:0:0: ioctl_internal_command return code = 8000002
[  253.347053]    : Sense Key : 0x0 [current] 
[  253.347059]    : ASC=0x0 ASCQ=0x0
[  253.355049] sd 0:0:0:0: [sda] Assuming drive cache: write through
[  253.355057]  sda: sda1
[  253.361106] PM: Adding info for No Bus:sda1
[  253.366054] sd 0:0:0:0: ioctl_internal_command return code = 8000002
[  253.366060]    : Sense Key : 0x0 [current] 
[  253.366066]    : ASC=0x0 ASCQ=0x0
[  253.366162] PM: Adding info for No Bus:8:0
[  253.366196] sd 0:0:0:0: [sda] Attached SCSI removable disk
[  253.386056] sd 0:0:0:0: ioctl_internal_command return code = 8000002
[  253.386063]    : Sense Key : 0x0 [current] 
[  253.386069]    : ASC=0x0 ASCQ=0x0
[  253.690947] sd 0:0:0:0: ioctl_internal_command return code = 8000002
[  253.690954]    : Sense Key : 0x0 [current] 
[  253.690960]    : ASC=0x0 ASCQ=0x0
[  253.784900] sd 0:0:0:0: ioctl_internal_command return code = 8000002
[  253.784909]    : Sense Key : 0x0 [current] 
[  253.784916]    : ASC=0x0 ASCQ=0x0
[  253.806909] sd 0:0:0:0: ioctl_internal_command return code = 8000002
[  253.806914]    : Sense Key : 0x0 [current] 
[  253.806919]    : ASC=0x0 ASCQ=0x0
[  253.816898] sd 0:0:0:0: ioctl_internal_command return code = 8000002
[  253.816904]    : Sense Key : 0x0 [current] 
[  253.816910]    : ASC=0x0 ASCQ=0x0
[  254.118799] sd 0:0:0:0: ioctl_internal_command return code = 8000002
[  254.118806]    : Sense Key : 0x0 [current] 
[  254.118812]    : ASC=0x0 ASCQ=0x0
[  254.128798] sd 0:0:0:0: ioctl_internal_command return code = 8000002
[  254.128804]    : Sense Key : 0x0 [current] 
[  254.128810]    : ASC=0x0 ASCQ=0x0
[  254.432691] sd 0:0:0:0: ioctl_internal_command return code = 8000002
[  254.432697]    : Sense Key : 0x0 [current] 
[  254.432703]    : ASC=0x0 ASCQ=0x0
[  254.495644] sd 0:0:0:0: ioctl_internal_command return code = 8000002
[  254.495650]    : Sense Key : 0x0 [current] 
[  254.495656]    : ASC=0x0 ASCQ=0x0
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

If you need further information, please let me know.


Thanks,

-- 
Rogério Brito : rbrito@{mackenzie,ime.usp}.br : GPG key 1024D/7C2CAEB8
http://www.ime.usp.br/~rbrito : http://meusite.mackenzie.com.br/rbrito
Projects: algorithms.berlios.de : lame.sf.net : vrms.alioth.debian.org

[-- Attachment #2: 1.mon.out.bz2 --]
[-- Type: application/octet-stream, Size: 12307 bytes --]

  parent reply	other threads:[~2009-05-24 16:11 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-21 11:10 [2.6.30-rc2] usb reset during big file transfer and ext3 error Rogério Brito
2009-04-22  0:34 ` Robert Hancock
2009-04-22 22:06   ` Rogério Brito
2009-04-23  2:53     ` Alan Stern
2009-05-01  9:15       ` Rogério Brito
2009-05-01 19:16         ` Alan Stern
2009-05-24  7:16           ` Rogério Brito
2009-05-24 14:40             ` Alan Stern
2009-05-24 15:32               ` ioctl_internal_command messages (was: Re: [2.6.30-rc2] usb reset during big file transfer and ext3 error) Rogério Brito
2009-05-24 16:11               ` Rogério Brito [this message]
2009-05-25  2:34                 ` [2.6.30-rc2] usb reset during big file transfer and ext3 error Alan Stern
2009-05-25 15:13                   ` [PATCH] usb-storage: include USB drive in unusual_devs list Rogério Brito
2009-05-25 21:03                     ` Alan Stern
2009-05-25 21:41                       ` Rogério Brito
2009-08-01 18:30                         ` Rogério Brito

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090524161114.GA2667@ime.usp.br \
    --to=rbrito@ime.usp.br \
    --cc=hancockrwd@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=stern@rowland.harvard.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox