Pommes wrote: > I chmod 777 rc5.local , but still not working. > Now I just inserted the line > amixer -c 1 sset 'Meridian Clock Selector' 100% > at the end of the existing rcS file. > And now it works!!! Problem solved, thanks a lot for helping me!
Glad that it worked but chmod 777 is bad practice and possibly a security risk as file is executed at root (probably not a big isssue wth Touch but if you do it on other Linux systems definitely not a good idea) Put the file protection the same as other files 755 ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=110126 _______________________________________________ Touch mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/touch
