Apologies beforehand for a noob post. I realize this might be OS and/or hardware problem, but I thought this forum would be the closest “anchor” to reach out to.
I recently bought a Pironman 5 case from Amazon (link: https://www.amazon.co.uk/dp/B0D5CTRSQK) and overall the setup works great, but I’m running into two problems I can’t figure out.
Power via USB-C → Fans/Lights Stay On Even When Pi Is Off
When I connect the Pironman 5 to power via USB-C, the fans and RGB lights keep running even when the Raspberry Pi 5 is shut down. Is this expected behaviour for the case, or is there a configuration I’m missing?
NVMe (Lexar EQ790 1TB) Not Detected
I installed a 1TB Lexar EQ790 (https://www.amazon.co.uk/dp/B0DNMCJHJP) in the NVMe slot, but LibreELEC doesn’t detect it at all.
Currently the only storage visible is the SD card — the NVMe drive doesn’t show up in the OS or in lsblk.
My Setup
Raspberry Pi 5 (16GB)
OS: LibreELEC
Case: Pironman 5
NVMe SSD: Lexar EQ790 1TB
Has anyone seen similar issues?
Do I need specific drivers, firmware updates, or a different OS for NVMe support in Pironman 5?
I don’t have that brand but the board has a green led in the lower left corner with an amber (tiny) led above it. The green light comes on when power is applied and the little amber led blinks when the drive is reading/writing. Do you see these? Also, my drives show up when I run “sudo fdisk -l” in the terminal.
/dev/nvme0n1p1 8192 1056767 1048576 512M c W95 FAT32 (LBA)
/dev/nvme0n1p2 1056768 181194751 180137984 85.9G 83 Linux
/dev/nvme0n1p3 283592704 488396799 204804096 97.7G 83 Linux
The tutorial will give you settings for the fan/light settings to turn off. Also give you a config.txt setting for running the nvme at gen3. One of my drives won’t work unless I use that setting, but I don’t remember if the green light came on. For the gen 3 and fan control, I add the following to my /boot/firmware/config.txt:
[all]
dtparam=pciex1_gen=3
dtparam=fan_temp0=35000
dtparam=fan_temp0_hyst=5000
dtparam=fan_temp0_speed=175
(you may not to run the fans that much).
Ensure the FPC cable connecting the NVMe PIP module to the Raspberry Pi 5 is securely attached.
Confirm your SSD is properly fixed to the NVMe PIP module.
Check the status of the LEDs on the NVMe PIP module:
After confirming all connections, power on the Pironman 5 MAX and observe the two indicator lights on the NVMe PIP module:
PWR LED: Should be lit.
STA LED: Blinking indicates normal operation.
If the PWR LED is on but the STA LED is not blinking, it means the Raspberry Pi cannot recognize the NVMe SSD.
If the PWR LED is off, short the “Force Enable” pins on the module. If the PWR LED lights up, it may indicate a loose FPC cable or system configuration that does not support NVMe.
Confirm your NVMe SSD has the operating system correctly installed.