RGB led function fail on Pironman5

Hello, I am running RPi5 with latest Bookworm os.
I have an issue with the rgb fan lighting on my Pironman5. In setup I have to edit the EEPROM configuration file with the command
sudo rpi-eeprom-config -e
However I don’t see:
BOOT_UART=1
POWER_OFF_ON_HALT=1
BOOT_ORDER=0xf41

What I do see is:
BOOT_UART=1
BOOT_ORDER=0xf461
NET_INSTALL_AT_POWER_ON=1

so for example the command “sudo pironman5 -gm 3” is “unrecognised”

Help!

Roger.

Executing the command sudo rpi-eeprom-config -e shows the default configuration:
BOOT_UART=1
BOOT_ORDER=0xf461
NET_INSTALL_AT_POWER_ON=1
This is correct and there are no issues.

What problem are you experiencing with your RGB fan LED? We recommend providing a video of the issue so we can help you analyze and resolve it.

The command you executed, sudo pironman5 -gm 3, modifies the RGB fan’s operating mode, not the control of the RGB fan’s LED, which cannot be controlled separately.

Additionally, after executing the command, you need to restart the software service for the previous changes to take effect:
sudo systemctl restart pironman5.service

All working now thank you.

Regards,

Roger.