После включения компа появляются вот такие окна http://vkontakte.ru/photo56720358_149466034) (http://vkontakte.ru/photo56720358_149486191)Чем это может быть вызвано?Как бороться?
После включения компа появляются вот такие окна http://vkontakte.ru/photo56720358_149466034) (http://vkontakte.ru/photo56720358_149486191)Чем это может быть вызвано?Как бороться?
вбей в гугл номер бсода
и узнаешь в чем беда
вам же объяснили тут
http://vkontakte.ru/photo56720358_149466034
в чём же проблема??
Попробуй выйми батарейку Биоса, выруби питание из розетки! Подожди секунд 10-20, включи в розетку, он с первого раза не включиться, второй раз нажми на включение, если запуститься система, то засунь обратно бтарейку и востонови систему на несколько дней назад! Если Windows, то пуск\стантартные\служебные\востановление системы и выбери точку востановления, число выбери любое, до глюка системы! Лучше боле раннее, настройки изменяються!
IRQL_NOT_LESS_OR_EQUAL usually indicates a bug in a device driver, so you
could start by disabling those that are not essential for booting and
enabling them one by one.
A kernel debugger such as windbg will usually be able to tell you which
driver or module is responsible. Connect a serial or firewire cable to the
device, the other end to a machine running windbg, and use the /debug and
/debugport= options in boot.ini.
http://www.microsoft.com/whdc/devto…ng/default.mspx
What's causing it:
IRQL is the I/O Request Level, something you can see as one of the possible
stages a driver can be in while it's processing an I/O request from an
application or from the system.
It sounds like IRQ = interrupt request, but they're not directly related.
Some functions the kernel provides for device drivers are forbidden above a
certain IRQL. When a driver tries to call one of these functions at an
IRQL where it shouldn't, you get this BSOD.