User Tools

Site Tools


ubiquiti:dream_router:fan_speed

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ubiquiti:dream_router:fan_speed [2022/10/10 18:09] peterubiquiti:dream_router:fan_speed [2022/10/10 18:19] (current) peter
Line 36: Line 36:
  
 ---- ----
 +
 +===== Check Fan Speed Configuration =====
 +
 +<code bash>
 +cat /sys/class/hwmon/hwmon0/pwm1_enable
 +</code>
 +
 +returns
 +
 +<code bash>
 +1
 +</code>
 +
 +
 +<WRAP info>
 +**NOTE:**  According to the [[https://www.kernel.org/doc/Documentation/hwmon/sysfs-interface|hwmon]] docs at kernel.org, this means that the fan is configured for fixed-speed operation.
 +
 +  * The following should enable automatic fan speed control in theory: <code bash>echo 2 > /sys/class/hwmon/hwmon0/pwm1_enable</code>
 +
 +  * Check the contents of **sys/class/hwmon/hwmon0/pwm1_auto_point_*** to see a list of temperature settings.
 +</WRAP>
 +
 +
  
ubiquiti/dream_router/fan_speed.1665425354.txt.gz · Last modified: 2022/10/10 18:09 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki