[ltp] ibm-acpi and Git, 2.6.14/2.6.15 suspend/resume
D. Sen
linux-thinkpad@linux-thinkpad.org
Sat, 12 Nov 2005 14:32:18 +1100
I went back to using the ibm-acpi that is included in the source tree in
2.6.14. I believe its 0.12.
I had problems with acpi-suspend-to-disk/resume in that my USB devices
would not come back up after the suspend/resume cycle. Reverted back to
2.6.13.
Alejandro Bonilla Beeche wrote:
> Hi,
>
> Recent patches sent before 2.6.15-rc1 make the ibm-acpi make install
> to return all these messages.
>
> I have no other place to report this but, well... This is ibm-acpi-0.11
> with the fan control patch.
>
> install -d /lib/modules/2.6.14/acpi/
> install -m 644 -c ibm_acpi.ko /lib/modules/2.6.14/acpi/
> depmod -a
> WARNING: Module
> /lib/modules/2.6.14/kernel/drivers/video/console/fbcon_ud.ko ignored,
> due to loop
> WARNING: Module
> /lib/modules/2.6.14/kernel/drivers/video/console/fbcon_cw.ko ignored,
> due to loop
> WARNING: Module
> /lib/modules/2.6.14/kernel/drivers/video/console/fbcon_rotate.ko
> ignored, due to loop
> WARNING: Module
> /lib/modules/2.6.14/kernel/drivers/video/console/fbcon.ko ignored, due
> to loop
> WARNING: Loop detected:
> /lib/modules/2.6.14/kernel/drivers/video/console/bitblit.ko needs
> fbcon.ko needs fbcon_cw.ko needs fbcon_rotate.ko which needs bitblit.ko
> again!
> WARNING: Module
> /lib/modules/2.6.14/kernel/drivers/video/console/bitblit.ko ignored, due
> to loop
> WARNING: Module
> /lib/modules/2.6.14/kernel/drivers/video/console/fbcon_ccw.ko ignored,
> due to loop
> debian:~/ibm-acpi-0.11# modprobe ibm_acpi experimental=1
> debian:~/ibm-acpi-0.11# dmesg
> ibm_acpi: IBM ThinkPad ACPI Extras v0.11
> ibm_acpi: http://ibm-acpi.sf.net/
> ibm_acpi: dock device not present
> debian:~/ibm-acpi-0.11#
>
> .Alejandro