[ltp] thinkpad-acpi release 0.15-20070815 uploaded to ibm-acpi.sf.net
Joerg Platte
linux-thinkpad@linux-thinkpad.org
Wed, 15 Aug 2007 21:38:21 +0200
Am Mittwoch, 15. August 2007 schrieb Henrique de Moraes Holschuh:
> No, it should be working. Did you try to reload acpid after modprobing the
> new thinkpad-acpi?
I rebooted my computer as usual after a kernel upgrade and with previous
kernels it was not necessary to reload acpid after loading thinkpad-acpi.
IIRC the /etc/modules file on Debian systems is processed before any service
is started and thinkpad-acpi is listed there.
> Please load the module with "debug=0xffff" and send me the output.
Here it is, but unfortunately I disabled debug output during kernel
configuration.
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: drv_acpi_handle_init: Found ACPI
handle \_SB.PCI0.LPC.EC for ec
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: ibm_init: probing for driver
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: ThinkPad ACPI Extras v0.15
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: http://ibm-acpi.sf.net/
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: ThinkPad BIOS 1RETDRWW (3.23 ), EC
1RHT71WW-3.04
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: IBM ThinkPad T40p
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: ibm_init: driver installed
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: ibm_init: probing for hotkey
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: drv_acpi_handle_init: Found ACPI
handle HKEY for hkey
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: hotkey_init: using IBM default hot
key map
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: register_tpacpi_subdriver:
registering hotkey as an ACPI driver
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: ibm_init: hotkey installed
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: ibm_init: probing for bluetooth
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: drv_acpi_handle_init: Found ACPI
handle HKEY for hkey
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: ibm_init: bluetooth installed
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: ibm_init: probing for wan
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: drv_acpi_handle_init: Found ACPI
handle HKEY for hkey
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: ibm_init: probing for video
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: drv_acpi_handle_init: Found ACPI
handle \_SB.PCI0.AGP.VID for vid
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: ibm_init: video installed
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: ibm_init: probing for light
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: drv_acpi_handle_init: Found ACPI
handle \UCMS for cmos
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: ibm_init: light installed
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: ibm_init: probing for bay
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: drv_acpi_handle_init: Found ACPI
handle \_SB.PCI0.IDE0.SCND.MSTR for bay
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: drv_acpi_handle_init: Found ACPI
handle _EJ0 for bay_ej
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: ibm_init: bay installed
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: ibm_init: probing for cmos
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: drv_acpi_handle_init: Found ACPI
handle \UCMS for cmos
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: ibm_init: cmos installed
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: ibm_init: probing for led
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: drv_acpi_handle_init: Found ACPI
handle LED for led
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: ibm_init: led installed
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: ibm_init: probing for beep
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: drv_acpi_handle_init: Found ACPI
handle BEEP for beep
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: ibm_init: beep installed
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: ibm_init: probing for thermal
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: ibm_init: thermal installed
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: ibm_init: probing for ecdump
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: ibm_init: ecdump installed
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: ibm_init: probing for brightness
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: brightness_init: selected
brightness_mode=3
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: ibm_init: brightness installed
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: ibm_init: probing for volume
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: ibm_init: volume installed
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: ibm_init: probing for fan
Aug 15 21:17:40 ibm kernel: thinkpad_acpi: ibm_init: fan installed
With kernel 2.6.23-rc3 most of the Thinkpad keys are not working, except
Thinklight and brightness. Even the bay does not emit any events and I'm
unable to turn on Bluetooth using the key. However, the sysfs and proc
interfaces seem to work, I can enable Bluetooth or the light using echo...
I used strace on acpid to verify that no event is read.
regards,
Jörg