hannesmann / gcadapter-oc-kmod

Kernel module for overclocking the Nintendo Wii U/Mayflash GameCube adapter.
GNU General Public License v2.0
73 stars 8 forks source link

Not seeing overclock on arch #19

Closed kschniedergers closed 1 year ago

kschniedergers commented 1 year ago

I've installed this using the makepkg method on arch, yet on slippi (after restarting and reinstalling multiple times), I only see 125hz. My output for dkms status is gcadapter-oc-dkms/1.4, 6.3.5-arch1-1, x86_64: installed. I'm using a mayflash adapter.

kschniedergers commented 1 year ago

figured it out! I was also unable to build the project using "make" because i was missing a "build" folder in my /lib/modules/{kernel version}/ folder, turns out i needed to install the linux headers by running sudo pacman -S linux-lts-headers. When I installed it, it even mentioned something about dmks and the gcadapter-oc module. Restarted and now slippi shows 1000 hz :)