Hi Myon,
erstmal danke für deine Arbeit.
Ich habe die Pakete auf einem neuen T520 mit frischem Ubuntu Natty gemäß Anleitung installiert (ja, auch neu gestartet), kann aber weder tpfand, noch tpfan-admin (logisch) starten. Manuelles Entladen und Laden des Kernelmoduls funktioniert zwar ohne Fehlermeldung, bringt aber auch keinen Erfolg.
Hast du eine Idee, was da schiefläuft?
Code:
root@thinkpad:/# /etc/init.d/tpfand restart
* Restarting ThinkPad fan control daemon tpfand tpfand 0.95 - Copyright (C) 2007-2008 Sebastian Urban
This program comes with ABSOLUTELY NO WARRANTY
WARNING: THIS PROGRAM MAY DAMAGE YOUR COMPUTER.
PROCEED ONLY IF YOU KNOW HOW TO MONITOR SYSTEM TEMPERATURE.
Fatal error: unable to set fanspeed, enable watchdog or read temperature
Please make sure you are root and a recent
thinkpad_acpi module is loaded with fan_control=1
Code:
root@thinkpad:/# lsmod | grep thinkpad
thinkpad_acpi 73750 0
snd 55295 15 thinkpad_acpi,snd_hda_codec_hdmi,snd_hda_codec_conexant,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
nvram 14035 1 thinkpad_acpi
Code:
root@thinkpad:/# cat /etc/modprobe.d/tpfand.conf
options thinkpad_acpi fan_control=1
Code:
root@thinkpad:/# uname -a
Linux thinkpad 2.6.38-11-generic-pae #48-Ubuntu SMP Fri Jul 29 20:51:21 UTC 2011 i686 i686 i386 GNU/Linux
Code:
root@thinkpad:/# modinfo thinkpad_acpi
filename: /lib/modules/2.6.38-11-generic-pae/kernel/drivers/platform/x86/thinkpad_acpi.ko
license: GPL
version: 0.24
description: ThinkPad ACPI Extras
author: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
author: Borislav Deianov <borislav@users.sf.net>
alias: dmi:bvnIBM:bvrI[MU]ET??WW*
alias: tpacpi
srcversion: 0B6457473BB90551EE1D20F
alias: acpi*:LEN0068:*
alias: acpi*:IBM0068:*
depends: snd,nvram
vermagic: 2.6.38-11-generic-pae SMP mod_unload modversions 686
parm: experimental:Enables experimental features when non-zero (int)
parm: debug:Sets debug level bit-mask (uint)
parm: force_load:Attempts to load the driver even on a mis-identified ThinkPad when true (bool)
parm: fan_control:Enables setting fan parameters features when true (bool)
parm: brightness_mode:Selects brightness control strategy: 0=auto, 1=EC, 2=UCMS, 3=EC+NVRAM (uint)
parm: brightness_enable:Enables backlight control when 1, disables when 0 (uint)
parm: hotkey_report_mode:used for backwards compatibility with userspace, see documentation (uint)
parm: volume_mode:Selects volume control strategy: 0=auto, 1=EC, 2=N/A, 3=EC+NVRAM (uint)
parm: volume_capabilities:Selects the mixer capabilites: 0=auto, 1=volume and mute, 2=mute only (uint)
parm: volume_control:Enables software override for the console audio control when true (bool)
parm: index:ALSA index for the ACPI EC Mixer (int)
parm: id:ALSA id for the ACPI EC Mixer (charp)
parm: enable:Enable the ALSA interface for the ACPI EC Mixer (bool)
parm: hotkey:Simulates thinkpad-acpi procfs command at module load, see documentation
parm: bluetooth:Simulates thinkpad-acpi procfs command at module load, see documentation
parm: video:Simulates thinkpad-acpi procfs command at module load, see documentation
parm: light:Simulates thinkpad-acpi procfs command at module load, see documentation
parm: cmos:Simulates thinkpad-acpi procfs command at module load, see documentation
parm: led:Simulates thinkpad-acpi procfs command at module load, see documentation
parm: beep:Simulates thinkpad-acpi procfs command at module load, see documentation
parm: brightness:Simulates thinkpad-acpi procfs command at module load, see documentation
parm: volume:Simulates thinkpad-acpi procfs command at module load, see documentation
parm: fan:Simulates thinkpad-acpi procfs command at module load, see documentation
parm: dbg_wlswemul:Enables WLSW emulation (uint)
parm: wlsw_state:Initial state of the emulated WLSW switch (bool)
parm: dbg_bluetoothemul:Enables bluetooth switch emulation (uint)
parm: bluetooth_state:Initial state of the emulated bluetooth switch (bool)
parm: dbg_wwanemul:Enables WWAN switch emulation (uint)
parm: wwan_state:Initial state of the emulated WWAN switch (bool)
parm: dbg_uwbemul:Enables UWB switch emulation (uint)
parm: uwb_state:Initial state of the emulated UWB switch (bool)
Lesezeichen