You are not logged in.
Pages: 1
Hi everyone!
First post here!
And thanks for contributing to this forum which helped a lot of people like me during years!
My problem is the following : Installing Arch Linux on an AMD based computer (Both CPU & GPU) to get rid of Windows, I'm facing a suspend problem. Everytime the system should suspend, I got full shutdown instead. This is quite annoying cause I'm used to let my computer suspend itself and find my work back few hours laters.
I tried several distributions such as Linux Mint, Ubuntu, Debian and Arch and got the same problem everytime. So, every distribution had a different Kernel, I tried from 4.9 to 4.13 and still got this problem. My UEFI firmware is up to date.
If anyone has faced and found a solution, please let me know
Thanks for any help !
Offline
Welcome to the arch linux forums Hyrr0. Please provide the journal entries from when you initiate a suspend until the system shuts down and from the subsequent startup.
Also how are you initiating the suspend and is any power management system such as tlp in use?
Offline
Thanks for your reply
I used several ways : Clicking on suspend from my DE (XFCE), waiting for enery manager to do its job (30minutes inactivity => suspend), and from command line using systemctl suspend.
How could I get such journal? Thanks ![]()
Offline
Offline
Thanks you!
Before saving my journalctl, I tried to reproduce the problem so I systemctl suspend then, my system goes off, I bootup, I save my journal. So the few last steps should be the right one I hope ![]()
Last edited by Hyrr0 (2017-10-01 13:08:03)
Offline
to get rid of Windows
Is there still a windows installation?
Offline
to get rid of Windows
Is there still a windows installation?
No.
Offline
Assuming "your" archlinux does not set off a dumb acpi call exclusively, I guess *your* board has an ACPI bug exclusively ;-)
(I thought it might mess around because windows was in s4 or so)
Please post an entire dmesg and in the meantime, read up the acpi parameters you may have to try https://raw.githubusercontent.com/torva … meters.txt ;-)
Offline
I upgraded my UEFI (again) to 2.80. This time, my computer is not going entirely off. My keyboard/mouse go off. The screens go off too. The computer is still running (lights and fans are on at least). But I cant go back to my desktop. Its kinda 'frozen' and I should now reboot.
The full dmesg as you asked. I tried the acpi=force parameter in order to see what's happening.
Thanks for helping me
Last edited by Hyrr0 (2017-10-02 11:39:26)
Offline
Try "iommu=soft" instead.
The more interesting acpi options will be acpi_os and acpi_osi - later.
Edit: s/_/=/
Last edited by seth (2017-10-02 12:13:04)
Offline
I tried to install linux-lts kernel. Computer goes off on suspend like before.
I tried iommu=soft on both lts and not lts kernel. On LTS, screens go blanc as with non LTS without iommu=soft. On non LTS, nothing happen.
I'll try to have a look at acpi_os and acpi_osi.
Offline
Any idea?
Offline
Did you try lying about the OS (the acpi_* parameter)?
Which board is this in particular? (in doubt: dmidecode)
Offline
I tried Microsoft 2013/NT bot are not working.
My motherboard is a 970 Extreme3 from ASRock. Now my computer is booting alone without pressing any button or whatever. Machines are getting intelligent. Be careful!
As soon as this is not the only problem I have related to my motherboard, I bought another one on Amazon. We'll see.
Offline
Now my computer is booting alone without pressing any button or whatever.
I'd check the BIOS/UEFI for what's enabled in S5 - might be spurious input from eg. the mouse that causes this.
According to https://www.manualslib.com/manual/78987 … ml?page=50 you can also explicitly dis/enable S3 support - I'd try to change that from auto to enabled ...
Offline
Pages: 1