05-28-2023, 04:42 PM
(05-28-2023, 02:24 PM)Nutul Wrote:(05-28-2023, 12:36 PM)zazouboy Wrote: Hello Romain,
Hope this message will find you well.
I used you little utility with the previous moOde versions successfully until I recently updated to the latest 8 version.
Maybe I am wrong or I made mistake, but it seems not to work anymore with the latest version.
Anyone got it to work with moOde 8?
In recent Raspbian OS versions the names of the leds have changed from "led0" and "led1" to "ACT" and "PWR" respectively, so I believe the checksources.sh file needs to be modified, at the lines 10 and 11, replacing the LED=0 with LED="ACT" and LED=1- with LED="PWR" respectively.
In line 13, also, the "led" text just before "${LED}" should be removed for this change to work.
You got it Al