File: fan_ctrl.8

package info (click to toggle)
corel-util 1.2-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 128 kB
  • ctags: 57
  • sloc: ansic: 776; makefile: 61; sh: 5
file content (49 lines) | stat: -rw-r--r-- 1,587 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
.TH fan_ctrl 8 "November 2 1998" "CCC" "Corel NetWinder Utilities" 
.SH NAME
fan_ctrl \- control fan on rev 5 NetWinders
.SH SYNOPSIS
.B /sbin/fan_ctrl
.RB [ on | off | start ]
.SH DESCRIPTION
This utility can be used to enable/disable the fan on a Revision 5
NetWinder (previous models lack the necessary hardware support).  Turning
the fan off for extended periods of time may cause the NetWinder to overheat
and is therefore not recommended.  If you wish to operate "silently" with
the fan off, it is suggested that the watchdog timer (see
.BR start_wdog (8))
be modified to monitor the temperature and restart the fan as necessary.
This utility merely controls the fan ON/OFF hardware bit;
the speed of the fan is controlled by the
.BR set_therm (8)
utility.
.SH OPTIONS
.TP
.I on
Enable fan control (Turns the fan ON).
.TP
.I off
Disable fan control (Turns the fan OFF).
.TP
.I start
Enables fan control, and briefly sets the fan to HI speed, then restores
the original thermostate setting.  This is intended for use in the
initialization script
.I /etc/rc.d/rc.sysinit
to ensure that the fan is started during booting.  Some fans will not start
if they power up in LO speed, hence this command.
.SH FILES
.TP 24
.I /sbin/fan_ctrl
Binary executable.
.TP 24
.I /man/man8/fan_ctrl.8
Manual page.
.SH SEE ALSO
.BR set_therm (8),
.BR start_wdog (8)
.SH DIAGNOSTICS
<Not yet written>
.SH AUTHOR
The program is written by Woody Suwalski <woody@corelcomputer.com>, and the
man page was written by Ralph Siemsen <ralphs@corelcomputer.com>.  Both are
distributed under the terms of the GPL.