On Tue, Jul 8, 2014 at 11:56 AM, Immutant <[email protected]> wrote: > On Tuesday, July 8, 2014 11:09:00 PM UTC+8, RobertCNelson wrote: >> >> On Tue, Jul 8, 2014 at 9:37 AM, Immutant <[email protected]> wrote: >> > Erm, sure. >> > >> > The Rev C I got is the Element14 one. I bought it from the Element14 >> > Singapore website at this link on 14/05/2014: >> > >> > goo.gl/ykI5pf (Link is down because element14 is down). >> > >> > The strange thing was that, when I placed the order, they told me that >> > there >> > is a lead time of 8 to 10 weeks (had to confirm 2x, 1 via email, and 1 >> > via >> > phone to place my order). Then surprisingly, I got the physical BBB >> > package >> > on 15/05/2014, which was the next day. >> > >> > http://paste.debian.net/108705 >> > http://paste.debian.net/108707/ >> >> you can fix /etc/init.d/led_aging.sh via: >> >> https://gist.github.com/RobertCNelson/337a72924a44ed414e06 > > > Umm, I don't have much experience with linux OS until now when I am fiddling > around with the BBB. How do I fix the .sh file via git? > A google search brings me links like > http://www.howtoforge.com/how-to-install-a-public-git-repository-on-a-debian-server > But I doubt that is the way ...
Umm.. just ssh in, use nano... sudo insserv --remove led_aging.sh sudo rm -rf /etc/init.d/led_aging.sh sudo nano /etc/init.d/led_aging.sh copy & paste text: (from that link) ctrl-x to exit and save then run: sudo insserv led_aging.sh Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
