summaryrefslogtreecommitdiffstats
path: root/docs/misc/index.html
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-06-20 11:04:43 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-06-20 11:04:43 (EDT)
commit7d5e669c4b12895da37e96156646c48d71def4ce (patch)
tree4cc65dcc1303f792ee641af4c2a1cf958ee99a50 /docs/misc/index.html
parentd79ac751b2adddfaae4cd41d9f0c3f8c9c42fa59 (diff)
downloadlibreboot-7d5e669c4b12895da37e96156646c48d71def4ce.zip
libreboot-7d5e669c4b12895da37e96156646c48d71def4ce.tar.gz
libreboot-7d5e669c4b12895da37e96156646c48d71def4ce.tar.bz2
docs/misc/index.html: Notes about power management beeps
Diffstat (limited to 'docs/misc/index.html')
-rw-r--r--docs/misc/index.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/misc/index.html b/docs/misc/index.html
index 06db147..f0cf4ed 100644
--- a/docs/misc/index.html
+++ b/docs/misc/index.html
@@ -22,6 +22,7 @@
<li><a href="#trisquel7_powertop">High Pitched Whining Noise on Idle (how to remove in Trisquel 7)</a></li>
<li><a href="#high_pitch_parabola">High Pitched Whining Noise on Idle (how to remove in Parabola)</a></li>
<li><a href="#serial">X60/T60: Serial port - how to use (for dock owners)</a></li>
+ <li><a href="#powerbeeps">Power Management Beeps on Thinkpads</a></li>
<li><a href="patch.html">Using diff and patch</a></li>
<li><a href="#get_edid_panelname">Get EDID: Find out the name (model) of your LCD panel</a></li>
</ul>
@@ -132,6 +133,31 @@ WantedBy=multi-user.target
</div>
+ <div class="section" id="powerbeeps">
+
+ <h1>Power Management Beeps on Thinkpads</h1>
+
+ <p>
+ When disconnecting or connecting the charger, a beep occurs.
+ When the battery goes to a critically low charge level,
+ a beep occurs. Nvramtool is included in libreboot, and can
+ be used to enable or disable this behaviour.
+ </p>
+
+ <p>
+ Disable or enable beeps when removing/adding the charger:<br/>
+ $ <b>sudo ./nvramtool -w power_management_beeps=Enable</b><br/>
+ $ <b>sudo ./nvramtool -w power_management_beeps=Disable</b>
+ </p>
+
+ <p>
+ Disable or enable beeps when battery is low:<br/>
+ $ <b>sudo ./nvramtool -w low_battery_beep=Enable</b><br/>
+ $ <b>sudo ./nvramtool -w low_battery_beep=Disable</b>
+ </p>
+
+ </div>
+
<div class="section">
<h1 id="get_edid_panelname">Get EDID: Find out the name (model) of your LCD panel</h1>