-
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
Update to kernel 5.17 and 5.18 #47
base: master
Are you sure you want to change the base?
Conversation
I've tested (actually running) this on Arch with 5.19.11-zen1-1-zen - it works fine. The only one that is actually installable so far. |
I can confirm it works on ubuntu 22.10 (x86_64 5.19.0-1005-lowlatency). Please merge this before the ubuntu's October release date! |
Using this on Arch with 6.0.2-zen1-1-zen, works like a charm. Thank you! |
Seems to work on KUBuntu 22.04 with 6.0.6 kernel here too! @thopiekar Can we get this merged please? |
did you have issues blacklisting ahci modules? i have the rcraid module compiled and install but ahci wont disable |
Running in Debian Testing with 6.0.4 kernel, seens OK, with some warnings, |
OK, guys! Running the ./install manually on the same branch everything went correctly, but the automatic build was not done. Current kernel: 6.0.6 |
Thanks very much for these patches! I have the rcraid 9.3.0 driver working on linux kernel 6.0.9 (w/ nvme raid0) after incorporating these changes ... and then messing with dkms for a long time. I made a repo for others too. Good luck! |
Thanks! worked for me on Arch linux kernel 6.1.8 |
No longer works with Linux kernel >= 6.2, but I've had some luck with making a few changes of my own by forking your PR branch to make it work with newer kernels. |
This branch? https://github.com/fabscav/rcraid-dkms/tree/further_compatibility_updates |
Yes that's the one. I've been using a build based on that branch for a few weeks without issues. |
Are there any dependencies I need to get before I run install? |
assume im like, a very dumb 5 year old. how exactly do i install this? cause i genuinely cant figure it out, everything seems to be going wrong |
You will need to source your distro's basic set of build tools and the headers for all the installed versions of the kernel you plan to run. Also, you will need to blacklist the ahci module from loading at boot-time. This can be done many ways, but you can add Don't forget to generate a new grub.cfg file before rebooting. This all assumes you can actually boot into the target system. Look for 'chroot' instructions if you need to do this to a system that can't boot. |
Does anyone use the driver in conjunction with any optical drive? |
i still get |
What does |
I have tested this on Fedora with kernerls 5.17.14-300.fc36.x86_64 and 5.18.5-200.fc36.x86_64