Changeset 2525
- Timestamp:
- 05/11/04 20:58:39 (5 years ago)
- Files:
-
- lm-sensors/trunk/etc/sensors.conf.eg (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/etc/sensors.conf.eg
r2523 r2525 221 221 # yet supported; spaces at the end are ignored, though. 222 222 # 223 # 224 # BEEPS 225 # ----- 226 # Some chips support alarms with beep warnings. When an alarm is triggered 227 # you can be warned by a beeping signal through your computer speaker. It 228 # is possible to enable beeps for all alarms on a chip using the following 229 # line: 230 # 231 # set beep_enable 1 232 # 233 # or disable them using: 234 # 235 # set beep_enable 0 223 236 # 224 237 ########################################################################## … … 312 325 # the CPU temperature. 313 326 # label temp "M/B Temp" 327 328 # Uncomment the following line to enable beeps for all alarms on this chip 329 # set beep_enable 1 314 330 315 331
