PC Review


Reply
Thread Tools Rate Thread

card fan failure

 
 
rcoc
Guest
Posts: n/a
 
      17th Mar 2008
On boot, I get this warning, and am prompted to hit F1 or F2.
But...the fan has not failed, nor is it blocked or running slowly.
The graphics card fan is after market and runs great also.
I don't see any control for this in BIOS
Dell XPS 400, XP Media Center SP2, original card fan.

Suggestions would be very appreciated!
 
Reply With Quote
 
 
 
 
DL
Guest
Posts: n/a
 
      18th Mar 2008
You sure its the graphics fan and not cpu fan?
I had a mobo which gave this warning, after I had installed AMD Cool & Quiet

"rcoc" <(E-Mail Removed)> wrote in message
news:3F611C14-C97C-40BA-95AD-(E-Mail Removed)...
> On boot, I get this warning, and am prompted to hit F1 or F2.
> But...the fan has not failed, nor is it blocked or running slowly.
> The graphics card fan is after market and runs great also.
> I don't see any control for this in BIOS
> Dell XPS 400, XP Media Center SP2, original card fan.
>
> Suggestions would be very appreciated!



 
Reply With Quote
 
PaulMaudib
Guest
Posts: n/a
 
      18th Mar 2008
On Mon, 17 Mar 2008 16:28:00 -0700, rcoc
<(E-Mail Removed)> wrote:

>On boot, I get this warning, and am prompted to hit F1 or F2.
> But...the fan has not failed, nor is it blocked or running slowly.
>The graphics card fan is after market and runs great also.
>I don't see any control for this in BIOS
>Dell XPS 400, XP Media Center SP2, original card fan.
>
>Suggestions would be very appreciated!


I suggest you find a pure HARDWARE related group to ask in. As this
problem has NOTHING to do with the OS it is out of place here.

Ask elsewhere

 
Reply With Quote
 
Paul
Guest
Posts: n/a
 
      18th Mar 2008
rcoc wrote:
> On boot, I get this warning, and am prompted to hit F1 or F2.
> But...the fan has not failed, nor is it blocked or running slowly.
> The graphics card fan is after market and runs great also.
> I don't see any control for this in BIOS
> Dell XPS 400, XP Media Center SP2, original card fan.
>
> Suggestions would be very appreciated!


A monitored fan has three wires. The signals are +12V, GND, and RPM.
The RPM signal pulses twice per revolution of the fan.

The RPM signal is monitored by the hardware monitor interface on
the SuperI/O chip on the motherboard. The SuperI/O chip measures
the time period, between two pulses on the RPM signal. The time
is measured with a clock signal. For example, the measurement
register might be an 8 bit register, and if the clock ticked
once per microsecond, the chip could measure a period as long
as 255 microseconds.

If the period between pulses goes beyond the register's maximum
value (255), then the register is "overflowed". The software
doesn't know the difference between 256 microseconds and an
infinite number of microseconds, once the overflow happens.

If you take the inverse of the time period, you get the
rotation rate. A register with a limited ability to
hold the time period, equates to a "minimum RPM" value
that can be measured.

On my computer, the one I'm typing on, that number
equates to 1800RPM. My power supply delivers an RPM signal
to my motherboard. When the computer starts, the power
supply fan runs at about 1700 or so. The measurement
chip pretends that is "0", and I get one of those
"Press F1 to enter the BIOS" errors. Yet, by the time
I get into the BIOS, and go to the hardware monitor page,
to look for something out of sorts, by that time the
fan has started to register, and the RPMs are just above
1800. As the power supply warms up, that fan runs a little
bit faster.

All of this nonsense could be fixed, if the time base
used by the hardware monitor was changed. There is a
separate register, that sets the scale of the time
base. In fact, the hardware monitor may not be cranked
down as far as it can go. I think on my chip for example, the
BIOS limit is 1800RPM, but if properly programmed, the
chip can still detect 500-600 or so for an RPM value.

You should check that your fans are clean and not
binding on anything. With the power off, of course.
If it used to work without a problem, and now is
getting flagged in the BIOS, it must be running
slower for some reason.

If you need a program to monitor your fans, try
Speedfan from almico.com . Other than motherboard maker
provided programs, it is one of the few which is still
supported by its author. Speedfan has a nice autoranging
algorithm for the fan monitoring circuit, and will
adjust the scale register on the hardware chip, for
best measurement capability. BIOS codes tend to use
a fixed value, which is why they're so inflexible.

Paul
 
Reply With Quote
 
rcoc
Guest
Posts: n/a
 
      18th Mar 2008
Actually, the reader before you offered excellent advice, so the question
does not "appear to be out of place here ". Thanks for your input....

"PaulMaudib" wrote:

> On Mon, 17 Mar 2008 16:28:00 -0700, rcoc
> <(E-Mail Removed)> wrote:
>
> >On boot, I get this warning, and am prompted to hit F1 or F2.
> > But...the fan has not failed, nor is it blocked or running slowly.
> >The graphics card fan is after market and runs great also.
> >I don't see any control for this in BIOS
> >Dell XPS 400, XP Media Center SP2, original card fan.
> >
> >Suggestions would be very appreciated!

>
> I suggest you find a pure HARDWARE related group to ask in. As this
> problem has NOTHING to do with the OS it is out of place here.
>
> Ask elsewhere
>
>

 
Reply With Quote
 
sgopus
Guest
Posts: n/a
 
      18th Mar 2008
Have you also checked your power supply fan?
it seems we have a spate of people who disregard the title of this group,
and want to play rules cops, it says hardware, I post about hardware also, so
ignore them.

"rcoc" wrote:

> Actually, the reader before you offered excellent advice, so the question
> does not "appear to be out of place here ". Thanks for your input....
>
> "PaulMaudib" wrote:
>
> > On Mon, 17 Mar 2008 16:28:00 -0700, rcoc
> > <(E-Mail Removed)> wrote:
> >
> > >On boot, I get this warning, and am prompted to hit F1 or F2.
> > > But...the fan has not failed, nor is it blocked or running slowly.
> > >The graphics card fan is after market and runs great also.
> > >I don't see any control for this in BIOS
> > >Dell XPS 400, XP Media Center SP2, original card fan.
> > >
> > >Suggestions would be very appreciated!

> >
> > I suggest you find a pure HARDWARE related group to ask in. As this
> > problem has NOTHING to do with the OS it is out of place here.
> >
> > Ask elsewhere
> >
> >

 
Reply With Quote
 
PaulMaudib
Guest
Posts: n/a
 
      18th Mar 2008
On Mon, 17 Mar 2008 18:01:03 -0700, rcoc
<(E-Mail Removed)> wrote:

>Actually, the reader before you offered excellent advice, so the question
>does not "appear to be out of place here ". Thanks for your input....
>
>"PaulMaudib" wrote:
>
>> On Mon, 17 Mar 2008 16:28:00 -0700, rcoc
>> <(E-Mail Removed)> wrote:
>>
>> >On boot, I get this warning, and am prompted to hit F1 or F2.
>> > But...the fan has not failed, nor is it blocked or running slowly.
>> >The graphics card fan is after market and runs great also.
>> >I don't see any control for this in BIOS
>> >Dell XPS 400, XP Media Center SP2, original card fan.
>> >
>> >Suggestions would be very appreciated!

>>
>> I suggest you find a pure HARDWARE related group to ask in. As this
>> problem has NOTHING to do with the OS it is out of place here.
>>
>> Ask elsewhere
>>
>>

Just because somebody answered does not make the post on topic.

 
Reply With Quote
 
PaulMaudib
Guest
Posts: n/a
 
      18th Mar 2008
On Mon, 17 Mar 2008 20:26:00 -0700, sgopus
<(E-Mail Removed)> wrote:

>Have you also checked your power supply fan?
>it seems we have a spate of people who disregard the title of this group,
>and want to play rules cops, it says hardware, I post about hardware also, so
>ignore them.
>
>"rcoc" wrote:
>
>> Actually, the reader before you offered excellent advice, so the question
>> does not "appear to be out of place here ". Thanks for your input....
>>
>> "PaulMaudib" wrote:
>>
>> > On Mon, 17 Mar 2008 16:28:00 -0700, rcoc
>> > <(E-Mail Removed)> wrote:
>> >
>> > >On boot, I get this warning, and am prompted to hit F1 or F2.
>> > > But...the fan has not failed, nor is it blocked or running slowly.
>> > >The graphics card fan is after market and runs great also.
>> > >I don't see any control for this in BIOS
>> > >Dell XPS 400, XP Media Center SP2, original card fan.
>> > >
>> > >Suggestions would be very appreciated!
>> >
>> > I suggest you find a pure HARDWARE related group to ask in. As this
>> > problem has NOTHING to do with the OS it is out of place here.
>> >
>> > Ask elsewhere
>> >
>> >

It also says XP dipshit. Put that together. Does the CPU fan have
ANYTHNING to do with the OS? NO. SO, it is out of place here.

 
Reply With Quote
 
Dragomir Kollaric
Guest
Posts: n/a
 
      22nd Mar 2008
On 2008-03-18, PaulMaudib hit the keyboard and wrote:

<cut>

*PLONK*

Just in case you don't know the meaning of this word, you'll wind up
in the "bozo-bin" i.e. a "kill-file" for "blacklisted" people
ignored. You don't offer any advice only that people should get
lost.



Dragomir Kollaric
--
This signature is licensed under the GPL and may be
freely distributed as long as a copy of the GPL is included... :-)

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Video Card Failure? Paul Computer Hardware 1 13th Sep 2008 07:58 AM
Video card failure? =?Utf-8?B?am11aGwy?= Windows XP General 2 21st Feb 2007 05:34 AM
card failure =?Utf-8?B?VG9tIFBlcHBlcg==?= Windows XP Networking 0 23rd Nov 2006 04:34 AM
Video card (?) failure Mark Tangard Windows XP Hardware 11 11th Jul 2004 03:53 AM
HELP video card failure?? Andrew Windows XP Performance 2 15th Nov 2003 07:10 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:15 AM.