Bug 171718

Summary: USB drive stops working with latest kernel
Product: [Fedora] Fedora Reporter: Orion Poplawski <orion>
Component: kernelAssignee: Kernel Maintainer List <kernel-maint>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-10-25 19:58:17 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Orion Poplawski 2005-10-25 16:10:41 UTC
Description of problem:
dmesg diff from previous:

1c1
< Linux version 2.6.13-1.1526_FC4smp (bhcompile.redhat.com)
(gcc version 4.0.1 20050727 (Red Hat 4.0.1-5)) #1 SMP Wed Sep 28 19:30:04 EDT 2005
---
> Linux version 2.6.13-1.1532_FC4smp (bhcompile.redhat.com) (gcc
version 4.0.1 20050727 (Red Hat 4.0.1-5)) #1 SMP Thu Oct 20 01:51:51 EDT 2005

< Initializing USB Mass Storage driver...
< scsi2 : SCSI emulation for USB Mass Storage devices
< usb-storage: device found at 3
< usb-storage: waiting for device to settle before scanning
< usbcore: registered new driver usb-storage
< USB Mass Storage support registered.
< cdrom: open failed.
<   Vendor: HDS72252  Model: 5VLAT80           Rev:  0 0
<   Type:   Direct-Access                      ANSI SCSI revision: 00
< SCSI device sdb: 488397168 512-byte hdwr sectors (250059 MB)
< sdb: assuming drive cache: write through
< SCSI device sdb: 488397168 512-byte hdwr sectors (250059 MB)
< sdb: assuming drive cache: write through
<  sdb: sdb1
< Attached scsi disk sdb at scsi2, channel 0, id 0, lun 0
< usb-storage: device scan complete

> usb 1-1.1: device descriptor read/64, error -110
> usb 1-1.1: device descriptor read/64, error -110
> usb 1-1.1: new high speed USB device using ehci_hcd and address 4
> usb 1-1.1: device descriptor read/64, error -110
> usb 1-1.1: device descriptor read/64, error -110
> usb 1-1.1: new high speed USB device using ehci_hcd and address 5
> usb 1-1.1: device descriptor read/8, error -110
> usb 1-1.1: device descriptor read/8, error -110
> usb 1-1.1: new high speed USB device using ehci_hcd and address 6
> usb 1-1.1: device descriptor read/8, error -110
> usb 1-1.1: device descriptor read/8, error -110

Comment 1 Pete Zaitcev 2005-10-25 17:56:53 UTC
This is not a USB problem specifically. Interrupts are not delivered.
So, I suppose it has something to do with ACPI and IRQ routing.


Comment 2 Orion Poplawski 2005-10-25 17:59:33 UTC
Am leaning towards a device issue.  Booting back to the previous kernel gives
the same errors.  Will do some more tests....

Comment 3 Orion Poplawski 2005-10-25 19:58:17 UTC
Sorry, false alarm.  Power cycling the drive brought it back.