You are not logged in.

#1 2009-10-18 12:01:29

Miitch
Member
From: Arnhem
Registered: 2009-10-14
Posts: 30

[SOLVED]Lenovo t400 tp_smapi & hdaps problems

I noticed there are many people here who run thinkpads.
I am the proud owner of a thinkpad for 2 months now and i run arch linux on it togeter with kde4.

But the thing that's bugging me for a 2 days now is that i can't get tp_smapi to work.
I followed the wiki exacty but i get an error if i try to load it

FATAL: Error inserting tp_smapi (/lib/modules/2.6.31-ARCH/extra/tp_smapi.ko): No such device or address

Now i found this solution: Thinkwiki
But i dont know how to apply this solution on arch linux..

And i also get this error when i try to load the hadps module for thinkpads:

FATAL: Error inserting hdaps (/lib/modules/2.6.31-ARCH/kernel/drivers/hwmon/hdaps.ko): No such device

But i think that the second error is because tp_smapi doesn't work

Does anyone has any idea how to fix this?

Last edited by Miitch (2009-10-19 19:21:53)


Thinkpad t400 | t8400 | 4gb ram | 160gb harddisk | x86_64 Arch | Gnome

Offline

#2 2009-10-18 12:48:14

v3s
Member
From: Czech Republic
Registered: 2009-02-19
Posts: 25

Re: [SOLVED]Lenovo t400 tp_smapi & hdaps problems

I assume you have installed 2.6.31 kernel.. so you must recompile tp_smapi (just reinstall it from AUR) and everything will be OK smile


LenovoT61_ArchLinux_x86_64_KDE4

Offline

#3 2009-10-18 13:28:36

Miitch
Member
From: Arnhem
Registered: 2009-10-14
Posts: 30

Re: [SOLVED]Lenovo t400 tp_smapi & hdaps problems

Hmm but i installed it 2 days ago... so that shouldnt be the problem.. I just did

makepkg -s
pacman -U pkgname

Thinkpad t400 | t8400 | 4gb ram | 160gb harddisk | x86_64 Arch | Gnome

Offline

#4 2009-10-18 13:37:29

vi3dr0
Member
From: Poland
Registered: 2009-03-22
Posts: 208

Re: [SOLVED]Lenovo t400 tp_smapi & hdaps problems

I  never have to recompile tp_smapi, however with every new kernel you've got to do the following:

[kuba@t61p ~]\$ cat linux/bin/fix_hdaps.sh
#!/bin/sh

path="/lib/modules/$(uname -r)/"
rm $path/kernel/drivers/hwmon/hdaps.ko
cp $path/extra/hdaps.ko $path/kernel/drivers/hwmon/
/etc/rc.d/hdapsd restart

hdaps module gets bad path by default.

Hope that helps.


Thinkpad T61p : T7700 | 4GB RAM | nVidia FX 570M | Intel 4965
Arch64 @ Openbox

Offline

#5 2009-10-18 14:13:45

Miitch
Member
From: Arnhem
Registered: 2009-10-14
Posts: 30

Re: [SOLVED]Lenovo t400 tp_smapi & hdaps problems

I solved the problem by updating my bios to 1.19 smile (Maybe this is handy to put in the wiki for other t400 users?)

Last edited by Miitch (2009-10-19 19:21:17)


Thinkpad t400 | t8400 | 4gb ram | 160gb harddisk | x86_64 Arch | Gnome

Offline

#6 2010-01-27 08:19:17

karllv
Member
Registered: 2010-01-13
Posts: 2

Re: [SOLVED]Lenovo t400 tp_smapi & hdaps problems

mark

Offline

Board footer

Powered by FluxBB