09-02-2023, 12:23 PM
(09-02-2023, 12:18 PM)Der Geist der Maschine Wrote: ...
...
- Suspend fails when the GPU is in use. That can happen in cases as trivial as having opened a multimedia enriched website
...
- Upon coming back from suspend to memory, audio is gone because the audio driver in my kernel version does not implement suspend and resume callback functions. Audio can be revived brute force by unbinding and rebinding the sound driver. This crashes the kernel if the driver is accessed in the split-second between unbinding and rebinding. So, make sure not to play any sound when executing this command:
- The Pinebook Pro wakes up from suspend to memory in the moment it gets connected to external power or unconnected from external power.
I can live with this.
Have you - or anyone else - tried any of the kernels from the "megous" user? It looks this person works with the PinePhone mostly, but when you dig in here: https://xff.cz/kernels/ There are kernels for the PineBook Pro.
Appreciate all the input