09-07-2021, 01:01 AM
(09-05-2021, 09:52 AM)jiyong Wrote:(09-04-2021, 08:44 AM)mattpenn Wrote: Hi all,
I've now tried installing 3 different models of NVMe SSD in my PBP but none are detected by the OS (lspci, lsblk, dmesg).
I'm currently working with the Patriot P300 as that was something reported as working on the wiki. I'm using the latest Manjaro on SD. My eMMC is removed as it was never consistently detected at boot.
I'm now planning to order another NVMe adapter as that is an easy/cheap step to try.
If anyone has other more sophisticated troubleshooting steps to try please let me know!
Cheers,
Matt
Just to be sure, what is reported when you do: sudo fdisk -l
It should not matter, but which Linux distro (and version) are you using?
So I assume you are booting from a micro SD card?
Yes booting from SD. Up-to-date Majaro.
[matt@pbp ~]$ sudo fdisk -l
[sudo] password for matt:
Disk /dev/mmcblk1: 119.08 GiB, 127865454592 bytes, 249737216 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 03F8AD0B-568A-4DD0-82BE-5A1B258958DD
Device Start End Sectors Size Type
/dev/mmcblk1p1 62500 500000 437501 213.6M Microsoft basic data
/dev/mmcblk1p2 500001 249737182 249237182 118.8G Linux filesystem
Disk /dev/zram0: 5.66 GiB, 6075244544 bytes, 1483214 sectors
Units: sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
[matt@pbp ~]$ uname -a
Linux pbp 5.13.12-1-MANJARO-ARM #1 SMP Wed Aug 18 07:36:58 UTC 2021 aarch64 GNU/Linux
[matt@pbp ~]$