badly-drawn-wizards / vangogh_oc_fix

A linux kernel module to override AMD Van Gogh APU PowerPlay limits for CPU
GNU General Public License v3.0
19 stars 5 forks source link

Add support for 6.1.52-valve16 #14

Closed lividhen closed 6 months ago

lividhen commented 6 months ago

Adds support for 6.1.52-valve16 allowing building on steamos 5.5.17

badly-drawn-wizards commented 6 months ago

Thank you.

lzq960605 commented 4 months ago

Adds support for 6.1.52-valve16 allowing building on steamos 5.5.17

Please adapt to the 6.1.52-valve19-1

lividhen commented 4 months ago

If you run the install script it should download the kernel your is is running and build the module. If it doesn't work or has any issues please let me know so I can fix it.

lzq960605 commented 4 months ago

If you run the install script it should download the kernel your is is running and build the module. If it doesn't work or has any issues please let me know so I can fix it.

/home/deck/Desktop/vangogh_oc_fix-master/install.sh: line 24: make: command not found ln: failed to create symbolic link './build': File exists /home/deck/Desktop/vangogh_oc_fix-master/install.sh: line 26: make: command not found /home/deck/Desktop/vangogh_oc_fix-master/install.sh: line 27: make: command not found Installing! /home/deck/Desktop/vangogh_oc_fix-master/install.sh: line 30: make: command not found [sudo] password for deck: Created symlink /etc/systemd/system/multi-user.target.wants/vangogh_oc_fix.service → /etc/systemd/system/vangogh_oc_fix.service. Re-enabling read only.

lividhen commented 4 months ago

Do you have pacman set up? It looks like your missing the packages in the readme. Do sudo pacman -S base-devel linux-neptune-61 and try again.

Edit: sorry! Didn't see your issue or I would have responded there. You can either keep talking here or move the discussion to your issue. Whatever you feel like doing.

lzq960605 commented 4 months ago

Do you have pacman set up? It looks like your missing the packages in the readme. Do sudo pacman -S base-devel linux-neptune-61 and try again.

Edit: sorry! Didn't see your issue or I would have responded there. You can either keep talking here or move the discussion to your issue. Whatever you feel like doing.

bro, I executed sudo pacman -S base-devel linux-neptune-61

==> WARNING: errors were encountered during the build. The image may not be complete. error: command failed to execute correctly (4/4) Managing kdump minimal initramfs ==> ERROR: binary not found: 'plymouth' ==> WARNING: Possibly missing firmware for module: 'xhci_pci' ==> WARNING: Possibly missing '/bin/bash' for script: /usr/bin/mount.steamos ==> WARNING: errors were encountered during the build. The image may not be complete. error: command failed to execute correctly

lividhen commented 4 months ago

🤔 Not sure why it can't find Plymouth that's odd. Thanks for letting me know! I will look into it.

lzq960605 commented 4 months ago

🤔 Not sure why it can't find Plymouth that's odd. Thanks for letting me know! I will look into it.

Bro, have you found any reason?

lividhen commented 4 months ago

Been busy with work but I plan to work on it tonight and / or tomorrow. Sorry for the wait!

lividhen commented 4 months ago

@lzq960605 If you install linux-neptune-61-headers what is the output?