You are not logged in.

#1 2014-04-18 13:39:13

granra
Member
Registered: 2014-03-15
Posts: 8

[Solved] Systemd suspend fails everytime

Hi,
I've been using Arch Linux on my laptop for a while now and suddenly my laptop would not go into suspend anymore.
My laptop is Asus UX32VD.

Here's the whole journalctl between suspend starting and suspend failing.

I also get this at bootup:

[drm:intel_dp_start_link_train] *ERROR* too many voltage retries, give up

some while ago the iSSD in my laptop failed but it was later that the computer stopped suspending.

Does anyone see the problem?

Thanks. smile

Edit: When I try to mount the iSSD partitions I get the same error messages that begin with "ata2.00" so those errors seem to be connected to the iSSD drive. Now, I can't disable the drive in bios, is it possible to make arch linux ignore it all together?

Edit2: Arch Linux is installed on sda (ata1) and the bad drive is sdb (ata2)

Edit3: The broken ssd was the culprit. When I write 1 to /sys/block/sdb/device/delete the laptop suspends correctly.
So I made the following systemd service:

[Unit]
Description=Disable my fault ssd drive at suspend

[Service]
Type=OneShot
ExecStart=/bin/sh -c 'echo 1 > /sys/block/sdb/device/delete'

[Install]
WantedBy=sleep.target

Changing status to solved smile

Last edited by granra (2014-04-18 23:01:57)

Offline

#2 2014-04-20 08:10:13

Rexilion
Member
Registered: 2013-12-23
Posts: 784

Re: [Solved] Systemd suspend fails everytime

What is stopping you from taking it out?


fs/super.c : "Self-destruct in 5 seconds.  Have a nice day...\n",

Offline

#3 2014-04-20 17:22:53

granra
Member
Registered: 2014-03-15
Posts: 8

Re: [Solved] Systemd suspend fails everytime

Rexilion wrote:

What is stopping you from taking it out?

It's soldered to the motherboard.

Offline

Board footer

Powered by FluxBB