Cassandra Comar
Cassandra Comar
the module works fine if you instruct it to load at boot time. you should be able to load the module at boot by creating /etc/modules-load.d/amd-pstate.conf with "amd_pstate" as the...
so I got the `amd_pstate` module to load just by ensuring that it was loaded prior to `acpi_cpufreq` in `/etc/modules.d/`: ``` $ sudo cpupower frequency-info analyzing CPU 0: driver: amd-pstate...
Huh, for some reason Github never notified me that you responded to this. I figured this comment went ignored, and so this project went on the back burner for a...
ran into the same issue attempting to statically link a couple of different ways.
for anyone interested, I managed to get around this issue by using rust & cargo from the alpine package registry: ```dockerfile FROM alpine:edge as build WORKDIR /work RUN apk --no-cache...
ahh I know what this is - it's related to the TODO I have in there to set up the kernel build environment variables I have in there - the...
only if you choose to enable those settings. if you leave them off it should work as it always has, unless I broke something without noticing. On Thu, Apr 27,...
> I think this does break/drop some needed pars for devices older than the Pixel 6 including the Pixel 5/4a (redbull). I made a few minor changes to test it...
ok talked to the devs in the grapheneos matrix and found out that it's using the system linker because of an old kernel bug that was fixed but the fix...
will take a look this week when I get a chance. it looks oriole is missing from the list of supported devices somewhere. that's why kernel.enable isn't automatically set to...