hannesmann/gcadapter-oc-kmod

No longer working on Steam Deck

bungholemaster opened this issue · 2 comments

After an OS update I went through the steps to install everything again and it no longer works. When I try to install the neptune headers I get this error:
Screenshot_20231022_210852
Then if I try to run:
make
In the proper directory it says the command isn't found.

Okay I figured it out, I just deleted /etc/ld.so.conf.d/fakeroot.conf with sudo rm -rf and then tried redownloading the headers and developer tools and it worked this time.

No idea why that was causing a problem when it didn't before but it turns out the simplest solution was the right one.

Thanks for the report, this is probably solved by the updated SteamOS instructions. If not you can add --overwrite '*' after the sudo pacman -S command.