Solved: Where is the ACT led file?
|
29th Nov, 2014, 09:14 AM
Post: #2
|
|||
|
|||
RE: Where is the ACT led file?
If you are looking for missing functionality (especially in sysfs), look for modules first. I honestly didn't know about this functionality so i did as well:
Code: root@pi ~ # find /lib -name led* Code: root@pi ~ # modprobe leds-gpio And tadaa: Code: root@pi ~ # ls /sys/class/leds/led0/ pilight - modular domotica solution
|
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Where is the ACT led file? - kusti8 - 29th Nov, 2014, 08:35 AM
RE: Where is the ACT led file? - CurlyMo - 29th Nov, 2014 09:14 AM
RE: Where is the ACT led file? - kusti8 - 30th Nov, 2014, 01:20 AM
RE: Where is the ACT led file? - rikardo1979 - 30th Nov, 2014, 02:16 AM
|