Hi! I'm trying to use an nvme ssd, but the device doesn't see it.
The kmod-nvme
module is installed
An attempt to reboot does not lead to success.
modprobe nvme
echo 1 > /sys/bus/pci/rescan
also do not detect the device:
dmesg | grep pci
[ 1.618318] mtk-pcie 1a143000.pcie: host bridge /pcie@1a143000 ranges:
[ 1.624941] mtk-pcie 1a143000.pcie: Parsing ranges property...
[ 1.630781] mtk-pcie 1a143000.pcie: MEM 0x0020000000..0x0027ffffff -> 0x0020000000
[ 1.972125] mtk-pcie 1a143000.pcie: Port0 link down
[ 1.977442] mtk-pcie 1a143000.pcie: PCI host bridge to bus 0000:00
[ 1.983660] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.989151] pci_bus 0000:00: root bus resource [mem 0x20000000-0x27ffffff]
[ 1.996029] pci_bus 0000:00: scanning bus
[ 2.001780] pci_bus 0000:00: fixups for bus
[ 2.005969] pci_bus 0000:00: bus scan returning with max=00
[ 2.011541] pci_bus 0000:00: resource 4 [mem 0x20000000-0x27ffffff]
[ 2.018578] mtk-pcie 1a145000.pcie: host bridge /pcie@1a145000 ranges:
[ 2.025155] mtk-pcie 1a145000.pcie: Parsing ranges property...
[ 2.030985] mtk-pcie 1a145000.pcie: MEM 0x0028000000..0x002fffffff -> 0x0028000000
[ 2.372118] mtk-pcie 1a145000.pcie: Port1 link down
[ 2.377224] mtk-pcie 1a145000.pcie: PCI host bridge to bus 0001:00
[ 2.383431] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 2.388920] pci_bus 0001:00: root bus resource [mem 0x28000000-0x2fffffff]
[ 2.395802] pci_bus 0001:00: scanning bus
[ 2.401570] pci_bus 0001:00: fixups for bus
[ 2.405760] pci_bus 0001:00: bus scan returning with max=00
[ 2.411332] pci_bus 0001:00: resource 4 [mem 0x28000000-0x2fffffff]
[ 2.461470] FIT: flat_dt sub-image 0x00570000..0x0057011a "fdt-mt7622-bananapi-bpi-r64-pcie1" (ARM64 OpenWrt bananapi_bpi-r64 device tree overlay mt7622-bananapi-bpi-r64-pcie1)
[ 97.532858] pci_bus 0000:00: scanning bus
[ 97.540842] pci_bus 0000:00: bus scan returning with max=00
[ 97.546668] pci_bus 0001:00: scanning bus
[ 97.553026] pci_bus 0001:00: bus scan returning with max=00
[ 217.633860] pci_bus 0000:00: scanning bus
[ 217.640880] pci_bus 0000:00: bus scan returning with max=00
[ 217.646684] pci_bus 0001:00: scanning bus
[ 217.653831] pci_bus 0001:00: bus scan returning with max=00
dmesg | grep nvme
is empty
The mini-pci-> nvme bundle was successfully tested on an old laptop.
Any ideas?