Very high Load_Cycle_Count (over 5 000 in less than 180h)

@jazzymood:
Thanks for this excellent description how to add the idle3 timer to MBL.
However, I was stuck at this point:> * * *

 

  1. make

    If it displays that make not found, you need to install it using apt-get install make

    Probably in this case gcc is missing too. You can also install that with apt-get install gcc

I got this error:

MyBookLive01:~/idle3-tools-0.9.1# apt-get install make
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package make

 And this solved my problem:

apt-get update

 After updating the package list, I was able to download “make” with apt-get install make.

Bye,

Heiko