007revad Posted October 10 Share #1 Posted October 10 The Liqid LQD3000 is a ASM2824 switch board with 4 NVMe SSDs built in. I've added the following to /etc/model.dtb and /etc.defaults/model.dtb: nvme_slot@1 { pcie_root = "${pcie_root1},00.0,01.0,00.0"; port_type = "ssdcache"; }; nvme_slot@2 { pcie_root = "${pcie_root1},00.0,02.0,00.0"; port_type = "ssdcache"; }; nvme_slot@3 { pcie_root = "${pcie_root1},00.0,09.0,00.0"; port_type = "ssdcache"; }; nvme_slot@4 { pcie_root = "${pcie_root1},00.0,0a.0,00.0"; port_type = "ssdcache"; }; From udevadm: P: /devices/pci0000:40/0000:40:03.1/0000:41:00.0/0000:42:01.0/0000:43:00.0/nvme/nvme0/nvme0n1 P: /devices/pci0000:40/0000:40:03.1/0000:41:00.0/0000:42:02.0/0000:44:00.0/nvme/nvme0/nvme0n1 P: /devices/pci0000:40/0000:40:03.1/0000:41:00.0/0000:42:03.0/0000:45:00.0/nvme/nvme0/nvme0n1 P: /devices/pci0000:40/0000:40:03.1/0000:41:00.0/0000:42:0a.0/0000:46:00.0/nvme/nvme0/nvme0n1 Plus edited /usr/syno/etc/adapter_cards.conf and /usr/syno/etc.defaults/adapter_cards.conf to: [FX2422N_sup_nic] [FX2422N_sup_nvme] FS6600N=yes SA6400=yes [FX2422N_sup_sata] But the synoscgi.log shows: 2024-10-01T11:28:27-05:00 bxcr-il5-spe synoscgi_SYNO.Core.System_1_info[5976]: nvme_model_spec_get.c:272 Do not support this device 2024-10-01T11:28:27-05:00 bxcr-il5-spe synoscgi_SYNO.Core.System_1_info[5976]: nvme_slot_info_get.c:37 Failed to get model specification 2024-10-01T11:28:27-05:00 bxcr-il5-spe synoscgi_SYNO.Core.System_1_info[5976]: nvme_dev_port_check.c:23 Failed to get slot informtion of nvme0n1 I'm testing this on a real SA6400. What am I missing? 2 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.