bodhi Wrote: ------------------------------------------------------- > bodhi Wrote: > > > > Currently, I cannot manage the leds event in > > the > > > dts/dtb file correctly listed in the > > > /sys/class/leds folder. > > > > Boot back to sysvinit and check the > > /sys/class/leds again to see if they are > > populated.by mdg69 - Debian
bodhi Wrote: ------------------------------------------------------- > mdg69, > > > I am triyng to get control of the leds on a > lacie > > 2big NAS with no luck. > > My /sys/class/leds folder is always empty. > > Any suggestion? > > That's because you are using the GF Home DTB. The > LED definitions are different. > > > &gby mdg69 - Debian
I am triyng to get control of the leds on a lacie 2big NAS with no luck. My /sys/class/leds folder is always empty. Any suggestion? Do you know if the Kernel has gpio-leds support or there is a specific module to be loaded with modprobe? Thanksby mdg69 - Debian
Hi Bodhi, thank you for your time. Here just a quick update. Quote> [ 0.000000] OF: fdt: Machine model: Seagate > GoFlex Home You are still booting with the GoFlex Home DTB, not the NAS2Big DTB that I posted above. Recreate the uImage with the NAS 2Big DTB. I tried many times to recreate the uImage with the modified nas2Big DTB you provided. no luck at all! It seems that the Sby mdg69 - Debian
bodhi Wrote: ------------------------------------------------------- > Actually I did attach the DTS and DTB to this > post: > > https://forum.doozan.com/read.php?2,137413,137590#msg-137590 > > Have you tried using this DTB? > > If if ethernet does not work, please post the > serial console log, or if you don't have serial > console, post dmesg.by mdg69 - Debian
Tried many times to compile using the DTS and the DTSI and all included files. No luck. Cannot control the fan and al kind of info about cpu and so on. someone lese gave a try?by mdg69 - Debian
@bodhi I noticed that kirkwood-netxbig.dtsi refers to an #include related to the Kirkwood-6281.dtsi that AFAIK is not the right board of the nas2big. The nas2big is based on the Kirkwood 6282 (lacie-nas.org). I have not tried to compile yet but maybe this could be a flaw to be investigatedby mdg69 - Debian
Thanks for your reply but, I guess that using the Goflexhome.dtb on this box doesn't provide any fan control. In fact having a look to the dtb file there is no indication of a fan gpio while on the nas2big.dtb at the very end you can read: fan { compatible = "gpio-fan"; alarm-gpios = <0x13 0x19 0x01>; }; Maybe you or Bodhi can provide me the dts file of the gby mdg69 - Debian