NI-488.2 no instruments found

Using PCI-GPIB card with NI-488.2 version 1.6 (or 1.7) and Windows NT 4.0:
- If a GPIB instrument is at GPIB address 1 on PCI-GPIB configured as GPIB1, this instrument is not found using N.I. "Scan for instruments" utility. If I change this GPIB instrument address to 0 or anyone from 2 to 31, the utility can find the instrument.
- Same observation if I connect a GPIB instrument at address 0 on GPIB0, or at address 2 on GPIB2, etc.
Is the PCI-GPIB card number used to configure it is then no more available for the address number of any instrument connected to this bus?
Thanks.

The problem is an address conflict. To answer your question at the end, yes, if the GPIB board has a particular address, it is not available for any instrument connected to the controller. All controllers/devices must have a unique address.
I don't remember how the NT configuration utility worked. It is possible that the GPIB configuration utility automatically configures GPIB1 for PAD1 and GPIB2 for PAD2, etc. In general, you should always configure your GPIB controller to be at primary address 0 and have your instrument(s) be configured for an address in the range 1-30.
The GPIB configuration utility lets you choose the GPIB number AND the GPIB primary address separately. Therefore, if you GPIB controller is GPIB1, go into the configuration utili
ty and configure it be at PAD0. Then everything should work.

Similar Messages

  • Communicating between GPIB IEEE 488-1978 Instrument and LabView

    Hi,
    I'm currently trying to convert some old BBC BASIC Code into Labview 6.1.
    The BBC Computer has a GPIB Comms Unit attached to it to communicate with an old Marconi Instruments Microwave Counter 2440 using GPIB IEEE 488-1978.
    I am currently trying to get Labview to communicate with the Counter using GPIB 488 vis and a NI GPIB 488.2 Card but I'm not able to get anything out of the Counter or get MAX to even acknowledge the equipment exists.
    I was wondering if anyone out there knows if it is possible to communicate with a GPIB IEEE 488-1978 instrument in Labview 6.1 (or any other LV Versions) and if it is, does anyone have a driver for the instrument (Marconi Instruments Microwave Counter 2440 circa 19
    84) or having any helpful tips on the protocol for talking to a IEEE 488-1978 instrument.(I have some previous experience using VISA.)
    Many Thanks in Advance for your help.
    Sammy Mason

    I have done this with several instruments. It is best to get a hold of the manual for this instrument and see what commands it uses.
    MAX will not find this using the *IDN? query. In MAX, open the "Communicate With Instrument" window and type "ID?" (without the quotes), and hit query. You should get some basic information back from your instrument.
    I use GPIB Read and GPIB Write most often. Your instrument probably doesn't support much else. Maybe Clear and Poll.
    Be careful if you are using a newer, faster computer. There are Knowledge Bases and Discussion Forum topics that discuss the problems that can arise. To prevent these problems, I created my own Read and Write VIs. They just have a few milliseconds delay before the read or writ
    e takes place
    Attachments:
    GPIB_Read_with_Delay.vi ‏37 KB
    GPIB_Write_with_Delay.vi ‏35 KB

  • Illegal instruments found

    Hi,
    When I delete any object in the enviroment, I get the message
    "illegal instrument found delete it?"
    Can someone tell me what this means?
    Greetings,
    Michiel

    The problem is an address conflict. To answer your question at the end, yes, if the GPIB board has a particular address, it is not available for any instrument connected to the controller. All controllers/devices must have a unique address.
    I don't remember how the NT configuration utility worked. It is possible that the GPIB configuration utility automatically configures GPIB1 for PAD1 and GPIB2 for PAD2, etc. In general, you should always configure your GPIB controller to be at primary address 0 and have your instrument(s) be configured for an address in the range 1-30.
    The GPIB configuration utility lets you choose the GPIB number AND the GPIB primary address separately. Therefore, if you GPIB controller is GPIB1, go into the configuration utili
    ty and configure it be at PAD0. Then everything should work.

  • Can IEEE 488.2 Labview software/drivers used on a IEEE 488.1 instrument

    I have a IEEE 488.1 device but am using a IEEE 488.2 Labview software/driver package.  Measurement and Automatiion
    tells me that the IEEE 488.2 board is working properly but there is no communication between the board and the device.
    Is IEEE 488.2 downward compatible?  If not, is there any remedy rather than getting a new board or getting a new instrument
    with IEEE 488.2 software?
    Thanks.
    Mark

    Hello,
    In my application I am conducting a pressure test, Here am using DMA Make Air Data Test Set witch I am interfacing to the PXI system through GPIB.
    In MAX the particular GPIB address is detected but if i write a query "*IDN?" it did nt respond.
    To debug this issue I used NI 488.2 Interactive control when i started communicating with the instrument it throws error such as EAB0 and status as TIME0 and CMPL
    Here the Instrument DMA make MPS31C is 1EEE 488.1 Compliant.and NI 488.2 Ver 2.52
    Please find the attached operation manual and Device communication manual of the Air data test set
    Please suggest be a solution for this issue.
    Waiting for a quick reply
    Regards
    Lingaraj
    Attachments:
    EM MPS31C Operating0108.pdf ‏2452 KB
    EMPS31CExtDrivComm.1010.pdf ‏104 KB

  • PXI-4070 with PXIe-1062Q+NIe-8360+Labtop Why? Max not found instrument.

    Dear all
    my condition
    PXI-4070 with PXIe-1062Q+NIe-8360+Labtop
    Window XP SP3
    NI-DMM 3.1
    Why? Max not found instrument.
    found PCI Device "PXI10:15::INSTR
    see picture
    How to fix this problem?
    Best Regard,
    Sermsak.
    Attachments:
    PXI-4070.jpg ‏42 KB

    Hello, 
    Is it possible to take another picture of MAX? That one is very pixilated and I can't quite make out the configuration/error. Does the chassis show up? Every now and then MXI compatibility software is needed for certain BIOS versions so this may be the cause. Did the system work ever before?
    Thanks,
    Eric E.

  • Is there a generic way to reset any GPIB instrument?

    I want to write a VI which will generically reset any instrument. I don't know if *RST is universal.
    I notice that on a switch box I have it dosen't seem to have an effect, then again there is no "reset" button on that box and it's not clear what it should do in the event of reset.
    But for other instruments is it safe to assume that *RST will do the job, or are there one or two more commands that along with *RST will take care of 99% of all instruments?

    Every instrument compliant to 488.2 or SCPI accepts *RST.
    But non-488.2 instruments have a device-dependent command
    for resetting or may not have a command that performs this.
    mkt
    "tj robertson" wrote in message
    news:[email protected]..
    > I want to write a VI which will generically reset any instrument. I
    > don't know if *RST is universal.
    >
    > I notice that on a switch box I have it dosen't seem to have an
    > effect, then again there is no "reset" button on that box and it's not
    > clear what it should do in the event of reset.
    >
    > But for other instruments is it safe to assume that *RST will do the
    > job, or are there one or two more commands that along with *RST will
    > take care of 99% of all instruments?

  • Semaphors to synchronize several GPIB instruments?

    Hello,
    I have to develop a programm to diplay three different GPIB instruments on screen. The instruments should also be switchable between different modes. Thus, I have write and read access from time to time (of course read dominates to capture data).
    I managed to program every single instrument with open/read/write/close VISA quite well, but when I first tried to implement two instruments in a block diagramm, I got error messages which disappeared when I switched to the slow highlighted execution. So I think there´s a problem with read an write access to the GPIB.
    I now implemented semaphors to encapsulate every read and write access and it works.
    Now, eventually, my question:
    Is it common to use semaphor
    s with GPIB access?
    Should everything work without semaphors, which means that the architecture of GPIB should prevent such errors?
    If you need additional information please let me know...
    Thanks for any answer,
    Andreas

    Andreas:
    Needing synchronization is a very common issue because if one area of code writes a query, and then another section of code comes along and does a query, there are a couple of issues:
    1) In most 488.2 instruments, the response to the second query will overwrite the response to the first query. Only one of the two pieces of code (depending on which runs next) will get that response.
    2) Even if the instrument generates two responses, it is possible the pieces of code will be interleaved, generating strange results. For example, write A1, (context switch), write A2, (context switch), read A1, (context switch), read A2.
    There are several solutions. You can use LabVIEW semaphores, which you have done. You can also use VISA locks, which do p
    retty much the same thing, as long as each section of code has its own session. If you use the same session in both pieces of code, then VISA locks wouldn't help you.
    So since your solution works as is, keep it. It's good, it's needed in your case, and it's the right thing to do.
    Dan Mondrik
    National Instruments

  • LV6.1/GPIB-PCII/Keithley 617

    hi,
    just found some old stuff i wanted to try out while getting to know
    lv. gpib device works ok, although WinMe(card not happy with NT/2K)
    did not assign DAK/IRQ, I changed this and it appears to be working
    with them as well.
    when i tried to connect the 617 i did find a device that did respond,
    but when i dl'd the 617 drivers all i get is a unknown VISA device?
    anyone got any experience with this? i could not find anything on the
    subject in the lv manuals.
    Thor Anders

    On Fri, 11 Jan 2002 07:12:41 -0800 (PST), Dennis Knutson
    wrote:
    >I'm a liitle confused. Do you get the error in LabVIEW or in MAX? The
    >driver is for LabVIEW to communicate to the instrument. LabVIEW uses
    >the GPIB card configured in MAX to talk to the instrument via the VISA
    >api or direct GPIB calls. If the card is correctly configued in MAX,
    >you should be able to open Devices and Interfaces, right click on the
    >GPIB card and select Scan for Instruments. Any instrument found, you
    >should be able to use MAX to read and write to. Also, what version of
    >MAX and NI.488.2 are you using? MAX 2.1 and NI.488.2 doesn't list the
    >GPIB-PCII card as supported. If you're using an older version, you
    >might be having a compata
    bility problem with either VISA or GPIB
    >driver and Win/ME. What did you use to successfully communicate with
    >the one instrument?
    ok, from the top:
    I have LabView 6.0 installed, running MAX 2.0.3.6 and NI-488.2 driver
    1.60 on Windows ME.
    I installed the GPIB-PCII and windows installed it at a certain IO
    adress. I set the jumpers for this IO and when I then scanned for the
    instrument I found 'something that I could communicate with.'
    I figured the GPIB should use IRQ and DMA so I reinstalled the card
    until MAX were satisfied with it using DMA and IRQ.
    I then created a ke617 folder under instr.lib and put the ke617.lib
    and dir.mnu files there.
    now, in MAX, i cannot find an instrument when I scan for it, and the
    'unknown VISA resource' pops up.
    I'll try to upgrade max and the NI-488-2 driver and se what happens.
    Thor A

  • KUSB 488B not operating with LabVIEW

    Hi, I'm trying to establish a connection between an instrument and LabVIEW by using an USB to GPIB Converter (KUSB 488B). Although I installed the driver of KUSB-488B, LabVIEW always shows the same error:  Error connecting to GPIB driver or device (Error 0). The computer recognizes the instrument and also its GPIB address. I use LabVIEW 2011.
    It would be great if someone could help me.
    Thanks.

    Here is a list of things to check...
    First, verify you have the correct driver installed:
    Be sure that NI-488 is uninstalled (found listed in Control Panel -> Programs and Features (or Add/Remove Programs) -> National Instruments Software -> NI-488,2
    Be sure that you have installed the latest version of the KI-488 driver (which currently is version 3.12 for the KUSB-488B).
    (Recommend you install it as NI Command Compatible).
    http://www.keithley.com/support/data?asset=56984
    Second, verify that the KI-488 GPIB driver and a connected instrument work correctly:
    If you have a properly installed KUSB488B and an instrument cabled and connected...when you open the Program Files -> Keithley Instruments -> KI-488 -> KI-488 Configuration Utility you should see two things:
    1. GPIB0 <-- this confirms GPIB0 interface exists
    2. An icon for an instument in the GPIB0 tree with a name next to it of the form "Keithley Instruments Model xxxx ....(PA:24)" <-- this confirms there is an instrment at address 24 connected to GPIB0
    If you only see GPIB0 and no instrument, then the instrument is not cabled properly or is not on or is not in GPIB mode.
    Third, verify that the GPIB driver works correctly with NI-VISA:
    If you open VISA Interactive Control, then you should see any connected NI Compatible GPIB cards (e.g. GPIB0::INTFC) and connected instruments (e.g. GPIB0::24::INSTR). (This program can be found from the start menu as follows... Start -> All Programs -> National Instruments -> VISA -> VISA Interactive Control).
    If you do not see the GPIB0::INTFC listed, then open NI MAX (Start -> All Programs -> National Instruments -> Measurement & Automation) and under Software -> NI-VISA -> VISA Options check that your NI-VISA Passprt for GPIB is enabled ON.
    Finally, communicate with your instrument using :LabVIEW as follows:
    Open LabVIEW and create an new blank VI using either...
    - VISA Read/Write: Recommend using VISA Read and VISA Write to talk to the instrument (this should work if you were able to communicate with your instrument using VISA Interactive Control)
    - GPIB Read/Write: If you prefer to do GPIB Read and GPIB Write, you must use the ones supplied with the driver, not the NI GPIB ones. The KPCI-488 driver ones can be found from any LabVIEW block diagram by selecting View -> Functions Palette -> User Libraries -> paletteMenu.

  • Ultrabeat in Logic Pro X is missing drum kits

    Hi,
    So recently, I got Logic Pro X because I've been meaning to try producing house music with it. I was introduced to Ultrabeat in some tutorials saying to click the dropdown menu (at the top) and select 01 drum kits and choose Trance Kit 02. However, when I click the dropdown menu, I seem to only have 8 samples in the drum kit and none of them sound good at all. Why do I have only 8? I've seen other discussions where people have up to 25+, is this something that I can download from the additonal content? And if so, what is it called?
    Many Thanks!
    MChen.

    Try Drum Machine
    ....and also the Logic Studio 2 Compatibility Sounds and Instruments found under the Legacy entry.... along with the GB 11 Sounds and instruments.. and finally the Instruments found under Jam pack 1, Jam Pack Remix and Jam Pack Rhythm,
    Also make sure the Essential Sounds and Instruments set has downloaded completely too...
    Personally, if you have the space, I'd download all the content...  as there is so much on offer for free... that you may find useful in the future.

  • Where do i find the classic hip hop remix ultrabeat setting in logic pro x, i have downloaded all drum kit additional content and have yet to see it. please help!

    i have been looking all over for this setting, really wanna make hip hop beats with this ultrabeat setting but i cant find it, it says i have intalled all the drum kits but i didnt install a few other packages i thnk have nothing to do with ultrabeat, just wondering how you get this and more drum kits for ultrabeat, i have about 15 but have seen people with close to 30 so please help me out on where to get additional kits! i have downloaded all additional and still cant find it!

    Try Drum Machine
    ....and also the Logic Studio 2 Compatibility Sounds and Instruments found under the Legacy entry.... along with the GB 11 Sounds and instruments.. and finally the Instruments found under Jam pack 1, Jam Pack Remix and Jam Pack Rhythm,
    Also make sure the Essential Sounds and Instruments set has downloaded completely too...
    Personally, if you have the space, I'd download all the content...  as there is so much on offer for free... that you may find useful in the future.

  • Resource name programatically

    I am trying to obtain the PXI resource name "PXI1Slot2" programatically.
    How to obtain object handle whch viGetAttribute() requires?
    viOpenDefaultRM (&rsrcHandle); returns ViSession.
    Is there a attribute to obtain the Slot number?
    int CVICALLBACK FindResources (int panel, int control, int event,
    void *callbackData, int eventData1, int eventData2)
    ViSession rsrcHandle;
    ViUInt32 numFound;
    char InstrDescriptor[256];
    ViFindList MyFindList;
    int i;
    int chassisNumber;
    switch (event)
    case EVENT_COMMIT:
    // First, open a VISA session.
    viOpenDefaultRM (&rsrcHandle);
    // Now, do an initial search. viFindRsrc returns the instrument descriptor
    // of the first instrument found and the number of total resources found.
    viFindRsrc (rsrcHandle, "?*PXI?*INSTR", &MyFindList, &numFound, InstrDescriptor);
    viGetAttribute (rsrcHandle, VI_ATTR_PXI_CHASSIS, chassisNumber);
    // When finished, close the VISA session.
    viClose (rsrcHandle);
    break;
    return 0;
    Solved!
    Go to Solution.

    I am working to get something that would identify the existence of the PXI or PXIe, or lack of existence on the system where my app is running.
    This looks promising, but throws all sorts of error when I run it.
    First, let me say I have an app that runs on a PC, PXI or PXIe system. The PXI has an embedded controller, the PXIe has an MXI Express controller.
    I would like to have something that would verify the chassis that I have.
    So, I'm using the code from above:
    // First, open a VISA session.
    viOpenDefaultRM (&rsrcHandle);
    // Now, do an initial search. viFindRsrc returns the instrument descriptor
    // of the first instrument found and the number of total resources found.
    viFindRsrc (rsrcHandle, "?*PXI?*INSTR", &MyFindList, &numFound, InstrDescriptor);
    viGetAttribute (rsrcHandle, VI_ATTR_PXI_CHASSIS, &chassisNumber);
    // When finished, close the VISA session.
    viClose (rsrcHandle);
    viFindRsrc give an error "insufficient location information or the device ir resoure is not present in the system"
    viGetAttribute gives an error "the specific attribute is not defined or supported by the reference resource"

  • JOptionPane and Threads

    I have a Class called Execute which runs as a thread. If this fails, then I want to show a JOptionPane from the main thread saying it failed (this works), but also I want to create a JOptionPane within the run() method of Execute stating the reason for the failure.
    I can not put a JOptionPane directly inside the run method 'cos it doesn't get rendered correctly, so I run this in it own thread. Only trouble is that now I have two modal dialog boxes appearing simultaneously; what I want is to have them appear consecutively. I have tried to join the thread that creates the pop-up but then it does not get rendered. Any ideas? I have posted an extract of the code below for testing
    public class Execute implements Runnable {
         File success = new File ("/ukirtdata/orac_data/deferred/.success");
         File failure = new File ("/ukirtdata/orac_data/deferred/.failure");
         success.delete();
         failure.delete();
         try {
             success.createNewFile();
             failure.createNewFile();
         catch (IOException ioe) {
             logger.error("Unable to create success/fail file", ioe);
             return;
         SpItem itemToExecute;
         if (!isDeferred) {
             itemToExecute = ProgramTree.selectedItem;
             logger.info("Executing observation from Program List");
         else {
             itemToExecute = DeferredProgramList.currentItem;
             logger.info("Executing observation from deferred list");
         SpItem inst = (SpItem) SpTreeMan.findInstrument(itemToExecute);
         if (inst == null) {
             logger.error("No instrument found");
             success.delete();
             return;
         String tname = QtTools.translate(itemToExecute, inst.type().getReadable());
         // Catch null sequence names - probably means translation
         // failed:
         if (tname == null) {
             //new ErrorBox ("Translation failed. Please report this!");
             logger.error("Translation failed. Please report this!");
             new PopUp ("Translation Error",
                     "An error occurred during translation",
                     JOptionPane.ERROR_MESSAGE).start();
             success.delete();
             return;
         else{
             logger.info("Trans OK");
             logger.debug("Translated file is "+tname);
                failure.delete()
                return;
        public class PopUp extends Thread implements Serializable{
         String _message;
         String _title;
            int    _errLevel;
         public PopUp (String title, String message, int errorLevel) {
             _message=message;
             _title = title;
             _errLevel=errorLevel;
         public void run() {
             JOptionPane.showMessageDialog(null,
                               _message,
                               _title,
                               _errLevel);

    Comeon,
    Someone must have some idea. I have tried making popup extend JOptionPane and implement Runnable, added a window listener which sets a boolean popDisplayed on windowOpen and windowClose, but this gets me nowhere (I have a Thread.sleep in the code as well)

  • Slow start [X problems?]

    I was using my current Arch install for some time now without any problem.
    Yesterday I turned on my laptop as usual and the "boot" time was really slow compared to the time before...
    Normally it took about 5 seconds to get me to GDM and then around 2 seconds to get GNOME ready for work...
    Now, it is around 11 seconds for GDM and another 5 for GNOME...
    I personally think that this is not so much something else but X  - because it will take around 5-6 seconds from the time when my GDM wallpaper will firstly show up to the time when the actual GDM login screen will pop-up.
    I really don't know what is causing something like that, so I am asking here for help...
    What logs can be useful?, so I can post them here...

    Here is my dmesg;
    [ 1.399889] pci 0000:00:1b.0: PME# disabled
    [ 1.399906] pci 0000:00:1c.0: [8086:3b42] type 1 class 0x000604
    [ 1.399956] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 1.399960] pci 0000:00:1c.0: PME# disabled
    [ 1.399978] pci 0000:00:1c.1: [8086:3b44] type 1 class 0x000604
    [ 1.400027] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 1.400031] pci 0000:00:1c.1: PME# disabled
    [ 1.400061] pci 0000:00:1d.0: [8086:3b34] type 0 class 0x000c03
    [ 1.400312] pci 0000:00:1d.0: reg 10: [mem 0xb4405800-0xb4405bff]
    [ 1.401775] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 1.401779] pci 0000:00:1d.0: PME# disabled
    [ 1.401799] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
    [ 1.401850] pci 0000:00:1f.0: [8086:3b09] type 0 class 0x000601
    [ 1.401953] pci 0000:00:1f.2: [8086:3b29] type 0 class 0x000106
    [ 1.401975] pci 0000:00:1f.2: reg 10: [io 0x3048-0x304f]
    [ 1.401984] pci 0000:00:1f.2: reg 14: [io 0x305c-0x305f]
    [ 1.401994] pci 0000:00:1f.2: reg 18: [io 0x3040-0x3047]
    [ 1.402003] pci 0000:00:1f.2: reg 1c: [io 0x3058-0x305b]
    [ 1.402012] pci 0000:00:1f.2: reg 20: [io 0x3020-0x303f]
    [ 1.402021] pci 0000:00:1f.2: reg 24: [mem 0xb4405000-0xb44057ff]
    [ 1.402060] pci 0000:00:1f.2: PME# supported from D3hot
    [ 1.402064] pci 0000:00:1f.2: PME# disabled
    [ 1.402079] pci 0000:00:1f.3: [8086:3b30] type 0 class 0x000c05
    [ 1.402093] pci 0000:00:1f.3: reg 10: [mem 0xb4406000-0xb44060ff 64bit]
    [ 1.402112] pci 0000:00:1f.3: reg 20: [io 0x3000-0x301f]
    [ 1.402144] pci 0000:00:1f.6: [8086:3b32] type 0 class 0x001180
    [ 1.402164] pci 0000:00:1f.6: reg 10: [mem 0xb4404000-0xb4404fff 64bit]
    [ 1.402275] pci 0000:01:00.0: [10ec:8168] type 0 class 0x000200
    [ 1.402290] pci 0000:01:00.0: reg 10: [io 0x2000-0x20ff]
    [ 1.402317] pci 0000:01:00.0: reg 18: [mem 0xb0404000-0xb0404fff 64bit pref]
    [ 1.402335] pci 0000:01:00.0: reg 20: [mem 0xb0400000-0xb0403fff 64bit pref]
    [ 1.402380] pci 0000:01:00.0: supports D1 D2
    [ 1.402382] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 1.402386] pci 0000:01:00.0: PME# disabled
    [ 1.402423] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
    [ 1.402427] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    [ 1.402430] pci 0000:00:1c.0: bridge window [mem 0xb3400000-0xb43fffff]
    [ 1.402436] pci 0000:00:1c.0: bridge window [mem 0xb0400000-0xb13fffff 64bit pref]
    [ 1.402523] pci 0000:02:00.0: [14e4:4727] type 0 class 0x000280
    [ 1.402545] pci 0000:02:00.0: reg 10: [mem 0xb2400000-0xb2403fff 64bit]
    [ 1.402635] pci 0000:02:00.0: supports D1 D2
    [ 1.402673] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
    [ 1.402676] pci 0000:00:1c.1: bridge window [io 0x1000-0x1fff]
    [ 1.402680] pci 0000:00:1c.1: bridge window [mem 0xb2400000-0xb33fffff]
    [ 1.402685] pci 0000:00:1c.1: bridge window [mem 0xb1400000-0xb23fffff 64bit pref]
    [ 1.402738] pci 0000:00:1e.0: PCI bridge to [bus 03-03] (subtractive decode)
    [ 1.402742] pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
    [ 1.402746] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    [ 1.402751] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 1.402753] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 1.402755] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 1.402757] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 1.402759] pci 0000:00:1e.0: bridge window [mem 0xa0000000-0xfeafffff] (subtractive decode)
    [ 1.402773] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 1.402891] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
    [ 1.402951] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
    [ 1.402983] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
    [ 1.403060] \_SB_.PCI0:_OSC invalid UUID
    [ 1.403061] _OSC request data:1 1f 1f
    [ 1.403065] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 1.403090] \_SB_.PCI0:_OSC invalid UUID
    [ 1.403091] _OSC request data:1 0 1d
    [ 1.403094] pci0000:00: ACPI _OSC request failed (AE_ERROR), returned control mask: 0x1d
    [ 1.403095] ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 1.407020] ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus ff])
    [ 1.407076] pci 0000:ff:00.0: [8086:2c62] type 0 class 0x000600
    [ 1.407094] pci 0000:ff:00.1: [8086:2d01] type 0 class 0x000600
    [ 1.407110] pci 0000:ff:02.0: [8086:2d10] type 0 class 0x000600
    [ 1.407124] pci 0000:ff:02.1: [8086:2d11] type 0 class 0x000600
    [ 1.407138] pci 0000:ff:02.2: [8086:2d12] type 0 class 0x000600
    [ 1.407152] pci 0000:ff:02.3: [8086:2d13] type 0 class 0x000600
    [ 1.407178] pci0000:ff: Requesting ACPI _OSC control (0x1d)
    [ 1.407180] pci0000:ff: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
    [ 1.407182] ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 1.407361] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 *5 6 7 10 12 14 15)
    [ 1.407396] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    [ 1.407430] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 *10 12 14 15)
    [ 1.407463] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 *5 6 7 11 12 14 15)
    [ 1.407497] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    [ 1.407530] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
    [ 1.407564] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    [ 1.407598] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
    [ 1.407682] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 1.407689] vgaarb: loaded
    [ 1.407690] vgaarb: bridge control possible 0000:00:02.0
    [ 1.407755] PCI: Using ACPI for IRQ routing
    [ 1.415815] PCI: pci_cache_line_size set to 64 bytes
    [ 1.415867] reserve RAM buffer: 000000000009d000 - 000000000009ffff
    [ 1.415869] reserve RAM buffer: 000000009b63f000 - 000000009bffffff
    [ 1.415870] reserve RAM buffer: 000000009b800000 - 000000009bffffff
    [ 1.415980] NetLabel: Initializing
    [ 1.415982] NetLabel: domain hash size = 128
    [ 1.415983] NetLabel: protocols = UNLABELED CIPSOv4
    [ 1.415994] NetLabel: unlabeled traffic allowed by default
    [ 1.416009] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 1.416013] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 1.418028] Switching to clocksource hpet
    [ 1.420931] Switched to NOHz mode on CPU #0
    [ 1.420991] Switched to NOHz mode on CPU #1
    [ 1.421038] Switched to NOHz mode on CPU #3
    [ 1.421051] Switched to NOHz mode on CPU #2
    [ 1.422891] pnp: PnP ACPI init
    [ 1.422907] ACPI: bus type pnp registered
    [ 1.423199] pnp 00:00: [bus 00-fe]
    [ 1.423201] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 1.423203] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 1.423205] pnp 00:00: [io 0x0d00-0xffff window]
    [ 1.423206] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 1.423208] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
    [ 1.423209] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
    [ 1.423211] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
    [ 1.423212] pnp 00:00: [mem 0x000cc000-0x000cffff window]
    [ 1.423214] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
    [ 1.423215] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
    [ 1.423217] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
    [ 1.423218] pnp 00:00: [mem 0x000dc000-0x000dffff window]
    [ 1.423221] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
    [ 1.423222] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
    [ 1.423224] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
    [ 1.423225] pnp 00:00: [mem 0x000ec000-0x000effff window]
    [ 1.423227] pnp 00:00: [mem 0x000f0000-0x000fffff window]
    [ 1.423228] pnp 00:00: [mem 0xa0000000-0xfeafffff window]
    [ 1.423230] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
    [ 1.423325] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 1.423362] pnp 00:01: [io 0x0000-0x001f]
    [ 1.423364] pnp 00:01: [io 0x0081-0x0091]
    [ 1.423365] pnp 00:01: [io 0x0093-0x009f]
    [ 1.423366] pnp 00:01: [io 0x00c0-0x00df]
    [ 1.423368] pnp 00:01: [dma 4]
    [ 1.423387] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 1.423394] pnp 00:02: [mem 0xff000000-0xffffffff]
    [ 1.423411] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
    [ 1.423499] pnp 00:03: [mem 0xfed00000-0xfed003ff]
    [ 1.423522] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 1.423530] pnp 00:04: [io 0x00f0]
    [ 1.423540] pnp 00:04: [irq 13]
    [ 1.423558] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 1.423567] pnp 00:05: [io 0x002e-0x002f]
    [ 1.423568] pnp 00:05: [io 0x004e-0x004f]
    [ 1.423569] pnp 00:05: [io 0x0061]
    [ 1.423570] pnp 00:05: [io 0x0063]
    [ 1.423571] pnp 00:05: [io 0x0065]
    [ 1.423573] pnp 00:05: [io 0x0067]
    [ 1.423574] pnp 00:05: [io 0x0070]
    [ 1.423575] pnp 00:05: [io 0x0080]
    [ 1.423576] pnp 00:05: [io 0x0092]
    [ 1.423577] pnp 00:05: [io 0x00b2-0x00b3]
    [ 1.423579] pnp 00:05: [io 0x0680-0x069f]
    [ 1.423580] pnp 00:05: [io 0x0800-0x080f]
    [ 1.423581] pnp 00:05: [io 0xffff]
    [ 1.423582] pnp 00:05: [io 0xffff]
    [ 1.423583] pnp 00:05: [io 0x0400-0x047f]
    [ 1.423585] pnp 00:05: [io 0x0500-0x0501]
    [ 1.423586] pnp 00:05: [io 0x0700-0x077f]
    [ 1.423587] pnp 00:05: [io 0x164e-0x164f]
    [ 1.423599] pnp 00:05: disabling [io 0x164e-0x164f] because it overlaps 0000:00:1c.1 BAR 13 [io 0x1000-0x1fff]
    [ 1.423637] system 00:05: [io 0x0680-0x069f] has been reserved
    [ 1.423639] system 00:05: [io 0x0800-0x080f] has been reserved
    [ 1.423640] system 00:05: [io 0xffff] has been reserved
    [ 1.423642] system 00:05: [io 0xffff] has been reserved
    [ 1.423644] system 00:05: [io 0x0400-0x047f] has been reserved
    [ 1.423646] system 00:05: [io 0x0500-0x0501] has been reserved
    [ 1.423647] system 00:05: [io 0x0700-0x077f] has been reserved
    [ 1.423650] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.423657] pnp 00:06: [io 0x0070-0x0077]
    [ 1.423662] pnp 00:06: [irq 8]
    [ 1.423682] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 1.423690] pnp 00:07: [io 0x0060]
    [ 1.423691] pnp 00:07: [io 0x0064]
    [ 1.423696] pnp 00:07: [irq 1]
    [ 1.423715] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 1.423724] pnp 00:08: [irq 12]
    [ 1.423743] pnp 00:08: Plug and Play ACPI device, IDs SYN1e21 SYN1e00 SYN0002 PNP0f13 (active)
    [ 1.423836] pnp 00:09: [irq 23]
    [ 1.423868] pnp 00:09: Plug and Play ACPI device, IDs HPQ0004 (active)
    [ 1.424022] pnp 00:0a: [mem 0xfed1c000-0xfed1ffff]
    [ 1.424025] pnp 00:0a: [mem 0xfed10000-0xfed13fff]
    [ 1.424027] pnp 00:0a: [mem 0xfed18000-0xfed18fff]
    [ 1.424028] pnp 00:0a: [mem 0xfed19000-0xfed19fff]
    [ 1.424029] pnp 00:0a: [mem 0xe0000000-0xefffffff]
    [ 1.424031] pnp 00:0a: [mem 0xfed20000-0xfed3ffff]
    [ 1.424032] pnp 00:0a: [mem 0xfed90000-0xfed8ffff disabled]
    [ 1.424034] pnp 00:0a: [mem 0xfed45000-0xfed8ffff]
    [ 1.424035] pnp 00:0a: [mem 0xff000000-0xffffffff]
    [ 1.424037] pnp 00:0a: [mem 0xfee00000-0xfeefffff]
    [ 1.424038] pnp 00:0a: [mem 0xb4500000-0xb4500fff]
    [ 1.424086] system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 1.424088] system 00:0a: [mem 0xfed10000-0xfed13fff] has been reserved
    [ 1.424090] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 1.424091] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 1.424093] system 00:0a: [mem 0xe0000000-0xefffffff] has been reserved
    [ 1.424095] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 1.424097] system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 1.424099] system 00:0a: [mem 0xff000000-0xffffffff] could not be reserved
    [ 1.424101] system 00:0a: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 1.424103] system 00:0a: [mem 0xb4500000-0xb4500fff] has been reserved
    [ 1.424105] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.424278] pnp 00:0b: [bus ff]
    [ 1.424319] pnp 00:0b: Plug and Play ACPI device, IDs PNP0a03 (active)
    [ 1.424340] pnp: PnP ACPI: found 12 devices
    [ 1.424341] ACPI: ACPI bus type pnp unregistered
    [ 1.430015] PCI: max bus depth: 1 pci_try_num: 2
    [ 1.430040] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
    [ 1.430043] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    [ 1.430047] pci 0000:00:1c.0: bridge window [mem 0xb3400000-0xb43fffff]
    [ 1.430051] pci 0000:00:1c.0: bridge window [mem 0xb0400000-0xb13fffff 64bit pref]
    [ 1.430056] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
    [ 1.430059] pci 0000:00:1c.1: bridge window [io 0x1000-0x1fff]
    [ 1.430063] pci 0000:00:1c.1: bridge window [mem 0xb2400000-0xb33fffff]
    [ 1.430067] pci 0000:00:1c.1: bridge window [mem 0xb1400000-0xb23fffff 64bit pref]
    [ 1.430072] pci 0000:00:1e.0: PCI bridge to [bus 03-03]
    [ 1.430074] pci 0000:00:1e.0: bridge window [io disabled]
    [ 1.430078] pci 0000:00:1e.0: bridge window [mem disabled]
    [ 1.430081] pci 0000:00:1e.0: bridge window [mem pref disabled]
    [ 1.430096] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 1.430101] pci 0000:00:1c.0: setting latency timer to 64
    [ 1.430108] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
    [ 1.430112] pci 0000:00:1c.1: setting latency timer to 64
    [ 1.430117] pci 0000:00:1e.0: setting latency timer to 64
    [ 1.430121] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 1.430122] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 1.430124] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 1.430126] pci_bus 0000:00: resource 7 [mem 0xa0000000-0xfeafffff]
    [ 1.430128] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
    [ 1.430129] pci_bus 0000:01: resource 1 [mem 0xb3400000-0xb43fffff]
    [ 1.430131] pci_bus 0000:01: resource 2 [mem 0xb0400000-0xb13fffff 64bit pref]
    [ 1.430133] pci_bus 0000:02: resource 0 [io 0x1000-0x1fff]
    [ 1.430134] pci_bus 0000:02: resource 1 [mem 0xb2400000-0xb33fffff]
    [ 1.430136] pci_bus 0000:02: resource 2 [mem 0xb1400000-0xb23fffff 64bit pref]
    [ 1.430138] pci_bus 0000:03: resource 4 [io 0x0000-0x0cf7]
    [ 1.430140] pci_bus 0000:03: resource 5 [io 0x0d00-0xffff]
    [ 1.430141] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
    [ 1.430143] pci_bus 0000:03: resource 7 [mem 0xa0000000-0xfeafffff]
    [ 1.430203] NET: Registered protocol family 2
    [ 1.430353] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 1.431201] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [ 1.433022] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 1.433247] TCP: Hash tables configured (established 524288 bind 65536)
    [ 1.433249] TCP reno registered
    [ 1.433259] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 1.433280] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 1.433499] NET: Registered protocol family 1
    [ 1.433516] pci 0000:00:02.0: Boot video device
    [ 1.458155] PCI: CLS 64 bytes, default 64
    [ 1.458225] Unpacking initramfs...
    [ 1.484134] Freeing initrd memory: 2580k freed
    [ 1.484594] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 1.484598] Placing 64MB software IO TLB between ffff88009763b000 - ffff88009b63b000
    [ 1.484600] software IO TLB at phys 0x9763b000 - 0x9b63b000
    [ 1.484624] Simple Boot Flag at 0x44 set to 0x1
    [ 1.485050] audit: initializing netlink socket (disabled)
    [ 1.485062] type=2000 audit(1315822178.323:1): initialized
    [ 1.492695] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 1.508513] VFS: Disk quotas dquot_6.5.2
    [ 1.508622] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 1.508757] msgmni has been set to 7525
    [ 1.508943] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 1.508973] io scheduler noop registered
    [ 1.508975] io scheduler deadline registered
    [ 1.509014] io scheduler cfq registered (default)
    [ 1.509246] intel_idle: MWAIT substates: 0x1120
    [ 1.509248] intel_idle: v0.4 model 0x25
    [ 1.509249] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 1.509284] ERST: Table is not found!
    [ 1.509354] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 1.741598] Linux agpgart interface v0.103
    [ 1.741664] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 1.744905] i8042: Detected active multiplexing controller, rev 1.1
    [ 1.747808] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 1.747819] serio: i8042 AUX0 port at 0x60,0x64 irq 12
    [ 1.747821] serio: i8042 AUX1 port at 0x60,0x64 irq 12
    [ 1.747822] serio: i8042 AUX2 port at 0x60,0x64 irq 12
    [ 1.747824] serio: i8042 AUX3 port at 0x60,0x64 irq 12
    [ 1.747950] mousedev: PS/2 mouse device common for all mice
    [ 1.747993] rtc_cmos 00:06: RTC can wake from S4
    [ 1.748085] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
    [ 1.748111] rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
    [ 1.748186] cpuidle: using governor ladder
    [ 1.748297] cpuidle: using governor menu
    [ 1.748468] TCP cubic registered
    [ 1.748471] NET: Registered protocol family 17
    [ 1.748478] Registering the dns_resolver key type
    [ 1.748548] PM: Hibernation image not present or could not be loaded.
    [ 1.748552] registered taskstats version 1
    [ 1.756092] rtc_cmos 00:06: setting system clock to 2011-09-12 10:09:39 UTC (1315822179)
    [ 1.756139] Initializing network drop monitor service
    [ 1.757333] Freeing unused kernel memory: 712k freed
    [ 1.757444] Write protecting the kernel read-only data: 6144k
    [ 1.757655] Freeing unused kernel memory: 12k freed
    [ 1.759735] Freeing unused kernel memory: 776k freed
    [ 1.775432] udevd[57]: starting version 173
    [ 1.777775] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
    [ 1.777831] ACPI: Lid Switch [LID0]
    [ 1.777865] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
    [ 1.777869] ACPI: Power Button [PWRB]
    [ 1.777902] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
    [ 1.777905] ACPI: Power Button [PWRF]
    [ 1.778634] agpgart-intel 0000:00:00.0: Intel HD Graphics Chipset
    [ 1.778768] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
    [ 1.779673] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
    [ 1.779813] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xa0000000
    [ 1.783177] [drm] Initialized drm 1.1.0 20060810
    [ 1.783202] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
    [ 1.793259] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 1.793264] i915 0000:00:02.0: setting latency timer to 64
    [ 1.832082] mtrr: no more MTRRs available
    [ 1.832084] [drm] MTRR allocation failed. Graphics performance may suffer.
    [ 1.832892] i915 0000:00:02.0: irq 40 for MSI/MSI-X
    [ 1.832897] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 1.832899] [drm] Driver supports precise vblank timestamp query.
    [ 1.832941] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 2.062561] fbcon: inteldrmfb (fb0) is primary device
    [ 2.225223] Console: switching to colour frame buffer device 170x48
    [ 2.227636] fb0: inteldrmfb frame buffer device
    [ 2.227638] drm: registered panic notifier
    [ 2.258632] acpi device:02: registered as cooling_device0
    [ 2.258893] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input4
    [ 2.258900] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    [ 2.259098] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 2.308280] usbcore: registered new interface driver usbfs
    [ 2.309125] usbcore: registered new interface driver hub
    [ 2.309250] usbcore: registered new device driver usb
    [ 2.310828] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 2.310863] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 2.310902] ehci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 2.310907] ehci_hcd 0000:00:1a.0: EHCI Host Controller
    [ 2.311162] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 2.311487] ehci_hcd 0000:00:1a.0: debug port 2
    [ 2.316285] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
    [ 2.316395] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xb4405c00
    [ 2.321793] SCSI subsystem initialized
    [ 2.325804] libata version 3.00 loaded.
    [ 2.327640] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 2.327772] hub 1-0:1.0: USB hub found
    [ 2.327777] hub 1-0:1.0: 3 ports detected
    [ 2.328049] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
    [ 2.328091] ehci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 2.328095] ehci_hcd 0000:00:1d.0: EHCI Host Controller
    [ 2.328105] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 2.328135] ehci_hcd 0000:00:1d.0: debug port 2
    [ 2.332089] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
    [ 2.332106] ehci_hcd 0000:00:1d.0: irq 20, io mem 0xb4405800
    [ 2.344397] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 2.344617] hub 2-0:1.0: USB hub found
    [ 2.344623] hub 2-0:1.0: 3 ports detected
    [ 2.344727] ahci 0000:00:1f.2: version 3.0
    [ 2.344749] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 2.344823] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
    [ 2.344901] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 3 Gbps 0x13 impl SATA mode
    [ 2.344905] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck pm led clo pio slum part ems sxs apst
    [ 2.344909] ahci 0000:00:1f.2: setting latency timer to 64
    [ 2.358220] scsi0 : ahci
    [ 2.358441] scsi1 : ahci
    [ 2.358586] scsi2 : ahci
    [ 2.358706] scsi3 : ahci
    [ 2.358826] scsi4 : ahci
    [ 2.359017] ata1: SATA max UDMA/133 abar m2048@0xb4405000 port 0xb4405100 irq 41
    [ 2.359022] ata2: SATA max UDMA/133 abar m2048@0xb4405000 port 0xb4405180 irq 41
    [ 2.359025] ata3: DUMMY
    [ 2.359026] ata4: DUMMY
    [ 2.359029] ata5: SATA max UDMA/133 abar m2048@0xb4405000 port 0xb4405300 irq 41
    [ 2.484286] Refined TSC clocksource calibration: 2527.000 MHz.
    [ 2.484293] Switching to clocksource tsc
    [ 2.634223] usb 1-1: new high speed USB device number 2 using ehci_hcd
    [ 2.677534] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 2.677562] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 2.677581] ata5: SATA link down (SStatus 0 SControl 300)
    [ 2.678518] ata1.00: ATA-8: Hitachi HTS725050A9A364, PC4OCH0A, max UDMA/100
    [ 2.678523] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 2.679686] ata1.00: configured for UDMA/100
    [ 2.679959] scsi 0:0:0:0: Direct-Access ATA Hitachi HTS72505 PC4O PQ: 0 ANSI: 5
    [ 2.689123] ata2.00: ATAPI: hp CDDVDW TS-U633J, HH00, max UDMA/100
    [ 2.701580] ata2.00: configured for UDMA/100
    [ 2.707534] scsi 1:0:0:0: CD-ROM hp CDDVDW TS-U633J HH00 PQ: 0 ANSI: 5
    [ 2.712547] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    [ 2.712587] sd 0:0:0:0: [sda] Write Protect is off
    [ 2.712590] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 2.712606] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.719341] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 2.719347] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 2.719649] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 2.742044] sda: sda1 sda2 sda3 sda4
    [ 2.742382] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 2.758345] hub 1-1:1.0: USB hub found
    [ 2.758553] hub 1-1:1.0: 6 ports detected
    [ 2.864083] usb 2-1: new high speed USB device number 2 using ehci_hcd
    [ 2.988220] hub 2-1:1.0: USB hub found
    [ 2.988316] hub 2-1:1.0: 8 ports detected
    [ 3.067413] usb 1-1.2: new full speed USB device number 3 using ehci_hcd
    [ 3.161455] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input5
    [ 3.161553] generic-usb 0003:046D:C52E.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:1a.0-1.2/input0
    [ 3.163718] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/input/input6
    [ 3.163910] generic-usb 0003:046D:C52E.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1a.0-1.2/input1
    [ 3.163939] usbcore: registered new interface driver usbhid
    [ 3.163941] usbhid: USB HID core driver
    [ 3.224001] usb 1-1.4: new full speed USB device number 4 using ehci_hcd
    [ 3.251687] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
    [ 3.390667] usb 2-1.3: new full speed USB device number 3 using ehci_hcd
    [ 3.557148] usb 2-1.6: new full speed USB device number 4 using ehci_hcd
    [ 3.690543] usb 2-1.6: new high speed USB device number 5 using ehci_hcd
    [ 4.728486] udevd[257]: starting version 173
    [ 4.961545] fuse init (API version 7.16)
    [ 5.311658] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    [ 5.311727] HDA Intel 0000:00:1b.0: irq 42 for MSI/MSI-X
    [ 5.311750] HDA Intel 0000:00:1b.0: setting latency timer to 64
    [ 5.400181] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input7
    [ 5.439115] cfg80211: Calling CRDA to update world regulatory domain
    [ 5.439363] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 5.439579] ACPI: AC Adapter [AC] (on-line)
    [ 5.455480] ACPI: Fan [FAN0] (on)
    [ 5.472017] input: PC Speaker as /devices/platform/pcspkr/input/input8
    [ 5.534633] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [ 5.534678] sr 1:0:0:0: Attached scsi generic sg1 type 5
    [ 5.695022] iTCO_vendor_support: vendor-support=0
    [ 5.743083] ACPI: acpi_idle yielding to intel_idle
    [ 5.762814] mei: module is from the staging directory, the quality is unknown, you have been warned.
    [ 6.096053] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 6.096065] ACPI: Battery Slot [BAT0] (battery present)
    [ 6.096803] HDMI status: Pin=5 Presence_Detect=0 ELD_Valid=0
    [ 6.097799] wmi: Mapper loaded
    [ 6.109000] thermal LNXTHERM:00: registered as thermal_zone0
    [ 6.109004] ACPI: Thermal Zone [TZ00] (47 C)
    [ 6.109147] input: HDA Intel Mic at Ext Left Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    [ 6.109210] input: HDA Intel HP Out at Ext Left Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
    [ 6.109320] input: HDA Intel HDMI/DP as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
    [ 6.109443] intel ips 0000:00:1f.6: CPU TDP doesn't match expected value (found 25, expected 29)
    [ 6.109463] intel ips 0000:00:1f.6: PCI INT A -> GSI 21 (level, low) -> IRQ 21
    [ 6.109709] intel ips 0000:00:1f.6: IPS driver initialized, MCP temp limit 90
    [ 6.109736] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 19 (level, low) -> IRQ 19
    [ 6.109858] mei 0000:00:16.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 6.109865] mei 0000:00:16.0: setting latency timer to 64
    [ 6.135585] thermal LNXTHERM:01: registered as thermal_zone1
    [ 6.135590] ACPI: Thermal Zone [TZ01] (41 C)
    [ 6.149371] cfg80211: World regulatory domain updated:
    [ 6.149375] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    [ 6.149380] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [ 6.149385] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    [ 6.149389] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    [ 6.149393] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [ 6.149397] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [ 6.156082] brcmutil: module is from the staging directory, the quality is unknown, you have been warned.
    [ 6.162465] brcmsmac: module is from the staging directory, the quality is unknown, you have been warned.
    [ 6.163703] brcmsmac 0000:02:00.0: bus 2 slot 0 func 0 irq 10
    [ 6.163719] brcmsmac 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 6.163726] brcmsmac 0000:02:00.0: setting latency timer to 64
    [ 6.165613] thermal LNXTHERM:02: registered as thermal_zone2
    [ 6.165618] ACPI: Thermal Zone [TZ02] (0 C)
    [ 6.195864] hp_accel: laptop model unknown, using default axes configuration
    [ 6.196483] lis3lv02d: 8 bits sensor found
    [ 6.198656] Bluetooth: Core ver 2.16
    [ 6.198679] NET: Registered protocol family 31
    [ 6.198681] Bluetooth: HCI device and connection manager initialized
    [ 6.198684] Bluetooth: HCI socket layer initialized
    [ 6.198685] Bluetooth: L2CAP socket layer initialized
    [ 6.198830] Bluetooth: SCO socket layer initialized
    [ 6.204531] Bluetooth: Generic Bluetooth USB driver ver 0.6
    [ 6.204729] usbcore: registered new interface driver btusb
    [ 6.235594] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input12
    [ 6.235765] Registered led device: hp::hddprotect
    [ 6.235792] hp_accel: driver loaded
    [ 6.260921] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
    [ 6.261029] iTCO_wdt: Found a HM55 TCO device (Version=2, TCOBASE=0x0460)
    [ 6.261143] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 6.440005] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
    [ 6.440469] cfg80211: Calling CRDA for country: US
    [ 6.442919] cfg80211: Regulatory domain changed to country: US
    [ 6.442922] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    [ 6.442925] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
    [ 6.442928] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 1700 mBm)
    [ 6.442931] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [ 6.442933] cfg80211: (5490000 KHz - 5600000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [ 6.442936] cfg80211: (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [ 6.442938] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 3000 mBm)
    [ 6.572273] Linux media interface: v0.10
    [ 6.623740] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 6.623761] r8169 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 6.623816] r8169 0000:01:00.0: setting latency timer to 64
    [ 6.623867] r8169 0000:01:00.0: irq 43 for MSI/MSI-X
    [ 6.624050] r8169 0000:01:00.0: eth0: RTL8168d/8111d at 0xffffc900110e2000, 64:31:50:91:43:ca, XID 083000c0 IRQ 43
    [ 6.632239] Synaptics Touchpad, model: 1, fw: 7.4, id: 0x1e0b1, caps: 0xd04773/0xe40000/0x5a0400
    [ 6.656899] Linux video capture interface: v2.00
    [ 6.666410] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input13
    [ 6.715502] input: HP WMI hotkeys as /devices/virtual/input/input14
    [ 6.746144] uvcvideo: Found UVC 1.00 device HP Webcam (10f1:1a28)
    [ 6.754579] input: HP Webcam as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/input/input15
    [ 6.754640] usbcore: registered new interface driver uvcvideo
    [ 6.754641] USB Video Class driver (v1.1.0)
    [ 8.210568] EXT4-fs (sda3): re-mounted. Opts: (null)
    [ 8.493297] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
    [ 8.598490] Adding 6144856k swap on /dev/sda2. Priority:-1 extents:1 across:6144856k
    [ 12.326864] r8169 0000:01:00.0: eth0: link down
    [ 12.402050] ieee80211 phy0: wl_ops_config: change monitor mode: false (implement)
    [ 12.402096] ieee80211 phy0: wl_ops_config: change power-save mode: false (implement)
    [ 12.402731] ieee80211 phy0: wl_ops_bss_info_changed: qos enabled: false (implement)
    [ 14.564279] wlan0: authenticate with 30:46:9a:7c:42:2b (try 1)
    [ 14.732052] wlan0: authenticated
    [ 14.735599] wlan0: associate with 30:46:9a:7c:42:2b (try 1)
    [ 14.745975] wlan0: RX AssocResp from 30:46:9a:7c:42:2b (capab=0x411 status=0 aid=2)
    [ 14.745980] wlan0: associated
    [ 14.746521] ieee80211 phy0: wl_ops_bss_info_changed: qos enabled: true (implement)
    [ 14.746532] ieee80211 phy0: brcmsmac: wl_ops_bss_info_changed: associated
    [ 14.746546] ieee80211 phy0: wl_ops_bss_info_changed: arp filtering: enabled true, count 0 (implement)
    [ 15.042566] Intel AES-NI instructions are not detected.
    [ 15.190492] padlock_aes: VIA PadLock not detected.
    [ 17.491412] NET: Registered protocol family 10
    [ 17.492108] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 22.298691] EXT4-fs (sda3): re-mounted. Opts: commit=0
    [ 22.454574] EXT4-fs (sda4): re-mounted. Opts: commit=0
    [ 24.772129] ieee80211 phy0: wl_ops_bss_info_changed: arp filtering: enabled true, count 1 (implement)
    [ 27.990167] wlan0: no IPv6 routers present
    [ 64.354689] chromium-sandbo (1574): /proc/1572/oom_adj is deprecated, please use /proc/1572/oom_score_adj instead.
    Not sure about the latest line...
    Xorg.log;
    [ 12.466]
    X.Org X Server 1.11.0
    Release Date: 2011-08-26
    [ 12.466] X Protocol Version 11, Revision 0
    [ 12.466] Build Operating System: Linux 3.0-ARCH x86_64
    [ 12.466] Current Operating System: Linux mtldb 3.0-ARCH #1 SMP PREEMPT Tue Aug 30 08:53:25 CEST 2011 x86_64
    [ 12.466] Kernel command line: root=/dev/disk/by-uuid/3721c9e1-c884-4b12-bc6e-960948676acd ro
    [ 12.466] Build Date: 29 August 2011 07:21:16AM
    [ 12.466]
    [ 12.466] Current version of pixman: 0.22.2
    [ 12.466] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 12.466] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 12.466] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Sep 12 11:09:50 2011
    [ 12.530] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 12.569] (==) No Layout section. Using the first Screen section.
    [ 12.569] (==) No screen section available. Using defaults.
    [ 12.569] (**) |-->Screen "Default Screen Section" (0)
    [ 12.569] (**) | |-->Monitor "<default monitor>"
    [ 12.570] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 12.570] (==) Automatically adding devices
    [ 12.570] (==) Automatically enabling devices
    [ 12.603] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 12.603] Entry deleted from font path.
    [ 12.606] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 12.606] Entry deleted from font path.
    [ 12.606] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 12.606] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 12.606] Entry deleted from font path.
    [ 12.606] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 12.606] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 12.606] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 12.606] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 12.606] (II) Loader magic: 0x7cbae0
    [ 12.606] (II) Module ABI versions:
    [ 12.606] X.Org ANSI C Emulation: 0.4
    [ 12.606] X.Org Video Driver: 11.0
    [ 12.606] X.Org XInput driver : 13.0
    [ 12.606] X.Org Server Extension : 5.0
    [ 12.607] (--) PCI:*(0:0:2:0) 8086:0046:103c:146a rev 2, Mem @ 0xb0000000/4194304, 0xa0000000/268435456, I/O @ 0x00003050/8
    [ 12.607] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 12.607] (II) LoadModule: "extmod"
    [ 12.648] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 12.659] (II) Module extmod: vendor="X.Org Foundation"
    [ 12.659] compiled for 1.11.0, module version = 1.0.0
    [ 12.659] Module class: X.Org Server Extension
    [ 12.659] ABI class: X.Org Server Extension, version 5.0
    [ 12.659] (II) Loading extension MIT-SCREEN-SAVER
    [ 12.659] (II) Loading extension XFree86-VidModeExtension
    [ 12.659] (II) Loading extension XFree86-DGA
    [ 12.659] (II) Loading extension DPMS
    [ 12.659] (II) Loading extension XVideo
    [ 12.659] (II) Loading extension XVideo-MotionCompensation
    [ 12.659] (II) Loading extension X-Resource
    [ 12.659] (II) LoadModule: "dbe"
    [ 12.659] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 12.668] (II) Module dbe: vendor="X.Org Foundation"
    [ 12.668] compiled for 1.11.0, module version = 1.0.0
    [ 12.668] Module class: X.Org Server Extension
    [ 12.668] ABI class: X.Org Server Extension, version 5.0
    [ 12.668] (II) Loading extension DOUBLE-BUFFER
    [ 12.668] (II) LoadModule: "glx"
    [ 12.668] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 12.674] (II) Module glx: vendor="X.Org Foundation"
    [ 12.674] compiled for 1.11.0, module version = 1.0.0
    [ 12.674] ABI class: X.Org Server Extension, version 5.0
    [ 12.674] (==) AIGLX enabled
    [ 12.674] (II) Loading extension GLX
    [ 12.674] (II) LoadModule: "record"
    [ 12.674] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 12.681] (II) Module record: vendor="X.Org Foundation"
    [ 12.681] compiled for 1.11.0, module version = 1.13.0
    [ 12.681] Module class: X.Org Server Extension
    [ 12.681] ABI class: X.Org Server Extension, version 5.0
    [ 12.681] (II) Loading extension RECORD
    [ 12.681] (II) LoadModule: "dri"
    [ 12.681] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 12.696] (II) Module dri: vendor="X.Org Foundation"
    [ 12.696] compiled for 1.11.0, module version = 1.0.0
    [ 12.696] ABI class: X.Org Server Extension, version 5.0
    [ 12.696] (II) Loading extension XFree86-DRI
    [ 12.696] (II) LoadModule: "dri2"
    [ 12.696] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 12.696] (II) Module dri2: vendor="X.Org Foundation"
    [ 12.696] compiled for 1.11.0, module version = 1.2.0
    [ 12.696] ABI class: X.Org Server Extension, version 5.0
    [ 12.696] (II) Loading extension DRI2
    [ 12.696] (==) Matched intel as autoconfigured driver 0
    [ 12.696] (==) Matched vesa as autoconfigured driver 1
    [ 12.696] (==) Matched fbdev as autoconfigured driver 2
    [ 12.696] (==) Assigned the driver to the xf86ConfigLayout
    [ 12.696] (II) LoadModule: "intel"
    [ 12.727] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 12.739] (II) Module intel: vendor="X.Org Foundation"
    [ 12.739] compiled for 1.10.99.902, module version = 2.16.0
    [ 12.739] Module class: X.Org Video Driver
    [ 12.739] ABI class: X.Org Video Driver, version 11.0
    [ 12.739] (II) LoadModule: "vesa"
    [ 12.739] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 12.740] (II) Module vesa: vendor="X.Org Foundation"
    [ 12.740] compiled for 1.10.99.902, module version = 2.3.0
    [ 12.740] Module class: X.Org Video Driver
    [ 12.740] ABI class: X.Org Video Driver, version 11.0
    [ 12.740] (II) LoadModule: "fbdev"
    [ 12.740] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 12.740] (II) Module fbdev: vendor="X.Org Foundation"
    [ 12.740] compiled for 1.10.99.902, module version = 0.4.2
    [ 12.740] ABI class: X.Org Video Driver, version 11.0
    [ 12.740] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
    Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server
    [ 12.741] (II) VESA: driver for VESA chipsets: vesa
    [ 12.741] (II) FBDEV: driver for framebuffer: fbdev
    [ 12.741] (++) using VT number 7
    [ 12.745] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 12.745] (WW) Falling back to old probe method for vesa
    [ 12.745] (WW) Falling back to old probe method for fbdev
    [ 12.745] (II) Loading sub module "fbdevhw"
    [ 12.745] (II) LoadModule: "fbdevhw"
    [ 12.745] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 12.755] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 12.755] compiled for 1.11.0, module version = 0.0.2
    [ 12.755] ABI class: X.Org Video Driver, version 11.0
    [ 12.756] drmOpenDevice: node name is /dev/dri/card0
    [ 12.756] drmOpenDevice: open result is 8, (OK)
    [ 12.756] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    [ 12.756] drmOpenDevice: node name is /dev/dri/card0
    [ 12.756] drmOpenDevice: open result is 8, (OK)
    [ 12.756] drmOpenByBusid: drmOpenMinor returns 8
    [ 12.756] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    [ 12.756] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 12.756] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 12.756] (==) intel(0): RGB weight 888
    [ 12.756] (==) intel(0): Default visual is TrueColor
    [ 12.756] (II) intel(0): Integrated Graphics Chipset: Intel(R) Arrandale
    [ 12.756] (--) intel(0): Chipset: "Arrandale"
    [ 12.756] (**) intel(0): Relaxed fencing enabled
    [ 12.756] (**) intel(0): Wait on SwapBuffers? enabled
    [ 12.756] (**) intel(0): Triple buffering? enabled
    [ 12.756] (**) intel(0): Framebuffer tiled
    [ 12.756] (**) intel(0): Pixmaps tiled
    [ 12.756] (**) intel(0): 3D buffers tiled
    [ 12.756] (**) intel(0): SwapBuffers wait enabled
    [ 12.756] (==) intel(0): video overlay key set to 0x101fe
    [ 12.756] (II) intel(0): Output LVDS1 has no monitor section
    [ 12.756] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
    [ 12.756] (II) intel(0): Output VGA1 has no monitor section
    [ 12.778] (II) intel(0): Output HDMI1 has no monitor section
    [ 12.816] (II) intel(0): Output DP1 has no monitor section
    [ 12.816] (II) intel(0): EDID for output LVDS1
    [ 12.816] (II) intel(0): Manufacturer: AUO Model: 223c Serial#: 0
    [ 12.816] (II) intel(0): Year: 2010 Week: 0
    [ 12.816] (II) intel(0): EDID Version: 1.4
    [ 12.816] (II) intel(0): Digital Display Input
    [ 12.816] (II) intel(0): 6 bits per channel
    [ 12.816] (II) intel(0): Digital interface is undefined
    [ 12.816] (II) intel(0): Max Image Size [cm]: horiz.: 31 vert.: 17
    [ 12.816] (II) intel(0): Gamma: 2.20
    [ 12.816] (II) intel(0): No DPMS capabilities specified
    [ 12.816] (II) intel(0): Supported color encodings: RGB 4:4:4
    [ 12.816] (II) intel(0): First detailed timing is preferred mode
    [ 12.816] (II) intel(0): Preferred mode is native pixel format and refresh rate
    [ 12.816] (II) intel(0): redX: 0.607 redY: 0.349 greenX: 0.329 greenY: 0.550
    [ 12.816] (II) intel(0): blueX: 0.147 blueY: 0.136 whiteX: 0.313 whiteY: 0.329
    [ 12.816] (II) intel(0): Manufacturer's mask: 0
    [ 12.817] (II) intel(0): Supported detailed timing:
    [ 12.817] (II) intel(0): clock: 69.3 MHz Image Size: 309 x 173 mm
    [ 12.817] (II) intel(0): h_active: 1366 h_sync: 1404 h_sync_end 1426 h_blank_end 1436 h_border: 0
    [ 12.817] (II) intel(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 803 v_border: 0
    [ 12.817] (II) intel(0): Supported detailed timing:
    [ 12.817] (II) intel(0): clock: 46.2 MHz Image Size: 309 x 173 mm
    [ 12.817] (II) intel(0): h_active: 1366 h_sync: 1404 h_sync_end 1426 h_blank_end 1436 h_border: 0
    [ 12.817] (II) intel(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 803 v_border: 0
    [ 12.817] (II) intel(0): Unknown vendor-specific block 2
    [ 12.817] (II) intel(0): EDID (in hex):
    [ 12.817] (II) intel(0): 00ffffffffffff0006af3c2200000000
    [ 12.817] (II) intel(0): 00140104901f11780297f59b59548c25
    [ 12.817] (II) intel(0): 22505400000001010101010101010101
    [ 12.817] (II) intel(0): 010101010101121b5646500023302616
    [ 12.817] (II) intel(0): 360035ad100000180c12564650002330
    [ 12.817] (II) intel(0): 2616360035ad10000018000000000000
    [ 12.817] (II) intel(0): 00000000000000000000000000000002
    [ 12.817] (II) intel(0): 000c33f90a3c641f14226e202020007d
    [ 12.817] (II) intel(0): EDID vendor "AUO", prod id 8764
    [ 12.817] (II) intel(0): Printing DDC gathered Modelines:
    [ 12.817] (II) intel(0): Modeline "1366x768"x0.0 69.30 1366 1404 1426 1436 768 771 777 803 -hsync -vsync (48.3 kHz)
    [ 12.817] (II) intel(0): Modeline "1366x768"x0.0 46.20 1366 1404 1426 1436 768 771 777 803 -hsync -vsync (32.2 kHz)
    [ 12.817] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 12.817] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 12.817] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 12.817] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 12.817] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 12.817] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 12.817] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 12.817] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 12.817] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 12.817] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 12.817] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 12.817] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 12.817] (II) intel(0): Printing probed modes for output LVDS1
    [ 12.817] (II) intel(0): Modeline "1366x768"x60.1 69.30 1366 1404 1426 1436 768 771 777 803 -hsync -vsync (48.3 kHz)
    [ 12.817] (II) intel(0): Modeline "1366x768"x40.1 46.20 1366 1404 1426 1436 768 771 777 803 -hsync -vsync (32.2 kHz)
    [ 12.817] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 12.817] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 12.817] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 12.817] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 12.817] (II) intel(0): EDID for output VGA1
    [ 12.839] (II) intel(0): EDID for output HDMI1
    [ 12.880] (II) intel(0): EDID for output DP1
    [ 12.880] (II) intel(0): Output LVDS1 connected
    [ 12.880] (II) intel(0): Output VGA1 disconnected
    [ 12.880] (II) intel(0): Output HDMI1 disconnected
    [ 12.880] (II) intel(0): Output DP1 disconnected
    [ 12.880] (II) intel(0): Using exact sizes for initial modes
    [ 12.880] (II) intel(0): Output LVDS1 using initial mode 1366x768
    [ 12.880] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 12.880] (II) intel(0): Kernel page flipping support detected, enabling
    [ 12.880] (**) intel(0): Display dimensions: (310, 170) mm
    [ 12.880] (**) intel(0): DPI set to (111, 114)
    [ 12.880] (II) Loading sub module "fb"
    [ 12.880] (II) LoadModule: "fb"
    [ 12.880] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 12.890] (II) Module fb: vendor="X.Org Foundation"
    [ 12.890] compiled for 1.11.0, module version = 1.0.0
    [ 12.890] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 12.890] (II) Loading sub module "dri2"
    [ 12.890] (II) LoadModule: "dri2"
    [ 12.890] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 12.890] (II) Module dri2: vendor="X.Org Foundation"
    [ 12.890] compiled for 1.11.0, module version = 1.2.0
    [ 12.890] ABI class: X.Org Server Extension, version 5.0
    [ 12.890] (II) UnloadModule: "vesa"
    [ 12.890] (II) Unloading vesa
    [ 12.890] (II) UnloadModule: "fbdev"
    [ 12.890] (II) Unloading fbdev
    [ 12.890] (II) UnloadModule: "fbdevhw"
    [ 12.890] (II) Unloading fbdevhw
    [ 12.890] (==) Depth 24 pixmap format is 32 bpp
    [ 12.890] (II) intel(0): [DRI2] Setup complete
    [ 12.890] (II) intel(0): [DRI2] DRI driver: i965
    [ 12.890] (II) intel(0): Allocated new frame buffer 1408x768 stride 5632, tiled
    [ 12.898] (II) UXA(0): Driver registered support for the following operations:
    [ 12.898] (II) solid
    [ 12.898] (II) copy
    [ 12.898] (II) composite (RENDER acceleration)
    [ 12.898] (II) put_image
    [ 12.898] (II) get_image
    [ 12.898] (==) intel(0): Backing store disabled
    [ 12.898] (==) intel(0): Silken mouse enabled
    [ 12.898] (II) intel(0): Initializing HW Cursor
    [ 12.960] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 12.960] (==) intel(0): DPMS enabled
    [ 12.960] (==) intel(0): Intel XvMC decoder enabled
    [ 12.960] (II) intel(0): Set up textured video
    [ 12.960] (II) intel(0): [XvMC] xvmc_vld driver initialized.
    [ 12.960] (II) intel(0): direct rendering: DRI2 Enabled
    [ 12.960] (==) intel(0): hotplug detection: "enabled"
    [ 12.960] (--) RandR disabled
    [ 12.960] (II) Initializing built-in extension Generic Event Extension
    [ 12.960] (II) Initializing built-in extension SHAPE
    [ 12.960] (II) Initializing built-in extension MIT-SHM
    [ 12.960] (II) Initializing built-in extension XInputExtension
    [ 12.960] (II) Initializing built-in extension XTEST
    [ 12.960] (II) Initializing built-in extension BIG-REQUESTS
    [ 12.960] (II) Initializing built-in extension SYNC
    [ 12.960] (II) Initializing built-in extension XKEYBOARD
    [ 12.960] (II) Initializing built-in extension XC-MISC
    [ 12.960] (II) Initializing built-in extension SECURITY
    [ 12.960] (II) Initializing built-in extension XINERAMA
    [ 12.960] (II) Initializing built-in extension XFIXES
    [ 12.960] (II) Initializing built-in extension RENDER
    [ 12.960] (II) Initializing built-in extension RANDR
    [ 12.960] (II) Initializing built-in extension COMPOSITE
    [ 12.960] (II) Initializing built-in extension DAMAGE
    [ 13.125] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 13.126] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 13.126] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 13.126] (II) AIGLX: enabled GLX_SGI_make_current_read
    [ 13.126] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 13.126] (II) AIGLX: Loaded and initialized i965
    [ 13.126] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 13.126] (II) intel(0): Setting screen physical size to 361 x 203
    [ 13.442] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 13.442] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 13.442] (II) LoadModule: "evdev"
    [ 13.456] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 13.462] (II) Module evdev: vendor="X.Org Foundation"
    [ 13.462] compiled for 1.10.99.902, module version = 2.6.0
    [ 13.462] Module class: X.Org XInput Driver
    [ 13.462] ABI class: X.Org XInput driver, version 13.0
    [ 13.462] (II) Using input driver 'evdev' for 'Power Button'
    [ 13.462] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 13.462] (**) Power Button: always reports core events
    [ 13.462] (**) Power Button: Device: "/dev/input/event2"
    [ 13.462] (--) Power Button: Found keys
    [ 13.462] (II) Power Button: Configuring as keyboard
    [ 13.462] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
    [ 13.462] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 13.462] (**) Option "xkb_rules" "evdev"
    [ 13.462] (**) Option "xkb_model" "evdev"
    [ 13.462] (**) Option "xkb_layout" "gb"
    [ 13.488] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
    [ 13.488] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 13.488] (II) Using input driver 'evdev' for 'Video Bus'
    [ 13.488] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 13.488] (**) Video Bus: always reports core events
    [ 13.488] (**) Video Bus: Device: "/dev/input/event4"
    [ 13.488] (--) Video Bus: Found keys
    [ 13.488] (II) Video Bus: Configuring as keyboard
    [ 13.488] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input4/event4"
    [ 13.488] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 13.488] (**) Option "xkb_rules" "evdev"
    [ 13.488] (**) Option "xkb_model" "evdev"
    [ 13.488] (**) Option "xkb_layout" "gb"
    [ 13.488] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 13.489] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 13.489] (II) Using input driver 'evdev' for 'Power Button'
    [ 13.489] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 13.489] (**) Power Button: always reports core events
    [ 13.489] (**) Power Button: Device: "/dev/input/event1"
    [ 13.489] (--) Power Button: Found keys
    [ 13.489] (II) Power Button: Configuring as keyboard
    [ 13.489] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
    [ 13.489] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 13.489] (**) Option "xkb_rules" "evdev"
    [ 13.489] (**) Option "xkb_model" "evdev"
    [ 13.489] (**) Option "xkb_layout" "gb"
    [ 13.489] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
    [ 13.489] (II) No input driver/identifier specified (ignoring)
    [ 13.489] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event5)
    [ 13.489] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 13.489] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 13.489] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 13.489] (**) Logitech USB Receiver: always reports core events
    [ 13.489] (**) Logitech USB Receiver: Device: "/dev/input/event5"
    [ 13.489] (--) Logitech USB Receiver: Found keys
    [ 13.489] (II) Logitech USB Receiver: Configuring as keyboard
    [ 13.489] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input5/event5"
    [ 13.489] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 9)
    [ 13.489] (**) Option "xkb_rules" "evdev"
    [ 13.489] (**) Option "xkb_model" "evdev"
    [ 13.489] (**) Option "xkb_layout" "gb"
    [ 13.490] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event6)
    [ 13.490] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
    [ 13.490] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 13.490] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 13.490] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 13.490] (**) Logitech USB Receiver: always reports core events
    [ 13.490] (**) Logitech USB Receiver: Device: "/dev/input/event6"
    [ 13.490] (--) Logitech USB Receiver: Found 20 mouse buttons
    [ 13.490] (--) Logitech USB Receiver: Found scroll wheel(s)
    [ 13.490] (--) Logitech USB Receiver: Found relative axes
    [ 13.490] (--) Logitech USB Receiver: Found x and y relative axes
    [ 13.490] (--) Logitech USB Receiver: Found absolute axes
    [ 13.490] (--) Logitech USB Receiver: Found keys
    [ 13.490] (II) Logitech USB Receiver: Configuring as mouse
    [ 13.490] (II) Logitech USB Receiver: Configuring as keyboard
    [ 13.490] (II) Logitech USB Receiver: Adding scrollwheel support
    [ 13.490] (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    [ 13.490] (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 13.490] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/input/input6/event6"
    [ 13.490] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 10)
    [ 13.490] (**) Option "xkb_rules" "evdev"
    [ 13.490] (**) Option "xkb_model" "evdev"
    [ 13.490] (**) Option "xkb_layout" "gb"
    [ 13.490] (II) Logitech USB Receiver: initialized for relative axes.
    [ 13.490] (WW) Logitech USB Receiver: ignoring absolute axes.
    [ 13.490] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    [ 13.490] (**) Logitech USB Receiver: (accel) acceleration profile 0
    [ 13.490] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
    [ 13.490] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
    [ 13.490] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
    [ 13.490] (II) No input driver/identifier specified (ignoring)
    [ 13.491] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
    [ 13.491] (II) No input driver/identifier specified (ignoring)
    [ 13.491] (II) config/udev: Adding input device HDA Intel HP Out at Ext Left Jack (/dev/input/event10)
    [ 13.491] (II) No input driver/identifier specified (ignoring)
    [ 13.491] (II) config/udev: Adding input device HDA Intel HDMI/DP (/dev/input/event11)
    [ 13.491] (II) No input driver/identifier specified (ignoring)
    [ 13.491] (II) config/udev: Adding input device HDA Intel Mic at Ext Left Jack (/dev/input/event9)
    [ 13.491] (II) No input driver/identifier specified (ignoring)
    [ 13.491] (II) config/udev: Adding input device HP Webcam (/dev/input/event15)
    [ 13.492] (**) HP Webcam: Applying InputClass "evdev keyboard catchall"
    [ 13.492] (II) Using input driver 'evdev' for 'HP Webcam'
    [ 13.492] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 13.492] (**) HP Webcam: always reports core events
    [ 13.492] (**) HP Webcam: Device: "/dev/input/event15"
    [ 13.492] (--) HP Webcam: Found keys
    [ 13.492] (II) HP Webcam: Configuring as keyboard
    [ 13.492] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/input/input15/event15"
    [ 13.492] (II) XINPUT: Adding extended input device "HP Webcam" (type: KEYBOARD, id 11)
    [ 13.492] (**) Option "xkb_rules" "evdev"
    [ 13.492] (**) Option "xkb_model" "evdev"
    [ 13.492] (**) Option "xkb_layout" "gb"
    [ 13.492] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
    [ 13.492] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 13.492] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 13.492] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 13.492] (**) AT Translated Set 2 keyboard: always reports core events
    [ 13.492] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event3"
    [ 13.492] (--) AT Translated Set 2 keyboard: Found keys
    [ 13.492] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 13.492] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
    [ 13.492] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
    [ 13.492] (**) Option "xkb_rules" "evdev"
    [ 13.492] (**) Option "xkb_model" "evdev"
    [ 13.492] (**) Option "xkb_layout" "gb"
    [ 13.492] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event13)
    [ 13.492] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 13.492] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 13.492] (II) LoadModule: "synaptics"
    [ 13.493] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 13.506] (II) Module synaptics: vendor="X.Org Foundation"
    [ 13.506] compiled for 1.11.0, module version = 1.5.0
    [ 13.506] Module class: X.Org XInput Driver
    [ 13.506] ABI class: X.Org XInput driver, version 13.0
    [ 13.506] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 13.506] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 13.506] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 13.506] (**) Option "Device" "/dev/input/event13"
    [ 13.813] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5456
    [ 13.813] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4456
    [ 13.813] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 13.813] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 0
    [ 13.813] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
    [ 13.813] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 13.813] (**) Option "TapButton1" "1"
    [ 13.813] (**) Option "TapButton2" "2"
    [ 13.813] (**) Option "TapButton3" "3"
    [ 13.933] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 13.933] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 14.053] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input13/event13"
    [ 14.053] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
    [ 14.053] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 14.053] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
    [ 14.053] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.040
    [ 14.053] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 14.053] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 14.053] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 14.053] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 14.053] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 14.054] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
    [ 14.054] (II) No input driver/identifier specified (ignoring)
    [ 14.054] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event12)
    [ 14.054] (II) No input driver/identifier specified (ignoring)
    [ 14.054] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
    [ 14.054] (II) No input driver/identifier specified (ignoring)
    [ 14.054] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
    [ 14.054] (II) No input driver/identifier specified (ignoring)
    [ 14.054] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event14)
    [ 14.055] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 14.055] (II) Using input driver 'evdev' for 'HP WMI hotkeys'
    [ 14.055] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 14.055] (**) HP WMI hotkeys: always reports core events
    [ 14.055] (**) HP WMI hotkeys: Device: "/dev/input/event14"
    [ 14.055] (--) HP WMI hotkeys: Found keys
    [ 14.055] (II) HP WMI hotkeys: Configuring as keyboard
    [ 14.055] (**) Option "config_info" "udev:/sys/devices/virtual/input/input14/event14"
    [ 14.055] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 14)
    [ 14.055] (**) Option "xkb_rules" "evdev"
    [ 14.055] (**) Option "xkb_model" "evdev"
    [ 14.055] (**) Option "xkb_layout" "gb"
    [ 14.079] (II) intel(0): EDID vendor "AUO", prod id 8764
    [ 14.079] (II) intel(0): Printing DDC gathered Modelines:
    [ 14.079] (II) intel(0): Modeline "1366x768"x0.0 69.30 1366 1404 1426 1436 768 771 777 803 -hsync -vsync (48.3 kHz)
    [ 14.079] (II) intel(0): Modeline "1366x768"x0.0 46.20 1366 1404 1426 1436 768 771 777 803 -hsync -vsync (32.2 kHz)
    [ 16.079] (II) intel(0): EDID vendor "AUO", prod id 8764
    [ 16.079] (II) intel(0): Printing DDC gathered Modelines:
    [ 16.079] (II) intel(0): Modeline "1366x768"x0.0 69.30 1366 1404 1426 1436 768 771 777 803 -hsync -vsync (48.3 kHz)
    [ 16.079] (II) intel(0): Modeline "1366x768"x0.0 46.20 1366 1404 1426 1436 768 771 777 803 -hsync -vsync (32.2 kHz)
    [ 16.141] (II) intel(0): EDID vendor "AUO", prod id 8764
    [ 16.141] (II) intel(0): Printing DDC gathered Modelines:
    [ 16.141] (II) intel(0): Modeline "1366x768"x0.0 69.30 1366 1404 1426 1436 768 771 777 803 -hsync -vsync (48.3 kHz)
    [ 16.141] (II) intel(0): Modeline "1366x768"x0.0 46.20 1366 1404 1426 1436 768 771 777 803 -hsync -vsync (32.2 kHz)
    [ 16.208] (II) intel(0): EDID vendor "AUO", prod id 8764
    [ 16.208] (II) inte

  • Data acqusition from hp8510C using labview

    Hi ,
    I am using labview 7.0 to control hp 8510C network analyser through GPIB using drivers of hp 8510C. In the getting started VI the two options of reconfiguring and reseting seem to work fine , but the measure only option is not working in the sense that it is executing the mesurement in the instrument but no data is appearing in the computer panels for real and imaginery data. The hp 8510C panel shows 'requested data currently not available' at the same time . Can you tell me how to fix this problem.
    Kaushik

    Hi Kaushik
    I have not got the HP8510C NA or the 8510C driver!
    However have net address for the programming manual for 8510C:
    http://www.home.agilent.com/cgi-bin/pub/agilent/se​arch/r2v2/generalSearchResults.jsp?QueryValid=true
    If you have the software toolkit disk then in the basic folder 
    example 6 will provide the essential GPIB commands to achieve you goal.
    Remember that the 8510C is a pre IEEE 488.2  instrument so not all visa commands are compatible.
    Hope that helps
    xseadog

Maybe you are looking for

  • A way to color the clips on the timeline?

    Hi guys, so now I would like to know of a way to color the clips on the time line.. or set up markers somehow so I know which parts of the time line I need to have my attention on later. Thanks!

  • Install OSX 3.2 in G5 ?

    I recently purchased a new G5 Dual 2.3GHz with OSX 4.4 installed. My question: Is it possible to install OSX 3.2 (a retail version purchased at CompUSA) on this machine? I have tried, but the CD wouldn't fully boot. Would some kind and knowledgable s

  • How do I get my info from my iPhone to my ipad2

    How do I get the info from my iphone4 to my iPad 2?  I synched it to iTunes but I'm only able to retrieve songs. I need my apps and pictures?

  • Hunt group in CUCDM is ringing first extension in list when set to broadcast?

    I'm working with CUCDM 8.1.3+er1. We have a Hunt Group setup that rings 4 extensions through broadcast. Each of these 4 users have each others line appearances on their phones too. Hunt Group example: 0 - User1 1 - User2 2 - User3 3 - User4 Problem i

  • Lucene Analyzer classes for CQ search

    CQ 5.4. I'm trying to get accented characters to be indexed with the same weight as their non-accented equivalents. So a search for "biere" would return the same results as a search for "bière". From what I've read on Lucene and Jackrabbit documentat