-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DKMS modules fail to build against linux-steamos #532
Comments
The biggest difference between winesapOS and HoloISO is that we rebased SteamOS 3 on-top of the latest Arch Linux packages. One issue we encountered with that is that the https://github.com/LukeShortCloud/winesapOS#comparison-with-steamos I am unsure how to do that and am open to suggestions if you have any ideas. Otherwise, this may not be an issue when SteamOS 3.4 is released as a stable update which is the first time Valve has ever updated the Arch Linux packages since January of this year. Either way, we will try to have this addressed for our upcoming winesapOS 3.3.0 release. |
Things I have thought about as possibilities:
|
Thanks for the suggestions, @castlec ! I appreciate your input. Here are my initial thoughts.
I'll see if I can create a proof-of-concept of some of these ideas and see how far I can get. That all being said, I have found the kernel from SteamOS to not be very useful. Valve does not back-port security patches, it's not even based on an LTS kernel (it's based on Linux 5.13, even in the upcoming SteamOS 3.4 which has an Arch Linux rebase) so it has been end-of-life for over a year now, and most (if not all) of the AMD RDNA2 patches that made it special have been upstreamed. I'll be adding the new Linux 6.1 LTS kernel for our upcoming winesapOS 3.3.0 release that has all of the latest changes merged in. The one good thing about the SteamOS kernel is that it is the only kernel that fully supports the speaker driver for the Steam Deck. Those patches have not been upstreamed yet. |
I've tried some solutions but they're overly complicated and don't work. Everything in Linux SteamOS has been merged upstream except for HDR support. I recommend using Linux LTS instead. When SteamOS 3.5 is released, I'll rebase on-top of those packages. They've most recently rebased Linux SteamOS on-top of Linux LTS 6.1 for that upcoming release. That may solve the problem for DKMS modules on Linux SteamOS since they will stop using an unmaintained kernel. In summary:
Related: #561 |
Tried compiling myself. Admittedly, I haven't used Arch much and did run pacman -Suy.
make[1]: Entering directory '/usr/lib/modules/5.13.0-valve21-1-steamos-02209-g2a5bdc1102a0/build' CC [M] /home/winesap/source/rtw/rtw89/core.o cc1: error: incompatible gcc/plugin versions cc1: error: failed to initialize plugin ./scripts/gcc-plugins/structleak_plugin.so make[2]: *** [scripts/Makefile.build:272: /home/winesap/source/rtw/rtw89/core.o] Error 1
https://github.com/lwfinger/rtw89 - this compiles out of box on HoloIso
Here's the arch package.
https://aur.archlinux.org/packages/rtw89-dkms-git
The text was updated successfully, but these errors were encountered: