pocopico / rp-ext

GNU General Public License v2.0
530 stars 368 forks source link

aacraid HBA1000-16i not working #209

Open gimraker opened 1 year ago

gimraker commented 1 year ago

Dear pocopico:

I am writing to report a problem with my Redpill compilation on Synology. I have been trying to connect SAS hard drives to my system via the HBA 1000 16i, but unfortunately, the system is unable to recognize the drives.

To address this issue, I have mounted your driver file "aacraid" to the system. However, it appears that the driver is not functioning correctly. Although I can see the hard drives using the "lsmod" command, there is an error occurring. The PCI ID for the device is: PCI\VEN_9005&DEV_028D&SUBSYS_06519005&REV_01.

I have attached the complete output of the "lsmod" command for your reference. As you can see, the command can detect the hard drives, but they are not working.

please visit this link:https://github.com/gimraker/lsmod/blob/main/lsmod lsmod.txt

I would greatly appreciate your help in resolving this issue as soon as possible. If there are any additional steps that I can take to troubleshoot this problem, please let me know.

Thank you for your assistance.

pocopico commented 1 year ago

Can you please attach the output of lspci -qnn Also please note that sa6400 is a Device tree model. This means that you need to patch the /etc.defaults/model.dtb

gimraker commented 1 year ago

Thank you for your reply. However, I haven't reached the installation stage yet, so the command "lspci -qnn" may not be helpful. If the hard drive can be detected, the plugin included in arpl will automatically update dtb. Currently, I cannot see the disk under */sys/block. I have also tried using other compilation tools like Redpill, but I still couldn't install it as it couldn't detect the hard drive. Additionally, Redpill couldn't telnet to the host, so I resorted to using arpl to complete the aacraid file.