nihyma
1
Hi, I have tried the image from the github for latest manjaro (sd card) but I cannot get a ssd in ls /dev.
uname -r
6.1.12-1-MANJARO-ARM
dmesg | grep pcie
[ 0.681924] rockchip-dw-pcie 3c0000000.pcie: host bridge /pcie@fe260000 ranges:
[ 0.681960] rockchip-dw-pcie 3c0000000.pcie: IO 0x00f4100000..0x00f41fffff -> 0x00f4100000
[ 0.681974] rockchip-dw-pcie 3c0000000.pcie: MEM 0x00f4200000..0x00f5ffffff -> 0x00f4200000
[ 0.681981] rockchip-dw-pcie 3c0000000.pcie: MEM 0x0300000000..0x033fffffff -> 0x0040000000
[ 0.682118] rockchip-dw-pcie 3c0000000.pcie: iATU unroll: enabled
[ 0.682124] rockchip-dw-pcie 3c0000000.pcie: iATU regions: 8 ob, 8 ib, align 64K, limit 8G
[ 0.898361] rockchip-dw-pcie 3c0000000.pcie: PCIe Gen.1 x1 link up
[ 0.898749] rockchip-dw-pcie 3c0000000.pcie: PCI host bridge to bus 0000:00
[ 0.939044] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
mmcblk0 179:0 0 29.5G 0 disk
├─mmcblk0p1 179:1 0 457.8M 0 part /boot
└─mmcblk0p2 179:2 0 29G 0 part /
zram0 253:0 0 11.3G 0 disk [SWAP]
Strit
2
I see a similar bug for the Nano Pi R5S here:
Try adding pcie_aspm=off
to the APPEND line in the /boot/extlinux/extlinux.conf file.
nihyma
3
no change
dmesg | grep pcie
[ 0.000000] Kernel command line: initrd=/initramfs-linux.img console=ttyS2,1500000 root=PARTUUID=d01c7ff5-2650-4f58-b6e6-67353b0b5c76 rw rootwait audit=0 splash plymouth.ignore-serial-consoles pcie_aspm=off
[ 0.688386] rockchip-dw-pcie 3c0000000.pcie: host bridge /pcie@fe260000 ranges:
[ 0.688434] rockchip-dw-pcie 3c0000000.pcie: IO 0x00f4100000..0x00f41fffff -> 0x00f4100000
[ 0.688455] rockchip-dw-pcie 3c0000000.pcie: MEM 0x00f4200000..0x00f5ffffff -> 0x00f4200000
[ 0.688467] rockchip-dw-pcie 3c0000000.pcie: MEM 0x0300000000..0x033fffffff -> 0x0040000000
[ 0.688662] rockchip-dw-pcie 3c0000000.pcie: iATU unroll: enabled
[ 0.688671] rockchip-dw-pcie 3c0000000.pcie: iATU regions: 8 ob, 8 ib, align 64K, limit 8G
[ 0.908220] rockchip-dw-pcie 3c0000000.pcie: PCIe Gen.1 x1 link up
[ 0.908549] rockchip-dw-pcie 3c0000000.pcie: PCI host bridge to bus 0000:00
[ 0.928487] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
Strit
4
You rebooted after adding it, right?
Just going off info in that github issue.