I'm using suse 12.3 on a computer with nvidia card. I have created a service in /etc/init.d be able to wake up from keyboard and mouse with the following code:
I've also added this option in grub:
Most of the time going to sleep and resuming works fine, but after some period of time it just keeps waking up immediately and only rebooting the system helps. When this occurs I get the following errors in log:
Code:
echo enabled > /sys/bus/usb/devices/usb5/power/wakeupecho enabled > /sys/bus/usb/devices/5-1/power/wakeupecho enabled > /sys/bus/usb/devices/5-2/power/wakeup
Code:
usbcore.autosuspend=-1
Code:
...[25880.392018] ata3: SError: { RecovData RecovComm UnrecovData Persist Proto HostInt PHYRdyChg PHYInt CommWake 10B8B Dispar BadCRC Handshk LinkSeq TrStaTrns UnrecFIS DevExch }[25880.392024] ata3: limiting SATA link speed to 1.5 Gbps[25880.392027] ata3: hard resetting link[25880.392033] ata4: exception Emask 0x73 SAct 0x0 SErr 0xffffffff action 0xe frozen t3[25880.392036] ata4: irq_stat 0xffffffff, unknown FIS 00000000 00000000 00000000 00000000, host bus [25880.392039] ata4: SError: { RecovData RecovComm UnrecovData Persist Proto HostInt PHYRdyChg PHYInt CommWake 10B8B Dispar BadCRC Handshk LinkSeq TrStaTrns UnrecFIS DevExch }[25880.392043] ata4: limiting SATA link speed to 1.5 Gbps[25880.392045] ata4: hard resetting link[25881.924009] ata4: failed to resume link (SControl FFFFFFFF)[25881.924020] ata4: SATA link down (SStatus FFFFFFFF SControl FFFFFFFF)[25881.924028] ata3: failed to resume link (SControl FFFFFFFF)[25881.924036] ata3: SATA link down (SStatus FFFFFFFF SControl FFFFFFFF)[25882.444014] ata3: exception Emask 0x73 SAct 0x0 SErr 0xffffffff action 0xe frozen t2[25882.444018] ata3: irq_stat 0xffffffff, unknown FIS 00000000 00000000 00000000 00000000, host bus [25882.444021] ata3: SError: { RecovData RecovComm UnrecovData Persist Proto HostInt PHYRdyChg PHYInt CommWake 10B8B Dispar BadCRC Handshk LinkSeq TrStaTrns UnrecFIS DevExch }[25882.444027] ata3: limiting SATA link speed to 1.5 Gbps[25882.444030] ata3: hard resetting link[25882.444037] ata4: exception Emask 0x73 SAct 0x0 SErr 0xffffffff action 0xe frozen t2[25882.444040] ata4: irq_stat 0xffffffff, unknown FIS 00000000 00000000 00000000 00000000, host bus [25882.444043] ata4: SError: { RecovData RecovComm UnrecovData Persist Proto HostInt PHYRdyChg PHYInt CommWake 10B8B Dispar BadCRC Handshk LinkSeq TrStaTrns UnrecFIS DevExch }[25882.444047] ata4: limiting SATA link speed to 1.5 Gbps[25882.444049] ata4: hard resetting link...