Linux Projektvorstellung: TLP – Linux Stromsparen

Linux Betriebssystem

linrunner

Ubuntuversteher
Themenstarter
Registriert
22 Juni 2007
Beiträge
13.276
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:
Hey,

soeben habe ich die (vorerst) letzten Arbeiten am TLP für Arch Linux abgeschlossen.

Das heißt nun ganz offiziell: ab sofort kann TLP für Arch Linux über das AUR bezogen werden!
Einige Hinweise zur Einrichtung findet Ihr im Arch-Wiki. Die Konfiguration funktioniert genauso wie unter Ubuntu (siehe Thinkpad Wiki).

Vielen Dank an dieser Stelle an linrunner, für die Erstellung des Scripts überhaupt ;) und für die Hilfe bei der Portierung und der hilfreichen Kritik!

Dann bleibt mir nur viel Spaß beim Stromsparen zu wünschen! Sollte es Probleme geben, so könnt Ihr euch hier melden...

Viele Grüße
g3eB4Y
 
Hi g3eB4Y,

vielen Dank auch an Dich für die Mühe bei Paketierung und Test :).
 
Moinmoin :o) da ich nun auch stolzer Besitzer einer UMTS-Karte bin habe ich etwas mit dem 'wwan'-Befehl gespielt.
Dabei ist mir aufgefallen das ich auch bei ausgeschaltetem wwan mit gammu noch ussd-codes abgefragt werden können.
Code:
$ wwan on
wwan = on

$ umts-guthaben
Strg+C drücken, um zu unterbrechen...
USSD empfangen Status : Kein Eingriff erforderlich
Serviceantwort : "Ihr Guthaben für die Nr.49xxx beträgt xx.xx Euro"

$ wwan off
wwan = off (software)

$ umts-guthaben
Strg+C drücken, um zu unterbrechen...
USSD empfangen Status : Kein Eingriff erforderlich
Serviceantwort : "Ihr Guthaben für die Nr.49xxx beträgt xx.xx Euro"
Feature? Bug? Oder garnicht der gedachte Einsatzzweck des wwan-Befehls?
Im Netzwerkmanager wird das mobile Breitband, wie gewünscht, als 'nicht aktiviert' gekennzeichnet.

Gruß,
whirpool
 
Zuletzt bearbeitet:
Bis jetzt hast Du ja nicht mal verraten welche Karte es ist. Ich schätze beim SL510 wird thinkpad_acpi nicht geladen und das Teil läßt sich deswegen nicht schalten. Zeig mal:
Code:
dmesg | grep -i thinkpad
rfkill list
 
uhi, da war ich nachlässig mit den Details.

Handelt sich um eine Ericsson F3507g und thinkpad_acpi ist aktiv.
System: SL510 - Bios 1.44 - Ubuntu 10.10

Code:
$ dmesg | grep -i thinkpad
[   38.847298] thinkpad_acpi: ThinkPad ACPI Extras v0.24
[   38.847302] thinkpad_acpi: http://ibm-acpi.sf.net/
[   38.847304] thinkpad_acpi: ThinkPad BIOS 6JET86WW (1.44 ), EC 6JHT66WW-1.186000
[   38.847307] thinkpad_acpi: Lenovo ThinkPad SL510, model 28477MG
[   38.849500] thinkpad_acpi: detected a 8-level brightness capable ThinkPad
[   38.850367] thinkpad_acpi: radio switch found; radios are enabled
[   38.850408] thinkpad_acpi: possible tablet mode switch found; ThinkPad in laptop mode
[   38.852961] thinkpad_acpi: asked for hotkey mask 0x078dffff, but firmware forced it to 0x008dffff
[   38.908235] thinkpad_acpi: rfkill switch tpacpi_wwan_sw: radio is blocked
[   38.945147] thinkpad_acpi: Console audio control enabled, mode: monitor (read only)
[   38.953902] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input6
[   41.675351] thinkpad_ec: thinkpad_ec 0.40 loaded.
Code:
$ rfkill list
0: tpacpi_wwan_sw: Wireless WAN
    Soft blocked: yes
    Hard blocked: no
1: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
Code:
$ lsusb
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 0bdb:1900 Ericsson Business Mobile Networks BV F3507g Mobile Broadband Module
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 
TLP benutzt rfkill zum Schalten und das behauptet bei dir sei die Karte aus:
Code:
Soft blocked: yes
Was aber wohl nicht stimmt, da die Karte in lsusb auftaucht. Beim meinem X200 verschwindet die F3507g per wwan off (entspricht rfkill block wwan) auch aus lsusb.

Interessantes Problem. Ich hab keine Erklärung für dieses Verhalten und kann es definitiv nicht innerhalb TLP fixen. Falls Du das weiter untersuchen möchtest, mach bitte einen separaten Thread auf (Titelvorschlag: "SL510: F3507g läßt sich nicht per rfkill schalten").
 
Jau, danke :o)
Ich habe den Thread mal aufgemacht und bin gespannt was dabei rauskommt.

Gruß,
whirpool
 
habe den thread durchsucht aber keine ergebnisse zu natty narwhal oder ubuntu 11.04 gefunden.
habe folgenden befehl in der konsole eingegeben

sudo add-apt-repository ppa:linrunner/tlp

da laedt er auch was runter

aber sudo tlp-stat oder sudo tlp-start funktionieren nicht:er kennt den befehl nicht.
habe auch neugestartet und ein tool um den prozessor speed zu drosseln aus dem paneel entfernt.
muss dazu sagen ich bin ubuntu neuling und habe hier ein thinkpad t61.
bitte um hilfe und auskunft, ob das tool ueberhaupt unter ubuntu 11.04 funktioniert?
 
Die Anleitung ist im ersten Post verlinkt: http://thinkpad-wiki.org/TLP_-_Stro..._Ubuntu#Pakete_installieren_-_ab_Ubuntu_10.04

Das von dir gezeigte Kommando trägt nur die Paketquelle ein. Anschließend muß noch aktualisiert werden (vgl. Anleitung):
Code:
sudo apt-get update
Nachdem die Paketquelle da ist, mußt Du mindestens noch das Paket tlp installieren (logisch, oder?). Entweder mit dem Softwarecenter oder per Kommandozeile. Ich empfehle, gleich alle 4 in der Anleitung angegebenen Pakete zu installieren:
Code:
sudo apt-get install --no-install-recommends tlp tp-smapi-dkms smartmontools ethtool powertop
Danach entweder Neustart oder weiter per Anleitung: http://thinkpad-wiki.org/TLP_-_Stromspareinstellungen_fuer_Ubuntu#Start
 
Zuletzt bearbeitet:
bin linux noob und das ist erstmal alles ganz neu fuer mich sodass ich nicht genau weiss was ich alles zusaetzlich installieren muss.

habe zumindest die schritte ausgefuehrt und folgende meldungen erhalten:

Code:
mark@mark-ThinkPad-T61:~$ sudo add-apt-repository ppa:linrunner/tlp
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver hkp://keyserver.ubuntu.com:80/ --recv 2042F03C5FABD0BA2CED40412B3F92F902D65EFF
gpg: Schlüssel 02D65EFF von hkp Server keyserver.ubuntu.com anfordern
gpg: Schlüssel 02D65EFF: "Launchpad PPA for linrunner" nicht geändert
gpg: Anzahl insgesamt bearbeiteter Schlüssel: 1
gpg:              unverändert: 1
[/QUOTE]beim update kommt folgende meldung

[QUOTE]W: Fehlschlag beim Holen von [URL]http://ppa.launchpad.net/linnrunner/tlp/ubuntu/dists/natty/main/source/Sources[/URL]  404  Not Found

W: Fehlschlag beim Holen von [URL]http://ppa.launchpad.net/linnrunner/tlp/ubuntu/dists/natty/main/binary-i386/Packages[/URL]  404  Not Found

E: Manche Indexdateien konnten nicht heruntergeladen werden. Sie wurden ignoriert oder an ihrer Stelle ältere verwendet.
dann habe ich die von dir ausgefuehrten befehle in die konsole eingegeben und bekomme folgende meldung

Code:
mark@mark-ThinkPad-T61:~$ sudo apt-get install tlp tp-smapi-dkms smartmontools ethtool
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut       
Statusinformationen werden eingelesen... Fertig
Die folgenden zusätzlichen Pakete werden installiert:
  bsd-mailx dkms postfix
Vorgeschlagene Pakete:
  procmail postfix-mysql postfix-pgsql postfix-ldap postfix-pcre sasl2-bin
  dovecot-common resolvconf postfix-cdb gsmartcontrol smart-notifier
Empfohlene Pakete:
  mailx mailutils
Die folgenden NEUEN Pakete werden installiert:
  bsd-mailx dkms ethtool postfix smartmontools tlp tp-smapi-dkms
0 aktualisiert, 7 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
Es müssen noch 0 B von 1.840 kB an Archiven heruntergeladen werden.
Nach dieser Operation werden 5.919 kB Plattenplatz zusätzlich benutzt.
Möchten Sie fortfahren [J/n]?
da druecke ich dann j

dann kommt folgendes fenster
Code:
Paketkonfiguration

 ┌─────────────────────────┤ Postfix Configuration ├─────────────────────────┐
 │                                                                           │ 
 │ Bitte wählen Sie die E-Mail-Server-Konfiguration aus, die am besten auf     
 │ Ihre Bedürfnisse passt.                                                     
 │                                                                             
 │ Keine Konfiguration:                                                        
 │  Sollte ausgewählt werden, um die aktuelle Konfiguration unverändert zu     
 │  behalten.                                                                  
 │ Internet-Site:                                                              
 │  E-Mail wird direkt via SMTP versandt und empfangen.                        
 │ Internet mit Smarthost:                                                     
 │  E-Mail wird direkt mittels SMTP oder über ein Hilfswerkzeug wie            
 │ Fetchmail                                                                   
 │  empfangen. Ausgehende E-Mail wird über einen Smarthost versandt.           
 │                                                                             
 │                                  <Ok>
nach einem neustart ist kein tlp da auch nicht mit sudo tlp start da bekomme ich die meldung:
Code:
mark@mark-ThinkPad-T61:~$ sudo tlp start
[sudo] password for mark: 
sudo: tlp: command not found
mark@mark-ThinkPad-T61:~$
jetzt konnte ich tlp uebrs software center installieren

und nach einem neustart habe ich tlp stat eingegeben und folgende meldung erhalten

Code:
mark@mark-ThinkPad-T61:~$ tlp stat
--- tlp 0.3.0 --------------------------------------------
Use 'sudo tlp-stat' to get more information!

System = (not available)
Release = Ubuntu 11.04
Kernel = 2.6.38-8-generic i686

tlp power save = enabled
power source = ac

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor = performance
/sys/devices/system/cpu/cpu1/cpufreq/scaling_governor = performance

/sys/devices/system/cpu/cpu?/cpufreq/phc_controls = (phc kernel not available)

/proc/acpi/ibm/thermal = temperatures:    51 40 31 -128 -128 -128 -128 -128 36 44 39 -128 -128 -128 -128 -128

/proc/sys/vm/laptop_mode = 0
/proc/sys/vm/dirty_writeback_centisecs = 1500
/proc/sys/vm/dirty_expire_centisecs = 1500
/proc/sys/vm/dirty_ratio = 60
/proc/sys/vm/dirty_background_ratio = 1
/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)

/dev/sda: (use 'sudo tlp-stat' to get more information)
          scheduler = cfq

sata link power management: no ahci-enabled host controller detected

/sys/module/pcie_aspm/parameters/policy = performance

bluetooth = on
wifi      = on
wwan      = none (no device)

wlan0(iwlagn): power management = off (not supported)

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

ThinkPad extended battery info not available (missing tp_smapi kernel module).
tlp usb autosuspend = enabled
tlp usb blacklist = (not configured)

/sys/bus/usb/devices/3-1/power/autosuspend = 2, control = auto -- 0a5c:2110 BCM2045B (btusb)
/sys/bus/usb/devices/3-2/power/autosuspend = 2, control = auto -- 0483:2016 Biometric Coprocessor (no driver)
/sys/bus/usb/devices/4-1/power/autosuspend = 2, control = on -- 046d:c05b USB Optical Mouse (usbhid)
/sys/bus/usb/devices/usb1/power/autosuspend = 2, control = auto -- 1d6b:0002 EHCI Host Controller (hub)
/sys/bus/usb/devices/usb2/power/autosuspend = 2, control = auto -- 1d6b:0002 EHCI Host Controller (hub)
/sys/bus/usb/devices/usb3/power/autosuspend = 2, control = auto -- 1d6b:0001 UHCI Host Controller (hub)
/sys/bus/usb/devices/usb4/power/autosuspend = 2, control = auto -- 1d6b:0001 UHCI Host Controller (hub)
/sys/bus/usb/devices/usb5/power/autosuspend = 2, control = auto -- 1d6b:0001 UHCI Host Controller (hub)
/sys/bus/usb/devices/usb6/power/autosuspend = 2, control = auto -- 1d6b:0001 UHCI Host Controller (hub)
/sys/bus/usb/devices/usb7/power/autosuspend = 2, control = auto -- 1d6b:0001 UHCI Host Controller (hub)
nur leider sehe ich kein gui.wird das alles ueber die konsole eingestellt?

sudo apt-get update ergibt wieder den obengenannten fehler.

werde mich noch ein bisschen mit den einstellungen beschaeftigen und dann berichten.also zumindest kriege ich die einstellungen im editor zu sehen.
 
Zuletzt bearbeitet:
Anscheinend war bei deinem ersten Versuch ein Tippfehler enthalten: linnrunner statt linrunner. Nun ist die Quelle zweimal eingetragen, einmal davon falsch, deshalb meckert er beim Update weil er die Paketinfos der falschen Quelle nicht holen kann. Zeig mal bitte die Ausgabe von:
Code:
ls -l /etc/apt/sources.list.d
Ich poste dann einen Befehl zum Löschen.

Diese Pakete bitte wieder löschen (sorry, mein Befehl war unvollständig)
Code:
sudo apt-get purge bsd-mailx postfix
TLP hat keine GUI. Das Konzept ist, einmal die Einstellungen zu editieren und danach das Tool seine Arbeit unauffällig im Hintergrund machen zu lassen ... :)

Die meisten Benutzer ändern an den Defaulteinstellungen nur das Ausschalten der Funkgeräte und ggf. die Ladeschwellen. Der Rest ist bereits auf maximale Ersparnis vorkonfiguriert.

Lies dich einfach in Ruhe ein: http://thinkpad-wiki.org/TLP_Einstellungen

ps. und zeig bitte am Ende nochmal
Code:
sudo tlp-stat
(ohne sudo sehe ich nicht alle Infos)
 
Zuletzt bearbeitet:
habe den sources list befehl ausgefuehrt und folgende meldung erhalten:

Code:
mark@mark-ThinkPad-T61:~$ ls -l /etc/apt/sources.list.d
insgesamt 16
-rw-r--r-- 1 root root 128 2011-05-30 01:55 linnrunner-tlp-natty.list
-rw-r--r-- 1 root root 128 2011-05-30 01:55 linnrunner-tlp-natty.list.save
-rw-r--r-- 1 root root 126 2011-05-30 01:55 linrunner-tlp-natty.list
-rw-r--r-- 1 root root 126 2011-05-30 01:55 linrunner-tlp-natty.list.save
[/QUOTE]sudo tlp stat ergibt folgendes:

[QUOTE]System = LENOVO ThinkPad T61 7659D44
BIOS = 7LETC7WW (2.27 )
Release = Ubuntu 11.04
Kernel = 2.6.38-8-generic i686

tlp power save = enabled
power source = ac

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor = ondemand
/sys/devices/system/cpu/cpu1/cpufreq/scaling_governor = ondemand

/sys/devices/system/cpu/cpu?/cpufreq/phc_controls = (phc kernel not available)

/proc/acpi/ibm/thermal = temperatures:    34 33 25 -128 -128 -128 -128 -128 26 33 29 -128 -128 -128 -128 -128

/proc/sys/vm/laptop_mode = 0
/proc/sys/vm/dirty_writeback_centisecs = 1500
/proc/sys/vm/dirty_expire_centisecs = 1500
/proc/sys/vm/dirty_ratio = 60
/proc/sys/vm/dirty_background_ratio = 1
/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)

/dev/sda:
          Model     = FUJITSU MHW2160BJ G1                    
          Firmware  = 0084001D
          APM Level = none/disabled
          scheduler = cfq

sata link power management: no ahci-enabled host controller detected

/sys/module/pcie_aspm/parameters/policy = performance

bluetooth = off (software)
wifi      = on
wwan      = none (no device)

wlan0(iwlagn): power management = off (not supported)

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

ThinkPad extended battery info not available (missing tp_smapi kernel module).
tlp usb autosuspend = enabled
tlp usb blacklist = (not configured)

/sys/bus/usb/devices/3-2/power/autosuspend = 2, control = auto -- 0483:2016 Biometric Coprocessor (no driver)
/sys/bus/usb/devices/4-1/power/autosuspend = 2, control = on -- 046d:c05b USB Optical Mouse (usbhid)
/sys/bus/usb/devices/usb1/power/autosuspend = 2, control = auto -- 1d6b:0002 EHCI Host Controller (hub)
/sys/bus/usb/devices/usb2/power/autosuspend = 2, control = auto -- 1d6b:0002 EHCI Host Controller (hub)
/sys/bus/usb/devices/usb3/power/autosuspend = 2, control = auto -- 1d6b:0001 UHCI Host Controller (hub)
/sys/bus/usb/devices/usb4/power/autosuspend = 2, control = auto -- 1d6b:0001 UHCI Host Controller (hub)
/sys/bus/usb/devices/usb5/power/autosuspend = 2, control = auto -- 1d6b:0001 UHCI Host Controller (hub)
/sys/bus/usb/devices/usb6/power/autosuspend = 2, control = auto -- 1d6b:0001 UHCI Host Controller (hub)
/sys/bus/usb/devices/usb7/power/autosuspend = 2, control = auto -- 1d6b:0001 UHCI Host Controller (hub)
 
Zuletzt bearbeitet:
-rw-r--r-- 1 root root 000 0000-00-00 00:55 linnrunner-tlp-natty.list
-rw-r--r-- 1 root root 000 0000-00-00 00:55 linnrunner-tlp-natty.list.save
Die müssen weg mittels
Code:
sudo rm /etc/apt/sources.list.d/linnrunner-tlp-natty.list*
Danach dürften bei
Code:
sudo apt-get update
keine Fehler mehr kommen.

sata link power management: no ahci-enabled host controller detected
Stell mal im BIOS den SATA-Modus auf "AHCI" (Vorsicht, falls Windows parallel installiert ist).

ThinkPad extended battery info not available (missing tp_smapi kernel module).
Irgendwas klemmt mit tp-smapi. Zeig mal
Code:
dmesg | grep smapi
 
mit dem befehl
dmesg | grep smapi

bekomme ich garkeine meldung!

und nachdem ich update sehe ich nichts mit linnrunner oder so

Code:
mark@mark-ThinkPad-T61:~$ sudo apt-get update
Ign [URL]http://de.archive.ubuntu.com[/URL] natty InRelease                               
Ign [URL]http://de.archive.ubuntu.com[/URL] natty-updates InRelease                       
Ign [URL]http://security.ubuntu.com[/URL] natty-security InRelease
Ign [URL]http://extras.ubuntu.com[/URL] natty InRelease       
OK   [URL]http://de.archive.ubuntu.com[/URL] natty Release.gpg
OK   [URL]http://security.ubuntu.com[/URL] natty-security Release.gpg
OK   [URL]http://extras.ubuntu.com[/URL] natty Release.gpg    
OK   [URL]http://de.archive.ubuntu.com[/URL] natty-updates Release.gpg
OK   [URL]http://security.ubuntu.com[/URL] natty-security Release
OK   [URL]http://de.archive.ubuntu.com[/URL] natty Release    
OK   [URL]http://extras.ubuntu.com[/URL] natty Release        
OK   [URL]http://de.archive.ubuntu.com[/URL] natty-updates Release                   
OK   [URL]http://security.ubuntu.com[/URL] natty-security/main Sources                
OK   [URL]http://extras.ubuntu.com[/URL] natty/main Sources                           
OK   [URL]http://de.archive.ubuntu.com[/URL] natty/main Sources
OK   [URL]http://de.archive.ubuntu.com[/URL] natty/restricted Sources
OK   [URL]http://de.archive.ubuntu.com[/URL] natty/universe Sources
OK   [URL]http://de.archive.ubuntu.com[/URL] natty/multiverse Sources                 
OK   [URL]http://de.archive.ubuntu.com[/URL] natty/main i386 Packages                 
OK   [URL]http://extras.ubuntu.com[/URL] natty/main i386 Packages                     
Ign [URL]http://extras.ubuntu.com[/URL] natty/main TranslationIndex                   
OK   [URL]http://security.ubuntu.com[/URL] natty-security/restricted Sources          
OK   [URL]http://security.ubuntu.com[/URL] natty-security/universe Sources            
OK   [URL]http://security.ubuntu.com[/URL] natty-security/multiverse Sources          
OK   [URL]http://security.ubuntu.com[/URL] natty-security/main i386 Packages          
OK   [URL]http://security.ubuntu.com[/URL] natty-security/restricted i386 Packages    
OK   [URL]http://de.archive.ubuntu.com[/URL] natty/restricted i386 Packages           
OK   [URL]http://de.archive.ubuntu.com[/URL] natty/universe i386 Packages             
OK   [URL]http://de.archive.ubuntu.com[/URL] natty/multiverse i386 Packages           
Ign [URL]http://de.archive.ubuntu.com[/URL] natty/main TranslationIndex               
Ign [URL]http://de.archive.ubuntu.com[/URL] natty/multiverse TranslationIndex         
Ign [URL]http://de.archive.ubuntu.com[/URL] natty/restricted TranslationIndex
Ign [URL]http://de.archive.ubuntu.com[/URL] natty/universe TranslationIndex           
OK   [URL]http://security.ubuntu.com[/URL] natty-security/universe i386 Packages      
OK   [URL]http://security.ubuntu.com[/URL] natty-security/multiverse i386 Packages
Ign [URL]http://security.ubuntu.com[/URL] natty-security/main TranslationIndex
Ign [URL]http://security.ubuntu.com[/URL] natty-security/multiverse TranslationIndex
Ign [URL]http://security.ubuntu.com[/URL] natty-security/restricted TranslationIndex
OK   [URL]http://de.archive.ubuntu.com[/URL] natty-updates/main Sources               
OK   [URL]http://de.archive.ubuntu.com[/URL] natty-updates/restricted Sources         
OK   [URL]http://de.archive.ubuntu.com[/URL] natty-updates/universe Sources
Ign [URL]http://security.ubuntu.com[/URL] natty-security/universe TranslationIndex
OK   [URL]http://de.archive.ubuntu.com[/URL] natty-updates/multiverse Sources
OK   [URL]http://de.archive.ubuntu.com[/URL] natty-updates/main i386 Packages
OK   [URL]http://de.archive.ubuntu.com[/URL] natty-updates/restricted i386 Packages   
OK   [URL]http://de.archive.ubuntu.com[/URL] natty-updates/universe i386 Packages     
OK   [URL]http://de.archive.ubuntu.com[/URL] natty-updates/multiverse i386 Packages   
Ign [URL]http://de.archive.ubuntu.com[/URL] natty-updates/main TranslationIndex       
Ign [URL]http://de.archive.ubuntu.com[/URL] natty-updates/multiverse TranslationIndex 
Ign [URL]http://de.archive.ubuntu.com[/URL] natty-updates/restricted TranslationIndex
Ign [URL]http://de.archive.ubuntu.com[/URL] natty-updates/universe TranslationIndex   
OK   [URL]http://de.archive.ubuntu.com[/URL] natty/main Translation-de                
OK   [URL]http://de.archive.ubuntu.com[/URL] natty/multiverse Translation-de          
OK   [URL]http://de.archive.ubuntu.com[/URL] natty/restricted Translation-de          
OK   [URL]http://de.archive.ubuntu.com[/URL] natty/universe Translation-de            
Ign [URL]http://security.ubuntu.com[/URL] natty-security/main Translation-de_DE       
Ign [URL]http://security.ubuntu.com[/URL] natty-security/main Translation-de          
Ign [URL]http://security.ubuntu.com[/URL] natty-security/main Translation-en
Ign [URL]http://security.ubuntu.com[/URL] natty-security/multiverse Translation-de_DE
Ign [URL]http://security.ubuntu.com[/URL] natty-security/multiverse Translation-de
Ign [URL]http://security.ubuntu.com[/URL] natty-security/multiverse Translation-en
Ign [URL]http://security.ubuntu.com[/URL] natty-security/restricted Translation-de_DE
Ign [URL]http://extras.ubuntu.com[/URL] natty/main Translation-de_DE
Ign [URL]http://security.ubuntu.com[/URL] natty-security/restricted Translation-de    
Ign [URL]http://security.ubuntu.com[/URL] natty-security/restricted Translation-en    
Ign [URL]http://security.ubuntu.com[/URL] natty-security/universe Translation-de_DE
Ign [URL]http://security.ubuntu.com[/URL] natty-security/universe Translation-de      
Ign [URL]http://security.ubuntu.com[/URL] natty-security/universe Translation-en      
Ign [URL]http://extras.ubuntu.com[/URL] natty/main Translation-de
Ign [URL]http://extras.ubuntu.com[/URL] natty/main Translation-en
Ign [URL]http://de.archive.ubuntu.com[/URL] natty/main Translation-de_DE
Ign [URL]http://de.archive.ubuntu.com[/URL] natty/main Translation-en
Ign [URL]http://de.archive.ubuntu.com[/URL] natty/multiverse Translation-de_DE
Ign [URL]http://de.archive.ubuntu.com[/URL] natty/multiverse Translation-en
Ign [URL]http://de.archive.ubuntu.com[/URL] natty/restricted Translation-de_DE
Ign [URL]http://de.archive.ubuntu.com[/URL] natty/restricted Translation-en
Ign [URL]http://de.archive.ubuntu.com[/URL] natty/universe Translation-de_DE
Ign [URL]http://de.archive.ubuntu.com[/URL] natty/universe Translation-en
Ign [URL]http://de.archive.ubuntu.com[/URL] natty-updates/main Translation-de_DE
Ign [URL]http://de.archive.ubuntu.com[/URL] natty-updates/main Translation-de
Ign [URL]http://de.archive.ubuntu.com[/URL] natty-updates/main Translation-en
Ign [URL]http://de.archive.ubuntu.com[/URL] natty-updates/multiverse Translation-de_DE
Ign [URL]http://de.archive.ubuntu.com[/URL] natty-updates/multiverse Translation-de
Ign [URL]http://de.archive.ubuntu.com[/URL] natty-updates/multiverse Translation-en
Ign [URL]http://de.archive.ubuntu.com[/URL] natty-updates/restricted Translation-de_DE
Ign [URL]http://de.archive.ubuntu.com[/URL] natty-updates/restricted Translation-de
Ign [URL]http://de.archive.ubuntu.com[/URL] natty-updates/restricted Translation-en
Ign [URL]http://de.archive.ubuntu.com[/URL] natty-updates/universe Translation-de_DE
Ign [URL]http://de.archive.ubuntu.com[/URL] natty-updates/universe Translation-de
Ign [URL]http://de.archive.ubuntu.com[/URL] natty-updates/universe Translation-en
Paketlisten werden gelesen... Fertig
hier nochmal der stat befehl nachdem update

Code:
mark@mark-ThinkPad-T61:~$ sudo tlp-stat
--- tlp 0.3.0 --------------------------------------------
System = LENOVO ThinkPad T61 7659D44
BIOS = 7LETC7WW (2.27 )
Release = Ubuntu 11.04
Kernel = 2.6.38-8-generic i686

tlp power save = enabled
power source = ac

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor = ondemand
/sys/devices/system/cpu/cpu1/cpufreq/scaling_governor = ondemand

/sys/devices/system/cpu/cpu?/cpufreq/phc_controls = (phc kernel not available)

/proc/acpi/ibm/thermal = temperatures:    40 41 32 -128 -128 -128 -128 -128 36 43 36 -128 -128 -128 -128 -128

/proc/sys/vm/laptop_mode = 0
/proc/sys/vm/dirty_writeback_centisecs = 1500
/proc/sys/vm/dirty_expire_centisecs = 1500
/proc/sys/vm/dirty_ratio = 60
/proc/sys/vm/dirty_background_ratio = 1
/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)

/dev/sda:
          Model     = FUJITSU MHW2160BJ G1                    
          Firmware  = 0084001D
          APM Level = none/disabled
          scheduler = cfq

sata link power management: no ahci-enabled host controller detected

/sys/module/pcie_aspm/parameters/policy = performance

bluetooth = off (software)
wifi      = on
wwan      = none (no device)

wlan0(iwlagn): power management = off (not supported)

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

ThinkPad extended battery info not available (missing tp_smapi kernel module).
tlp usb autosuspend = enabled
tlp usb blacklist = (not configured)

/sys/bus/usb/devices/3-2/power/autosuspend = 2, control = auto -- 0483:2016 Biometric Coprocessor (no driver)
/sys/bus/usb/devices/4-1/power/autosuspend = 2, control = on -- 046d:c05b USB Optical Mouse (usbhid)
/sys/bus/usb/devices/usb1/power/autosuspend = 2, control = auto -- 1d6b:0002 EHCI Host Controller (hub)
/sys/bus/usb/devices/usb2/power/autosuspend = 2, control = auto -- 1d6b:0002 EHCI Host Controller (hub)
/sys/bus/usb/devices/usb3/power/autosuspend = 2, control = auto -- 1d6b:0001 UHCI Host Controller (hub)
/sys/bus/usb/devices/usb4/power/autosuspend = 2, control = auto -- 1d6b:0001 UHCI Host Controller (hub)
/sys/bus/usb/devices/usb5/power/autosuspend = 2, control = auto -- 1d6b:0001 UHCI Host Controller (hub)
/sys/bus/usb/devices/usb6/power/autosuspend = 2, control = auto -- 1d6b:0001 UHCI Host Controller (hub)
/sys/bus/usb/devices/usb7/power/autosuspend = 2, control = auto -- 1d6b:0001 UHCI Host Controller (hub)
ausserdem habe ich win xp parallel installiert:koennte es probleme geben wenn ich auf SATA-Modus auf "AHCI" umstelle?

vielen dank fuer deine hilfe!
 
Zuletzt bearbeitet:
Zeig nochmal
Code:
ls -l /etc/apt/sources.list.d
und dann noch
Code:
cat /etc/apt/sources.list.d/*.list
 
ja, wenn du jetzt auf ahci umstellst, wird dein xp nicht mehr starten. es gibt anleitungen im netz, die erklären, wie man xp beibringt auch im ahci-modus zu funktionieren.
wie es aussieht, hast du auch die richtigen einträge gelöscht, also die, mit "linrunner" drin. d.h. du müsstest das ppa noch einmal hinzufügen.
 
also habe nochmal versucht das ppa zu installieren(auf der start hilfe page ist linnrunner nur mit einem n geschrieben)
wie wird es denn jetzt richtig geschrieben?
habe folgende meldung bekommen:

Code:
mark@mark-ThinkPad-T61:~$ sudo add-apt-repository ppa:linnrunner/tlp
[sudo] password for mark: 
Error reading [URL="https://launchpad.net/api/1.0/%7Elinnrunner/+archive/tlp:"]https://launchpad.net/api/1.0/~linnrunner/+archive/tlp:[/URL] HTTP Error 404: Not Found
habe ausserdem mit dem obigen befehl alle lin(n)runner eintraege geloescht sodass ich folgende meldung bekomme:

Code:
mark@mark-ThinkPad-T61:~$ ls -l /etc/apt/sources.list.d
insgesamt 4
-rw-r--r-- 1 root root 128 2011-05-30 23:43 linnrunner-tlp-natty.list
dann den anderen befehl eingegeben:

Code:
mark@mark-ThinkPad-T61:~$ cat /etc/apt/sources.list.d/*.list
deb [URL]http://ppa.launchpad.net/linnrunner/tlp/ubuntu[/URL] natty main
deb-src [URL]http://ppa.launchpad.net/linnrunner/tlp/ubuntu[/URL] natty main
 
Zuletzt bearbeitet:
richtig heißt es "linrunner", genauso wie in seinem forumsnickname hier. du hast also wieder das falsche, nicht existierende ppa hinzugefügt.
Code:
sudo add-apt-repository ppa:linrunner/tlp
ist der richtige befehl. den alten eintrag musst du aber nochmal wie schon zuvor löschen.
 
so jetzt muss es aber gewesen sein!

Code:
mark@mark-ThinkPad-T61:~$ ls -l /etc/apt/sources.list.d
insgesamt 4
-rw-r--r-- 1 root root 126 2011-05-31 00:03 linrunner-tlp-natty.list
mark@mark-ThinkPad-T61:~$ cat /etc/apt/sources.list.d/*.list
deb [URL]http://ppa.launchpad.net/linrunner/tlp/ubuntu[/URL] natty main
deb-src [URL]http://ppa.launchpad.net/linrunner/tlp/ubuntu[/URL] natty main
Code:
mark@mark-ThinkPad-T61:~$ sudo tlp-stat
--- tlp 0.3.0 --------------------------------------------
System = LENOVO ThinkPad T61 7659D44
BIOS = 7LETC7WW (2.27 )
Release = Ubuntu 11.04
Kernel = 2.6.38-8-generic i686

tlp power save = enabled
power source = ac

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor = ondemand
/sys/devices/system/cpu/cpu1/cpufreq/scaling_governor = ondemand

/sys/devices/system/cpu/cpu?/cpufreq/phc_controls = (phc kernel not available)

/proc/acpi/ibm/thermal = temperatures:    41 41 32 -128 -128 -128 -128 -128 35 43 36 -128 -128 -128 -128 -128

/proc/sys/vm/laptop_mode = 0
/proc/sys/vm/dirty_writeback_centisecs = 1500
/proc/sys/vm/dirty_expire_centisecs = 1500
/proc/sys/vm/dirty_ratio = 60
/proc/sys/vm/dirty_background_ratio = 1
/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)

/dev/sda:
          Model     = FUJITSU MHW2160BJ G1                    
          Firmware  = 0084001D
          APM Level = none/disabled
          scheduler = cfq

sata link power management: no ahci-enabled host controller detected

/sys/module/pcie_aspm/parameters/policy = performance

bluetooth = off (software)
wifi      = on
wwan      = none (no device)

wlan0(iwlagn): power management = off (not supported)

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

ThinkPad extended battery info not available (missing tp_smapi kernel module).
tlp usb autosuspend = enabled
tlp usb blacklist = (not configured)

/sys/bus/usb/devices/3-2/power/autosuspend = 2, control = auto -- 0483:2016 Biometric Coprocessor (no driver)
/sys/bus/usb/devices/4-1/power/autosuspend = 2, control = on -- 046d:c05b USB Optical Mouse (usbhid)
/sys/bus/usb/devices/usb1/power/autosuspend = 2, control = auto -- 1d6b:0002 EHCI Host Controller (hub)
/sys/bus/usb/devices/usb2/power/autosuspend = 2, control = auto -- 1d6b:0002 EHCI Host Controller (hub)
/sys/bus/usb/devices/usb3/power/autosuspend = 2, control = auto -- 1d6b:0001 UHCI Host Controller (hub)
/sys/bus/usb/devices/usb4/power/autosuspend = 2, control = auto -- 1d6b:0001 UHCI Host Controller (hub)
/sys/bus/usb/devices/usb5/power/autosuspend = 2, control = auto -- 1d6b:0001 UHCI Host Controller (hub)
/sys/bus/usb/devices/usb6/power/autosuspend = 2, control = auto -- 1d6b:0001 UHCI Host Controller (hub)
/sys/bus/usb/devices/usb7/power/autosuspend = 2, control = auto -- 1d6b:0001 UHCI Host Controller (hub)
mit dem befehl
dmesg | grep smapi

kriege ich immer noch kein ergebnis

haette nicht gedacht dass linux so kompliziert sein kann!
(selbst einenetzwerkfreigabe (win7<->ubuntu) ist umstaendlich, was unter windows reibungslos funktioniert!)
aber ich gebe nicht auf!
 
Zuletzt bearbeitet:
was gibt folgender befehl aus?
Code:
sudo apt-get install --reinstall tp-smapi-dkms
 
  • ok1.de
  • ok2.de
  • thinkstore24.de
  • Preiswerte-IT - Gebrauchte Lenovo Notebooks kaufen

Werbung

Zurück
Oben