Take a look at our
ThinkPads.com HOME PAGE
For those who might want to contribute to the blog, start here: Editors Alley Topic
Then contact Bill with a Private Message
ThinkPads.com HOME PAGE
For those who might want to contribute to the blog, start here: Editors Alley Topic
Then contact Bill with a Private Message
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
-
-
Disable Touchpad on ThinkPad T490?
by Clueless in Seattle » Tue Jan 20, 2026 9:57 pm » in ThinkPad T430-T495 / T530-T590 Series - 3 Replies
- 4484 Views
-
Last post by dcfbf
Sun Feb 08, 2026 1:41 am
-
-
- 8 Replies
- 15330 Views
-
Last post by Loci
Fri Oct 31, 2025 3:02 pm
-
-
PicoPCMCIA - a newly made PCMCIA sound card
by Bondi » Tue Feb 10, 2026 7:17 am » in Off-Topic Stuff - 6 Replies
- 3562 Views
-
Last post by axur-delmeria
Sun Mar 22, 2026 8:49 pm
-
Who is online
Users browsing this forum: No registered users and 80 guests





