You are not logged in.
Pages: 1
On Arch Linux on Asus Vivobook 15 (k3500) after suspend the laptop freezes.
After resuming from suspend, I am able to see the screen, but I am unable to interact with anything. The system appears to be unresponsive, and I cannot perform any actions. The only solution is to manually reboot the system.
uname -r
6.1.35-1-lts
GPU1: Intel Iris Xe graphics[currently using]
GPU2: Nvidia RTX 3050 Mobile
System journal: http://0x0.st/H1Vy.log
Last edited by hok7z (2023-07-06 11:46:30)
Offline
1. what do you mean by "freeze" exactly, https://download.nvidia.com/XFree86/Lin … ement.html ?
2. that's not the dmesg, that's some random lines from the first 30s of the boot, please post your complete system journal for the boot:
sudo journalctl -b | curl -F 'f:1=<-' ix.ioOffline
1. what do you mean by "freeze" exactly, https://download.nvidia.com/XFree86/Lin … ement.html ?
2. that's not the dmesg, that's some random lines from the first 30s of the boot, please post your complete system journal for the boot:sudo journalctl -b | curl -F 'f:1=<-' ix.io
1. I can't do anything(cursor does not respond).
2. http://ix.io/4zzh
I'm using video card Intel Iris Xe Graphics
Offline
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Disabling VMD did't solve the problem.
Last edited by hok7z (2023-07-02 19:32:30)
Offline
I'm using video card Intel Iris Xe Graphics
According to the journal, there's no nvidia device at all.
A usual suspect for trouble/freezes would be https://wiki.archlinux.org/title/Solid_ … leshooting
Is this perfectly reproducible (freezes every time?) - about how much time passes between the wakeup and the freeze?
See whether you can then reboot the system w/ the https://wiki.archlinux.org/title/Keyboa … el_(SysRq)
Offline
I'm using video card Intel Iris Xe Graphics
According to the journal, there's no nvidia device at all.
A usual suspect for trouble/freezes would be https://wiki.archlinux.org/title/Solid_ … leshootingIs this perfectly reproducible (freezes every time?) - about how much time passes between the wakeup and the freeze?
See whether you can then reboot the system w/ the https://wiki.archlinux.org/title/Keyboa … el_(SysRq)
By the way, i tried to disable APST, but it didn't help.
Offline
Tried? Did you succeed to disable APST? Did you also try iommu=soft?
Offline
Tried? Did you succeed to disable APST? Did you also try iommu=soft?
Yeah, it didn't solve the problem.
Offline
Is this perfectly reproducible (freezes every time?) - about how much time passes between the wakeup and the freeze?
See whether you can then reboot the system w/ the https://wiki.archlinux.org/title/Keyboa … el_(SysRq)
Offline
I'm using video card Intel Iris Xe Graphics
According to the journal, there's no nvidia device at all.
A usual suspect for trouble/freezes would be https://wiki.archlinux.org/title/Solid_ … leshootingIs this perfectly reproducible (freezes every time?) - about how much time passes between the wakeup and the freeze?
See whether you can then reboot the system w/ the https://wiki.archlinux.org/title/Keyboa … el_(SysRq)
Yeah, every time after suspending the system, it freezes. After freeze, I can't do anything; I can't even open tty
Offline
"Yeah" … please address the delay, or do you by "freeze" mean the system doesn't even wake up? What do you see?
And click the link for the magic sysrq to understand what that is and that you'll have to enable it before the system freezes…
https://bbs.archlinux.org/viewtopic.php?id=57855
http://www.catb.org/~esr/faqs/smart-questions.html
Offline
"Yeah" … please address the delay, or do you by "freeze" mean the system doesn't even wake up? What do you see?
And click the link for the magic sysrq to understand what that is and that you'll have to enable it before the system freezes…https://bbs.archlinux.org/viewtopic.php?id=57855
http://www.catb.org/~esr/faqs/smart-questions.html
After resuming from suspend, I am able to see the screen, but I am unable to interact with anything. The system appears to be unresponsive, and I cannot perform any actions. The only solution is to manually reboot the system.
Offline
The only solution is to manually reboot the system.
Did you try REISUB? (Getting a journal from the frozen system might be rather helpful)
Can you ssh into the frozen system?
Can you suspend and resume the system from the multi-user.target (2nd link below)?
Offline
The only solution is to manually reboot the system.
Did you try REISUB? (Getting a journal from the frozen system might be rather helpful)
Can you ssh into the frozen system?
Can you suspend and resume the system from the multi-user.target (2nd link below)?
I can't ssh into the frozen system. But i can save a system journal by using user-acpid service.
For example, dmesg --level=err,warn: http://0x0.st/H1Lz.log
Offline
At what event was that drawn and can you please get a full system journal (to provide some context)?
Offline
At what event was that drawn and can you please get a full system journal (to provide some context)?
system journal: http://0x0.st/H1Vy.log
Offline
You're intercepting the lid closure, but that doesn't show anything after the sleep.
Jul 06 14:37:40 arch tlp[811]: Applying power save settings...done.Try to disable TLP.
Otherwise,
Can you suspend and resume the system from the multi-user.target (2nd link below)?
If not, what if you pair it w/ "nomodeset"?
Offline
Pages: 1