Great HDAPS instructions, worked like a charm.
Thinkpad T520
Ubuntu 11.10
tp_smapi is at 0.41 now.
The tp_whitelist in 0.41 now contains an entry for ("LENOVO", "ThinkPad"). I took a guess and added ("IBM", "ThinkPad T520") and ("LENOVO", "ThinkPad T520"). I don't know if this change was necessary, I don't know which of those two, if any, are correct, I don't know if it works without this modification -- I didn't try it. =) But, for reference, mine is:
Code:
struct dmi_system_id tp_whitelist[] = {
TP_DMI_MATCH("IBM", "ThinkPad A30"),
TP_DMI_MATCH("IBM", "ThinkPad T23"),
TP_DMI_MATCH("IBM", "ThinkPad X24"),
TP_DMI_MATCH("IBM", "ThinkPad T520"), /* added */
TP_DMI_MATCH("LENOVO", "ThinkPad"),
TP_DMI_MATCH("LENOVO", "ThinkPad T520"), /* added */
{ .ident = NULL }
};
I did have to install debhelper, quilt, and dkms -- they all worked as-is.
Thanks again!
Bookmarks