Re: [linux-usb-devel] [BUG] USB_PERSIST

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Alan,

Here's what I got after compiling kernel with CONFIG_USB_PERSIST and
CONFIG_USB_DEBUG both enabled. The attached files are:

config - shows the .config file used when compiling kernel 2.6.23.9

sysandmount.txt - shows mounts and the state of persist for all usb
devices right before suspending.

dmesg_attached.txt - dmesg right after resuming when the USB device
remained attached while machine was suspend

dmesg_detachedandreattached.txt - dmesg right after resuming when the
USB device was detached while suspended and then reattached before
resuming.

Thanks,
Raymano G.


On 11/26/07, Alan Stern <[email protected]> wrote:
> On Mon, 26 Nov 2007, Raymano Garibaldi wrote:
>
> > > Wait a minute.  You're saying that  USB Persist worked under 2.6.21
> > > because it wasn't available?  That makes no sense.  Besides, if you
> > > don't like USB Persist under 2.6.23, you can always eliminate it by
> > > turning off CONFIG_USB_PERSIST.
> > >
> >
> > I have tried this. Simply turning off CONFIG_USB_PERSIST doesn't work.
> > In this case the USB drive file system is unmounted on resume, even if
> > the drive remained plugged in during suspend.
>
> Something about this doesn't sound right.
>
> When you have CONFIG_USB_PERSIST enabled, do you remember to turn on
> the Persist feature for the root fs device by writing a "1" to the
> device's power/persist file in sysfs?
>
> Can you try building a kernel with CONFIG_USB_PERSIST and
> CONFIG_USB_DEBUG both enabled, and post the dmesg log from immediately
> after resuming?
>
> Alan Stern
>
>

Attachment: config
Description: Binary data

[root@myfaun sys]# find /sys -name "persist" -print
/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-6/power/persist
/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-7/power/persist
/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/power/persist
/sys/devices/pci0000:00/0000:00:1d.7/usb2/power/persist
/sys/devices/pci0000:00/0000:00:1d.3/usb5/power/persist
/sys/devices/pci0000:00/0000:00:1d.2/usb4/power/persist
/sys/devices/pci0000:00/0000:00:1d.1/usb3/power/persist
/sys/devices/pci0000:00/0000:00:1d.0/usb1/power/persist

[root@myfaun guest]# find /sys -name "persist" -exec cat {} \;
1
1
1
1
1
1
1
1

[root@myfaun sys]# mount
/dev/sda3 on / type ext3 (rw,noatime)
none on /proc type proc (rw)
none on /sys type sysfs (rw)
none on /dev type ramfs (rw)
none on /proc/bus/usb type usbfs (rw)
none on /dev/pts type devpts (rw)
none on /dev/shm type tmpfs (rw)
/dev/sdb1 on /media/disk type vfat (rw,nosuid,nodev,noatime,flush,uid=1000,utf8,shortname=lower)
b_resume
usb usb4: usb resume
usb usb4: wakeup_rh
hub 4-0:1.0: hub_resume
usb usb5: usb resume
usb usb5: wakeup_rh
hub 5-0:1.0: hub_resume
usb 2-6: usb resume
ehci_hcd 0000:00:1d.7: GetStatus port 6 status 001005 POWER sig=se0 PE CONNECT
usb 2-6: finish resume
Restarting tasks ... <7>hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0000
done.
hub 2-0:1.0: state 7 ports 8 chg 0000 evt 0000
hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0000
usb usb3: suspend_rh (auto-stop)
usb usb4: suspend_rh (auto-stop)
usb usb5: suspend_rh (auto-stop)
hub 1-0:1.0: hub_suspend
usb usb1: bus auto-suspend
usb usb1: suspend_rh
hub 3-0:1.0: hub_suspend
usb usb3: bus auto-suspend
usb usb3: suspend_rh
hub 4-0:1.0: hub_suspend
usb usb4: bus auto-suspend
usb usb4: suspend_rh
hub 5-0:1.0: hub_suspend
usb usb5: bus auto-suspend
usb usb5: suspend_rh
Stopping tasks ... done.
Suspending console(s)
usb 2-6: usb suspend
sd 2:0:0:0: [sda] Synchronizing SCSI cache
sd 2:0:0:0: [sda] Stopping disk
usb 2-7: usb suspend
usb 2-1: usb suspend
hub 2-0:1.0: hub_suspend
usb usb2: bus suspend
ehci_hcd 0000:00:1d.7: suspend root hub
ACPI handle has no context!
ACPI handle has no context!
ACPI: PCI interrupt for device 0000:00:1f.2 disabled
ACPI: PCI interrupt for device 0000:00:1f.1 disabled
ACPI: PCI interrupt for device 0000:00:1d.7 disabled
ehci_hcd 0000:00:1d.7: --> PCI D3/wakeup
uhci_hcd 0000:00:1d.3: uhci_suspend
ACPI: PCI interrupt for device 0000:00:1d.3 disabled
uhci_hcd 0000:00:1d.3: --> PCI D0/legacy
uhci_hcd 0000:00:1d.2: uhci_suspend
ACPI: PCI interrupt for device 0000:00:1d.2 disabled
uhci_hcd 0000:00:1d.2: --> PCI D0/legacy
uhci_hcd 0000:00:1d.1: uhci_suspend
ACPI: PCI interrupt for device 0000:00:1d.1 disabled
uhci_hcd 0000:00:1d.1: --> PCI D0/legacy
uhci_hcd 0000:00:1d.0: uhci_suspend
ACPI: PCI interrupt for device 0000:00:1d.0 disabled
uhci_hcd 0000:00:1d.0: --> PCI D0/legacy
ACPI: PCI interrupt for device 0000:00:1b.0 disabled
Disabling non-boot CPUs ...
CPU 1 is now offline
SMP alternatives: switching to UP code
CPU1 is down
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU0: Intel P4/Xeon Extended MCE MSRs (24) available
CPU0: Thermal monitoring enabled
Back to C!
Enabling non-boot CPUs ...
SMP alternatives: switching to SMP code
Booting processor 1/1 eip 3000
Initializing CPU#1
Calibrating delay using timer specific routine.. 6004.36 BogoMIPS (lpj=10003787)
CPU: After generic identify, caps: bfebfbff 20100000 00000000 00000000 0000e49d 00000000 00000001 00000000
monitor/mwait feature present.
CPU: Trace cache: 12K uops, L1 D cache: 16K
CPU: L2 cache: 2048K
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 1
CPU: After all inits, caps: bfebfbff 20100000 00000000 0000b180 0000e49d 00000000 00000001 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#1.
CPU1: Intel P4/Xeon Extended MCE MSRs (24) available
CPU1: Thermal monitoring enabled
CPU1: Intel(R) Pentium(R) D CPU 3.00GHz stepping 05
CPU1 is up
ACPI: Unable to turn cooling device [dfe0cdc8] 'off'
Switched to high resolution mode on CPU 1
ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 19
PM: Writing back config space on device 0000:00:1b.0 at offset f (was 100, writing 105)
PM: Writing back config space on device 0000:00:1b.0 at offset 4 (was 4, writing fdff8004)
PM: Writing back config space on device 0000:00:1b.0 at offset 3 (was 0, writing 8)
PM: Writing back config space on device 0000:00:1b.0 at offset 1 (was 100000, writing 100002)
ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 16 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:00:1b.0 to 64
uhci_hcd 0000:00:1d.0: PCI legacy resume
ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:00:1d.0 to 64
uhci_hcd 0000:00:1d.0: uhci_resume
uhci_hcd 0000:00:1d.1: PCI legacy resume
ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 18
PCI: Setting latency timer of device 0000:00:1d.1 to 64
uhci_hcd 0000:00:1d.1: uhci_resume
uhci_hcd 0000:00:1d.2: PCI legacy resume
ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:1d.2 to 64
uhci_hcd 0000:00:1d.2: uhci_resume
uhci_hcd 0000:00:1d.3: PCI legacy resume
ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:00:1d.3 to 64
uhci_hcd 0000:00:1d.3: uhci_resume
ehci_hcd 0000:00:1d.7: resume from PCI D3
PCI: Enabling device 0000:00:1d.7 (0000 -> 0002)
ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:00:1d.7 to 64
PM: Writing back config space on device 0000:00:1d.7 at offset f (was 100, writing 107)
PM: Writing back config space on device 0000:00:1d.7 at offset 4 (was 0, writing fdfff000)
PCI: Setting latency timer of device 0000:00:1e.0 to 64
PM: Writing back config space on device 0000:00:1f.1 at offset 8 (was f001, writing fa01)
ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:1f.1 to 64
ata2: port disabled. ignoring.
ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 18
PCI: Setting latency timer of device 0000:00:1f.2 to 64
pnp: Failed to activate device 00:07.
pnp: Failed to activate device 00:08.
e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
ata4: SATA link down (SStatus 0 SControl 300)
ata5: SATA link down (SStatus 0 SControl 300)
ata6: SATA link down (SStatus 0 SControl 300)
ata1.00: configured for UDMA/33
usb usb1: usb resume
usb usb1: wakeup_rh
hub 1-0:1.0: hub_resume
usb usb2: usb resume
ehci_hcd 0000:00:1d.7: resume root hub
hub 2-0:1.0: hub_resume
usb 2-1: usb resume
ehci_hcd 0000:00:1d.7: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
usb 2-1: finish resume
usb 2-7: usb resume
ehci_hcd 0000:00:1d.7: GetStatus port 7 status 001005 POWER sig=se0 PE CONNECT
usb 2-7: finish resume
sd 2:0:0:0: [sda] Starting disk
usb usb1: suspend_rh (auto-stop)
ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata3.00: configured for UDMA/100
sd 2:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
sd 2:0:0:0: [sda] Write Protect is off
sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
usb usb3: usb resume
usb usb3: wakeup_rh
hub 3-0:1.0: hub_resume
usb usb4: usb resume
usb usb4: wakeup_rh
hub 4-0:1.0: hub_resume
usb usb5: usb resume
usb usb5: wakeup_rh
hub 5-0:1.0: hub_resume
usb 2-6: usb resume
ehci_hcd 0000:00:1d.7: GetStatus port 6 status 001005 POWER sig=se0 PE CONNECT
usb 2-6: finish resume
Restarting tasks ... <7>hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0000
done.
hub 2-0:1.0: state 7 ports 8 chg 0000 evt 0000
hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0000
usb usb3: suspend_rh (auto-stop)
usb usb4: suspend_rh (auto-stop)
usb usb5: suspend_rh (auto-stop)
hub 1-0:1.0: hub_suspend
usb usb1: bus auto-suspend
usb usb1: suspend_rh
hub 3-0:1.0: hub_suspend
usb usb3: bus auto-suspend
usb usb3: suspend_rh
hub 4-0:1.0: hub_suspend
usb usb4: bus auto-suspend
usb usb4: suspend_rh
hub 5-0:1.0: hub_suspend
usb usb5: bus auto-suspend
usb usb5: suspend_rh
Stopping tasks ... done.
Suspending console(s)
usb 2-6: usb suspend
sd 2:0:0:0: [sda] Synchronizing SCSI cache
sd 2:0:0:0: [sda] Stopping disk
usb 2-7: usb suspend
usb 2-1: usb suspend
hub 2-0:1.0: hub_suspend
usb usb2: bus suspend
ehci_hcd 0000:00:1d.7: suspend root hub
ACPI handle has no context!
ACPI handle has no context!
ACPI: PCI interrupt for device 0000:00:1f.2 disabled
ACPI: PCI interrupt for device 0000:00:1f.1 disabled
ACPI: PCI interrupt for device 0000:00:1d.7 disabled
ehci_hcd 0000:00:1d.7: --> PCI D3/wakeup
uhci_hcd 0000:00:1d.3: uhci_suspend
ACPI: PCI interrupt for device 0000:00:1d.3 disabled
uhci_hcd 0000:00:1d.3: --> PCI D0/legacy
uhci_hcd 0000:00:1d.2: uhci_suspend
ACPI: PCI interrupt for device 0000:00:1d.2 disabled
uhci_hcd 0000:00:1d.2: --> PCI D0/legacy
uhci_hcd 0000:00:1d.1: uhci_suspend
ACPI: PCI interrupt for device 0000:00:1d.1 disabled
uhci_hcd 0000:00:1d.1: --> PCI D0/legacy
uhci_hcd 0000:00:1d.0: uhci_suspend
ACPI: PCI interrupt for device 0000:00:1d.0 disabled
uhci_hcd 0000:00:1d.0: --> PCI D0/legacy
ACPI: PCI interrupt for device 0000:00:1b.0 disabled
Disabling non-boot CPUs ...
CPU 1 is now offline
SMP alternatives: switching to UP code
CPU1 is down
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU0: Intel P4/Xeon Extended MCE MSRs (24) available
CPU0: Thermal monitoring enabled
Back to C!
Enabling non-boot CPUs ...
SMP alternatives: switching to SMP code
Booting processor 1/1 eip 3000
Initializing CPU#1
Calibrating delay using timer specific routine.. 6004.38 BogoMIPS (lpj=10003811)
CPU: After generic identify, caps: bfebfbff 20100000 00000000 00000000 0000e49d 00000000 00000001 00000000
monitor/mwait feature present.
CPU: Trace cache: 12K uops, L1 D cache: 16K
CPU: L2 cache: 2048K
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 1
CPU: After all inits, caps: bfebfbff 20100000 00000000 0000b180 0000e49d 00000000 00000001 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#1.
CPU1: Intel P4/Xeon Extended MCE MSRs (24) available
CPU1: Thermal monitoring enabled
CPU1: Intel(R) Pentium(R) D CPU 3.00GHz stepping 05
CPU1 is up
ACPI: Unable to turn cooling device [dfe0cdc8] 'off'
Switched to high resolution mode on CPU 1
ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 19
PM: Writing back config space on device 0000:00:1b.0 at offset f (was 100, writing 105)
PM: Writing back config space on device 0000:00:1b.0 at offset 4 (was 4, writing fdff8004)
PM: Writing back config space on device 0000:00:1b.0 at offset 3 (was 0, writing 8)
PM: Writing back config space on device 0000:00:1b.0 at offset 1 (was 100000, writing 100002)
ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 16 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:00:1b.0 to 64
uhci_hcd 0000:00:1d.0: PCI legacy resume
ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:00:1d.0 to 64
uhci_hcd 0000:00:1d.0: uhci_resume
uhci_hcd 0000:00:1d.1: PCI legacy resume
ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 18
PCI: Setting latency timer of device 0000:00:1d.1 to 64
uhci_hcd 0000:00:1d.1: uhci_resume
uhci_hcd 0000:00:1d.2: PCI legacy resume
ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:1d.2 to 64
uhci_hcd 0000:00:1d.2: uhci_resume
uhci_hcd 0000:00:1d.3: PCI legacy resume
ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:00:1d.3 to 64
uhci_hcd 0000:00:1d.3: uhci_resume
ehci_hcd 0000:00:1d.7: resume from PCI D3
PCI: Enabling device 0000:00:1d.7 (0000 -> 0002)
ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:00:1d.7 to 64
PM: Writing back config space on device 0000:00:1d.7 at offset f (was 100, writing 107)
PM: Writing back config space on device 0000:00:1d.7 at offset 4 (was 0, writing fdfff000)
PCI: Setting latency timer of device 0000:00:1e.0 to 64
PM: Writing back config space on device 0000:00:1f.1 at offset 8 (was f001, writing fa01)
ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:1f.1 to 64
ata2: port disabled. ignoring.
ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 18
PCI: Setting latency timer of device 0000:00:1f.2 to 64
pnp: Failed to activate device 00:07.
pnp: Failed to activate device 00:08.
e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
ata4: SATA link down (SStatus 0 SControl 300)
ata6: SATA link down (SStatus 0 SControl 300)
ata5: SATA link down (SStatus 0 SControl 300)
ata1.00: configured for UDMA/33
usb usb1: usb resume
usb usb1: wakeup_rh
hub 1-0:1.0: hub_resume
usb usb2: usb resume
ehci_hcd 0000:00:1d.7: resume root hub
hub 2-0:1.0: hub_resume
usb 2-1: usb resume
ehci_hcd 0000:00:1d.7: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
usb 2-1: finish resume
usb 2-7: usb resume
ehci_hcd 0000:00:1d.7: GetStatus port 7 status 001005 POWER sig=se0 PE CONNECT
usb 2-7: finish resume
sd 2:0:0:0: [sda] Starting disk
usb usb1: suspend_rh (auto-stop)
ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata3.00: configured for UDMA/100
sd 2:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
sd 2:0:0:0: [sda] Write Protect is off
sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
usb usb3: usb resume
usb usb3: wakeup_rh
hub 3-0:1.0: hub_resume
usb usb4: usb resume
usb usb4: wakeup_rh
hub 4-0:1.0: hub_resume
usb usb5: usb resume
usb usb5: wakeup_rh
hub 5-0:1.0: hub_resume
usb 2-6: usb resume
ehci_hcd 0000:00:1d.7: GetStatus port 6 status 001005 POWER sig=se0 PE CONNECT
usb 2-6: finish resume
Restarting tasks ... <7>hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0000
hub 2-0:1.0: state 7 ports 8 chg 0000 evt 0000
hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0000
done.
usb usb3: suspend_rh (auto-stop)
usb usb4: suspend_rh (auto-stop)
usb usb5: suspend_rh (auto-stop)
hub 1-0:1.0: hub_suspend
usb usb1: bus auto-suspend
usb usb1: suspend_rh
hub 3-0:1.0: hub_suspend
usb usb3: bus auto-suspend
usb usb3: suspend_rh
hub 4-0:1.0: hub_suspend
usb usb4: bus auto-suspend
usb usb4: suspend_rh
hub 5-0:1.0: hub_suspend
usb usb5: bus auto-suspend
usb usb5: suspend_rh
Stopping tasks ... done.
Suspending console(s)
usb 2-6: usb suspend
sd 2:0:0:0: [sda] Synchronizing SCSI cache
sd 2:0:0:0: [sda] Stopping disk
usb 2-7: usb suspend
usb 2-1: usb suspend
hub 2-0:1.0: hub_suspend
usb usb2: bus suspend
ehci_hcd 0000:00:1d.7: suspend root hub
ACPI handle has no context!
ACPI handle has no context!
ACPI: PCI interrupt for device 0000:00:1f.2 disabled
ACPI: PCI interrupt for device 0000:00:1f.1 disabled
ACPI: PCI interrupt for device 0000:00:1d.7 disabled
ehci_hcd 0000:00:1d.7: --> PCI D3/wakeup
uhci_hcd 0000:00:1d.3: uhci_suspend
ACPI: PCI interrupt for device 0000:00:1d.3 disabled
uhci_hcd 0000:00:1d.3: --> PCI D0/legacy
uhci_hcd 0000:00:1d.2: uhci_suspend
ACPI: PCI interrupt for device 0000:00:1d.2 disabled
uhci_hcd 0000:00:1d.2: --> PCI D0/legacy
uhci_hcd 0000:00:1d.1: uhci_suspend
ACPI: PCI interrupt for device 0000:00:1d.1 disabled
uhci_hcd 0000:00:1d.1: --> PCI D0/legacy
uhci_hcd 0000:00:1d.0: uhci_suspend
ACPI: PCI interrupt for device 0000:00:1d.0 disabled
uhci_hcd 0000:00:1d.0: --> PCI D0/legacy
ACPI: PCI interrupt for device 0000:00:1b.0 disabled
Disabling non-boot CPUs ...
CPU 1 is now offline
SMP alternatives: switching to UP code
CPU1 is down
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU0: Intel P4/Xeon Extended MCE MSRs (24) available
CPU0: Thermal monitoring enabled
Back to C!
Enabling non-boot CPUs ...
SMP alternatives: switching to SMP code
Booting processor 1/1 eip 3000
Initializing CPU#1
Calibrating delay using timer specific routine.. 6004.35 BogoMIPS (lpj=10003766)
CPU: After generic identify, caps: bfebfbff 20100000 00000000 00000000 0000e49d 00000000 00000001 00000000
monitor/mwait feature present.
CPU: Trace cache: 12K uops, L1 D cache: 16K
CPU: L2 cache: 2048K
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 1
CPU: After all inits, caps: bfebfbff 20100000 00000000 0000b180 0000e49d 00000000 00000001 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#1.
CPU1: Intel P4/Xeon Extended MCE MSRs (24) available
CPU1: Thermal monitoring enabled
CPU1: Intel(R) Pentium(R) D CPU 3.00GHz stepping 05
CPU1 is up
ACPI: Unable to turn cooling device [dfe0cdc8] 'off'
Switched to high resolution mode on CPU 1
ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 19
PM: Writing back config space on device 0000:00:1b.0 at offset f (was 100, writing 105)
PM: Writing back config space on device 0000:00:1b.0 at offset 4 (was 4, writing fdff8004)
PM: Writing back config space on device 0000:00:1b.0 at offset 3 (was 0, writing 8)
PM: Writing back config space on device 0000:00:1b.0 at offset 1 (was 100000, writing 100002)
ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 16 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:00:1b.0 to 64
uhci_hcd 0000:00:1d.0: PCI legacy resume
ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:00:1d.0 to 64
uhci_hcd 0000:00:1d.0: uhci_resume
uhci_hcd 0000:00:1d.1: PCI legacy resume
ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 18
PCI: Setting latency timer of device 0000:00:1d.1 to 64
uhci_hcd 0000:00:1d.1: uhci_resume
uhci_hcd 0000:00:1d.2: PCI legacy resume
ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:1d.2 to 64
uhci_hcd 0000:00:1d.2: uhci_resume
uhci_hcd 0000:00:1d.3: PCI legacy resume
ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:00:1d.3 to 64
uhci_hcd 0000:00:1d.3: uhci_resume
ehci_hcd 0000:00:1d.7: resume from PCI D3
PCI: Enabling device 0000:00:1d.7 (0000 -> 0002)
ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:00:1d.7 to 64
PM: Writing back config space on device 0000:00:1d.7 at offset f (was 100, writing 107)
PM: Writing back config space on device 0000:00:1d.7 at offset 4 (was 0, writing fdfff000)
PCI: Setting latency timer of device 0000:00:1e.0 to 64
PM: Writing back config space on device 0000:00:1f.1 at offset 8 (was f001, writing fa01)
ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:1f.1 to 64
ata2: port disabled. ignoring.
ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 18
PCI: Setting latency timer of device 0000:00:1f.2 to 64
pnp: Failed to activate device 00:07.
pnp: Failed to activate device 00:08.
e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
ata5: SATA link down (SStatus 0 SControl 300)
ata4: SATA link down (SStatus 0 SControl 300)
ata6: SATA link down (SStatus 0 SControl 300)
ata1.00: configured for UDMA/33
usb usb1: usb resume
usb usb1: wakeup_rh
hub 1-0:1.0: hub_resume
usb usb2: usb resume
ehci_hcd 0000:00:1d.7: resume root hub
hub 2-0:1.0: hub_resume
usb 2-1: usb resume
ehci_hcd 0000:00:1d.7: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
usb 2-1: finish resume
usb 2-7: usb resume
ehci_hcd 0000:00:1d.7: GetStatus port 7 status 001005 POWER sig=se0 PE CONNECT
usb 2-7: finish resume
sd 2:0:0:0: [sda] Starting disk
usb usb1: suspend_rh (auto-stop)
ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata3.00: configured for UDMA/100
sd 2:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
sd 2:0:0:0: [sda] Write Protect is off
sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
usb usb3: usb resume
usb usb3: wakeup_rh
hub 3-0:1.0: hub_resume
usb usb4: usb resume
usb usb4: wakeup_rh
hub 4-0:1.0: hub_resume
usb usb5: usb resume
usb usb5: wakeup_rh
hub 5-0:1.0: hub_resume
ehci_hcd 0000:00:1d.7: GetStatus port 6 status 001803 POWER sig=j CSC CONNECT
hub 2-0:1.0: port 6 status 0001.0501 after resume, 0
usb 2-6: can't resume, status -19
hub 2-0:1.0: logical disconnect on port 6
Restarting tasks ... <7>hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0000
done.
hub 2-0:1.0: state 7 ports 8 chg 0040 evt 0000
hub 2-0:1.0: port 6, status 0501, change 0000, 480 Mb/s
usb 2-6: USB disconnect, address 8
usb 2-6: unregistering device
usb 2-6: usb_disable_device nuking all URBs
usb 2-6: unregistering interface 2-6:1.0
usb_endpoint usbdev2.8_ep81: ep_device_release called for usbdev2.8_ep81
usb_endpoint usbdev2.8_ep02: ep_device_release called for usbdev2.8_ep02
scsi 12:0:0:0: rejecting I/O to dead device
scsi 12:0:0:0: rejecting I/O to dead device
scsi 12:0:0:0: [sdb] READ CAPACITY failed
scsi 12:0:0:0: [sdb] Result: hostbyte=0x01 driverbyte=0x00
scsi 12:0:0:0: [sdb] Sense not available.
scsi 12:0:0:0: rejecting I/O to dead device
scsi 12:0:0:0: [sdb] Write Protect is off
scsi 12:0:0:0: [sdb] Mode Sense: 00 00 00 00
scsi 12:0:0:0: [sdb] Assuming drive cache: write through
usb 2-6:1.0: uevent
usb 2-6:1.0: uevent
usb_endpoint usbdev2.8_ep00: ep_device_release called for usbdev2.8_ep00
usb 2-6: uevent
scsi 12:0:0:0: rejecting I/O to dead device
scsi 12:0:0:0: rejecting I/O to dead device
scsi 12:0:0:0: rejecting I/O to dead device
scsi 12:0:0:0: rejecting I/O to dead device
scsi 12:0:0:0: rejecting I/O to dead device
scsi 12:0:0:0: rejecting I/O to dead device
scsi 12:0:0:0: rejecting I/O to dead device
scsi 12:0:0:0: rejecting I/O to dead device
scsi 12:0:0:0: rejecting I/O to dead device
FAT: Directory bread(block 11838) failed
scsi 12:0:0:0: rejecting I/O to dead device
FAT: Directory bread(block 11839) failed
scsi 12:0:0:0: rejecting I/O to dead device
FAT: Directory bread(block 11840) failed
scsi 12:0:0:0: rejecting I/O to dead device
FAT: Directory bread(block 11841) failed
scsi 12:0:0:0: rejecting I/O to dead device
FAT: Directory bread(block 11842) failed
scsi 12:0:0:0: rejecting I/O to dead device
FAT: Directory bread(block 11843) failed
scsi 12:0:0:0: rejecting I/O to dead device
FAT: Directory bread(block 11844) failed
scsi 12:0:0:0: rejecting I/O to dead device
FAT: Directory bread(block 11845) failed
ehci_hcd 0000:00:1d.7: port 6 high speed
ehci_hcd 0000:00:1d.7: GetStatus port 6 status 001005 POWER sig=se0 PE CONNECT
usb 2-6: new high speed USB device using ehci_hcd and address 9
ehci_hcd 0000:00:1d.7: port 6 high speed
ehci_hcd 0000:00:1d.7: GetStatus port 6 status 001005 POWER sig=se0 PE CONNECT
usb 2-6: default language 0x0409
usb 2-6: new device strings: Mfr=1, Product=2, SerialNumber=3
usb 2-6: Product: Flash Disk
usb 2-6: Manufacturer: USB 2.0
usb 2-6: SerialNumber: AA04012700008519
usb 2-6: uevent
usb 2-6: usb_probe_device
usb 2-6: configuration #1 chosen from 1 choice
usb 2-6: adding 2-6:1.0 (config #1, interface 0)
usb 2-6:1.0: uevent
usb 2-6:1.0: uevent
usb-storage 2-6:1.0: usb_probe_interface
usb-storage 2-6:1.0: usb_probe_interface - got id
scsi13 : SCSI emulation for USB Mass Storage devices
drivers/usb/core/inode.c: creating file '009'
hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0000
usb-storage: device found at 9
usb-storage: waiting for device to settle before scanning
usb usb3: suspend_rh (auto-stop)
usb usb4: suspend_rh (auto-stop)
usb usb5: suspend_rh (auto-stop)
hub 1-0:1.0: hub_suspend
usb usb1: bus auto-suspend
usb usb1: suspend_rh
hub 3-0:1.0: hub_suspend
usb usb3: bus auto-suspend
usb usb3: suspend_rh
hub 4-0:1.0: hub_suspend
usb usb4: bus auto-suspend
usb usb4: suspend_rh
hub 5-0:1.0: hub_suspend
usb usb5: bus auto-suspend
usb usb5: suspend_rh
scsi 13:0:0:0: Direct-Access     USB 2.0  Flash Disk       1100 PQ: 0 ANSI: 0 CCS
sd 13:0:0:0: [sdb] 7928832 512-byte hardware sectors (4060 MB)
sd 13:0:0:0: [sdb] Write Protect is off
sd 13:0:0:0: [sdb] Mode Sense: 43 00 00 00
sd 13:0:0:0: [sdb] Assuming drive cache: write through
sd 13:0:0:0: [sdb] 7928832 512-byte hardware sectors (4060 MB)
sd 13:0:0:0: [sdb] Write Protect is off
sd 13:0:0:0: [sdb] Mode Sense: 43 00 00 00
sd 13:0:0:0: [sdb] Assuming drive cache: write through
 sdb: sdb1 sdb2
sd 13:0:0:0: [sdb] Attached SCSI removable disk
sd 13:0:0:0: Attached scsi generic sg3 type 0
usb-storage: device scan complete
Stopping tasks ... done.
Suspending console(s)
usb 2-6: usb suspend
sd 2:0:0:0: [sda] Synchronizing SCSI cache
sd 2:0:0:0: [sda] Stopping disk
usb 2-7: usb suspend
usb 2-1: usb suspend
hub 2-0:1.0: hub_suspend
usb usb2: bus suspend
ehci_hcd 0000:00:1d.7: suspend root hub
ACPI handle has no context!
ACPI handle has no context!
ACPI: PCI interrupt for device 0000:00:1f.2 disabled
ACPI: PCI interrupt for device 0000:00:1f.1 disabled
ACPI: PCI interrupt for device 0000:00:1d.7 disabled
ehci_hcd 0000:00:1d.7: --> PCI D3/wakeup
uhci_hcd 0000:00:1d.3: uhci_suspend
ACPI: PCI interrupt for device 0000:00:1d.3 disabled
uhci_hcd 0000:00:1d.3: --> PCI D0/legacy
uhci_hcd 0000:00:1d.2: uhci_suspend
ACPI: PCI interrupt for device 0000:00:1d.2 disabled
uhci_hcd 0000:00:1d.2: --> PCI D0/legacy
uhci_hcd 0000:00:1d.1: uhci_suspend
ACPI: PCI interrupt for device 0000:00:1d.1 disabled
uhci_hcd 0000:00:1d.1: --> PCI D0/legacy
uhci_hcd 0000:00:1d.0: uhci_suspend
ACPI: PCI interrupt for device 0000:00:1d.0 disabled
uhci_hcd 0000:00:1d.0: --> PCI D0/legacy
ACPI: PCI interrupt for device 0000:00:1b.0 disabled
Disabling non-boot CPUs ...
CPU 1 is now offline
SMP alternatives: switching to UP code
CPU1 is down
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU0: Intel P4/Xeon Extended MCE MSRs (24) available
CPU0: Thermal monitoring enabled
Back to C!
Enabling non-boot CPUs ...
SMP alternatives: switching to SMP code
Booting processor 1/1 eip 3000
Initializing CPU#1
Calibrating delay using timer specific routine.. 6004.34 BogoMIPS (lpj=10003759)
CPU: After generic identify, caps: bfebfbff 20100000 00000000 00000000 0000e49d 00000000 00000001 00000000
monitor/mwait feature present.
CPU: Trace cache: 12K uops, L1 D cache: 16K
CPU: L2 cache: 2048K
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 1
CPU: After all inits, caps: bfebfbff 20100000 00000000 0000b180 0000e49d 00000000 00000001 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#1.
CPU1: Intel P4/Xeon Extended MCE MSRs (24) available
CPU1: Thermal monitoring enabled
CPU1: Intel(R) Pentium(R) D CPU 3.00GHz stepping 05
CPU1 is up
ACPI: Unable to turn cooling device [dfe0cdc8] 'off'
Switched to high resolution mode on CPU 1
ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 19
PM: Writing back config space on device 0000:00:1b.0 at offset f (was 100, writing 105)
PM: Writing back config space on device 0000:00:1b.0 at offset 4 (was 4, writing fdff8004)
PM: Writing back config space on device 0000:00:1b.0 at offset 3 (was 0, writing 8)
PM: Writing back config space on device 0000:00:1b.0 at offset 1 (was 100000, writing 100002)
ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 16 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:00:1b.0 to 64
uhci_hcd 0000:00:1d.0: PCI legacy resume
ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:00:1d.0 to 64
uhci_hcd 0000:00:1d.0: uhci_resume
uhci_hcd 0000:00:1d.1: PCI legacy resume
ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 18
PCI: Setting latency timer of device 0000:00:1d.1 to 64
uhci_hcd 0000:00:1d.1: uhci_resume
uhci_hcd 0000:00:1d.2: PCI legacy resume
ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:1d.2 to 64
uhci_hcd 0000:00:1d.2: uhci_resume
uhci_hcd 0000:00:1d.3: PCI legacy resume
ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:00:1d.3 to 64
uhci_hcd 0000:00:1d.3: uhci_resume
ehci_hcd 0000:00:1d.7: resume from PCI D3
PCI: Enabling device 0000:00:1d.7 (0000 -> 0002)
ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:00:1d.7 to 64
PM: Writing back config space on device 0000:00:1d.7 at offset f (was 100, writing 107)
PM: Writing back config space on device 0000:00:1d.7 at offset 4 (was 0, writing fdfff000)
PCI: Setting latency timer of device 0000:00:1e.0 to 64
PM: Writing back config space on device 0000:00:1f.1 at offset 8 (was f001, writing fa01)
ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:1f.1 to 64
ata2: port disabled. ignoring.
ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 18
PCI: Setting latency timer of device 0000:00:1f.2 to 64
pnp: Failed to activate device 00:07.
pnp: Failed to activate device 00:08.
e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
ata4: SATA link down (SStatus 0 SControl 300)
ata6: SATA link down (SStatus 0 SControl 300)
ata5: SATA link down (SStatus 0 SControl 300)
ata1.00: configured for UDMA/33
usb usb1: usb resume
usb usb1: wakeup_rh
hub 1-0:1.0: hub_resume
usb usb2: usb resume
ehci_hcd 0000:00:1d.7: resume root hub
hub 2-0:1.0: hub_resume
usb 2-1: usb resume
ehci_hcd 0000:00:1d.7: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
usb 2-1: finish resume
usb 2-7: usb resume
ehci_hcd 0000:00:1d.7: GetStatus port 7 status 001005 POWER sig=se0 PE CONNECT
usb 2-7: finish resume
sd 2:0:0:0: [sda] Starting disk
usb usb1: suspend_rh (auto-stop)
ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata3.00: configured for UDMA/100
sd 2:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
sd 2:0:0:0: [sda] Write Protect is off
sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
usb usb3: usb resume
usb usb3: wakeup_rh
hub 3-0:1.0: hub_resume
usb usb4: usb resume
usb usb4: wakeup_rh
hub 4-0:1.0: hub_resume
usb usb5: usb resume
usb usb5: wakeup_rh
hub 5-0:1.0: hub_resume
usb 2-6: usb resume
ehci_hcd 0000:00:1d.7: GetStatus port 6 status 001005 POWER sig=se0 PE CONNECT
usb 2-6: finish resume
Restarting tasks ... <7>hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0000
hub 2-0:1.0: state 7 ports 8 chg 0000 evt 0000
hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0000
done.
usb usb3: suspend_rh (auto-stop)
usb usb4: suspend_rh (auto-stop)
usb usb5: suspend_rh (auto-stop)
hub 1-0:1.0: hub_suspend
usb usb1: bus auto-suspend
usb usb1: suspend_rh
hub 3-0:1.0: hub_suspend
usb usb3: bus auto-suspend
usb usb3: suspend_rh
hub 4-0:1.0: hub_suspend
usb usb4: bus auto-suspend
usb usb4: suspend_rh
hub 5-0:1.0: hub_suspend
usb usb5: bus auto-suspend
usb usb5: suspend_rh
PI: Unable to turn cooling device [dfe0cdc8] 'off'
Switched to high resolution mode on CPU 1
ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 19
PM: Writing back config space on device 0000:00:1b.0 at offset f (was 100, writing 105)
PM: Writing back config space on device 0000:00:1b.0 at offset 4 (was 4, writing fdff8004)
PM: Writing back config space on device 0000:00:1b.0 at offset 3 (was 0, writing 8)
PM: Writing back config space on device 0000:00:1b.0 at offset 1 (was 100000, writing 100002)
ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 16 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:00:1b.0 to 64
uhci_hcd 0000:00:1d.0: PCI legacy resume
ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:00:1d.0 to 64
uhci_hcd 0000:00:1d.0: uhci_resume
uhci_hcd 0000:00:1d.1: PCI legacy resume
ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 18
PCI: Setting latency timer of device 0000:00:1d.1 to 64
uhci_hcd 0000:00:1d.1: uhci_resume
uhci_hcd 0000:00:1d.2: PCI legacy resume
ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:1d.2 to 64
uhci_hcd 0000:00:1d.2: uhci_resume
uhci_hcd 0000:00:1d.3: PCI legacy resume
ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:00:1d.3 to 64
uhci_hcd 0000:00:1d.3: uhci_resume
ehci_hcd 0000:00:1d.7: resume from PCI D3
PCI: Enabling device 0000:00:1d.7 (0000 -> 0002)
ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:00:1d.7 to 64
PM: Writing back config space on device 0000:00:1d.7 at offset f (was 100, writing 107)
PM: Writing back config space on device 0000:00:1d.7 at offset 4 (was 0, writing fdfff000)
PCI: Setting latency timer of device 0000:00:1e.0 to 64
PM: Writing back config space on device 0000:00:1f.1 at offset 8 (was f001, writing fa01)
ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:1f.1 to 64
ata2: port disabled. ignoring.
ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 18
PCI: Setting latency timer of device 0000:00:1f.2 to 64
pnp: Failed to activate device 00:07.
pnp: Failed to activate device 00:08.
e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
ata4: SATA link down (SStatus 0 SControl 300)
ata6: SATA link down (SStatus 0 SControl 300)
ata5: SATA link down (SStatus 0 SControl 300)
ata1.00: configured for UDMA/33
usb usb1: usb resume
usb usb1: wakeup_rh
hub 1-0:1.0: hub_resume
usb usb2: usb resume
ehci_hcd 0000:00:1d.7: resume root hub
hub 2-0:1.0: hub_resume
usb 2-1: usb resume
ehci_hcd 0000:00:1d.7: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
usb 2-1: finish resume
usb 2-7: usb resume
ehci_hcd 0000:00:1d.7: GetStatus port 7 status 001005 POWER sig=se0 PE CONNECT
usb 2-7: finish resume
sd 2:0:0:0: [sda] Starting disk
usb usb1: suspend_rh (auto-stop)
ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata3.00: configured for UDMA/100
sd 2:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
sd 2:0:0:0: [sda] Write Protect is off
sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
usb usb3: usb resume
usb usb3: wakeup_rh
hub 3-0:1.0: hub_resume
usb usb4: usb resume
usb usb4: wakeup_rh
hub 4-0:1.0: hub_resume
usb usb5: usb resume
usb usb5: wakeup_rh
hub 5-0:1.0: hub_resume
usb 2-6: usb resume
ehci_hcd 0000:00:1d.7: GetStatus port 6 status 001005 POWER sig=se0 PE CONNECT
usb 2-6: finish resume
Restarting tasks ... <7>hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0000
hub 2-0:1.0: state 7 ports 8 chg 0000 evt 0000
hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0000
done.
usb usb3: suspend_rh (auto-stop)
usb usb4: suspend_rh (auto-stop)
usb usb5: suspend_rh (auto-stop)
hub 1-0:1.0: hub_suspend
usb usb1: bus auto-suspend
usb usb1: suspend_rh
hub 3-0:1.0: hub_suspend
usb usb3: bus auto-suspend
usb usb3: suspend_rh
hub 4-0:1.0: hub_suspend
usb usb4: bus auto-suspend
usb usb4: suspend_rh
hub 5-0:1.0: hub_suspend
usb usb5: bus auto-suspend
usb usb5: suspend_rh
Stopping tasks ... done.
Suspending console(s)
usb 2-6: usb suspend
sd 2:0:0:0: [sda] Synchronizing SCSI cache
sd 2:0:0:0: [sda] Stopping disk
usb 2-7: usb suspend
usb 2-1: usb suspend
hub 2-0:1.0: hub_suspend
usb usb2: bus suspend
ehci_hcd 0000:00:1d.7: suspend root hub
ACPI handle has no context!
ACPI handle has no context!
ACPI: PCI interrupt for device 0000:00:1f.2 disabled
ACPI: PCI interrupt for device 0000:00:1f.1 disabled
ACPI: PCI interrupt for device 0000:00:1d.7 disabled
ehci_hcd 0000:00:1d.7: --> PCI D3/wakeup
uhci_hcd 0000:00:1d.3: uhci_suspend
ACPI: PCI interrupt for device 0000:00:1d.3 disabled
uhci_hcd 0000:00:1d.3: --> PCI D0/legacy
uhci_hcd 0000:00:1d.2: uhci_suspend
ACPI: PCI interrupt for device 0000:00:1d.2 disabled
uhci_hcd 0000:00:1d.2: --> PCI D0/legacy
uhci_hcd 0000:00:1d.1: uhci_suspend
ACPI: PCI interrupt for device 0000:00:1d.1 disabled
uhci_hcd 0000:00:1d.1: --> PCI D0/legacy
uhci_hcd 0000:00:1d.0: uhci_suspend
ACPI: PCI interrupt for device 0000:00:1d.0 disabled
uhci_hcd 0000:00:1d.0: --> PCI D0/legacy
ACPI: PCI interrupt for device 0000:00:1b.0 disabled
Disabling non-boot CPUs ...
CPU 1 is now offline
SMP alternatives: switching to UP code
CPU1 is down
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU0: Intel P4/Xeon Extended MCE MSRs (24) available
CPU0: Thermal monitoring enabled
Back to C!
Enabling non-boot CPUs ...
SMP alternatives: switching to SMP code
Booting processor 1/1 eip 3000
Initializing CPU#1
Calibrating delay using timer specific routine.. 6004.35 BogoMIPS (lpj=10003766)
CPU: After generic identify, caps: bfebfbff 20100000 00000000 00000000 0000e49d 00000000 00000001 00000000
monitor/mwait feature present.
CPU: Trace cache: 12K uops, L1 D cache: 16K
CPU: L2 cache: 2048K
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 1
CPU: After all inits, caps: bfebfbff 20100000 00000000 0000b180 0000e49d 00000000 00000001 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#1.
CPU1: Intel P4/Xeon Extended MCE MSRs (24) available
CPU1: Thermal monitoring enabled
CPU1: Intel(R) Pentium(R) D CPU 3.00GHz stepping 05
CPU1 is up
ACPI: Unable to turn cooling device [dfe0cdc8] 'off'
Switched to high resolution mode on CPU 1
ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 19
PM: Writing back config space on device 0000:00:1b.0 at offset f (was 100, writing 105)
PM: Writing back config space on device 0000:00:1b.0 at offset 4 (was 4, writing fdff8004)
PM: Writing back config space on device 0000:00:1b.0 at offset 3 (was 0, writing 8)
PM: Writing back config space on device 0000:00:1b.0 at offset 1 (was 100000, writing 100002)
ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 16 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:00:1b.0 to 64
uhci_hcd 0000:00:1d.0: PCI legacy resume
ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:00:1d.0 to 64
uhci_hcd 0000:00:1d.0: uhci_resume
uhci_hcd 0000:00:1d.1: PCI legacy resume
ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 18
PCI: Setting latency timer of device 0000:00:1d.1 to 64
uhci_hcd 0000:00:1d.1: uhci_resume
uhci_hcd 0000:00:1d.2: PCI legacy resume
ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:1d.2 to 64
uhci_hcd 0000:00:1d.2: uhci_resume
uhci_hcd 0000:00:1d.3: PCI legacy resume
ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:00:1d.3 to 64
uhci_hcd 0000:00:1d.3: uhci_resume
ehci_hcd 0000:00:1d.7: resume from PCI D3
PCI: Enabling device 0000:00:1d.7 (0000 -> 0002)
ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:00:1d.7 to 64
PM: Writing back config space on device 0000:00:1d.7 at offset f (was 100, writing 107)
PM: Writing back config space on device 0000:00:1d.7 at offset 4 (was 0, writing fdfff000)
PCI: Setting latency timer of device 0000:00:1e.0 to 64
PM: Writing back config space on device 0000:00:1f.1 at offset 8 (was f001, writing fa01)
ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:1f.1 to 64
ata2: port disabled. ignoring.
ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 18
PCI: Setting latency timer of device 0000:00:1f.2 to 64
pnp: Failed to activate device 00:07.
pnp: Failed to activate device 00:08.
e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
ata5: SATA link down (SStatus 0 SControl 300)
ata4: SATA link down (SStatus 0 SControl 300)
ata6: SATA link down (SStatus 0 SControl 300)
ata1.00: configured for UDMA/33
usb usb1: usb resume
usb usb1: wakeup_rh
hub 1-0:1.0: hub_resume
usb usb2: usb resume
ehci_hcd 0000:00:1d.7: resume root hub
hub 2-0:1.0: hub_resume
usb 2-1: usb resume
ehci_hcd 0000:00:1d.7: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
usb 2-1: finish resume
usb 2-7: usb resume
ehci_hcd 0000:00:1d.7: GetStatus port 7 status 001005 POWER sig=se0 PE CONNECT
usb 2-7: finish resume
sd 2:0:0:0: [sda] Starting disk
usb usb1: suspend_rh (auto-stop)
ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata3.00: configured for UDMA/100
sd 2:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
sd 2:0:0:0: [sda] Write Protect is off
sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
usb usb3: usb resume
usb usb3: wakeup_rh
hub 3-0:1.0: hub_resume
usb usb4: usb resume
usb usb4: wakeup_rh
hub 4-0:1.0: hub_resume
usb usb5: usb resume
usb usb5: wakeup_rh
hub 5-0:1.0: hub_resume
ehci_hcd 0000:00:1d.7: GetStatus port 6 status 001803 POWER sig=j CSC CONNECT
hub 2-0:1.0: port 6 status 0001.0501 after resume, 0
usb 2-6: can't resume, status -19
hub 2-0:1.0: logical disconnect on port 6
Restarting tasks ... <7>hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0000
done.
hub 2-0:1.0: state 7 ports 8 chg 0040 evt 0000
hub 2-0:1.0: port 6, status 0501, change 0000, 480 Mb/s
usb 2-6: USB disconnect, address 8
usb 2-6: unregistering device
usb 2-6: usb_disable_device nuking all URBs
usb 2-6: unregistering interface 2-6:1.0
usb_endpoint usbdev2.8_ep81: ep_device_release called for usbdev2.8_ep81
usb_endpoint usbdev2.8_ep02: ep_device_release called for usbdev2.8_ep02
scsi 12:0:0:0: rejecting I/O to dead device
scsi 12:0:0:0: rejecting I/O to dead device
scsi 12:0:0:0: [sdb] READ CAPACITY failed
scsi 12:0:0:0: [sdb] Result: hostbyte=0x01 driverbyte=0x00
scsi 12:0:0:0: [sdb] Sense not available.
scsi 12:0:0:0: rejecting I/O to dead device
scsi 12:0:0:0: [sdb] Write Protect is off
scsi 12:0:0:0: [sdb] Mode Sense: 00 00 00 00
scsi 12:0:0:0: [sdb] Assuming drive cache: write through
usb 2-6:1.0: uevent
usb 2-6:1.0: uevent
usb_endpoint usbdev2.8_ep00: ep_device_release called for usbdev2.8_ep00
usb 2-6: uevent
scsi 12:0:0:0: rejecting I/O to dead device
scsi 12:0:0:0: rejecting I/O to dead device
scsi 12:0:0:0: rejecting I/O to dead device
scsi 12:0:0:0: rejecting I/O to dead device
scsi 12:0:0:0: rejecting I/O to dead device
scsi 12:0:0:0: rejecting I/O to dead device
scsi 12:0:0:0: rejecting I/O to dead device
scsi 12:0:0:0: rejecting I/O to dead device
scsi 12:0:0:0: rejecting I/O to dead device
FAT: Directory bread(block 11838) failed
scsi 12:0:0:0: rejecting I/O to dead device
FAT: Directory bread(block 11839) failed
scsi 12:0:0:0: rejecting I/O to dead device
FAT: Directory bread(block 11840) failed
scsi 12:0:0:0: rejecting I/O to dead device
FAT: Directory bread(block 11841) failed
scsi 12:0:0:0: rejecting I/O to dead device
FAT: Directory bread(block 11842) failed
scsi 12:0:0:0: rejecting I/O to dead device
FAT: Directory bread(block 11843) failed
scsi 12:0:0:0: rejecting I/O to dead device
FAT: Directory bread(block 11844) failed
scsi 12:0:0:0: rejecting I/O to dead device
FAT: Directory bread(block 11845) failed
ehci_hcd 0000:00:1d.7: port 6 high speed
ehci_hcd 0000:00:1d.7: GetStatus port 6 status 001005 POWER sig=se0 PE CONNECT
usb 2-6: new high speed USB device using ehci_hcd and address 9
ehci_hcd 0000:00:1d.7: port 6 high speed
ehci_hcd 0000:00:1d.7: GetStatus port 6 status 001005 POWER sig=se0 PE CONNECT
usb 2-6: default language 0x0409
usb 2-6: new device strings: Mfr=1, Product=2, SerialNumber=3
usb 2-6: Product: Flash Disk
usb 2-6: Manufacturer: USB 2.0
usb 2-6: SerialNumber: AA04012700008519
usb 2-6: uevent
usb 2-6: usb_probe_device
usb 2-6: configuration #1 chosen from 1 choice
usb 2-6: adding 2-6:1.0 (config #1, interface 0)
usb 2-6:1.0: uevent
usb 2-6:1.0: uevent
usb-storage 2-6:1.0: usb_probe_interface
usb-storage 2-6:1.0: usb_probe_interface - got id
scsi13 : SCSI emulation for USB Mass Storage devices
drivers/usb/core/inode.c: creating file '009'
hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0000
usb-storage: device found at 9
usb-storage: waiting for device to settle before scanning
usb usb3: suspend_rh (auto-stop)
usb usb4: suspend_rh (auto-stop)
usb usb5: suspend_rh (auto-stop)
hub 1-0:1.0: hub_suspend
usb usb1: bus auto-suspend
usb usb1: suspend_rh
hub 3-0:1.0: hub_suspend
usb usb3: bus auto-suspend
usb usb3: suspend_rh
hub 4-0:1.0: hub_suspend
usb usb4: bus auto-suspend
usb usb4: suspend_rh
hub 5-0:1.0: hub_suspend
usb usb5: bus auto-suspend
usb usb5: suspend_rh
scsi 13:0:0:0: Direct-Access     USB 2.0  Flash Disk       1100 PQ: 0 ANSI: 0 CCS
sd 13:0:0:0: [sdb] 7928832 512-byte hardware sectors (4060 MB)
sd 13:0:0:0: [sdb] Write Protect is off
sd 13:0:0:0: [sdb] Mode Sense: 43 00 00 00
sd 13:0:0:0: [sdb] Assuming drive cache: write through
sd 13:0:0:0: [sdb] 7928832 512-byte hardware sectors (4060 MB)
sd 13:0:0:0: [sdb] Write Protect is off
sd 13:0:0:0: [sdb] Mode Sense: 43 00 00 00
sd 13:0:0:0: [sdb] Assuming drive cache: write through
 sdb: sdb1 sdb2
sd 13:0:0:0: [sdb] Attached SCSI removable disk
sd 13:0:0:0: Attached scsi generic sg3 type 0
usb-storage: device scan complete
Stopping tasks ... done.
Suspending console(s)
usb 2-6: usb suspend
sd 2:0:0:0: [sda] Synchronizing SCSI cache
sd 2:0:0:0: [sda] Stopping disk
usb 2-7: usb suspend
usb 2-1: usb suspend
hub 2-0:1.0: hub_suspend
usb usb2: bus suspend
ehci_hcd 0000:00:1d.7: suspend root hub
ACPI handle has no context!
ACPI handle has no context!
ACPI: PCI interrupt for device 0000:00:1f.2 disabled
ACPI: PCI interrupt for device 0000:00:1f.1 disabled
ACPI: PCI interrupt for device 0000:00:1d.7 disabled
ehci_hcd 0000:00:1d.7: --> PCI D3/wakeup
uhci_hcd 0000:00:1d.3: uhci_suspend
ACPI: PCI interrupt for device 0000:00:1d.3 disabled
uhci_hcd 0000:00:1d.3: --> PCI D0/legacy
uhci_hcd 0000:00:1d.2: uhci_suspend
ACPI: PCI interrupt for device 0000:00:1d.2 disabled
uhci_hcd 0000:00:1d.2: --> PCI D0/legacy
uhci_hcd 0000:00:1d.1: uhci_suspend
ACPI: PCI interrupt for device 0000:00:1d.1 disabled
uhci_hcd 0000:00:1d.1: --> PCI D0/legacy
uhci_hcd 0000:00:1d.0: uhci_suspend
ACPI: PCI interrupt for device 0000:00:1d.0 disabled
uhci_hcd 0000:00:1d.0: --> PCI D0/legacy
ACPI: PCI interrupt for device 0000:00:1b.0 disabled
Disabling non-boot CPUs ...
CPU 1 is now offline
SMP alternatives: switching to UP code
CPU1 is down
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU0: Intel P4/Xeon Extended MCE MSRs (24) available
CPU0: Thermal monitoring enabled
Back to C!
Enabling non-boot CPUs ...
SMP alternatives: switching to SMP code
Booting processor 1/1 eip 3000
Initializing CPU#1
Calibrating delay using timer specific routine.. 6004.34 BogoMIPS (lpj=10003759)
CPU: After generic identify, caps: bfebfbff 20100000 00000000 00000000 0000e49d 00000000 00000001 00000000
monitor/mwait feature present.
CPU: Trace cache: 12K uops, L1 D cache: 16K
CPU: L2 cache: 2048K
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 1
CPU: After all inits, caps: bfebfbff 20100000 00000000 0000b180 0000e49d 00000000 00000001 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#1.
CPU1: Intel P4/Xeon Extended MCE MSRs (24) available
CPU1: Thermal monitoring enabled
CPU1: Intel(R) Pentium(R) D CPU 3.00GHz stepping 05
CPU1 is up
ACPI: Unable to turn cooling device [dfe0cdc8] 'off'
Switched to high resolution mode on CPU 1
ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 19
PM: Writing back config space on device 0000:00:1b.0 at offset f (was 100, writing 105)
PM: Writing back config space on device 0000:00:1b.0 at offset 4 (was 4, writing fdff8004)
PM: Writing back config space on device 0000:00:1b.0 at offset 3 (was 0, writing 8)
PM: Writing back config space on device 0000:00:1b.0 at offset 1 (was 100000, writing 100002)
ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 16 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:00:1b.0 to 64
uhci_hcd 0000:00:1d.0: PCI legacy resume
ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:00:1d.0 to 64
uhci_hcd 0000:00:1d.0: uhci_resume
uhci_hcd 0000:00:1d.1: PCI legacy resume
ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 18
PCI: Setting latency timer of device 0000:00:1d.1 to 64
uhci_hcd 0000:00:1d.1: uhci_resume
uhci_hcd 0000:00:1d.2: PCI legacy resume
ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:1d.2 to 64
uhci_hcd 0000:00:1d.2: uhci_resume
uhci_hcd 0000:00:1d.3: PCI legacy resume
ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:00:1d.3 to 64
uhci_hcd 0000:00:1d.3: uhci_resume
ehci_hcd 0000:00:1d.7: resume from PCI D3
PCI: Enabling device 0000:00:1d.7 (0000 -> 0002)
ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:00:1d.7 to 64
PM: Writing back config space on device 0000:00:1d.7 at offset f (was 100, writing 107)
PM: Writing back config space on device 0000:00:1d.7 at offset 4 (was 0, writing fdfff000)
PCI: Setting latency timer of device 0000:00:1e.0 to 64
PM: Writing back config space on device 0000:00:1f.1 at offset 8 (was f001, writing fa01)
ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:1f.1 to 64
ata2: port disabled. ignoring.
ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 18
PCI: Setting latency timer of device 0000:00:1f.2 to 64
pnp: Failed to activate device 00:07.
pnp: Failed to activate device 00:08.
e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
ata4: SATA link down (SStatus 0 SControl 300)
ata6: SATA link down (SStatus 0 SControl 300)
ata5: SATA link down (SStatus 0 SControl 300)
ata1.00: configured for UDMA/33
usb usb1: usb resume
usb usb1: wakeup_rh
hub 1-0:1.0: hub_resume
usb usb2: usb resume
ehci_hcd 0000:00:1d.7: resume root hub
hub 2-0:1.0: hub_resume
usb 2-1: usb resume
ehci_hcd 0000:00:1d.7: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
usb 2-1: finish resume
usb 2-7: usb resume
ehci_hcd 0000:00:1d.7: GetStatus port 7 status 001005 POWER sig=se0 PE CONNECT
usb 2-7: finish resume
sd 2:0:0:0: [sda] Starting disk
usb usb1: suspend_rh (auto-stop)
ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata3.00: configured for UDMA/100
sd 2:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
sd 2:0:0:0: [sda] Write Protect is off
sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
usb usb3: usb resume
usb usb3: wakeup_rh
hub 3-0:1.0: hub_resume
usb usb4: usb resume
usb usb4: wakeup_rh
hub 4-0:1.0: hub_resume
usb usb5: usb resume
usb usb5: wakeup_rh
hub 5-0:1.0: hub_resume
usb 2-6: usb resume
ehci_hcd 0000:00:1d.7: GetStatus port 6 status 001005 POWER sig=se0 PE CONNECT
usb 2-6: finish resume
Restarting tasks ... <7>hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0000
hub 2-0:1.0: state 7 ports 8 chg 0000 evt 0000
hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0000
done.
usb usb3: suspend_rh (auto-stop)
usb usb4: suspend_rh (auto-stop)
usb usb5: suspend_rh (auto-stop)
hub 1-0:1.0: hub_suspend
usb usb1: bus auto-suspend
usb usb1: suspend_rh
hub 3-0:1.0: hub_suspend
usb usb3: bus auto-suspend
usb usb3: suspend_rh
hub 4-0:1.0: hub_suspend
usb usb4: bus auto-suspend
usb usb4: suspend_rh
hub 5-0:1.0: hub_suspend
usb usb5: bus auto-suspend
usb usb5: suspend_rh
Stopping tasks ... done.
Suspending console(s)
usb 2-6: usb suspend
sd 2:0:0:0: [sda] Synchronizing SCSI cache
sd 2:0:0:0: [sda] Stopping disk
usb 2-7: usb suspend
usb 2-1: usb suspend
hub 2-0:1.0: hub_suspend
usb usb2: bus suspend
ehci_hcd 0000:00:1d.7: suspend root hub
ACPI handle has no context!
ACPI handle has no context!
ACPI: PCI interrupt for device 0000:00:1f.2 disabled
ACPI: PCI interrupt for device 0000:00:1f.1 disabled
ACPI: PCI interrupt for device 0000:00:1d.7 disabled
ehci_hcd 0000:00:1d.7: --> PCI D3/wakeup
uhci_hcd 0000:00:1d.3: uhci_suspend
ACPI: PCI interrupt for device 0000:00:1d.3 disabled
uhci_hcd 0000:00:1d.3: --> PCI D0/legacy
uhci_hcd 0000:00:1d.2: uhci_suspend
ACPI: PCI interrupt for device 0000:00:1d.2 disabled
uhci_hcd 0000:00:1d.2: --> PCI D0/legacy
uhci_hcd 0000:00:1d.1: uhci_suspend
ACPI: PCI interrupt for device 0000:00:1d.1 disabled
uhci_hcd 0000:00:1d.1: --> PCI D0/legacy
uhci_hcd 0000:00:1d.0: uhci_suspend
ACPI: PCI interrupt for device 0000:00:1d.0 disabled
uhci_hcd 0000:00:1d.0: --> PCI D0/legacy
ACPI: PCI interrupt for device 0000:00:1b.0 disabled
Disabling non-boot CPUs ...
CPU 1 is now offline
SMP alternatives: switching to UP code
CPU1 is down
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU0: Intel P4/Xeon Extended MCE MSRs (24) available
CPU0: Thermal monitoring enabled
Back to C!
Enabling non-boot CPUs ...
SMP alternatives: switching to SMP code
Booting processor 1/1 eip 3000
Initializing CPU#1
Calibrating delay using timer specific routine.. 6004.36 BogoMIPS (lpj=10003778)
CPU: After generic identify, caps: bfebfbff 20100000 00000000 00000000 0000e49d 00000000 00000001 00000000
monitor/mwait feature present.
CPU: Trace cache: 12K uops, L1 D cache: 16K
CPU: L2 cache: 2048K
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 1
CPU: After all inits, caps: bfebfbff 20100000 00000000 0000b180 0000e49d 00000000 00000001 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#1.
CPU1: Intel P4/Xeon Extended MCE MSRs (24) available
CPU1: Thermal monitoring enabled
CPU1: Intel(R) Pentium(R) D CPU 3.00GHz stepping 05
CPU1 is up
ACPI: Unable to turn cooling device [dfe0cdc8] 'off'
Switched to high resolution mode on CPU 1
ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 19
PM: Writing back config space on device 0000:00:1b.0 at offset f (was 100, writing 105)
PM: Writing back config space on device 0000:00:1b.0 at offset 4 (was 4, writing fdff8004)
PM: Writing back config space on device 0000:00:1b.0 at offset 3 (was 0, writing 8)
PM: Writing back config space on device 0000:00:1b.0 at offset 1 (was 100000, writing 100002)
ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 16 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:00:1b.0 to 64
uhci_hcd 0000:00:1d.0: PCI legacy resume
ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:00:1d.0 to 64
uhci_hcd 0000:00:1d.0: uhci_resume
uhci_hcd 0000:00:1d.1: PCI legacy resume
ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 18
PCI: Setting latency timer of device 0000:00:1d.1 to 64
uhci_hcd 0000:00:1d.1: uhci_resume
uhci_hcd 0000:00:1d.2: PCI legacy resume
ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:1d.2 to 64
uhci_hcd 0000:00:1d.2: uhci_resume
uhci_hcd 0000:00:1d.3: PCI legacy resume
ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:00:1d.3 to 64
uhci_hcd 0000:00:1d.3: uhci_resume
ehci_hcd 0000:00:1d.7: resume from PCI D3
PCI: Enabling device 0000:00:1d.7 (0000 -> 0002)
ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:00:1d.7 to 64
PM: Writing back config space on device 0000:00:1d.7 at offset f (was 100, writing 107)
PM: Writing back config space on device 0000:00:1d.7 at offset 4 (was 0, writing fdfff000)
PCI: Setting latency timer of device 0000:00:1e.0 to 64
PM: Writing back config space on device 0000:00:1f.1 at offset 8 (was f001, writing fa01)
ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:1f.1 to 64
ata2: port disabled. ignoring.
ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 18
PCI: Setting latency timer of device 0000:00:1f.2 to 64
pnp: Failed to activate device 00:07.
pnp: Failed to activate device 00:08.
e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
ata5: SATA link down (SStatus 0 SControl 300)
ata4: SATA link down (SStatus 0 SControl 300)
ata6: SATA link down (SStatus 0 SControl 300)
ata1.00: configured for UDMA/33
usb usb1: usb resume
usb usb1: wakeup_rh
hub 1-0:1.0: hub_resume
usb usb2: usb resume
ehci_hcd 0000:00:1d.7: resume root hub
hub 2-0:1.0: hub_resume
usb 2-1: usb resume
ehci_hcd 0000:00:1d.7: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
usb 2-1: finish resume
usb 2-7: usb resume
ehci_hcd 0000:00:1d.7: GetStatus port 7 status 001005 POWER sig=se0 PE CONNECT
usb 2-7: finish resume
sd 2:0:0:0: [sda] Starting disk
usb usb1: suspend_rh (auto-stop)
ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata3.00: configured for UDMA/100
sd 2:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
sd 2:0:0:0: [sda] Write Protect is off
sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
usb usb3: usb resume
usb usb3: wakeup_rh
hub 3-0:1.0: hub_resume
usb usb4: usb resume
usb usb4: wakeup_rh
hub 4-0:1.0: hub_resume
usb usb5: usb resume
usb usb5: wakeup_rh
hub 5-0:1.0: hub_resume
ehci_hcd 0000:00:1d.7: GetStatus port 6 status 001803 POWER sig=j CSC CONNECT
hub 2-0:1.0: port 6 status 0001.0501 after resume, 0
usb 2-6: can't resume, status -19
hub 2-0:1.0: logical disconnect on port 6
Restarting tasks ... <7>hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0000
done.
hub 2-0:1.0: state 7 ports 8 chg 0040 evt 0000
hub 2-0:1.0: port 6, status 0501, change 0000, 480 Mb/s
usb 2-6: USB disconnect, address 9
usb 2-6: unregistering device
usb 2-6: usb_disable_device nuking all URBs
usb 2-6: unregistering interface 2-6:1.0
usb_endpoint usbdev2.9_ep81: ep_device_release called for usbdev2.9_ep81
usb_endpoint usbdev2.9_ep02: ep_device_release called for usbdev2.9_ep02
sd 13:0:0:0: [sdb] READ CAPACITY failed
sd 13:0:0:0: [sdb] Result: hostbyte=0x01 driverbyte=0x00
scsi 13:0:0:0: [sdb] Sense not available.
scsi 13:0:0:0: [sdb] Write Protect is off
scsi 13:0:0:0: [sdb] Mode Sense: 00 00 00 00
scsi 13:0:0:0: [sdb] Assuming drive cache: write through
usb 2-6:1.0: uevent
usb 2-6:1.0: uevent
usb_endpoint usbdev2.9_ep00: ep_device_release called for usbdev2.9_ep00
usb 2-6: uevent
scsi 13:0:0:0: rejecting I/O to dead device
scsi 13:0:0:0: rejecting I/O to dead device
FAT: Directory bread(block 11838) failed
scsi 13:0:0:0: rejecting I/O to dead device
FAT: Directory bread(block 11839) failed
scsi 13:0:0:0: rejecting I/O to dead device
FAT: Directory bread(block 11840) failed
scsi 13:0:0:0: rejecting I/O to dead device
FAT: Directory bread(block 11841) failed
scsi 13:0:0:0: rejecting I/O to dead device
FAT: Directory bread(block 11842) failed
scsi 13:0:0:0: rejecting I/O to dead device
FAT: Directory bread(block 11843) failed
scsi 13:0:0:0: rejecting I/O to dead device
FAT: Directory bread(block 11844) failed
scsi 13:0:0:0: rejecting I/O to dead device
FAT: Directory bread(block 11845) failed
ehci_hcd 0000:00:1d.7: port 6 high speed
ehci_hcd 0000:00:1d.7: GetStatus port 6 status 001005 POWER sig=se0 PE CONNECT
usb 2-6: new high speed USB device using ehci_hcd and address 10
ehci_hcd 0000:00:1d.7: port 6 high speed
ehci_hcd 0000:00:1d.7: GetStatus port 6 status 001005 POWER sig=se0 PE CONNECT
usb 2-6: default language 0x0409
usb 2-6: new device strings: Mfr=1, Product=2, SerialNumber=3
usb 2-6: Product: Flash Disk
usb 2-6: Manufacturer: USB 2.0
usb 2-6: SerialNumber: AA04012700008519
usb 2-6: uevent
usb 2-6: usb_probe_device
usb 2-6: configuration #1 chosen from 1 choice
usb 2-6: adding 2-6:1.0 (config #1, interface 0)
usb 2-6:1.0: uevent
usb 2-6:1.0: uevent
usb-storage 2-6:1.0: usb_probe_interface
usb-storage 2-6:1.0: usb_probe_interface - got id
scsi14 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 10
usb-storage: waiting for device to settle before scanning
drivers/usb/core/inode.c: creating file '010'
hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0000
usb usb3: suspend_rh (auto-stop)
usb usb4: suspend_rh (auto-stop)
usb usb5: suspend_rh (auto-stop)
hub 1-0:1.0: hub_suspend
usb usb1: bus auto-suspend
usb usb1: suspend_rh
hub 3-0:1.0: hub_suspend
usb usb3: bus auto-suspend
usb usb3: suspend_rh
hub 4-0:1.0: hub_suspend
usb usb4: bus auto-suspend
usb usb4: suspend_rh
hub 5-0:1.0: hub_suspend
usb usb5: bus auto-suspend
usb usb5: suspend_rh
scsi 14:0:0:0: Direct-Access     USB 2.0  Flash Disk       1100 PQ: 0 ANSI: 0 CCS
sd 14:0:0:0: [sdb] 7928832 512-byte hardware sectors (4060 MB)
sd 14:0:0:0: [sdb] Write Protect is off
sd 14:0:0:0: [sdb] Mode Sense: 43 00 00 00
sd 14:0:0:0: [sdb] Assuming drive cache: write through
sd 14:0:0:0: [sdb] 7928832 512-byte hardware sectors (4060 MB)
sd 14:0:0:0: [sdb] Write Protect is off
sd 14:0:0:0: [sdb] Mode Sense: 43 00 00 00
sd 14:0:0:0: [sdb] Assuming drive cache: write through
 sdb: sdb1 sdb2
sd 14:0:0:0: [sdb] Attached SCSI removable disk
sd 14:0:0:0: Attached scsi generic sg3 type 0
usb-storage: device scan complete

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux