Two issues with Aspire M5-481

Options
Worrier_King
Worrier_King Member Posts: 3 New User

First, the computer will crash occasionally, when going into Hibernate mode.  I find this out when I try to resume, and I get the boot screen instead of the resume screen.  I installed winDbg, and got the following information from the kernel dump:

 

kd> !analyze -v
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

DRIVER_POWER_STATE_FAILURE (9f)
A driver is causing an inconsistent power state.
Arguments:
Arg1: 0000000000000003, A device object has been blocking an Irp for too long a time
Arg2: fffffa80049f6060, Physical Device Object of the stack
Arg3: fffff80000b9c3d8, Functional Device Object of the stack
Arg4: fffffa800a2d3810, The blocked IRP

Debugging Details:
------------------


DRVPOWERSTATE_SUBCODE:  3

IMAGE_NAME:  pci.sys

DEBUG_FLR_IMAGE_TIMESTAMP:  4ce7928f

MODULE_NAME: pci

FAULTING_MODULE: fffff88000d68000 pci

DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT

BUGCHECK_STR:  0x9F

PROCESS_NAME:  System

CURRENT_IRQL:  2

STACK_TEXT:  
fffff800`00b9c388 fffff800`02ef28d2 : 00000000`0000009f 00000000`00000003 fffffa80`049f6060 fffff800`00b9c3d8 : nt!KeBugCheckEx
fffff800`00b9c390 fffff800`02e8d85c : fffff800`00b9c4c0 fffff800`00b9c4c0 00000000`00000000 00000000`00000001 : nt! ?? ::FNODOBFM::`string'+0x33af0
fffff800`00b9c430 fffff800`02e8d6f6 : fffff800`03033140 00000000`00129fe1 00000000`00000000 00000000`00000000 : nt!KiProcessTimerDpcTable+0x6c
fffff800`00b9c4a0 fffff800`02e8d5de : 0000002c`55665dcc fffff800`00b9cb18 00000000`00129fe1 fffff800`03001ea8 : nt!KiProcessExpiredTimerList+0xc6
fffff800`00b9caf0 fffff800`02e8d3c7 : 00000007`57e4abc1 00000007`00129fe1 00000007`57e4abf7 00000000`000000e1 : nt!KiTimerExpiration+0x1be
fffff800`00b9cb90 fffff800`02e7a8ca : fffff800`02ffde80 fffff800`0300bcc0 00000000`00000002 fffff880`00000000 : nt!KiRetireDpcList+0x277
fffff800`00b9cc40 00000000`00000000 : fffff800`00b9d000 fffff800`00b97000 fffff800`00b9cc00 00000000`00000000 : nt!KiIdleLoop+0x5a


STACK_COMMAND:  kb

FOLLOWUP_NAME:  MachineOwner

FAILURE_BUCKET_ID:  X64_0x9F_3_athrx_IMAGE_pci.sys

BUCKET_ID:  X64_0x9F_3_athrx_IMAGE_pci.sys

Followup: MachineOwner
---------

0: kd> lmvm pci
start             end                 module name
fffff880`00d68000 fffff880`00d9b000   pci        (pdb symbols)          c:\symbols\pci.pdb\CB76D2E9B4BD4058A1AD2452855153671\pci.pdb
    Loaded symbol image file: pci.sys
    Image path: \SystemRoot\system32\drivers\pci.sys
    Image name: pci.sys
    Timestamp:        Sat Nov 20 03:19:11 2010 (4CE7928F)
    CheckSum:         00033150
    ImageSize:        00033000
    File version:     6.1.7601.17514
    Product version:  6.1.7601.17514
    File flags:       0 (Mask 3F)
    File OS:          40004 NT Win32
    File type:        2.0 Dll
    File date:        00000000.00000000
    Translations:     0409.04b0
    CompanyName:      Microsoft Corporation
    ProductName:      Microsoft® Windows® Operating System
    InternalName:     pci.sys
    OriginalFilename: pci.sys
    ProductVersion:   6.1.7601.17514
    FileVersion:      6.1.7601.17514 (win7sp1_rtm.101119-1850)
    FileDescription:  NT Plug and Play PCI Enumerator
    LegalCopyright:   © Microsoft Corporation. All rights reserved.

 

Second:  Intermittently, several keys will output the wrong character (key code).  So far, I have noticed:

 

pressing "p" will output "*"

pressing "u" will move the cursor one space to the left and not output any character.

 

Therefore typing "pour" wiill result in "*ro".

 

I updated the BIOS from v1.02 to v1.12 in an attelpt to solve the crash issue.  I didn't notice any difference, but the keyboard issue seemed to start soonafter the BIOS update.

This discussion has been closed.