Closed SonicWim closed 2 years ago
You need sata_sil and libata modules. There is no extension for that.
I see, but it confuses me a bit... I've been following this tutorial and there they speak about driver extensions AKA modules to add that are listed on this page but I can't find the 2 you mentioned, sata_sil and libatat. Or are those kernel modules?
Is there a place where I can find more info about this because I searched for quite a while but haven't found anything useful yet.
Error occurs because module sata_sil is not in the rp-ext library: https://xpenology.com/forum/topic/64438-installing-latest-dsm-with-tinycore-redpill-how-do-i-add-extra-modules-for-my-hardware/#comment-327812
When I try to upgrade from DSM 5.2 to the latest version via tinycore-redpill-uefi.v0.8.0.0 I get an error executing the satamap command when I updated everything and use script version 0.8.0.5, it looks like the array $pcis is not being correctly parsed, it seems to cut it up in multiple pieces at space characters, I've added a few DEBUG echo statements to display the $pcis and $pci variables while looping through them at line 1312 of the script and the for block afterwards.
In the shell the HBA disks get properly mapped, I have 9 + 1 (the USB stick) of them when I execute
ls -la /sys/block | grep "sd"
Besides that everything works but when DSM is installed it only sees the 5 disks connected to the internal controller and not the 4 extra disks connected to the HBA.
Or am I doing something wrong?