bpa wrote: > On many Linux systems there are scripts which are executed at various > stages of boot process: rcS, rc1,rc2,rc3,rc4 and rc5 - each of these > will check if an associated "rcX.local" file exists and call it from the > relevant rcX script. > > In your case - rcS.local should just have your line the amixer one. The > Logitech provided rcS file should be left untouched - this way if rcS is > ever changed/updated - your file will still be executed at the right > time and not be dependent on what is in rcS. > > The point I was making about permissions is that, if you get into the > habit of first applying 777 at the sign of a problem on any Linux such > as a Pi (or even Windows equivalent) - it will get you into trouble > eventually. Thanks, Perfect, I got it! I reverted to original rcS. Then I did vi rcS.local (press the 'i' key and then type) amixer -c 1 sset 'Meridian Clock Selector' 100% (press the escape key, type) :wq (thats colon key, w key, q key) chmod 755 rcS.local
It is working, thanks a lot for helping me!!! The Earth Has Music For Those Who Listen ------------------------------------------------------------------------ Pommes's Profile: http://forums.slimdevices.com/member.php?userid=67682 View this thread: http://forums.slimdevices.com/showthread.php?t=110126 _______________________________________________ Touch mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/touch
