PDA

View Full Version : optiplex 745 loses 3tb drive upon resume from pm-suspend



don999
11-14-2013, 04:48 PM
Hi all,

I'm working with an dell optiplex 745 and just installed a new wd 3tb sata drive "mainstream 64mb cache", and it dies upon resuming from a pm-suspend. So after I type "sudo pm-suspend" and the system goes into standby, then pressing the power button to resume, the wd 3tb doesn't wake up properly.

Using Knoppix 7.2, uname -r gives:
knoppix@Microknoppix:~$ uname -r
3.9.6-64


lspci -v:

00:1f.0 ISA bridge: Intel Corporation 82801HB/HR (ICH8/R) LPC Interface Controller (rev 02)
Flags: bus master, medium devsel, latency 0
Capabilities: <access denied>
Kernel driver in use: lpc_ich

00:1f.2 IDE interface: Intel Corporation 82801H (ICH8 Family) 4 port SATA Controller [IDE mode] (rev 02) (prog-if 8f [Master SecP SecO PriP PriO])
Subsystem: Dell OptiPlex 745
Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 20
I/O ports at fe00 [size=8]
I/O ports at fe10 [size=4]
I/O ports at fe20 [size=8]
I/O ports at fe30 [size=4]
I/O ports at fec0 [size=16]
I/O ports at ecc0 [size=16]
Capabilities: <access denied>
Kernel driver in use: ata_piix

00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02)
Subsystem: Dell OptiPlex 745
Flags: medium devsel, IRQ 20
Memory at dfffbb00 (32-bit, non-prefetchable) [size=256]
I/O ports at ece0 [size=32]
Kernel driver in use: i801_smbus

00:1f.5 IDE interface: Intel Corporation 82801HR/HO/HH (ICH8R/DO/DH) 2 port SATA Controller [IDE mode] (rev 02) (prog-if 85 [Master SecO PriO])
Subsystem: Dell OptiPlex 745
Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 20
I/O ports at fe40 [size=8]
I/O ports at fe50 [size=4]
I/O ports at fe60 [size=8]
I/O ports at fe70 [size=4]
I/O ports at fed0 [size=16]
I/O ports at ecd0 [size=16]
Capabilities: <access denied>
Kernel driver in use: ata_piix

dmesg:

366.237640] ata_piix 0000:00:1f.5: setting latency timer to 64
[ 366.237941] nouveau [ DRM] re-enabling device...
[ 366.237949] nouveau [ DRM] resuming client object trees...
[ 366.237959] nouveau [ VBIOS][0000:01:00.0] running init tables
[ 366.253332] bttv: PLL set ok
[ 366.266468] parport_pc 00:05: activated
[ 366.273923] serial 00:06: activated
[ 366.302144] nouveau [ PTHERM][0000:01:00.0] programmed thresholds [ 90(2), 95(3), 130(2), 135(5) ]
[ 366.302417] nouveau [ DRM] resuming display...
[ 366.308384] nouveau [ DRM] 0xD572: Parsing digital output script table
[ 366.410314] nouveau [ DRM] Setting dpms mode 3 on TV encoder (output 3)
[ 366.556703] ata4: SATA link down (SStatus 4 SControl 300)
[ 366.590751] ata3: SATA link down (SStatus 4 SControl 300)
[ 366.690015] usb 3-2: reset low-speed USB device number 3 using uhci_hcd
[ 367.030049] ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 367.030062] ata2.01: SATA link down (SStatus 4 SControl 300)
[ 367.030072] ata2.01: link offline, clearing class 3 to NONE
[ 367.050133] ata2.00: configured for UDMA/100
[ 367.076674] usb 3-1: reset full-speed USB device number 2 using uhci_hcd
[ 367.463340] usb 7-2: reset low-speed USB device number 2 using uhci_hcd
[ 368.000026] usb 4-1: reset low-speed USB device number 2 using uhci_hcd
[ 368.665740] tg3 0000:03:00.0 eth0: Link is up at 1000 Mbps, full duplex
[ 368.665743] tg3 0000:03:00.0 eth0: Flow control is on for TX and on for RX
[ 369.750118] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 369.750129] ata1.01: SATA link down (SStatus 4 SControl 300)
[ 369.948674] ata1.00: configured for UDMA/133
[ 369.948728] sd 0:0:0:0: [sda] Starting disk
[ 371.920741] ata3: SATA link down (SStatus 4 SControl 300)
[ 371.920753] ata3: limiting SATA link speed to 1.5 Gbps
[ 377.250740] ata3: SATA link down (SStatus 4 SControl 310)
[ 377.250750] ata3.00: disabled
[ 377.250768] ata3.00: detaching (SCSI 2:0:0:0)
[ 377.251329] sd 2:0:0:0: [sdb] Synchronizing SCSI cache
[ 377.251370] sd 2:0:0:0: [sdb]
[ 377.251371] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
[ 377.251373] sd 2:0:0:0: [sdb] Stopping disk
[ 377.251383] sd 2:0:0:0: [sdb] START_STOP FAILED
[ 377.251385] sd 2:0:0:0: [sdb]
[ 377.251386] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
[ 377.300872] PM: resume of devices complete after 11073.349 msecs
[ 377.320832] Restarting tasks ... done.


I get the START_STOP failed... seems to be pretty consistent, pm-suspend, resume, it's gone.


Any suggestions?