~ubuntu-branches/debian/squeeze/laptop-mode-tools/squeeze

« back to all changes in this revision

Viewing changes to etc/laptop-mode/conf.d/ethernet.conf

  • Committer: Bazaar Package Importer
  • Author(s): Bart Samwel
  • Date: 2008-07-15 12:47:01 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080715124701-kaj9itpwjfpjrr0m
Tags: 1.45-1
* New upstream version 1.45.
* New upstream version 1.44:
  * Strip non-numeric suffixes from kernel minor version number.
    Closes: #488950.
  * Remove spurious error message on machines that don't have 
    /sys/class/power_supply. Closes: #490167.
  * Fix incorrect path to laptop-mode.conf in the laptop-mode.conf(8)
    manual page. Closes: #488261.
  * Add sched-mc-power-savings module. Closes: #490587.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Configuration file for Laptop Mode Tools module ethernet.
 
3
#
 
4
# For more information, consult the laptop-mode.conf(8) manual page.
 
5
#
 
6
 
 
7
 
 
8
###############################################################################
 
9
# Ethernet power saving settings
 
10
# ------------------------------
 
11
#
 
12
# There are various ways to save power with ethernet. This section allows you
 
13
# to control the speed of your ethernet connection, and your wakeup-on-LAN
 
14
# settings. Both these things can have quite a power impact if you use Ethernet.
 
15
#
 
16
###############################################################################
 
17
 
 
18
# Control Ethernet settings?
 
19
CONTROL_ETHERNET=0
 
20
 
 
21
# Disable wakeup-on-LAN? This will disable wakeup-on-LAN unconditionally,
 
22
# independent of battery power. It will save power while your laptop is turned
 
23
# off or in standby mode.
 
24
DISABLE_WAKEUP_ON_LAN=1
 
25
 
 
26
# Limit the speed of the Ethernet connection to 100 Mbit? The difference in
 
27
# power usage between 1 Gbit and 100 Mbit Ethernet is quite large, so tuning
 
28
# can yield savings if you don't need the full speed (for instance if you only
 
29
# use Ethernet as to connect to a much slower ADSL modem).
 
30
BATT_THROTTLE_ETHERNET=1
 
31
LM_AC_THROTTLE_ETHERNET=1
 
32
NOLM_AC_THROTTLE_ETHERNET=0
 
33
 
 
34
 
 
35
# A list of the ethernet devices that should be controlled.
 
36
ETHERNET_DEVICES="eth0 eth1"