I am curious to know whether anybody else is seeing a problem with resume from S4 (suspend to disk) with the latest kernels in -current (3.14.3 and 3.14.4).
On my netbook, on resume from S4, the system starts up and then hibernates again. If I then resume again, the system starts and all is OK.
The only clue I have seen is a slight difference in the dmesg output.
On first resume
Code:
[ 6587.879162] ata3: SATA link down (SStatus 0 SControl 300)
[ 6587.879192] usb 5-2: reset high-speed USB device number 2 using ehci-pci
[ 6587.881115] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 6587.882564] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 6587.884765] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
[ 6587.885177] ata1.00: configured for UDMA/133
[ 6587.885352] sd 0:0:0:0: [sda] Starting disk
while on second resume
Code:
[ 6590.881182] usb 5-2: reset high-speed USB device number 2 using ehci-pci
[ 6590.881192] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 6590.882669] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 6590.882712] ata3: SATA link down (SStatus 0 SControl 300)
[ 6590.884801] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
[ 6590.885208] ata1.00: configured for UDMA/133
[ 6590.885386] sd 0:0:0:0: [sda] Starting disk
Perhaps some race condition?