Stránka 1 z 1
DRIVER_IRQL...
Napsal: úte 15. bře 2005, 00:03
od Hugo
Vie mi niekto napisat, co znamena nasledujuca hlaska, ktora sa zobrazi po pade WinXP na modrej obrazovke: DRIVER_IRQL_NOT_LESS_OR_EQUAL? Moze to suvisiet s pamatou? Teraz som instaloval dalsiu pamat, a odvtedy mi to robi.
Napsal: úte 15. bře 2005, 07:01
od zombux
buď se ti někde hádá ovladač, nebo to máš moc přetaktovaný... tahle hláška může znamenat více věcí... jestli máš přetaktováno, hoď na default a zkus jestli to bude dál padat
Napsal: úte 15. bře 2005, 09:41
od shadow
raději nepřekládám...
http://www.pcformat.co.uk/tips/default. ... tionid=488
I, on the other hand, receive nothing for blaming hardware except death threats from manufacturers, and I can therefore tell you as a matter of objective fact that IRQL_NOT_LESS_OR_EQUAL stop errors are caused by software not hardware. When Windows is in the middle of scheduling an execution thread, it puts the processor at an Interrupt ReQuest Level (or IRQL) of ‘Dispatch’. This blocks further software interrupts from the scheduler until the process is complete, and no one is allowed to do anything that requires the scheduler. Unfortunately, accessing a memory address in virtual memory is such an activity, because when a process generates a VM page fault, it is usually suspended while the slow hard disk gets around to delivering the requested page. The upshot of this is that drivers (and everything else but especially drivers) are restricted to the contents of physical memory while the IRQL is at dispatch. If anything breaks this rule (say because a corrupted pointer tries to access a random memory address), XP flings up the blue screen and shuts that bad boy down pronto.
možné problémy / řešení: vadná paměť , nekompatibilní paměť se základní deskou , problém s ovladači..
zkus vypnout stránkovací soubor (virtuální paměť), restartovat, a znovu ji nastavit...
Napsal: čtv 17. bře 2005, 10:05
od Hugo
Nebude to skor softwarovy problem? Vzdy sa to stalo kratku dobu po tom, ako sa spustila sluzba Indexing Services.
Napsal: čtv 17. bře 2005, 10:06
od zombux
Hugo píše:Nebude to skor softwarovy problem? Vzdy sa to stalo kratku dobu po tom, ako sa spustila sluzba Indexing Services.
tak ji vypni
Napsal: sob 19. bře 2005, 23:37
od gorge
je to bohužel hláška, která patří mezi dost záhadné a někdy její odstranění dá práci.
já měl jeden čas tuto hlášku dost často a hlavně nepravidelně. přišel jsem na to vlastně náhoddou, špatně přiléhal chladič na GPU grafické karty. po opravě jde vše jak má!!
