Problem with processor consumption ntoskrnl

In processes, System is using 15% of my processor power all the time. Just started happening yesterday. System interrupts is also showing 8% CPU. So, I clicked on GoToDetails, and I found that it was NT Kernel & System, I clicked takemetofile and it
was ntoskrnl. For the interrupts, I was taken to service Deferred Procedure Calls and Interrupt Service Routines. How can I stop this?

Hi rkguy,
Please follow the WIKI article posted by Team Zigzag to take a performance trace. 
Regarding Procedure Calls and Interrupt Service Routines, the below is a blog talking about this:
Do you know where your processor spends its time?
More reference:
Troubleshooting High CPU Utilization issues using Tracelog.exe
Best regards
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

Similar Messages

  • Hello I want to say that apple iphone 5 even has problems with battery consumption. Charge my phone in the morning and sometimes I do not get to the full day. If they could fix this problem I would appreciate. I hope answers.

    Hello I want to say that apple iphone 5 even has problems with battery consumption. Charge my phone in the morning and sometimes I do not get to the full day. If they could fix this problem I would appreciate. I hope answers

    Hello!
    I recently just downloaded the 'Waze' app as a backup for my Garmin. I've read a few reviews that seem to rant and rave about how good the GPS app is. It is community driven and maps are constantly being updated by users. Plus it has a few other fun stuff in it (something similar to Gasbuddy where you can owe prices on the map). But like the person above me said, there is lots of useful free GPS apps in the App Store.
    Oh and I may be wrong but I remember reading an article about Google being slower about updating its maps system--ie no turn by turn voice, which many people have had complaints about.
    Happy Searching!
    Ps - if you switch I wouldn't go to Blackberry.

  • Problem with processor fan.

    Hi, since a few days ago the processor fan is not starting when I turn on the laptop, it just starts when I open any windows user session, it used to work fine, suddenly changed and I don't know how to fix it, also when Is not in "High performance" mode the fan just doesn't start till I go to energy options REactive the "Max performance" option in cooling  mode... I'm sorry for my poor explanation, my english is not very good, but I hope is enough to get a little help.
    Thanks.

    The fans on laptop computers are thermostatically controlled so they don't turn on when the computer is first turned on. "Thermostatically controlled" is a fancy way of saying that the fans are turned on and off by the heat of the computer. Once the computer gets hot enough the fans turn on. This is a power saving feature to help save on battery power. When the computer's power setting is set for Performance, power is no longer a problem and the fan will come on more quickly and frequently. I have seen where the Bios has been changed to change the fan's heat settings, so you may want to make sure that you have the latest Bios. If the computer is not getting too hot or shutting down because of heat problems, I would not worry about the fan not turning on at startup.

  • Problem with processor

    Hello!
    I have a pavlion dv-5 1160-ev
    I usually play PES 2012,but three days ago started going slow. I checked the settings and said that my computer is inappropriate because i have only one core. I checked the task manager and and it also show sthe one core, like have another processor. What is going on?Could I do anything to repair this problem?
    Thank you

    I have trie it out replaced ur WebCamSetup by my own function and commented out //dataSinkListener lines. I created 2 files
    testcam25-07-2005-36
    testcam25-07-2005-55

  • Problem with service consumption from ABAP side "SOAPFaultCode: 1"

    Hi gurus,
    I have created a Java Web Service on our Netweaver Portal, my team partner (ABAP) has created the respective ABAP proxy class from the web service´s definition and the logical port. All works just fine on development environment but when we test all the scenario integrated at quality environment through ABAP client proxy->test(f8)) the system throws the following error: SOAPFaultCode: 1 nothing else. Could you help us to figure out the problem and solve it?
    Please Help, Regards
    MC

    Hi Mariana,
    It's good practice to post what caused the issue & how it was resolved. This helps others that may experience the same issue & come across this thread.
    Regards, Trevor

  • Weird problem with k8n neo fsr

    hello!
    i have weird problem with my K8N Neo-fsr and Athlon 64 2800+ socket 754, when i try to overclock i change in bios HT from 4 to 3 (for better stability), after restart nothing happen, my pc wont boot, also nothing on screen, so i must clear cmos for solve my problem and set to 4   i try several bioses from official to moded also pinochio`s and syar`s moded and allways the same issue    is it problem with processor? or motherboard?   
    thanx for your help and sorry for my english 

    You should first get down cpu ratio, then get up cpu fsb and as you wanted set ht frequency from 4 to 3 and "save changes and exit" if it doesn't boot change you psu (at least antec 380 or tagan) or go fast to send back your mobo to reseller!! 

  • Problem with running sample code from XML Schema Processor for Java

    Hi there,
    I downloaded the XML Schema Processor for Java and tried it out. Unfortunately, it failed at the first step. FYI, I included all xmlparserv2.jar and xmlschema.jar in my classpath.
    I compiled XSDSample.java with a warning: XSDSample.java uses a deprecated API. Recompile with "-deprecation" for details. There was no problem with compiling XSDSetSchema.java.
    When I tried to run report.xml by typing java XSDSample report.xml, I got Parsing report.xml
    NonParserException: null.
    I guess that report.xml from the sample is not valid.
    Could any one give me a hint? Any suggestion would be greatly appreciated.
    ---Denali
    null

    Please post this message at:
    Forums Home » Oracle Technology Network (OTN) » Products » Database » XML DB

  • My problems with Oracle Schema Processor for C++ :(

    Dear ;) Oracle XML team and others,
    the followings are really inconvenient with the C++ schema processor:
    -it doesn't even support the Candidate
    Recommendation (OK, the Java version does
    support it, and you can use XSU and upgrade your schemas later when the C++ will also
    support it.)
    -you cannot put comments in the schema, just after the <xsd:schema> element.
    -it's checking the attribute use="required"
    when an attribute is declared in a
    complexType, but it doesn't check
    when an attribute is referenced or, which could be much more useful, when an
    attributegroup is referenced, and it contains
    use attributes. (I tried XMLSpy and it was correct. But I need an API or a C++ tool.)
    I'm really awaiting this schema processor to be updated (maybe on April 14 the W3C Schema recommendation ;))
    -it supports "import" but I had problems with "include" (this looked like a bug, but after I'd posted it, noone replied :(. Maybe because the C++ processor is kind of "obsolete")
    Will the C++ version be updated? (When?)
    I cannot use Java because I try to integrate with a C++ application. I was looking for
    other products, but I only found XSV, Java XSD processors and built-in tools. It's quite sad that there isn't a C++ implementation available. :( Can anyone help me?
    Tamas
    null

    Originally posted by Tamas >Marcinkovics ([email protected]):
    Dear ;) Oracle XML team and others,
    -you cannot put comments in the schema, just >after the <xsd:schema> element.I tried the following:
    <?xml version="1.0"?>
    <schema
    xmlns = "http://www.w3.org/1999/XMLSchema"
    targetNamespace = "http://www.CarDealers.com/">
    <!-- this should fail -->
    <element name="Car">
    </element>
    </schema>
    and it works!
    Can you provide some examples?
    Thx!
    null

  • Problem with sales order consumption

    Hi
    I hope someone can help?  I have a problem with consumption of sales orders in APO.  When a sales order comes across from R/3 it doesn't consume the forecast until a later sales order comes across, then the previous one consumes forecast.  So all sales orders consume forecast apart from the latest one on each material.
    Many thanks
    Michael

    Hi Please confirm the following are right in your strategy configuration in R/3:
    Strategy:         40 Planning with final assembly
    Reqmts type for indep.reqmts   VSF Planning with final assembly
    Reqmts class: 101
    Consumption: 1 Consume planning with assembly
    Planning Ind.   1 Net requirements planning
    Reqmt type of customer reqmt   KSV  Sales order with consumption
    Requirements class             050  Warehouse consumpt.
    Allocation indicat.   1 Consume planning with assembly
    No MRP                  Requirement planned

  • Problem with schema processor

    Hello,
    I'm using the newest xml xdk (9.2.0.3.0) for windows. I have the following test example for the schema-processor
    <?xml version="1.0" encoding="UTF-8"?>
    <REPORT ID="4711" xmlns="http://www.oracle.com/REPORT" xmlns:COMOD="http://www.oracle.com/REPORT" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.oracle.com/REPORT example.xsd">
    <Module>
              <FELDA MODULE_ID="104">FELDA
                   <FELDB MODULE_ID="4711">Test</FELDB>
              </FELDA>
              <FELDA MODULE_ID="105">hkfjdn
                   <FELDC MODULE_ID="4811">test2</FELDC>
              </FELDA>
              <FELDA MODULE_ID="106">
                   <FELDB MODULE_ID="4576">fhgjf</FELDB>
                   <FELDC MODULE_ID="3457">tzdhs</FELDC>
                   fhgjdfl
              </FELDA>
              <FELDA MODULE_ID="103">FELD_VALUE</FELDA>
    </Module>
    </REPORT>
    and the corresponding xsd-file
    <?xml version="1.0" encoding="UTF-8"?>
    <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.oracle.com/REPORT" xmlns:REPORT="http://www.oracle.com/REPORT" elementFormDefault="qualified">
         <complexType name="FELDAType" mixed="true">
              <choice minOccurs="0" maxOccurs="unbounded">
                   <element name="FELDB" type="REPORT:FELDBType"/>
                   <element name="FELDC" type="REPORT:FELDCType"/>
              </choice>
              <attribute name="MODULE_ID" type="string" use="required"/>               
         </complexType>
         <complexType name="FELDBType">
              <simpleContent>
                   <extension base="string">
                        <attribute name="MODULE_ID" type="string" use="required"/>
                   </extension>
              </simpleContent>
         </complexType>
         <complexType name="FELDCType">
              <simpleContent>
                   <extension base="string">
                        <attribute name="MODULE_ID" type="string" use="required"/>
                   </extension>
              </simpleContent>
         </complexType>
         <complexType name="ModuleType">
              <sequence>
                   <element name="FELDA" type="REPORT:FELDAType" minOccurs="1" maxOccurs="unbounded"/>
              </sequence>
         </complexType>
         <element name="REPORT">
              <complexType>
                   <sequence>
                        <element name="Module" type="REPORT:ModuleType"/>
                   </sequence>
                   <attribute name="ID" type="string" use="required"/>
              </complexType>
         </element>
    </schema>
    The xml-spy 44 says everything is valid, but I got the following error using the schema test example xsdtest.cpp
    In line 15 of example.xml:
    LSX-00204: Extra data at end of complex element
    LSX-00213: Only 0 occurance(s) of element "s", minimum is 1
    Here is the xsdtest.cpp
    // Copyright (c) Oracle Corporation 1999, 2000, 2001. All Rights Reserved.
    // NAME          validate.c
    // DESCRIPTION     Sample usage of C XML Schema processor
    #include <iostream.h>
    #include <string.h>
    #ifndef ORAXML_CPP_ORACLE
    # include <oraxml.hpp>
    #endif
    #ifndef ORAXSD_CPP_ORACLE
    # include <oraxsd.hpp>
    #endif
    int main(int argc, char **argv)
    XMLSchema schema;
    XMLParser parser;
    Element *root;
    xmlctx *ctx;
    char doc, uri;
    uword ecode;
    cout << "XML C++ Schema processor\n";
    if ((argc < 2) || (argc > 3))
         cout << "usage: validate <xml document> [schema]\n";
         return -1;
    doc = argv[1];
    uri = (argc > 2) ? argv[2] : 0;
    cout << "Initializing XML package...\n";
    if (ecode = parser.xmlinit())
    cout << "Failed to initialize XML parser, error " << ecode;
    return 1;
    cout << "Parsing '" << doc << "'...\n";
    if (ecode = parser.xmlparse((oratext *) doc, (oratext *) 0,
                        XML_FLAG_DISCARD_WHITESPACE))
    cout << "Parse failed, error " << ecode << "\n";
    return 2;
    cout << "Initializing Schema package...\n";
    if (ecode = schema.initialize(&parser))
         cout << "Failed, code " << ecode << "!\n";
         return 3;
    cout << "Validating document...\n";
    root = parser.getDocumentElement();
    if (ecode = schema.validate(root, (oratext *) uri))
    cout << "Validation failed, error " << ecode << "\n";
    schema.terminate();
    return 4;
    cout << "Document is valid.\n";
    schema.terminate();
    return 0;
    Could you please help. There should be a problem with mixed content in a ComplexType or with the attribute minOccurs and maxOccurs at the choice element.
    Thank you in advanced
    R|diger Brand
    ESG GmbH

    I just installed the parser and schema and
    it worked out of the bag for me.
    I'm using Java 1.3.0 :
    java version "1.3.0"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
    Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
    But, like the original poster, I wonder why
    these samples use the old standard?
    The readme doc says it conforms to the 2000/10 spec.
    For grins I changed report.xml and report.xsd to now reference the 2000/10 namespaces and the parser runs but reports some errors. I guess that is OK, and that somebody just needs to update the schema itself to the new standards. Still, it makes me wonder...
    Now, my problem is that I have an xml/xsd combo that it chokes on but that is another post.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Denali ([email protected]):
    Hi Karin,
    I copied report.xml and report.xsd from the context of your message body and tried them out. They both worked well with XSDSample and XSDSetSchema. The only difference, I guess, is that I am using IBM's jdk1.1.7. You might want to get a lower version of jdk, like 1.1.7 or 1.1.8 and try them out again.
    The only problem I have is the data type of "date". It seems to me that all the date types of "date/time" have not been implemented by Oracle yet.
    Cheers.
    ---Denali
    <HR></BLOCKQUOTE>
    null

  • I have an iPhone 4 that is not holding charge and heating up.  I've been told it is a problem with the processor.

    I have an iphone 4 that is not holding charge and is heating up excessively.  I've been told that the iphone 4 is having problems with the processor and that it will soon die and there is no way to repair it.  I got my phone in CR through Kolbi / ICE which guarantees it only for a year.  I would like to know what Apple would like me to do.  i have not taken it in for rapair or anything in hopes that they will acknowledge that the phone is only a year old and would support it.
    Appreciate your help,
    Belkis Young

    Basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).  Try each of these in order until the issue is resolved.
    If the issue persists, take the device to Apple or the Apple Authorized Service Center in the country where the device was originally sold.  The warranty is not International.
    All iPhones come with a one year warranty when sold as new.

  • HT201177 I am having some problems with downloading, possibly settings are incorrect, esp. flashplayer upgrade will not install - i have iMac 8.1 osx v10.5.8 - processor: 3.06 ghz intel core2 duo mem: 2 gb 800 mhz ddr2 sdram

    I am having some problems with downloading, possibly settings are incorrect, esp. flashplayer upgrade will not install - i have iMac 8.1 osx v10.5.8 - processor: 3.06 ghz intel core2 duo mem: 2 gb 800 mhz ddr2 sdram - i am considering making an appt with Apple store nearby since we have a few in vicinity but thought i would give the online support a try.

    The latest version of Adobe FlashPlayer can be obtained from here:
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFl ash
    You can check here what version of Flash player you actually have installed:  http://kb2.adobe.com/cps/155/tn_15507.html
    You can check here:  http://www.adobe.com/products/flash/about/  to see which version you should install for your Mac and OS.
    You should first uninstall any previous version of Flash Player, using the uninstaller from here (make sure you use the correct one!):
    http://kb2.adobe.com/cps/909/cpsid_90906.html
    and also that you follow the instructions closely, such as closing ALL applications first before installing. You must also carry out a permission repair after installing anything from Adobe.

  • Problem with dv7-6140ew - is this a processor problem ? (i7-2630qm).

    Hello all
    As I mentioned in title I have a problem with hp pavilion dv7-6140ew (i7-2630qm) Win7 64bit.
    This is a brand new laptop I bought him few days ago
    Of course I notified this problem to the hp support center. But they did not know what it could be.
    But may someone will know where the problem is.
    I would like also to ask whether this is the normal behaviour?
    I have terrible interrupting (It looks similar to old problem with HDD witchout DMA) I saw, that it took place while the kernel process suddenly takes the large amount of the processor space. For instance
    by the mcAffee process (the antivirus) but it takes place also with other
    (eg at uninstalling of the software). But not always - There is on no rule.
    I recorded the example-film with 3dmark03 (I added the music from winamp) and in 0:25 the McSvHost.exe process start - which is visible on the photo.
    Check my video http://www.youtube.com/watch?v=dsV861xbVbw
    and the photo https://lh6.googleusercontent.com/-Spo2l-5sr3Y/Tpg7l8t2XII/AAAAAAAAC1s/3elBg68MWV4/s720/IMGP4330.JPG
    Bios version F.1A, 2011-07-22
    Windows 7 64bit
    Processor i7-2630qm
    4GB ram
    Radeon 6770M

    Another issue, that I found, is that, If process takes suddenly large amount of processor space in each of 4 core (8 with turbo boost) the error take place. For instance mcAfee process McSvHost sometimes cause such error. But it disappear when I change colligation in task manager for this process to be used by for instance one core.
    Does anybody knows what is going on and what cause it ?

  • Problems with stuck/dead pixels, battery life, ICS, and other problems

    Stuck/Dead Pixels:
    I bought my Droid Razr at around the 21st of December last year. On or around Christmas, I found a bright red pixel on the very bottom of my screen. Unlucky for me, I was leaving for Florida on Christmas Night. I got back on December 31st. Sometime in the first week of this year, I visited my verizon store and told the customer service lady that I had a dead pixel on my screen and had just bought it. But, she told me that she needed the manager to fix this and there was no manager there. For the next week I was busy with school and sports etc and was not able to go back to the store. It was now past my 14 day return period. So I decided, its only one pixel, most people won't notice it anyway. So here I am 5 months later, just starting to discover more pixels dying on my screen. I now have the one bright red one, two light blue ones, and one dark red. I have no idea what the return policy is on defective phones, and the verizon site is designed so that you can't find anything. And an FYI, I have tried stuck pixel removers and other apps, which  haven't been successful.
    Battery Life:
    I have also been finding more problems with my phone. The battery life is terrible when 4G and even 3G are on. I actually see no difference in battery consumption between 3G/4G.  My battery dies  about 4-5X faster when data is turned on, compared to using no data. I know it isn't because of the apps I installed since when I use WiFi, the battery is alright. I also make sure that my RAM isn't above 400MB, so that the processor doesn't use a lot of battery. I feel like I completely wasted my money buying the Razr. Mainly because of the fact that the Razr Maxx was announced two weeks later, which has about 80% more battery. Not only this, but I've seen the Razr selling for only ONE PENNY on amazon over the past month and it still is. I payed $300 on my Razr.
    Ice Cream Sandwich:
    After these major problems comes another one, that I bet all Razr and Razr Maxx customers are still thinking about. When will I get Ice Cream Sandwich? It is very disappointing when you are told that you will be getting an upgrade in early 2012, and are still wondering where your upgrade is 5 full months in. From what I understand, we won't see an upgrade until the end of June, since Motorola has posted on their website that "rollouts" would begin in the second quarter. Even if they release it by the end of June, when will it get to your phone? Maybe another week or two for some people. This is another thing that I feel I wasted my money on. My brother told me to get the Nexus because of ICS, but I trusted Motorola that they would upgrade my phone in a timely manner. WRONG.
    Phone Freezing:
    One more problem that I've had is that the phone will freeze. Usually you only need to turn the screen off and on, but once in a while, you have to completely reboot your phone. When I was coming back from Florida, right as I was about to get home, my phone completely froze. I was about to go return it, but after about 15-20 minutes, it became unfrozen.
    Motion Sensor not functioning:
    Another problem, an annoying one, is that sometimes the motion sensor that controls portrait and landscape mode will just stop working. Some of the games I play are completely dependent on the motion sensor. It is very embarrassing  when you are trying to show off to an iPhone friend and major components of your phone aren't working. They always tell me "why didn't you get an iPhone?". And I really just wanted to have a phone that didn't look like everyone else's, but I guess that comes at a cost. When the motion sensor stops working, I have to shut down my phone and restart, which takes a couple minutes.
    Problems with camera:
    My last problem would be with the camera. Sometimes if you bring the camera close to something, like a barcode, it will keep trying to focus, but never will. Another problem is photo quality in low light situations. It seems like the camera can't focus because it goes from being very dark into being bright because of the flash. I doubt this can be fixed because it's hardware, but a potential fix could be having the option to keep the LED light on during picture mode, that way the camera will be able to focus correctly.
    In Conclusion:
    I really just want someone to tell me how to return my phone for a new one, due to the dead pixels. I also wish I could be upgraded to the Razr Maxx because of the poor battery life on the Razr, but from what other people are saying, that probably won't happen. And finally, if anyone has more info about Ice Cream Sandwich, that would be awesome.

    Well since it's a Manufacturing Error it should Fall under your Warranty if you got one with your Razr. You know you can Call C.S. an they can Assist you with the Matter on it.. Just remember to have another phone so they can Trouble shoot the One that is Experiencing the Issue an when you talk to them go over thing. An they should send you C.G.A.N unless they request you to send it in before you get anther one. If you feel Better going to the Store try that. And Good Luck.. 

  • Problems with Solaris 11 11/11

    Hi,
    I need your help because I have problems with Solaris 11 11/11 installed in a Dell Latitude E4310.
    Here, there are the problems:
    1- No it power off with shutdown or init 5 or init 0 only work well the reboot.
    2- It can not connect to the wifi with wpa, no receive ip by dhcp, the driver of the card is "iwp"
    Thanks.
    Jorge
    Edited by: jdangelo on Nov 16, 2011 1:49 PM
    Edited by: jdangelo on Nov 17, 2011 2:51 PM

    Here is the info of my laptop;
    Manufacture name:Dell Inc.
    Manufacture model:Latitude E4310
    64 Bit:True
    OS version:SunOS solaris 5.11 11.0 i86pc i386 i86pc
    CPU Type:Intel(R) Core(TM) i5 CPU M 560 @ 2.67GHz
    CPU Number:1
    Number Of Cores Per Processor:2
    Number Of Threads Per Processor:4
    Bios/Firmware Maker:Dell Inc. Version:A05 Release Date:11/20/2010
    prtconf -pv:
    System Configuration: Oracle Corporation i86pc
    Memory size: 3958 Megabytes
    System Peripherals (PROM Nodes):
    Node 0x000001
    bios-boot-device: '80'
    stdout: 00000000
    name: 'i86pc'
    Node 0x000002
    existing: 00c21000.00000000.02bc6001.00000000
    name: 'ramdisk'
    Node 0x000003
    acpi-namespace: '\_SB_.PCI0'
    compatible: 'pciex_root_complex'
    device_type: 'pciex'
    reg: 00000000.00000000.00000000.00000000.00000000
    #size-cells: 00000002
    #address-cells: 00000003
    name: 'pci'
    Node 0x000004
    reg: 00000000.00000000.00000000.00000000.00000000
    compatible: 'pci8086,44.1028.410.2' + 'pci8086,44.1028.410' + 'pci1028,410' + 'pci8086,44.2' + 'pci8086,44' + 'pciclass,060000' + 'pciclass,0600'
    model: 'Host bridge'
    power-consumption: 00000001.00000001
    fast-back-to-back:
    devsel-speed: 00000000
    max-latency: 00000000
    min-grant: 00000000
    subsystem-vendor-id: 00001028
    subsystem-id: 00000410
    unit-address: '0'
    class-code: 00060000
    revision-id: 00000002
    vendor-id: 00008086
    device-id: 00000044
    name: 'pci1028,410'
    Node 0x000005
    acpi-namespace: '\_SB_.PCI0.VID_'
    assigned-addresses: 83001010.00000000.f0000000.00000000.00400000.c3001018.00000000.e0000000.00000000.10000000.81001020.00000000.000060b0.00000000.00000008.a1001000.00000000.000003b0.00000000.0000000c.a1001000.00000000.000003c0.00000000.00000020.a2001000.00000000.000a0000.00000000.00020000
    reg: 00001000.00000000.00000000.00000000.00000000.03001010.00000000.00000000.00000000.00400000.43001018.00000000.00000000.00000000.10000000.01001020.00000000.00000000.00000000.00000008.a1001000.00000000.000003b0.00000000.0000000c.a1001000.00000000.000003c0.00000000.00000020.a2001000.00000000.000a0000.00000000.00020000
    compatible: 'pci8086,46.1028.410.2' + 'pci8086,46.1028.410' + 'pci1028,410' + 'pci8086,46.2' + 'pci8086,46' + 'pciclass,030000' + 'pciclass,0300'
    model: 'VGA compatible controller'
    power-consumption: 00000001.00000001
    fast-back-to-back:
    devsel-speed: 00000000
    interrupts: 00000001
    max-latency: 00000000
    min-grant: 00000000
    subsystem-vendor-id: 00001028
    subsystem-id: 00000410
    device_type: 'display'
    unit-address: '2'
    class-code: 00030000
    revision-id: 00000002
    vendor-id: 00008086
    device-id: 00000046
    name: 'display'
    Node 0x000006
    acpi-namespace: '\_SB_.PCI0.GLAN'
    assigned-addresses: 8200c810.00000000.f5400000.00000000.00020000.8200c814.00000000.f5480000.00000000.00001000.8100c818.00000000.00006040.00000000.00000020
    reg: 0000c800.00000000.00000000.00000000.00000000.0200c810.00000000.00000000.00000000.00020000.0200c814.00000000.00000000.00000000.00001000.0100c818.00000000.00000000.00000000.00000020
    compatible: 'pci8086,10ea.1028.410.5' + 'pci8086,10ea.1028.410' + 'pci1028,410' + 'pci8086,10ea.5' + 'pci8086,10ea' + 'pciclass,020000' + 'pciclass,0200'
    model: 'Ethernet controller'
    power-consumption: 00000001.00000001
    devsel-speed: 00000000
    interrupts: 00000001
    max-latency: 00000000
    min-grant: 00000000
    subsystem-vendor-id: 00001028
    subsystem-id: 00000410
    unit-address: '19'
    class-code: 00020000
    revision-id: 00000005
    vendor-id: 00008086
    device-id: 000010ea
    name: 'pci1028,410'
    Node 0x000007
    acpi-namespace: '\_SB_.PCI0.EHC2'
    assigned-addresses: 8200d010.00000000.f5470000.00000000.00000400
    reg: 0000d000.00000000.00000000.00000000.00000000.0200d010.00000000.00000000.00000000.00000400
    compatible: 'pci8086,3b3c.1028.410.5' + 'pci8086,3b3c.1028.410' + 'pci1028,410' + 'pci8086,3b3c.5' + 'pci8086,3b3c' + 'pciclass,0c0320' + 'pciclass,0c03'
    model: 'Universal Serial Bus EHCI compliant'
    power-consumption: 00000001.00000001
    fast-back-to-back:
    devsel-speed: 00000001
    interrupts: 00000001
    max-latency: 00000000
    min-grant: 00000000
    subsystem-vendor-id: 00001028
    subsystem-id: 00000410
    unit-address: '1a'
    class-code: 000c0320
    revision-id: 00000005
    vendor-id: 00008086
    device-id: 00003b3c
    name: 'pci1028,410'
    Node 0x000008
    acpi-namespace: '\_SB_.PCI0.HDEF'
    assigned-addresses: 8300d810.00000000.f5460000.00000000.00004000
    reg: 0000d800.00000000.00000000.00000000.00000000.0300d810.00000000.00000000.00000000.00004000
    compatible: 'pciex8086,3b57.1028.410.5' + 'pciex8086,3b57.1028.410' + 'pciex8086,3b57.5' + 'pciex8086,3b57' + 'pciexclass,040300' + 'pciexclass,0403' + 'pci8086,3b57.1028.410.5' + 'pci8086,3b57.1028.410' + 'pci1028,410' + 'pci8086,3b57.5' + 'pci8086,3b57' + 'pciclass,040300' + 'pciclass,0403'
    model: 'Mixed Mode device'
    power-consumption: 00000001.00000001
    devsel-speed: 00000000
    interrupts: 00000001
    subsystem-vendor-id: 00001028
    subsystem-id: 00000410
    unit-address: '1b'
    class-code: 00040300
    revision-id: 00000005
    vendor-id: 00008086
    device-id: 00003b57
    name: 'pci1028,410'
    Node 0x000009
    acpi-namespace: '\_SB_.PCI0.RP01'
    slot-names: 00000001.746f6c53.00003333
    reg: 0000e000.00000000.00000000.00000000.00000000
    compatible: 'pciex8086,3b42.5' + 'pciex8086,3b42' + 'pciexclass,060400' + 'pciexclass,0604' + 'pci8086,3b42.5' + 'pci8086,3b42' + 'pciclass,060400' + 'pciclass,0604'
    model: 'PCI-PCI bridge'
    ranges: 81000000.00000000.00005000.81000000.00000000.00005000.00000000.00001000.82000000.00000000.f4000000.82000000.00000000.f4000000.00000000.01400000
    bus-range: 00000001.00000001
    #size-cells: 00000002
    #address-cells: 00000003
    device_type: 'pciex'
    power-consumption: 00000001.00000001
    physical-slot#: 00000000
    devsel-speed: 00000000
    interrupts: 00000001
    unit-address: '1c'
    class-code: 00060400
    revision-id: 00000005
    vendor-id: 00008086
    device-id: 00003b42
    hotplug-capable:
    pci-hotplug-type: 00000001
    name: 'pci8086,3b42'
    Node 0x00000a
    acpi-namespace: '\_SB_.PCI0.RP02'
    slot-names: 00000001.746f6c53.00003433
    reg: 0000e100.00000000.00000000.00000000.00000000
    compatible: 'pciex8086,3b44.5' + 'pciex8086,3b44' + 'pciexclass,060400' + 'pciexclass,0604' + 'pci8086,3b44.5' + 'pci8086,3b44' + 'pciclass,060400' + 'pciclass,0604'
    model: 'PCI-PCI bridge'
    ranges: 81000000.00000000.00004000.81000000.00000000.00004000.00000000.00001000.82000000.00000000.f2c00000.82000000.00000000.f2c00000.00000000.01400000
    bus-range: 00000002.00000002
    #size-cells: 00000002
    #address-cells: 00000003
    device_type: 'pciex'
    power-consumption: 00000001.00000001
    physical-slot#: 00000001
    devsel-speed: 00000000
    interrupts: 00000002
    unit-address: '1c,1'
    class-code: 00060400
    revision-id: 00000005
    vendor-id: 00008086
    device-id: 00003b44
    hotplug-capable:
    pci-hotplug-type: 00000001
    name: 'pci8086,3b44'
    Node 0x000013
    acpi-namespace: '\_SB_.PCI0.RP02.PXSX'
    assigned-addresses: 83020010.00000000.f2c00000.00000000.00002000
    reg: 00020000.00000000.00000000.00000000.00000000.03020010.00000000.00000000.00000000.00002000
    compatible: 'pciex8086,422c.8086.1321.35' + 'pciex8086,422c.8086.1321' + 'pciex8086,422c.35' + 'pciex8086,422c' + 'pciexclass,028000' + 'pciexclass,0280' + 'pci8086,422c.8086.1321.35' + 'pci8086,422c.8086.1321' + 'pci8086,1321' + 'pci8086,422c.35' + 'pci8086,422c' + 'pciclass,028000' + 'pciclass,0280'
    model: 'Network controller'
    power-consumption: 00000001.00000001
    devsel-speed: 00000000
    interrupts: 00000001
    subsystem-vendor-id: 00008086
    subsystem-id: 00001321
    unit-address: '0'
    class-code: 00028000
    revision-id: 00000035
    vendor-id: 00008086
    device-id: 0000422c
    name: 'pci8086,1321'
    Node 0x00000b
    acpi-namespace: '\_SB_.PCI0.RP03'
    slot-names: 00000001.746f6c53.00000038
    reg: 0000e200.00000000.00000000.00000000.00000000
    compatible: 'pciex8086,3b46.5' + 'pciex8086,3b46' + 'pciexclass,060400' + 'pciexclass,0604' + 'pci8086,3b46.5' + 'pci8086,3b46' + 'pciclass,060400' + 'pciclass,0604'
    model: 'PCI-PCI bridge'
    ranges: 81000000.00000000.00003000.81000000.00000000.00003000.00000000.00001000.82000000.00000000.f1800000.82000000.00000000.f1800000.00000000.01400000
    bus-range: 00000003.00000003
    #size-cells: 00000002
    #address-cells: 00000003
    device_type: 'pciex'
    power-consumption: 00000001.00000001
    physical-slot#: 00000002
    devsel-speed: 00000000
    interrupts: 00000003
    unit-address: '1c,2'
    class-code: 00060400
    revision-id: 00000005
    vendor-id: 00008086
    device-id: 00003b46
    hotplug-capable:
    pci-hotplug-type: 00000001
    name: 'pci8086,3b46'
    Node 0x000014
    acpi-namespace: '\_SB_.PCI0.RP03.PXSX'
    assigned-addresses: 82030010.00000000.f1830000.00000000.00000100
    reg: 00030000.00000000.00000000.00000000.00000000.02030010.00000000.00000000.00000000.00000100
    compatible: 'pciex1180,e822.1028.410.1' + 'pciex1180,e822.1028.410' + 'pciex1180,e822.1' + 'pciex1180,e822' + 'pciexclass,080500' + 'pciexclass,0805' + 'pci1180,e822.1028.410.1' + 'pci1180,e822.1028.410' + 'pci1028,410' + 'pci1180,e822.1' + 'pci1180,e822' + 'pciclass,080500' + 'pciclass,0805'
    model: 'SD Host controller'
    power-consumption: 00000001.00000001
    devsel-speed: 00000000
    interrupts: 00000001
    subsystem-vendor-id: 00001028
    subsystem-id: 00000410
    unit-address: '0'
    class-code: 00080500
    revision-id: 00000001
    vendor-id: 00001180
    device-id: 0000e822
    name: 'pci1028,410'
    Node 0x00000c
    acpi-namespace: '\_SB_.PCI0.RP04'
    slot-names: 00000001.746f6c53.00000039
    reg: 0000e300.00000000.00000000.00000000.00000000
    compatible: 'pciex8086,3b48.5' + 'pciex8086,3b48' + 'pciexclass,060400' + 'pciexclass,0604' + 'pci8086,3b48.5' + 'pci8086,3b48' + 'pciclass,060400' + 'pciclass,0604'
    model: 'PCI-PCI bridge'
    ranges: 81000000.00000000.00002000.81000000.00000000.00002000.00000000.00001000.82000000.00000000.f0400000.82000000.00000000.f0400000.00000000.01400000
    bus-range: 00000004.00000009
    #size-cells: 00000002
    #address-cells: 00000003
    device_type: 'pciex'
    power-consumption: 00000001.00000001
    physical-slot#: 00000003
    devsel-speed: 00000000
    interrupts: 00000004
    unit-address: '1c,3'
    class-code: 00060400
    revision-id: 00000005
    vendor-id: 00008086
    device-id: 00003b48
    hotplug-capable:
    pci-hotplug-type: 00000001
    name: 'pci8086,3b48'
    Node 0x00000d
    acpi-namespace: '\_SB_.PCI0.EHCI'
    assigned-addresses: 8200e810.00000000.f5450000.00000000.00000400
    reg: 0000e800.00000000.00000000.00000000.00000000.0200e810.00000000.00000000.00000000.00000400
    compatible: 'pci8086,3b34.1028.410.5' + 'pci8086,3b34.1028.410' + 'pci1028,410' + 'pci8086,3b34.5' + 'pci8086,3b34' + 'pciclass,0c0320' + 'pciclass,0c03'
    model: 'Universal Serial Bus EHCI compliant'
    power-consumption: 00000001.00000001
    fast-back-to-back:
    devsel-speed: 00000001
    interrupts: 00000001
    max-latency: 00000000
    min-grant: 00000000
    subsystem-vendor-id: 00001028
    subsystem-id: 00000410
    unit-address: '1d'
    class-code: 000c0320
    revision-id: 00000005
    vendor-id: 00008086
    device-id: 00003b34
    name: 'pci1028,410'
    Node 0x00000e
    acpi-namespace: '\_SB_.PCI0.P0P1'
    slot-names: 0000002f.746f6c53.6c530031.0032746f.746f6c53.6c530033.0034746f.746f6c53.00000032
    reg: 0000f000.00000000.00000000.00000000.00000000
    compatible: 'pci8086,2448.a5' + 'pci8086,2448' + 'pciclass,060401' + 'pciclass,0604'
    model: 'Subtractive Decode PCI-PCI bridge'
    bus-range: 0000000a.0000000a
    #size-cells: 00000002
    #address-cells: 00000003
    device_type: 'pci'
    power-consumption: 00000001.00000001
    devsel-speed: 00000000
    unit-address: '1e'
    class-code: 00060401
    revision-id: 000000a5
    vendor-id: 00008086
    device-id: 00002448
    name: 'pci8086,2448'
    Node 0x00000f
    #size-cells: 00000001
    #address-cells: 00000002
    ranges: 00000001.00000000.81000000.00000000.00000000.00000022.00000001.00000024.81000000.00000000.00000024.00000002.00000001.00000028.81000000.00000000.00000028.00000002.00000001.0000002c.81000000.00000000.0000002c.00000006.00000001.00000034.81000000.00000000.00000034.00000002.00000001.00000038.81000000.00000000.00000038.00000002.00000001.0000003c.81000000.00000000.0000003c.00000002.00000001.00000040.81000000.00000000.00000040.00000004.00000001.0000004e.81000000.00000000.0000004e.00000006.00000001.00000060.81000000.00000000.00000060.00000002.00000001.00000063.81000000.00000000.00000063.00000003.00000001.00000067.81000000.00000000.00000067.00000001.00000001.00000070.81000000.00000000.00000070.00000008.00000001.00000070.81000000.00000000.00000070.00000001.00000001.00000080.81000000.00000000.00000080.00000022.00000001.000000a4.81000000.00000000.000000a4.00000002.00000001.000000a8.81000000.00000000.000000a8.00000002.00000001.000000ac.81000000.00000000.000000ac.00000002.00000001.000000b0.81000000.00000000.000000b0.00000006.00000001.000000b8.81000000.00000000.000000b8.00000002.00000001.000000bc.81000000.00000000.000000bc.00000002.00000001.000000c0.81000000.00000000.000000c0.00000020.00000001.000000f0.81000000.00000000.000000f0.00000001.00000001.00000400.81000000.00000000.00000400.00000080.00000001.000004d0.81000000.00000000.000004d0.00000002.00000001.00000500.81000000.00000000.00000500.00000080.00000001.00000680.81000000.00000000.00000680.00000020.00000001.00000930.81000000.00000000.00000930.00000001.00000001.00000934.81000000.00000000.00000934.00000001.00000001.00000cf8.81000000.00000000.00000cf8.00000008.00000001.00001000.81000000.00000000.00001000.00000014.00000001.0000164e.81000000.00000000.0000164e.00000002.00000001.0000ffff.81000000.00000000.0000ffff.00000001.00000000.f54c0000.82000000.00000000.f54c0000.00001000.00000000.f8000000.82000000.00000000.f8000000.04000000.00000000.fed00000.82000000.00000000.fed00000.00000400.00000000.fed10000.82000000.00000000.fed10000.00004000.00000000.fed18000.82000000.00000000.fed18000.00002000.00000000.fed1c000.82000000.00000000.fed1c000.00024000.00000000.fed45000.82000000.00000000.fed45000.0004b000.00000000.fee00000.82000000.00000000.fee00000.00100000.00000000.ff000000.82000000.00000000.ff000000.01000000.00000000.ff000000.82000000.00000000.ff000000.01000000
    acpi-namespace: '\_SB_.PCI0.LPCB'
    device_type: 'isa'
    reg: 0000f800.00000000.00000000.00000000.00000000
    compatible: 'pci8086,3b0f.1028.410.5' + 'pci8086,3b0f.1028.410' + 'pci1028,410' + 'pci8086,3b0f.5' + 'pci8086,3b0f' + 'pciclass,060100' + 'pciclass,0601'
    model: 'ISA bridge'
    power-consumption: 00000001.00000001
    devsel-speed: 00000001
    max-latency: 00000000
    min-grant: 00000000
    subsystem-vendor-id: 00001028
    subsystem-id: 00000410
    unit-address: '1f'
    class-code: 00060100
    revision-id: 00000005
    vendor-id: 00008086
    device-id: 00003b0f
    name: 'isa'
    Node 0x00001c
    unit-address: '1,60'
    interrupts: 00000001.0000000c
    reg: 00000001.00000060.00000001.00000001.00000064.00000001
    name: 'i8042'
    Node 0x00001d
    compatible: 'pnpPNP,303'
    device-type: 'keyboard'
    interrupts: 00000001.0000000c
    reg: 00000000
    acpi-namespace: '\_SB_.PCI0.LPCB.PS2K'
    model: 'System keyboard'
    name: 'keyboard'
    Node 0x00001e
    compatible: 'pnpPNP,f03'
    device-type: 'mouse'
    reg: 00000001
    interrupts: 0000000c
    acpi-namespace: '\_SB_.PCI0.LPCB.PS2M'
    model: 'PS/2 Port for PS/2-style Mice'
    name: 'mouse'
    Node 0x00001f
    interrupts: 00000004
    reg: 00000001.000003f8.00000008
    model: 'Standard serial port'
    compatible: 'PNP0500'
    name: 'asy'
    Node 0x000010
    acpi-namespace: '\_SB_.PCI0.SAT0'
    assigned-addresses: 8100fa10.00000000.00006090.00000000.00000008.8100fa14.00000000.00006080.00000000.00000004.8100fa18.00000000.00006070.00000000.00000008.8100fa1c.00000000.00006060.00000000.00000004.8100fa20.00000000.00006020.00000000.00000020.8200fa24.00000000.f5440000.00000000.00000800
    reg: 0000fa00.00000000.00000000.00000000.00000000.0100fa10.00000000.00000000.00000000.00000008.0100fa14.00000000.00000000.00000000.00000004.0100fa18.00000000.00000000.00000000.00000008.0100fa1c.00000000.00000000.00000000.00000004.0100fa20.00000000.00000000.00000000.00000020.0200fa24.00000000.00000000.00000000.00000800
    compatible: 'pci8086,3b2f.1028.410.5' + 'pci8086,3b2f.1028.410' + 'pci1028,410' + 'pci8086,3b2f.5' + 'pci8086,3b2f' + 'pciclass,010601' + 'pciclass,0106'
    model: 'SATA AHCI 1.0 Interface'
    power-consumption: 00000001.00000001
    66mhz-capable:
    fast-back-to-back:
    devsel-speed: 00000001
    interrupts: 00000003
    max-latency: 00000000
    min-grant: 00000000
    subsystem-vendor-id: 00001028
    subsystem-id: 00000410
    unit-address: '1f,2'
    class-code: 00010601
    revision-id: 00000005
    vendor-id: 00008086
    device-id: 00003b2f
    name: 'pci1028,410'
    Node 0x000011
    acpi-namespace: '\_SB_.PCI0.SBUS'
    assigned-addresses: 8300fb10.00000000.f5430000.00000000.00000100.8100fb20.00000000.00006000.00000000.00000020
    reg: 0000fb00.00000000.00000000.00000000.00000000.0300fb10.00000000.00000000.00000000.00000100.0100fb20.00000000.00000000.00000000.00000020
    compatible: 'pci8086,3b30.1028.410.5' + 'pci8086,3b30.1028.410' + 'pci1028,410' + 'pci8086,3b30.5' + 'pci8086,3b30' + 'pciclass,0c0500' + 'pciclass,0c05'
    model: 'SMBus (System Management Bus)'
    power-consumption: 00000001.00000001
    fast-back-to-back:
    devsel-speed: 00000001
    interrupts: 00000003
    max-latency: 00000000
    min-grant: 00000000
    subsystem-vendor-id: 00001028
    subsystem-id: 00000410
    unit-address: '1f,3'
    class-code: 000c0500
    revision-id: 00000005
    vendor-id: 00008086
    device-id: 00003b30
    name: 'pci1028,410'
    Node 0x000012
    assigned-addresses: 8300fe10.00000000.f5420000.00000000.00001000
    reg: 0000fe00.00000000.00000000.00000000.00000000.0300fe10.00000000.00000000.00000000.00001000
    compatible: 'pci8086,3b32.1028.410.5' + 'pci8086,3b32.1028.410' + 'pci1028,410' + 'pci8086,3b32.5' + 'pci8086,3b32' + 'pciclass,118000' + 'pciclass,1180'
    model: 'DSP/DAP controllers'
    power-consumption: 00000001.00000001
    devsel-speed: 00000000
    interrupts: 00000003
    max-latency: 00000000
    min-grant: 00000000
    subsystem-vendor-id: 00001028
    subsystem-id: 00000410
    unit-address: '1f,6'
    class-code: 00118000
    revision-id: 00000005
    vendor-id: 00008086
    device-id: 00003b32
    name: 'pci1028,410'
    Node 0x000015
    device_type: 'acpirootnex'
    compatible: 'SOLA0001' + 'acpirootnex' + 'SOLA0002' + 'acpivirtnex'
    acpi-namespace: '\'
    name: 'fw'
    Node 0x000016
    unit-address: '1'
    compatible: 'SOLA0004' + 'acpicpu' + 'cpu'
    apic-id: 00000000
    acpi-processor-id: 00000001
    acpi-namespace: '\_PR_.CPU0'
    device_type: 'acpicpu'
    name: 'cpu'
    Node 0x000017
    unit-address: '2'
    compatible: 'SOLA0004' + 'acpicpu' + 'cpu'
    apic-id: 00000004
    acpi-processor-id: 00000002
    acpi-namespace: '\_PR_.CPU1'
    device_type: 'acpicpu'
    name: 'cpu'
    Node 0x000018
    unit-address: '3'
    compatible: 'SOLA0004' + 'acpicpu' + 'cpu'
    apic-id: 00000001
    acpi-processor-id: 00000003
    acpi-namespace: '\_PR_.CPU2'
    device_type: 'acpicpu'
    name: 'cpu'
    Node 0x000019
    unit-address: '4'
    compatible: 'SOLA0004' + 'acpicpu' + 'cpu'
    apic-id: 00000005
    acpi-processor-id: 00000004
    acpi-namespace: '\_PR_.CPU3'
    device_type: 'acpicpu'
    name: 'cpu'
    Node 0x00001a
    unit-address: '0'
    compatible: 'acpidevice' + 'SOLA0002' + 'acpivirtnex'
    acpi-namespace: '\_SB_'
    device_type: 'acpidevice'
    name: 'sb'
    Node 0x00001b
    io-space: 00000000.00000020.00000020.00000002.00000024.00000002.00000028.00000002.0000002c.00000002.0000002e.00000002.00000030.00000002.00000034.00000002.00000038.00000002.0000003c.00000002.00000040.00000004.0000004e.00000002.00000050.00000004.00000060.00000001.00000061.00000001.00000063.00000001.00000064.00000001.00000065.00000001.00000067.00000001.00000070.00000008.00000070.00000001.00000080.00000001.00000081.00000011.00000092.00000001.00000093.0000000d.000000a0.00000002.000000a4.00000002.000000a8.00000002.000000ac.00000002.000000b0.00000002.000000b2.00000002.000000b4.00000002.000000b8.00000002.000000bc.00000002.000000c0.00000020.000000f0.00000001.00000400.00000080.000004d0.00000002.00000500.00000080.00000680.00000020.00000930.00000001.00000934.00000001.00000cf8.00000008.00001000.00000004.00001004.00000010.0000164e.00000002.0000ffff.00000001
    device-memory: f54c0000.00001000.f8000000.04000000.fed00000.00000400.fed10000.00004000.fed18000.00001000.fed19000.00001000.fed1c000.00004000.fed20000.00020000.fed45000.0004b000.fee00000.00100000.ff000000.01000000.ff000000.01000000
    dma-channels: 00000004
    interrupts: 00000000.00000001.00000002.00000008.0000000c.0000000d
    name: 'used-resources'
    prtdiag:
    System Configuration: Dell Inc. Latitude E4310
    BIOS Configuration: Dell Inc. A05 11/20/2010
    ==== Processor Sockets ====================================
    Version Location Tag
    Intel(R) Core(TM) i5 CPU M 560 @ 2.67GH CPU 1
    ==== Memory Device Sockets ================================
    Type Status Set Device Locator Bank Locator
    Unknown in use 0 DIMM_A BANK 0
    unknown empty 0 DIMM_B BANK 2
    ==== On-Board Devices =====================================
    "Intel GM45 Graphics"
    NETWORK_NAME_STRING
    ==== Upgradeable Slots ====================================
    ID Status Type Description
    0 available PCI Express x16 J5C1
    1 available PCI Express J6C2
    2 in use PCI Express J6D2
    3 in use PCI Express J7C1
    4 available PCI Express J7D2
    System Information:
    Manufacturer:Dell Inc.
    Product:Latitude E4310
    BIOS Information:
    Vendor:Dell Inc.
    Version:A05
    Release Date:11/20/2010
    BIOS Revision: BIOS Revision:4.6
    Firmware Revision:
    MotherBoard Information:
    Product:0D8H24
    Manufacturer:Dell Inc.
    Version:A00
    Onboard Devices:[Video,Disabled]"Intel GM45 Graphics"
    CPU Information:
    Processor 0:
    Processor Socket Type:CPU 1
    Processor Manufacturer:Intel
    Current Voltage:0.0V
    External Clock:533MHZ
    Max Speed:4000MHZ
    Current Speed:2666MHZ
    Memory Information:
    Physical Memory: 4G (4G)
    Maximum Memory Support: 4096G
    Memory Subsystem 0:
    Array Used Function:System memory
    Memory Error Correction Supported:None
    Maximum Array Capacity:8G
    Number of Memory Devices:2
    Memory Device 0:
    Memory Device Locator:DIMM_A
    Total Width:64
    Data Width:64
    Installed Size:4096M
    Memory Device Type:Unknown
    Speed:1067MHZ
    Memory Device 1:
    [Not Installed]

Maybe you are looking for

  • Need advice on backup hardware

    I am using an Xserve for a disk-to-disk backup, and as our data has expanded, we need more backup room. The Xserve is connected to a RAID, and we need to back up about 1.5 TB from that RAID once a week for offsite storage. Each night, the backups go

  • Removing link highlights on images

    Hi, Does anyone know other ways for removing the defualt decoration on links? My images are activated via Flash (using java script) and are displayed in a lightbox effect over Flash. But for some reason all the links within this lightbox are coming u

  • Officejet Pro L7780 Offline, can't figure out how to put back online??

    Hi, My power went out a couple of days ago and my printer wasn't on when I came to use it. I unplugged and replugged in and now it is on but won't print. It says it is offline. I have re-configured the network and it show on my computer but won't pri

  • When will you offer full screen for Lion?

    I was curious if/when you'll be adding a full screen Lion option? I use Firefox 7 and would like this added. :)

  • How to add a property for my class in netbeans 6 update 3

    i want to create a bean. i was read java tutorial but it use netbeans 5. i'm using netbeans 6. i can't folow the tutorial. please help me