Hi mb
This would be a lot easier if I could reproduce the symptoms at my end.
After running ./ledcontrol do any new messages show up in dmesg?
Although it should not be necessary, does sudo ./ledcontrol make any difference?
If those two steps don't produce any answers, try the following:
Open the file ledcontrol.c
Change:
if((fd=open("/dev/tty", O_NOCTTY)) < 0)
to:
if((fd=open("/dev/console", O_NOCTTY)) < 0)
Save the file and run ./compileledcontrol again
You will need sudo after this change.
sudo ./ledcontrol