Linux Projektvorstellung: TLP – Linux Stromsparen

Linux Betriebssystem

linrunner

Ubuntuversteher
Themenstarter
Registriert
22 Juni 2007
Beiträge
13.273
Nachdem im Forum öfters nachgefragt wird, wie man Linux die Feinheiten des Stromsparens beibringt, habe ich mich vor einiger Zeit entschlossen, meine Skriptsammlung in eine allgemein benutzbare Form zu bringen. Das Ergebnis möchte ich Euch an dieser Stelle vorstellen.

Dokumentation ist auf der offiziellen Website https://linrunner.de/tlp/ zu finden (die Infos in unserem Wiki werden von mir nicht mehr gepflegt und sind veraltet).

Fragen und Probleme einfach hier im Thread posten.

Für die erste Analyse benötige ich bitte stets den kompletten Output von

Code:
sudo tlp-stat
Anmerkung: ich fordere oft in der weiteren Analyse Teilausgaben an - das sollt ihr jedoch nicht selbstständig tun! Immer zuerst die vollständige Ausgabe.

Bitte auch die FAQ beachten!

Rückmeldungen der Art "alles funktioniert" sind natürlich auch gern gesehen ... :cool:
 
Zuletzt bearbeitet:
@.Sun: so bringt das nichts. Bei deinem Test war Wifi beim Herunterfahren an:
Code:
Jul 26 15:59:26 T410s tlp[2263,1]: [B]+++ mode=init stop[/B]
...
Jul 26 15:59:26 T410s tlp[2263,1]: device_state(wifi)
Jul 26 15:59:26 T410s tlp[2263,1]: get_devc(wifi) = /sys/class/rfkill/rfkill0/state
Jul 26 15:59:26 T410s tlp[2263,1]: [B]get_devs(wifi) = 1[/B]

EDITH: Übrigens

1. Kann ich in dem Trace nicht erkennen, dass beim Systemstart ("mode=init start") die eigentlichen Stromspareinstellungen aufgerufen werden. Hast Du wirklich alle Voraussetzungen – insbes. pm-utils, upower – installiert?

2. Sehen die Timestamps komisch aus (alles identisch). War das wirklich ein Reboot oder was war das?
 
Zuletzt bearbeitet:
Zu. 1:
Code:
extra/pm-utils 1.4.1-6 [Installiert]
    Utilities and scripts for suspend and hibernate power management
extra/upower 0.9.20-2 [Installiert]
    Abstraction for enumerating power devices, listening to device events and querying
    history and statistics
"Extra" installiert habe ich nichts. Die Abhängigkeiten, sofern nötig, hat es sich selbst geladen. tlp und tlp-rdw stammen aus dem AUR und tp_smapi wurde mit pacman installiert.

Zu 2.: Nein, habe nur tlp neugestartet. Jetzt nochmal mit wifi off und ein richtiger Neustart.

Code:
[sun@T410s sun]$ sudo tlp-stat -T
[sudo] password for sun: 
--- TLP 0.3.9 --------------------------------------------

Jul 26 15:59:26 T410s tlp[2263,1]: +++ mode=init stop
Jul 26 15:59:26 T410s tlp[2263,1]: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
Jul 26 15:59:26 T410s tlp[2263,1]: init_radio_devices(stop): restore=1
Jul 26 15:59:26 T410s tlp[2263,1]: save_device_states
Jul 26 15:59:26 T410s tlp[2263,1]: device_state(bluetooth)
Jul 26 15:59:26 T410s tlp[2263,1]: get_devc(bluetooth).not_present
Jul 26 15:59:26 T410s tlp[2263,1]: get_devs(bluetooth) = 254
Jul 26 15:59:26 T410s tlp[2263,1]: device_state(wifi)
Jul 26 15:59:26 T410s tlp[2263,1]: get_devc(wifi) = /sys/class/rfkill/rfkill0/state
Jul 26 15:59:26 T410s tlp[2263,1]: get_devs(wifi) = 1
Jul 26 15:59:26 T410s tlp[2263,1]: device_state(wwan)
Jul 26 15:59:26 T410s tlp[2263,1]: get_devc(wwan).not_present
Jul 26 15:59:26 T410s tlp[2263,1]: get_devs(wwan) = 254
Jul 26 15:59:26 T410s tlp[2292,1]: +++ mode=init start
Jul 26 15:59:26 T410s tlp[2292,1]: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
Jul 26 15:59:26 T410s tlp[2292,1]: init_radio_devices(start): restore=1
Jul 26 15:59:26 T410s tlp[2292,1]: restore_device_states
Jul 26 15:59:26 T410s tlp[2292,1]: set_run_flag.touch: lock.rdw; rc=0
Jul 26 15:59:26 T410s tlp[2292,1]: device_set_state(bluetooth, 254)
Jul 26 15:59:26 T410s tlp[2292,1]: get_devc(bluetooth).not_present
Jul 26 15:59:26 T410s tlp[2292,1]: device_set_state(wifi, 1)
Jul 26 15:59:26 T410s tlp[2292,1]: get_devc(wifi) = /sys/class/rfkill/rfkill0/state
Jul 26 15:59:26 T410s tlp[2292,1]: device_set_state(wifi, 1).rfkill
Jul 26 15:59:26 T410s tlp[2292,1]: get_devs(wifi) = 1
Jul 26 15:59:26 T410s tlp[2292,1]: device_set_state(wwan, 254)
Jul 26 15:59:26 T410s tlp[2292,1]: get_devc(wwan).not_present
Jul 26 15:59:26 T410s tlp[2292,1]: reset_run_flag.remove: lock.rdw
Jul 26 15:59:26 T410s tlp[2292,1]: check_tpacpi: rc=127
Jul 26 15:59:26 T410s tlp[2292,1]: check_tp_smapi: rc=0
Jul 26 15:59:26 T410s tlp[2292,1]: set_charge_thresholds: tpacpi-bat=127; tp_smapi=0
Jul 26 15:59:26 T410s tlp[2292,1]: bat_exists(BAT0): rc=0
Jul 26 15:59:26 T410s tlp[2292,1]: normalize_thresholds(90, 95): start=90; stop=95
Jul 26 15:59:26 T410s tlp[2292,1]: do_threshold(stop, BAT0): tpacpi-bat=127; tp_smapi=0; old=95; new=95; rc=0
Jul 26 15:59:26 T410s tlp[2292,1]: set_charge_thresholds.stop(BAT0): 95; rc=0
Jul 26 15:59:26 T410s tlp[2292,1]: do_threshold(start, BAT0): tpacpi-bat=127; tp_smapi=0; old=90; new=90; rc=0
Jul 26 15:59:26 T410s tlp[2292,1]: set_charge_thresholds.start(BAT0): 90; rc=0
Jul 26 15:59:26 T410s tlp[2292,1]: bat_exists(BAT1): rc=1
Jul 26 16:33:24 T410s tlp[6229,1]: +++ mode=false
Jul 26 16:33:24 T410s tlp[6229,1]: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
Jul 26 16:33:24 T410s tlp[6229,1]: set_laptopmode(0): 0
Jul 26 16:33:24 T410s tlp[6229,1]: set_dirty_parms(0): 1500
Jul 26 16:33:24 T410s tlp[6229,1]: set_scaling_governor(0): ondemand
Jul 26 16:33:24 T410s tlp[6229,1]: set_scaling_min_max_freq(0).min: 0
Jul 26 16:33:24 T410s tlp[6229,1]: set_scaling_min_max_freq(0).max: 0
Jul 26 16:33:24 T410s tlp[6229,1]: set_cpu_boost_all(0): 0
Jul 26 16:33:24 T410s tlp[6229,1]: set_sched_powersave(0).not_available
Jul 26 16:33:24 T410s tlp[6229,1]: set_nmi_watchdog: 0
Jul 26 16:33:24 T410s tlp[6229,1]: set_sata_link_power(0): max_performance
Jul 26 16:33:24 T410s tlp[6229,1]: set_pcie_aspm(0).disabled_by_kernel
Jul 26 16:33:24 T410s tlp[6229,1]: set_radeon_profile(0).not_available
Jul 26 16:33:24 T410s tlp[6229,1]: set_wifi_power_mode(0, wlp3s0).iwconfig: off
Jul 26 16:33:24 T410s tlp[6229,1]: disable_wake_on_lan: y
Jul 26 16:33:24 T410s tlp[6229,1]: set_sound_power_mode.hda: 1 Y
Jul 26 16:33:24 T410s tlp[6229,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:00.0 [0x060000 Host Bridge]
Jul 26 16:33:24 T410s tlp[6229,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:02.0 [0x030000]
Jul 26 16:33:24 T410s tlp[6229,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:16.0 [0x078000]
Jul 26 16:33:24 T410s tlp[6229,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:19.0 [0x020000 Ethernet controller]
Jul 26 16:33:24 T410s tlp[6229,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1a.0 [0x0c0320]
Jul 26 16:33:24 T410s tlp[6229,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1b.0 [0x040300 Audio device]
Jul 26 16:33:24 T410s tlp[6229,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1c.0 [0x060400]
Jul 26 16:33:24 T410s tlp[6229,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1c.1 [0x060400]
Jul 26 16:33:24 T410s tlp[6229,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1c.3 [0x060400]
Jul 26 16:33:24 T410s tlp[6229,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1d.0 [0x0c0320]
Jul 26 16:33:24 T410s tlp[6229,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1e.0 [0x060401]
Jul 26 16:33:24 T410s tlp[6229,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1f.0 [0x060100]
Jul 26 16:33:24 T410s tlp[6229,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1f.2 [0x010601]
Jul 26 16:33:24 T410s tlp[6229,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1f.3 [0x0c0500]
Jul 26 16:33:24 T410s tlp[6229,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1f.6 [0x118000]
Jul 26 16:33:24 T410s tlp[6229,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:03:00.0 [0x028000 Wireless]
Jul 26 16:33:24 T410s tlp[6229,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:05:00.0 [0x080500 SD Card Reader]
Jul 26 16:33:24 T410s tlp[6229,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:05:00.1 [0x088000 Card Reader]
Jul 26 16:33:24 T410s tlp[6229,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:ff:00.0 [0x060000 Host Bridge]
Jul 26 16:33:24 T410s tlp[6229,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:ff:00.1 [0x060000 Host Bridge]
Jul 26 16:33:24 T410s tlp[6229,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:ff:02.0 [0x060000 Host Bridge]
Jul 26 16:33:24 T410s tlp[6229,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:ff:02.1 [0x060000 Host Bridge]
Jul 26 16:33:24 T410s tlp[6229,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:ff:02.2 [0x060000 Host Bridge]
Jul 26 16:33:24 T410s tlp[6229,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:ff:02.3 [0x060000 Host Bridge]
Jul 26 16:45:52 T410s tlp[6440,1]: +++ mode=start
Jul 26 16:45:52 T410s tlp[6440,1]: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
Jul 26 16:45:52 T410s tlp[6440,1]: set_laptopmode(0): 0
Jul 26 16:45:52 T410s tlp[6440,1]: set_dirty_parms(0): 1500
Jul 26 16:45:52 T410s tlp[6440,1]: set_scaling_governor(0): ondemand
Jul 26 16:45:52 T410s tlp[6440,1]: set_scaling_min_max_freq(0).min: 0
Jul 26 16:45:52 T410s tlp[6440,1]: set_scaling_min_max_freq(0).max: 0
Jul 26 16:45:52 T410s tlp[6440,1]: set_cpu_boost_all(0): 0
Jul 26 16:45:52 T410s tlp[6440,1]: set_sched_powersave(0).not_available
Jul 26 16:45:52 T410s tlp[6440,1]: set_nmi_watchdog: 0
Jul 26 16:45:52 T410s tlp[6440,1]: set_sata_link_power(0): max_performance
Jul 26 16:45:52 T410s tlp[6440,1]: set_pcie_aspm(0).disabled_by_kernel
Jul 26 16:45:52 T410s tlp[6440,1]: set_radeon_profile(0).not_available
Jul 26 16:45:52 T410s tlp[6440,1]: set_wifi_power_mode(0, wlp3s0).iwconfig: off
Jul 26 16:45:52 T410s tlp[6440,1]: disable_wake_on_lan: y
Jul 26 16:45:52 T410s tlp[6440,1]: set_sound_power_mode.hda: 1 Y
Jul 26 16:45:52 T410s tlp[6440,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:00.0 [0x060000 Host Bridge]
Jul 26 16:45:52 T410s tlp[6440,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:02.0 [0x030000]
Jul 26 16:45:52 T410s tlp[6440,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:16.0 [0x078000]
Jul 26 16:45:52 T410s tlp[6440,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:19.0 [0x020000 Ethernet controller]
Jul 26 16:45:52 T410s tlp[6440,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1a.0 [0x0c0320]
Jul 26 16:45:52 T410s tlp[6440,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1b.0 [0x040300 Audio device]
Jul 26 16:45:52 T410s tlp[6440,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1c.0 [0x060400]
Jul 26 16:45:52 T410s tlp[6440,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1c.1 [0x060400]
Jul 26 16:45:52 T410s tlp[6440,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1c.3 [0x060400]
Jul 26 16:45:52 T410s tlp[6440,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1d.0 [0x0c0320]
Jul 26 16:45:52 T410s tlp[6440,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1e.0 [0x060401]
Jul 26 16:45:52 T410s tlp[6440,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1f.0 [0x060100]
Jul 26 16:45:52 T410s tlp[6440,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1f.2 [0x010601]
Jul 26 16:45:52 T410s tlp[6440,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1f.3 [0x0c0500]
Jul 26 16:45:52 T410s tlp[6440,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1f.6 [0x118000]
Jul 26 16:45:52 T410s tlp[6440,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:03:00.0 [0x028000 Wireless]
Jul 26 16:45:52 T410s tlp[6440,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:05:00.0 [0x080500 SD Card Reader]
Jul 26 16:45:52 T410s tlp[6440,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:05:00.1 [0x088000 Card Reader]
Jul 26 16:45:52 T410s tlp[6440,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:ff:00.0 [0x060000 Host Bridge]
Jul 26 16:45:52 T410s tlp[6440,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:ff:00.1 [0x060000 Host Bridge]
Jul 26 16:45:52 T410s tlp[6440,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:ff:02.0 [0x060000 Host Bridge]
Jul 26 16:45:52 T410s tlp[6440,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:ff:02.1 [0x060000 Host Bridge]
Jul 26 16:45:52 T410s tlp[6440,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:ff:02.2 [0x060000 Host Bridge]
Jul 26 16:45:52 T410s tlp[6440,1]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:ff:02.3 [0x060000 Host Bridge]
Jul 26 16:45:52 T410s tlp[6440,1]: set_usb_suspend.auto: Bus 1 Dev 2 ID 8087:0020 /sys/bus/usb/devices/1-1 [control autosuspend_delay_ms]
Jul 26 16:45:52 T410s tlp[6440,1]: set_usb_suspend.auto: Bus 1 Dev 3 ID 147e:2016 /sys/bus/usb/devices/1-1.3 [control autosuspend_delay_ms]
Jul 26 16:45:52 T410s tlp[6440,1]: set_usb_suspend.auto: Bus 1 Dev 4 ID 17ef:100a /sys/bus/usb/devices/1-1.5 [control autosuspend_delay_ms]
Jul 26 16:45:52 T410s tlp[6440,1]: set_usb_suspend.on_hid: Bus 1 Dev 5 ID 046d:c52b /sys/bus/usb/devices/1-1.5.1 [control autosuspend_delay_ms]
Jul 26 16:45:52 T410s tlp[6440,1]: set_usb_suspend.on_hid: Bus 1 Dev 6 ID 046d:c531 /sys/bus/usb/devices/1-1.5.2 [control autosuspend_delay_ms]
Jul 26 16:45:52 T410s tlp[6440,1]: set_usb_suspend.auto: Bus 1 Dev 7 ID 0424:2514 /sys/bus/usb/devices/1-1.5.4 [control autosuspend_delay_ms]
Jul 26 16:45:52 T410s tlp[6440,1]: set_usb_suspend.auto: Bus 1 Dev 8 ID 0424:2640 /sys/bus/usb/devices/1-1.5.4.1 [control autosuspend_delay_ms]
Jul 26 16:45:52 T410s tlp[6440,1]: set_usb_suspend.auto: Bus 1 Dev 9 ID 0424:4063 /sys/bus/usb/devices/1-1.5.4.1.1 [control autosuspend_delay_ms]
Jul 26 16:45:52 T410s tlp[6440,1]: set_usb_suspend.auto: Bus 2 Dev 2 ID 8087:0020 /sys/bus/usb/devices/2-1 [control autosuspend_delay_ms]
Jul 26 16:45:52 T410s tlp[6440,1]: set_usb_suspend.auto: Bus 1 Dev 1 ID 1d6b:0002 /sys/bus/usb/devices/usb1 [control autosuspend_delay_ms]
Jul 26 16:45:52 T410s tlp[6440,1]: set_usb_suspend.auto: Bus 2 Dev 1 ID 1d6b:0002 /sys/bus/usb/devices/usb2 [control autosuspend_delay_ms]
Jul 26 16:45:52 T410s tlp[6440,1]: set_run_flag.touch: usb_done; rc=0
Jul 26 16:45:52 T410s tlp[6440,1]: check_tpacpi: rc=127
Jul 26 16:45:52 T410s tlp[6440,1]: check_tp_smapi: rc=0
Jul 26 16:45:52 T410s tlp[6440,1]: set_charge_thresholds: tpacpi-bat=127; tp_smapi=0
Jul 26 16:45:52 T410s tlp[6440,1]: bat_exists(BAT0): rc=0
Jul 26 16:45:52 T410s tlp[6440,1]: normalize_thresholds(90, 95): start=90; stop=95
Jul 26 16:45:52 T410s tlp[6440,1]: do_threshold(stop, BAT0): tpacpi-bat=127; tp_smapi=0; old=95; new=95; rc=0
Jul 26 16:45:52 T410s tlp[6440,1]: set_charge_thresholds.stop(BAT0): 95; rc=0
Jul 26 16:45:52 T410s tlp[6440,1]: do_threshold(start, BAT0): tpacpi-bat=127; tp_smapi=0; old=90; new=90; rc=0
Jul 26 16:45:52 T410s tlp[6440,1]: set_charge_thresholds.start(BAT0): 90; rc=0
Jul 26 16:45:52 T410s tlp[6440,1]: bat_exists(BAT1): rc=1
Jul 26 18:30:23 T410s tlp[7857,7856]: device_off(wifi)
Jul 26 18:30:23 T410s tlp[7857,7856]: get_devc(wifi) = /sys/class/rfkill/rfkill0/state
Jul 26 18:30:23 T410s tlp[7857,7856]: get_devs(wifi) = 1
Jul 26 18:30:23 T410s tlp[7857,7856]: device_off(wifi).rfkill
Jul 26 18:30:23 T410s tlp[7857,7856]: get_devs(wifi) = 0
Jul 26 18:31:04 T410s tlp[377,214]: udev_usb.auto: Bus 1 Dev 7 ID 0424:2514 /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.4 [control autosuspend_delay_ms]
Jul 26 18:31:04 T410s tlp[394,212]: udev_usb.on_hid: Bus 1 Dev 5 ID 046d:c52b /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.1 [control autosuspend_delay_ms]
Jul 26 18:31:04 T410s tlp[398,213]: udev_usb.on_hid: Bus 1 Dev 6 ID 046d:c531 /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.2 [control autosuspend_delay_ms]
Jul 26 18:31:04 T410s tlp[484,1]: +++ mode=init start
Jul 26 18:31:04 T410s tlp[484,1]: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
Jul 26 18:31:04 T410s tlp[484,1]: init_radio_devices(start): restore=1
Jul 26 18:31:04 T410s tlp[484,1]: restore_device_states
Jul 26 18:31:04 T410s tlp[484,1]: set_run_flag.touch: lock.rdw; rc=0
Jul 26 18:31:04 T410s tlp[484,1]: device_set_state(bluetooth, 254)
Jul 26 18:31:04 T410s tlp[484,1]: get_devc(bluetooth).not_present
Jul 26 18:31:04 T410s tlp[484,1]: device_set_state(wifi, 0)
Jul 26 18:31:04 T410s tlp[484,1]: get_devc(wifi) = /sys/class/rfkill/rfkill0/state
Jul 26 18:31:04 T410s tlp[484,1]: device_set_state(wifi, 0).rfkill
Jul 26 18:31:04 T410s tlp[484,1]: get_devs(wifi) = 0
Jul 26 18:31:04 T410s tlp[484,1]: device_set_state(wwan, 254)
Jul 26 18:31:04 T410s tlp[484,1]: get_devc(wwan).not_present
Jul 26 18:31:04 T410s tlp[484,1]: reset_run_flag.remove: lock.rdw
Jul 26 18:31:04 T410s tlp[484,1]: check_tpacpi: rc=127
Jul 26 18:31:04 T410s tlp[484,1]: check_tp_smapi: rc=0
Jul 26 18:31:04 T410s tlp[484,1]: set_charge_thresholds: tpacpi-bat=127; tp_smapi=0
Jul 26 18:31:04 T410s tlp[484,1]: bat_exists(BAT0): rc=0
Jul 26 18:31:04 T410s tlp[484,1]: normalize_thresholds(90, 95): start=90; stop=95
Jul 26 18:31:04 T410s tlp[484,1]: do_threshold(stop, BAT0): tpacpi-bat=127; tp_smapi=0; old=95; new=95; rc=0
Jul 26 18:31:04 T410s tlp[484,1]: set_charge_thresholds.stop(BAT0): 95; rc=0
Jul 26 18:31:04 T410s tlp[472,211]: udev_usb.auto: Bus 1 Dev 8 ID 0424:2640 /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.4/1-1.5.4.1 [control autosuspend_delay_ms]
Jul 26 18:31:04 T410s tlp[484,1]: do_threshold(start, BAT0): tpacpi-bat=127; tp_smapi=0; old=90; new=90; rc=0
Jul 26 18:31:04 T410s tlp[484,1]: set_charge_thresholds.start(BAT0): 90; rc=0
Jul 26 18:31:04 T410s tlp[484,1]: bat_exists(BAT1): rc=1
Jul 26 18:31:05 T410s tlp[604,211]: udev_usb.auto: Bus 1 Dev 9 ID 0424:4063 /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.4/1-1.5.4.1/1-1.5.4.1.1 [control autosuspend_delay_ms]
Jul 26 18:31:05 T410s tlp[684,683]: +++ mode=false
Jul 26 18:31:05 T410s tlp[684,683]: PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/lib/pm-utils/bin
Jul 26 18:31:05 T410s tlp[684,683]: set_laptopmode(0): 0
Jul 26 18:31:05 T410s tlp[684,683]: set_dirty_parms(0): 1500
Jul 26 18:31:05 T410s tlp[684,683]: set_scaling_governor(0): ondemand
Jul 26 18:31:05 T410s tlp[684,683]: set_scaling_min_max_freq(0).min: 0
Jul 26 18:31:05 T410s tlp[684,683]: set_scaling_min_max_freq(0).max: 0
Jul 26 18:31:05 T410s tlp[684,683]: set_cpu_boost_all(0): 0
Jul 26 18:31:05 T410s tlp[684,683]: set_sched_powersave(0).not_available
Jul 26 18:31:05 T410s tlp[684,683]: set_nmi_watchdog: 0
Jul 26 18:31:05 T410s tlp[684,683]: set_sata_link_power(0): max_performance
Jul 26 18:31:05 T410s tlp[684,683]: set_pcie_aspm(0).disabled_by_kernel
Jul 26 18:31:05 T410s tlp[684,683]: set_radeon_profile(0).not_available
Jul 26 18:31:05 T410s tlp[684,683]: set_wifi_power_mode(0, wlp3s0).iwconfig: off
Jul 26 18:31:05 T410s tlp[684,683]: disable_wake_on_lan: y
Jul 26 18:31:05 T410s tlp[684,683]: set_sound_power_mode.hda: 1 Y
Jul 26 18:31:05 T410s tlp[684,683]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:00.0 [0x060000 Host Bridge]
Jul 26 18:31:05 T410s tlp[684,683]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:02.0 [0x030000]
Jul 26 18:31:05 T410s tlp[684,683]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:16.0 [0x078000]
Jul 26 18:31:05 T410s tlp[684,683]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:19.0 [0x020000 Ethernet controller]
Jul 26 18:31:05 T410s tlp[684,683]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1a.0 [0x0c0320]
Jul 26 18:31:05 T410s tlp[684,683]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1b.0 [0x040300 Audio device]
Jul 26 18:31:05 T410s tlp[684,683]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1c.0 [0x060400]
Jul 26 18:31:05 T410s tlp[684,683]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1c.1 [0x060400]
Jul 26 18:31:05 T410s tlp[684,683]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1c.3 [0x060400]
Jul 26 18:31:05 T410s tlp[684,683]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1d.0 [0x0c0320]
Jul 26 18:31:05 T410s tlp[684,683]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1e.0 [0x060401]
Jul 26 18:31:05 T410s tlp[684,683]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1f.0 [0x060100]
Jul 26 18:31:05 T410s tlp[684,683]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1f.2 [0x010601]
Jul 26 18:31:05 T410s tlp[684,683]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1f.3 [0x0c0500]
Jul 26 18:31:05 T410s tlp[684,683]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1f.6 [0x118000]
Jul 26 18:31:05 T410s tlp[684,683]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:03:00.0 [0x028000 Wireless]
Jul 26 18:31:05 T410s tlp[684,683]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:05:00.0 [0x080500 SD Card Reader]
Jul 26 18:31:05 T410s tlp[684,683]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:05:00.1 [0x088000 Card Reader]
Jul 26 18:31:05 T410s tlp[684,683]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:ff:00.0 [0x060000 Host Bridge]
Jul 26 18:31:05 T410s tlp[684,683]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:ff:00.1 [0x060000 Host Bridge]
Jul 26 18:31:05 T410s tlp[684,683]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:ff:02.0 [0x060000 Host Bridge]
Jul 26 18:31:05 T410s tlp[684,683]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:ff:02.1 [0x060000 Host Bridge]
Jul 26 18:31:05 T410s tlp[684,683]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:ff:02.2 [0x060000 Host Bridge]
Jul 26 18:31:05 T410s tlp[684,683]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:ff:02.3 [0x060000 Host Bridge]
 
Zuletzt bearbeitet:
Hier ist der Teil wo sich TLP beim Systemstart um Wifi kümmert:
Code:
Jul 26 18:31:04 T410s tlp[484,1]: device_set_state(wifi, 0)                         ## Funktionsaufruf: Wifi-Zustand setzen (0=aus)
Jul 26 18:31:04 T410s tlp[484,1]: get_devc(wifi) = /sys/class/rfkill/rfkill0/state  ## rfkill-Device ermitteln
Jul 26 18:31:04 T410s tlp[484,1]: device_set_state(wifi, 0).rfkill                  ## wir verwenden das rfkill Commandline Tool zum Schalten
Jul 26 18:31:04 T410s tlp[484,1]: get_devs(wifi) = 0                                ## Zustandsabfrage zur Kontrolle: Wifi ist aus
Anscheinend schaltet irgendetwas Wifi anschließend wieder ein. Das liegt aber außerhalb des Einflussbereichs von TLP.

EDITH: Probier es stattdessen mal mit
Code:
RESTORE_DEVICE_STATE_ON_STARTUP=0
[B]DEVICES_TO_DISABLE_ON_STARTUP="wifi"[/B]
 
Zuletzt bearbeitet:
Unsere Beiträge haben sich da wohl überschnitten.
Wlan ist an.

Code:
Jul 26 20:09:47 T410s tlp[377,213]: udev_usb.auto: Bus 1 Dev 7 ID 0424:2514 /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.4 [control autosuspend_delay_ms]
Jul 26 20:09:47 T410s tlp[398,211]: udev_usb.on_hid: Bus 1 Dev 5 ID 046d:c52b /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.1 [control autosuspend_delay_ms]
Jul 26 20:09:47 T410s tlp[397,212]: udev_usb.on_hid: Bus 1 Dev 6 ID 046d:c531 /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.2 [control autosuspend_delay_ms]
Jul 26 20:09:47 T410s tlp[483,1]: +++ mode=init start
Jul 26 20:09:47 T410s tlp[483,1]: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
Jul 26 20:09:47 T410s tlp[483,1]: init_radio_devices(start): restore=0
Jul 26 20:09:47 T410s tlp[483,1]: device_on(wifi)
Jul 26 20:09:47 T410s tlp[483,1]: get_devc(wifi) = /sys/class/rfkill/rfkill0/state
Jul 26 20:09:47 T410s tlp[483,1]: get_devs(wifi) = 1
Jul 26 20:09:47 T410s tlp[483,1]: check_tpacpi: rc=127
Jul 26 20:09:47 T410s tlp[483,1]: check_tp_smapi: rc=0
Jul 26 20:09:47 T410s tlp[483,1]: set_charge_thresholds: tpacpi-bat=127; tp_smapi=0
Jul 26 20:09:47 T410s tlp[483,1]: bat_exists(BAT0): rc=0
Jul 26 20:09:47 T410s tlp[483,1]: normalize_thresholds(90, 95): start=90; stop=95
Jul 26 20:09:47 T410s tlp[483,1]: do_threshold(stop, BAT0): tpacpi-bat=127; tp_smapi=0; old=95; new=95; rc=0
Jul 26 20:09:47 T410s tlp[483,1]: set_charge_thresholds.stop(BAT0): 95; rc=0
Jul 26 20:09:47 T410s tlp[469,213]: udev_usb.auto: Bus 1 Dev 8 ID 0424:2640 /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.4/1-1.5.4.1 [control autosuspend_delay_ms]
Jul 26 20:09:47 T410s tlp[483,1]: do_threshold(start, BAT0): tpacpi-bat=127; tp_smapi=0; old=90; new=90; rc=0
Jul 26 20:09:47 T410s tlp[483,1]: set_charge_thresholds.start(BAT0): 90; rc=0
Jul 26 20:09:47 T410s tlp[483,1]: bat_exists(BAT1): rc=1
Jul 26 20:09:48 T410s tlp[575,210]: udev_usb.auto: Bus 1 Dev 9 ID 0424:4063 /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.4/1-1.5.4.1/1-1.5.4.1.1 [control autosuspend_delay_ms]
Jul 26 20:09:48 T410s tlp[667,666]: +++ mode=false
Jul 26 20:09:48 T410s tlp[667,666]: PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/lib/pm-utils/bin
Jul 26 20:09:48 T410s tlp[667,666]: set_laptopmode(0): 0
Jul 26 20:09:48 T410s tlp[667,666]: set_dirty_parms(0): 1500
Jul 26 20:09:48 T410s tlp[667,666]: set_scaling_governor(0): ondemand
Jul 26 20:09:48 T410s tlp[667,666]: set_scaling_min_max_freq(0).min: 0
Jul 26 20:09:48 T410s tlp[667,666]: set_scaling_min_max_freq(0).max: 0
Jul 26 20:09:48 T410s tlp[667,666]: set_cpu_boost_all(0): 0
Jul 26 20:09:48 T410s tlp[667,666]: set_sched_powersave(0).not_available
Jul 26 20:09:48 T410s tlp[667,666]: set_nmi_watchdog: 0
Jul 26 20:09:48 T410s tlp[667,666]: set_sata_link_power(0): max_performance
Jul 26 20:09:48 T410s tlp[667,666]: set_pcie_aspm(0).disabled_by_kernel
Jul 26 20:09:48 T410s tlp[667,666]: set_radeon_profile(0).not_available
Jul 26 20:09:48 T410s tlp[667,666]: set_wifi_power_mode(0, wlp3s0).iwconfig: off
Jul 26 20:09:48 T410s tlp[667,666]: disable_wake_on_lan: y
Jul 26 20:09:48 T410s tlp[667,666]: set_sound_power_mode.hda: 1 Y
Jul 26 20:09:48 T410s tlp[667,666]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:00.0 [0x060000 Host Bridge]
Jul 26 20:09:48 T410s tlp[667,666]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:02.0 [0x030000]
Jul 26 20:09:48 T410s tlp[667,666]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:16.0 [0x078000]
Jul 26 20:09:48 T410s tlp[667,666]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:19.0 [0x020000 Ethernet controller]
Jul 26 20:09:48 T410s tlp[667,666]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1a.0 [0x0c0320]
Jul 26 20:09:48 T410s tlp[667,666]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1b.0 [0x040300 Audio device]
Jul 26 20:09:48 T410s tlp[667,666]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1c.0 [0x060400]
Jul 26 20:09:48 T410s tlp[667,666]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1c.1 [0x060400]
Jul 26 20:09:48 T410s tlp[667,666]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1c.3 [0x060400]
Jul 26 20:09:48 T410s tlp[667,666]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1d.0 [0x0c0320]
Jul 26 20:09:48 T410s tlp[667,666]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1e.0 [0x060401]
Jul 26 20:09:48 T410s tlp[667,666]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1f.0 [0x060100]
Jul 26 20:09:48 T410s tlp[667,666]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1f.2 [0x010601]
Jul 26 20:09:48 T410s tlp[667,666]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1f.3 [0x0c0500]
Jul 26 20:09:48 T410s tlp[667,666]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:00:1f.6 [0x118000]
Jul 26 20:09:48 T410s tlp[667,666]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:03:00.0 [0x028000 Wireless]
Jul 26 20:09:48 T410s tlp[667,666]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:05:00.0 [0x080500 SD Card Reader]
Jul 26 20:09:48 T410s tlp[667,666]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:05:00.1 [0x088000 Card Reader]
Jul 26 20:09:48 T410s tlp[667,666]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:ff:00.0 [0x060000 Host Bridge]
Jul 26 20:09:48 T410s tlp[667,666]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:ff:00.1 [0x060000 Host Bridge]
Jul 26 20:09:48 T410s tlp[667,666]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:ff:02.0 [0x060000 Host Bridge]
Jul 26 20:09:49 T410s tlp[667,666]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:ff:02.1 [0x060000 Host Bridge]
Jul 26 20:09:49 T410s tlp[667,666]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:ff:02.2 [0x060000 Host Bridge]
Jul 26 20:09:49 T410s tlp[667,666]: set_runtime_pm(0).on: /sys/bus/pci/devices/0000:ff:02.3 [0x060000 Host Bridge]

Code:
# Restore radio device state (bluetooth, wifi, wwan) from previous shutdown
# on system startup: 0=disable/1=enable
# Hint: the parameters DEVICES_TO_DISABLE/ENABLE_ON_STARTUP/SHUTDOWN below
#       are ignored when this is enabled!
RESTORE_DEVICE_STATE_ON_STARTUP=0
 
# Radio devices to disable on startup: bluetooth wifi wwan
#DEVICES_TO_DISABLE_ON_STARTUP="bluetooth wifi wwan"

# Radio devices to enable on startup: bluetooth wifi wwan
DEVICES_TO_ENABLE_ON_STARTUP="wifi"

Als Übeltäter würde mir nur der NetworkManager einfallen, zzgl. nm-connection-applet. Siehe Post
 
Zuletzt bearbeitet:
Du hast die falsche Konfiguration vorgenommen, _DISABLE_ wäre richtig.
 
Ich Vollidiot. Ja, ich seh grade dass ich den falschen aktiviert hab :facepalm:

Der Schuldige ist gefunden. Es liegt doch am NetworkManager.
Sowohl disable on startup, wie auch restore state funktionieren damit wieder.
 
Zuletzt bearbeitet:
Hallo zusammen!

Ich bin vor ca. 5 Wochen auf Linux Debian gewechselt und sehr zufrieden! Nur eins stört mich bis jetzt: Die Akkulaufzeit genauer gesagt der Stromverbrauch. Also habe ich mal TLP installiert um das Problem anzugehen. Mir war klar, dass ich vielleicht unter Linux Einbußen machen müsse, aber gut. Unter Windows 7 hatte ich mit dem Energy-Manager so um die 7-12W Verbrauch, je nach dem was ich so angestellt habe. Jetzt sind es laut TLP-stat 33W. Im Idle bzw. beim surfen.

Ich bin noch kein Linux Profi, aber so was bei TLP eingestellt ist scheint mir auf den ersten Blick schlüssig und richtig. Aber ich verstehe noch nicht den Grund dieser großen Differenz.

Könntet Ihr mir helfen oder erklären, was eventuell noch optmierbar ist?

Anbei den aktuellen tlp-stat:

Code:
+++ System Status
TLP power save = enabled
power source   = battery

+++ Processor
CPU Model      = Intel(R) Core(TM) i7-3520M CPU @ 2.90GHz

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor  = ondemand
/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq  =  1200000 [kHz]
/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq  =  2901000 [kHz]
/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies = 2901000 2900000 2800000 2700000 2500000 2400000 2300000 2200000 2000000 1900000 1800000 1700000 1600000 1400000 1300000 1200000 [kHz]

/sys/devices/system/cpu/cpu1/cpufreq/scaling_governor  = ondemand
/sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq  =  1200000 [kHz]
/sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq  =  2901000 [kHz]
/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_frequencies = 2901000 2900000 2800000 2700000 2500000 2400000 2300000 2200000 2000000 1900000 1800000 1700000 1600000 1400000 1300000 1200000 [kHz]

/sys/devices/system/cpu/cpu2/cpufreq/scaling_governor  = ondemand
/sys/devices/system/cpu/cpu2/cpufreq/scaling_min_freq  =  1200000 [kHz]
/sys/devices/system/cpu/cpu2/cpufreq/scaling_max_freq  =  2901000 [kHz]
/sys/devices/system/cpu/cpu2/cpufreq/scaling_available_frequencies = 2901000 2900000 2800000 2700000 2500000 2400000 2300000 2200000 2000000 1900000 1800000 1700000 1600000 1400000 1300000 1200000 [kHz]

/sys/devices/system/cpu/cpu3/cpufreq/scaling_governor  = ondemand
/sys/devices/system/cpu/cpu3/cpufreq/scaling_min_freq  =  1200000 [kHz]
/sys/devices/system/cpu/cpu3/cpufreq/scaling_max_freq  =  2901000 [kHz]
/sys/devices/system/cpu/cpu3/cpufreq/scaling_available_frequencies = 2901000 2900000 2800000 2700000 2500000 2400000 2300000 2200000 2000000 1900000 1800000 1700000 1600000 1400000 1300000 1200000 [kHz]

/sys/devices/system/cpu/cpufreq/boost                  = (not available)
/sys/devices/system/cpu/sched_mc_power_savings         = 1
/sys/devices/system/cpu/sched_smt_power_savings        = 1
/proc/sys/kernel/nmi_watchdog                          = 0

+++ Undervolting
PHC kernel not available.

+++ Temperatures
CPU temp               =    74 [°C]
/proc/acpi/ibm/fan     =  4015 [/min]

+++ File System
/proc/sys/vm/laptop_mode               =     2
/proc/sys/vm/dirty_writeback_centisecs =  6000
/proc/sys/vm/dirty_expire_centisecs    =  6000
/proc/sys/vm/dirty_ratio               =    60
/proc/sys/vm/dirty_background_ratio    =    40
/proc/sys/fs/xfs/age_buffer_centisecs  = (not available)
/proc/sys/fs/xfs/xfssyncd_centisecs    = (not available)
/proc/sys/fs/xfs/xfsbufd_centisecs     = (not available)

+++ Storage Devices
/dev/sda:
          Model     = HGST HTS725050A7E630                    
          Firmware  = GH2ZB550
          APM Level = 128
          Status    = active/idle
          scheduler = cfq

        SMART info:
            4 Start_Stop_Count          =      446 
            5 Reallocated_Sector_Ct     =        0 
            9 Power_On_Hours            =      321 [h]
          193 Load_Cycle_Count          =     8305 
          194 Temperature_Celsius       =       42 (Min/Max 15/51)  [°C]


+++ SATA Aggressive Link Power Management
/sys/class/scsi_host/host0/link_power_management_policy  = min_power
/sys/class/scsi_host/host1/link_power_management_policy  = min_power
/sys/class/scsi_host/host2/link_power_management_policy  = min_power
/sys/class/scsi_host/host3/link_power_management_policy  = min_power
/sys/class/scsi_host/host4/link_power_management_policy  = min_power
/sys/class/scsi_host/host5/link_power_management_policy  = min_power

+++ PCIe Active State Power Management
/sys/module/pcie_aspm/parameters/policy = default (using bios preferences)

+++ Intel Graphics
/sys/module/i915/parameters/powersave        =  1 (enabled)
/sys/module/i915/parameters/i915_enable_rc6  = -1 (use per-chip default)
/sys/module/i915/parameters/i915_enable_fbc  = -1 (use per-chip default)
/sys/module/i915/parameters/lvds_downclock   =  0 (disabled)
/sys/module/i915/parameters/semaphores       = -1 (use per-chip default)

+++ Wireless
bluetooth = off (software)
wifi      = on
wwan      = on

wlan0(iwlwifi): power management = on

+++ Audio
/sys/module/snd_hda_intel/parameters/power_save            = 1
/sys/module/snd_hda_intel/parameters/power_save_controller = Y

+++ ThinkPad Extended Battery Functions
tp-smapi   = inactive (kernel module 'tp_smapi' load error)
tpacpi-bat = active

+++ ThinkPad Battery Status (Main)
/sys/class/power_supply/BAT0/manufacturer                   = LGC
/sys/class/power_supply/BAT0/model_name                     = 45N1011
/sys/class/power_supply/BAT0/cycle_count                    = (not supported)
/sys/class/power_supply/BAT0/energy_full_design             =  86580 [mWh]
/sys/class/power_supply/BAT0/energy_full                    =  83900 [mWh]
/sys/class/power_supply/BAT0/energy_now                     =  62710 [mWh]
/sys/class/power_supply/BAT0/power_now                      =  31257 [mW]
/sys/class/power_supply/BAT0/status                         = Discharging

tpacpi-bat.BAT0.startThreshold                              =     96 [%]
tpacpi-bat.BAT0.stopThreshold                               =    100 [%]
tpacpi-bat.BAT0.forceDischarge                              =      0

+++ Runtime Power Management
/sys/bus/pci/devices/0000:00:00.0/power/control = auto (0x060000 Host bridge)
/sys/bus/pci/devices/0000:00:01.0/power/control = on   (0x060400 PCI bridge)
/sys/bus/pci/devices/0000:00:02.0/power/control = on   (0x030000 VGA compatible controller)
/sys/bus/pci/devices/0000:00:14.0/power/control = on   (0x0c0330 USB controller)
/sys/bus/pci/devices/0000:00:16.0/power/control = on   (0x078000 Communication controller)
/sys/bus/pci/devices/0000:00:16.3/power/control = on   (0x070002 Serial controller)
/sys/bus/pci/devices/0000:00:19.0/power/control = auto (0x020000 Ethernet controller)
/sys/bus/pci/devices/0000:00:1a.0/power/control = on   (0x0c0320 USB controller)
/sys/bus/pci/devices/0000:00:1b.0/power/control = auto (0x040300 Audio device)
/sys/bus/pci/devices/0000:00:1c.0/power/control = on   (0x060400 PCI bridge)
/sys/bus/pci/devices/0000:00:1c.1/power/control = on   (0x060400 PCI bridge)
/sys/bus/pci/devices/0000:00:1c.2/power/control = on   (0x060400 PCI bridge)
/sys/bus/pci/devices/0000:00:1d.0/power/control = on   (0x0c0320 USB controller)
/sys/bus/pci/devices/0000:00:1f.0/power/control = on   (0x060100 ISA bridge)
/sys/bus/pci/devices/0000:00:1f.2/power/control = on   (0x010601 SATA controller)
/sys/bus/pci/devices/0000:00:1f.3/power/control = on   (0x0c0500 SMBus)
/sys/bus/pci/devices/0000:01:00.0/power/control = on   (0x030000 VGA compatible controller)
/sys/bus/pci/devices/0000:02:00.0/power/control = auto (0x088001 System peripheral)
/sys/bus/pci/devices/0000:03:00.0/power/control = auto (0x028000 Network controller)

+++ USB
tlp usb autosuspend = enabled
tlp usb blacklist   = (not configured)

Bus 001 Device 001 ID 1d6b:0002 control = auto, autosuspend_delay_ms =  2000 -- Linux Foundation 2.0 root hub (hub)
Bus 002 Device 001 ID 1d6b:0002 control = auto, autosuspend_delay_ms =  2000 -- Linux Foundation 2.0 root hub (hub)
Bus 003 Device 001 ID 1d6b:0002 control = auto, autosuspend_delay_ms =  2000 -- Linux Foundation 2.0 root hub (hub)
Bus 004 Device 001 ID 1d6b:0003 control = auto, autosuspend_delay_ms =  2000 -- Linux Foundation 3.0 root hub (hub)
Bus 001 Device 002 ID 8087:0024 control = auto, autosuspend_delay_ms =  2000 -- Intel Corp. Integrated Rate Matching Hub (hub)
Bus 002 Device 002 ID 8087:0024 control = auto, autosuspend_delay_ms =  2000 -- Intel Corp. Integrated Rate Matching Hub (hub)
Bus 003 Device 004 ID 0bdb:1926 control = auto, autosuspend_delay_ms =  2000 -- Ericsson Business Mobile Networks BV  (cdc_acm, cdc_wdm, cdc_ncm)
Bus 001 Device 003 ID 147e:2020 control = auto, autosuspend_delay_ms =  2000 -- Upek  (no driver)
Bus 001 Device 004 ID 5986:02d5 control = auto, autosuspend_delay_ms =  2000 -- Acer, Inc  (uvcvideo)

Vielen Dank schon einmal!

3 Std. Linux Spaß mit 9 Zellen ist ein sehr bitterer Einschnitt im Moment :)

Tante Edith meint, dass meine CPU auch mit 74°C ordentlich schmlizt. Aber das ist ein Thema für TPFANCO....
 
Zuletzt bearbeitet:
@Depate: prima Idee, ausgerechnet den Anfang der Ausgabe mit Config und Systeminfos abzuschneiden ;). Meine Glaskugel vermutet jedoch, dass es um das T430 in deiner Signatur geht. Die Kurzfassung: das Stromverbrauchselend hat einen Namen – Nvidia Optimus Hybridgrafik. Lösungsmöglichkeiten findest Du hier verlinkt.

Für weitere Fragen zum Komplex Nvidia Optimus bitte ich dich, einen separaten Thread aufzumachen, da kein TLP-Support-Thema.

ps. beachte auch Linus Torvalds legendären Kommentar dazu: http://www.youtube.com/watch?v=iYWzMvlj2RQ
 
Zuletzt bearbeitet:
Oh! Entschuldige, das war keine Absicht. Hier die fehlende Info:

Code:
--- TLP 0.3.9 --------------------------------------------

+++ Configured Settings: /etc/default/tlp
TLP_ENABLE=1
DISK_IDLE_SECS_ON_AC=0
DISK_IDLE_SECS_ON_BAT=2
MAX_LOST_WORK_SECS_ON_AC=15
MAX_LOST_WORK_SECS_ON_BAT=60
SCHED_POWERSAVE_ON_AC=0
SCHED_POWERSAVE_ON_BAT=1
NMI_WATCHDOG=0
DISK_DEVICES="sda sdb"
DISK_APM_LEVEL_ON_AC="254 254"
DISK_APM_LEVEL_ON_BAT="128 128"
SATA_LINKPWR_ON_AC=max_performance
SATA_LINKPWR_ON_BAT=min_power
PCIE_ASPM_ON_AC=performance
PCIE_ASPM_ON_BAT=powersave
RADEON_POWER_PROFILE_ON_AC=high
RADEON_POWER_PROFILE_ON_BAT=low
WIFI_PWR_ON_AC=1
WIFI_PWR_ON_BAT=5
WOL_DISABLE=Y
SOUND_POWER_SAVE=1
SOUND_POWER_SAVE_CONTROLLER=Y
BAY_POWEROFF_ON_BAT=0
BAY_DEVICE="sr0"
RUNTIME_PM_ON_AC=on
RUNTIME_PM_ON_BAT=auto
RUNTIME_PM_ALL=0
USB_AUTOSUSPEND=1
RESTORE_DEVICE_STATE_ON_STARTUP=0

+++ System Info
System         = LENOVO ThinkPad T430 2349KAG
BIOS           = G1ET94WW (2.54 )
Release        = Debian GNU/Linux 7.1 (wheezy)
Kernel         = 3.2.0-4-amd64 x86_64
/proc/cmdline  = BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-amd64 root=UUID=4e4f88cf-7762-486f-abe4-b071e2b68f6b ro quiet

Ich habe die Optimus im BIOS deaktiviert. Deshalb dachte ich, es kann nicht an dem Optimus Thema liegen.

Ich werde deinen Lösungsvorschlag aber mal durchgehen. :)

Edit: Ich habe nochmal im BIOS geschaut. Optimus war doch noch an. Nun ists deaktiviert. Und habe entspannte 7W Verbaucht. Auch hat die Kernschmelze aufgehört!
Bleibt mir nur noch zu sagen: Danke! Und entschuldigt, dass ich euch "belästigt" habe.

Auch in diesen Atemzug, danke für das Programm TLP. :)
 
Zuletzt bearbeitet:
Da gibt es im BIOS noch eine zweite Einstellung direkt darunter, die dem Betriebssystem die automatische Erkennung erlaubt. Die muss auch aus sein, sonst ist die Karte nach dem Start dennoch an, dann sieht man in der Ausgabe von lspci bzw. hier zwei VGA-Controller:
/sys/bus/pci/devices/0000:00:02.0/power/control = on (0x030000 VGA compatible controller)
/sys/bus/pci/devices/0000:01:00.0/power/control = on (0x030000 VGA compatible controller)

Notiz an self: Hinweis auf 2. Einstellung muss noch ins Wiki.
 
Zuletzt bearbeitet:
Hi,gibt es eigentlich eine Möglichkeit START_CHARGE_THRESH_BATn und STOP_CHARGE_THRESH_BATn automatisch zu setzen, abhängig davon, ob man nun Netztteil oder Batterie benutzt? Momentan verfahre ich so, dass ich das immer händisch in der tlp konfiguration ändere, aber das ist recht umständlich und kann leicht mal vergessen werden.
 
Moin

Nein.

Wozu soll das Deiner Meinung nach gut sein?
Die beiden Parameter geben die Ladeschwelle an und das ist nur interessant, wenn ein Ladegerät angeschlossen ist.

RomanX
 
Jo, wenn ich da nochmal ganz genau drüber nachdenke war meine Idee paradox :facepalm: . Danke für die schnelle Antwort.

JB
 
  • ok1.de
  • ok2.de
  • thinkstore24.de
  • Preiswerte-IT - Gebrauchte Lenovo Notebooks kaufen

Werbung

Zurück
Oben