TP fancontrol utility - beep sound (how to disable)
TP fancontrol utility - beep sound (how to disable)
Hi guys
Im enjoying the TP fancontrol, but I have a little problem. Whenever the fancontrol fails to set the fan state, i get the error syntax "CANT SET FAN STATE" in the log. When that happends, theres this high beeping sound.
Is it possible to disable that sound?
Thanks in advance.
Im enjoying the TP fancontrol, but I have a little problem. Whenever the fancontrol fails to set the fan state, i get the error syntax "CANT SET FAN STATE" in the log. When that happends, theres this high beeping sound.
Is it possible to disable that sound?
Thanks in advance.
Look in FanControl.ini for the following or similar.
// --------------------------------------------------------
// ENGL: Beep frequency and duration (in ms) for successful
// fan state changes. (Set either or both to zero to
// disable)
// FanBeep=1200 3
FanBeep=0 0
=====================
If you use FanControl_Service.exe you should not get the conflict causing the beeps. (in 'Thinkpad Fan Noise Problem: Light at the End of the Tunnel' in the ThinkPad Utility Work Area.
// --------------------------------------------------------
// ENGL: Beep frequency and duration (in ms) for successful
// fan state changes. (Set either or both to zero to
// disable)
// FanBeep=1200 3
FanBeep=0 0
=====================
If you use FanControl_Service.exe you should not get the conflict causing the beeps. (in 'Thinkpad Fan Noise Problem: Light at the End of the Tunnel' in the ThinkPad Utility Work Area.
IBM ThinkPad T43-2668-F5G,
T41p-2373-GEG & a T61-6466-9YG
T41p-2373-GEG & a T61-6466-9YG
My ini file looks like this:Nick Y wrote:Look in FanControl.ini for the following or similar.
// --------------------------------------------------------
// ENGL: Beep frequency and duration (in ms) for successful
// fan state changes. (Set either or both to zero to
// disable)
// FanBeep=1200 3
FanBeep=0 0
=====================
If you use FanControl_Service.exe you should not get the conflict causing the beeps. (in 'Thinkpad Fan Noise Problem: Light at the End of the Tunnel' in the ThinkPad Utility Work Area.
// ENGL: Beep frequency and duration (in ms) for successful
// fan state changes. (Set either or both to zero to
// disable)
FanBeep=0 0
But still beeps.
Now im confused.
As mentioned above, try FanControl_Service.exe.
By the way, are you using Notebook Hardware Control (NHC) as well? If so, have you disabled the NHC temp readings as this conflicts with FanControl? To disable temp readings, go to temp tab, in NHC, and deselect the box against 'Enable temperature readings.'
Hope this helps.
By the way, are you using Notebook Hardware Control (NHC) as well? If so, have you disabled the NHC temp readings as this conflicts with FanControl? To disable temp readings, go to temp tab, in NHC, and deselect the box against 'Enable temperature readings.'
Hope this helps.
IBM ThinkPad T43-2668-F5G,
T41p-2373-GEG & a T61-6466-9YG
T41p-2373-GEG & a T61-6466-9YG
'chrisaix' wrote a very useful installation guide. In 'thinkpads.com Support Community', topic 'Thinkpad Fan Noise Problem: Light at the End of the Tunnel', page 14; posted Posted: Sun Mar 05, 2006 12:37 pm.
You need to start the exe as a service, then it will start automatically when you boot up.
You should see the system tray icon as per fancontrol -and dont forget NHC change mentioned in previous post, if not done.
You need to start the exe as a service, then it will start automatically when you boot up.
You should see the system tray icon as per fancontrol -and dont forget NHC change mentioned in previous post, if not done.
IBM ThinkPad T43-2668-F5G,
T41p-2373-GEG & a T61-6466-9YG
T41p-2373-GEG & a T61-6466-9YG
Thanks. Ill get that fixed right away.Nick Y wrote:'chrisaix' wrote a very useful installation guide. In 'thinkpads.com Support Community', topic 'Thinkpad Fan Noise Problem: Light at the End of the Tunnel', page 14; posted Posted: Sun Mar 05, 2006 12:37 pm.
You need to start the exe as a service, then it will start automatically when you boot up.
You should see the system tray icon as per fancontrol -and dont forget NHC change mentioned in previous post, if not done.
I was afraid that you would ask that ... as I have forgotten! 
I think that you go to Start/Run and enter fancontrol_service.exe -i with the path name. i.e.
C:\Program Files\fancontrol_service\fancontrol_service.exe -i
If this is incorrect, perhaps others could advise/correct me...
(If it works, go to Start/All Programs/Administrative Tools/ Services and you should find the TPFanControl service, with the Startup Type set as automatic.)
I think that you go to Start/Run and enter fancontrol_service.exe -i with the path name. i.e.
C:\Program Files\fancontrol_service\fancontrol_service.exe -i
If this is incorrect, perhaps others could advise/correct me...
(If it works, go to Start/All Programs/Administrative Tools/ Services and you should find the TPFanControl service, with the Startup Type set as automatic.)
IBM ThinkPad T43-2668-F5G,
T41p-2373-GEG & a T61-6466-9YG
T41p-2373-GEG & a T61-6466-9YG
Just checked. For me, 'run' does not like a space between 'program' and 'files'. Inverted commas do not seem to help either. Hence I copied the FanControl_Service folder up to C: and then tried:
C:\fancontrol_service\fancontrol_service.exe /?
to get the help menu. Note the space between "exe" and "/?"
Comes up with a small dialogue box
-i for service installation
-u for uninstall
-q for quiet mode.
So if you run C:\fancontrol_service\fancontrol_service.exe -i
you should be OK....
C:\fancontrol_service\fancontrol_service.exe /?
to get the help menu. Note the space between "exe" and "/?"
Comes up with a small dialogue box
-i for service installation
-u for uninstall
-q for quiet mode.
So if you run C:\fancontrol_service\fancontrol_service.exe -i
you should be OK....
IBM ThinkPad T43-2668-F5G,
T41p-2373-GEG & a T61-6466-9YG
T41p-2373-GEG & a T61-6466-9YG
XP is somewhat weird on this part. Even if I linked directly to the file, it couldnt be found. So, as you suggested - I removed the folder to the C:\ root, which solved the problem perfectly.Nick Y wrote:Just checked. For me, 'run' does not like a space between 'program' and 'files'. Inverted commas do not seem to help either. Hence I copied the FanControl_Service folder up to C: and then tried:
C:\fancontrol_service\fancontrol_service.exe /?
to get the help menu. Note the space between "exe" and "/?"
Comes up with a small dialogue box
-i for service installation
-u for uninstall
-q for quiet mode.
So if you run C:\fancontrol_service\fancontrol_service.exe -i
you should be OK....
Thanks for the help, Nick. Really appreciate it. Now I wont get any beeps when its deadly important that my Thinkpad is quiet.
-
- Similar Topics
- Replies
- Views
- Last post
-
-
continuous beep and non-responsive keys
by zap 1 » Sun Jan 01, 2017 6:17 pm » in ThinkPad T400/410/420 and T500/510/520 Series - 2 Replies
- 773 Views
-
Last post by zap 1
Mon Jan 02, 2017 8:27 am
-
-
-
T410i won't boot (no beep, power LED on, LCD blank) (2518F5U)
by scootley » Mon Jan 09, 2017 10:55 pm » in ThinkPad T400/410/420 and T500/510/520 Series - 11 Replies
- 1157 Views
-
Last post by RealBlackStuff
Thu Jan 12, 2017 2:19 pm
-
-
-
T430s won't boot, no beep, flashing battery light
by Thinkpad4by3 » Wed Apr 19, 2017 8:44 am » in ThinkPad T430/T530 and later Series - 3 Replies
- 253 Views
-
Last post by RealBlackStuff
Wed Apr 19, 2017 12:15 pm
-
-
-
A31 no post - 4 4 beep codes point to Security Chip?
by TPFanatic » Wed May 10, 2017 7:38 pm » in ThinkPad R, A, G and Z Series - 5 Replies
- 497 Views
-
Last post by kfzhu1229
Fri May 12, 2017 1:27 am
-
Who is online
Users browsing this forum: No registered users and 0 guests





