Maximilian Luz

Results 707 comments of Maximilian Luz
trafficstars

See https://github.com/linux-surface/grub/issues/1 for more information.

It looks like the Pro X is one of the few devices that actually care about different memory types and the redhat patches allocate data-type memory for the kernel. When...

May be relevant: https://git.codelinaro.org/clo/la/kernel/msm-5.10/-/blob/b7cc67a6265a48d8381520acf58c0e0ff705cfac/drivers/gpu/msm/adreno_a6xx.c#L699-711.

![2022-06-22-132716](https://user-images.githubusercontent.com/13499262/175018464-9288b23f-ae97-4385-9d48-364dcdfaf2ee.jpeg)

I guess that would require adding basically this patch: https://salsa.debian.org/kernel-team/linux/-/blob/debian/latest/debian/patches/debian/add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by-default.patch

The next release (v6.13.6) should support `unprivileged_userns_clone`. It's building now and should show up in the repo soon.

Sorry for the delayed reply. I can't spot anything special in the DSDT. If the issue still persists, could you try running our diagnostics script (https://github.com/linux-surface/linux-surface/blob/master/scripts/diagnostics.sh) and upload the results...

There are a bunch of the following lines in the log: ``` [ 2.567912] Loading of unsigned module is rejected ``` That looks like secureboot prevents you from loading some...

Right, that sounds like secureboot. You can try disabling it and see if that works. In the long term, you probably want to try and set up secureboot support /...

In general follow the Arch wiki. Arch is a bit more work than other distros as they don't ship with signed kernels/secureboot set up out-of-the-box, so the secureboot setup is...