-
Notifications
You must be signed in to change notification settings - Fork 32
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
New drivers officially released? Perhaps nvme raid will now be possible #43
Comments
So I just downloaded this and tried to run it but first building what's in Does secure boot need to be enabled to get this to work? I've been trying on my Manufacturer: ASUSTeK COMPUTER INC.
Product Name: ROG CROSSHAIR VIII IMPACT X570 to no avail.
Linux version: $ lsb_release -a
LSB Version: :core-4.1-amd64:core-4.1-noarch
Distributor ID: Fedora
Description: Fedora release 34 (Thirty Four)
Release: 34
Codename: ThirtyFour If I load Any tips on debugging this? |
I found the file |
Please, take a look at #44 |
Mark, your fork fails to build for me on Manjaro 5.15.12-1
|
Hello @Lunchtimeme Previous AMD driver was for Ubuntu, SuSe and RHEL. My fork updated to latest AMD driver that supports only Ubuntu and RHEL dropping support for SuSe. I'm not sure it will work also on Manjaro. Give me few hours to download this distro and I'll check if it is possible to fix it. |
@Lunchtimeme it seams the issue was introduced by latest rcblob.x86_64 file released with AMD original driver 9.3.0 Try now |
It looks promising but I'm stupid unfortunately:
So I moved the mk_certs file above the arch/src folder where I think it's looking for it but then I get
Trying to just run the mk_certs as sudo fails like this:
|
Can you list your steps used to compile, please? Thanks |
I'm following the 'old' readme just replacing the link with your branch, so:
And that's where it fails. |
The root issue is the signing step for rhel / debian / ubuntu kernel module that as written on the original AMD driver 9.3.0 is not compatible with Arch/Manjaro Try this https://github.com/MarkLTZ/rcraid-dkms/tree/latest |
It does work ... in the sense that it builds and installs the package. Here's a dmesg output in case there's still something I can catch: |
it seams you have the same issue of @Fuzzo Please give me more details about your hardware:
I see also that your bios is set to AHCI and not to RAID:
|
It's Gigabyte Aorus x570 Pro |
https://www.amd.com/en/support/chipsets/amd-socket-am4/x570
This website suggests that there are now linux drivers for the x570 chipset which support nvme raid.
The drivers are for RHEL and Ubuntu and because I'm a linux noob running Manjaro I'm clueless as to how I could make them work for me. Is it possible to use those files to update this rcraid-dkms? If not can someone shoot me an advice on how I could make these drivers work for me or if that's even possible (mind you I don't need to install my OS onto a raid device which is what most of the documentation is about, I just want to access my gaming nvme fake raid from my Linux distro)
The text was updated successfully, but these errors were encountered: