Found the solution.
Download these files:
tpfan-admin_0.96-ubuntu1_all.deb
tpfand_0.95-ubuntu1_all.deb
Double-click tpfand_0.95-ubuntu1_all.deb and install it.
Right-click tpfan-admin_0.96-ubuntu1_all.deb and 'Extract Here'.
Rename the file tpfan-admin_0.96-ubuntu1_all.deb with tpfan-admin_0.96-ubuntu1_all.deb.old.
Now go into the 'tpfan-admin_0.96-ubuntu1_all' folder and then into the DEBIAN folder and open the file called 'control'.
Replace 'python-gnome2-desktop' with 'python-gnome2-desktop-dev'. Save and close.
Open a terminal and run this command:
Code:
dpkg-deb-D - build-tpfan admin_0.96-ubuntu1_all
This will create a new admin_0.96-ubuntu1_all.deb. Double-click and install.
Now in the terminal again:
Code:
sudo gedit /usr/lib/python2.6/dist-packages/tpfand/settings.py
Find the lines 170-174 and replace:
Code:
self.product_id = None
self.product_name = None
self.product_pretty_vendor = None
self.product_pretty_name = None
self.product_pretty_id = None
With:
Code:
self.product_id = ""
self.product_name = ""
self.product_pretty_vendor = ""
self.product_pretty_name = ""
self.product_pretty_id = ""
Save and close.
Code:
sudo service tpfand restart
It should work now, go System -> Administrator -> Thinkpad Fan Control.
Bookmarks