Open kandrelczyk opened 3 months ago
Hi @kandrelczyk
The first thing I would look at is the suspend/sleep settings in the bios of your system. These settings vary wildly from computer to computer but basically, if your bios offers settings like S4, S3 or S1, try a different setting and see if that helps. Work your way to lower numbers... if the setting is S4, try S3 and if the setting is S4, try S1.
There are a lot of bioses with bugs in power saving. This is not a new thing but is less common these days.
Hi @morrownr ,
Thanks for replying. I've check and my bios has only S3 and S0ix support. I will test some other setup but can you confirm that the logs I pasted are related to this? Am I right it's the WiFi adapter that fails to wake up correctly?
can you confirm that the logs I pasted are related to this?
Probably.
Am I right it's the WiFi adapter that fails to wake up correctly?
Does the wifi adapter work after you come out of power saving? If it does not, it very well could be the wifi adapter that is having a problem... but is could be something in the usb stack interacting with your hardware. This can be hard to diagnose.
Try the S0 setting, that should give us an idea.
I can probably work up a little script to work around this if it is needed. I could also put you to testing a newer version of a driver that is going upstream to help the driver in the kernel.
Would you run the following, what do you see:
sudo lsmod | grep 88
Ok, if it can be anything on the USB stack I will remove the wifi adapter for now and test for some time. If I won't have any wake up issues anymore I will know at least it's the adapter. Doing more testing is complicated as it's my main workstation and the issue doesn't occur on every suspend so I would have to spend some time doing nothing but suspending it and waking it up. I will give it a try when I have some more time.
Just let me know when you need something.
Hi,
My system freezes on wake up from time to time and what I see in syslog is:
I'm on
Linux c295 6.9.12-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.9.12-1 (2024-07-27) x86_64 GNU/Linux
I'm using this adapter: https://www.brostrend.com/products/ac3l With drivers installed from here: https://linux.brostrend.com/
Can someone decode this log? I'm not even sure if this is what actually causes my wake up issues but that's my best guess at the moment.