[ltp] [ACPI] T40 2373-8CG with this setup is not affected by the power drain[/ACPI]

Steffen Dreise linux-thinkpad@linux-thinkpad.org
Mon, 31 Jan 2005 23:33:44 +0100


I tried to patch my kernel with this stuff, got some errors, here we
go ;)

Kernel: 2.6.10-r6 (genoot)
model: t42p 2373-GTG

Iv done:
1. apply software-suspend-2.1.5.15-for-2.6.11-rc2.tar.bz2 patches
2. edit 05-radeonfb-Thinkpad-Power.patch
--------------------------<snip>-------------------------------
+               .ident = "IBM ThinkPad T42 (2373-GTG)",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "IBM"),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "23732GTG"),
--------------------------</snap>-------------------------------
3. aplly radeonstuff.tar.bz2
4. make 
--------------------------<snip>-------------------------------
arch/i386/kernel/built-in.o(.text+0xcc89): In function
`centrino_cpu_init_acpi':
: undefined reference to `acpi_processor_register_performance'
arch/i386/kernel/built-in.o(.text+0xccfb): In function
`centrino_cpu_init_acpi':
: undefined reference to `acpi_processor_unregister_performance'
arch/i386/kernel/built-in.o(.text+0xd050): In function
`centrino_cpu_init_acpi':
: undefined reference to `acpi_processor_notify_smm'
arch/i386/kernel/built-in.o(.text+0xd38d): In function
`centrino_cpu_exit':
: undefined reference to `acpi_processor_unregister_performance'
arch/i386/kernel/built-in.o(.init.text+0x5743): In function
`acpi_parse_fadt':
: undefined reference to `pmtmr_ioport'
arch/i386/kernel/built-in.o(.init.text+0x5762): In function
`acpi_parse_fadt':
: undefined reference to `pmtmr_ioport'
arch/i386/kernel/built-in.o(.init.data+0x224c): undefined reference to
`timer_pmtmr_init'
--------------------------</snap>------------------------------

I think my DMI_MATCH(DMI_PRODUCT_NAME, "23732GTG") line got the error?
Any ideas?

regards,
red