|
|
发表于 2006-11-29 13:05:34
|
显示全部楼层
还是不行呢。用modconf加载thinkpad_ec和tp_smapi都不成功,分别报告错误:
Installing module thinkpad_ec. If the device isn't there, or isn't configured correctly, this could cause your system to pause for up to a minute.
FATAL: Error inserting thinkpad_ec (/lib/modules/2.6.18-athena.1/extra/thinkpad_ec.ko): No such device or address
Installation failed.
Installing module tp_smapi. If the device isn't there, or isn't configured correctly, this could cause your system to pause for up to a minute.
WARNING: Error inserting thinkpad_ec (/lib/modules/2.6.18-athena.1/extra/thinkpad_ec.ko): No such device or address
FATAL: Error inserting tp_smapi (/lib/modules/2.6.18-athena.1/extra/tp_smapi.ko): Unknown symbol in module, or unknown parameter (see dmesg)
Installation failed.
另外在编译时有个warning信息:
# make
WARNING: Your kernel does not have this patch applied:
dmi-decode-and-save-oem-string-information.patch
So I am hard-coding machine-specific DMI information into your driver.
echo '/* This is machine-specific DMI information. */' > dmi_ec_oem_string.h
echo '#define DMI_EC_OEM_STRING_KLUDGE " String 1: IBM ThinkPad Embedded Controller -[7BHT34WW-1.07 ]-"' >> dmi_ec_oem_string.h
是和这个warning有关吗? |
|