Hello, I use R6C box and it does not recognise my 2TB pcie 4.0 nvme drive(Kingston SNV2S/2000G). Drive is 100% alive, I use it in a two machines without any issues. Looking for some help.
Two another nvme drives works well in r6c without any issues.
Two another nvme drives works well in r6c without any issues.
Code: Select all
root@FriendlyWrt:~# dmesg
[ 1.642652] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
[ 1.642678] Linux version 6.1.57 (ubuntu@dff731ce97bd) (aarch64-linux-gnu-gcc (ctng-1.25.0-119g-FA) 11.3.0, GNU ld (GNU Binutils) 2.38) #1 SMP Mon Aug 19 20:16:00 CST 2024
[ 1.645164] random: crng init done
[ 1.649313] Machine model: FriendlyElec NanoPi R6C
[ 1.656480] earlycon: uart8250 at MMIO32 0x00000000feb50000 (options '')
[ 1.659816] printk: bootconsole [uart8250] enabled
root@FriendlyWrt:~# lspci
0003:30:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3588 (rev 01)
0003:31:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05)
root@FriendlyWrt:~# dmesg | grep pcie
[ 4.232961] reg-fixed-voltage vcc3v3-pcie20: Looking up vin-supply from device tree
[ 4.232974] vcc_3v3_pcie20: supplied by vcc_3v3_s3
[ 4.233213] vcc_3v3_pcie20: 3300 mV, enabled
[ 4.233367] reg-fixed-voltage vcc3v3-pcie20: vcc_3v3_pcie20 supplying 3300000uV
[ 4.233920] rk-pcie fe180000.pcie: invalid prsnt-gpios property in node
[ 4.234429] rk-pcie fe190000.pcie: invalid prsnt-gpios property in node
[ 4.234448] rk-pcie fe190000.pcie: Looking up vpcie3v3-supply from device tree
[ 4.235406] rk-pcie fe190000.pcie: host bridge /pcie@fe190000 ranges:
[ 4.235444] rk-pcie fe190000.pcie: IO 0x00f4100000..0x00f41fffff -> 0x00f4100000
[ 4.235464] rk-pcie fe190000.pcie: MEM 0x00f4200000..0x00f4ffffff -> 0x00f4200000
[ 4.235477] rk-pcie fe190000.pcie: MEM 0x0a00000000..0x0a3fffffff -> 0x0a00000000
[ 4.235546] rk-pcie fe190000.pcie: iATU unroll: enabled
[ 4.235554] rk-pcie fe190000.pcie: iATU regions: 8 ob, 8 ib, align 64K, limit 8G
[ 4.283224] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up pcie-supply from device tree
[ 4.283309] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up pcie-supply property in node /power-management@fd8d8000/power-controller failed
[ 4.345189] rk-pcie fe180000.pcie: Looking up vpcie3v3-supply from device tree
[ 4.346806] rk-pcie fe180000.pcie: host bridge /pcie@fe180000 ranges:
[ 4.346873] rk-pcie fe180000.pcie: IO 0x00f3100000..0x00f31fffff -> 0x00f3100000
[ 4.346904] rk-pcie fe180000.pcie: MEM 0x00f3200000..0x00f3ffffff -> 0x00f3200000
[ 4.346925] rk-pcie fe180000.pcie: MEM 0x09c0000000..0x09ffffffff -> 0x09c0000000
[ 4.347016] rk-pcie fe180000.pcie: iATU unroll: enabled
[ 4.347030] rk-pcie fe180000.pcie: iATU regions: 8 ob, 8 ib, align 64K, limit 8G
[ 4.456401] rk-pcie fe190000.pcie: PCIe Linking... LTSSM is 0x3
[ 4.477544] rk-pcie fe190000.pcie: PCIe Linking... LTSSM is 0x3
[ 4.498721] rk-pcie fe190000.pcie: PCIe Linking... LTSSM is 0x3
[ 4.519804] rk-pcie fe190000.pcie: PCIe Linking... LTSSM is 0x3
[ 4.540885] rk-pcie fe190000.pcie: PCIe Linking... LTSSM is 0x3
[ 4.655130] rk-pcie fe180000.pcie: PCIe Link up, LTSSM is 0x130011
[ 4.655191] rk-pcie fe180000.pcie: PCIe Gen.2 x1 link up
[ 4.655709] rk-pcie fe180000.pcie: PCI host bridge to bus 0003:30
[ 4.699254] pcieport 0003:30:00.0: PME: Signaling with IRQ 122
[ 5.506753] rk-pcie fe190000.pcie: PCIe Link Fail, LTSSM is 0x3, hw_retries=0
[ 5.506810] rk-pcie fe190000.pcie: failed to initialize host
root@FriendlyWrt:~# uname -a
Linux FriendlyWrt 6.1.57 #1 SMP Mon Aug 19 20:16:00 CST 2024 aarch64 GNU/Linux