thopiekar / rcraid-dkms

AMD RAIDXpert driver as DKMS package
Other
126 stars 27 forks source link

Ubuntu 22.10 installation requires workaround #49

Open jwfoley opened 1 year ago

jwfoley commented 1 year ago

The PPA is missing a version for Ubuntu 22.10. I tried installing the version for 22.04.1 but it failed with an error message. On closer examination the error ultimately traced to the missing stdarg.h reported previously. So as a workaround I installed a modified package with the commit that patches this problem:

$ git clone https://github.com/Exioncore/rcraid-dkms -b compatibility_updates
$ cd rcraid-dkms
$ sudo sh install

Then I continued with the "Switching to RAID mode" instructions and it worked.

Is it possible to accept the pending pull request with this patch and release an Ubuntu 22.10 version of the package so this workaround isn't necessary anymore?

binarydepth commented 1 year ago

I did this and can see my RAID 0 but can't format free space succesfully