Page 1 of 1
X60 with NHC
Posted: Wed Feb 17, 2010 2:58 pm
by jiopsi
Installed NHC in X60 and its working good, but can't access ACPI control system? Is there ACPI-files separetely for X60?
Re: X60 with NHC
Posted: Thu Feb 18, 2010 8:26 am
by sojourner
jiopsi wrote:Installed NHC in X60 and its working good, but can't access ACPI control system? Is there ACPI-files separetely for X60?
Yes, there are!
When NHC installs it defaults installation to
\Program Files\Notebook Hardware Control
Under that DIR there should be a \ACPI directory.
Look in there for files named LENOVO, specifically lenovo_mod.
Open lenovo_mod (double click, should open with notepad)
change the model name between the "" marks to the model of your TP.
SAVE
Restart NHC, ACPI settings will be available

Re: X60 with NHC
Posted: Thu Feb 18, 2010 9:36 am
by jiopsi
Mine didn't install those by default but found combatible. The problem was bottom has two numbers:
1706CTO
1706W3Q
, and I was trying with CTO every time and it didn't work, but the other worked. What is the difference with these numbers btw?
Re: X60 with NHC
Posted: Fri Feb 19, 2010 8:27 am
by pkiff
jiopsi wrote:The problem was bottom has two numbers:
1706CTO
1706W3Q
[...]What is the difference with these numbers btw?
CTO = custom configuration. It could mean almost any hardware combination at all. The other three are a standard model config with specific hardware listed by Lenovo.
Phil.
Re: X60 with NHC
Posted: Fri Feb 19, 2010 9:41 am
by sojourner
jiopsi wrote:Mine didn't install those by default but found combatible. The problem was bottom has two numbers:
1706CTO
1706W3Q
Glad you got it working. BTW, you can add multiple models, as follows:
<Model name="1706cto" location="MAINBOARD" class="TPFancontrol" file="lenovo.cs" />
<Model name="1706w3q" location="MAINBOARD" class="TPFancontrol" file="lenovo.cs" />
Re: X60 with NHC
Posted: Fri Feb 19, 2010 3:18 pm
by jiopsi
Ok, thanks for the info.