Ok, this time the full usb-storage verbose debugging :) Connect the usb disk ... ------- ohci_hcd 0000:00:02.2: wakeup ohci_hcd 0000:00:02.2: GetStatus roothub.portstatus [0] = 0x00010101 CSC PPS CCShub 1-0:1.0: port 1, status 0101, change 0001, 12 Mb/s hub 1-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x101 ohci_hcd 0000:00:02.2: GetStatus roothub.portstatus [0] = 0x00100103 PRSC PPS PES CCS usb 1-1: new full speed USB device using address 2 usb 1-1: new device strings: Mfr=56, Product=78, SerialNumber=100 usb 1-1: default language 0x0409 usb 1-1: Product: USB2.0 Storage Device usb 1-1: Manufacturer: Cypress Semiconductor usb 1-1: SerialNumber: DEF10806C57E usb 1-1: hotplug usb 1-1: adding 1-1:1.0 (config #1, interface 0) usb 1-1:1.0: hotplug Initializing USB Mass Storage driver... usb-storage 1-1:1.0: usb_probe_interface usb-storage 1-1:1.0: usb_probe_interface - got id scsi0 : SCSI emulation for USB Mass Storage devices Vendor: IC35L020 Model: AVER07-0 Rev: 0 0 Type: Direct-Access ANSI SCSI revision: 02 SCSI device sda: 39102336 512-byte hdwr sectors (20020 MB) sda: assuming drive cache: write through sda: sda1 Attached scsi disk sda at scsi0, channel 0, id 0, lun 0 USB Mass Storage device found at 2 usbcore: registered new driver usb-storage USB Mass Storage support registered. Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 0 updfstab: Using deprecated /dev/sg mechanism instead of SG_IO on the actual device -------
disconnect the usb disk ... ------ ohci_hcd 0000:00:02.2: GetStatus roothub.portstatus [0] = 0x00030100 PESC CSC PPS hub 1-0:1.0: port 1, status 0100, change 0003, 12 Mb/s usb 1-1: USB disconnect, address 2 usb 1-1: usb_disable_device nuking all URBs usb 1-1: unregistering interface 1-1:1.0 usb 1-1:1.0: hotplug usb 1-1: unregistering device usb 1-1: hotplug hub 1-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x100 ohci_hcd 0000:00:02.2: suspend root hub ---- When i plug the usb cable again, no messages are display in dmesg ... ND On Wed, 13 Oct 2004 10:23:10 -0400 (EDT), Alan Stern <[EMAIL PROTECTED]> wrote: > On Tue, 12 Oct 2004, Nuno Dias wrote: > > > I made the "eject /dev/sda1" but i had the same problem. > > Here it goes the verbose logs ... > > > > ohci_hcd 0000:00:02.3: wakeup > > usb 2-1: new full speed USB device using address 2 > > Initializing USB Mass Storage driver... > > scsi0 : SCSI emulation for USB Mass Storage devices > > Vendor: IC35L020 Model: AVER07-0 Rev: 0 0 > > Type: Direct-Access ANSI SCSI revision: 02 > > SCSI device sda: 39102336 512-byte hdwr sectors (20020 MB) > > sda: assuming drive cache: write through > > sda: sda1 > > Attached scsi disk sda at scsi0, channel 0, id 0, lun 0 > > USB Mass Storage device found at 2 > > usbcore: registered new driver usb-storage > > USB Mass Storage support registered. > > Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 0 > > updfstab: Using deprecated /dev/sg mechanism instead of SG_IO on the > > actual device > > > > usb 2-1: USB disconnect, address 2 > > This is not the verbose log. You need to turn on the usb-storage verbose > debugging option in the kernel configuration. Include in your dmesg > output everything from the time you first plug in the device until the > second time you plug it in (and it fails). > > Alan Stern > > -- [EMAIL PROTECTED] ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
