Josef Johansson
Josef Johansson
@johnnyboy-3 I guess you need to be past the new MSI mask/unmask patches (somewhere between 5.14 and 5.15). I tried 5.12.14 and it was no go there. I can update...
15h sleep with 0.277Wh, that's pretty solid for S3! 5.15 Worked with these kernel configs and pci=nomsi. ``` CONFIG_AMD_PMC=y CONFIG_HSA_AMD=n ``` These were set but I don't think they do...
5.14.9 doesn't work that well out of the box, with pci=nomsi it's quirky (external screen dies sometimes, internal screen dies somtimes), but I've suspend/resumed at least 10 times now without...
> Thanks for your offer but I don't think that's necessary for now. I wonder if this problem can be fixed on older kernels in Qubes R4.0 too. I'm pessimistic!...
With some patches in msi drivers I got kernel 5.15 working. X is restarting once in a while, but that's fine since X running inside VMs survive :) I guess...
builder.conf: ``` GIT_URL_linux_kernel = https://github.com/isodude/qubes-linux-kernel BRANCH_linux_kernel = devel-5.15 ``` I don't get how I should make `make get-sources` work properly, but I download it manually instead. ``` wget https://gitlab.com/cki-project/kernel-ark/-/archive/v5.15-rc5/kernel-ark-v5.15-rc5.tar.bz2 ```...
I updated the patch a bit for MSI a bit, to reflect what actually was missing between the two commits (adding msi functions vs removing old ones). I see these...
@na-- I've been quite pessimistic lately towards that there's one fix to rule them all. But rather a whole slew of small patches that makes up the forest. There's a...
I've got some updates, hopefully better updates after a bit more trial. Anyhow, I tried compiling withing CCP (the AMD crypto co processor) and the system survived all resumes I...
Hopefully we will reach some sort of end to it all, thanks for following along :) I realized that I had a config file installed that may not be common...