Differences

This shows you the differences between two versions of the page.

Link to this comparison view

oss:jackfreqd:start [28.02.2020 13:54]
rgareus [Source]
oss:jackfreqd:start [28.02.2020 13:56] (current)
rgareus
Line 15: Line 15:
  
 ''jackfreqd'' can be distributed in terms of the [[http://www.gnu.org/licenses/gpl2.html|GNU General Public License]]. ''jackfreqd'' can be distributed in terms of the [[http://www.gnu.org/licenses/gpl2.html|GNU General Public License]].
- 
-===== Installation ===== 
- 
-Stop or remove existing CPU frequency scaling daemons from the system. and make sure your system supports userspace freq. scaling (''sudo modprobe cpufreq_userspace''). 
- 
-  git clone git://rg42.org/jackfreqd 
-  cd jackfreqd 
-  make 
-  sudo make install 
-  sudo /etc/init.d/jackfreqd start 
- 
-To launch it on bootup you need to create symlinks in ''/etc/rc?.d/''. e.g by running ''update-rc.d jackfreqd defaults''. 
- 
-On debian you can automate that: 
-  git clone git://rg42.org/jackfreqd 
-  cd jackfreqd 
-  git checkout -b debian origin/debian 
-  git-buildpackage --git-upstream-branch=master --git-debian-branch=debian -rfakeroot 
-  sudo dpkg -i ../jackfreqd_*.deb 
  
 ===== Usage ===== ===== Usage =====
 
oss/jackfreqd/start.txt · Last modified: 28.02.2020 13:56 by rgareus