Back in FreeNAS 8.x, I'm 99% sure this card worked flawlessly, but as of 9.2, it doesn't seem to detect the card at all.
It could be that this is totally unrelated to driver issues or FreeNAS.
I just wanted to see if any of you could help point me in the right direction.
I'm going to try downgrading to an older version I used to have to see if the card is suddenly recognized or not. This is in an attempt to try to eliminate hardware (i.e. the card) failure as a possible cause. I can't find any evidence that the card even exists. My experience with hardware in *nix is somewhat limited, but my experience with BASH is pretty solid, so just let me know if there's any additional commands I should run to try to check on the hardware.
It could be that this is totally unrelated to driver issues or FreeNAS.
I just wanted to see if any of you could help point me in the right direction.
Code:
[root@freenas ~]# dmesg | grep Marvell
[root@freenas ~]# dmesg | grep SATA
ahci0: <ATI IXP700 AHCI SATA controller> port 0xc000-0xc007,0xb000-0xb003,0xa000-0xa007,0x9000-0x9003,0x8000-0x800f mem 0xfe9ffc00-0
xfe9fffff irq 22 at device 17.0 on pci0
ada0: <ST2000DM001-1CH164 CC26> ATA-8 SATA 3.x device
ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes)
ada1: <ST2000DM001-1CH164 CC26> ATA-8 SATA 3.x device
ada1: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes)
ada2: <ST2000DM001-1CH164 CC26> ATA-8 SATA 3.x device
ada2: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes)
ada3: <ST2000DM001-1CH164 CC26> ATA-8 SATA 3.x device
ada3: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes)
ada4: <ST2000DM001-9YN164 CC4H> ATA-8 SATA 3.x device
ada4: 150.000MB/s transfers (SATA, UDMA6, PIO 8192bytes)
ada5: <ST2000DM001-9YN164 CC4H> ATA-8 SATA 3.x device
ada5: 150.000MB/s transfers (SATA, UDMA6, PIO 8192bytes)
[root@freenas ~]# dmesg | grep ahci
ahci0: <ATI IXP700 AHCI SATA controller> port 0xc000-0xc007,0xb000-0xb003,0xa000-0xa007,0x9000-0x9003,0x8000-0x800f mem 0xfe9ffc00-0
xfe9fffff irq 22 at device 17.0 on pci0
ahci0: AHCI v1.10 with 4 3Gbps ports, Port Multiplier supported
ahcich0: <AHCI channel> at channel 0 on ahci0
ahcich1: <AHCI channel> at channel 1 on ahci0
ahcich2: <AHCI channel> at channel 2 on ahci0
ahcich3: <AHCI channel> at channel 3 on ahci0
ada0 at ahcich0 bus 0 scbus0 target 0 lun 0
ada1 at ahcich1 bus 0 scbus1 target 0 lun 0
ada2 at ahcich2 bus 0 scbus2 target 0 lun 0
ada3 at ahcich3 bus 0 scbus3 target 0 lun 0
[root@freenas ~]# dmesg | grep freenas
root@build3.ixsystems.com:/tank/home/jkh/build/9.2.1/freenas/os-base/amd64/fusion/jkh/9.2.1/freenas/FreeBSD/src/sys/FREENAS.amd64 amd64I'm going to try downgrading to an older version I used to have to see if the card is suddenly recognized or not. This is in an attempt to try to eliminate hardware (i.e. the card) failure as a possible cause. I can't find any evidence that the card even exists. My experience with hardware in *nix is somewhat limited, but my experience with BASH is pretty solid, so just let me know if there's any additional commands I should run to try to check on the hardware.