Unsolved
This post is more than 5 years old
2 Intern
•
1.3K Posts
0
171949
May 29th, 2004 00:00
Shutdown just after power on
About 1 in 10 boots, just after I hit the power button to turn on my I8600, it turns itself right off. The next time I hit the power button, I get a message after the POST routine that my computer shut itself off due to high temperatures. The thing is... it has done this when the laptop has been shut off for hours... and so the CPU should be a room temperature (say around 25C) and it should not be too hot. It has done this with BIOS version A02, A04, A07 and A08. The fans are not blocked in any way... and in short this behavior is unexplainable to me.
Any ideas?
Any ideas?
No Events found!


amaretto
63 Posts
0
May 30th, 2004 21:00
cademetz
2 Intern
•
1.3K Posts
0
May 30th, 2004 23:00
parkerti
610 Posts
0
May 31st, 2004 01:00
Regards,
cademetz
2 Intern
•
1.3K Posts
0
May 31st, 2004 05:00
"Your system automatically powered itself off because it became warmer than expected. This may have been caused by:
o) operating or storing the system in an enviroment where the ambient temp is too high or,
o) obstructing the air flow from the system fan vents.
If this problem recurs please call Dell Support with error code #M1004."
Well, the computer has never powered itself off while running, so that eliminates half of the first option (operating). The laptop is inside where the ambient temp is at maximum 25C (75F), which eliminates the second part of the first option (storing). That leaves me with the second option... well, the fan vents are clear, and free of dust, and as I mentioned, this has only happened JUST after hitting the power button to boot the computer.... so air flow a split-second after being turned on shouldn't cause warmer than expected problems anyways.
Which, leaves me confused.
workalready
1 Message
0
July 20th, 2004 15:00
BIOS is version A07, and all the Tech Support pages say that this (falso positive) error should only affect machines w/ A03 or less. Machine is a Lattitude C640.
I tried a different hard drive (same OS, Win2K), and I get the same error on POST, but after hitting F1 the machine boots normally, I can login normally, and run apps under Administrator normally. There is none of the performance degradation that I encounter when the machine gets too hot.
So Im wondering if it is the machine itself (heat sink, CPU fan, whatever) or something just hung up in software somewhere.
Thoughts?
pieter_nl
1 Message
0
August 9th, 2004 19:00
Hi workalready,
I'm expiriencing the same problem. My computer was working fine. I switched in on earlier today, and got an eroor message at startup:
code M1004..
did u get your problem solved?
Cheers,
Pieter
Zambayoshi
4 Posts
0
September 10th, 2004 12:00
dawax
3 Posts
0
October 14th, 2004 16:00
I experienced this problem (unexplained shut down while running) the past 2 days with my Inspiron 5100. The 1st day, it happened repeatedly, so I gave up. Later in the day, I restarted and booted up fine. the following day, the laptop shut down again. When restarted this morning, it's fine.
Interestingly, my remote office has been quite warm the last 2 days. When I take the laptop home (and the temperature is cooler), it ran fine and I experienced no shutdowns. I downloaded the latest BIOS today, and on restart, saw this error message for the first time. I'm wondering if the repeated shut downs are symptomatic of a potential hardware failure? But if so, why did I not see this error message until AFTER updating the BIOS, and why did it appear only after a normal restart?
Any ideas??
dshukle
2 Posts
0
November 1st, 2004 16:00
I have the same problem with my Inspiron 5100. The system will just power down when running large processes. I am going to try and find some motherboard diagnostics which will allow me to monitor temperature to see exactly what is happening. When I contacted tech support, their response was to shut down some startup apps using MSCONFIG. I tried to explain to them that the problem is when I run big processes which max CPU usage.
Anyways, I was attributing the issue to XP SP2, not sure now though.
dshukle
arrtee121
1 Message
0
November 13th, 2004 05:00
indybeats
1 Message
0
December 4th, 2004 01:00
I have had my inspirion 5150 for about a year now and I noticed over time performance dropped and also the body of the laptop itself would get extremely warm.
Solution: Unplug and remove the battery. Using a can of Compressed air, blow into the exhust and intake areas of the case (located on the underside and backside of the case).
I took it a step further and removed my keyboard and cleared out that area also. My CPU was running close to 60 degrees C. It now runs at a much cooler 35 degree C. There is a noticeable performance gain also.
Mibble
5 Posts
0
January 8th, 2005 02:00
It occurs when the driver attempts an unauthorized call to the NDIS (Network Driver Interface Specification) implementation in Windows. Authorization is dependent upon the context in which the driver process is running - known as its IRQ Level (IRQL).
This has nothing to do with its IRQ number.
There are three levels available to the driver:
PASSIVE - lowest priority, largest list of authorized routines
DISPATCH - higher priority, smaller list
DIRQL - highest priority, smallest list. Basically no NDIS subroutines are available here. The driver runs only its own interrupt service routines at this level.
To make NDIS calls, the driver must be running at a priority level lower than or equal to the context in which the called routine is designed to run. It is possible (and necessary) for the driver software to dynamically set this level as appropriate before issuing the call. If it does not, you get the error.
Windows-certified drivers should not cause this problem. In general, and if possible, let Windows detect and install its own drivers for whatever device you are installing rather than use the proprietary drivers it came with and you shouldn't have the problem - assuming you have a network connection so that windows can check the most current list of drivers for your OS. Windows update also checks for the latest drivers - but if your device is working fine it is not always advisable to install them.
Some devices and software are simply incompatible with certain versions of Windows - particularly network-capable video games and devices designed for previous Windows versions (or just badly written software!). This is simply a fact we must all live with.
Here is MSFT's brief explanation:
" IRQLs:
Every driver function called by NDIS runs at a system-determined IRQL, one of PASSIVE_LEVEL < DISPATCH_LEVEL < DIRQL. For example, a miniport driver's initialization function, halt function, reset function, and sometimes the shutdown function commonly run at PASSIVE_LEVEL. Interrupt code runs at DIRQL, so an NDIS intermediate or protocol driver never runs at DIRQL. All other NDIS driver functions run at IRQL <= DISPATCH_LEVEL.
The IRQL at which a driver function runs affects which NDIS functions it can call. Certain functions can only be called at IRQL = PASSIVE_LEVEL. Others can be called at DISPATCH_LEVEL or lower. A driver writer should check every NDIS function for IRQL restrictions.
Any driver function that shares resources with the driver's ISR must be able to raise its IRQL to DIRQL to prevent race conditions. NDIS provides such a mechanism.
1kracing
4 Posts
0
January 14th, 2005 20:00
Inspiron 5150
Got the following error message:
"Your system automatically powered itself off because it became warmer
than expected. This may have been caused by:
o) operating or storing the system in an enviroment where the ambient
temp is too high or,
o) obstructing the air flow from the system fan vents.
If this problem recurs please call Dell Support with error code #M1004."
The computer failed to recognize the a/c power after that. Purchased new battery and power adapter, worked fine for one day and the same thing occurred.
Tried to update bios as suggested by Dell but download won't work because it asked you to connect a/c plug which it is not recognizing.
Waiting for answer from Dell...lot of valuable stuff on laptop.
Anyone experiencing the same or have gotten the problem fixed?
1kracing
4 Posts
0
January 14th, 2005 20:00
Inspiron 5150
Got
Mibble
5 Posts
0
January 27th, 2005 17:00