Using PCI-8532 with NI-DNET 1.6.6 / NI-DNET 2.0.2

I have a test fixture PC with the following configuration:
PCI-8532 DeviceNet card
Windows 7 Enterprise, SP 1
LabVIEW 2010 Runtime
NI-DNET 1.6.6 with MAX 5.0
No LabVIEW development environment
PCI-8532  is not available in MAX and the Windows Device Manager shows the card as 'PCI Device' with exclamation mark.
Here is a screen shot of the Windows Device Manager and MAX:
I cannot install the NI-Industrial Communication for DeviceNet 2.0.2 on this computer because I am getting the following error:
Well, I have two questions
How can I install and use the PCI-8532 and see it with NI-DNET 1.6.6? If this is not possible:
How can I create an executable on my development system (laptop) with LabVIEW 2010 or LabVIEW 2011 and start this executable on the test fixture. Currently on my development system I have:
LabVIEW 2010 and LabVIEW 2011 professional
NI-DNET 1.6.6
No NI hardware at all
Do I need to install the NI-Industrial Communications for DeviceNet 2.0.2 on my laptop (my development system)
Will this interfere with my current NI-DNET 1.6.6 and can I select which driver to use at compilation time
Thanks,
Nick
Solved!
Go to Solution.

Hy Nick,
No, it is defenitely not a replacement yet and I will work with our Web Department to make that more clear on our web page.
The development for the new API is pretty much done but based on your feedback we are thinking of improving the compatibility so you could for example use the old 1.6.x APi and the new 8532 APi on the same machine, so you could use old and new hardware on that same machine. Would that be important for you?
For now we are planning to allow only one hardware type at the same machine to save some development time. Let me know what you think.
To clarify the today situation: The InCOM for Devicenet  component is not a part of LabVIEW. It is just a very simple way of communication with IO variables and function blocks for EM. The driver should install just fine even without LV installed. The error message is pretty much a Bug on our side and the workaround would be to use the LV Installer builder to create a new Installer that can install the Incom Dnet 2.0.x driver without having Lv installed.
And today you should be able to have both the 1.6.x and the 2.0.x driver installed in parallel and use the 1.6.x API with ypour old boards and the 2.0.x IO variable approach with your new board.
I keep this post updated as soon as we have a stable Beta available I will post something.
DirkW

Similar Messages

  • Deploying applicatio​n using pci-8532

    I am trying try deploy an application that uses a cDAQ-9178 and a PCI-8532 Devicenet (version 2.0.2). The built application work fine on the developement system, but on the deployed system it hangs for ~45 seconds before giving an error (see attachment). What am I missing?
    I also moved the project to another development system and had to setup  the DAQmx names (no problem with MAX) but in the project manager I had to set up the global variable for the bits on the DeviceNet board that I use and setup the auto deployment on startup - how does that happen on the deployed application when there is no project manager?
    Attachments:
    error screen.jpg ‏128 KB

    I was mistaken when I moved the project the the setup did move ok. I think at the time I created a new project.
    My latest problem now. The target machine is a windows 7 machine which the runtime did not work on. We installed the development package on the target machine and the project runs as expected - good. But the built exe that was built on that machine from the project that runs on that machine does not run as an exe. Also the exe that was built before and runs on the xp development machine also does not run on the windows 7 machine with a different error code now. Attached is the new error from the windows 7 target machine once the development package was installed,
    Attachments:
    error screen 2.jpg ‏119 KB

  • Is Ardence RTX required when I use PCI-7831R with labview real-time module for RTX target

    I am new in the labview real-time field. I want to use labview real-time module for RTX target on only one desktop. My card is PCI-78331R.  Is Ardence RTX necessary? Why I cannot find my card in the MAX after I configured the RTX?
    Thank you very much.

    Hi Ziaozhongda,
    You must have the RTX runtime engine installed before the LabVIEW Real-Time RTX module will install.  Additionally, you should follow the instructions in the "Using the NI PCI-7831R with the LabVIEW Real-Time Module for RTX" section of Getting Started with the NI 7831R (page 8).
    Please see Configuring Hardware for Use with RTX.
    Also useful is "How Can I Validate That My PC Will Run RTX?

  • Using PCI-6025E with quadrature encoder.

    Hi,
    i'm presently trying to figure out if i can use the PCI-6025E Card to count up/down with a quadrature encoder with no additionnal hardware. I know my answer lies in a document called "Using Quadrature Encoders with E Series DAQ Boards document " but it is not presently available on the ni website.
    Can any1 either confirm me that i can do this or send me the document?
    Thank you,
    Max

    This link seems to confirm that you can
    Link
    Randall Pursley

  • Using PCI-7344 with matlab

    Dear all,
    I want to use a motion controller card NI PCI-7344 integrated into matlab R2007a (Version 7.4.0.287) to build up my system, and just want to develop several simple control methods to my system, such as PID, sliding-mode, etc using manual command, AND/OR using SIMULINK, AND/OR using xPC-target of Matlab. My problem is, this NI PCI 7344 is not supported by matlab (not compatible). Does anyone have the solution? is there anyone here can help me? How to use PCI-7344 into matlab? Thanks for your advices, kind help and attention before.
    regards,
    matlabers
    - hnd -

    Hi hendro,
    In C++ you can do this by including the nimotion.lib and FlexMS32.lib when compiling and including the neccessary *.h files at the beginning of the program. (For example, at the top of the program, you'd type #include "Flexmotn.h" if you were using the function flex_load_rpm).
    In Visual Basic you would include the line Private Declare Sub nimotion Lib "Location of dll" if you wanted to include a dll.
    You would likely need a similar command in MatLab. Unfortunately, since this is a forum for National Instruments products, I do not know what that is.  

  • Using PCI-6025E with CVI2010

    I have been bring older legacy CVI Programs to windows 7 and have gotten a snag with use of a PCI-6025E card.  The compiler project works fine in windows XP but when it has been brought over to win 7 it does not drive the DIO ports.
    I checked the the card functions with NI-MAX with no issues.
    Not sure if it is a driver problem or i have to include a new library in the old source code moving into windows 7.  i have the latest NI-DAQ installed but the original libraries that the source code was compiled with was from 2007.
    Anyone have any ideas?
    Thanks

    Hi,
    Could you please confirm if the DIO lines work using a CVI example? -> C:\Users\Public\Documents\National Instruments\NI-DAQ\Examples\DotNET4.5\Digital
    Regards,
    - Miguel

  • Using PCI-6251 with Labview 6.1

    I recently purchased a PCI-6251 multifucntion DAQ board to get a higher sampling rate than my old PCI-MIO-16E-4 board.  However I have existing software that I want to run on the new board.  The board came with NI-DAQmx which will only work with Labview 7 or above.  I am currently running NI-DAQ 6.9.3 and the Measurement and Automation program does not recognize the new PCI-6251 board.  Is there anyway to get Labview 6.1/NI-DAQ 6.9.3 to recognize and configure the new board?  Or will I be forced to upgrade my Labview?

    The M-series boards (PCI-62xx are M-series) require NI-DAQmx driver. The NI-DAQmx driver requires a newer Labview. No way around it.
    John Weeks
    WaveMetrics, Inc.
    Phone (503) 620-3001
    Fax (503) 620-6754
    www.wavemetrics.com

  • Can I use a DAQ PCI-1200 with Labview 5.0.1?

    I have a Labview 5.0.1 software, and I want to use PCI-1200 with it. Can I do that? My OS is Windows XP, but I can change it with Windows98/2000.

    Hello jhylee,
    The latest NI-DAQ driver for the PCI-1200 is 6.9.3, which is compatible with LabVIEW 5.0.1. LabVIEW 5.0.1 supports Windows 2000, but not Windows XP (although it may still run).
    Have a nice day!
    Robert M
    Applications Engineer
    National Instruments
    Robert Mortensen
    Software Engineer
    National Instruments

  • Using PCI-6503 on Win NT 4.0, with NIDAQ 6.8 or 6.9, in a C++ program I found the following DLL Initialization error..

    "Initialization of the DLL C:\WINNT\System32\NIPALU.dll failed. The process is terminating abnormally"
    The card tests OK with MAX2.0 and if I open the test panel first and then compile the exe, it works. So what exactly is the initialization Im missing but happens in MAX ?? While using PCI-6503 with Windows NT 4.0 SP6, and NI-DAQ 6.8.1 or 6.9, is there any initialization that a C++ program needs to do before trying to write to DIO lines ? I have a program in C++ which works fine (writes and reads the DIO lines from PCI-6503) IF I run it after opening the test panel for PCI-6503 in MAX 2.0. Otherwise it gives the following error..
    "DLL Initialization failed
    Initialization of the dynamic link library C:\WINNT\System32\NIPALU.dll failed. The process is terminating abnormally."
    The PCI-6503 tests OK using either NI-DAQ 6.8.1 or 6.9 and I can read write to the DIO lines using the MAX2.0's test panel. Also my program works fine if before compiling the code I open the test panel for PCI-6503 in MAX2.0, so I suspect there is some initialization Im missing in my program. Can someone educate me more on this. Thanks.

    Are you using ComponentWorks++ or just the NI-DAQ C interface?

  • Pulse patterns with 512us repetition cycle through PCI 7811 with compac RIO

    Can we generate specific pulse pattern of 15 to 30 pulses (500KHz frequency and 0.5us pulse width and patterns are transmitted repetedly with 512us interval) using PCI 7811 with compac RIO. I am having hardware but donot find any help in this regard. If some body send a small vi. for help. I shall be really thankful
    Yours sincerely 
    Solved!
    Go to Solution.

    Here's a VI I put together quickly that outputs a fixed pattern. It's barely tested, but it does compile on FPGA. Outputting more than one pattern will require more code, especially since all arrays in FPGA must be fixed-length. If you need to do multiple patterns, and I'm guessing that you do based on your other forum thread, I would look into using a memory block. I am assuming here that the output during the interval between patterns is equivalent to filling that time with false values (no pulse). If that is not the case then you will need to explain what the output should be during that period.
    However, if I've correctly understood that the false case is equivalent to no pulses, then it will be easier to use the digital hardware from your other thread instead of FPGA to do this. Just write a pattern that is 512us long - extend your digital pattern with false values to make it the full 512us period.
    EDIT: There are a couple of logic errors in this code.  It should count to 255, not 1023, and the pattern isn't right on the first iteration. I hope it's enough to get you started, though.
    Attachments:
    FPGA test.vi ‏36 KB

  • No ISA slot available in PC. How can I use PCI-85 Modbus Plus card with Lookout?

    My application is to communicate with two Modicon PLCs using Modicon's ModBus Plus (PCI based PCI-85) network card inside my PC, and using Lookout as an SCADA software. Since there is no ISA slot available in new PCs, I can not use Modicon's ISA-85 Modbus Plus networc card. But Lookout does not support PCI based PCI-85 card, how can I use PCI-85 card then, with Lookout? Why doesn't Lookout support it? I asked the following question from from the Modicon's representative about it:
    If I purchase Modbus Plus Driver Suite CD (SWMXDS001, 05, or 10 etc),will I be able to use Lookout SCADA software (by the way, it supports standard MB+ prtocol) for my application? If yes, can I use any version of an
    y of the ISA, PCI, or PCMCIA based MB+ card?
    His answer was:
    The Modbus Plus Driver Suite will talk to any version of card, PCMCIA, ISA, and PCI. The question now is will the SCADA package you are
    planning on using be able to talk to the Modbus Plus Driver Suite? You must contact National Instruments and ask them if they support Modbus Plus, and if
    they used the MB+ system developement kit to develop their product. Or if they wrote their own MB+ drivers, do they work with Modicon hardware?

    Hi,
    currently Lookout does not support the PCI-85 card. The only card supported for Modbus Plus is SA-85. Please see for further information:
    Where can I Find Drivers for Communicating to PLCs, RTUs, and Other Industrial Hardware?
    How to configure the SA-85 card for Modbus Plus
    Hope this helps
    Roland

  • Using timer/counter with PCI-6221/USB-6210 to control timed-loop VI

    Dear all,
    I need to ask about two devices and one of their functionalities, PCI-6221 and USB-6210. For our NI-based system, we need to control some timings in a Timed-Loop vi, for that currently we are using PCI-6221 and we give external TTL signal (at 1 kHz) to it,
    recenntly we need to make some changes and for that we found USB 6210 DAQ to be more suitable, but we need to clear ourselves on some specific things.
    Can the counter/timers functions available in the either PCI 6221 or USB 6210 can be used to control the Timed-loop VI by giving external clock or by using their own internal clock source?
    Although we are using external clock with the PCI 6221 but we want to know about the usage of their internal clock, also are controlling timed-loop also possible for USB-6210
    Also... What if we use the RTOS, are they still able to control the timed-loop VI  without giving any 'EXTERNAL CLOCK' and using the internal clock sources of the DAQs
    Waiting for reply,
    Bests,
    RaJaf
    Solved!
    Go to Solution.

    Ben,
    I having read previous email which I send earlier with general overview, we discussed in more detail within our team and I am giviing the specific answers.
    Please check in RED the most recent answers. Blue are the questions/suggestions by your side.
    1.    Using Internal hardware clock of PCI-6221 would enable us get rid of external clock, but how to divert the internal hardware clock to the current settings. Any idea  (can you provide us with some reference manul for otherwise). I mean is there some flag-bit etc. or VI
    2.       Is it also meant that with the installation of RTOS the timed-loop can directly get the timing source from the internal hardware clock PCI-6221? --- How???
    3.       In order to make desktop to work as RT system, what is the hardware (motherboard, processor, etc..) requirement? What are the LabVIEW modules (specific name) that needed to be installed? Our platform is LabVIEW 8.6. (Currently we have windows-7 with i7 core processor)
    What kind of application are you intending for this system? ---- high-speed laser scanning system.
    Are you most concerned about accuracy, speed, or responsiveness? To control the laser mirror scanner to move at 1 kHz or 2 kHz speed. On the other hands, using PCI-5105 (128 MB memory) as a DAQ for real-time/on-the-fly data processing.
    Bests,
    RAJAF

  • Open DeviceNet interface error when TestStand call VIs of NI PCI-8532

    Hello,
    We use NI PCI-8532 was used as DeviceNet master to do functionality test with a slave (AC Drive).
    But when open DeviceNet interface, it happen the error.
    We can't find the solution and hope to find help from you.
    The basic sequence in TestStand is:
    1). Call "Open DeviceNet Interface.vi" to open interface and creat interface object.
         Interface(master) setting: interface name=dnet0, MAC ID=0, baudrate=125000bps
    2). Call "Open DeviceNet IO.vi" to creat DeviceNet IO object.
         Device(slave) setting: MAC ID=63
    3). Call "Operate DeviceNet Interface.vi" and operation code=start
    4). Call "Wait For State.vi"
    5). Call "Read DeviceNet IO.vi" to read data from IO object
    6). Call "Close Object.vi" to close IO object handle
    7). Call "Close Object.vi" to close interface object handle
    Remark, these DeviceNet VIs locates at "C:\Program Files\National Instruments\LabVIEW 2012\vi.lib\DeviceNet\VIAPI".
    First time to run sequece in TestStand, it can pass to run step 1) to open DeviceNet interface.
    But once there is some error with these steps, and it will happen "Open DeviceNet Interface" error (error code=0xBFF62006) when run these steps again.
    Then even use LabVIEW DeviceNet example to test, and it happen the same error except restart computer.
    The DeviceNet example locates at "C:\Program Files\National Instruments\LabVIEW 2012\examples\NI-Industrial Communications for DeviceNet\Basic Examples\PXI & PCI\MixedCommunication.vi".
    Some information more:
    PC operate system: Windows XP SP3
    LabVIEW version: 2012 SP1
    TestStand version: 2012 SP1
    PCI 8532 driver version: 2.3.0
    Other installed PCI board: PCI 8531 CANOpen

    The following errors may be resolved by resetting the CAN, DeviceNET or LIN device:
    Error -1074388986 occurred at ...
    NI-CAN:  (Hex 0xBFF62006) The object is already open in another application.  Solutions: Ensure that only one application at a time uses an object , and that you close all objects prior to exiting your application (don't use LabVIEW toolbar's Abort button).
    Error -1074388969 occurred at ...
    NI-CAN: (Hex 0xBFF62017) This attribute's value must be provided prior to the Open. Solutions: Set the attribute using the Config function before the Open, and do not set the attribute at any later time; Do not configure multiple CAN Objects for the same ID.
    SO,you should reset the DeviceNet.
    And another similar issue can explain some points of your problem  http://digital.ni.com/public.nsf/allkb/7D9383E9BEAD0B21862571640002F687?OpenDocument

  • Ni-PCI 8532 card Pinout Explanation

    Hi,
    I am new to using the NI-PCI 8532 card. I am trying to attach a solenoid valve manifold to this card. On the PCI 8532 card pinout, pin 2 is called "V- (CAN reference ground)". I am confused as to why this pin is called V- but the description is that it is the reference ground. Is there a voltage associated with this pin?  What does this pin do?
    The solenoid manifold pinout is as follows
    1. Shield
    2. V+ (power supply)
    3. V- (power supply)
    4. CAN_H
    5.  CAN_L
    Do I connect the V- of the solenoid manifold to the V-  (Pin2) on the PCI card? (The pinout for the card is attached).
    Thank you
    Attachments:
    NiPCI8532_Pinout.png ‏42 KB

    Hi Jm, 
    That pin is just where it connects to the bus power supply. The can bus requires a power supply of 10-30V applied to those two pins. 
    I would have to set it up quickly to check, but I believe the PXI devicenet doesn't need external power and can power the bus itself. if it does you don't have to worry about those pins. 
    On devices that don't, you just have to make sure the pins are wired to the power on the bus before the devices will work. 
    There should be additional information in the Devicenet, CAN and CANopen manuals/help. 
    Jesse Dennis
    Design Engineer
    Erdos Miller

  • Unable to Use Onboard Audio with Nvidia GPU since Linux 3.4

    I am currently stuck using linux 3.3.8-1 along with nvidia 295.49-1, because I don't know how to workaround the kernel disabling MSI for snd-hda-intel. This module is used by both the Nvidia HDMI audio and the ALC880 onboard audio. Previously, I have been able to disable HDMI audio to be able to use the onboard audio, but now I don't know what to do. I have attempted to use "options snd-hda-intel enable_msi=1" when modprobing on boot, which gets rid of the "hda_intel: Disabling MSI" message but it hasn't given me a working onboard audio output.
    I have also used the following command along with enable_msi=1 (found here: http://www.mjmwired.net/kernel/Document … HOWTO.txt) in my rc.local
    echo 1 > /sys/bus/pci/devices/0000\:00\:1b.0/msi_bus
    Of course, it is my assumption that the kernel disabling MSI is the cause of the problem, but it might be something else. Please let me know if any additional logs would be helpful.
    Linux 3.4.4-3, Nvidia 302.17-2  Dmesg Output
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.4.4-3-ARCH (nobody@rampage) (gcc version 4.7.1 (GCC) ) #1 SMP PREEMPT Tue Jul 3 15:35:13 UTC 2012
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
    [ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 000000003fe54000 (usable)
    [ 0.000000] BIOS-e820: 000000003fe54000 - 000000003fee8000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 000000003fee8000 - 000000003ff00000 (ACPI data)
    [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    [ 0.000000] DMI 2.3 present.
    [ 0.000000] DMI: 507GR /D915GAG, BIOS AG91510J.15A.0816.2005.0214.1818 02/14/2005
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] last_pfn = 0x3fe54 max_arch_pfn = 0x100000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-FFFFF uncachable
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask FC0000000 write-back
    [ 0.000000] 1 base 03FF00000 mask FFFF00000 uncachable
    [ 0.000000] 2 disabled
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [c00fe650] fe650
    [ 0.000000] initial memory mapped : 0 - 00c00000
    [ 0.000000] Base memory trampoline at [c009a000] 9a000 size 16384
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
    [ 0.000000] 0000000000 - 0000400000 page 4k
    [ 0.000000] 0000400000 - 0037400000 page 2M
    [ 0.000000] 0037400000 - 00377fe000 page 4k
    [ 0.000000] kernel direct mapping tables up to 377fe000 @ bfb000-c00000
    [ 0.000000] RAMDISK: 3fb6f000 - 3fe44000
    [ 0.000000] Allocated new RAMDISK: 37529000 - 377fd6a7
    [ 0.000000] Move RAMDISK from 000000003fb6f000 - 000000003fe436a6 to 37529000 - 377fd6a6
    [ 0.000000] ACPI: RSDP 000fe020 00014 (v00 GATEWA)
    [ 0.000000] ACPI: RSDT 3fefde48 00038 (v01 GATEWA 04DT037 00000330 MSFT 01000013)
    [ 0.000000] ACPI: FACP 3fefcf10 00074 (v01 GATEWA 04DT037 00000330 MSFT 01000013)
    [ 0.000000] ACPI: DSDT 3fef8010 0339C (v01 GATEWA 04DT037 00000330 MSFT 01000013)
    [ 0.000000] ACPI: FACS 3fee5c40 00040
    [ 0.000000] ACPI: APIC 3fefce10 00068 (v01 GATEWA 04DT037 00000330 MSFT 01000013)
    [ 0.000000] ACPI: WDDT 3fef7f90 00040 (v01 GATEWA 04DT037 00000330 MSFT 01000013)
    [ 0.000000] ACPI: MCFG 3fef7f10 0003C (v01 GATEWA 04DT037 00000330 MSFT 01000013)
    [ 0.000000] ACPI: SSDT 3fef6d90 00124 (v01 GATEWA CpuPm 00000330 MSFT 01000013)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 134MB HIGHMEM available.
    [ 0.000000] 887MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 377fe000
    [ 0.000000] low ram: 0 - 377fe000
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] Normal 0x00001000 -> 0x000377fe
    [ 0.000000] HighMem 0x000377fe -> 0x0003fe54
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] Early memory PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009f
    [ 0.000000] 0: 0x00000100 -> 0x0003fe54
    [ 0.000000] On node 0 totalpages: 261603
    [ 0.000000] free_area_init_node: node 0, pgdat c061ec40, node_mem_map f6d28200
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3951 pages, LIFO batch:0
    [ 0.000000] Normal zone: 1744 pages used for memmap
    [ 0.000000] Normal zone: 221486 pages, LIFO batch:31
    [ 0.000000] HighMem zone: 269 pages used for memmap
    [ 0.000000] HighMem zone: 34121 pages, LIFO batch:7
    [ 0.000000] Using APIC driver default
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    [ 0.000000] Allocating PCI resources starting at 3ff00000 (gap: 3ff00000:c0100000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 13 pages/cpu @f6d07000 s31424 r0 d21824 u53248
    [ 0.000000] pcpu-alloc: s31424 r0 d21824 u53248 alloc=13*4096
    [ 0.000000] pcpu-alloc: [0] 0 [0] 1
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 259558
    [ 0.000000] Kernel command line: root=/dev/disk/by-uuid/10f8033d-8fe9-46be-bccf-68a14025bbaa ro init=/bin/systemd
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Initializing CPU#0
    [ 0.000000] allocated 2093600 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Initializing HighMem for node 0 (000377fe:0003fe54)
    [ 0.000000] Memory: 1025576k/1046864k available (3810k kernel code, 20836k reserved, 1471k data, 524k init, 137560k highmem)
    [ 0.000000] virtual kernel memory layout:
    [ 0.000000] fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    [ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    [ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    [ 0.000000] .init : 0xc0629000 - 0xc06ac000 ( 524 kB)
    [ 0.000000] .data : 0xc04b88f7 - 0xc0628800 (1471 kB)
    [ 0.000000] .text : 0xc0100000 - 0xc04b88f7 (3810 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: Genslabs=15, HWalign=128, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] NR_IRQS:2304 nr_irqs:512 16
    [ 0.000000] CPU 0 irqstacks, hard=f6408000 soft=f640a000
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.000000] Detected 2999.992 MHz processor.
    [ 0.006668] Calibrating delay loop (skipped), value calculated using timer frequency.. 6002.98 BogoMIPS (lpj=9999973)
    [ 0.006674] pid_max: default: 32768 minimum: 301
    [ 0.006706] Security Framework initialized
    [ 0.006712] AppArmor: AppArmor disabled by boot time parameter
    [ 0.006735] Mount-cache hash table entries: 512
    [ 0.007027] Initializing cgroup subsys cpuacct
    [ 0.007032] Initializing cgroup subsys memory
    [ 0.007043] Initializing cgroup subsys devices
    [ 0.007046] Initializing cgroup subsys freezer
    [ 0.007049] Initializing cgroup subsys net_cls
    [ 0.007052] Initializing cgroup subsys blkio
    [ 0.007102] CPU: Physical Processor ID: 0
    [ 0.007105] CPU: Processor Core ID: 0
    [ 0.007108] mce: CPU supports 4 MCE banks
    [ 0.007122] CPU0: Thermal monitoring enabled (TM1)
    [ 0.007127] using mwait in idle threads.
    [ 0.010796] ACPI: Core revision 20120320
    [ 0.013347] ftrace: allocating 16930 entries in 34 pages
    [ 0.023410] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.023795] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.058322] CPU0: Intel(R) Pentium(R) 4 CPU 3.00GHz stepping 01
    [ 0.059996] Performance Events: Netburst events, Netburst P4/Xeon PMU driver.
    [ 0.059996] ... version: 0
    [ 0.059996] ... bit width: 40
    [ 0.059996] ... generic registers: 18
    [ 0.059996] ... value mask: 000000ffffffffff
    [ 0.059996] ... max period: 0000007fffffffff
    [ 0.059996] ... fixed-purpose events: 0
    [ 0.059996] ... event mask: 000000000003ffff
    [ 0.076747] NMI watchdog: enabled, takes one hw-pmu counter.
    [ 0.096685] CPU 1 irqstacks, hard=f64ae000 soft=f64b0000
    [ 0.096689] Booting Node 0, Processors #1 Ok.
    [ 0.009999] Initializing CPU#1
    [ 0.109847] NMI watchdog: enabled, takes one hw-pmu counter.
    [ 0.109913] Brought up 2 CPUs
    [ 0.109918] Total of 2 processors activated (12004.96 BogoMIPS).
    [ 0.110087] devtmpfs: initialized
    [ 0.110253] PM: Registering ACPI NVS region [mem 0x3fe54000-0x3fee7fff] (606208 bytes)
    [ 0.111622] NET: Registered protocol family 16
    [ 0.111622] ACPI: bus type pci registered
    [ 0.111622] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.111622] PCI: not using MMCONFIG
    [ 0.112603] PCI: Using configuration type 1 for base access
    [ 0.116699] bio: create slab <bio-0> at 0
    [ 0.116741] ACPI: Added _OSI(Module Device)
    [ 0.116741] ACPI: Added _OSI(Processor Device)
    [ 0.116741] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.116741] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.117482] ACPI: EC: Look up EC in DSDT
    [ 0.119433] ACPI: Interpreter enabled
    [ 0.119446] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.119477] ACPI: Using IOAPIC for interrupt routing
    [ 0.119501] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.119654] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [ 0.119657] PCI: Using MMCONFIG for extended config space
    [ 0.121061] ACPI: No dock devices found.
    [ 0.121073] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    [ 0.122518] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.125297] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored)
    [ 0.125302] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored)
    [ 0.125306] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    [ 0.125310] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000fffff] (ignored)
    [ 0.125314] pci_root PNP0A03:00: host bridge window [mem 0xf0000000-0xfbffffff] (ignored)
    [ 0.125317] pci_root PNP0A03:00: host bridge window [mem 0x40000000-0xe0000000] (ignored)
    [ 0.125321] PCI: root bus 00: using default resources
    [ 0.125377] PCI host bridge to bus 0000:00
    [ 0.125382] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
    [ 0.125385] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
    [ 0.125400] pci 0000:00:00.0: [8086:2580] type 00 class 0x060000
    [ 0.125463] pci 0000:00:01.0: [8086:2581] type 01 class 0x060400
    [ 0.125521] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.125577] pci 0000:00:1b.0: [8086:2668] type 00 class 0x040300
    [ 0.125597] pci 0000:00:1b.0: reg 10: [mem 0x53300000-0x53303fff 64bit]
    [ 0.125676] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.125704] pci 0000:00:1c.0: [8086:2660] type 01 class 0x060400
    [ 0.125786] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.125815] pci 0000:00:1c.1: [8086:2662] type 01 class 0x060400
    [ 0.125898] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.125928] pci 0000:00:1c.2: [8086:2664] type 01 class 0x060400
    [ 0.126011] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 0.126040] pci 0000:00:1c.3: [8086:2666] type 01 class 0x060400
    [ 0.126123] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.126154] pci 0000:00:1d.0: [8086:2658] type 00 class 0x0c0300
    [ 0.126201] pci 0000:00:1d.0: reg 20: [io 0x4080-0x409f]
    [ 0.126239] pci 0000:00:1d.1: [8086:2659] type 00 class 0x0c0300
    [ 0.126285] pci 0000:00:1d.1: reg 20: [io 0x4060-0x407f]
    [ 0.126322] pci 0000:00:1d.2: [8086:265a] type 00 class 0x0c0300
    [ 0.126368] pci 0000:00:1d.2: reg 20: [io 0x4040-0x405f]
    [ 0.126405] pci 0000:00:1d.3: [8086:265b] type 00 class 0x0c0300
    [ 0.126451] pci 0000:00:1d.3: reg 20: [io 0x4020-0x403f]
    [ 0.126498] pci 0000:00:1d.7: [8086:265c] type 00 class 0x0c0320
    [ 0.126521] pci 0000:00:1d.7: reg 10: [mem 0x53304000-0x533043ff]
    [ 0.126613] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.126638] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
    [ 0.126718] pci 0000:00:1f.0: [8086:2640] type 00 class 0x060100
    [ 0.126810] pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
    [ 0.126823] pci 0000:00:1f.0: LPC Generic IO decode 1 PIO at 0680-06ff
    [ 0.126850] pci 0000:00:1f.1: [8086:266f] type 00 class 0x01018a
    [ 0.126867] pci 0000:00:1f.1: reg 10: [io 0x40d8-0x40df]
    [ 0.126878] pci 0000:00:1f.1: reg 14: [io 0x40ec-0x40ef]
    [ 0.126889] pci 0000:00:1f.1: reg 18: [io 0x40d0-0x40d7]
    [ 0.126901] pci 0000:00:1f.1: reg 1c: [io 0x40e8-0x40eb]
    [ 0.126912] pci 0000:00:1f.1: reg 20: [io 0x40b0-0x40bf]
    [ 0.126954] pci 0000:00:1f.2: [8086:2651] type 00 class 0x01018f
    [ 0.126971] pci 0000:00:1f.2: reg 10: [io 0x40c8-0x40cf]
    [ 0.126981] pci 0000:00:1f.2: reg 14: [io 0x40e4-0x40e7]
    [ 0.126991] pci 0000:00:1f.2: reg 18: [io 0x40c0-0x40c7]
    [ 0.127002] pci 0000:00:1f.2: reg 1c: [io 0x40e0-0x40e3]
    [ 0.127012] pci 0000:00:1f.2: reg 20: [io 0x40a0-0x40af]
    [ 0.127053] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.127072] pci 0000:00:1f.3: [8086:266a] type 00 class 0x0c0500
    [ 0.127129] pci 0000:00:1f.3: reg 20: [io 0x4000-0x401f]
    [ 0.127217] pci 0000:01:00.0: [10de:0a65] type 00 class 0x030000
    [ 0.127232] pci 0000:01:00.0: reg 10: [mem 0x52000000-0x52ffffff]
    [ 0.127247] pci 0000:01:00.0: reg 14: [mem 0x40000000-0x4fffffff 64bit pref]
    [ 0.127261] pci 0000:01:00.0: reg 1c: [mem 0x50000000-0x51ffffff 64bit pref]
    [ 0.127271] pci 0000:01:00.0: reg 24: [io 0x3000-0x307f]
    [ 0.127281] pci 0000:01:00.0: reg 30: [mem 0xfff80000-0xffffffff pref]
    [ 0.127352] pci 0000:01:00.1: [10de:0be3] type 00 class 0x040300
    [ 0.127367] pci 0000:01:00.1: reg 10: [mem 0x53000000-0x53003fff]
    [ 0.136679] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.136685] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
    [ 0.136689] pci 0000:00:01.0: bridge window [mem 0x52000000-0x530fffff]
    [ 0.136695] pci 0000:00:01.0: bridge window [mem 0x40000000-0x51ffffff pref]
    [ 0.136765] pci 0000:02:00.0: [1b21:0612] type 00 class 0x010601
    [ 0.136788] pci 0000:02:00.0: reg 10: [io 0x2028-0x202f]
    [ 0.136804] pci 0000:02:00.0: reg 14: [io 0x2034-0x2037]
    [ 0.136819] pci 0000:02:00.0: reg 18: [io 0x2020-0x2027]
    [ 0.136836] pci 0000:02:00.0: reg 1c: [io 0x2030-0x2033]
    [ 0.136852] pci 0000:02:00.0: reg 20: [io 0x2000-0x201f]
    [ 0.136868] pci 0000:02:00.0: reg 24: [mem 0x53200000-0x532001ff]
    [ 0.136885] pci 0000:02:00.0: reg 30: [mem 0xffff0000-0xffffffff pref]
    [ 0.146676] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    [ 0.146682] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    [ 0.146687] pci 0000:00:1c.0: bridge window [mem 0x53200000-0x532fffff]
    [ 0.146740] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
    [ 0.146747] pci 0000:00:1c.1: bridge window [mem 0x53400000-0x534fffff]
    [ 0.146798] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
    [ 0.146805] pci 0000:00:1c.2: bridge window [mem 0x53500000-0x535fffff]
    [ 0.146858] pci 0000:00:1c.3: PCI bridge to [bus 05-05]
    [ 0.146866] pci 0000:00:1c.3: bridge window [mem 0x53600000-0x536fffff]
    [ 0.146917] pci 0000:06:05.0: [11c1:5811] type 00 class 0x0c0010
    [ 0.146938] pci 0000:06:05.0: reg 10: [mem 0x53101000-0x53101fff]
    [ 0.147024] pci 0000:06:05.0: supports D1 D2
    [ 0.147027] pci 0000:06:05.0: PME# supported from D0 D1 D2 D3hot
    [ 0.147053] pci 0000:06:08.0: [8086:1064] type 00 class 0x020000
    [ 0.147074] pci 0000:06:08.0: reg 10: [mem 0x53100000-0x53100fff]
    [ 0.147086] pci 0000:06:08.0: reg 14: [io 0x1000-0x103f]
    [ 0.147161] pci 0000:06:08.0: supports D1 D2
    [ 0.147164] pci 0000:06:08.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.147208] pci 0000:00:1e.0: PCI bridge to [bus 06-06] (subtractive decode)
    [ 0.147214] pci 0000:00:1e.0: bridge window [io 0x1000-0x1fff]
    [ 0.147219] pci 0000:00:1e.0: bridge window [mem 0x53100000-0x531fffff]
    [ 0.147227] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
    [ 0.147231] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
    [ 0.147260] pci_bus 0000:00: on NUMA node 0
    [ 0.147266] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.147465] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P32_._PRT]
    [ 0.147735] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
    [ 0.147802] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX1._PRT]
    [ 0.147870] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX2._PRT]
    [ 0.147936] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3._PRT]
    [ 0.148039] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.148044] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
    [ 0.148047] ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 0.152485] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12)
    [ 0.152581] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 *9 10 11 12)
    [ 0.152676] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 *11 12)
    [ 0.152768] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12)
    [ 0.152859] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 *11 12)
    [ 0.152951] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
    [ 0.153045] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
    [ 0.153138] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 *10 11 12)
    [ 0.153367] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.153374] vgaarb: loaded
    [ 0.153377] vgaarb: bridge control possible 0000:01:00.0
    [ 0.153377] PCI: Using ACPI for IRQ routing
    [ 0.160505] PCI: pci_cache_line_size set to 64 bytes
    [ 0.160612] reserve RAM buffer: 000000000009fc00 - 000000000009ffff
    [ 0.160616] reserve RAM buffer: 000000003fe54000 - 000000003fffffff
    [ 0.160771] NetLabel: Initializing
    [ 0.160775] NetLabel: domain hash size = 128
    [ 0.160777] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.160799] NetLabel: unlabeled traffic allowed by default
    [ 0.160906] hpet clockevent registered
    [ 0.160911] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    [ 0.160917] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [ 0.160924] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
    [ 0.173350] Switching to clocksource hpet
    [ 0.182676] pnp: PnP ACPI init
    [ 0.182706] ACPI: bus type pnp registered
    [ 0.184200] pnp 00:00: [bus 00-ff]
    [ 0.184205] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.184209] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.184212] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.184216] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.184219] pnp 00:00: [mem 0x000c0000-0x000fffff window]
    [ 0.184223] pnp 00:00: [mem 0xf0000000-0xfbffffff window]
    [ 0.184229] pnp 00:00: [mem 0x40000000-0xe0000000 window]
    [ 0.184297] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
    [ 0.184317] pnp 00:01: [mem 0xe0000000-0xefffffff]
    [ 0.184321] pnp 00:01: [mem 0xfed13000-0xfed13fff]
    [ 0.184324] pnp 00:01: [mem 0xfed14000-0xfed17fff]
    [ 0.184327] pnp 00:01: [mem 0xfed18000-0xfed18fff]
    [ 0.184330] pnp 00:01: [mem 0xfed19000-0xfed19fff]
    [ 0.184333] pnp 00:01: [mem 0xfed1c000-0xfed1ffff]
    [ 0.184336] pnp 00:01: [mem 0xfed20000-0xfed9ffff]
    [ 0.184412] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.184417] system 00:01: [mem 0xfed13000-0xfed13fff] has been reserved
    [ 0.184421] system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
    [ 0.184425] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.184429] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.184432] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.184436] system 00:01: [mem 0xfed20000-0xfed9ffff] has been reserved
    [ 0.184442] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.184642] pnp 00:02: [io 0x0000-0x000f]
    [ 0.184646] pnp 00:02: [io 0x0081-0x0083]
    [ 0.184649] pnp 00:02: [io 0x0087]
    [ 0.184652] pnp 00:02: [io 0x0089-0x008b]
    [ 0.184655] pnp 00:02: [io 0x008f]
    [ 0.184658] pnp 00:02: [io 0x00c0-0x00df]
    [ 0.184661] pnp 00:02: [dma 4]
    [ 0.184706] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.184723] pnp 00:03: [io 0x0070-0x0071]
    [ 0.184726] pnp 00:03: [io 0x0074-0x0077]
    [ 0.184740] pnp 00:03: [irq 8]
    [ 0.184783] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.184802] pnp 00:04: [io 0x00f0]
    [ 0.184810] pnp 00:04: [irq 13]
    [ 0.184854] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.184871] pnp 00:05: [io 0x0061]
    [ 0.184919] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.184938] pnp 00:06: [io 0x0500-0x053f]
    [ 0.184942] pnp 00:06: [io 0x0400-0x047f]
    [ 0.184945] pnp 00:06: [io 0x0092]
    [ 0.184948] pnp 00:06: [io 0x0680-0x06ff]
    [ 0.184951] pnp 00:06: [io 0x0010-0x001f]
    [ 0.184954] pnp 00:06: [io 0x0072-0x0073]
    [ 0.184956] pnp 00:06: [io 0x0080]
    [ 0.184959] pnp 00:06: [io 0x0084-0x0086]
    [ 0.184962] pnp 00:06: [io 0x0088]
    [ 0.184965] pnp 00:06: [io 0x008c-0x008e]
    [ 0.184968] pnp 00:06: [io 0x0090-0x009f]
    [ 0.185047] system 00:06: [io 0x0500-0x053f] has been reserved
    [ 0.185051] system 00:06: [io 0x0400-0x047f] has been reserved
    [ 0.185055] system 00:06: [io 0x0680-0x06ff] has been reserved
    [ 0.185061] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.185320] pnp 00:07: [io 0x0378-0x037f]
    [ 0.185329] pnp 00:07: [irq 7]
    [ 0.185426] pnp 00:07: Plug and Play ACPI device, IDs PNP0400 (active)
    [ 0.185514] pnp 00:08: [irq 12]
    [ 0.185563] pnp 00:08: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 (active)
    [ 0.185600] pnp 00:09: [io 0x0060]
    [ 0.185604] pnp 00:09: [io 0x0064]
    [ 0.185611] pnp 00:09: [irq 1]
    [ 0.185661] pnp 00:09: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
    [ 0.185822] pnp 00:0a: [io 0x03f8-0x03ff]
    [ 0.185831] pnp 00:0a: [irq 4]
    [ 0.185938] pnp 00:0a: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.185964] pnp 00:0b: [mem 0xfec00000-0xfec000ff]
    [ 0.186015] pnp 00:0b: Plug and Play ACPI device, IDs PNP0003 (active)
    [ 0.186047] pnp: PnP ACPI: found 12 devices
    [ 0.186049] ACPI: ACPI bus type pnp unregistered
    [ 0.224576] pci 0000:01:00.0: no compatible bridge window for [mem 0xfff80000-0xffffffff pref]
    [ 0.224583] pci 0000:02:00.0: no compatible bridge window for [mem 0xffff0000-0xffffffff pref]
    [ 0.224623] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x001fffff pref] to [bus 02-02] add_size 200000
    [ 0.224635] pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 03-03] add_size 1000
    [ 0.224640] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03-03] add_size 200000
    [ 0.224651] pci 0000:00:1c.2: bridge window [io 0x1000-0x0fff] to [bus 04-04] add_size 1000
    [ 0.224656] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04-04] add_size 200000
    [ 0.224667] pci 0000:00:1c.3: bridge window [io 0x1000-0x0fff] to [bus 05-05] add_size 1000
    [ 0.224672] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05-05] add_size 200000
    [ 0.224692] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x001fffff pref] get_res_add_size add_size 200000
    [ 0.224696] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.224701] pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.224705] pci 0000:00:1c.3: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.224709] pci 0000:00:1c.1: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.224713] pci 0000:00:1c.2: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.224717] pci 0000:00:1c.3: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.224726] pci 0000:00:1c.0: BAR 15: assigned [mem 0x53700000-0x539fffff pref]
    [ 0.224731] pci 0000:00:1c.1: BAR 15: assigned [mem 0x53a00000-0x53bfffff 64bit pref]
    [ 0.224736] pci 0000:00:1c.2: BAR 15: assigned [mem 0x53c00000-0x53dfffff 64bit pref]
    [ 0.224740] pci 0000:00:1c.3: BAR 15: assigned [mem 0x53e00000-0x53ffffff 64bit pref]
    [ 0.224745] pci 0000:00:1c.1: BAR 13: assigned [io 0x5000-0x5fff]
    [ 0.224750] pci 0000:00:1c.2: BAR 13: assigned [io 0x6000-0x6fff]
    [ 0.224754] pci 0000:00:1c.3: BAR 13: assigned [io 0x7000-0x7fff]
    [ 0.224761] pci 0000:01:00.0: BAR 6: assigned [mem 0x53080000-0x530fffff pref]
    [ 0.224765] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.224770] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
    [ 0.224775] pci 0000:00:01.0: bridge window [mem 0x52000000-0x530fffff]
    [ 0.224780] pci 0000:00:01.0: bridge window [mem 0x40000000-0x51ffffff pref]
    [ 0.224788] pci 0000:02:00.0: BAR 6: assigned [mem 0x53700000-0x5370ffff pref]
    [ 0.224791] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    [ 0.224796] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    [ 0.224802] pci 0000:00:1c.0: bridge window [mem 0x53200000-0x532fffff]
    [ 0.224807] pci 0000:00:1c.0: bridge window [mem 0x53700000-0x539fffff pref]
    [ 0.224815] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
    [ 0.224819] pci 0000:00:1c.1: bridge window [io 0x5000-0x5fff]
    [ 0.224825] pci 0000:00:1c.1: bridge window [mem 0x53400000-0x534fffff]
    [ 0.224831] pci 0000:00:1c.1: bridge window [mem 0x53a00000-0x53bfffff 64bit pref]
    [ 0.224838] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
    [ 0.224842] pci 0000:00:1c.2: bridge window [io 0x6000-0x6fff]
    [ 0.224849] pci 0000:00:1c.2: bridge window [mem 0x53500000-0x535fffff]
    [ 0.224854] pci 0000:00:1c.2: bridge window [mem 0x53c00000-0x53dfffff 64bit pref]
    [ 0.224861] pci 0000:00:1c.3: PCI bridge to [bus 05-05]
    [ 0.224865] pci 0000:00:1c.3: bridge window [io 0x7000-0x7fff]
    [ 0.224872] pci 0000:00:1c.3: bridge window [mem 0x53600000-0x536fffff]
    [ 0.224877] pci 0000:00:1c.3: bridge window [mem 0x53e00000-0x53ffffff 64bit pref]
    [ 0.224885] pci 0000:00:1e.0: PCI bridge to [bus 06-06]
    [ 0.224889] pci 0000:00:1e.0: bridge window [io 0x1000-0x1fff]
    [ 0.224895] pci 0000:00:1e.0: bridge window [mem 0x53100000-0x531fffff]
    [ 0.224959] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.224966] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
    [ 0.224969] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
    [ 0.224974] pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
    [ 0.224977] pci_bus 0000:01: resource 1 [mem 0x52000000-0x530fffff]
    [ 0.224980] pci_bus 0000:01: resource 2 [mem 0x40000000-0x51ffffff pref]
    [ 0.224984] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
    [ 0.224987] pci_bus 0000:02: resource 1 [mem 0x53200000-0x532fffff]
    [ 0.224990] pci_bus 0000:02: resource 2 [mem 0x53700000-0x539fffff pref]
    [ 0.224994] pci_bus 0000:03: resource 0 [io 0x5000-0x5fff]
    [ 0.224997] pci_bus 0000:03: resource 1 [mem 0x53400000-0x534fffff]
    [ 0.225001] pci_bus 0000:03: resource 2 [mem 0x53a00000-0x53bfffff 64bit pref]
    [ 0.225004] pci_bus 0000:04: resource 0 [io 0x6000-0x6fff]
    [ 0.225007] pci_bus 0000:04: resource 1 [mem 0x53500000-0x535fffff]
    [ 0.225011] pci_bus 0000:04: resource 2 [mem 0x53c00000-0x53dfffff 64bit pref]
    [ 0.225014] pci_bus 0000:05: resource 0 [io 0x7000-0x7fff]
    [ 0.225018] pci_bus 0000:05: resource 1 [mem 0x53600000-0x536fffff]
    [ 0.225021] pci_bus 0000:05: resource 2 [mem 0x53e00000-0x53ffffff 64bit pref]
    [ 0.225025] pci_bus 0000:06: resource 0 [io 0x1000-0x1fff]
    [ 0.225028] pci_bus 0000:06: resource 1 [mem 0x53100000-0x531fffff]
    [ 0.225031] pci_bus 0000:06: resource 4 [io 0x0000-0xffff]
    [ 0.225035] pci_bus 0000:06: resource 5 [mem 0x00000000-0xffffffff]
    [ 0.225091] NET: Registered protocol family 2
    [ 0.225171] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.225391] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.225895] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.226187] TCP: Hash tables configured (established 131072 bind 65536)
    [ 0.226190] TCP: reno registered
    [ 0.226195] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.226208] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.226329] NET: Registered protocol family 1
    [ 0.226637] pci 0000:01:00.0: Boot video device
    [ 0.226698] pci 0000:06:08.0: Firmware left e100 interrupts enabled; disabling
    [ 0.226709] PCI: CLS 0 bytes, default 64
    [ 0.226780] Unpacking initramfs...
    [ 0.315303] Freeing initrd memory: 2900k freed
    [ 0.317191] apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
    [ 0.317195] apm: disabled - APM is not SMP safe.
    [ 0.317515] audit: initializing netlink socket (disabled)
    [ 0.317533] type=2000 audit(1342552654.316:1): initialized
    [ 0.317976] highmem bounce pool size: 64 pages
    [ 0.317984] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 0.320723] VFS: Disk quotas dquot_6.5.2
    [ 0.320797] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.320931] msgmni has been set to 1740
    [ 0.321235] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.321282] io scheduler noop registered
    [ 0.321287] io scheduler deadline registered
    [ 0.321299] io scheduler cfq registered (default)
    [ 0.321473] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.321588] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
    [ 0.321708] pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
    [ 0.321830] pcieport 0000:00:1c.2: irq 43 for MSI/MSI-X
    [ 0.321950] pcieport 0000:00:1c.3: irq 44 for MSI/MSI-X
    [ 0.322243] GHES: HEST is not enabled!
    [ 0.322264] isapnp: Scanning for PnP cards...
    [ 0.678327] isapnp: No Plug & Play device found
    [ 0.678412] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.698985] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.720023] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.720384] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
    [ 0.723503] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.723558] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.723755] mousedev: PS/2 mouse device common for all mice
    [ 0.723869] rtc_cmos 00:03: RTC can wake from S4
    [ 0.724031] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    [ 0.724060] rtc0: alarms up to one month, 114 bytes nvram, hpet irqs
    [ 0.724098] cpuidle: using governor ladder
    [ 0.724101] cpuidle: using governor menu
    [ 0.724316] TCP: cubic registered
    [ 0.724489] NET: Registered protocol family 10
    [ 0.724741] NET: Registered protocol family 17
    [ 0.724748] Registering the dns_resolver key type
    [ 0.724796] Using IPI No-Shortcut mode
    [ 0.724971] PM: Hibernation image not present or could not be loaded.
    [ 0.724985] registered taskstats version 1
    [ 0.725540] rtc_cmos 00:03: setting system clock to 2012-07-17 19:17:35 UTC (1342552655)
    [ 0.725588] Initializing network drop monitor service
    [ 0.726860] Freeing unused kernel memory: 524k freed
    [ 0.727195] Write protecting the kernel text: 3812k
    [ 0.727226] Write protecting the kernel read-only data: 1120k
    [ 0.740567] systemd-udevd[41]: starting version 186
    [ 0.742721] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.745749] SCSI subsystem initialized
    [ 0.749328] libata version 3.00 loaded.
    [ 0.750857] ahci 0000:02:00.0: version 3.0
    [ 0.750961] ahci 0000:02:00.0: irq 45 for MSI/MSI-X
    [ 0.751021] ahci: SSS flag set, parallel bus scan disabled
    [ 0.751069] ahci 0000:02:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
    [ 0.751077] ahci 0000:02:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs
    [ 0.752850] scsi0 : ahci
    [ 0.753200] scsi1 : ahci
    [ 0.753383] ata1: SATA max UDMA/133 abar m512@0x53200000 port 0x53200100 irq 45
    [ 0.753391] ata2: SATA max UDMA/133 abar m512@0x53200000 port 0x53200180 irq 45
    [ 1.240043] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 1.252105] ata1.00: ATA-8: OCZ-SOLID3, 2.15, max UDMA/133
    [ 1.252110] ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 1.262069] ata1.00: configured for UDMA/133
    [ 1.262262] scsi 0:0:0:0: Direct-Access ATA OCZ-SOLID3 2.15 PQ: 0 ANSI: 5
    [ 1.264029] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
    [ 1.264196] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.264203] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.264257] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.265654] sda: sda1 sda2 sda3 sda4
    [ 1.266383] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.320034] Refined TSC clocksource calibration: 2999.980 MHz.
    [ 1.320041] Switching to clocksource tsc
    [ 1.746702] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 1.747318] ata2.00: ATA-8: ST3000DM001-9YN166, CC4C, max UDMA/133
    [ 1.747323] ata2.00: 5860533168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
    [ 1.747889] ata2.00: configured for UDMA/133
    [ 1.748030] scsi 1:0:0:0: Direct-Access ATA ST3000DM001-9YN1 CC4C PQ: 0 ANSI: 5
    [ 1.748540] sd 1:0:0:0: [sdb] 5860533168 512-byte logical blocks: (3.00 TB/2.72 TiB)
    [ 1.748547] sd 1:0:0:0: [sdb] 4096-byte physical blocks
    [ 1.748667] sd 1:0:0:0: [sdb] Write Protect is off
    [ 1.748674] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    [ 1.748725] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.793835] sdb: sdb1
    [ 1.794347] sd 1:0:0:0: [sdb] Attached SCSI disk
    [ 1.892420] usbcore: registered new interface driver usbfs
    [ 1.892471] usbcore: registered new interface driver hub
    [ 1.895559] ata_piix 0000:00:1f.1: version 2.13
    [ 1.895639] ata_piix 0000:00:1f.1: setting latency timer to 64
    [ 1.897473] usbcore: registered new device driver usb
    [ 1.898382] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.898429] scsi2 : ata_piix
    [ 1.899754] scsi3 : ata_piix
    [ 1.900600] ata3: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x40b0 irq 14
    [ 1.900605] ata4: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x40b8 irq 15
    [ 1.900676] ata4: port disabled--ignoring
    [ 1.901417] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
    [ 1.901473] ata_piix 0000:00:1f.2: setting latency timer to 64
    [ 1.904508] scsi4 : ata_piix
    [ 1.905087] scsi5 : ata_piix
    [ 1.905220] ata5: SATA max UDMA/133 cmd 0x40c8 ctl 0x40e4 bmdma 0x40a0 irq 19
    [ 1.905227] ata6: SATA max UDMA/133 cmd 0x40c0 ctl 0x40e0 bmdma 0x40a8 irq 19
    [ 1.905347] ehci_hcd 0000:00:1d.7: setting latency timer to 64
    [ 1.905355] ehci_hcd 0000:00:1d.7: EHCI Host Controller
    [ 1.905401] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
    [ 1.905444] ehci_hcd 0000:00:1d.7: debug port 1
    [ 1.905558] uhci_hcd: USB Universal Host Controller Interface driver
    [ 1.909355] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
    [ 1.909393] ehci_hcd 0000:00:1d.7: irq 23, io mem 0x53304000
    [ 1.916865] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 1.917873] hub 1-0:1.0: USB hub found
    [ 1.917883] hub 1-0:1.0: 8 ports detected
    [ 1.918079] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 1.918087] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 1.918109] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 1.918149] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00004080
    [ 1.918445] hub 2-0:1.0: USB hub found
    [ 1.918456] hub 2-0:1.0: 2 ports detected
    [ 1.918663] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [ 1.918671] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 1.918692] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
    [ 1.918728] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00004060
    [ 1.919043] hub 3-0:1.0: USB hub found
    [ 1.919053] hub 3-0:1.0: 2 ports detected
    [ 1.919306] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    [ 1.919314] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 1.919338] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
    [ 1.919391] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00004040
    [ 1.919771] hub 4-0:1.0: USB hub found
    [ 1.919781] hub 4-0:1.0: 2 ports detected
    [ 1.920058] uhci_hcd 0000:00:1d.3: setting latency timer to 64
    [ 1.920066] uhci_hcd 0000:00:1d.3: UHCI Host Controller
    [ 1.920085] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
    [ 1.920162] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00004020
    [ 1.920720] hub 5-0:1.0: USB hub found
    [ 1.920731] hub 5-0:1.0: 2 ports detected
    [ 2.068266] ata6.00: ATA-6: WDC WD2000JD-00HBB0, 08.02D08, max UDMA/133
    [ 2.068272] ata6.00: 390721968 sectors, multi 16: LBA48
    [ 2.074099] ata5.00: ATA-8: WDC WD20EARX-00PASB0, 51.0AB51, max UDMA/133
    [ 2.074104] ata5.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 2.081454] ata6.00: configured for UDMA/133
    [ 2.100167] ata5.01: ATA-8: ST3500418AS, CC34, max UDMA/133
    [ 2.100172] ata5.01: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 2.107102] ata5.00: configured for UDMA/133
    [ 2.162850] ata5.01: configured for UDMA/133
    [ 2.173642] ata3.00: ATAPI: SONY DVD RW DRU-530A, 2.1g, max UDMA/33
    [ 2.173649] ata3.01: ATAPI: LITE-ON DVDRW SOHW-1633S, BGS4, max UDMA/66
    [ 2.173654] ata3.01: limited to UDMA/33 due to 40-wire cable
    [ 2.186862] ata3.00: configured for UDMA/33
    [ 2.200194] ata3.01: configured for UDMA/33
    [ 2.201725] scsi 2:0:0:0: CD-ROM SONY DVD RW DRU-530A 2.1g PQ: 0 ANSI: 5
    [ 2.202839] scsi 2:0:1:0: CD-ROM LITE-ON DVDRW SOHW-1633S BGS4 PQ: 0 ANSI: 5
    [ 2.203271] scsi 4:0:0:0: Direct-Access ATA WDC WD20EARX-00P 51.0 PQ: 0 ANSI: 5
    [ 2.203548] sd 4:0:0:0: [sdc] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
    [ 2.203557] sd 4:0:0:0: [sdc] 4096-byte physical blocks
    [ 2.203683] sd 4:0:0:0: [sdc] Write Protect is off
    [ 2.203690] sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00
    [ 2.203749] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.203803] scsi 4:0:1:0: Direct-Access ATA ST3500418AS CC34 PQ: 0 ANSI: 5
    [ 2.204553] scsi 5:0:0:0: Direct-Access ATA WDC WD2000JD-00H 08.0 PQ: 0 ANSI: 5
    [ 2.204737] sd 4:0:1:0: [sdd] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    [ 2.204849] sd 5:0:0:0: [sde] 390721968 512-byte logical blocks: (200 GB/186 GiB)
    [ 2.204969] sd 5:0:0:0: [sde] Write Protect is off
    [ 2.204976] sd 5:0:0:0: [sde] Mode Sense: 00 3a 00 00
    [ 2.205029] sd 5:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.223374] usb 1-2: new high-speed USB device number 2 using ehci_hcd
    [ 2.225847] sdc: sdc1
    [ 2.225864] sd 4:0:1:0: [sdd] Write Protect is off
    [ 2.225872] sd 4:0:1:0: [sdd] Mode Sense: 00 3a 00 00
    [ 2.225944] sd 4:0:1:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.226606] sd 4:0:0:0: [sdc] Attached SCSI disk
    [ 2.242524] sdd: sdd1
    [ 2.243011] sd 4:0:1:0: [sdd] Attached SCSI disk
    [ 2.250598] sde: sde2 sde3 < sde5 sde6 >
    [ 2.251325] sd 5:0:0:0: [sde] Attached SCSI disk
    [ 2.263852] sr0: scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray
    [ 2.263860] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 2.265692] sr 2:0:0:0: Attached scsi CD-ROM sr0
    [ 2.269125] sr1: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
    [ 2.270115] sr 2:0:1:0: Attached scsi CD-ROM sr1
    [ 2.453377] usb 1-3: new high-speed USB device number 3 using ehci_hcd
    [ 2.630176] input: Western Digital My Book as /devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3:1.1/input/input1
    [ 2.630296] generic-usb 0003:1058:1102.0001: input,hidraw0: USB HID v1.11 Device [Western Digital My Book] on usb-0000:00:1d.7-3/input1
    [ 2.630361] usbcore: registered new interface driver usbhid
    [ 2.630366] usbhid: USB HID core driver
    [ 2.720033] usb 1-5: new high-speed USB device number 4 using ehci_hcd
    [ 2.992001] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    [ 3.123459] usb 5-1: new low-speed USB device number 2 using uhci_hcd
    [ 3.170371] systemd[1]: systemd 186 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP; arch)
    [ 3.189960] systemd[1]: Inserted module 'autofs4'
    [ 3.190421] systemd[1]: Set hostname to <bbq>.
    [ 3.347408] systemd[1]: Cannot add dependency job for unit exportfs.service, ignoring: Unit exportfs.service failed to load: No such file or directory. See system logs and 'systemctl status exportfs.service' for details.
    [ 3.347444] systemd[1]: Cannot add dependency job for unit arch-daemons.target, ignoring: Unit arch-daemons.target failed to load: No such file or directory. See system logs and 'systemctl status arch-daemons.target' for details.
    [ 3.347509] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
    [ 3.600924] systemd-readahead[134]: Bumped block_nr parameter of 8:0 to 16384. This is a temporary hack and should be removed one day.
    [ 3.890242] systemd-udevd[139]: starting version 186
    [ 3.928976] systemd-journald[146]: Fixed max_use=50.2M max_size=6.2M min_size=64.0K keep_free=25.1M
    [ 3.929449] systemd-journald[146]: Vacuuming...
    [ 4.016020] FS-Cache: Loaded
    [ 4.026904] RPC: Registered named UNIX socket transport module.
    [ 4.026909] RPC: Registered udp transport module.
    [ 4.026912] RPC: Registered tcp transport module.
    [ 4.026914] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 4.068138] EXT4-fs (sda1): re-mounted. Opts: (null)
    [ 4.071885] NFS: Registering the id_resolver key type
    [ 4.071920] FS-Cache: Netfs 'nfs' registered for caching
    [ 4.090493] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
    [ 4.103300] Installing knfsd (copyright (C) 1996 [email protected]).
    [ 4.106821] ACPI: Sleep Button [SLPB]
    [ 4.114494] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    [ 4.114509] ACPI: Power Button [PWRF]
    [ 4.135074] parport_pc 00:07: reported by Plug and Play ACPI
    [ 4.135106] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE,EPP]
    [ 4.157067] snd_hda_intel 0000:00:1b.0: irq 46 for MSI/MSI-X
    [ 4.178255] Linux agpgart interface v0.103
    [ 4.202375] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input4
    [ 4.203197] hda_intel: Disabling MSI
    [ 4.255263] intel_rng: Firmware space is locked read-only. If you can't or
    [ 4.255267] intel_rng: don't want to disable this in firmware setup, and if
    [ 4.255271] intel_rng: you are certain that your system has a functional
    [ 4.255274] intel_rng: RNG, try using the 'no_fwh_detect' option.
    [ 4.273750] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
    [ 4.273757] e100: Copyright(c) 1999-2006 Intel Corporation
    [ 4.274079] iTCO_vendor_support: vendor-support=0
    [ 4.285411] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
    [ 4.285661] iTCO_wdt: Found a ICH6 or ICH6R TCO device (Version=2, TCOBASE=0x0460)
    [ 4.285769] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 4.380102] usbcore: registered new interface driver uas
    [ 4.415911] Initializing USB Mass Storage driver...
    [ 4.423630] scsi6 : usb-storage 1-3:1.0
    [ 4.423883] usbcore: registered new interface driver usb-storage
    [ 4.423888] USB Mass Storage support registered.
    [ 4.426642] e100 0000:06:08.0: eth0: addr 0x53100000, irq 20, MAC addr 00:11:11:9d:19:91
    [ 4.434273] scsi7 : usb-storage 1-5:1.0
    [ 4.434499] usbcore: registered new interface driver ums-cypress
    [ 4.475410] psmouse serio1: hgpk: ID: 10 00 64
    [ 4.480175] firewire_ohci 0000:06:05.0: added OHCI v1.0 device as card 0, 8 IR + 8 IT contexts, quirks 0x0
    [ 4.487522] microcode: CPU0 sig=0xf41, pf=0x10, revision=0xd
    [ 4.506728] Registered IR keymap rc-ati-x10
    [ 4.507019] input: X10 Wireless Technology Inc USB Receiver as /devices/pci0000:00/0000:00:1d.3/usb5/5-1/5-1:1.0/rc/rc0/input5
    [ 4.507357] rc0: X10 Wireless Technology Inc USB Receiver as /devices/pci0000:00/0000:00:1d.3/usb5/5-1/5-1:1.0/rc/rc0
    [ 4.507587] input: X10 Wireless Technology Inc USB Receiver mouse as /devices/pci0000:00/0000:00:1d.3/usb5/5-1/5-1:1.0/input/input6
    [ 4.507783] usbcore: registered new interface driver ati_remote
    [ 4.530507] psmouse serio1: logips2pp: Detected unknown Logitech mouse model 127
    [ 4.687581] ppdev: user-space parallel port driver
    [ 4.761362] Adding 1047928k swap on /dev/sda2. Priority:-1 extents:1 across:1047928k SS
    [ 4.804984] microcode: CPU1 sig=0xf41, pf=0x10, revision=0xd
    [ 4.814875] nvidia: module license 'NVIDIA' taints kernel.
    [ 4.814882] Disabling lock debugging due to kernel taint
    [ 4.822000] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 4.926478] fuse init (API version 7.18)
    [ 4.970217] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input7
    [ 4.971016] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input8
    [ 4.971676] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input9
    [ 4.971943] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input10
    [ 4.980870] firewire_core 0000:06:05.0: created device fw0: GUID 00111100009d1991, S400
    [ 4.981627] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
    [ 4.982035] NVRM: loading NVIDIA UNIX x86 Kernel Module 302.17 Tue Jun 12 18:37:51 PDT 2012
    [ 5.031213] input: ImExPS/2 Logitech Explorer Mouse as /devices/platform/i8042/serio1/input/input11
    [ 5.432483] scsi 6:0:0:0: Direct-Access WD My Book 1028 PQ: 0 ANSI: 4
    [ 5.436924] sd 6:0:0:0: [sdf] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    [ 5.437226] scsi 7:0:0:0: Direct-Access WDC WD25 00JB-00GVA0 PQ: 0 ANSI: 0
    [ 5.438100] sd 7:0:0:0: [sdg] 488397168 512-byte logical blocks: (250 GB/232 GiB)
    [ 5.439101] sd 7:0:0:0: [sdg] Write Protect is off
    [ 5.439109] sd 7:0:0:0: [sdg] Mode Sense: 33 00 00 00
    [ 5.439482] sd 6:0:0:0: [sdf] Write Protect is off
    [ 5.439489] sd 6:0:0:0: [sdf] Mode Sense: 10 00 00 00
    [ 5.440101] sd 7:0:0:0: [sdg] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
    [ 5.442224] sd 6:0:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 5.463763] sdg: sdg1 sdg2
    [ 5.467100] sd 7:0:0:0: [sdg] Attached SCSI disk
    [ 5.469267] sdf: sdf1
    [ 5.491846] sd 6:0:0:0: [sdf] Attached SCSI disk
    [ 36.480046] usb 1-5: reset high-speed USB device number 4 using ehci_hcd
    [ 37.347138] systemd-journald[146]: Fixed max_use=1.4G max_size=128.0M min_size=64.0K keep_free=765.3M
    [ 37.347165] systemd-journald[146]: Flushing to /var...
    [ 37.837240] EXT4-fs (sdf1): mounted filesystem with ordered data mode. Opts: (null)
    [ 37.906826] EXT4-fs (sdg2): mounted filesystem with ordered data mode. Opts: (null)
    [ 38.068461] EXT4-fs (sde6): mounted filesystem with ordered data mode. Opts: (null)
    [ 38.194403] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
    [ 38.740678] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts: (null)
    [ 38.747081] EXT4-fs (sdd1): mounted filesystem with ordered data mode. Opts: (null)
    [ 39.486016] ip_tables: (C) 2000-2006 Netfilter Core Team
    [ 39.599796] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
    [ 39.600119] NFSD: starting 90-second grace period
    [ 40.579508] Netfilter messages via NETLINK v0.30.
    [ 40.594917] nf_conntrack version 0.5.0 (16078 buckets, 64312 max)
    [ 40.746099] ip6_tables: (C) 2000-2006 Netfilter Core Team
    [ 40.747318] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
    [ 40.747325] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
    [ 40.786415] ctnetlink v0.93: registering with nfnetlink.
    [ 40.886321] ip_set: protocol 6
    [ 40.898284] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
    [ 41.762042] xt_time: kernel timezone is -0000
    [ 42.318176] Bridge firewalling registered
    [ 42.704278] u32 classifier
    [ 42.704284] input device check on
    [ 42.704287] Actions configured
    [ 43.154527] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 43.156826] e100 0000:06:08.0: eth0: NIC Link is Up 100 Mbps Full Duplex
    [ 43.157214] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 44.557798] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
    [ 44.872612] [drm] Initialized drm 1.1.0 20060810
    [ 44.881629] wmi: Mapper loaded
    [ 51.096207] zram: module is from the staging directory, the quality is unknown, you have been warned.
    [ 51.105163] zram: Unknown parameter `zram_num_devices'
    [ 51.148183] zram: module is from the staging directory, the quality is unknown, you have been warned.
    [ 51.148690] zram: Creating 2 devices ...
    [ 51.398897] Adding 514496k swap on /dev/zram0. Priority:100 extents:1 across:514496k SS
    [ 51.406500] Adding 514496k swap on /dev/zram1. Priority:100 extents:1 across:514496k SS
    [ 76.005728] bootchart-collector started as pid 1586 with 2 args: '--dump' '/tmp/bootchart.94K3Fb6yom'
    [ 76.005734] Extracting profile data from pid 178
    [ 76.005736] map 0xbfe14000 -> 0xbfe35000 size: 132k from 'bfe14000' 'bfe35000'
    [ 76.005739] read 135168 bytes of 135168
    [ 76.005741] reading 101 chunks (of 101) ... wrote 12527 kb
    [ 76.005743] bootchart-collector pid: 1586 unmounted proc / clean exit
    Linux 3.3.8-1, Nvidia 295.49-1 Dmesg Output
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.3.8-1-ARCH (tobias@T-POWA-LX) (gcc version 4.7.0 20120505 (prerelease) (GCC) ) #1 SMP PREEMPT Tue Jun 5 13:24:07 UTC 2012
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
    [ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 000000003fe54000 (usable)
    [ 0.000000] BIOS-e820: 000000003fe54000 - 000000003fee8000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 000000003fee8000 - 000000003ff00000 (ACPI data)
    [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    [ 0.000000] DMI 2.3 present.
    [ 0.000000] DMI: 507GR /D915GAG, BIOS AG91510J.15A.0816.2005.0214.1818 02/14/2005
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] last_pfn = 0x3fe54 max_arch_pfn = 0x100000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-FFFFF uncachable
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask FC0000000 write-back
    [ 0.000000] 1 base 03FF00000 mask FFFF00000 uncachable
    [ 0.000000] 2 disabled
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [c00fe650] fe650
    [ 0.000000] initial memory mapped : 0 - 00c00000
    [ 0.000000] Base memory trampoline at [c009a000] 9a000 size 16384
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
    [ 0.000000] 0000000000 - 0000400000 page 4k
    [ 0.000000] 0000400000 - 0037400000 page 2M
    [ 0.000000] 0037400000 - 00377fe000 page 4k
    [ 0.000000] kernel direct mapping tables up to 377fe000 @ bfb000-c00000
    [ 0.000000] RAMDISK: 3fb70000 - 3fe44000
    [ 0.000000] Allocated new RAMDISK: 3752a000 - 377fd833
    [ 0.000000] Move RAMDISK from 000000003fb70000 - 000000003fe43832 to 3752a000 - 377fd832
    [ 0.000000] ACPI: RSDP 000fe020 00014 (v00 GATEWA)
    [ 0.000000] ACPI: RSDT 3fefde48 00038 (v01 GATEWA 04DT037 00000330 MSFT 01000013)
    [ 0.000000] ACPI: FACP 3fefcf10 00074 (v01 GATEWA 04DT037 00000330 MSFT 01000013)
    [ 0.000000] ACPI: DSDT 3fef8010 0339C (v01 GATEWA 04DT037 00000330 MSFT 01000013)
    [ 0.000000] ACPI: FACS 3fee5c40 00040
    [ 0.000000] ACPI: APIC 3fefce10 00068 (v01 GATEWA 04DT037 00000330 MSFT 01000013)
    [ 0.000000] ACPI: WDDT 3fef7f90 00040 (v01 GATEWA 04DT037 00000330 MSFT 01000013)
    [ 0.000000] ACPI: MCFG 3fef7f10 0003C (v01 GATEWA 04DT037 00000330 MSFT 01000013)
    [ 0.000000] ACPI: SSDT 3fef6d90 00124 (v01 GATEWA CpuPm 00000330 MSFT 01000013)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 134MB HIGHMEM available.
    [ 0.000000] 887MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 377fe000
    [ 0.000000] low ram: 0 - 377fe000
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] Normal 0x00001000 -> 0x000377fe
    [ 0.000000] HighMem 0x000377fe -> 0x0003fe54
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] Early memory PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009f
    [ 0.000000] 0: 0x00000100 -> 0x0003fe54
    [ 0.000000] On node 0 totalpages: 261603
    [ 0.000000] free_area_init_node: node 0, pgdat c060c580, node_mem_map f6d29200
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3951 pages, LIFO batch:0
    [ 0.000000] Normal zone: 1744 pages used for memmap
    [ 0.000000] Normal zone: 221486 pages, LIFO batch:31
    [ 0.000000] HighMem zone: 269 pages used for memmap
    [ 0.000000] HighMem zone: 34121 pages, LIFO batch:7
    [ 0.000000] Using APIC driver default
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    [ 0.000000] Allocating PCI resources starting at 3ff00000 (gap: 3ff00000:c0100000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 13 pages/cpu @f6d08000 s30848 r0 d22400 u53248
    [ 0.000000] pcpu-alloc: s30848 r0 d22400 u53248 alloc=13*4096
    [ 0.000000] pcpu-alloc: [0] 0 [0] 1
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 259558
    [ 0.000000] Kernel command line: root=/dev/disk/by-uuid/10f8033d-8fe9-46be-bccf-68a14025bbaa ro init=/bin/systemd
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Initializing CPU#0
    [ 0.000000] allocated 2093600 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Initializing HighMem for node 0 (000377fe:0003fe54)
    [ 0.000000] Memory: 1025660k/1046864k available (3774k kernel code, 20752k reserved, 1434k data, 520k init, 137560k highmem)
    [ 0.000000] virtual kernel memory layout:
    [ 0.000000] fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    [ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    [ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    [ 0.000000] .init : 0xc0617000 - 0xc0699000 ( 520 kB)
    [ 0.000000] .data : 0xc04af9a9 - 0xc0616400 (1434 kB)
    [ 0.000000] .text : 0xc0100000 - 0xc04af9a9 (3774 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: Genslabs=15, HWalign=128, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:2304 nr_irqs:512 16
    [ 0.000000] CPU 0 irqstacks, hard=f6408000 soft=f640a000
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.000000] Detected 3000.097 MHz processor.
    [ 0.006668] Calibrating delay loop (skipped), value calculated using timer frequency.. 6002.20 BogoMIPS (lpj=10000323)
    [ 0.006674] pid_max: default: 32768 minimum: 301
    [ 0.006706] Security Framework initialized
    [ 0.006712] AppArmor: AppArmor disabled by boot time parameter
    [ 0.006735] Mount-cache hash table entries: 512
    [ 0.006921] Initializing cgroup subsys cpuacct
    [ 0.006925] Initializing cgroup subsys memory
    [ 0.006936] Initializing cgroup subsys devices
    [ 0.006939] Initializing cgroup subsys freezer
    [ 0.006942] Initializing cgroup subsys net_cls
    [ 0.006945] Initializing cgroup subsys blkio
    [ 0.006989] CPU: Physical Processor ID: 0
    [ 0.006992] CPU: Processor Core ID: 0
    [ 0.006995] mce: CPU supports 4 MCE banks
    [ 0.007009] CPU0: Thermal monitoring enabled (TM1)
    [ 0.007014] using mwait in idle threads.
    [ 0.010636] ACPI: Core revision 20120111
    [ 0.013347] ftrace: allocating 16622 entries in 33 pages
    [ 0.020077] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.020459] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.054563] CPU0: Intel(R) Pentium(R) 4 CPU 3.00GHz stepping 01
    [ 0.056663] Performance Events: Netburst events, Netburst P4/Xeon PMU driver.
    [ 0.056663] ... version: 0
    [ 0.056663] ... bit width: 40
    [ 0.056663] ... generic registers: 18
    [ 0.056663] ... value mask: 000000ffffffffff
    [ 0.056663] ... max period: 0000007fffffffff
    [ 0.056663] ... fixed-purpose events: 0
    [ 0.056663] ... event mask: 000000000003ffff
    [ 0.073415] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.100018] CPU 1 irqstacks, hard=f64a4000 soft=f64a6000
    [ 0.100021] Booting Node 0, Processors #1 Ok.
    [ 0.100025] smpboot cpu 1: start_ip = 9a000
    [ 0.009999] Initializing CPU#1
    [ 0.113372] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.120000] Brought up 2 CPUs
    [ 0.120006] Total of 2 processors activated (12005.40 BogoMIPS).
    [ 0.120978] devtmpfs: initialized
    [ 0.120978] PM: Registering ACPI NVS region at 3fe54000 (606208 bytes)
    [ 0.120978] NET: Registered protocol family 16
    [ 0.120978] ACPI: bus type pci registered
    [ 0.120978] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.120978] PCI: not using MMCONFIG
    [ 0.123293] PCI: Using configuration type 1 for base access
    [ 0.126717] bio: create slab <bio-0> at 0
    [ 0.126739] ACPI: Added _OSI(Module Device)
    [ 0.126739] ACPI: Added _OSI(Processor Device)
    [ 0.126739] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.126739] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.127496] ACPI: EC: Look up EC in DSDT
    [ 0.127496] ACPI: Interpreter enabled
    [ 0.127496] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.127496] ACPI: Using IOAPIC for interrupt routing
    [ 0.127496] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.127496] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [ 0.127496] PCI: Using MMCONFIG for extended config space
    [ 0.131872] ACPI: No dock devices found.
    [ 0.131883] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    [ 0.133334] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.136111] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored)
    [ 0.136116] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored)
    [ 0.136120] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    [ 0.136123] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000fffff] (ignored)
    [ 0.136127] pci_root PNP0A03:00: host bridge window [mem 0xf0000000-0xfbffffff] (ignored)
    [ 0.136131] pci_root PNP0A03:00: host bridge window [mem 0x40000000-0xe0000000] (ignored)
    [ 0.136134] PCI: root bus 00: using default resources
    [ 0.136196] PCI host bridge to bus 0000:00
    [ 0.136201] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
    [ 0.136206] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
    [ 0.136220] pci 0000:00:00.0: [8086:2580] type 0 class 0x000600
    [ 0.136283] pci 0000:00:01.0: [8086:2581] type 1 class 0x000604
    [ 0.136340] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.13639

    And here is the output of alsa-info.sh which I have also added to the original post:
    upload=true&script=true&cardinfo=
    !!ALSA Information Script v 0.4.61
    !!Script ran on: Wed Jul 18 00:10:56 UTC 2012
    !!Linux Distribution
    Arch Linux \r (\l) DISTRIB_ID=archlinux DISTRIB_DESCRIPTION="Arch Linux" NAME="Arch Linux" ID=arch PRETTY_NAME="Arch Linux" HOME_URL="http://www.archlinux.org/" SUPPORT_URL="https://bbs.archlinux.org/" BUG_REPORT_URL="https://bugs.archlinux.org/"
    !!DMI Information
    Manufacturer:
    Product Name: 507GR
    Product Version:
    Firmware Version: AG91510J.15A.0816.2005.0214.1818
    !!Kernel Information
    Kernel release: 3.4.4-3-ARCH
    Operating System: GNU/Linux
    Architecture: i686
    Processor: unknown
    SMP Enabled: Yes
    !!ALSA Version
    Driver version: 1.0.25
    Library version: 1.0.25
    Utilities version: 1.0.25
    !!Loaded ALSA modules
    snd_hda_intel
    snd_hda_intel
    !!Sound Servers on this system
    Jack:
    Installed - Yes (/usr/bin/jackd)
    Running - No
    !!Soundcards recognised by ALSA
    0 [Intel ]: HDA-Intel - HDA Intel
    HDA Intel at 0x53300000 irq 46
    1 [NVidia ]: HDA-Intel - HDA NVidia
    HDA NVidia at 0x53000000 irq 17
    !!PCI Soundcards installed in the system
    00:1b.0 Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 03)
    01:00.1 Audio device: NVIDIA Corporation High Definition Audio Controller (rev a1)
    !!Advanced information - PCI Vendor/Device/Subsystem ID's
    00:1b.0 0403: 8086:2668 (rev 03)
    Subsystem: 107b:4037
    01:00.1 0403: 10de:0be3 (rev a1)
    Subsystem: 1043:8354
    !!Loaded sound module options
    !!Module: snd_hda_intel
    align_buffer_size : -1
    bdl_pos_adj : 1,32,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
    beep_mode : 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
    enable : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y
    enable_msi : -1
    id : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
    index : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
    model : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
    patch : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
    position_fix : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
    power_save : 0
    power_save_controller : Y
    probe_mask : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
    probe_only : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
    single_cmd : N
    snoop : Y
    !!Module: snd_hda_intel
    align_buffer_size : -1
    bdl_pos_adj : 1,32,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
    beep_mode : 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
    enable : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y
    enable_msi : -1
    id : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
    index : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
    model : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
    patch : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
    position_fix : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
    power_save : 0
    power_save_controller : Y
    probe_mask : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
    probe_only : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
    single_cmd : N
    snoop : Y
    !!HDA-Intel Codec information
    --startcollapse--
    Codec: Realtek ALC880
    Address: 2
    AFG Function Id: 0x1 (unsol 0)
    Vendor Id: 0x10ec0880
    Subsystem Id: 0x08600000
    Revision Id: 0x90000
    No Modem Function Group found
    Default PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Default Amp-In caps: N/A
    Default Amp-Out caps: N/A
    GPIO: io=2, o=0, i=0, unsolicited=1, wake=0
    IO[0]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
    IO[1]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
    Node 0x02 [Audio Output] wcaps 0x411: Stereo
    Converter: stream=0, channel=0
    PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Power states: D0 D1 D2 D3
    Power: setting=D0, actual=D0
    Node 0x03 [Audio Output] wcaps 0x411: Stereo
    Converter: stream=0, channel=0
    PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Power states: D0 D1 D2 D3
    Power: setting=D0, actual=D0
    Node 0x04 [Audio Output] wcaps 0x411: Stereo
    Converter: stream=0, channel=0
    PCM:
    rates [0x160]: 44100 48000 96000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Power states: D0 D1 D2 D3
    Power: setting=D0, actual=D0
    Node 0x05 [Audio Output] wcaps 0x411: Stereo
    Converter: stream=0, channel=0
    PCM:
    rates [0x160]: 44100 48000 96000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Power states: D0 D1 D2 D3
    Power: setting=D0, actual=D0
    Node 0x06 [Audio Output] wcaps 0x211: Stereo Digital
    Converter: stream=0, channel=0
    Digital:
    Digital category: 0x0
    PCM:
    rates [0x160]: 44100 48000 96000
    bits [0x1e]: 16 20 24 32
    formats [0x1]: PCM
    Node 0x07 [Vendor Defined Widget] wcaps 0xf0051b: Stereo Amp-In
    Amp-In caps: ofs=0x00, nsteps=0x23, stepsize=0x03, mute=1
    Amp-In vals:
    Power states: D0 D1 D2 D3
    Power: setting=D0, actual=D0
    Connection: 0
    Node 0x08 [Audio Input] wcaps 0x10051b: Stereo Amp-In
    Amp-In caps: ofs=0x00, nsteps=0x23, stepsize=0x03, mute=1
    Amp-In vals: [0x00 0x00] [0x00 0x00] [0x00 0x00] [0x00 0x00] [0x00 0x00] [0x00 0x00] [0x00 0x00]
    Converter: stream=0, channel=0
    SDI-Select: 0
    PCM:
    rates [0x160]: 44100 48000 96000
    bits [0x6]: 16 20
    formats [0x1]: PCM
    Power states: D0 D1 D2 D3
    Power: setting=D0, actual=D0
    Connection: 7
    0x18 0x19 0x1a* 0x1b 0x1c 0x14 0x15
    Node 0x09 [Audio Input] wcaps 0x10051b: Stereo Amp-In
    Amp-In caps: ofs=0x00, nsteps=0x23, stepsize=0x03, mute=1
    Amp-In vals: [0x00 0x00] [0x00 0x00] [0x00 0x00] [0x00 0x00] [0x00 0x00] [0x00 0x00] [0x00 0x00] [0x00 0x00] [0x00 0x00] [0x00 0x00]
    Converter: stream=0, channel=0
    SDI-Select: 0
    PCM:
    rates [0x160]: 44100 48000 96000
    bits [0x6]: 16 20
    formats [0x1]: PCM
    Power states: D0 D1 D2 D3
    Power: setting=D0, actual=D0
    Connection: 10
    0x18 0x19 0x1a 0x1b 0x1c* 0x0b 0x14 0x15 0x16 0x17
    Node 0x0a [Audio Input] wcaps 0x100391: Stereo Digital
    Converter: stream=0, channel=0
    SDI-Select: 0
    Digital:
    Digital category: 0x0
    PCM:
    rates [0x160]: 44100 48000 96000
    bits [0x1e]: 16 20 24 32
    formats [0x1]: PCM
    Unsolicited: tag=00, enabled=0
    Connection: 1
    0x1f
    Node 0x0b [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
    Control: name="Beep Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=5, ofs=0
    Control: name="Beep Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=5, ofs=0
    Amp-In caps: ofs=0x23, nsteps=0x41, stepsize=0x03, mute=1
    Amp-In vals: [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0xa3 0xa3] [0x80 0x80] [0x80 0x80]
    Connection: 8
    0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x14 0x15
    Node 0x0c [Audio Mixer] wcaps 0x20010f: Stereo Amp-In Amp-Out
    Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-In vals: [0x00 0x00] [0x80 0x80]
    Amp-Out caps: ofs=0x40, nsteps=0x40, stepsize=0x03, mute=0
    Amp-Out vals: [0x40 0x40]
    Connection: 2
    0x02 0x0b
    Node 0x0d [Audio Mixer] wcaps 0x20010f: Stereo Amp-In Amp-Out
    Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-In vals: [0x00 0x00] [0x80 0x80]
    Amp-Out caps: ofs=0x40, nsteps=0x40, stepsize=0x03, mute=0
    Amp-Out vals: [0x40 0x40]
    Connection: 2
    0x03 0x0b
    Node 0x0e [Audio Mixer] wcaps 0x20010f: Stereo Amp-In Amp-Out
    Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-In vals: [0x00 0x00] [0x80 0x80]
    Amp-Out caps: ofs=0x40, nsteps=0x40, stepsize=0x03, mute=0
    Amp-Out vals: [0x40 0x40]
    Connection: 2
    0x04 0x0b
    Node 0x0f [Audio Mixer] wcaps 0x20010f: Stereo Amp-In Amp-Out
    Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-In vals: [0x00 0x00] [0x80 0x80]
    Amp-Out caps: ofs=0x40, nsteps=0x40, stepsize=0x03, mute=0
    Amp-Out vals: [0x40 0x40]
    Connection: 2
    0x05 0x0b
    Node 0x10 [Audio Selector] wcaps 0x300101: Stereo
    Connection: 4
    0x0c* 0x0d 0x0e 0x0f
    Node 0x11 [Audio Selector] wcaps 0x300101: Stereo
    Connection: 4
    0x0c* 0x0d 0x0e 0x0f
    Node 0x12 [Audio Selector] wcaps 0x300101: Stereo
    Connection: 4
    0x0c* 0x0d 0x0e 0x0f
    Node 0x13 [Audio Selector] wcaps 0x300101: Stereo
    Connection: 4
    0x0c* 0x0d 0x0e 0x0f
    Node 0x14 [Pin Complex] wcaps 0x40018d: Stereo Amp-Out
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x80 0x80]
    Pincap 0x0000003f: IN OUT HP Detect Trigger ImpSense
    Pin Default 0x00000000: [Jack] Line Out at Ext N/A
    Conn = Unknown, Color = Unknown
    DefAssociation = 0x0, Sequence = 0x0
    Pin-ctls: 0x40: OUT
    Unsolicited: tag=00, enabled=0
    Connection: 1
    0x0c
    Node 0x15 [Pin Complex] wcaps 0x40018d: Stereo Amp-Out
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x80 0x80]
    Pincap 0x0000003f: IN OUT HP Detect Trigger ImpSense
    Pin Default 0x00000000: [Jack] Line Out at Ext N/A
    Conn = Unknown, Color = Unknown
    DefAssociation = 0x0, Sequence = 0x0
    Pin-ctls: 0x40: OUT
    Unsolicited: tag=00, enabled=0
    Connection: 1
    0x0d
    Node 0x16 [Pin Complex] wcaps 0x40018d: Stereo Amp-Out
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x80 0x80]
    Pincap 0x0000003f: IN OUT HP Detect Trigger ImpSense
    Pin Default 0x00000000: [Jack] Line Out at Ext N/A
    Conn = Unknown, Color = Unknown
    DefAssociation = 0x0, Sequence = 0x0
    Pin-ctls: 0x40: OUT
    Unsolicited: tag=00, enabled=0
    Connection: 1
    0x0e
    Node 0x17 [Pin Complex] wcaps 0x40018d: Stereo Amp-Out
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x80 0x80]
    Pincap 0x0000003f: IN OUT HP Detect Trigger ImpSense
    Pin Default 0x00000000: [Jack] Line Out at Ext N/A
    Conn = Unknown, Color = Unknown
    DefAssociation = 0x0, Sequence = 0x0
    Pin-ctls: 0x40: OUT
    Unsolicited: tag=00, enabled=0
    Connection: 0
    Node 0x18 [Pin Complex] wcaps 0x40018d: Stereo Amp-Out
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x80 0x80]
    Pincap 0x0000133f: IN OUT HP Detect Trigger ImpSense
    Vref caps: HIZ 50 80
    Pin Default 0x00000000: [Jack] Line Out at Ext N/A
    Conn = Unknown, Color = Unknown
    DefAssociation = 0x0, Sequence = 0x0
    Pin-ctls: 0x20: IN VREF_HIZ
    Unsolicited: tag=00, enabled=0
    Connection: 1
    0x10
    Node 0x19 [Pin Complex] wcaps 0x40018d: Stereo Amp-Out
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x80 0x80]
    Pincap 0x0000133f: IN OUT HP Detect Trigger ImpSense
    Vref caps: HIZ 50 80
    Pin Default 0x00000000: [Jack] Line Out at Ext N/A
    Conn = Unknown, Color = Unknown
    DefAssociation = 0x0, Sequence = 0x0
    Pin-ctls: 0x20: IN VREF_HIZ
    Unsolicited: tag=00, enabled=0
    Connection: 1
    0x11
    Node 0x1a [Pin Complex] wcaps 0x40018d: Stereo Amp-Out
    Control: name="Line Jack", index=0, device=0
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x80 0x80]
    Pincap 0x0000133f: IN OUT HP Detect Trigger ImpSense
    Vref caps: HIZ 50 80
    Pin Default 0x01810000: [Jack] Line In at Ext Rear
    Conn = 1/8, Color = Unknown
    DefAssociation = 0x0, Sequence = 0x0
    Pin-ctls: 0x20: IN VREF_HIZ
    Unsolicited: tag=01, enabled=1
    Connection: 1
    0x12
    Node 0x1b [Pin Complex] wcaps 0x40018d: Stereo Amp-Out
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x80 0x80]
    Pincap 0x0000133f: IN OUT HP Detect Trigger ImpSense
    Vref caps: HIZ 50 80
    Pin Default 0x00000000: [Jack] Line Out at Ext N/A
    Conn = Unknown, Color = Unknown
    DefAssociation = 0x0, Sequence = 0x0
    Pin-ctls: 0x20: IN VREF_HIZ
    Unsolicited: tag=00, enabled=0
    Connection: 1
    0x13
    Node 0x1c [Pin Complex] wcaps 0x400001: Stereo
    Pincap 0x00000020: IN
    Pin Default 0x40000000: [N/A] Line Out at Ext N/A
    Conn = Unknown, Color = Unknown
    DefAssociation = 0x0, Sequence = 0x0
    Pin-ctls: 0x00:
    Node 0x1d [Pin Complex] wcaps 0x400000: Mono
    Pincap 0x00000020: IN
    Pin Default 0x00000000: [Jack] Line Out at Ext N/A
    Conn = Unknown, Color = Unknown
    DefAssociation = 0x0, Sequence = 0x0
    Pin-ctls: 0x00:
    Node 0x1e [Pin Complex] wcaps 0x400300: Mono Digital
    Pincap 0x00000010: OUT
    Pin Default 0x00000000: [Jack] Line Out at Ext N/A
    Conn = Unknown, Color = Unknown
    DefAssociation = 0x0, Sequence = 0x0
    Pin-ctls: 0x00:
    Connection: 1
    0x06
    Node 0x1f [Pin Complex] wcaps 0x400200: Mono Digital
    Pincap 0x00000020: IN
    Pin Default 0x00000000: [Jack] Line Out at Ext N/A
    Conn = Unknown, Color = Unknown
    DefAssociation = 0x0, Sequence = 0x0
    Pin-ctls: 0x00:
    Node 0x20 [Vendor Defined Widget] wcaps 0xf00040: Mono
    Processing caps: benign=0, ncoeff=10
    Node 0x21 [Volume Knob Widget] wcaps 0x600080: Mono
    Volume-Knob: delta=0, steps=64, direct=0, val=0
    Unsolicited: tag=00, enabled=0
    Connection: 0
    Codec: Nvidia GPU 0b HDMI/DP
    Address: 0
    AFG Function Id: 0x1 (unsol 0)
    Vendor Id: 0x10de000b
    Subsystem Id: 0x10de0101
    Revision Id: 0x100200
    No Modem Function Group found
    Default PCM:
    rates [0x0]:
    bits [0x0]:
    formats [0x0]:
    Default Amp-In caps: N/A
    Default Amp-Out caps: N/A
    GPIO: io=0, o=0, i=0, unsolicited=0, wake=0
    Node 0x04 [Audio Output] wcaps 0x72b1: 8-Channels Digital Stripe CP
    Converter: stream=0, channel=0
    Digital:
    Digital category: 0x0
    PCM:
    rates [0x7f0]: 32000 44100 48000 88200 96000 176400 192000
    bits [0xe]: 16 20 24
    formats [0x5]: PCM AC3
    Unsolicited: tag=00, enabled=0
    Node 0x05 [Pin Complex] wcaps 0x407381: 8-Channels Digital CP
    Control: name="HDMI/DP,pcm=3 Jack", index=0, device=0
    Control: name="IEC958 Playback Con Mask", index=0, device=0
    Control: name="IEC958 Playback Pro Mask", index=0, device=0
    Control: name="IEC958 Playback Default", index=0, device=0
    Control: name="IEC958 Playback Switch", index=0, device=0
    Control: name="ELD", index=0, device=3
    Pincap 0x09000094: OUT Detect HBR HDMI DP
    Pin Default 0x18560010: [Jack] Digital Out at Int HDMI
    Conn = Digital, Color = Unknown
    DefAssociation = 0x1, Sequence = 0x0
    Pin-ctls: 0x00:
    Unsolicited: tag=01, enabled=1
    Connection: 1
    0x04
    Codec: Nvidia GPU 0b HDMI/DP
    Address: 1
    AFG Function Id: 0x1 (unsol 0)
    Vendor Id: 0x10de000b
    Subsystem Id: 0x10de0101
    Revision Id: 0x100200
    No Modem Function Group found
    Default PCM:
    rates [0x0]:
    bits [0x0]:
    formats [0x0]:
    Default Amp-In caps: N/A
    Default Amp-Out caps: N/A
    GPIO: io=0, o=0, i=0, unsolicited=0, wake=0
    Node 0x04 [Audio Output] wcaps 0x72b1: 8-Channels Digital Stripe CP
    Converter: stream=0, channel=0
    Digital:
    Digital category: 0x0
    PCM:
    rates [0x7f0]: 32000 44100 48000 88200 96000 176400 192000
    bits [0xe]: 16 20 24
    formats [0x5]: PCM AC3
    Unsolicited: tag=00, enabled=0
    Node 0x05 [Pin Complex] wcaps 0x407381: 8-Channels Digital CP
    Control: name="HDMI/DP,pcm=7 Jack", index=0, device=0
    Control: name="IEC958 Playback Con Mask", index=1, device=0
    Control: name="IEC958 Playback Pro Mask", index=1, device=0
    Control: name="IEC958 Playback Default", index=1, device=0
    Control: name="IEC958 Playback Switch", index=1, device=0
    Control: name="ELD", index=0, device=7
    Pincap 0x09000094: OUT Detect HBR HDMI DP
    Pin Default 0x18560010: [Jack] Digital Out at Int HDMI
    Conn = Digital, Color = Unknown
    DefAssociation = 0x1, Sequence = 0x0
    Pin-ctls: 0x00:
    Unsolicited: tag=01, enabled=1
    Connection: 1
    0x04
    Codec: Nvidia GPU 0b HDMI/DP
    Address: 2
    AFG Function Id: 0x1 (unsol 0)
    Vendor Id: 0x10de000b
    Subsystem Id: 0x10de0101
    Revision Id: 0x100200
    No Modem Function Group found
    Default PCM:
    rates [0x0]:
    bits [0x0]:
    formats [0x0]:
    Default Amp-In caps: N/A
    Default Amp-Out caps: N/A
    GPIO: io=0, o=0, i=0, unsolicited=0, wake=0
    Node 0x04 [Audio Output] wcaps 0x72b1: 8-Channels Digital Stripe CP
    Converter: stream=0, channel=0
    Digital:
    Digital category: 0x0
    PCM:
    rates [0x7f0]: 32000 44100 48000 88200 96000 176400 192000
    bits [0xe]: 16 20 24
    formats [0x5]: PCM AC3
    Unsolicited: tag=00, enabled=0
    Node 0x05 [Pin Complex] wcaps 0x407381: 8-Channels Digital CP
    Control: name="HDMI/DP,pcm=8 Jack", index=0, device=0
    Control: name="IEC958 Playback Con Mask", index=2, device=0
    Control: name="IEC958 Playback Pro Mask", index=2, device=0
    Control: name="IEC958 Playback Default", index=2, device=0
    Control: name="IEC958 Playback Switch", index=2, device=0
    Control: name="ELD", index=0, device=8
    Pincap 0x09000094: OUT Detect HBR HDMI DP
    Pin Default 0x18560010: [Jack] Digital Out at Int HDMI
    Conn = Digital, Color = Unknown
    DefAssociation = 0x1, Sequence = 0x0
    Pin-ctls: 0x00:
    Unsolicited: tag=01, enabled=1
    Connection: 1
    0x04
    Codec: Nvidia GPU 0b HDMI/DP
    Address: 3
    AFG Function Id: 0x1 (unsol 0)
    Vendor Id: 0x10de000b
    Subsystem Id: 0x10de0101
    Revision Id: 0x100200
    No Modem Function Group found
    Default PCM:
    rates [0x0]:
    bits [0x0]:
    formats [0x0]:
    Default Amp-In caps: N/A
    Default Amp-Out caps: N/A
    GPIO: io=0, o=0, i=0, unsolicited=0, wake=0
    Node 0x04 [Audio Output] wcaps 0x72b1: 8-Channels Digital Stripe CP
    Converter: stream=0, channel=0
    Digital:
    Digital category: 0x0
    PCM:
    rates [0x7f0]: 32000 44100 48000 88200 96000 176400 192000
    bits [0xe]: 16 20 24
    formats [0x5]: PCM AC3
    Unsolicited: tag=00, enabled=0
    Node 0x05 [Pin Complex] wcaps 0x407381: 8-Channels Digital CP
    Control: name="HDMI/DP,pcm=9 Jack", index=0, device=0
    Control: name="IEC958 Playback Con Mask", index=3, device=0
    Control: name="IEC958 Playback Pro Mask", index=3, device=0
    Control: name="IEC958 Playback Default", index=3, device=0
    Control: name="IEC958 Playback Switch", index=3, device=0
    Control: name="ELD", index=0, device=9
    Pincap 0x09000094: OUT Detect HBR HDMI DP
    Pin Default 0x18560010: [Jack] Digital Out at Int HDMI
    Conn = Digital, Color = Unknown
    DefAssociation = 0x1, Sequence = 0x0
    Pin-ctls: 0x00:
    Unsolicited: tag=01, enabled=1
    Connection: 1
    0x04
    --endcollapse--
    !!ALSA Device nodes
    crw-rw----+ 1 root audio 116, 3 Jul 17 17:07 /dev/snd/controlC0
    crw-rw----+ 1 root audio 116, 12 Jul 17 17:07 /dev/snd/controlC1
    crw-rw----+ 1 root audio 116, 2 Jul 17 17:07 /dev/snd/hwC0D2
    crw-rw----+ 1 root audio 116, 11 Jul 17 17:07 /dev/snd/hwC1D0
    crw-rw----+ 1 root audio 116, 10 Jul 17 17:07 /dev/snd/hwC1D1
    crw-rw----+ 1 root audio 116, 9 Jul 17 17:07 /dev/snd/hwC1D2
    crw-rw----+ 1 root audio 116, 8 Jul 17 17:07 /dev/snd/hwC1D3
    crw-rw----+ 1 root audio 116, 7 Jul 17 17:07 /dev/snd/pcmC1D3p
    crw-rw----+ 1 root audio 116, 6 Jul 17 17:07 /dev/snd/pcmC1D7p
    crw-rw----+ 1 root audio 116, 5 Jul 17 17:07 /dev/snd/pcmC1D8p
    crw-rw----+ 1 root audio 116, 4 Jul 17 17:07 /dev/snd/pcmC1D9p
    crw-rw---- 1 root audio 116, 1 Jul 17 17:07 /dev/snd/seq
    crw-rw----+ 1 root audio 116, 33 Jul 17 17:07 /dev/snd/timer
    /dev/snd/by-path:
    total 0
    drwxr-xr-x 2 root root 80 Jul 17 17:07 .
    drwxr-xr-x 3 root root 320 Jul 17 17:07 ..
    lrwxrwxrwx 1 root root 12 Jul 17 17:07 pci-0000:00:1b.0 -> ../controlC0
    lrwxrwxrwx 1 root root 12 Jul 17 17:07 pci-0000:01:00.1 -> ../controlC1
    !!Aplay/Arecord output
    APLAY
    **** List of PLAYBACK Hardware Devices ****
    card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 7: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 8: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 9: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    ARECORD
    **** List of CAPTURE Hardware Devices ****
    !!Amixer output
    !!-------Mixer controls for card 0 [Intel]
    Card hw:0 'Intel'/'HDA Intel at 0x53300000 irq 46'
    Mixer name : 'Realtek ALC880'
    Components : 'HDA:10ec0880,08600000,00090000'
    Controls : 4
    Simple ctrls : 2
    Simple mixer control 'PCM',0
    Capabilities: pvolume penum
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 255
    Mono:
    Front Left: Playback 255 [100%] [0.00dB]
    Front Right: Playback 255 [100%] [0.00dB]
    Simple mixer control 'Beep',0
    Capabilities: pvolume pswitch penum
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 65
    Mono:
    Front Left: Playback 35 [54%] [0.00dB] [off]
    Front Right: Playback 35 [54%] [0.00dB] [off]
    !!-------Mixer controls for card 1 [NVidia]
    Card hw:1 'NVidia'/'HDA NVidia at 0x53000000 irq 17'
    Mixer name : 'Nvidia GPU 0b HDMI/DP'
    Components : 'HDA:10de000b,10de0101,00100200'
    Controls : 24
    Simple ctrls : 4
    Simple mixer control 'IEC958',0
    Capabilities: pswitch pswitch-joined penum
    Playback channels: Mono
    Mono: Playback [on]
    Simple mixer control 'IEC958',1
    Capabilities: pswitch pswitch-joined penum
    Playback channels: Mono
    Mono: Playback [on]
    Simple mixer control 'IEC958',2
    Capabilities: pswitch pswitch-joined penum
    Playback channels: Mono
    Mono: Playback [on]
    Simple mixer control 'IEC958',3
    Capabilities: pswitch pswitch-joined penum
    Playback channels: Mono
    Mono: Playback [on]
    !!Alsactl output
    --startcollapse--
    state.Intel {
    control.1 {
    iface MIXER
    name 'Beep Playback Volume'
    value.0 35
    value.1 35
    comment {
    access 'read write'
    type INTEGER
    count 2
    range '0 - 65'
    dbmin -3500
    dbmax 3000
    dbvalue.0 0
    dbvalue.1 0
    control.2 {
    iface MIXER
    name 'Beep Playback Switch'
    value.0 false
    value.1 false
    comment {
    access 'read write'
    type BOOLEAN
    count 2
    control.3 {
    iface CARD
    name 'Line Jack'
    value false
    comment {
    access read
    type BOOLEAN
    count 1
    control.4 {
    iface MIXER
    name 'PCM Playback Volume'
    value.0 255
    value.1 255
    comment {
    access 'read write user'
    type INTEGER
    count 2
    range '0 - 255'
    tlv '0000000100000008ffffec1400000014'
    dbmin -5100
    dbmax 0
    dbvalue.0 0
    dbvalue.1 0
    state.NVidia {
    control.1 {
    iface CARD
    name 'HDMI/DP,pcm=3 Jack'
    value false
    comment {
    access read
    type BOOLEAN
    count 1
    control.2 {
    iface MIXER
    name 'IEC958 Playback Con Mask'
    value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
    comment {
    access read
    type IEC958
    count 1
    control.3 {
    iface MIXER
    name 'IEC958 Playback Pro Mask'
    value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
    comment {
    access read
    type IEC958
    count 1
    control.4 {
    iface MIXER
    name 'IEC958 Playback Default'
    value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
    comment {
    access 'read write'
    type IEC958
    count 1
    control.5 {
    iface MIXER
    name 'IEC958 Playback Switch'
    value true
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.6 {
    iface PCM
    device 3
    name ELD
    value ''
    comment {
    access read
    type BYTES
    count 0
    control.7 {
    iface CARD
    name 'HDMI/DP,pcm=7 Jack'
    value false
    comment {
    access read
    type BOOLEAN
    count 1
    control.8 {
    iface MIXER
    name 'IEC958 Playback Con Mask'
    index 1
    value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
    comment {
    access read
    type IEC958
    count 1
    control.9 {
    iface MIXER
    name 'IEC958 Playback Pro Mask'
    index 1
    value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
    comment {
    access read
    type IEC958
    count 1
    control.10 {
    iface MIXER
    name 'IEC958 Playback Default'
    index 1
    value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
    comment {
    access 'read write'
    type IEC958
    count 1
    control.11 {
    iface MIXER
    name 'IEC958 Playback Switch'
    index 1
    value true
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.12 {
    iface PCM
    device 7
    name ELD
    value ''
    comment {
    access read
    type BYTES
    count 0
    control.13 {
    iface CARD
    name 'HDMI/DP,pcm=8 Jack'
    value false
    comment {
    access read
    type BOOLEAN
    count 1
    control.14 {
    iface MIXER
    name 'IEC958 Playback Con Mask'
    index 2
    value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
    comment {
    access read
    type IEC958
    count 1
    control.15 {
    iface MIXER
    name 'IEC958 Playback Pro Mask'
    index 2
    value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
    comment {
    access read
    type IEC958
    count 1
    control.16 {
    iface MIXER
    name 'IEC958 Playback Default'
    index 2
    value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
    comment {
    access 'read write'
    type IEC958
    count 1
    control.17 {
    iface MIXER
    name 'IEC958 Playback Switch'
    index 2
    value true
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.18 {
    iface PCM
    device 8
    name ELD
    value ''
    comment {
    access read
    type BYTES
    count 0
    control.19 {
    iface CARD
    name 'HDMI/DP,pcm=9 Jack'
    value false
    comment {
    access read
    type BOOLEAN
    count 1
    control.20 {
    iface MIXER
    name 'IEC958 Playback Con Mask'
    index 3
    value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
    comment {
    access read
    type IEC958
    count 1
    control.21 {
    iface MIXER
    name 'IEC958 Playback Pro Mask'
    index 3
    value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
    comment {
    access read
    type IEC958
    count 1
    control.22 {
    iface MIXER
    name 'IEC958 Playback Default'
    index 3
    value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
    comment {
    access 'read write'
    type IEC958
    count 1
    control.23 {
    iface MIXER
    name 'IEC958 Playback Switch'
    index 3
    value true
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.24 {
    iface PCM
    device 9
    name ELD
    value ''
    comment {
    access read
    type BYTES
    count 0
    --endcollapse--
    !!All Loaded Modules
    Module
    zram
    lm85
    hwmon_vid
    aes_i586
    cryptd
    aes_generic
    act_police
    cls_basic
    cls_flow
    cls_fw
    cls_u32
    sch_tbf
    sch_prio
    sch_htb
    sch_hfsc
    sch_ingress
    sch_sfq
    bridge
    stp
    llc
    xt_statistic
    xt_CT
    xt_LOG
    xt_time
    xt_connlimit
    xt_realm
    xt_addrtype
    iptable_raw
    xt_comment
    xt_recent
    xt_policy
    ipt_ULOG
    ipt_REJECT
    ipt_REDIRECT
    ipt_NETMAP
    ipt_MASQUERADE
    ipt_ECN
    ipt_CLUSTERIP
    ipt_ah
    xt_set
    ip_set
    nf_nat_tftp
    nf_nat_snmp_basic
    nf_conntrack_snmp
    nf_nat_sip
    nf_nat_pptp
    nf_nat_proto_gre
    nf_nat_irc
    nf_nat_h323
    nf_nat_ftp
    nf_nat_amanda
    ts_kmp
    nf_conntrack_amanda
    nf_conntrack_sane
    nf_conntrack_tftp
    nf_conntrack_sip
    nf_conntrack_proto_udplite
    nf_conntrack_proto_sctp
    nf_conntrack_pptp
    nf_conntrack_proto_gre
    nf_conntrack_netlink
    nf_conntrack_netbios_ns
    nf_conntrack_broadcast
    nf_conntrack_irc
    nf_conntrack_h323
    nf_conntrack_ftp
    xt_TPROXY
    nf_defrag_ipv6
    nf_tproxy_core
    ip6_tables
    xt_tcpmss
    xt_pkttype
    xt_physdev
    xt_owner
    xt_NFQUEUE
    xt_NFLOG
    nfnetlink_log
    xt_multiport
    xt_mark
    xt_mac
    xt_limit
    xt_length
    xt_iprange
    xt_helper
    xt_hashlimit
    xt_DSCP
    xt_dscp
    xt_dccp
    xt_conntrack
    xt_connmark
    xt_CLASSIFY
    xt_AUDIT
    xt_state
    iptable_nat
    nf_nat
    nf_conntrack_ipv4
    nf_defrag_ipv4
    nf_conntrack
    iptable_mangle
    nfnetlink
    xt_tcpudp
    iptable_filter
    ip_tables
    x_tables
    arc4
    fuse
    nvidia
    snd_hda_codec_hdmi
    ppdev
    ath9k_htc
    ath9k_common
    microcode
    ath9k_hw
    ath
    serio_raw
    psmouse
    evdev
    mac80211
    ums_cypress
    cfg80211
    compat
    usb_storage
    rfkill
    i2c_i801
    uas
    rc_ati_x10
    iTCO_wdt
    firewire_ohci
    ati_remote
    iTCO_vendor_support
    e100
    firewire_core
    mii
    rc_core
    crc_itu_t
    snd_hda_codec_realtek
    parport_pc
    parport
    snd_hda_intel
    snd_hda_codec
    snd_pcm
    snd_page_alloc
    snd_hwdep
    snd_timer
    nfsd
    exportfs
    intel_agp
    intel_gtt
    snd
    nfs
    i2c_core
    agpgart
    nfs_acl
    lockd
    soundcore
    auth_rpcgss
    button
    processor
    sunrpc
    fscache
    autofs4
    ext4
    crc16
    jbd2
    mbcache
    usbhid
    hid
    sr_mod
    cdrom
    pata_acpi
    ata_generic
    uhci_hcd
    ata_piix
    ehci_hcd
    usbcore
    usb_common
    sd_mod
    ahci
    libahci
    libata
    scsi_mod
    !!Sysfs Files
    /sys/class/sound/hwC0D2/init_pin_configs:
    0x14 0x00000000
    0x15 0x00000000
    0x16 0x00000000
    0x17 0x00000000
    0x18 0x00000000
    0x19 0x00000000
    0x1a 0x01810000
    0x1b 0x00000000
    0x1c 0x40000000
    0x1d 0x00000000
    0x1e 0x00000000
    0x1f 0x00000000
    /sys/class/sound/hwC0D2/driver_pin_configs:
    /sys/class/sound/hwC0D2/user_pin_configs:
    /sys/class/sound/hwC0D2/init_verbs:
    /sys/class/sound/hwC1D0/init_pin_configs:
    0x05 0x18560010
    /sys/class/sound/hwC1D0/driver_pin_configs:
    /sys/class/sound/hwC1D0/user_pin_configs:
    /sys/class/sound/hwC1D0/init_verbs:
    /sys/class/sound/hwC1D1/init_pin_configs:
    0x05 0x18560010
    /sys/class/sound/hwC1D1/driver_pin_configs:
    /sys/class/sound/hwC1D1/user_pin_configs:
    /sys/class/sound/hwC1D1/init_verbs:
    /sys/class/sound/hwC1D2/init_pin_configs:
    0x05 0x18560010
    /sys/class/sound/hwC1D2/driver_pin_configs:
    /sys/class/sound/hwC1D2/user_pin_configs:
    /sys/class/sound/hwC1D2/init_verbs:
    /sys/class/sound/hwC1D3/init_pin_configs:
    0x05 0x18560010
    /sys/class/sound/hwC1D3/driver_pin_configs:
    /sys/class/sound/hwC1D3/user_pin_configs:
    /sys/class/sound/hwC1D3/init_verbs:
    !!ALSA/HDA dmesg
    [ 3.398568] Installing knfsd (copyright (C) 1996 [email protected]).
    [ 3.431145] snd_hda_intel 0000:00:1b.0: irq 46 for MSI/MSI-X
    [ 3.462799] parport_pc 00:07: reported by Plug and Play ACPI
    [ 3.462832] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE,EPP]
    [ 3.467010] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input4
    [ 3.468096] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
    [ 3.471112] hda_intel: Disabling MSI
    [ 3.522125] intel_rng: Firmware space is locked read-only. If you can't or
    [ 4.173059] ath9k_htc 1-2:1.0: ath9k_htc: HTC initialized with 45 credits
    [ 4.263632] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input8
    [ 4.263914] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input9
    [ 4.264134] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input10
    [ 4.264423] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input11
    [ 4.267027] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
    I'll also see what kind of help I can get from the developers upstream.

Maybe you are looking for