External Thunderbolt NVMe storage not recognized on 6.0.10-t2-jammy
davidrozen76 opened this issue · 2 comments
davidrozen76 commented
Hello!
When I connect a Thunderbolt 3 NVMe storage device, Ubuntu prompts to authorize the device. After authorization, the device shows as authorized & connected, but its volumes do not appear no in blkid, lsblk or fdisk.
No other informative information on dmesg.
Internal NVMe storage is working as expected (/dev/nvme0n1)
Tested against 2 different types of NVMe controllers.
When I boot 6.0.10-t2-jammy on non-mac, it works.
Help?
AdityaGarg8 commented
Your kernel parameters must be having pcie_ports=compat
as a kernel parameter.
Try the following:-
- Replace
pcie_ports=compat
withpcie_ports=auto
- Replace
pcie_ports=compat
withpcie_ports=native
- Remove the kernel parameter.
Then share the results, whether it works in any if the cases or not.
davidrozen76 commented
Removing the suggested kernel parameter solved the issue.
Cheers!