Horje
how to control fan speed of ubuntu laptop Code Example
how to control fan speed of ubuntu laptop
  INTERVAL=2
  MINTEMP=40  
  MAXTEMP=60  
  MINSTART=150  
  MINSTOP=0  
  MINPWM=0  
  MAXPWM=255 
Source: itectec.com
how to control fan speed of ubuntu laptop
  INTERVAL=10
  DEVPATH=hwmon1=devices/platform/coretemp.0 hwmon2=devices/platform/nct6775.2608
  DEVNAME=hwmon1=coretemp hwmon2=nct6779
  FCTEMPS=hwmon2/pwm2=hwmon1/temp2_input
  FCFANS=hwmon2/pwm2=hwmon2/fan2_input
  MINTEMP=hwmon2/pwm2=49
  MAXTEMP=hwmon2/pwm2=83
  MINSTART=hwmon2/pwm2=150
  MINSTOP=hwmon2/pwm2=15
  MINPWM=hwmon2/pwm2=14
  MAXPWM=hwmon2/pwm2=255
Source: itectec.com




Shell

Related
symfony new project Code Example symfony new project Code Example
basic git commands Code Example basic git commands Code Example
apt package manager Code Example apt package manager Code Example
ubuntu install pip Code Example ubuntu install pip Code Example
aws s3 change bucket region Code Example aws s3 change bucket region Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13