Bienvenido! - Willkommen! - Welcome!

Bitácora Técnica de Tux&Cía., Santa Cruz de la Sierra, BO
Bitácora Central: Tux&Cía.
Bitácora de Información Avanzada: Tux&Cía.-Información
May the source be with you!

Monday, November 14, 2011

event error i8042prt

El controlador de inicialización siguiente no se cargó correctamente:
i8042prt
Source
HKLM\SYSTEM\CurrentControlSet\Services
DescriptionThe i8042prt subkey stores data for the i8042prt driver. The i8042prt driver controls the keyboard and PS/2-compatible mouse for the Intel 8042 controller.
Note Image Note
For Windows 2000, many of the entries in the Parameters subkey are used only when a device is installed. When the system recognizes a new device, it copies these entries from Parameters to a device-specific subkey in the Enum subkey . Thereafter, it uses only the entries in Enum. For more information, see the entries in the Parameters subkey.
------------------
First Solution
  • Verificar habilitación de la opción de "Keyboard/Mouse USB" 
  • {aumentar el numero de conexiones simultáneas con el TCP-Z}???
    WTF? xpantispy!
http://support.microsoft.com/kb/314118/en-us  
Fuente
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\i8042prt\Parameters]
 si a la derecha te sale un valor llamado "Headless",
vamos a cambiarlo. Antes, clic derecho sobre la clave (en la parte
izquierda) y elige "Exportar". Luego, cambia el valor a
0x1
-------------------------------------------
http://www.emulespana.net/foros/topic/1206...res-windows-xp/
Source
Windows contiene una característica que puede utilizar para que el sistema deje de responder y generar un archivo de volcado de memoria (Memory.dmp). Al hacerlo, aparece un mensaje de error Stop que se parece al siguiente:
***STOP: 0x000000E2 (0x00000000,0x00000000,0x00000000,0x00000000)
El usuario final ha generado el volcado de bloqueo manualmente.
Después de habilitar la característica, puede generar un archivo de volcado de memoria manteniendo presionada la tecla Ctrl derecha y presionando la tecla Bloq Despl dos veces. La característica está disponible para los teclados de bus serie universal (USB) y PS/2. Los teclados PS/2 utilizan el controlador i8042prt.sys que incluyen. Sin embargo, en el caso de los teclados USB que están conectados a sistemas basados en Windows 2003, debe instalar una revisión para el controlador Kbdhid.sys. Para obtener más información acerca de esta revisión, vea la resolución en la sección "Más información".
Nota: hay una limitación con el controlador Kbdhid.sys que le permite generar el proceso de volcado de memoria con un teclado USB. El método abreviado de teclado Ctrl+Bloq Despl+Bloq Despl no funcionará si el equipo deja de responder en un nivel de petición de interrupción (IRQL) alto. Esta limitación existe porque el controlador Kbdhid.sys funciona en un IRQL menor que el controlador i8042prt.sys.
ara obtener más información acerca de cómo resolver este problema, visite el siguiente sitio web de Microsoft:
Forcing a System Crash from the Keyboard. Nota La característica de teclado USB se puede usar en Windows Server 2008 siempre y cuando esté instalado el Service Pack 2 o una versión más reciente, o se instale la siguiente revisión:
971284  (http://support.microsoft.com/kb/971284/ ) Hay disponible una revisión para habilitar la compatibilidad con CrashOnCtrlScroll un teclado USB en un equipo que ejecuta Windows Vista SP1 o Windows Server 2008
----------------------------------------------
Source
Most of the following keyboards can cause a system crash directly:
PS/2 keyboards connected on i8042prt ports
This feature is available in Windows 2000 and later versions of Windows operating system.
USB keyboards
...
You must ensure the following three settings before the keyboard can cause a system crash:
  1. If you wish a crash dump file to be written, you must enable such dump files, choose the path and file name, and select the size of the dump file. For more information, see Enabling a Kernel-Mode Dump File.
  2. With PS/2 keyboards, you must enable the keyboard-initiated crash in the registry. In the registry key HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\i8042prt\Parameters, create a value named CrashOnCtrlScroll, and set it equal to a REG_DWORD value of 0x01.
  3. With USB keyboards, you must enable the keyboard-initiated crash in the registry. In the registry key HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\kbdhid\Parameters, create a value named CrashOnCtrlScroll, and set it equal to a REG_DWORD value of 0x01.
You must restart the system for these settings to take effect.
After this is completed, the keyboard crash can be initiated by using the following hotkey sequence: Hold down the rightmost CTRL key, and press the SCROLL LOCK key twice.
The system then calls KeBugCheck and issues bug check 0xE2 (MANUALLY_INITIATED_CRASH). Unless crash dumps have been disabled, a crash dump file is written at this point.
If a kernel debugger is attached to the crashed machine, the machine will break into the kernel debugger after the crash dump file has been written.
For more information on using this feature, refer to the article Generate a memory dump file by using the keyboard (KB 244139).


No comments: