Windows 7 et PCI-6224

Hi,
I have a DAQ board (PCI-6224) under Win XP and use Matlab to read the data.
I'd like to upgrade to Win 7 for the summer... is there anyone that use this board under Win 7 (with Matlab)?
if yes, what version of DAQmx?
thank,
MEK

Hi !
It depends of your OS !
We can find the list of all DAQmx versions to this link : http://search.ni.com/nisearch/app/main/p/bot/no/ap/tech/lang/fr/pg/1/sn/catnav:du,n12:en,n19:Windows...
Benjamin

Similar Messages

  • Transmit/Receive Manchester signals using digital output of PCI 6224

    How can a manchester signal be transmitted and received using the DIO of the pci 6224 board?
    I want to create a NRZ manchester signal on a digital ouput channel and then have the ability to receive and interpret the same type of signal on a digital input channel.
    Any assistance would be greatly appreciated.
    Solved!
    Go to Solution.

    Hi VJohnson,
    You might find this discussion forum post useful.
    Looks like LabVIEW does not have Manchester coding/decoding built in, but it should be do able in your VI by replacing every element with the corresponding two elements, and using double the baud rate as your clock rate.
    Thanks
    Scott M.
    Applications Engineer
    National Instruments

  • How do I connect and detect a high frquency pulse (0-3500hz) with a variable pulse voltage (0v low,5-10v high), on a SC-2345 connected to a PCI-6224?

    How do I connect and detect a high frquency pulse (0-3500hz) with a variable pulse voltage (0v low,5-10v high),  on a SC-2345 connected to a PCI-6224?  Labview doesn't generate a waveform if I try to graph the signal, and my analog input doesn'y recognize that the signal is even pulsing, only that it has a voltage.  Some advice would be much appreciated.
    Thanks in advance,
    Garrett

    Hi Garrett,
    It sounds like you want to do Frequency Measurements of a signal that is somewhat digital.
    There are two ways you can really do this:
    Wire your signal to the counter input and use the Digital Frequency examples (Help > Find Examples > Browse > Hardware Input and Output > DAQmx > Counter Measurements > Digital Frequency)
    Continue taking analog measurements and use some sort of logic to determine where you are getting rising and falling edges.
    I would recommend doing method #1, but you must determine which one is the best for your system.
    If you want to connect to the counter pins then you will find the
    terminals located on the side of your SC-2345.  If you don't need
    to condition your signals then simply wire everything into the proper
    pins for your counter (below).
    Default NI-DAQmx Counter Terminals (Connector 0)
     Terminal 
     Counter Context (Default) 
     Motion Encoder Context 
     Signal Name 
    37
    CTR 0 SRC
    CTR 0 A
    PFI 8
    3
    CTR 0 GATE
    CTR 0 Z
    PFI 9
    45
    CTR 0 AUX
    CTR 0 B
    PFI 10
    2
    CTR 0 OUT
    PFI 12
    42
    CTR 1 SRC
    CTR 1 A
    PFI 3
    41
    CTR 1 GATE
    CTR 1 Z
    PFI 4
    46
    CTR 1 AUX
    CTR 1 B
    PFI 11
    40
    CTR 1 OUT
    PFI 13
    Otis
    Training and Certification
    Product Support Engineer
    National Instruments

  • Where we can use PCI 6224 in an electronic industry other than Testing?

    I have PCI 6224 card  and SCB 68 box with me. Upto now i have devoloped VIs for measuring volatges and currents and generating a test report. I want to further use them for some other applications. Can anyone suggest me some applications where can i use LabVIEW other than measurement and testing?

    This is a strange question.
    You can do pretty much anything you want to with LabVIEW.
    But a PCI 6224 is a DAQ card, a piece of hardware that is meant to measure electrical signals.  What else do you expect to use it for?  You could possible use it for a coaster, but that would be pretty lumpy.  An AOL CD makes a much better coaster.

  • Digital I/O of PCI 6224

    Actually I have a small doubt regarding PCI 6224.So far I have seen that the digital pins are only used for frequency measurement and PWM generation. But there are 48 digital pins which is more compared to analog pins. so can you suggest me some new applications using these digital pins

    First of all, the frequency measurements and PWM generation can only be done on the counter pins.  As far as the other static DIO, I've used them for relay control, UUT communication (read and write), microcontroller communication, read UUT output status, and more of the sorts.  DIO are extremely important for test sets.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Interface with I2C SDA and SCL with PCI 6224 digital ouputs in C/C++

    I am trying to use the pci 6224 in order to send SDA and SCL to an I2C. I have been able to control the Digital Output, but I have been unsuccessful with generating a clock source to satify the I2C. I am writing this code in C/C++. Any ideas or examples would surely be appreciated. I need a good starting point, but I have not been able to find any useful examples that have worked. I am using the SCB-68 and I am trying to use my digital multi-meter to verify my code. 
    I have looked at the examples provided, but is there a description of these functions that are being called using the NIDAQmx.h? 

    Hello VJohnson,
    The counter will give you control of the clock frequency and duty cycle.  However, this card also has correlated DIO, which means that you can clock your digital lines.  Because of this, you can write a specific pattern (101010) to the buffer and just have it continuously output.  However, you will have to write this in a way that you know what values you're writing based on the part of the clock you're at.  
    My I2C implemetation knowledge isn't the greatest, so I do not know how big each of your communication packets will be, but one implemetation would be to write your data in packets to regulate your SDA and SCL lines.  The WriteDigChan-ExtClk is the best option that shows how to write a digital channel with a clock.  You will just need to modify the DAQmxCfgSampClkTiming( function call.  The second input should be changed from "/Dev1/PFI0" to OnboardClock or NULL.  Hope this helps! 
    ColeR
    Field Engineer

  • PCI 6224 error code -88302 during self test

    Hello,
    I'm having a problem with self testing my PCI 6224 board in my computer. I am able to run 2 different boards successfully on 2 different computers, but this computer is seeming to give me troubles.
    When I open NI MAX to run self test, it gives me an error code -88302 and says issue with connection. I tried unplugging the DAQ to my circuit and running the self test again but got the same error.
    How can I further trouble shoot this problem to take my next steps to resolving this?
    Thanks,
    Brandon Deal
    Brandon Deal
    RDD Intern
    Solved!
    Go to Solution.

    Yeah, at this point it does sound like a software problem on this particular compute - most likely an issue with DAQmx. What version of DAQmx do you currently have installed? When you were trying the first troubleshooting steps I recommended, did you just repair DAQmx, or did you upgrade to the latest version of the driver? If you just repaired your existing installation, you can try upgrading to DAQmx 9.8 instead. You can download DAQmx 9.8 from the link below.
    NI-DAQmx 9.8
    http://www.ni.com/download/ni-daqmx-9.8/4297/en/
    You can also try resetting the MAX configuration data. While it is rare for it to happen, the MAX configuration database can become corrupted, which can cause sytem issue like you're seeing. Follow the steps in the document below to reset the configuration data.
    What is the Process for Resetting the MAX Database?
    http://digital.ni.com/public.nsf/allkb/2C7480E856987FFF862573AE005AB0D9
    At this point it's probably just a matter of pinpointing which piece of software is malfunctioning/corrupted and repairing/reinstalling it. You can continue trying to do that for this machine, or, if you do have another working machine available, you could switch to that computer - whichever is more convenient for you.
    Regards,
    Ryan K.

  • Pci-6224 counter measurement

    We need to make simultaneous counter pulsewidth measurements with our PCI-6224 DAQmx card.  It has two counters and the function panel info/help indicates specifically that it can do simultaneous measurements by creating 2 different tasks (DAQmsCreatTask()) and then using two separate DAQmxStartTask() calls.  We then do 2 separate DAQmxReadCounterScalarF64() calls. 
      The problem is that DAQmxStartTask()doesn't initiate the measurement like the function panel documention indicates.  The measurement(s) aren't initiated until the DAQmxReadCounterScalarF64() is executed, which makes simultaneous measurements impossible (i.e. if the measurement isn't initiated until the Read, then the first Read will be executing while both simultaneous pulses are generated and the second read will be too late).  I've put breakpoints in and verified this repeatedly.
      How do I get the DAQmxStartTask() to initiate the counter measurement immediately?

    Hi nap3n,
    What Dustin said is true of buffered tasks, but it sounds like the original poster is using an on-demand counter task, which is where the device starts counting when you call DAQmx Read. I think your best bet might be to use buffered tasks by calling DAQmx Timing (Implicit) like in the Meas Pulse Width-Buffered-Cont example. It may also be helpful to synchronize their arm start triggers, though implicit timing will still cause them to drift apart depending on the input signals.
    Brad
    Brad Keryan
    NI R&D

  • 915 Neo2 - Windows showing error pci.sys

    I am not a newb in respects to computers, but as for pentium 4's and their respective motherboards I am.  I just purchased a Pentium 4 3.2 Ghz processor with an MSI 915P Neo Platinum 2 motherboard.  All of the components are connected and are recognized by the motherboard.  When I tried to load windows, it booted up and setup started to detect my hardware and installing setup components.  After the setup drivers and stuff are loaded, the screen flashes black and a blue screen with an error message comes up.  It says an error has occurred and windows has shut down in order to protect my pc from being damaged.  I have checked the temperature of the cpu and everything looks fine.  At the very bottom of the blue screen, "pci.sys" comes up saying it is the root of the error I'm guessing.  The only thing plugged into a pci slot is the pci express card.  My ATI Radeon x600 256 mb video card is in the pci express X16 slot.  I have tried to install windows on a separate computer and then run it on this computer, but it still doesn't work.  Any suggestions are welcome, I am at a standstill on building this computer and have only worked with AMD based processors and motherboards.  Thank you.

    After digesting that thread,
    https://forum-en.msi.com/index.php?threadid=60870&threadview=0&hilight=&hilightuser=0&page=1
    which cured my pci.sys error, it could have however been the cause for my discovery that XP had not detected that my CPU had hyperthread technology (HT) and was runing as a "MPS uniprocessor", but should have been running as a "ACPI multiprocessor".
    Even though the BIOS stated HT enabled.
    This explained why when I shutdown XP, the screen message says "It is now safe to turn off your computer", instead of shutting down completely.
    Also, only one performance graph in Task Manager/Performance was displayed.
    Its all to do the the Hardware Abstraction layer (HAL).
    Yeah, it turns out that when installing XP, when it displays "Press F6 to install any third party raid/scsi drivers", actually one needs to press F5 and then F6.
    Pressing F5 first brings up a new option which is to tell XP what type of computer one has.
    Missing this f5 could mean that XP installs the standard HAL, not the ACPI multiprocessor HAL, and thus may not yeild the full potential of your new HT CPU.
    So, I had to reinstall XP (pressing F5 this time), and now I am a full blooded ACPI multiprocessor PC.
    Read about it here
    http://support.microsoft.com/kb/309283
    http://support.microsoft.com/kb/299340/EN-US/
    So, if you too have an INTEL P4 with HT technology and your motherboard supports it, check in control Panel/system/Devices/Computer and it should display ACPI multiprocessor PC.
    I include this as part of a possible side effect of the pci.sys error fix(which was to turn off ACPI in BIOS), but I cant say categorically.
    It may be that ACPI can be enabled in BIOS providing that the F5 option is done and ACPI multiprocessor is selected. That pci.sys error may then not occur and XP is happy.
    regs Bubba

  • New system, MSI X800XT PCI-E Issues

    Hi there!
    I just bought a new motherboard, new ram, new cpu and new videocard and was eagerly wanting to set this stuff up.  
    My system is now as follows:
    Motherboard: MSI 925X Neo-54G
    CPU: P4 3.40Ghz (1 Mb L2 Cache) (Socket 775)
    RAM: 1 GByte DDR2 533
    Video Card: MSI RX800 XT-VTD256 (ATI Radeon X800XT PCI-E)
    I put everything up and working and installed Windows XP w/ SP2. Installed every driver needed from the motherboard CD, went to ATI's site and downloaded the latest Catalyst Drivers, etc.
    After having everything apparently working as it should, I downloaded 3dMark 2005 to see how it went. I had never used the 2005 version before so I wasn't too shocked to see it only got like 3200 points although I was kinda suspicious after seeing some of the tests going at like 1 fps.  
    I went back to another PC I have at home (a socket 478, P4 3.0Ghz, Asus P4C800 mobo, 1 GByte DDR400 Ram and a GeForce 6800 Ultra). Ran 3dMark 2005 and to my amazement, it got like 4400 points.  
    Well, double checked everything on the catalyst control panel (nothing really useful there)... then went back to the BIOS setup to investigate what is not working as it should. MSI boards have that nifty Dynamic Overclocking thing and so I turned it on. My BIOS settings are now as following (only listing settings I have doubts on):
    DDR2 533 (Dual Channel Mode Enabled)
    DRAM Timing Selectable: By SPD
    Memory Hole: Disabled
    PCI Express Root Port Func: Auto on all 4 ports
    PCI-E Compliance Mode: v1.0a
    DRAM Data integrity mode: Non-ECC
    PCI IDE Busmaster: Enabled (I have a 250GB 8MB SATA HD,fyi)
    Init Display First: PCI-E
    Maximum Payload Size (PCI-E): 4096
    High performance mode: Optimized (Manual is the other option)
    Dynamic Overclocking: 5% (0-15% range)
    Adjust DDR Frequency: Auto
    Auto Detect PCI Clock: Enabled
    Spread Spectrum: Disabled
    CPU Clock: 200Mhz
    CPU Voltage: By CPU default
    Memory Voltage: 1.8v
    AGP/PCI-E Voltage: 1.5v
    Ok, so, can anyone tell me what is wrong (if anything)? I mean, I think this PC should be faster than my other one...  
    I'm not really interested in overclocking and I am really convinced this hardware should be able to beat my other one easily with default operating status.
    Also, I tested this PC's performance with Rome: Total War and it is just as 3dMark had showed, it performs worse than the other pc I mentioned, with the same exact settings.  
    Any help please?
    Regards!  

    Quote
    Originally posted by thegrommit
    I'm not familiar with Intel motherboards, but posting your DirectX results might help someone who is work out whether you have all the right drivers installed:
    Ok, here goes:
    System Information
    Time of this report: 10/3/2004, 15:48:43
           Machine name: PC2
       Operating System: Windows XP Professional (5.1, Build 2600) Service Pack 2 (2600.xpsp_sp2_rtm.040803-2158)
               Language: English (Regional Setting: Portuguese)
    System Manufacturer: INTELR
           System Model: AWRDACPI
                   BIOS: Phoenix - AwardBIOS v6.00PG
              Processor: Intel(R) Pentium(R) 4 CPU 3.40GHz (2 CPUs)
                 Memory: 1024MB RAM
              Page File: 138MB used, 2323MB available
            Windows Dir: C:\WINDOWS
        DirectX Version: DirectX 9.0c (4.09.0000.0904)
    DX Setup Parameters: Not found
         DxDiag Version: 5.03.2600.2180 32bit Unicode
    DxDiag Notes
      DirectX Files Tab: No problems found.
          Display Tab 1: No problems found.
            Sound Tab 1: No problems found.
              Music Tab: No problems found.
              Input Tab: No problems found.
            Network Tab: No problems found.
    DirectX Debug Levels
    Direct3D:    0/4 (n/a)
    DirectDraw:  0/4 (retail)
    DirectInput: 0/5 (n/a)
    DirectMusic: 0/5 (n/a)
    DirectPlay:  0/9 (retail)
    DirectSound: 0/5 (retail)
    DirectShow:  0/6 (retail)
    Display Devices
            Card name: RADEON X800 XT
         Manufacturer: ATI Technologies Inc.
            Chip type: RADEON X800 XT (0x5D57)
             DAC type: Internal DAC(400MHz)
           Device Key: Enum\PCI\VEN_1002&DEV_5D57&SUBSYS_03121002&REV_00
       Display Memory: 256.0 MB
         Current Mode: 1280 x 1024 (32 bit) (85Hz)
              Monitor: Plug and Play Monitor
      Monitor Max Res: 1600,1200
          Driver Name: ati2dvag.dll
       Driver Version: 6.14.0010.6476 (English)
          DDI Version: 9 (or higher)
    Driver Attributes: Final Retail
     Driver Date/Size: 8/25/2004 13:29:04, 209408 bytes
          WHQL Logo'd: Yes
      WHQL Date Stamp: n/a
                  VDD: n/a
             Mini VDD: ati2mtag.sys
        Mini VDD Date: 8/25/2004 13:28:46, 787456 bytes
    Device Identifier: {D7B71EE2-1E17-11CF-FE6A-1823A1C2CB35}
            Vendor ID: 0x1002
            Device ID: 0x5D57
            SubSys ID: 0x03121002
          Revision ID: 0x0000
          Revision ID: 0x0000
          Video Accel: ModeMPEG2_C ModeMPEG2_D
     Deinterlace Caps: {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                       {552C0DAD-CCBC-420B-83C8-74943CF9F1A6}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                       {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
             Registry: OK
         DDraw Status: Enabled
           D3D Status: Enabled
           AGP Status: Enabled
    DDraw Test Result: Not run
     D3D7 Test Result: Not run
     D3D8 Test Result: Not run
     D3D9 Test Result: Not run
    Sound Devices
                Description: SB Audigy Audio [D000]
     Default Sound Playback: Yes
     Default Voice Playback: Yes
                Hardware ID: PCI\VEN_1102&DEV_0004&SUBSYS_00531102&REV_03
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: e10kx2k.sys
             Driver Version: 5.12.0001.0136 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 11/5/2001 13:02:30, 1758336 bytes
                Other Files:
            Driver Provider: Creative
             HW Accel Level: Full
                  Cap Flags: 0xF5F
        Min/Max Sample Rate: 4000, 191999
    Static/Strm HW Mix Bufs: 32, 31
     Static/Strm HW 3D Bufs: 32, 31
                  HW Memory: 0
           Voice Management: Yes
     EAX(tm) 2.0 Listen/Src: Yes, Yes
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
                   Registry: OK
          Sound Test Result: Not run
    Sound Capture Devices
                Description: SB Audigy Audio [D000]
      Default Sound Capture: Yes
      Default Voice Capture: Yes
                Driver Name: e10kx2k.sys
             Driver Version: 5.12.0001.0136 (English)
          Driver Attributes: Final Retail
              Date and Size: 11/5/2001 13:02:30, 1758336 bytes
                  Cap Flags: 0x41
               Format Flags: 0xFFF
    DirectMusic
            DLS Path: C:\WINDOWS\SYSTEM32\drivers\GM.DLS
         DLS Version: 1.00.0016.0002
        Acceleration: Enabled
               Ports: SB Audigy DirectMusic Synthesizer [D000], Hardware (Kernel Mode), Output, DLS, Internal, Default Port
                      SB Audigy Audio [D000], Software (Kernel Mode), Output, DLS, Internal
                      Microsoft MIDI Mapper [Emulated], Hardware (Not Kernel Mode), Output, No DLS, Internal
                      SB Audigy Synth A [D000] [Emulated], Hardware (Not Kernel Mode), Output, No DLS, Internal
                      SB Audigy Sw Synth [D000] [Emulated], Hardware (Not Kernel Mode), Output, No DLS, Internal
                      SB Audigy Synth B [D000] [Emulated], Hardware (Not Kernel Mode), Output, No DLS, Internal
                      SB Audigy MIDI Port [D000] [Emulated], Hardware (Not Kernel Mode), Output, No DLS, External
                      Microsoft GS Wavetable SW Synth [Emulated], Hardware (Not Kernel Mode), Output, No DLS, Internal
                      SB Audigy MIDI Port [D000] [Emulated], Hardware (Not Kernel Mode), Input, No DLS, External
                      Microsoft Synthesizer, Software (Not Kernel Mode), Output, DLS, Internal
            Registry: OK
         Test Result: Not run
    DirectPlay Service Providers
    DirectPlay8 Modem Service Provider - Registry: OK, File: dpnet.dll (5.03.2600.2180)
    DirectPlay8 Serial Service Provider - Registry: OK, File: dpnet.dll (5.03.2600.2180)
    DirectPlay8 IPX Service Provider - Registry: OK, File: dpnet.dll (5.03.2600.2180)
    DirectPlay8 TCP/IP Service Provider - Registry: OK, File: dpnet.dll (5.03.2600.2180)
    Internet TCP/IP Connection For DirectPlay - Registry: OK, File: dpwsockx.dll (5.03.2600.2180)
    IPX Connection For DirectPlay - Registry: OK, File: dpwsockx.dll (5.03.2600.2180)
    Modem Connection For DirectPlay - Registry: OK, File: dpmodemx.dll (5.03.2600.2180)
    Serial Connection For DirectPlay - Registry: OK, File: dpmodemx.dll (5.03.2600.2180)
    DirectPlay Voice Wizard Tests: Full Duplex: Not run, Half Duplex: Not run, Mic: Not run
    DirectPlay Test Result: Not run
    Registry: OK
    DirectPlay Adapters
    DirectPlay8 Serial Service Provider: COM1
    DirectPlay8 TCP/IP Service Provider: Local Area Connection - IPv4 -
    DirectPlay Voice Codecs
    Voxware VR12 1.4kbit/s
    Voxware SC06 6.4kbit/s
    Voxware SC03 3.2kbit/s
    MS-PCM 64 kbit/s
    MS-ADPCM 32.8 kbit/s
    Microsoft GSM 6.10 13 kbit/s
    TrueSpeech(TM) 8.6 kbit/s
    DirectPlay Lobbyable Apps
    Disk & DVD/CD-ROM Drives
          Drive: C:
     Free Space: 190.3 GB
    Total Space: 239.4 GB
    File System: NTFS
          Model: Maxtor 7Y250M0
          Drive: E:
     Free Space: 42.0 GB
    Total Space: 117.8 GB
    File System: FAT32
          Model: IC35L120AVV207-0
          Drive: F:
     Free Space: 28.9 GB
    Total Space: 76.3 GB
    File System: NTFS
          Model: ST380011A
          Drive: D:
          Model: CREATIVE DVD-ROM DVD6240E
         Driver: c:\windows\system32\drivers\cdrom.sys, 5.01.2600.2180 (Portuguese), 8/4/2004 06:59:54, 49536 bytes
          Drive: G:
          Model: AXV CD/DVD-ROM SCSI CdRom Device
         Driver: c:\windows\system32\drivers\cdrom.sys, 5.01.2600.2180 (Portuguese), 8/4/2004 06:59:54, 49536 bytes
    System Devices
         Name: Intel(R) 82801FB/FBM Ultra ATA Storage Controllers - 266F
    Device ID: PCI\VEN_8086&DEV_266F&SUBSYS_70531462&REV_03\3&2411E6FE&0&F9
       Driver: C:\WINDOWS\system32\DRIVERS\pciide.sys, 5.01.2600.0000 (English), 8/17/2001 13:51:52, 3328 bytes
       Driver: C:\WINDOWS\system32\DRIVERS\pciidex.sys, 5.01.2600.2180 (Portuguese), 8/3/2004 22:59:42, 25088 bytes
       Driver: C:\WINDOWS\system32\DRIVERS\atapi.sys, 5.01.2600.2180 (English), 8/3/2004 22:59:44, 95360 bytes
         Name: Intel(R) 82801FB/FBM SMBus Controller - 266A
    Device ID: PCI\VEN_8086&DEV_266A&SUBSYS_70531462&REV_03\3&2411E6FE&0&FB
       Driver: n/a
         Name: PCI Device
    Device ID: PCI\VEN_8086&DEV_2668&SUBSYS_26688086&REV_03\3&2411E6FE&0&D8
       Driver: n/a
         Name: Intel(R) 82801FB/FBM PCI Express Root Port - 2660
    Device ID: PCI\VEN_8086&DEV_2660&SUBSYS_00000000&REV_03\3&2411E6FE&0&E0
       Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 5.01.2600.2180 (English), 8/3/2004 23:07:48, 68224 bytes
         Name: Intel(R) 82801FB/FBM USB2 Enhanced Host Controller - 265C
    Device ID: PCI\VEN_8086&DEV_265C&SUBSYS_70531462&REV_03\3&2411E6FE&0&EF
       Driver: C:\WINDOWS\system32\drivers\usbehci.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:38, 26624 bytes
       Driver: C:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:44, 142976 bytes
       Driver: C:\WINDOWS\system32\usbui.dll, 5.01.2600.2180 (English), 8/4/2004 00:56:48, 74240 bytes
       Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:44, 57600 bytes
       Driver: C:\WINDOWS\system32\hccoin.dll, 5.01.2600.2180 (English), 8/4/2004 08:56:44, 7168 bytes
         Name: Intel(R) 82801FB/FBM USB Universal Host Controller - 265B
    Device ID: PCI\VEN_8086&DEV_265B&SUBSYS_70531462&REV_03\3&2411E6FE&0&EB
       Driver: C:\WINDOWS\system32\drivers\usbuhci.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:38, 20480 bytes
       Driver: C:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:44, 142976 bytes
       Driver: C:\WINDOWS\system32\usbui.dll, 5.01.2600.2180 (English), 8/4/2004 00:56:48, 74240 bytes
       Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:44, 57600 bytes
         Name: Intel(R) 82801FB/FBM USB Universal Host Controller - 265A
    Device ID: PCI\VEN_8086&DEV_265A&SUBSYS_70531462&REV_03\3&2411E6FE&0&EA
       Driver: C:\WINDOWS\system32\drivers\usbuhci.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:38, 20480 bytes
       Driver: C:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:44, 142976 bytes
       Driver: C:\WINDOWS\system32\usbui.dll, 5.01.2600.2180 (English), 8/4/2004 00:56:48, 74240 bytes
       Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:44, 57600 bytes
         Name: Intel(R) 82801FB/FBM USB Universal Host Controller - 2659
    Device ID: PCI\VEN_8086&DEV_2659&SUBSYS_70531462&REV_03\3&2411E6FE&0&E9
       Driver: C:\WINDOWS\system32\drivers\usbuhci.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:38, 20480 bytes
       Driver: C:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:44, 142976 bytes
       Driver: C:\WINDOWS\system32\usbui.dll, 5.01.2600.2180 (English), 8/4/2004 00:56:48, 74240 bytes
       Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:44, 57600 bytes
         Name: Intel(R) 82801FB/FBM USB Universal Host Controller - 2658
    Device ID: PCI\VEN_8086&DEV_2658&SUBSYS_70531462&REV_03\3&2411E6FE&0&E8
       Driver: C:\WINDOWS\system32\drivers\usbuhci.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:38, 20480 bytes
       Driver: C:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:44, 142976 bytes
       Driver: C:\WINDOWS\system32\usbui.dll, 5.01.2600.2180 (English), 8/4/2004 00:56:48, 74240 bytes
       Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:44, 57600 bytes
         Name: Intel(R) 82801FB Ultra ATA Storage Controllers - 2652
    Device ID: PCI\VEN_8086&DEV_2652&SUBSYS_70531462&REV_03\3&2411E6FE&0&FA
       Driver: C:\WINDOWS\system32\DRIVERS\pciide.sys, 5.01.2600.0000 (English), 8/17/2001 13:51:52, 3328 bytes
       Driver: C:\WINDOWS\system32\DRIVERS\pciidex.sys, 5.01.2600.2180 (Portuguese), 8/3/2004 22:59:42, 25088 bytes
       Driver: C:\WINDOWS\system32\DRIVERS\atapi.sys, 5.01.2600.2180 (English), 8/3/2004 22:59:44, 95360 bytes
         Name: Intel(R) 82801FB LPC Interface Controller - 2640
    Device ID: PCI\VEN_8086&DEV_2640&SUBSYS_00000000&REV_03\3&2411E6FE&0&F8
       Driver: C:\WINDOWS\system32\DRIVERS\isapnp.sys, 5.01.2600.0000 (English), 8/17/2001 13:58:02, 35840 bytes
         Name: Intel(R) 925X PCI Express Root Port - 2585
    Device ID: PCI\VEN_8086&DEV_2585&SUBSYS_00000000&REV_04\3&2411E6FE&0&08
       Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 5.01.2600.2180 (English), 8/3/2004 23:07:48, 68224 bytes
         Name: Intel(R) 925X Memory Controller Hub - 2584
    Device ID: PCI\VEN_8086&DEV_2584&SUBSYS_00000000&REV_04\3&2411E6FE&0&00
       Driver: n/a
         Name: Intel(R) 82801 PCI Bridge - 244E
    Device ID: PCI\VEN_8086&DEV_244E&SUBSYS_00000000&REV_D3\3&2411E6FE&0&F0
       Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 5.01.2600.2180 (English), 8/3/2004 23:07:48, 68224 bytes
         Name: Intel(R) PRO/100 VE Network Connection
    Device ID: PCI\VEN_8086&DEV_1064&SUBSYS_053C1462&REV_03\4&10355354&0&40F0
       Driver: C:\WINDOWS\system32\DRIVERS\e100b325.sys, 7.01.0012.0000 (Portuguese), 2/10/2004 07:49:14, 154112 bytes
       Driver: C:\WINDOWS\system32\Prounstl.exe, 7.00.0006.0000 (English), 11/21/2003 07:26:42, 118784 bytes
       Driver: C:\WINDOWS\system32\e100b325.din, 6/26/2002 22:53:38, 5110 bytes
       Driver: C:\WINDOWS\system32\IntelNic.dll, 2.05.0001.0000 (English), 7/27/2003 22:55:40, 24064 bytes
       Driver: C:\WINDOWS\system32\e100bmsg.dll, 2/18/2004 09:40:00, 12288 bytes
         Name: Broadcom NetXtreme Gigabit Ethernet
    Device ID: PCI\VEN_14E4&DEV_1677&SUBSYS_053C1462&REV_01\4&F39E1D8&0&00E0
       Driver: n/a
         Name: Standard Dual Channel PCI IDE Controller
    Device ID: PCI\VEN_1106&DEV_3164&SUBSYS_31641106&REV_06\4&10355354&0&20F0
       Driver: C:\WINDOWS\system32\DRIVERS\pciidex.sys, 5.01.2600.2180 (Portuguese), 8/3/2004 22:59:42, 25088 bytes
       Driver: C:\WINDOWS\system32\DRIVERS\atapi.sys, 5.01.2600.2180 (English), 8/3/2004 22:59:44, 95360 bytes
       Driver: C:\WINDOWS\system32\DRIVERS\pciide.sys, 5.01.2600.0000 (English), 8/17/2001 13:51:52, 3328 bytes
         Name: Creative Game Port
    Device ID: PCI\VEN_1102&DEV_7003&SUBSYS_00401102&REV_03\4&10355354&0&01F0
       Driver: C:\WINDOWS\system32\drivers\gameenum.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:22, 10624 bytes
         Name: OHCI Compliant IEEE 1394 Host Controller
    Device ID: PCI\VEN_1102&DEV_4001&SUBSYS_00101102&REV_00\4&10355354&0&02F0
       Driver: C:\WINDOWS\system32\DRIVERS\ohci1394.sys, 5.01.2600.2180 (English), 8/4/2004 07:10:10, 61056 bytes
       Driver: C:\WINDOWS\system32\DRIVERS\1394bus.sys, 5.01.2600.2180 (English), 8/4/2004 07:10:08, 53248 bytes
       Driver: C:\WINDOWS\system32\DRIVERS\nic1394.sys, 5.01.2600.2180 (English), 8/4/2004 09:05:44, 61824 bytes
       Driver: C:\WINDOWS\system32\DRIVERS\arp1394.sys, 5.01.2600.2180 (English), 8/4/2004 09:05:44, 60800 bytes
       Driver: C:\WINDOWS\system32\DRIVERS\enum1394.sys, 5.01.2600.0000 (English), 8/17/2001 14:46:40, 6400 bytes
         Name: Creative SB Audigy
    Device ID: PCI\VEN_1102&DEV_0004&SUBSYS_00531102&REV_03\4&10355354&0&00F0
       Driver: C:\WINDOWS\system32\ksuser.dll, 5.03.2600.2180 (Portuguese), 8/4/2004 00:56:44, 4096 bytes
       Driver: C:\WINDOWS\system32\ksproxy.ax, 5.03.2600.2180 (Portuguese), 8/4/2004 00:56:58, 130048 bytes
       Driver: C:\WINDOWS\system32\drivers\ks.sys, 5.03.2600.2180 (Portuguese), 8/3/2004 23:15:22, 140928 bytes
       Driver: C:\WINDOWS\system32\drivers\drmk.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:00, 60288 bytes
       Driver: C:\WINDOWS\system32\drivers\portcls.sys, 5.01.2600.2180 (English), 8/3/2004 23:15:50, 145792 bytes
       Driver: C:\WINDOWS\system32\drivers\stream.sys, 5.03.2600.2180 (Portuguese), 8/3/2004 23:08:04, 48640 bytes
       Driver: C:\WINDOWS\system32\wdmaud.drv, 5.01.2600.2180 (English), 8/4/2004 00:56:58, 23552 bytes
       Driver: C:\WINDOWS\system32\drivers\e10kx2k.sys, 5.12.0001.0136 (English), 11/5/2001 13:02:30, 1758336 bytes
       Driver: C:\WINDOWS\system32\drivers\ctoss2k.sys, 5.12.0001.0131 (English), 9/11/2001 13:10:14, 186944 bytes
       Driver: C:\WINDOWS\system32\ctdlang.dat, 9/11/2001 13:36:02, 161900 bytes
       Driver: C:\WINDOWS\system32\ctstatic.dat, 9/11/2001 13:27:44, 144493 bytes
       Driver: C:\WINDOWS\system32\ctdaught.dat, 9/11/2001 13:24:48, 44055 bytes
       Driver: C:\WINDOWS\system32\default.ecw, 9/23/1999 00:18:50, 2259067 bytes
       Driver: C:\WINDOWS\system32\sfman32.dll, 5.12.0001.0130 (English), 8/17/2001 15:35:44, 36864 bytes
       Driver: C:\WINDOWS\system32\a3d.dll, 80.00.0000.0003 (English), 9/11/2001 13:05:52, 49152 bytes
       Driver: C:\WINDOWS\system32\ctbas2w.dat, 9/11/2001 13:35:58, 111123 bytes
       Driver: C:\WINDOWS\system32\SBAudigy.ico, 8/17/2001 13:42:28, 7406 bytes
       Driver: C:\WINDOWS\system32\AUDIGYICON.bmp, 8/17/2001 13:42:08, 1912 bytes
         Name: RADEON X800 XT Secondary
    Device ID: PCI\VEN_1002&DEV_5D77&SUBSYS_03131002&REV_00\4&2B4A1FD5&0&0108
       Driver: C:\WINDOWS\system32\DRIVERS\ati2mtag.sys, 6.14.0010.6476 (Portuguese), 8/25/2004 13:28:46, 787456 bytes
       Driver: C:\WINDOWS\system32\ati2dvag.dll, 6.14.0010.6476 (English), 8/25/2004 13:29:04, 209408 bytes
       Driver: C:\WINDOWS\system32\ati2cqag.dll, 6.14.0010.0252 (English), 8/25/2004 13:10:20, 237568 bytes
       Driver: C:\WINDOWS\system32\Ati2mdxx.exe, 6.14.0010.2494 (English), 8/25/2004 13:27:08, 65536 bytes
       Driver: C:\WINDOWS\system32\ati3duag.dll, 6.14.0010.0257 (English), 8/25/2004 13:25:56, 2239328 bytes
       Driver: C:\WINDOWS\system32\ativvaxx.dll, 6.14.0001.0029 (English), 8/25/2004 13:15:16, 476928 bytes
       Driver: C:\WINDOWS\system32\ATIDDC.DLL, 6.14.0010.0005 (English), 8/25/2004 13:26:32, 81920 bytes
       Driver: C:\WINDOWS\system32\atitvo32.dll, 6.14.0010.4100 (English), 8/25/2004 13:12:10, 17408 bytes
       Driver: C:\WINDOWS\system32\ativcoxx.dll, 6.13.0010.0005 (English), 11/9/2001 11:01:04, 24064 bytes
       Driver: C:\WINDOWS\system32\ati2evxx.exe, 6.14.0010.4105 (English), 8/25/2004 13:26:56, 389120 bytes
       Driver: C:\WINDOWS\system32\ati2evxx.dll, 6.14.0010.4105 (English), 8/25/2004 13:27:00, 86016 bytes
       Driver: C:\WINDOWS\system32\atipdlxx.dll, 6.14.0010.2491 (English), 8/25/2004 13:27:18, 126976 bytes
       Driver: C:\WINDOWS\system32\Oemdspif.dll, 6.14.0001.0010 (English), 8/25/2004 13:27:12, 102400 bytes
       Driver: C:\WINDOWS\system32\ati2edxx.dll, 6.14.0010.2494 (English), 8/25/2004 13:27:04, 30720 bytes
       Driver: C:\WINDOWS\system32\ATIDEMGR.dll, 1.00.1698.24059 (Portuguese), 8/25/2004 14:22:08, 151552 bytes
       Driver: C:\WINDOWS\system32\atioglxx.dll, 6.14.0010.4582 (English), 8/25/2004 13:48:12, 6508544 bytes
       Driver: C:\WINDOWS\system32\atiiiexx.dll, 6.14.0010.4003 (English), 8/25/2004 14:40:02, 294912 bytes
         Name: RADEON X800 XT
    Device ID: PCI\VEN_1002&DEV_5D57&SUBSYS_03121002&REV_00\4&2B4A1FD5&0&0008
       Driver: C:\WINDOWS\system32\DRIVERS\ati2mtag.sys, 6.14.0010.6476 (Portuguese), 8/25/2004 13:28:46, 787456 bytes
       Driver: C:\WINDOWS\system32\ati2dvag.dll, 6.14.0010.6476 (English), 8/25/2004 13:29:04, 209408 bytes
       Driver: C:\WINDOWS\system32\ati2cqag.dll, 6.14.0010.0252 (English), 8/25/2004 13:10:20, 237568 bytes
       Driver: C:\WINDOWS\system32\Ati2mdxx.exe, 6.14.0010.2494 (English), 8/25/2004 13:27:08, 65536 bytes
       Driver: C:\WINDOWS\system32\ati3duag.dll, 6.14.0010.0257 (English), 8/25/2004 13:25:56, 2239328 bytes
       Driver: C:\WINDOWS\system32\ativvaxx.dll, 6.14.0001.0029 (English), 8/25/2004 13:15:16, 476928 bytes
       Driver: C:\WINDOWS\system32\ATIDDC.DLL, 6.14.0010.0005 (English), 8/25/2004 13:26:32, 81920 bytes
       Driver: C:\WINDOWS\system32\atitvo32.dll, 6.14.0010.4100 (English), 8/25/2004 13:12:10, 17408 bytes
       Driver: C:\WINDOWS\system32\ativcoxx.dll, 6.13.0010.0005 (English), 11/9/2001 11:01:04, 24064 bytes
       Driver: C:\WINDOWS\system32\ati2evxx.exe, 6.14.0010.4105 (English), 8/25/2004 13:26:56, 389120 bytes
       Driver: C:\WINDOWS\system32\ati2evxx.dll, 6.14.0010.4105 (English), 8/25/2004 13:27:00, 86016 bytes
       Driver: C:\WINDOWS\system32\atipdlxx.dll, 6.14.0010.2491 (English), 8/25/2004 13:27:18, 126976 bytes
       Driver: C:\WINDOWS\system32\Oemdspif.dll, 6.14.0001.0010 (English), 8/25/2004 13:27:12, 102400 bytes
       Driver: C:\WINDOWS\system32\ati2edxx.dll, 6.14.0010.2494 (English), 8/25/2004 13:27:04, 30720 bytes
       Driver: C:\WINDOWS\system32\ATIDEMGR.dll, 1.00.1698.24059 (Portuguese), 8/25/2004 14:22:08, 151552 bytes
       Driver: C:\WINDOWS\system32\atioglxx.dll, 6.14.0010.4582 (English), 8/25/2004 13:48:12, 6508544 bytes
       Driver: C:\WINDOWS\system32\atiiiexx.dll, 6.14.0010.4003 (English), 8/25/2004 14:40:02, 294912 bytes
         Name: SOJU SCSI Controller
    Device ID: PCI\SOJU341\0000
       Driver: n/a
    Hope anyone can help me out  

  • Adobe Premiere Pro CS6 crashes with not finding a capable play module on a windows desktop with a AMD Radeon R9 200 series board.

    I installed Premiere Pro CS 6.0 on a brand new system.
    Win 8.1,
    i7 3.4 GHz on an Asus Sabertooth
    16 Gig memory
    AMD Radeon R9 290 Graphics Board with the latest drivers and Bios.
    On starting Premiere I get the (as I noticed quite frequent appearing) error message that Premiere cannot find a capable play module and the suggestion to update my video drivers.
    I tried everything I found in this forum or on the web:
    Installed the latest drivers
    Run the program as an administrator
    Updated the Graphics board Bios
    Updated Premiere CS6
    Started Gpusniffer in CMD-mode to find out what board it found and added that to the cuda_supported_cards.txt in the Premiere directory.
    All to no avail. The app will simply not start.
    The Gpusniffers report states:
    Loadlibrary “n” failed 
    Loadlibrary “n” failed 
    --- OpenGL Info ---
    Vendor: ATI Technologies Inc.
    Renderer: AMD Radeon R9 200 series
    OpenGL Version: 4.4.13084 Compatability Profile Context 14.301.1001.0
    GLSL Version 4.40
    Monitors: 1
    Monitor 0 properties –
    Size: <0, 0, 1920 1080>
    Mex texture size: 16384
    Support non-power of two: 1
    Shaders 444 :1
    Shaders 422: 1
    Shaders 420: 1
    --- GPU Information Info –
    Did not find any devices that support GPU computation.
    As I invested a lot in the CS6 Master Collection I am not considering an update tot the CC version, also because the same problem occurs in that version too.
    I would be much obliged if someone has an answer that truly will work.  This problem costed me the best part of two days’ work and fouled up my workflow considerably.

    ==========
    I tried to go into display settings and disable the Intel card. (this caused low resolution which is unexceptable)
    ==========
    This makes me think it's using that graphics "card" ( probably built into mobo ? ...called 'onboard graphics ? )
    This stuff gets tricky and sometimes the only way to make windows 'recognize' the pci graphics card is to actually take it out and boot, and then put it back in...
    Then you get mssg " windows detected new hardware" and you install the drivers...
    usually bios gives you choice of using onboard graphics or not ( but this too is wanky sometimes...sorry to say ...)
    I recently ( this past year ) had a similar sort of situation but have a desktop, where its easy for me to take off side panel and pull the pci-e graphics card and boot, and get that horrible low res default screen...turn off, install card, reboot etc...
    but anyway, it sounds to me like you're notebook is using that mobile graphics driver stuff and not the radeon. Somehow you've got to make it switch to that graphics card is maybe your solution.
    sorry I dont have notebook but maybe someone else here does and can help more...
    good luck.
    ps..its always a weird fact of life...when things aren't working 'right' something has to get done fast....
    edit:
    I dont know how much you know about windows stuff, but after you disable that intel thing and get your low res screen.. you DID try to update the driver for that card using 'my computer / device manager  '   right ??

  • PCI slot in Thinkpad Dock II unusable

    Hello, I have a Thinkpad a22m 2628-S1U which can be used with the Thinkpad Dock II. To avoid feeling tempted to buy a new laptop I bought that dock as well as an ATI Radeon x1550 to put in its PCI slot. These items were said to be compatible on http://thinkwiki.org the Linux thinkpad wiki.
    Now that I've tried it out, I'm starting to think the contributors to that site were windows users who didn't read the topic. Starting up docked gave the following lspci output (notice there's no radeon card):
    00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
    00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03)
    00:02.0 CardBus bridge: Texas Instruments PCI1450 (rev 03)
    00:02.1 CardBus bridge: Texas Instruments PCI1450 (rev 03)
    00:03.0 Ethernet controller: Intel Corporation 82557/8/9/0/1 Ethernet Pro 100 (rev 09)
    00:03.1 Serial controller: Xircom Mini-PCI V.90 56k Modem
    00:04.0 PCI bridge: Texas Instruments PCI2032 PCI Docking Bridge
    00:05.0 Multimedia audio controller: Cirrus Logic CS 4614/22/24/30 [CrystalClear SoundFusion Audio Accelerator] (rev 01)
    00:07.0 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)
    00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
    00:07.2 USB Controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01)
    00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 03)
    01:00.0 VGA compatible controller: ATI Technologies Inc Rage Mobility M3 AGP 2x (rev 02)
    08:01.0 IDE interface: Silicon Image, Inc. PCI0648 (rev 01)
    08:02.0 CardBus bridge: Texas Instruments PCI1420 PC card Cardbus Controller
    08:02.1 CardBus bridge: Texas Instruments PCI1420 PC card Cardbus Controller
    0f:00.0 Ethernet controller: Atheros Communications Inc. AR2413 802.11bg NIC (rev 01)
    For comparison, here's what my lspci looks like undocked:
    00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
    00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03)
    00:02.0 CardBus bridge: Texas Instruments PCI1450 (rev 03)
    00:02.1 CardBus bridge: Texas Instruments PCI1450 (rev 03)
    00:03.0 Ethernet controller: Intel Corporation 82557/8/9/0/1 Ethernet Pro 100 (rev 09)
    00:03.1 Serial controller: Xircom Mini-PCI V.90 56k Modem
    00:05.0 Multimedia audio controller: Cirrus Logic CS 4614/22/24/30 [CrystalClear SoundFusion Audio Accelerator] (rev 01)
    00:07.0 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)
    00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
    00:07.2 USB Controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01)
    00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 03)
    01:00.0 VGA compatible controller: ATI Technologies Inc Rage Mobility M3 AGP 2x (rev 02)
    02:00.0 Ethernet controller: Atheros Communications Inc. AR2413 802.11bg NIC (rev 01)
    So a few parts of the dock are getting detected but not the most important parts. The error that I think is related to the absence of the graphics card appears in dmesg. Look for the part about "cannot allocate resource region":
    Linux version 2.6.26-ARCH (root@T-POWA-LX) (gcc version 4.3.2 (GCC) ) #1 SMP PREEMPT Tue Sep 9 10:15:21 UTC 2008
    PAT disabled. Not yet verified on this CPU type.
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
    BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 000000001fff0000 (usable)
    BIOS-e820: 000000001fff0000 - 000000001fffec00 (ACPI data)
    BIOS-e820: 000000001fffec00 - 0000000020000000 (ACPI NVS)
    BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
    0MB HIGHMEM available.
    511MB LOWMEM available.
    Entering add_active_range(0, 0, 131056) 0 entries of 256 used
    Zone PFN ranges:
    DMA 0 -> 4096
    Normal 4096 -> 131056
    HighMem 131056 -> 131056
    Movable zone start PFN for each node
    early_node_map[1] active PFN ranges
    0: 0 -> 131056
    On node 0 totalpages: 131056
    DMA zone: 32 pages used for memmap
    DMA zone: 0 pages reserved
    DMA zone: 4064 pages, LIFO batch:0
    Normal zone: 992 pages used for memmap
    Normal zone: 125968 pages, LIFO batch:31
    HighMem zone: 0 pages used for memmap
    Movable zone: 0 pages used for memmap
    DMI 2.3 present.
    ACPI: RSDP 000F7160, 0014 (r0 PTLTD )
    ACPI: RSDT 1FFF53D5, 002C (r1 PTLTD RSDT 6040000 LTP 0)
    ACPI: FACP 1FFFEB65, 0074 (r1 IBM TP-13 6040000 0)
    ACPI: DSDT 1FFF5401, 9764 (r1 IBM TP-13 6040000 MSFT 100000C)
    ACPI: FACS 1FFFF000, 0040
    ACPI: BOOT 1FFFEBD9, 0027 (r1 PTLTD $SBFTBL$ 6040000 LTP 1)
    ACPI: PM-Timer IO Port: 0x1008
    Allocating PCI resources starting at 30000000 (gap: 20000000:dff80000)
    PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    SMP: Allowing 0 CPUs, 0 hotplug CPUs
    PERCPU: Allocating 39464 bytes of per cpu data
    NR_CPUS: 16, nr_cpu_ids: 1
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130032
    Kernel command line: BOOT_IMAGE=arch ro root=802 hpet=force pci=routeirq acpi_osi=Linux panic=10
    ACPI: Added _OSI(Linux)
    Local APIC disabled by BIOS -- you can enable it with "lapic"
    mapped APIC to ffffb000 (0140e000)
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Initializing CPU#0
    PID hash table entries: 2048 (order: 11, 8192 bytes)
    Detected 697.417 MHz processor.
    Console: colour VGA+ 80x25
    console [tty0] enabled
    Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    Memory: 514452k/524224k available (2120k kernel code, 9264k reserved, 744k data, 264k init, 0k highmem)
    virtual kernel memory layout:
    fixmap : 0xffee4000 - 0xfffff000 (1132 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xe0800000 - 0xff7fe000 ( 495 MB)
    lowmem : 0xc0000000 - 0xdfff0000 ( 511 MB)
    .init : 0xc03d3000 - 0xc0415000 ( 264 kB)
    .data : 0xc031225e - 0xc03cc380 ( 744 kB)
    .text : 0xc0100000 - 0xc031225e (2120 kB)
    Checking if this processor honours the WP bit even in supervisor mode...Ok.
    CPA: page pool initialized 1 of 1 pages preallocated
    SLUB: Genslabs=12, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    Calibrating delay using timer specific routine.. 973.82 BogoMIPS (lpj=1622127)
    Security Framework initialized
    Capability LSM initialized
    Mount-cache hash table entries: 512
    CPU: L1 I cache: 16K, L1 D cache: 16K
    CPU: L2 cache: 256K
    Intel machine check architecture supported.
    Intel machine check reporting enabled on CPU#0.
    Checking 'hlt' instruction... OK.
    SMP alternatives: switching to UP code
    Freeing SMP alternatives: 9k freed
    ACPI: Core revision 20080321
    ACPI: Checking initramfs for custom DSDT
    ACPI: setting ELCR to 0200 (from 0e80)
    weird, boot CPU (#0) not listedby the BIOS.
    SMP motherboard not detected.
    Local APIC not detected. Using dummy APIC emulation.
    SMP disabled
    Brought up 1 CPUs
    Total of 1 processors activated (973.82 BogoMIPS).
    net_namespace: 652 bytes
    Booting paravirtualized kernel on bare hardware
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: PCI BIOS revision 2.10 entry at 0xfd94f, last bus=14
    PCI: Using configuration type 1 for base access
    Setting up standard PCI resources
    ACPI: EC: Look up EC in DSDT
    ACPI: EC: non-query interrupt received, switching to interrupt mode
    ACPI: Interpreter enabled
    ACPI: (supports S0 S1 S3 S4 S5)
    ACPI: Using PIC for interrupt routing
    ACPI: EC: GPE = 0x9, I/O: command/status = 0x66, data = 0x62
    ACPI: EC: driver started in interrupt mode
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    pci 0000:00:07.3: quirk: region 1000-103f claimed by PIIX4 ACPI
    pci 0000:00:07.3: quirk: region 1040-104f claimed by PIIX4 SMB
    pci 0000:00:07.3: PIIX4 devres C PIO at 15e8-15ef
    pci 0000:00:07.3: PIIX4 devres I PIO at 03f0-03f7
    pci 0000:00:07.3: PIIX4 devres J PIO at 002e-002f
    PCI: Transparent bridge - 0000:00:04.0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.DOCK._PRT]
    ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
    ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *9 10 11)
    ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11)
    ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *7 9 10 11)
    ACPI: Power Resource [PSER] (off)
    ACPI: Power Resource [PSIO] (on)
    Linux Plug and Play Support v0.97 (c) Adam Belay
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp 00:00: mem resource (0x0-0x9ffff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xc0000-0xc3fff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xc4000-0xc7fff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xc8000-0xcbfff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xcc000-0xcffff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xd0000-0xd3fff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xd4000-0xd3fff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xd8000-0xd7fff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xdc000-0xdbfff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xe0000-0xe3fff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xe4000-0xe7fff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xe8000-0xebfff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xec000-0xeffff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xf0000-0xfffff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0x0-0x9ffff) overlaps 0000:00:04.0 BAR 8 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xc0000-0xc3fff) overlaps 0000:00:04.0 BAR 8 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xc4000-0xc7fff) overlaps 0000:00:04.0 BAR 8 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xc8000-0xcbfff) overlaps 0000:00:04.0 BAR 8 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xcc000-0xcffff) overlaps 0000:00:04.0 BAR 8 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xd0000-0xd3fff) overlaps 0000:00:04.0 BAR 8 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xd4000-0xd3fff) overlaps 0000:00:04.0 BAR 8 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xd8000-0xd7fff) overlaps 0000:00:04.0 BAR 8 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xdc000-0xdbfff) overlaps 0000:00:04.0 BAR 8 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xe0000-0xe3fff) overlaps 0000:00:04.0 BAR 8 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xe4000-0xe7fff) overlaps 0000:00:04.0 BAR 8 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xe8000-0xebfff) overlaps 0000:00:04.0 BAR 8 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xec000-0xeffff) overlaps 0000:00:04.0 BAR 8 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xf0000-0xfffff) overlaps 0000:00:04.0 BAR 8 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0x0-0x9ffff) overlaps 0000:00:04.0 BAR 9 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xc0000-0xc3fff) overlaps 0000:00:04.0 BAR 9 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xc4000-0xc7fff) overlaps 0000:00:04.0 BAR 9 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xc8000-0xcbfff) overlaps 0000:00:04.0 BAR 9 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xcc000-0xcffff) overlaps 0000:00:04.0 BAR 9 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xd0000-0xd3fff) overlaps 0000:00:04.0 BAR 9 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xd4000-0xd3fff) overlaps 0000:00:04.0 BAR 9 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xd8000-0xd7fff) overlaps 0000:00:04.0 BAR 9 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xdc000-0xdbfff) overlaps 0000:00:04.0 BAR 9 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xe0000-0xe3fff) overlaps 0000:00:04.0 BAR 9 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xe4000-0xe7fff) overlaps 0000:00:04.0 BAR 9 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xe8000-0xebfff) overlaps 0000:00:04.0 BAR 9 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xec000-0xeffff) overlaps 0000:00:04.0 BAR 9 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xf0000-0xfffff) overlaps 0000:00:04.0 BAR 9 (0x0-0xfffff), disabling
    pnp: PnP ACPI: found 15 devices
    ACPI: ACPI bus type pnp unregistered
    PCI: Using ACPI for IRQ routing
    PCI: Routing PCI interrupts for all devices because "pci=routeirq" specified
    ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
    PCI: setting IRQ 11 as level-triggered
    ACPI: PCI Interrupt 0000:00:02.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
    ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 9
    PCI: setting IRQ 9 as level-triggered
    ACPI: PCI Interrupt 0000:00:02.1[b] -> Link [LNKB] -> GSI 9 (level, low) -> IRQ 9
    ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10
    PCI: setting IRQ 10 as level-triggered
    ACPI: PCI Interrupt 0000:00:03.0[A] -> Link [LNKC] -> GSI 10 (level, low) -> IRQ 10
    ACPI: PCI Interrupt 0000:00:03.1[A] -> Link [LNKC] -> GSI 10 (level, low) -> IRQ 10
    ACPI: PCI Interrupt 0000:00:05.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
    ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 7
    PCI: setting IRQ 7 as level-triggered
    ACPI: PCI Interrupt 0000:00:07.2[D] -> Link [LNKD] -> GSI 7 (level, low) -> IRQ 7
    ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
    ACPI: PCI Interrupt 0000:08:01.0[A] -> Link [LNKB] -> GSI 9 (level, low) -> IRQ 9
    ACPI: PCI Interrupt 0000:08:02.0[A] -> Link [LNKC] -> GSI 10 (level, low) -> IRQ 10
    ACPI: PCI Interrupt 0000:08:02.1[A] -> Link [LNKC] -> GSI 10 (level, low) -> IRQ 10
    PCI: Cannot allocate resource region 7 of bridge 0000:00:04.0
    PCI: Cannot allocate resource region 8 of bridge 0000:00:04.0
    PCI: Cannot allocate resource region 9 of bridge 0000:00:04.0
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPSOv4
    NetLabel: unlabeled traffic allowed by default
    ACPI: RTC can wake from S4
    system 00:00: iomem range 0x100000-0x1fffffff could not be reserved
    system 00:00: iomem range 0xfff80000-0xffffffff could not be reserved
    system 00:02: ioport range 0x1000-0x103f has been reserved
    system 00:02: ioport range 0x1040-0x104f has been reserved
    system 00:02: ioport range 0xfe00-0xfe0f has been reserved
    system 00:09: ioport range 0x15e0-0x15ef has been reserved
    PCI: region 0000:08:02.0/9 too large: 0x0000000000000000-0x0000000003ffffff
    PCI: region 0000:08:02.1/9 too large: 0x0000000000000000-0x0000000003ffffff
    PCI: region 0000:08:02.0/10 too large: 0x0000000000000000-0x0000000003ffffff
    PCI: region 0000:08:02.1/10 too large: 0x0000000000000000-0x0000000003ffffff
    PCI: Bridge: 0000:00:01.0
    IO window: 2000-2fff
    MEM window: 0xf0200000-0xf02fffff
    PREFETCH window: 0x00000000f8000000-0x00000000fbffffff
    PCI: Bus 15, cardbus bridge: 0000:00:02.0
    IO window: 0x00001400-0x000014ff
    IO window: 0x00001c00-0x00001cff
    PREFETCH window: 0x30000000-0x33ffffff
    MEM window: 0x34000000-0x37ffffff
    PCI: Bus 19, cardbus bridge: 0000:00:02.1
    IO window: 0x00003400-0x000034ff
    IO window: 0x00003800-0x000038ff
    PREFETCH window: 0x38000000-0x3bffffff
    MEM window: 0x3c000000-0x3fffffff
    PCI: Bus 9, cardbus bridge: 0000:08:02.0
    IO window: 0x00004000-0x000040ff
    IO window: 0x00004400-0x000044ff
    PCI: Bus 13, cardbus bridge: 0000:08:02.1
    IO window: 0x00004800-0x000048ff
    IO window: 0x00004c00-0x00004cff
    PCI: Bridge: 0000:00:04.0
    IO window: 4000-4fff
    MEM window: disabled.
    PREFETCH window: disabled.
    ACPI: PCI Interrupt 0000:00:02.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
    ACPI: PCI Interrupt 0000:00:02.1[b] -> Link [LNKB] -> GSI 9 (level, low) -> IRQ 9
    ACPI: PCI Interrupt 0000:08:02.0[A] -> Link [LNKC] -> GSI 10 (level, low) -> IRQ 10
    ACPI: PCI Interrupt 0000:08:02.1[A] -> Link [LNKC] -> GSI 10 (level, low) -> IRQ 10
    NET: Registered protocol family 2
    IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
    TCP established hash table entries: 16384 (order: 5, 131072 bytes)
    TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
    TCP: Hash tables configured (established 16384 bind 16384)
    TCP reno registered
    NET: Registered protocol family 1
    Unpacking initramfs... done
    Freeing initrd memory: 662k freed
    Simple Boot Flag at 0x35 set to 0x1
    IBM machine detected. Enabling interrupts during APM calls.
    apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
    apm: overridden by ACPI.
    VFS: Disk quotas dquot_6.5.1
    Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    msgmni has been set to 1006
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    io scheduler noop registered
    io scheduler anticipatory registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    pci 0000:00:00.0: Limiting direct PCI/PCI transfers
    pci 0000:00:03.0: Firmware left e100 interrupts enabled; disabling
    pci 0000:01:00.0: Boot video device
    isapnp: Scanning for PnP cards...
    isapnp: No Plug & Play device found
    Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
    serial 00:0c: activated
    00:0c: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    ACPI: PCI Interrupt 0000:00:03.1[A] -> Link [LNKC] -> GSI 10 (level, low) -> IRQ 10
    input: Macintosh mouse button emulation as /class/input/input0
    PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
    serio: i8042 KBD port at 0x60,0x64 irq 1
    serio: i8042 AUX port at 0x60,0x64 irq 12
    mice: PS/2 mouse device common for all mice
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 17
    Using IPI No-Shortcut mode
    registered taskstats version 1
    Freeing unused kernel memory: 264k freed
    input: AT Translated Set 2 keyboard as /class/input/input1
    ACPI: ACPI Dock Station Driver
    SCSI subsystem initialized
    libata version 3.00 loaded.
    ata_piix 0000:00:07.1: version 2.12
    scsi0 : ata_piix
    scsi1 : ata_piix
    Switched to high resolution mode on CPU 0
    ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0x1850 irq 14
    ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0x1858 irq 15
    ata1.00: ATA-6: TOSHIBA MK1032GAX, AB211A, max UDMA/100
    ata1.00: 195371568 sectors, multi 16: LBA48
    ata1.00: configured for UDMA/33
    ata2.00: ATAPI: HL-DT-ST DVDRAM GSA-T20L, NR02, max UDMA/33
    ata2.00: configured for UDMA/33
    scsi 0:0:0:0: Direct-Access ATA TOSHIBA MK1032GA AB21 PQ: 0 ANSI: 5
    scsi 1:0:0:0: CD-ROM HL-DT-ST DVDRAM GSA-T20L NR02 PQ: 0 ANSI: 5
    ACPI: PCI Interrupt 0000:08:01.0[A] -> Link [LNKB] -> GSI 9 (level, low) -> IRQ 9
    ACPI: PCI interrupt for device 0000:08:01.0 disabled
    Driver 'sd' needs updating - please use bus_type methods
    sd 0:0:0:0: [sda] 195371568 512-byte hardware sectors (100030 MB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sd 0:0:0:0: [sda] 195371568 512-byte hardware sectors (100030 MB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sda:<4>Driver 'sr' needs updating - please use bus_type methods
    sda1 sda2 sda3 sda4
    sd 0:0:0:0: [sda] Attached SCSI disk
    sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    Uniform CD-ROM driver Revision: 3.20
    sr 1:0:0:0: Attached scsi CD-ROM sr0
    ReiserFS: sda2: found reiserfs format "3.6" with standard journal
    ReiserFS: sda2: using ordered data mode
    ReiserFS: sda2: journal params: device sda2, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
    ReiserFS: sda2: checking transaction log (sda2)
    ReiserFS: sda2: Using r5 hash to sort names
    rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one month, y3k
    Non-volatile memory driver v1.2
    thinkpad_acpi: ThinkPad ACPI Extras v0.20
    thinkpad_acpi: http://ibm-acpi.sf.net/
    thinkpad_acpi: ThinkPad BIOS 13ET14WW (1.00c), EC unknown
    Registered led device: tpacpi::thinklight
    thinkpad_acpi: another device driver is already handling bay events
    thinkpad_acpi: disabling subdriver bay
    Registered led device: tpacpi::power
    Registered led device: tpacpi:orange:batt
    Registered led device: tpacpi:green:batt
    Registered led device: tpacpi::dock_active
    Registered led device: tpacpi::bay_active
    Registered led device: tpacpi::dock_batt
    Registered led device: tpacpi::unknown_led
    Registered led device: tpacpi::standby
    input: ThinkPad Extra Buttons as /class/input/input2
    e100: Intel(R) PRO/100 Network Driver, 3.5.23-k4-NAPI
    e100: Copyright(c) 1999-2006 Intel Corporation
    ACPI: PCI Interrupt 0000:00:03.0[A] -> Link [LNKC] -> GSI 10 (level, low) -> IRQ 10
    e100: eth0: e100_probe: addr 0xf0120000, irq 10, MAC addr 00:03:47:0f:de:3d
    eepro100.c:v1.09j-t 9/29/99 Donald Becker
    eepro100.c: $Revision: 1.36 $ 2000/11/17 Modified by Andrey V. Savochkin <[email protected]> and others
    ACPI: PCI Interrupt 0000:00:05.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
    gameport: CS46xx Gameport is pci0000:00:05.0/gameport0, speed 1807kHz
    Linux agpgart interface v0.103
    agpgart: Detected an Intel 440BX Chipset.
    agpgart: AGP aperture is 64M @ 0xf4000000
    [drm] Initialized drm 1.1.0 20060810
    ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
    [drm] Initialized r128 2.5.0 20030725 on minor 0
    ath_hal: module license 'Proprietary' taints kernel.
    AR5210, AR5211, AR5212, AR5416, RF5111, RF5112, RF2413, RF5413, RF2133)
    fuse init (API version 7.9)
    Marking TSC unstable due to: cpufreq changes.
    /proc/exmap: insert
    ACPI: AC Adapter [AC] (on-line)
    ACPI: Battery Slot [BAT0] (battery present)
    input: Power Button (FF) as /class/input/input3
    ACPI: Power Button (FF) [PWRF]
    input: Lid Switch as /class/input/input4
    ACPI: Lid Switch [LID]
    input: Sleep Button (CM) as /class/input/input5
    ACPI: Sleep Button (CM) [SLPB]
    ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
    ACPI: ACPI0007:00 is registered as cooling_device0
    ACPI: Processor [CPU] (supports 8 throttling states)
    Clocksource tsc unstable (delta = 142862014 ns)
    ACPI: LNXTHERM:01 is registered as thermal_zone0
    ACPI: Thermal Zone [THM0] (49 C)
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    sr 1:0:0:0: Attached scsi generic sg1 type 5
    Yenta: CardBus bridge found at 0000:00:02.0 [1014:0130]
    Yenta: Using INTVAL to route CSC interrupts to PCI
    Yenta: Routing CardBus interrupts to PCI
    Yenta TI: socket 0000:00:02.0, mfunc 0x00001000, devctl 0x66
    pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    Yenta: ISA IRQ mask 0x0038, PCI irq 11
    Socket status: 30000020
    Yenta: CardBus bridge found at 0000:00:02.1 [1014:0130]
    Yenta: Using INTVAL to route CSC interrupts to PCI
    Yenta: Routing CardBus interrupts to PCI
    Yenta TI: socket 0000:00:02.1, mfunc 0x00001000, devctl 0x66
    Yenta: ISA IRQ mask 0x0038, PCI irq 9
    Socket status: 30000006
    shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    Yenta: CardBus bridge found at 0000:08:02.0 [1014:0148]
    PCI: Bus 9, cardbus bridge: 0000:08:02.0
    IO window: 0x00004000-0x000040ff
    IO window: 0x00004400-0x000044ff
    PREFETCH window: 0x40400000-0x407fffff
    MEM window: 0x40800000-0x40bfffff
    Yenta: Using INTVAL to route CSC interrupts to PCI
    Yenta: Routing CardBus interrupts to PCI
    Yenta TI: socket 0000:08:02.0, mfunc 0x00001002, devctl 0x66
    irq 11: nobody cared (try booting with the "irqpoll" option)
    Pid: 1799, comm: modprobe Tainted: P 2.6.26-ARCH #1
    [<c015a764>] __report_bad_irq+0x24/0x90
    [<c015aa52>] note_interrupt+0x282/0x2c0
    [<c0159e70>] handle_IRQ_event+0x30/0x60
    [<c015b2c3>] handle_level_irq+0xd3/0x100
    [<c010712b>] do_IRQ+0x3b/0x70
    [<c01049c7>] common_interrupt+0x23/0x28
    [<c0159e57>] handle_IRQ_event+0x17/0x60
    [<c015b26d>] handle_level_irq+0x7d/0x100
    [<c010712b>] do_IRQ+0x3b/0x70
    [<c01049c7>] common_interrupt+0x23/0x28
    [<c015007b>] show_initstate+0xb/0x50
    [<e0bd4830>] yenta_probe_cb_irq+0x80/0xf0 [yenta_socket]
    [<e0bd4bbb>] ti12xx_override+0x23b/0x6a0 [yenta_socket]
    [<c0210ce3>] pci_setup_cardbus+0x103/0x190
    [<e0bd5f02>] yenta_probe+0x5f2/0x643 [yenta_socket]
    [<c01cfa11>] sysfs_find_dirent+0x21/0x30
    [<c01d09c5>] sysfs_create_link+0x85/0x120
    [<c020b700>] pci_match_device+0xa0/0xc0
    [<c020b816>] pci_device_probe+0x56/0x80
    [<c026a9a6>] driver_probe_device+0x86/0x1a0
    [<c026ab31>] __driver_attach+0x71/0x80
    [<c020b760>] pci_device_remove+0x0/0x40
    [<c026a2d4>] bus_for_each_dev+0x44/0x70
    [<c020b760>] pci_device_remove+0x0/0x40
    [<c026a836>] driver_attach+0x16/0x20
    [<c026aac0>] __driver_attach+0x0/0x80
    [<c0269c67>] bus_add_driver+0x1a7/0x220
    [<c020b760>] pci_device_remove+0x0/0x40
    [<c026accc>] driver_register+0x5c/0x130
    [<c020ba4d>] __pci_register_driver+0x3d/0x80
    [<c0150738>] sys_init_module+0x148/0x1ca0
    [<c01a4bfa>] seq_open+0x3a/0x90
    [<c01c2aa6>] pde_users_dec+0x16/0x50
    [<e0bc9000>] hotplug_slot_attr_show+0x0/0x30 [pci_hotplug]
    [<c0268610>] device_remove_file+0x0/0x20
    [<c0103f73>] sysenter_past_esp+0x78/0xb1
    =======================
    handlers:
    [<e0a5f340>] (snd_cs46xx_interrupt+0x0/0x1e0 [snd_cs46xx])
    [<e0bd57e0>] (yenta_interrupt+0x0/0xe0 [yenta_socket])
    Disabling IRQ #11
    pccard: CardBus card inserted into slot 0
    ath_pci 0000:0f:00.0: enabling device (0000 -> 0002)
    ACPI: PCI Interrupt 0000:0f:00.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    input: PC Speaker as /class/input/input6
    USB Universal Host Controller Interface driver v3.0
    input: Video Bus as /class/input/input7
    ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
    IBM TrackPoint firmware: 0x0e, buttons: 3/3
    input: TPPS/2 IBM TrackPoint as /class/input/input8
    PPP generic driver version 2.4.2
    Uniform Multi-Platform E-IDE driver
    ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
    parport_pc 00:0d: activated
    parport_pc 00:0d: reported by Plug and Play ACPI
    parport0: PC-style at 0x278, irq 5 [PCSPP,TRISTATE]
    MadWifi: ath_attach: Switching rfkill capability off.
    NET: Registered protocol family 23
    wifi0: Atheros AR2413 chip found (MAC 7.8, PHY 2112A 4.5, Radio 5.6)
    nsc-ircc 00:0e: activated
    nsc-ircc, chip->init
    nsc-ircc, Found chip at base=0x02e
    nsc-ircc, driver loaded (Dag Brattli)
    ath_pci: wifi0: Atheros 5212: mem=0x34000000, irq=11
    IrDA: Registered device irda0
    nsc-ircc, Found dongle: Reserved
    ppdev: user-space parallel port driver
    Yenta: ISA IRQ mask 0x0018, PCI irq 10
    Socket status: 30000006
    pcmcia: parent PCI bridge I/O window: 0x4000 - 0x4fff
    cs: IO port probe 0x4000-0x4fff: clean.
    Yenta: CardBus bridge found at 0000:08:02.1 [1014:0148]
    PCI: Bus 13, cardbus bridge: 0000:08:02.1
    IO window: 0x00004800-0x000048ff
    IO window: 0x00004c00-0x00004cff
    PREFETCH window: 0x40c00000-0x40ffffff
    MEM window: 0x41000000-0x413fffff
    Yenta: Using INTVAL to route CSC interrupts to PCI
    Yenta: Routing CardBus interrupts to PCI
    Yenta TI: socket 0000:08:02.1, mfunc 0x00001002, devctl 0x66
    irq 11: nobody cared (try booting with the "irqpoll" option)
    Pid: 1799, comm: modprobe Tainted: P 2.6.26-ARCH #1
    [<c015a764>] __report_bad_irq+0x24/0x90
    [<c015aa52>] note_interrupt+0x282/0x2c0
    [<c0159e70>] handle_IRQ_event+0x30/0x60
    [<c015b2c3>] handle_level_irq+0xd3/0x100
    [<c010712b>] do_IRQ+0x3b/0x70
    [<c01049c7>] common_interrupt+0x23/0x28
    [<c014007b>] set_process_cpu_timer+0x2b/0xd0
    [<c0159e57>] handle_IRQ_event+0x17/0x60
    [<c015b26d>] handle_level_irq+0x7d/0x100
    [<c010712b>] do_IRQ+0x3b/0x70
    [<c01049c7>] common_interrupt+0x23/0x28
    [<c015007b>] show_initstate+0xb/0x50
    [<e0bd4830>] yenta_probe_cb_irq+0x80/0xf0 [yenta_socket]
    [<e0bd4aff>] ti12xx_override+0x17f/0x6a0 [yenta_socket]
    [<c0210ce3>] pci_setup_cardbus+0x103/0x190
    [<e0bd5f02>] yenta_probe+0x5f2/0x643 [yenta_socket]
    [<c01cfa11>] sysfs_find_dirent+0x21/0x30
    [<c01d09c5>] sysfs_create_link+0x85/0x120
    [<c020b700>] pci_match_device+0xa0/0xc0
    [<c020b816>] pci_device_probe+0x56/0x80
    [<c026a9a6>] driver_probe_device+0x86/0x1a0
    [<c026ab31>] __driver_attach+0x71/0x80
    [<c020b760>] pci_device_remove+0x0/0x40
    [<c026a2d4>] bus_for_each_dev+0x44/0x70
    [<c020b760>] pci_device_remove+0x0/0x40
    [<c026a836>] driver_attach+0x16/0x20
    [<c026aac0>] __driver_attach+0x0/0x80
    [<c0269c67>] bus_add_driver+0x1a7/0x220
    [<c020b760>] pci_device_remove+0x0/0x40
    [<c026accc>] driver_register+0x5c/0x130
    [<c020ba4d>] __pci_register_driver+0x3d/0x80
    [<c0150738>] sys_init_module+0x148/0x1ca0
    [<c01a4bfa>] seq_open+0x3a/0x90
    [<c01c2aa6>] pde_users_dec+0x16/0x50
    [<e0bc9000>] hotplug_slot_attr_show+0x0/0x30 [pci_hotplug]
    [<c0268610>] device_remove_file+0x0/0x20
    [<c0103f73>] sysenter_past_esp+0x78/0xb1
    =======================
    handlers:
    [<e0a5f340>] (snd_cs46xx_interrupt+0x0/0x1e0 [snd_cs46xx])
    [<e0bd57e0>] (yenta_interrupt+0x0/0xe0 [yenta_socket])
    [<e0ae4e30>] (ath_intr+0x0/0x4810 [ath_pci])
    Disabling IRQ #11
    Yenta: ISA IRQ mask 0x0018, PCI irq 10
    Socket status: 30000006
    pcmcia: parent PCI bridge I/O window: 0x4000 - 0x4fff
    cs: IO port probe 0x4000-0x4fff: clean.
    ACPI: PCI Interrupt 0000:00:07.2[D] -> Link [LNKD] -> GSI 7 (level, low) -> IRQ 7
    uhci_hcd 0000:00:07.2: UHCI Host Controller
    uhci_hcd 0000:00:07.2: new USB bus registered, assigned bus number 1
    uhci_hcd 0000:00:07.2: irq 7, io base 0x00001860
    usb usb1: configuration #1 chosen from 1 choice
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 2 ports detected
    piix4_smbus 0000:00:07.3: Found 0000:00:07.3 device
    piix4_smbus 0000:00:07.3: IBM system detected; this module may corrupt your serial eeprom! Refusing to load module!
    piix4_smbus: probe of 0000:00:07.3 failed with error -1
    CMD648: IDE controller (0x1095:0x0648 rev 0x01) at PCI slot 0000:08:01.0
    ACPI: PCI Interrupt 0000:08:01.0[A] -> Link [LNKB] -> GSI 9 (level, low) -> IRQ 9
    CMD648: 100% native mode on irq 9
    ide0: BM-DMA at 0x3000-0x3007
    ide1: BM-DMA at 0x3008-0x300f
    Probing IDE interface ide0...
    usb 1-1: new full speed USB device using uhci_hcd and address 2
    usb 1-1: configuration #1 chosen from 1 choice
    hub 1-1:1.0: USB hub found
    hub 1-1:1.0: 4 ports detected
    Probing IDE interface ide1...
    usb 1-1.4: new low speed USB device using uhci_hcd and address 3
    usb 1-1.4: configuration #1 chosen from 1 choice
    ide0 at 0x3020-0x3027,0x3016 on irq 9
    ide1 at 0x3018-0x301f,0x3012 on irq 9
    cs: IO port probe 0x100-0x3af: clean.
    cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
    cs: IO port probe 0x820-0x8ff: clean.
    cs: IO port probe 0xc00-0xcf7: clean.
    cs: IO port probe 0xa00-0xaff: clean.
    cs: IO port probe 0x100-0x3af: clean.
    cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
    cs: IO port probe 0x820-0x8ff: clean.
    cs: IO port probe 0xc00-0xcf7: clean.
    cs: IO port probe 0xa00-0xaff: clean.
    cs: IO port probe 0x100-0x3af: clean.
    cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
    cs: IO port probe 0x820-0x8ff: clean.
    cs: IO port probe 0xc00-0xcf7: clean.
    cs: IO port probe 0xa00-0xaff: clean.
    cs: IO port probe 0x100-0x3af: clean.
    cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
    cs: IO port probe 0x820-0x8ff: clean.
    cs: IO port probe 0xc00-0xcf7: clean.
    cs: IO port probe 0xa00-0xaff: clean.
    lp0: using parport0 (interrupt-driven).
    usbcore: registered new interface driver hiddev
    input: Logitech Logitech USB Optical Mouse as /class/input/input9
    input,hidraw0: USB HID v1.11 Mouse [Logitech Logitech USB Optical Mouse] on usb-0000:00:07.2-1.4
    usbcore: registered new interface driver usbhid
    usbhid: v2.6:USB HID core driver
    JFS: nTxBlock = 4027, nTxLock = 32219
    Adding 1100444k swap on /dev/sda4. Priority:-1 extents:1 across:1100444k
    warning: `avahi-daemon' uses 32-bit capabilities (legacy support in use)
    conservative governor failed, too long transition latency of HW, fallback to performance governor
    thinkpad_acpi: requested hot key mask 0x0000ffff, forced to 0x00008000 (NVRAM poll mask is 0x00fb8000): no firmware mask support
    For comparison here is my dockless dmesg:
    Linux version 2.6.26-ARCH (root@T-POWA-LX) (gcc version 4.3.2 (GCC) ) #1 SMP PREEMPT Tue Sep 9 10:15:21 UTC 2008
    PAT disabled. Not yet verified on this CPU type.
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
    BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 000000001fff0000 (usable)
    BIOS-e820: 000000001fff0000 - 000000001fffec00 (ACPI data)
    BIOS-e820: 000000001fffec00 - 0000000020000000 (ACPI NVS)
    BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
    0MB HIGHMEM available.
    511MB LOWMEM available.
    Entering add_active_range(0, 0, 131056) 0 entries of 256 used
    Zone PFN ranges:
    DMA 0 -> 4096
    Normal 4096 -> 131056
    HighMem 131056 -> 131056
    Movable zone start PFN for each node
    early_node_map[1] active PFN ranges
    0: 0 -> 131056
    On node 0 totalpages: 131056
    DMA zone: 32 pages used for memmap
    DMA zone: 0 pages reserved
    DMA zone: 4064 pages, LIFO batch:0
    Normal zone: 992 pages used for memmap
    Normal zone: 125968 pages, LIFO batch:31
    HighMem zone: 0 pages used for memmap
    Movable zone: 0 pages used for memmap
    DMI 2.3 present.
    ACPI: RSDP 000F7160, 0014 (r0 PTLTD )
    ACPI: RSDT 1FFF53D5, 002C (r1 PTLTD RSDT 6040000 LTP 0)
    ACPI: FACP 1FFFEB65, 0074 (r1 IBM TP-13 6040000 0)
    ACPI: DSDT 1FFF5401, 9764 (r1 IBM TP-13 6040000 MSFT 100000C)
    ACPI: FACS 1FFFF000, 0040
    ACPI: BOOT 1FFFEBD9, 0027 (r1 PTLTD $SBFTBL$ 6040000 LTP 1)
    ACPI: PM-Timer IO Port: 0x1008
    Allocating PCI resources starting at 30000000 (gap: 20000000:dff80000)
    PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    SMP: Allowing 0 CPUs, 0 hotplug CPUs
    PERCPU: Allocating 39464 bytes of per cpu data
    NR_CPUS: 16, nr_cpu_ids: 1
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130032
    Kernel command line: BOOT_IMAGE=arch ro root=802 hpet=force pci=routeirq acpi_osi=Linux panic=10
    ACPI: Added _OSI(Linux)
    Local APIC disabled by BIOS -- you can enable it with "lapic"
    mapped APIC to ffffb000 (0140e000)
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Initializing CPU#0
    PID hash table entries: 2048 (order: 11, 8192 bytes)
    Detected 697.425 MHz processor.
    Console: colour VGA+ 80x25
    console [tty0] enabled
    Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    Memory: 514452k/524224k available (2120k kernel code, 9264k reserved, 744k data, 264k init, 0k highmem)
    virtual kernel memory layout:
    fixmap : 0xffee4000 - 0xfffff000 (1132 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xe0800000 - 0xff7fe000 ( 495 MB)
    lowmem : 0xc0000000 - 0xdfff0000 ( 511 MB)
    .init : 0xc03d3000 - 0xc0415000 ( 264 kB)
    .data : 0xc031225e - 0xc03cc380 ( 744 kB)
    .text : 0xc0100000 - 0xc031225e (2120 kB)
    Checking if this processor honours the WP bit even in supervisor mode...Ok.
    CPA: page pool initialized 1 of 1 pages preallocated
    SLUB: Genslabs=12, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    Calibrating delay using timer specific routine.. 1396.15 BogoMIPS (lpj=2326640)
    Security Framework initialized
    Capability LSM initialized
    Mount-cache hash table entries: 512
    CPU: L1 I cache: 16K, L1 D cache: 16K
    CPU: L2 cache: 256K
    Intel machine check architecture supported.
    Intel machine check reporting enabled on CPU#0.
    Checking 'hlt' instruction... OK.
    SMP alternatives: switching to UP code
    Freeing SMP alternatives: 9k freed
    ACPI: Core revision 20080321
    ACPI: Checking initramfs for custom DSDT
    ACPI: setting ELCR to 0200 (from 0a20)
    weird, boot CPU (#0) not listedby the BIOS.
    SMP motherboard not detected.
    Local APIC not detected. Using dummy APIC emulation.
    SMP disabled
    Brought up 1 CPUs
    Total of 1 processors activated (1396.15 BogoMIPS).
    net_namespace: 652 bytes
    Booting paravirtualized kernel on bare hardware
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: PCI BIOS revision 2.10 entry at 0xfd94f, last bus=7
    PCI: Using configuration type 1 for base access
    Setting up standard PCI resources
    ACPI: EC: Look up EC in DSDT
    ACPI: EC: non-query interrupt received, switching to interrupt mode
    ACPI: Interpreter enabled
    ACPI: (supports S0 S1 S3 S4 S5)
    ACPI: Using PIC for interrupt routing
    ACPI: EC: GPE = 0x9, I/O: command/status = 0x66, data = 0x62
    ACPI: EC: driver started in interrupt mode
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    pci 0000:00:07.3: quirk: region 1000-103f claimed by PIIX4 ACPI
    pci 0000:00:07.3: quirk: region 1040-104f claimed by PIIX4 SMB
    pci 0000:00:07.3: PIIX4 devres C PIO at 15e8-15ef
    pci 0000:00:07.3: PIIX4 devres I PIO at 03f0-03f7
    pci 0000:00:07.3: PIIX4 devres J PIO at 002e-002f
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
    ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
    ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 9 10 11)
    ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11)
    ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 9 10 11)
    ACPI: Power Resource [PSER] (off)
    ACPI: Power Resource [PSIO] (on)
    Linux Plug and Play Support v0.97 (c) Adam Belay
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp 00:00: mem resource (0x0-0x9ffff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xc0000-0xc3fff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xc4000-0xc7fff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xc8000-0xcbfff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xcc000-0xcffff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xd0000-0xd3fff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xd4000-0xd3fff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xd8000-0xd7fff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xdc000-0xdbfff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xe0000-0xe3fff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xe4000-0xe7fff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xe8000-0xebfff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xec000-0xeffff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xf0000-0xfffff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp: PnP ACPI: found 15 devices
    ACPI: ACPI bus type pnp unregistered
    PCI: Using ACPI for IRQ routing
    PCI: Routing PCI interrupts for all devices because "pci=routeirq" specified
    ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
    PCI: setting IRQ 11 as level-triggered
    ACPI: PCI Interrupt 0000:00:02.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
    ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 5
    PCI: setting IRQ 5 as level-triggered
    ACPI: PCI Interrupt 0000:00:02.1[b] -> Link [LNKB] -> GSI 5 (level, low) -> IRQ 5
    ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 9
    PCI: setting IRQ 9 as level-triggered
    ACPI: PCI Interrupt 0000:00:03.0[A] -> Link [LNKC] -> GSI 9 (level, low) -> IRQ 9
    ACPI: PCI Interrupt 0000:00:03.1[A] -> Link [LNKC] -> GSI 9 (level, low) -> IRQ 9
    ACPI: PCI Interrupt 0000:00:05.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
    ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 5
    ACPI: PCI Interrupt 0000:00:07.2[D] -> Link [LNKD] -> GSI 5 (level, low) -> IRQ 5
    ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPSOv4
    NetLabel: unlabeled traffic allowed by default
    ACPI: RTC can wake from S4
    system 00:00: iomem range 0x100000-0x1fffffff could not be reserved
    system 00:00: iomem range 0xfff80000-0xffffffff could not be reserved
    system 00:02: ioport range 0x1000-0x103f has been reserved
    system 00:02: ioport range 0x1040-0x104f has been reserved
    system 00:02: ioport range 0xfe00-0xfe0f has been reserved
    system 00:09: ioport range 0x15e0-0x15ef has been reserved
    PCI: Bridge: 0000:00:01.0
    IO window: 2000-2fff
    MEM window: 0xf0200000-0xf02fffff
    PREFETCH window: 0x00000000f8000000-0x00000000fbffffff
    PCI: Bus 2, cardbus bridge: 0000:00:02.0
    IO window: 0x00001400-0x000014ff
    IO window: 0x00001c00-0x00001cff
    PREFETCH window: 0x30000000-0x33ffffff
    MEM window: 0x34000000-0x37ffffff
    PCI: Bus 6, cardbus bridge: 0000:00:02.1
    IO window: 0x00003000-0x000030ff
    IO window: 0x00003400-0x000034ff
    PREFETCH window: 0x38000000-0x3bffffff
    MEM window: 0x3c000000-0x3fffffff
    ACPI: PCI Interrupt 0000:00:02.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
    ACPI: PCI Interrupt 0000:00:02.1[b] -> Link [LNKB] -> GSI 5 (level, low) -> IRQ 5
    NET: Registered protocol family 2
    IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
    TCP established hash table entries: 16384 (order: 5, 131072 bytes)
    TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
    TCP: Hash tables configured (established 16384 bind 16384)
    TCP reno registered
    NET: Registered protocol family 1
    Unpacking initramfs... done
    Freeing initrd memory: 662k freed
    Simple Boot Flag at 0x35 set to 0x1
    IBM machine detected. Enabling interrupts during APM calls.
    apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
    apm: overridden by ACPI.
    VFS: Disk quotas dquot_6.5.1
    Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    msgmni has been set to 1006
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    io scheduler noop registered
    io scheduler anticipatory registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    pci 0000:00:00.0: Limiting direct PCI/PCI transfers
    pci 0000:00:03.0: Firmware left e100 interrupts enabled; disabling
    pci 0000:01:00.0: Boot video device
    isapnp: Scanning for PnP cards...
    isapnp: No Plug & Play device found
    Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
    serial 00:0c: activated
    00:0c: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    ACPI: PCI Interrupt 0000:00:03.1[A] -> Link [LNKC] -> GSI 9 (level, low) -> IRQ 9
    input: Macintosh mouse button emulation as /class/input/input0
    PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
    serio: i8042 KBD port at 0x60,0x64 irq 1
    serio: i8042 AUX port at 0x60,0x64 irq 12
    mice: PS/2 mouse device common for all mice
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 17
    Using IPI No-Shortcut mode
    registered taskstats version 1
    Freeing unused kernel memory: 264k freed
    input: AT Translated Set 2 keyboard as /class/input/input1
    Switched to high resolution mode on CPU 0
    ACPI: ACPI Dock Station Driver
    SCSI subsystem initialized
    libata version 3.00 loaded.
    ata_piix 0000:00:07.1: version 2.12
    scsi0 : ata_piix
    scsi1 : ata_piix
    ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0x1850 irq 14
    ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0x1858 irq 15
    ata1.00: ATA-6: TOSHIBA MK1032GAX, AB211A, max UDMA/100
    ata1.00: 195371568 sectors, multi 16: LBA48
    ata1.00: configured for UDMA/33
    ata2.00: ATAPI: HL-DT-ST DVDRAM GSA-T20L, NR02, max UDMA/33
    ata2.00: configured for UDMA/33
    scsi 0:0:0:0: Direct-Access ATA TOSHIBA MK1032GA AB21 PQ: 0 ANSI: 5
    scsi 1:0:0:0: CD-ROM HL-DT-ST DVDRAM GSA-T20L NR02 PQ: 0 ANSI: 5
    Driver 'sd' needs updating - please use bus_type methods
    sd 0:0:0:0: [sda] 195371568 512-byte hardware sectors (100030 MB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sd 0:0:0:0: [sda] 195371568 512-byte hardware sectors (100030 MB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sda:<4>Driver 'sr' needs updating - please use bus_type methods
    sda1 sda2 sda3 sda4
    sd 0:0:0:0: [sda] Attached SCSI disk
    sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    Uniform CD-ROM driver Revision: 3.20
    sr 1:0:0:0: Attached scsi CD-ROM sr0
    ReiserFS: sda2: found reiserfs format "3.6" with standard journal
    ReiserFS: sda2: using ordered data mode
    ReiserFS: sda2: journal params: device sda2, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
    ReiserFS: sda2: checking transaction log (sda2)
    ReiserFS: sda2: Using r5 hash to sort names
    rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one month, y3k
    Non-volatile memory driver v1.2
    thinkpad_acpi: ThinkPad ACPI Extras v0.20
    thinkpad_acpi: http://ibm-acpi.sf.net/
    thinkpad_acpi: ThinkPad BIOS 13ET14WW (1.00c), EC unknown
    Registered led device: tpacpi::thinklight
    thinkpad_acpi: another device driver is already handling bay events
    thinkpad_acpi: disabling subdriver bay
    Registered led device: tpacpi::power
    Registered led device: tpacpi:orange:batt
    Registered led device: tpacpi:green:batt
    Registered led device: tpacpi::dock_active
    Registered led device: tpacpi::bay_active
    Registered led device: tpacpi::dock_batt
    Registered led device: tpacpi::unknown_led
    Registered led device: tpacpi::standby
    input: ThinkPad Extra Buttons as /class/input/input2
    e100: Intel(R) PRO/100 Network Driver, 3.5.23-k4-NAPI
    e100: Copyright(c) 1999-2006 Intel Corporation
    ACPI: PCI Interrupt 0000:00:03.0[A] -> Link [LNKC] -> GSI 9 (level, low) -> IRQ 9
    e100: eth0: e100_probe: addr 0xf0120000, irq 9, MAC addr 00:03:47:0f:de:3d
    eepro100.c:v1.09j-t 9/29/99 Donald Becker
    eepro100.c: $Revision: 1.36 $ 2000/11/17 Modified by Andrey V. Savochkin <[email protected]> and others
    ACPI: PCI Interrupt 0000:00:05.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
    gameport: CS46xx Gameport is pci0000:00:05.0/gameport0, speed 1807kHz
    Linux agpgart interface v0.103
    agpgart: Detected an Intel 440BX Chipset.
    agpgart: AGP aperture is 64M @ 0xf4000000
    [drm] Initialized drm 1.1.0 20060810
    ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
    [drm] Initialized r128 2.5.0 20030725 on minor 0
    ath_hal: module license 'Proprietary' taints kernel.
    AR5210, AR5211, AR5212, AR5416, RF5111, RF5112, RF2413, RF5413, RF2133)
    fuse init (API version 7.9)
    Marking TSC unstable due to: cpufreq changes.
    /proc/exmap: insert
    ACPI: AC Adapter [AC] (on-line)
    ACPI: Battery Slot [BAT0] (battery present)
    input: Power Button (FF) as /class/input/input3
    ACPI: Power Button (FF) [PWRF]
    input: Lid Switch as /class/input/input4
    ACPI: Lid Switch [LID]
    input: Sleep Button (CM) as /class/input/input5
    ACPI: Sleep Button (CM) [SLPB]
    Clocksource tsc unstable (delta = 142842086 ns)
    ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
    ACPI: ACPI0007:00 is registered as cooling_device0
    ACPI: Processor [CPU] (supports 8 throttling states)
    ACPI: LNXTHERM:01 is registered as thermal_zone0
    ACPI: Thermal Zone [THM0] (50 C)
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    sr 1:0:0:0: Attached scsi generic sg1 type 5
    pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    Yenta: CardBus bridge found at 0000:00:02.0 [1014:0130]
    Yenta: Using INTVAL to route CSC interrupts to PCI
    Yenta: Routing CardBus interrupts to PCI
    Yenta TI: socket 0000:00:02.0, mfunc 0x00001000, devctl 0x66
    spurious 8259A interrupt: IRQ7.
    Yenta: ISA IRQ mask 0x0498, PCI irq 11
    Socket status: 30000020
    Yenta: CardBus bridge found at 0000:00:02.1 [1014:0130]
    Yenta: Using INTVAL to route CSC interrupts to PCI
    Yenta: Routing CardBus interrupts to PCI
    Yenta TI: socket 0000:00:02.1, mfunc 0x00001000, devctl 0x66
    Yenta: ISA IRQ mask 0x0498, PCI irq 5
    Socket status: 30000006
    pccard: CardBus card inserted into slot 0
    ath_pci 0000:02:00.0: enabling device (0000 -> 0002)
    ACPI: PCI Interrupt 0000:02:00.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    input: PC Speaker as /class/input/input6
    piix4_smbus 0000:00:07.3: Found 0000:00:07.3 device
    piix4_smbus 0000:00:07.3: IBM system detected; this module may corrupt your serial eeprom! Refusing to load module!
    piix4_smbus: probe of 0000:00:07.3 failed with error -1
    USB Universal Host Controller Interface driver v3.0
    ACPI: PCI Interrupt 0000:00:07.2[D] -> Link [LNKD] -> GSI 5 (level, low) -> IRQ 5
    uhci_hcd 0000:00:07.2: UHCI Host Controller
    uhci_hcd 0000:00:07.2: new USB bus registered, assigned bus number 1
    uhci_hcd 0000:00:07.2: irq 5, io base 0x00001860
    usb usb1: configuration #1 chosen from 1 choice
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 2 ports detected
    input: Video Bus as /class/input/input7
    ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
    IBM TrackPoint firmware: 0x0e, buttons: 3/3
    input: TPPS/2 IBM TrackPoint as /class/input/input8
    PPP generic driver version 2.4.2
    parport_pc 00:0d: activated
    parport_pc 00:0d: reported by Plug and Play ACPI
    parport0: PC-style at 0x3bc, irq 7 [PCSPP,TRISTATE]
    NET: Registered protocol family 23
    nsc-ircc 00:0e: activated
    nsc-ircc, chip->init
    nsc-ircc, Found chip at base=0x02e
    nsc-ircc, driver loaded (Dag Brattli)
    IrDA: Registered device irda0
    nsc-ircc, Found dongle: Reserved
    MadWifi: ath_attach: Switching rfkill capability off.
    wifi0: Atheros AR2413 chip found (MAC 7.8, PHY 2112A 4.5, Radio 5.6)
    ath_pci: wifi0: Atheros 5212: mem=0x34000000, irq=11
    cs: IO port probe 0x100-0x3af: clean.
    cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
    cs: IO port probe 0x820-0x8ff: clean.
    cs: IO port probe 0xc00-0xcf7: clean.
    cs: IO port probe 0xa00-0xaff: clean.
    cs: IO port probe 0x100-0x3af: clean.
    cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
    cs: IO port probe 0x820-0x8ff: clean.
    cs: IO port probe 0xc00-0xcf7: clean.
    cs: IO port probe 0xa00-0xaff: clean.
    lp0: using parport0 (interrupt-driven).
    ppdev: user-space parallel port driver
    JFS: nTxBlock = 4027, nTxLock = 32219
    Adding 1100444k swap on /dev/sda4. Priority:-1 extents:1 across:1100444k
    warning: `avahi-daemon' uses 32-bit capabilities (legacy support in use)
    conservative governor failed, too long transition latency of HW, fallback to performance governor
    thinkpad_acpi: requested hot key mask 0x0000ffff, forced to 0x00008000 (NVRAM poll mask is 0x00fb8000): no firmware mask support
    I've tried multiple options in the BIOS. You can select AGP or PCI as the card for the root display device. The default is PCI so if there's a docked PCI card at POST, the BIOS will use that for the root display device... otherwise it will use the built in card. You can also select the root display device as LCD or CRT or both. The default is CRT so if there is an external monitor that's where the bootloader menu and such will appear, otherwise the laptop's own display gets used. Even if I've understood these incorrectly, all combinations yield a PCI video card that is not detected by lspci.
    I've also tried loading the module dock right after thinkpad_acpi. It loads and appears in lsmod but it doesn't help the situation at all. It also doesn't add a dock file to /proc/acpi/ibm. I also tried passing pci=routirq to the kernel, whatever that does and I've tried changing the four PCI related IRQ numbers in the BIOS and this has not helped.

    I did upgrade the kernel yesterday and it caused the syntax of dmesg to change somewhat. Here is a docked dmesg from 2.6.27:
    Linux version 2.6.27-ARCH (root@architect) (gcc version 4.3.2 (GCC) ) #1 SMP PREEMPT Sun Oct 12 15:16:25 CEST 2008
    PAT WC disabled due to known CPU erratum.
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
    BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 000000001fff0000 (usable)
    BIOS-e820: 000000001fff0000 - 000000001fffec00 (ACPI data)
    BIOS-e820: 000000001fffec00 - 0000000020000000 (ACPI NVS)
    BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
    last_pfn = 0x1fff0 max_arch_pfn = 0x100000
    kernel direct mapping tables up to 1fff0000 @ 7000-d000
    RAMDISK: 00e4d000 - 00effb5b
    DMI 2.3 present.
    ACPI: RSDP 000F7160, 0014 (r0 PTLTD )
    ACPI: RSDT 1FFF53D5, 002C (r1 PTLTD RSDT 6040000 LTP 0)
    ACPI: FACP 1FFFEB65, 0074 (r1 IBM TP-13 6040000 0)
    ACPI: DSDT 1FFF5401, 9764 (r1 IBM TP-13 6040000 MSFT 100000C)
    ACPI: FACS 1FFFF000, 0040
    ACPI: BOOT 1FFFEBD9, 0027 (r1 PTLTD $SBFTBL$ 6040000 LTP 1)
    0MB HIGHMEM available.
    511MB LOWMEM available.
    mapped low ram: 0 - 1fff0000
    low ram: 00000000 - 1fff0000
    bootmap 00002000 - 00006000
    (9 early reservations) ==> bootmem [0000000000 - 001fff0000]
    #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
    #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000]
    #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000]
    #3 [0000100000 - 000050c280] TEXT DATA BSS ==> [0000100000 - 000050c280]
    #4 [0000e4d000 - 0000effb5b] RAMDISK ==> [0000e4d000 - 0000effb5b]
    #5 [000050d000 - 0000510000] INIT_PG_TABLE ==> [000050d000 - 0000510000]
    #6 [000009f800 - 0000100000] BIOS reserved ==> [000009f800 - 0000100000]
    #7 [0000007000 - 0000009000] PGTABLE ==> [0000007000 - 0000009000]
    #8 [0000002000 - 0000006000] BOOTMAP ==> [0000002000 - 0000006000]
    Zone PFN ranges:
    DMA 0x00000000 -> 0x00001000
    Normal 0x00001000 -> 0x0001fff0
    HighMem 0x0001fff0 -> 0x0001fff0
    Movable zone start PFN for each node
    early_node_map[2] active PFN ranges
    0: 0x00000000 -> 0x0000009f
    0: 0x00000100 -> 0x0001fff0
    On node 0 totalpages: 130959
    free_area_init_node: node 0, pgdat c03d9580, node_mem_map c1000000
    DMA zone: 3967 pages, LIFO batch:0
    Normal zone: 125968 pages, LIFO batch:31
    ACPI: PM-Timer IO Port: 0x1008
    SMP: Allowing 1 CPUs, 0 hotplug CPUs
    Local APIC disabled by BIOS -- you can enable it with "lapic"
    mapped APIC to ffffb000 (01402000)
    PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    Allocating PCI resources starting at 30000000 (gap: 20000000:dff80000)
    PERCPU: Allocating 39324 bytes of per cpu data
    NR_CPUS: 16, nr_cpu_ids: 1, nr_node_ids 1
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129935
    Kernel command line: BOOT_IMAGE=arch ro root=802 hpet=force pci=routeirq acpi_osi=Linux panic=10
    ACPI: Added _OSI(Linux)
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Initializing CPU#0
    PID hash table entries: 2048 (order: 11, 8192 bytes)
    TSC: PIT calibration confirmed by PMTIMER.
    TSC: using PIT calibration value
    Detected 697.407 MHz processor.
    Console: colour VGA+ 80x25
    console [tty0] enabled
    Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    Memory: 514248k/524224k available (2151k kernel code, 9460k reserved, 844k data, 288k init, 0k highmem)
    virtual kernel memory layout:
    fixmap : 0xffee8000 - 0xfffff000 (1116 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xe0800000 - 0xff7fe000 ( 495 MB)
    lowmem : 0xc0000000 - 0xdfff0000 ( 511 MB)
    .init : 0xc03f3000 - 0xc043b000 ( 288 kB)
    .data : 0xc0319f76 - 0xc03ed360 ( 844 kB)
    .text : 0xc0100000 - 0xc0319f76 (2151 kB)
    Checking if this processor honours the WP bit even in supervisor mode...Ok.
    CPA: page pool initialized 1 of 1 pages preallocated
    SLUB: Genslabs=12, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    Calibrating delay loop (skipped), value calculated using timer frequency.. 1395.93 BogoMIPS (lpj=2324690)
    Security Framework initialized
    Mount-cache hash table entries: 512
    CPU: L1 I cache: 16K, L1 D cache: 16K
    CPU: L2 cache: 256K
    Intel machine check architecture supported.
    Intel machine check reporting enabled on CPU#0.
    Checking 'hlt' instruction... OK.
    SMP alternatives: switching to UP code
    Freeing SMP alternatives: 9k freed
    ACPI: Core revision 20080609
    ACPI: Checking initramfs for custom DSDT
    ACPI: setting ELCR to 0200 (from 0e00)
    weird, boot CPU (#0) not listedby the BIOS.
    SMP motherboard not detected.
    Local APIC not detected. Using dummy APIC emulation.
    SMP disabled
    Brought up 1 CPUs
    Total of 1 processors activated (1395.93 BogoMIPS).
    net_namespace: 832 bytes
    Booting paravirtualized kernel on bare hardware
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: PCI BIOS revision 2.10 entry at 0xfd94f, last bus=14
    PCI: Using configuration type 1 for base access
    ACPI: EC: Look up EC in DSDT
    ACPI: EC: non-query interrupt received, switching to interrupt mode
    ACPI: Interpreter enabled
    ACPI: (supports S0 S1 S3 S4 S5)
    ACPI: Using PIC for interrupt routing
    ACPI: EC: GPE = 0x9, I/O: command/status = 0x66, data = 0x62
    ACPI: EC: driver started in interrupt mode
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    PCI: 0000:00:00.0 reg 10 32bit mmio: [f4000000, f7ffffff]
    PCI: 0000:00:02.0 reg 10 32bit mmio: [50000000, 50000fff]
    pci 0000:00:02.0: supports D1
    pci 0000:00:02.0: supports D2
    pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:02.0: PME# disabled
    PCI: 0000:00:02.1 reg 10 32bit mmio: [50100000, 50100fff]
    pci 0000:00:02.1: supports D1
    pci 0000:00:02.1: supports D2
    pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:02.1: PME# disabled
    PCI: 0000:00:03.0 reg 10 32bit mmio: [f0120000, f0120fff]
    PCI: 0000:00:03.0 reg 14 io port: [1800, 183f]
    PCI: 0000:00:03.0 reg 18 32bit mmio: [f0100000, f011ffff]
    PCI: 0000:00:03.0 reg 30 32bit mmio: [0, fffff]
    pci 0000:00:03.0: supports D1
    pci 0000:00:03.0: supports D2
    pci 0000:00:03.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:03.0: PME# disabled
    PCI: 0000:00:03.1 reg 10 io port: [1840, 1847]
    PCI: 0000:00:03.1 reg 14 32bit mmio: [f0121000, f0121fff]
    pci 0000:00:03.1: supports D1
    pci 0000:00:03.1: supports D2
    pci 0000:00:03.1: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:03.1: PME# disabled
    pci 0000:00:04.0: supports D1
    pci 0000:00:04.0: supports D2
    PCI: 0000:00:05.0 reg 10 32bit mmio: [f0122000, f0122fff]
    PCI: 0000:00:05.0 reg 14 32bit mmio: [f0000000, f00fffff]
    pci 0000:00:05.0: supports D1
    pci 0000:00:05.0: supports D2
    PCI: 0000:00:07.1 reg 20 io port: [1850, 185f]
    PCI: 0000:00:07.2 reg 20 io port: [1860, 187f]
    pci 0000:00:07.3: quirk: region 1000-103f claimed by PIIX4 ACPI
    pci 0000:00:07.3: quirk: region 1040-104f claimed by PIIX4 SMB
    pci 0000:00:07.3: PIIX4 devres C PIO at 15e8-15ef
    pci 0000:00:07.3: PIIX4 devres I PIO at 03f0-03f7
    pci 0000:00:07.3: PIIX4 devres J PIO at 002e-002f
    PCI: 0000:01:00.0 reg 10 32bit mmio: [f8000000, fbffffff]
    PCI: 0000:01:00.0 reg 14 io port: [2000, 20ff]
    PCI: 0000:01:00.0 reg 18 32bit mmio: [f0200000, f0203fff]
    PCI: 0000:01:00.0 reg 30 32bit mmio: [0, 1ffff]
    pci 0000:01:00.0: supports D1
    pci 0000:01:00.0: supports D2
    PCI: bridge 0000:00:01.0 io port: [2000, 2fff]
    PCI: bridge 0000:00:01.0 32bit mmio: [f0200000, f02fffff]
    PCI: bridge 0000:00:01.0 32bit mmio pref: [f8000000, fbffffff]
    PCI: 0000:08:01.0 reg 10 io port: [3020, 3027]
    PCI: 0000:08:01.0 reg 14 io port: [3014, 3017]
    PCI: 0000:08:01.0 reg 18 io port: [3018, 301f]
    PCI: 0000:08:01.0 reg 1c io port: [3010, 3013]
    PCI: 0000:08:01.0 reg 20 io port: [3000, 300f]
    pci 0000:08:01.0: supports D1
    pci 0000:08:01.0: supports D2
    PCI: 0000:08:02.0 reg 10 32bit mmio: [52000000, 52000fff]
    pci 0000:08:02.0: supports D1
    pci 0000:08:02.0: supports D2
    pci 0000:08:02.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:08:02.0: PME# disabled
    PCI: 0000:08:02.1 reg 10 32bit mmio: [53000000, 53000fff]
    pci 0000:08:02.1: supports D1
    pci 0000:08:02.1: supports D2
    pci 0000:08:02.1: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:08:02.1: PME# disabled
    pci 0000:00:04.0: transparent bridge
    PCI: bridge 0000:00:04.0 io port: [0, fff]
    PCI: bridge 0000:00:04.0 32bit mmio: [0, fffff]
    PCI: bridge 0000:00:04.0 32bit mmio pref: [0, fffff]
    bus 00 -> node 0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.DOCK._PRT]
    ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *9 10 11)
    ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *9 10 11)
    ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
    ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11)
    ACPI: Power Resource [PSER] (off)
    ACPI: Power Resource [PSIO] (on)
    Linux Plug and Play Support v0.97 (c) Adam Belay
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp 00:00: mem resource (0x0-0x9ffff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xc0000-0xc3fff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xc4000-0xc7fff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xc8000-0xcbfff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xcc000-0xcffff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xd0000-0xd3fff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xd4000-0xd3fff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xd8000-0xd7fff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xdc000-0xdbfff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xe0000-0xe3fff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xe4000-0xe7fff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xe8000-0xebfff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xec000-0xeffff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xf0000-0xfffff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0x0-0x9ffff) overlaps 0000:00:04.0 BAR 8 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xc0000-0xc3fff) overlaps 0000:00:04.0 BAR 8 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xc4000-0xc7fff) overlaps 0000:00:04.0 BAR 8 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xc8000-0xcbfff) overlaps 0000:00:04.0 BAR 8 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xcc000-0xcffff) overlaps 0000:00:04.0 BAR 8 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xd0000-0xd3fff) overlaps 0000:00:04.0 BAR 8 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xd4000-0xd3fff) overlaps 0000:00:04.0 BAR 8 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xd8000-0xd7fff) overlaps 0000:00:04.0 BAR 8 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xdc000-0xdbfff) overlaps 0000:00:04.0 BAR 8 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xe0000-0xe3fff) overlaps 0000:00:04.0 BAR 8 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xe4000-0xe7fff) overlaps 0000:00:04.0 BAR 8 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xe8000-0xebfff) overlaps 0000:00:04.0 BAR 8 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xec000-0xeffff) overlaps 0000:00:04.0 BAR 8 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xf0000-0xfffff) overlaps 0000:00:04.0 BAR 8 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0x0-0x9ffff) overlaps 0000:00:04.0 BAR 9 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xc0000-0xc3fff) overlaps 0000:00:04.0 BAR 9 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xc4000-0xc7fff) overlaps 0000:00:04.0 BAR 9 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xc8000-0xcbfff) overlaps 0000:00:04.0 BAR 9 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xcc000-0xcffff) overlaps 0000:00:04.0 BAR 9 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xd0000-0xd3fff) overlaps 0000:00:04.0 BAR 9 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xd4000-0xd3fff) overlaps 0000:00:04.0 BAR 9 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xd8000-0xd7fff) overlaps 0000:00:04.0 BAR 9 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xdc000-0xdbfff) overlaps 0000:00:04.0 BAR 9 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xe0000-0xe3fff) overlaps 0000:00:04.0 BAR 9 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xe4000-0xe7fff) overlaps 0000:00:04.0 BAR 9 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xe8000-0xebfff) overlaps 0000:00:04.0 BAR 9 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xec000-0xeffff) overlaps 0000:00:04.0 BAR 9 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xf0000-0xfffff) overlaps 0000:00:04.0 BAR 9 (0x0-0xfffff), disabling
    pnp 00:02: io resource (0x22-0x22) overlaps 0000:00:04.0 BAR 7 (0x0-0xfff), disabling
    pnp 00:02: io resource (0x92-0x92) overlaps 0000:00:04.0 BAR 7 (0x0-0xfff), disabling
    pnp 00:02: io resource (0xb2-0xb3) overlaps 0000:00:04.0 BAR 7 (0x0-0xfff), disabling
    pnp 00:0a: io resource (0x2e-0x2f) overlaps 0000:00:04.0 BAR 7 (0x0-0xfff), disabling
    pnp: PnP ACPI: found 15 devices
    ACPI: ACPI bus type pnp unregistered
    PCI: Using ACPI for IRQ routing
    PCI: Routing PCI interrupts for all devices because "pci=routeirq" specified
    ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 9
    PCI: setting IRQ 9 as level-triggered
    pci 0000:00:02.0: PCI INT A -> Link[LNKA] -> GSI 9 (level, low) -> IRQ 9
    ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 9
    pci 0000:00:02.1: PCI INT B -> Link[LNKB] -> GSI 9 (level, low) -> IRQ 9
    ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
    PCI: setting IRQ 11 as level-triggered
    pci 0000:00:03.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
    pci 0000:00:03.1: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
    pci 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI 9 (level, low) -> IRQ 9
    ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 10
    PCI: setting IRQ 10 as level-triggered
    pci 0000:00:07.2: PCI INT D -> Link[LNKD] -> GSI 10 (level, low) -> IRQ 10
    pci 0000:01:00.0: PCI INT A -> Link[LNKA] -> GSI 9 (level, low) -> IRQ 9
    pci 0000:08:01.0: PCI INT A -> Link[LNKB] -> GSI 9 (level, low) -> IRQ 9
    pci 0000:08:02.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
    pci 0000:08:02.1: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
    pci 0000:00:04.0: BAR 7: can't allocate resource
    pci 0000:00:04.0: BAR 8: can't allocate resource
    pci 0000:00:04.0: BAR 9: can't allocate resource
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPSOv4
    NetLabel: unlabeled traffic allowed by default
    ACPI: RTC can wake from S4
    system 00:00: iomem range 0x100000-0x1fffffff could not be reserved
    system 00:00: iomem range 0xfff80000-0xffffffff could not be reserved
    system 00:02: ioport range 0x1000-0x103f has been reserved
    system 00:02: ioport range 0x1040-0x104f has been reserved
    system 00:02: ioport range 0xfe00-0xfe0f has been reserved
    system 00:09: ioport range 0x15e0-0x15ef has been reserved
    pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
    pci 0000:00:01.0: IO window: 0x2000-0x2fff
    pci 0000:00:01.0: MEM window: 0xf0200000-0xf02fffff
    pci 0000:00:01.0: PREFETCH window: 0x000000f8000000-0x000000fbffffff
    pci 0000:00:02.0: CardBus bridge, secondary bus 0000:0f
    pci 0000:00:02.0: IO window: 0x001400-0x0014ff
    pci 0000:00:02.0: IO window: 0x001c00-0x001cff
    pci 0000:00:02.0: PREFETCH window: 0x30000000-0x33ffffff
    pci 0000:00:02.0: MEM window: 0x34000000-0x37ffffff
    pci 0000:00:02.1: CardBus bridge, secondary bus 0000:13
    pci 0000:00:02.1: IO window: 0x003400-0x0034ff
    pci 0000:00:02.1: IO window: 0x003800-0x0038ff
    pci 0000:00:02.1: PREFETCH window: 0x38000000-0x3bffffff
    pci 0000:00:02.1: MEM window: 0x3c000000-0x3fffffff
    pci 0000:08:02.0: CardBus bridge, secondary bus 0000:09
    pci 0000:08:02.0: IO window: 0x004000-0x0040ff
    pci 0000:08:02.0: IO window: 0x004400-0x0044ff
    pci 0000:08:02.0: PREFETCH window: 0x48000000-0x4bffffff
    pci 0000:08:02.0: MEM window: 0x40000000-0x43ffffff
    pci 0000:08:02.1: CardBus bridge, secondary bus 0000:0d
    pci 0000:08:02.1: IO window: 0x004800-0x0048ff
    pci 0000:08:02.1: IO window: 0x004c00-0x004cff
    pci 0000:08:02.1: PREFETCH window: 0x4c000000-0x4fffffff
    pci 0000:08:02.1: MEM window: 0x44000000-0x47ffffff
    pci 0000:00:04.0: PCI bridge, secondary bus 0000:08
    pci 0000:00:04.0: IO window: 0x4000-0x4fff
    pci 0000:00:04.0: MEM window: 0x40000000-0x47ffffff
    pci 0000:00:04.0: PREFETCH window: 0x00000048000000-0x0000004fffffff
    pci 0000:00:02.0: power state changed by ACPI to D0
    pci 0000:00:02.0: PCI INT A -> Link[LNKA] -> GSI 9 (level, low) -> IRQ 9
    pci 0000:00:02.1: power state changed by ACPI to D0
    pci 0000:00:02.1: PCI INT B -> Link[LNKB] -> GSI 9 (level, low) -> IRQ 9
    pci 0000:08:02.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
    pci 0000:08:02.1: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
    bus: 00 index 0 io port: [0, ffff]
    bus: 00 index 1 mmio: [0, ffffffff]
    bus: 01 index 0 io port: [2000, 2fff]
    bus: 01 index 1 mmio: [f0200000, f02fffff]
    bus: 01 index 2 mmio: [f8000000, fbffffff]
    bus: 01 index 3 mmio: [0, 0]
    bus: 0f index 0 io port: [1400, 14ff]
    bus: 0f index 1 io port: [1c00, 1cff]
    bus: 0f index 2 mmio: [30000000, 33ffffff]
    bus: 0f index 3 mmio: [34000000, 37ffffff]
    bus: 13 index 0 io port: [3400, 34ff]
    bus: 13 index 1 io port: [3800, 38ff]
    bus: 13 index 2 mmio: [38000000, 3bffffff]
    bus: 13 index 3 mmio: [3c000000, 3fffffff]
    bus: 08 index 0 io port: [4000, 4fff]
    bus: 08 index 1 mmio: [40000000, 47ffffff]
    bus: 08 index 2 mmio: [48000000, 4fffffff]
    bus: 08 index 3 io port: [0, ffff]
    bus: 08 index 4 mmio: [0, ffffffff]
    bus: 09 index 0 io port: [4000, 40ff]
    bus: 09 index 1 io port: [4400, 44ff]
    bus: 09 index 2 mmio: [48000000, 4bffffff]
    bus: 09 index 3 mmio: [40000000, 43ffffff]
    bus: 0d index 0 io port: [4800, 48ff]
    bus: 0d index 1 io port: [4c00, 4cff]
    bus: 0d index 2 mmio: [4c000000, 4fffffff]
    bus: 0d index 3 mmio: [44000000, 47ffffff]
    NET: Registered protocol family 2
    IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
    TCP established hash table entries: 16384 (order: 5, 131072 bytes)
    TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
    TCP: Hash tables configured (established 16384 bind 16384)
    TCP reno registered
    NET: Registered protocol family 1
    Unpacking initramfs... done
    Freeing initrd memory: 714k freed
    Simple Boot Flag at 0x35 set to 0x1
    IBM machine detected. Enabling interrupts during APM calls.
    apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
    apm: overridden by ACPI.
    VFS: Disk quotas dquot_6.5.1
    Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    msgmni has been set to 1006
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    io scheduler noop registered
    io scheduler anticipatory registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    pci 0000:00:00.0: Limiting direct PCI/PCI transfers
    pci 0000:00:03.0: Firmware left e100 interrupts enabled; disabling
    pci 0000:01:00.0: Boot video device
    isapnp: Scanning for PnP cards...
    isapnp: No Plug & Play device found
    Serial: 8250/16550 driver4 ports, IRQ sharing disabled
    serial 00:0c: activated
    00:0c: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    serial 0000:00:03.1: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
    input: Macintosh mouse button emulation as /class/input/input0
    PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
    serio: i8042 KBD port at 0x60,0x64 irq 1
    serio: i8042 AUX port at 0x60,0x64 irq 12
    mice: PS/2 mouse device common for all mice
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 17
    Using IPI No-Shortcut mode
    registered taskstats version 1
    Freeing unused kernel memory: 288k freed
    Switched to high resolution mode on CPU 0
    input: AT Translated Set 2 keyboard as /class/input/input1
    ACPI: ACPI Dock Station Driver
    SCSI subsystem initialized
    libata version 3.00 loaded.
    ata_piix 0000:00:07.1: version 2.12
    scsi0 : ata_piix
    scsi1 : ata_piix
    ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0x1850 irq 14
    ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0x1858 irq 15
    ata1.00: ATA-6: TOSHIBA MK1032GAX, AB211A, max UDMA/100
    ata1.00: 195371568 sectors, multi 16: LBA48
    ata1.00: configured for UDMA/33
    ata2.00: ATAPI: HL-DT-ST DVDRAM GSA-T20L, NR02, max UDMA/33
    ata2.00: configured for UDMA/33
    scsi 0:0:0:0: Direct-Access ATA TOSHIBA MK1032GA AB21 PQ: 0 ANSI: 5
    scsi 1:0:0:0: CD-ROM HL-DT-ST DVDRAM GSA-T20L NR02 PQ: 0 ANSI: 5
    pata_acpi 0000:08:01.0: PCI INT A -> Link[LNKB] -> GSI 9 (level, low) -> IRQ 9
    pata_acpi 0000:08:01.0: PCI INT A disabled
    Driver 'sd' needs updating - please use bus_type methods
    sd 0:0:0:0: [sda] 195371568 512-byte hardware sectors (100030 MB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sd 0:0:0:0: [sda] 195371568 512-byte hardware sectors (100030 MB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sda: sda1 sda2 sda3 sda4
    Driver 'sr' needs updating - please use bus_type methods
    sd 0:0:0:0: [sda] Attached SCSI disk
    sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    Uniform CD-ROM driver Revision: 3.20
    sr 1:0:0:0: Attached scsi CD-ROM sr0
    ReiserFS: sda2: found reiserfs format "3.6" with standard journal
    ReiserFS: sda2: using ordered data mode
    ReiserFS: sda2: journal params: device sda2, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
    ReiserFS: sda2: checking transaction log (sda2)
    ReiserFS: sda2: Using r5 hash to sort names
    rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one month, y3k
    Non-volatile memory driver v1.2
    thinkpad_acpi: ThinkPad ACPI Extras v0.21
    thinkpad_acpi: http://ibm-acpi.sf.net/
    thinkpad_acpi: ThinkPad BIOS 13ET14WW (1.00c), EC unknown
    Registered led device: tpacpi::thinklight
    thinkpad_acpi: another device driver is already handling bay events
    thinkpad_acpi: disabling subdriver bay
    Registered led device: tpacpi::power
    Registered led device: tpacpi:orange:batt
    Registered led device: tpacpi:green:batt
    Registered led device: tpacpi::dock_active
    Registered led device: tpacpi::bay_active
    Registered led device: tpacpi::dock_batt
    Registered led device: tpacpi::unknown_led
    Registered led device: tpacpi::standby
    input: ThinkPad Extra Buttons as /class/input/input2
    e100: Intel(R) PRO/100 Network Driver, 3.5.23-k4-NAPI
    e100: Copyright(c) 1999-2006 Intel Corporation
    e100 0000:00:03.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
    e100 0000:00:03.0: PME# disabled
    e100: eth0: e100_probe: addr 0xf0120000, irq 11, MAC addr 00:03:47:0f:de:3d
    eepro100.c:v1.09j-t 9/29/99 Donald Becker
    eepro100.c: $Revision: 1.36 $ 2000/11/17 Modified by Andrey V. Savochkin <[email protected]> and others
    Sound Fusion CS46xx 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI 9 (level, low) -> IRQ 9
    gameport: CS46xx Gameport is pci0000:00:05.0/gameport0, speed 1807kHz
    Linux agpgart interface v0.103
    agpgart-intel 0000:00:00.0: Intel 440BX Chipset
    agpgart-intel 0000:00:00.0: AGP aperture is 64M @ 0xf4000000
    [drm] Initialized drm 1.1.0 20060810
    pci 0000:01:00.0: PCI INT A -> Link[LNKA] -> GSI 9 (level, low) -> IRQ 9
    [drm] Initialized r128 2.5.0 20030725 on minor 0
    ath_hal: module license 'Proprietary' taints kernel.
    AR5210, AR5211, AR5212, AR5416, RF5111, RF5112, RF2413, RF5413, RF2133)
    fuse init (API version 7.9)
    Marking TSC unstable due to cpufreq changes
    ACPI: AC Adapter [AC] (on-line)
    ACPI: Battery Slot [BAT0] (battery present)
    input: Power Button (FF) as /class/input/input3
    ACPI: Power Button (FF) [PWRF]
    input: Lid Switch as /class/input/input4
    ACPI: Lid Switch [LID]
    input: Sleep Button (CM) as /class/input/input5
    ACPI: Sleep Button (CM) [SLPB]
    Clocksource tsc unstable (delta = 142865538 ns)
    ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
    processor ACPI0007:00: registered as cooling_device0
    ACPI: Processor [CPU] (supports 8 throttling states)
    thermal LNXTHERM:01: registered as thermal_zone0
    ACPI: Thermal Zone [THM0] (24 C)
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    sr 1:0:0:0: Attached scsi generic sg1 type 5
    pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    Yenta: CardBus bridge found at 0000:00:02.0 [1014:0130]
    Yenta: Using INTVAL to route CSC interrupts to PCI
    Yenta: Routing CardBus interrupts to PCI
    Yenta TI: socket 0000:00:02.0, mfunc 0x00001000, devctl 0x66
    Yenta: ISA IRQ mask 0x00b8, PCI irq 9
    Socket status: 30000020
    Yenta: CardBus bridge found at 0000:00:02.1 [1014:0130]
    Yenta: Using INTVAL to route CSC interrupts to PCI
    Yenta: Routing CardBus interrupts to PCI
    Yenta TI: socket 0000:00:02.1, mfunc 0x00001000, devctl 0x66
    Yenta: ISA IRQ mask 0x00b8, PCI irq 9
    Socket status: 30000006
    Yenta: CardBus bridge found at 0000:08:02.0 [1014:0148]
    Yenta: Using INTVAL to route CSC interrupts to PCI
    Yenta: Routing CardBus interrupts to PCI
    Yenta TI: socket 0000:08:02.0, mfunc 0x00001002, devctl 0x66
    irq 9: nobody cared (try booting with the "irqpoll" option)
    Pid: 1302, comm: modprobe Tainted: P 2.6.27-ARCH #1
    [<c015ce54>] __report_bad_irq+0x24/0x90
    [<c015d142>] note_interrupt+0x282/0x2c0
    [<c015c450>] handle_IRQ_event+0x30/0x60
    [<c015d9b3>] handle_level_irq+0xd3/0x100
    [<c010710b>] do_IRQ+0x3b/0x70
    [<c0104927>] common_interrupt+0x23/0x28
    [<c03100d8>] cache_add_dev+0x272/0x44a
    [<c015c430>] handle_IRQ_event+0x10/0x60
    [<c015d95d>] handle_level_irq+0x7d/0x100
    [<c010710b>] do_IRQ+0x3b/0x70
    [<c015cbc1>] setup_irq+0x121/0x250
    [<c0104927>] common_interrupt+0x23/0x28
    [<c015007b>] rt_mutex_adjust_prio_chain+0x20b/0x340
    [<e0c168cc>] yenta_probe_cb_irq+0x9c/0x110 [yenta_socket]
    [<e0c16c58>] ti12xx_override+0x238/0x6a0 [yenta_socket]
    [<e0c17fe2>] yenta_probe+0x622/0x673 [yenta_socket]
    [<c01d4012>] sysfs_add_one+0x12/0x50
    [<c01d40bd>] sysfs_addrm_start+0x6d/0xc0
    [<c0318f05>] _spin_unlock+0x5/0x20
    [<c020bce0>] pci_match_device+0xa0/0xc0
    [<c020c4b6>] pci_device_probe+0x56/0x80
    [<c026da76>] driver_probe_device+0x86/0x1a0
    [<c0318af4>] _spin_lock_irqsave+0x34/0x50
    [<c026dc01>] __driver_attach+0x71/0x80
    [<c020c400>] pci_device_remove+0x0/0x40
    [<c026d3a4>] bus_for_each_dev+0x44/0x70
    [<c020c400>] pci_device_remove+0x0/0x40
    [<c026d906>] driver_attach+0x16/0x20
    [<c026db90>] __driver_attach+0x0/0x80
    [<c026cd37>] bus_add_driver+0x1a7/0x220
    [<c020c400>] pci_device_remove+0x0/0x40
    [<c026dd9c>] driver_register+0x5c/0x130
    [<e08be000>] yenta_socket_init+0x0/0x14 [yenta_socket]
    [<c020c6f7>] __pci_register_driver+0x47/0x90
    [<e08be000>] yenta_socket_init+0x0/0x14 [yenta_socket]
    [<c010111a>] do_one_initcall+0x2a/0x160
    [<c0123480>] hrtick_start_fair+0x190/0x1b0
    [<c0126635>] check_preempt_wakeup+0xe5/0x120
    [<c0126def>] try_to_wake_up+0xaf/0x180
    [<c015474b>] sys_init_module+0x8b/0x1b0
    [<c0103ef3>] sysenter_do_call+0x12/0x33
    =======================
    handlers:
    [<c0229cfc>] (acpi_irq+0x0/0x1f)
    [<e0a663c0>] (snd_cs46xx_interrupt+0x0/0x1f0 [snd_cs46xx])
    [<e0c17880>] (yenta_interrupt+0x0/0xf0 [yenta_socket])
    [<e0c17880>] (yenta_interrupt+0x0/0xf0 [yenta_socket])
    Disabling IRQ #9
    pccard: CardBus card inserted into slot 0
    PCI: 0000:0f:00.0 reg 10 32bit mmio: [0, ffff]
    ath_pci 0000:0f:00.0: enabling device (0000 -> 0002)
    ath_pci 0000:0f:00.0: PCI INT A -> Link[LNKA] -> GSI 9 (level, low) -> IRQ 9
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    input: PC Speaker as /class/input/input6
    USB Universal Host Controller Interface driver v3.0
    input: Video Bus as /class/input/input7
    ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
    Error: Driver 'pcspkr' is already registered, aborting...
    NET: Registered protocol family 23
    IBM TrackPoint firmware: 0x0e, buttons: 3/3
    input: TPPS/2 IBM TrackPoint as /class/input/input8
    parport_pc 00:0d: activated
    parport_pc 00:0d: reported by Plug and Play ACPI
    parport0: PC-style at 0x3bc, irq 7 [PCSPP,TRISTATE]
    nsc-ircc 00:0e: activated
    nsc-ircc, chip->init
    nsc-ircc, Found chip at base=0x02e
    nsc-ircc, driver loaded (Dag Brattli)
    IrDA: Registered device irda0
    nsc-ircc, Using dongle: IBM31T1100 or Temic TFDS6000/TFDS6500
    PPP generic driver version 2.4.2
    Uniform Multi-Platform E-IDE driver
    MadWifi: ath_attach: Switching rfkill capability off.
    wifi0: Atheros AR2413 chip found (MAC 7.8, PHY 2112A 4.5, Radio 5.6)
    ppdev: user-space parallel port driver
    ath_pci: wifi0: Atheros 5212: mem=0x34000000, irq=9
    Yenta: ISA IRQ mask 0x0038, PCI irq 11
    Socket status: 30000006
    pcmcia: parent PCI bridge I/O window: 0x4000 - 0x4fff
    cs: IO port probe 0x4000-0x4fff: clean.
    pcmcia: parent PCI bridge Memory window: 0x40000000 - 0x47ffffff
    pcmcia: parent PCI bridge Memory window: 0x48000000 - 0x4fffffff
    cmd64x 0000:08:01.0: IDE controller (0x1095:0x0648 rev 0x01)
    CMD64x_IDE 0000:08:01.0: PCI INT A -> Link[LNKB] -> GSI 9 (level, low) -> IRQ 9
    cmd64x 0000:08:01.0: 100% native mode on irq 9
    ide0: BM-DMA at 0x3000-0x3007
    ide1: BM-DMA at 0x3008-0x300f
    Probing IDE interface ide0...
    Probing IDE interface ide1...
    ide0 at 0x3020-0x3027,0x3016 on irq 9
    ide1 at 0x3018-0x301f,0x3012 on irq 9
    piix4_smbus 0000:00:07.3: IBM system detected; this module may corrupt your serial eeprom! Refusing to load module!
    piix4_smbus: probe of 0000:00:07.3 failed with error -1
    Yenta: CardBus bridge found at 0000:08:02.1 [1014:0148]
    Yenta: Using INTVAL to route CSC interrupts to PCI
    Yenta: Routing CardBus interrupts to PCI
    Yenta TI: socket 0000:08:02.1, mfunc 0x00001002, devctl 0x66
    irq 9: nobody cared (try booting with the "irqpoll" option)
    Pid: 1302, comm: modprobe Tainted: P 2.6.27-ARCH #1
    [<c015ce54>] __report_bad_irq+0x24/0x90
    [<c015d142>] note_interrupt+0x282/0x2c0
    [<c015c450>] handle_IRQ_event+0x30/0x60
    [<c015d9b3>] handle_level_irq+0xd3/0x100
    [<c010710b>] do_IRQ+0x3b/0x70
    [<c0104927>] common_interrupt+0x23/0x28
    [<c031007b>] cache_add_dev+0x215/0x44a
    [<c03100d8>] cache_add_dev+0x272/0x44a
    [<c015c430>] handle_IRQ_event+0x10/0x60
    [<c015d95d>] handle_level_irq+0x7d/0x100
    [<c010710b>] do_IRQ+0x3b/0x70
    [<c015cbc1>] setup_irq+0x121/0x250
    [<c0104927>] common_interrupt+0x23/0x28
    [<c015007b>] rt_mutex_adjust_prio_chain+0x20b/0x340
    [<e0c168cc>] yenta_probe_cb_irq+0x9c/0x110 [yenta_socket]
    [<e0c16b97>] ti12xx_override+0x177/0x6a0 [yenta_socket]
    [<e0c17fe2>] yenta_probe+0x622/0x673 [yenta_socket]
    [<c01d4012>] sysfs_add_one+0x12/0x50
    [<c01d40bd>] sysfs_addrm_start+0x6d/0xc0
    [<c0318f05>] _spin_unlock+0x5/0x20
    [<c020bce0>] pci_match_device+0xa0/0xc0
    [<c020c4b6>] pci_device_probe+0x56/0x80
    [<c026da76>] driver_probe_device+0x86/0x1a0
    [<c0318af4>] _spin_lock_irqsave+0x34/0x50
    [<c026dc01>] __driver_attach+0x71/0x80
    [<c020c400>] pci_device_remove+0x0/0x40
    [<c026d3a4>] bus_for_each_dev+0x44/0x70
    [<c020c400>] pci_device_remove+0x0/0x40
    [<c026d906>] driver_attach+0x16/0x20
    [<c026db90>] __driver_attach+0x0/0x80
    [<c026cd37>] bus_add_driver+0x1a7/0x220
    [<c020c400>] pci_device_remove+0x0/0x40
    [<c026dd9c>] driver_register+0x5c/0x130
    [<e08be000>] yenta_socket_init+0x0/0x14 [yenta_socket]
    [<c020c6f7>] __pci_register_driver+0x47/0x90
    [<e08be000>] yenta_socket_init+0x0/0x14 [yenta_socket]
    [<c010111a>] do_one_initcall+0x2a/0x160
    [<c0123480>] hrtick_start_fair+0x190/0x1b0
    [<c0126635>] check_preempt_wakeup+0xe5/0x120
    [<c0126def>] try_to_wake_up+0xaf/0x180
    [<c015474b>] sys_init_module+0x8b/0x1b0
    [<c0103ef3>] sysenter_do_call+0x12/0x33
    =======================
    handlers:
    [<c0229cfc>] (acpi_irq+0x0/0x1f)
    [<e0a663c0>] (snd_cs46xx_interrupt+0x0/0x1f0 [snd_cs46xx])
    [<e0c17880>] (yenta_interrupt+0x0/0xf0 [yenta_socket])
    [<e0c17880>] (yenta_interrupt+0x0/0xf0 [yenta_socket])
    [<e0b3fdf0>] (ath_intr+0x0/0x4880 [ath_pci])
    [<e0cf28a0>] (ide_intr+0x0/0x220 [ide_core])
    [<e0cf28a0>] (ide_intr+0x0/0x220 [ide_core])
    Disabling IRQ #9
    Yenta: ISA IRQ mask 0x0038, PCI irq 11
    Socket status: 30000006
    pcmcia: parent PCI bridge I/O window: 0x4000 - 0x4fff
    cs: IO port probe 0x4000-0x4fff: clean.
    pcmcia: parent PCI bridge Memory window: 0x40000000 - 0x47ffffff
    pcmcia: parent PCI bridge Memory window: 0x48000000 - 0x4fffffff
    uhci_hcd 0000:00:07.2: PCI INT D -> Link[LNKD] -> GSI 10 (level, low) -> IRQ 10
    uhci_hcd 0000:00:07.2: UHCI Host Controller
    uhci_hcd 0000:00:07.2: new USB bus registered, assigned bus number 1
    uhci_hcd 0000:00:07.2: irq 10, io base 0x00001860
    usb usb1: configuration #1 chosen from 1 choice
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 2 ports detected
    usb 1-1: new full speed USB device using uhci_hcd and address 2
    usb 1-1: configuration #1 chosen from 1 choice
    hub 1-1:1.0: USB hub found
    hub 1-1:1.0: 4 ports detected
    lp0: using parport0 (interrupt-driven).
    usb 1-1.4: new low speed USB device using uhci_hcd and address 3
    usb 1-1.4: configuration #1 chosen from 1 choice
    cs: IO port probe 0x100-0x3af: clean.
    cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
    cs: IO port probe 0x820-0x8ff: clean.
    cs: IO port probe 0xc00-0xcf7: clean.
    cs: IO port probe 0xa00-0xaff: clean.
    cs: IO port probe 0x100-0x3af: clean.
    cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
    cs: IO port probe 0x820-0x8ff: clean.
    cs: IO port probe 0xc00-0xcf7: clean.
    cs: IO port probe 0xa00-0xaff: clean.
    cs: IO port probe 0x100-0x3af: clean.
    cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
    cs: IO port probe 0x820-0x8ff: clean.
    cs: IO port probe 0xc00-0xcf7: clean.
    cs: IO port probe 0xa00-0xaff: clean.
    cs: IO port probe 0x100-0x3af: clean.
    cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
    cs: IO port probe 0x820-0x8ff: clean.
    cs: IO port probe 0xc00-0xcf7: clean.
    cs: IO port probe 0xa00-0xaff: clean.
    usbcore: registered new interface driver hiddev
    input: Logitech Logitech USB Optical Mouse as /class/input/input9
    input,hidraw0: USB HID v1.11 Mouse [Logitech Logitech USB Optical Mouse] on usb-0000:00:07.2-1.4
    usbcore: registered new interface driver usbhid
    usbhid: v2.6:USB HID core driver
    ACPI: EC: missing confirmations, switch off interrupt mode.
    JFS: nTxBlock = 4026, nTxLock = 32211
    Adding 1100444k swap on /dev/sda4. Priority:-1 extents:1 across:1100444k
    warning: `avahi-daemon' uses 32-bit capabilities (legacy support in use)
    conservative governor failed, too long transition latency of HW, fallback to performance governor
    thinkpad_acpi: requested hot key mask 0x0000ffff, forced to 0x00008000 (NVRAM poll mask is 0x00fb8000): no firmware mask support
    Note the "can't allocate resource areas"... And here is the new dockless dmesg:
    Linux version 2.6.27-ARCH (root@architect) (gcc version 4.3.2 (GCC) ) #1 SMP PREEMPT Sun Oct 12 15:16:25 CEST 2008
    PAT WC disabled due to known CPU erratum.
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
    BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 000000001fff0000 (usable)
    BIOS-e820: 000000001fff0000 - 000000001fffec00 (ACPI data)
    BIOS-e820: 000000001fffec00 - 0000000020000000 (ACPI NVS)
    BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
    last_pfn = 0x1fff0 max_arch_pfn = 0x100000
    kernel direct mapping tables up to 1fff0000 @ 7000-d000
    RAMDISK: 00e4d000 - 00effb5b
    DMI 2.3 present.
    ACPI: RSDP 000F7160, 0014 (r0 PTLTD )
    ACPI: RSDT 1FFF53D5, 002C (r1 PTLTD RSDT 6040000 LTP 0)
    ACPI: FACP 1FFFEB65, 0074 (r1 IBM TP-13 6040000 0)
    ACPI: DSDT 1FFF5401, 9764 (r1 IBM TP-13 6040000 MSFT 100000C)
    ACPI: FACS 1FFFF000, 0040
    ACPI: BOOT 1FFFEBD9, 0027 (r1 PTLTD $SBFTBL$ 6040000 LTP 1)
    0MB HIGHMEM available.
    511MB LOWMEM available.
    mapped low ram: 0 - 1fff0000
    low ram: 00000000 - 1fff0000
    bootmap 00002000 - 00006000
    (9 early reservations) ==> bootmem [0000000000 - 001fff0000]
    #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
    #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000]
    #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000]
    #3 [0000100000 - 000050c280] TEXT DATA BSS ==> [0000100000 - 000050c280]
    #4 [0000e4d000 - 0000effb5b] RAMDISK ==> [0000e4d000 - 0000effb5b]
    #5 [000050d000 - 0000510000] INIT_PG_TABLE ==> [000050d000 - 0000510000]
    #6 [000009f800 - 0000100000] BIOS reserved ==> [000009f800 - 0000100000]
    #7 [0000007000 - 0000009000] PGTABLE ==> [0000007000 - 0000009000]
    #8 [0000002000 - 0000006000] BOOTMAP ==> [0000002000 - 0000006000]
    Zone PFN ranges:
    DMA 0x00000000 -> 0x00001000
    Normal 0x00001000 -> 0x0001fff0
    HighMem 0x0001fff0 -> 0x0001fff0
    Movable zone start PFN for each node
    early_node_map[2] active PFN ranges
    0: 0x00000000 -> 0x0000009f
    0: 0x00000100 -> 0x0001fff0
    On node 0 totalpages: 130959
    free_area_init_node: node 0, pgdat c03d9580, node_mem_map c1000000
    DMA zone: 3967 pages, LIFO batch:0
    Normal zone: 125968 pages, LIFO batch:31
    ACPI: PM-Timer IO Port: 0x1008
    SMP: Allowing 1 CPUs, 0 hotplug CPUs
    Local APIC disabled by BIOS -- you can enable it with "lapic"
    mapped APIC to ffffb000 (01402000)
    PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    Allocating PCI resources starting at 30000000 (gap: 20000000:dff80000)
    PERCPU: Allocating 39324 bytes of per cpu data
    NR_CPUS: 16, nr_cpu_ids: 1, nr_node_ids 1
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129935
    Kernel command line: BOOT_IMAGE=arch ro root=802 hpet=force pci=routeirq acpi_osi=Linux panic=10
    ACPI: Added _OSI(Linux)
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Initializing CPU#0
    PID hash table entries: 2048 (order: 11, 8192 bytes)
    TSC: PIT calibration confirmed by PMTIMER.
    TSC: using PIT calibration value
    Detected 697.409 MHz processor.
    Console: colour VGA+ 80x25
    console [tty0] enabled
    Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    Memory: 514248k/524224k available (2151k kernel code, 9460k reserved, 844k data, 288k init, 0k highmem)
    virtual kernel memory layout:
    fixmap : 0xffee8000 - 0xfffff000 (1116 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xe0800000 - 0xff7fe000 ( 495 MB)
    lowmem : 0xc0000000 - 0xdfff0000 ( 511 MB)
    .init : 0xc03f3000 - 0xc043b000 ( 288 kB)
    .data : 0xc0319f76 - 0xc03ed360 ( 844 kB)
    .text : 0xc0100000 - 0xc0319f76 (2151 kB)
    Checking if this processor honours the WP bit even in supervisor mode...Ok.
    CPA: page pool initialized 1 of 1 pages preallocated
    SLUB: Genslabs=12, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    Calibrating delay loop (skipped), value calculated using timer frequency.. 1395.93 BogoMIPS (lpj=2324696)
    Security Framework initialized
    Mount-cache hash table entries: 512
    CPU: L1 I cache: 16K, L1 D cache: 16K
    CPU: L2 cache: 256K
    Intel machine check architecture supported.
    Intel machine check reporting enabled on CPU#0.
    Checking 'hlt' instruction... OK.
    SMP alternatives: switching to UP code
    Freeing SMP alternatives: 9k freed
    ACPI: Core revision 20080609
    ACPI: Checking initramfs for custom DSDT
    ACPI: setting ELCR to 0200 (from 0e00)
    weird, boot CPU (#0) not listedby the BIOS.
    SMP motherboard not detected.
    Local APIC not detected. Using dummy APIC emulation.
    SMP disabled
    Brought up 1 CPUs
    Total of 1 processors activated (1395.93 BogoMIPS).
    net_namespace: 832 bytes
    Booting paravirtualized kernel on bare hardware
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: PCI BIOS revision 2.10 entry at 0xfd94f, last bus=7
    PCI: Using configuration type 1 for base access
    ACPI: EC: Look up EC in DSDT
    ACPI: EC: non-query interrupt received, switching to interrupt mode
    ACPI: Interpreter enabled
    ACPI: (supports S0 S1 S3 S4 S5)
    ACPI: Using PIC for interrupt routing
    ACPI: EC: GPE = 0x9, I/O: command/status = 0x66, data = 0x62
    ACPI: EC: driver started in interrupt mode
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    PCI: 0000:00:00.0 reg 10 32bit mmio: [f4000000, f7ffffff]
    PCI: 0000:00:02.0 reg 10 32bit mmio: [50000000, 50000fff]
    pci 0000:00:02.0: supports D1
    pci 0000:00:02.0: supports D2
    pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:02.0: PME# disabled
    PCI: 0000:00:02.1 reg 10 32bit mmio: [50100000, 50100fff]
    pci 0000:00:02.1: supports D1
    pci 0000:00:02.1: supports D2
    pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:02.1: PME# disabled
    PCI: 0000:00:03.0 reg 10 32bit mmio: [f0120000, f0120fff]
    PCI: 0000:00:03.0 reg 14 io port: [1800, 183f]
    PCI: 0000:00:03.0 reg 18 32bit mmio: [f0100000, f011ffff]
    PCI: 0000:00:03.0 reg 30 32bit mmio: [0, fffff]
    pci 0000:00:03.0: supports D1
    pci 0000:00:03.0: supports D2
    pci 0000:00:03.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:03.0: PME# disabled
    PCI: 0000:00:03.1 reg 10 io port: [1840, 1847]
    PCI: 0000:00:03.1 reg 14 32bit mmio: [f0121000, f0121fff]
    pci 0000:00:03.1: supports D1
    pci 0000:00:03.1: supports D2
    pci 0000:00:03.1: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:03.1: PME# disabled
    PCI: 0000:00:05.0 reg 10 32bit mmio: [f0122000, f0122fff]
    PCI: 0000:00:05.0 reg 14 32bit mmio: [f0000000, f00fffff]
    pci 0000:00:05.0: supports D1
    pci 0000:00:05.0: supports D2
    PCI: 0000:00:07.1 reg 20 io port: [1850, 185f]
    PCI: 0000:00:07.2 reg 20 io port: [1860, 187f]
    pci 0000:00:07.3: quirk: region 1000-103f claimed by PIIX4 ACPI
    pci 0000:00:07.3: quirk: region 1040-104f claimed by PIIX4 SMB
    pci 0000:00:07.3: PIIX4 devres C PIO at 15e8-15ef
    pci 0000:00:07.3: PIIX4 devres I PIO at 03f0-03f7
    pci 0000:00:07.3: PIIX4 devres J PIO at 002e-002f
    PCI: 0000:01:00.0 reg 10 32bit mmio: [f8000000, fbffffff]
    PCI: 0000:01:00.0 reg 14 io port: [2000, 20ff]
    PCI: 0000:01:00.0 reg 18 32bit mmio: [f0200000, f0203fff]
    PCI: 0000:01:00.0 reg 30 32bit mmio: [0, 1ffff]
    pci 0000:01:00.0: supports D1
    pci 0000:01:00.0: supports D2
    PCI: bridge 0000:00:01.0 io port: [2000, 2fff]
    PCI: bridge 0000:00:01.0 32bit mmio: [f0200000, f02fffff]
    PCI: bridge 0000:00:01.0 32bit mmio pref: [f8000000, fbffffff]
    bus 00 -> node 0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
    ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *9 10 11)
    ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *9 10 11)
    ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
    ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11)
    ACPI: Power Resource [PSER] (off)
    ACPI: Power Resource [PSIO] (on)
    Linux Plug and Play Support v0.97 (c) Adam Belay
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp 00:00: mem resource (0x0-0x9ffff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xc0000-0xc3fff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xc4000-0xc7fff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xc8000-0xcbfff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xcc000-0xcffff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xd0000-0xd3fff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xd4000-0xd3fff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xd8000-0xd7fff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xdc000-0xdbfff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xe0000-0xe3fff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xe4000-0xe7fff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xe8000-0xebfff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xec000-0xeffff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp 00:00: mem resource (0xf0000-0xfffff) overlaps 0000:00:03.0 BAR 6 (0x0-0xfffff), disabling
    pnp: PnP ACPI: found 15 devices
    ACPI: ACPI bus type pnp unregistered
    PCI: Using ACPI for IRQ routing
    PCI: Routing PCI interrupts for all devices because "pci=routeirq" specified
    ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 9
    PCI: setting IRQ 9 as level-triggered
    pci 0000:00:02.0: PCI INT A -> Link[LNKA] -> GSI 9 (level, low) -> IRQ 9
    ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 9
    pci 0000:00:02.1: PCI INT B -> Link[LNKB] -> GSI 9 (level, low) -> IRQ 9
    ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
    PCI: setting IRQ 11 as level-triggered
    pci 0000:00:03.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
    pci 0000:00:03.1: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
    pci 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI 9 (level, low) -> IRQ 9
    ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 10
    PCI: setting IRQ 10 as level-triggered
    pci 0000:00:07.2: PCI INT D -> Link[LNKD] -> GSI 10 (level, low) -> IRQ 10
    pci 0000:01:00.0: PCI INT A -> Link[LNKA] -> GSI 9 (level, low) -> IRQ 9
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPSOv4
    NetLabel: unlabeled traffic allowed by default
    ACPI: RTC can wake from S4
    system 00:00: iomem range 0x100000-0x1fffffff could not be reserved
    system 00:00: iomem range 0xfff80000-0xffffffff could not be reserved
    system 00:02: ioport range 0x1000-0x103f has been reserved
    system 00:02: ioport range 0x1040-0x104f has been reserved
    system 00:02: ioport range 0xfe00-0xfe0f has been reserved
    system 00:09: ioport range 0x15e0-0x15ef has been reserved
    pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
    pci 0000:00:01.0: IO window: 0x2000-0x2fff
    pci 0000:00:01.0: MEM window: 0xf0200000-0xf02fffff
    pci 0000:00:01.0: PREFETCH window: 0x000000f8000000-0x000000fbffffff
    pci 0000:00:02.0: CardBus bridge, secondary bus 0000:02
    pci 0000:00:02.0: IO window: 0x001400-0x0014ff
    pci 0000:00:02.0: IO window: 0x001c00-0x001cff
    pci 0000:00:02.0: PREFETCH window: 0x30000000-0x33ffffff
    pci 0000:00:02.0: MEM window: 0x34000000-0x37ffffff
    pci 0000:00:02.1: CardBus bridge, secondary bus 0000:06
    pci 0000:00:02.1: IO window: 0x003000-0x0030ff
    pci 0000:00:02.1: IO window: 0x003400-0x0034ff
    pci 0000:00:02.1: PREFETCH window: 0x38000000-0x3bffffff
    pci 0000:00:02.1: MEM window: 0x3c000000-0x3fffffff
    pci 0000:00:02.0: power state changed by ACPI to D0
    pci 0000:00:02.0: PCI INT A -> Link[LNKA] -> GSI 9 (level, low) -> IRQ 9
    pci 0000:00:02.1: power state changed by ACPI to D0
    pci 0000:00:02.1: PCI INT B -> Link[LNKB] -> GSI 9 (level, low) -> IRQ 9
    bus: 00 index 0 io port: [0, ffff]
    bus: 00 index 1 mmio: [0, ffffffff]
    bus: 01 index 0 io port: [2000, 2fff]
    bus: 01 index 1 mmio: [f0200000, f02fffff]
    bus: 01 index 2 mmio: [f8000000, fbffffff]
    bus: 01 index 3 mmio: [0, 0]
    bus: 02 index 0 io port: [1400, 14ff]
    bus: 02 index 1 io port: [1c00, 1cff]
    bus: 02 index 2 mmio: [30000000, 33ffffff]
    bus: 02 index 3 mmio: [34000000, 37ffffff]
    bus: 06 index 0 io port: [3000, 30ff]
    bus: 06 index 1 io port: [3400, 34ff]
    bus: 06 index 2 mmio: [38000000, 3bffffff]
    bus: 06 index 3 mmio: [3c000000, 3fffffff]
    NET: Registered protocol family 2
    IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
    TCP established hash table entries: 16384 (order: 5, 131072 bytes)
    TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
    TCP: Hash tables configured (established 16384 bind 16384)
    TCP reno registered
    NET: Registered protocol family 1
    Unpacking initramfs... done
    Freeing initrd memory: 714k freed
    Simple Boot Flag at 0x35 set to 0x1
    IBM machine detected. Enabling interrupts during APM calls.
    apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
    apm: overridden by ACPI.
    VFS: Disk quotas dquot_6.5.1
    Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    msgmni has been set to 1006
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    io scheduler noop registered
    io scheduler anticipatory registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    pci 0000:00:00.0: Limiting direct PCI/PCI transfers
    pci 0000:00:03.0: Firmware left e100 interrupts enabled; disabling
    pci 0000:01:00.0: Boot video device
    isapnp: Scanning for PnP cards...
    isapnp: No Plug & Play device found
    Serial: 8250/16550 driver4 ports, IRQ sharing disabled
    serial 00:0c: activated
    00:0c: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    serial 0000:00:03.1: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
    input: Macintosh mouse button emulation as /class/input/input0
    PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
    serio: i8042 KBD port at 0x60,0x64 irq 1
    serio: i8042 AUX port at 0x60,0x64 irq 12
    mice: PS/2 mouse device common for all mice
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 17
    Using IPI No-Shortcut mode
    registered taskstats version 1
    Freeing unused kernel memory: 288k freed
    Switched to high resolution mode on CPU 0
    input: AT Translated Set 2 keyboard as /class/input/input1
    ACPI: ACPI Dock Station Driver
    SCSI subsystem initialized
    libata version 3.00 loaded.
    ata_piix 0000:00:07.1: version 2.12
    scsi0 : ata_piix
    scsi1 : ata_piix
    ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0x1850 irq 14
    ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0x1858 irq 15
    ata1.00: ATA-6: TOSHIBA MK1032GAX, AB211A, max UDMA/100
    ata1.00: 195371568 sectors, multi 16: LBA48
    ata1.00: configured for UDMA/33
    ata2.00: ATAPI: HL-DT-ST DVDRAM GSA-T20L, NR02, max UDMA/33
    ata2.00: configured for UDMA/33
    scsi 0:0:0:0: Direct-Access ATA TOSHIBA MK1032GA AB21 PQ: 0 ANSI: 5
    scsi 1:0:0:0: CD-ROM HL-DT-ST DVDRAM GSA-T20L NR02 PQ: 0 ANSI: 5
    Driver 'sd' needs updating - please use bus_type methods
    sd 0:0:0:0: [sda] 195371568 512-byte hardware sectors (100030 MB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sd 0:0:0:0: [sda] 195371568 512-byte hardware sectors (100030 MB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sda: sda1 sda2 sda3 sda4
    Driver 'sr' needs updating - please use bus_type methods
    sd 0:0:0:0: [sda] Attached SCSI disk
    sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    Uniform CD-ROM driver Revision: 3.20
    sr 1:0:0:0: Attached scsi CD-ROM sr0
    ReiserFS: sda2: found reiserfs format "3.6" with standard journal
    ReiserFS: sda2: using ordered data mode
    ReiserFS: sda2: journal params: device sda2, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
    ReiserFS: sda2: checking transaction log (sda2)
    ReiserFS: sda2: Using r5 hash to sort names
    rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one month, y3k
    Non-volatile memory driver v1.2
    thinkpad_acpi: ThinkPad ACPI Extras v0.21
    thinkpad_acpi: http://ibm-acpi.sf.net/
    thinkpad_acpi: ThinkPad BIOS 13ET14WW (1.00c), EC unknown
    Registered led device: tpacpi::thinklight
    thinkpad_acpi: another device driver is already handling bay events
    thinkpad_acpi: disabling subdriver bay
    Registered led device: tpacpi::power
    Registered led device: tpacpi:orange:batt
    Registered led device: tpacpi:green:batt
    Registered led device: tpacpi::dock_active
    Registered led device: tpacpi::bay_active
    Registered led device: tpacpi::dock_batt
    Registered led device: tpacpi::unknown_led
    Registered led device: tpacpi::standby
    input: ThinkPad Extra Buttons as /class/input/input2
    e100: Intel(R) PRO/100 Network Driver, 3.5.23-k4-NAPI
    e100: Copyright(c) 1999-2006 Intel Corporation
    e100 0000:00:03.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
    e100 0000:00:03.0: PME# disabled
    e100: eth0: e100_probe: addr 0xf0120000, irq 11, MAC addr 00:03:47:0f:de:3d
    eepro100.c:v1.09j-t 9/29/99 Donald Becker
    eepro100.c: $Revision: 1.36 $ 2000/11/17 Modified by Andrey V. Savochkin <[email protected]> and others
    Sound Fusion CS46xx 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI 9 (level, low) -> IRQ 9
    gameport: CS46xx Gameport is pci0000:00:05.0/gameport0, speed 1864kHz
    Linux agpgart interface v0.103
    agpgart-intel 0000:00:00.0: Intel 440BX Chipset
    agpgart-intel 0000:00:00.0: AGP aperture is 64M @ 0xf4000000
    [drm] Initialized drm 1.1.0 20060810
    pci 0000:01:00.0: PCI INT A -> Link[LNKA] -> GSI 9 (level, low) -> IRQ 9
    [drm] Initialized r128 2.5.0 20030725 on minor 0
    ath_hal: module license 'Proprietary' taints kernel.
    AR5210, AR5211, AR5212, AR5416, RF5111, RF5112, RF2413, RF5413, RF2133)
    fuse init (API version 7.9)
    Marking TSC unstable due to cpufreq changes
    ACPI: AC Adapter [AC] (on-line)
    ACPI: Battery Slot [BAT0] (battery present)
    input: Power Button (FF) as /class/input/input3
    ACPI: Power Button (FF) [PWRF]
    input: Lid Switch as /class/input/input4
    ACPI: Lid Switch [LID]
    input: Sleep Button (CM) as /class/input/input5
    ACPI: Sleep Button (CM) [SLPB]
    Clocksource tsc unstable (delta = 142862504 ns)
    ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
    processor ACPI0007:00: registered as cooling_device0
    ACPI: Processor [CPU] (supports 8 throttling states)
    thermal LNXTHERM:01: registered as thermal_zone0
    ACPI: Thermal Zone [THM0] (34 C)
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    sr 1:0:0:0: Attached scsi generic sg1 type 5
    pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    Yenta: CardBus bridge found at 0000:00:02.0 [1014:0130]
    Yenta: Using INTVAL to route CSC interrupts to PCI
    Yenta: Routing CardBus interrupts to PCI
    Yenta TI: socket 0000:00:02.0, mfunc 0x00001000, devctl 0x66
    spurious 8259A interrupt: IRQ7.
    Yenta: ISA IRQ mask 0x00b8, PCI irq 9
    Socket status: 30000020
    Yenta: CardBus bridge found at 0000:00:02.1 [1014:0130]
    Yenta: Using INTVAL to route CSC interrupts to PCI
    Yenta: Routing CardBus interrupts to PCI
    Yenta TI: socket 0000:00:02.1, mfunc 0x00001000, devctl 0x66
    Yenta: ISA IRQ mask 0x00b8, PCI irq 9
    Socket status: 30000006
    shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    pccard: CardBus card inserted into slot 0
    PCI: 0000:02:00.0 reg 10 32bit mmio: [0, ffff]
    ath_pci 0000:02:00.0: enabling device (0000 -> 0002)
    ath_pci 0000:02:00.0: PCI INT A -> Link[LNKA] -> GSI 9 (level, low) -> IRQ 9
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    input: PC Speaker as /class/input/input6
    USB Universal Host Controller Interface driver v3.0
    uhci_hcd 0000:00:07.2: PCI INT D -> Link[LNKD] -> GSI 10 (level, low) -> IRQ 10
    uhci_hcd 0000:00:07.2: UHCI Host Controller
    uhci_hcd 0000:00:07.2: new USB bus registered, assigned bus number 1
    uhci_hcd 0000:00:07.2: irq 10, io base 0x00001860
    usb usb1: configuration #1 chosen from 1 choice
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 2 ports detected
    piix4_smbus 0000:00:07.3: IBM system detected; this module may corrupt your serial eeprom! Refusing to load module!
    piix4_smbus: probe of 0000:00:07.3 failed with error -1
    Error: Driver 'pcspkr' is already registered, aborting...
    usb 1-1: new low speed USB device using uhci_hcd and address 2
    input: Video Bus as /class/input/input7
    usb 1-1: configuration #1 chosen from 1 choice
    ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
    IBM TrackPoint firmware: 0x0e, buttons: 3/3
    input: TPPS/2 IBM TrackPoint as /class/input/input8
    NET: Registered protocol family 23
    parport_pc 00:0d: activated
    parport_pc 00:0d: reported by Plug and Play ACPI
    parport0: PC-style at 0x3bc, irq 7 [PCSPP,TRISTATE]
    nsc-ircc 00:0e: activated
    nsc-ircc, chip->init
    nsc-ircc, Found chip at base=0x02e
    nsc-ircc, driver loaded (Dag Brattli)
    IrDA: Registered device irda0
    nsc-ircc, Using dongle: IBM31T1100 or Temic TFDS6000/TFDS6500
    PPP generic driver version 2.4.2
    MadWifi: ath_attach: Switching rfkill capability off.
    wifi0: Atheros AR2413 chip found (MAC 7.8, PHY 2112A 4.5, Radio 5.6)
    lp0: using parport0 (interrupt-driven).
    ath_pci: wifi0: Atheros 5212: mem=0x34000000, irq=9
    ppdev: user-space parallel port driver
    cs: IO port probe 0x100-0x3af: clean.
    cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
    cs: IO port probe 0x820-0x8ff: clean.
    cs: IO port probe 0xc00-0xcf7: clean.
    cs: IO port probe 0xa00-0xaff: clean.
    cs: IO port probe 0x100-0x3af: clean.
    cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
    cs: IO port probe 0x820-0x8ff: clean.
    cs: IO port probe 0xc00-0xcf7: clean.
    cs: IO port probe 0xa00-0xaff: clean.
    usbcore: registered new interface driver hiddev
    input: Logitech Logitech USB Optical Mouse as /class/input/input9
    input,hidraw0: USB HID v1.11 Mouse [Logitech Logitech USB Optical Mouse] on usb-0000:00:07.2-1
    usbcore: registered new interface driver usbhid
    usbhid: v2.6:USB HID core driver
    JFS: nTxBlock = 4026, nTxLock = 32211
    Adding 1100444k swap on /dev/sda4. Priority:-1 extents:1 across:1100444k
    warning: `avahi-daemon' uses 32-bit capabilities (legacy support in use)
    conservative governor failed, too long transition latency of HW, fallback to performance governor
    thinkpad_acpi: requested hot key mask 0x0000ffff, forced to 0x00008000 (NVRAM poll mask is 0x00fb8000): no firmware mask support
    The strangest thing has also happened recently. The laptop refuses to use its own display when starting up in the dock unless an external monitor is plugged in. If a CRT is plugged in, the docked laptop starts up and shows the splash screen on its LCD. If no CRT is plugged in, turning on the docked laptop results in a blank screen. This might have happened because I fiddled with the BIOS which would make alot of sense but resetting the BIOS to default configuration hasn't fixed the problem. I also could have broken a pin but the last thing I remember doing before this happened is running cat /sys/module/snd_ac97_codec/parameters/power_save. It's one of those untouchable virtual files that causes a kernel oops when I try to read it sometimes. I have no idea how this would break the dock but it doesn't matter. Even if using the dock requires some external monitor jazz, I still want the card to be detected and it isn't.
    Sorry to bombard you with obscure information but I don't know where else to turn. I've asked on the thinkpad mailing list and IRC channel to no response and I've seen one other "knowledgeable person" mention these errors on the LKML. I will subscribe to that and ask him too. I'm just very surprised... this gave me the impression that what I wanted to do would work trivially and automatically on Linux and now I'm finding that it's broken for me and possibly every other Linux user. I will seek out thinkpad users from around here with all types of models and distros and see if they have any luck. So far Arch, Arch install CD and an ancient Ubuntu install CD don't work here. If anyone has this and can test it or can decipher some ideas from the posted output (new kernel parameters, new kernel config flags, new udev rules, new modules?) I'd really appreciate it.

  • Random I/O errors (hdd) and failing to boot, Windows not affected

    I'm experiencing lots of I/O errors when booting and running my Linux partition. I am dual booting Windows 7 (x86_64) and Arch Linux (i686) on a single HDD.
    Im using a Lenovo Ideapad G505s with a Seagate ST1000LM HDD and an SDD currently not in use.
    Partition layout:
    NAME FSTYPE LABEL UUID MOUNTPOINT
    sda
    ├─sda1 ntfs System Reserved D8B40750B4073094
    ├─sda2 ntfs 00EA107FEA107360
    └─sda3 ext3 b753e7d2-6a23-4c20-8fa7-bf281a4a09e4 /
    sr0
    All three are primary partitions. Using ext4 yields the exact same result.
    The problem is easy to reproduce:
    Install Windows 7 to first half of HDD and Arch on the second half
    At first Arch works fine but over the next couple of days increasingly more I/O errors show up and at some point the system fails to boot
    Windows seems to work just fine
    Dmesg output:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.16.2-1-ARCH (nobody@var-lib-archbuild-testing-i686-tobias) (gcc version 4.9.1 (GCC) ) #1 SMP PREEMPT Sat Sep 6 13:13:35 CEST 2014
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f3ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009f400-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000009555dfff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000009555e000-0x0000000095d5efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000095d5f000-0x0000000095dbbfff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000095dbc000-0x00000000966bbfff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000966bc000-0x000000009f8befff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000009f8bf000-0x000000009fabefff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000009fabf000-0x000000009fbbefff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000009fbbf000-0x000000009fbfefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x000000009fbff000-0x000000009fbfffff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000009fc00000-0x00000000cfffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000022effffff] usable
    [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    [ 0.000000] SMBIOS 2.7 present.
    [ 0.000000] DMI: LENOVO 20255/Lenovo G505s, BIOS 83CN35WW(V2.05) 12/06/2013
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] e820: last_pfn = 0x9fc00 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-BFFFF uncachable
    [ 0.000000] C0000-FFFFF write-through
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back
    [ 0.000000] 1 base 000080000000 mask FFFFE0000000 write-back
    [ 0.000000] 2 base 00009FBBD000 mask FFFFFFFFF000 uncachable
    [ 0.000000] 3 base 0000FFC00000 mask FFFFFFC00000 write-protect
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] TOM2: 000000022f000000 aka 8944M
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [mem 0x000fe1b0-0x000fe1bf] mapped at [c00fe1b0]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x01bfffff]
    [ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x37000000-0x373fffff]
    [ 0.000000] [mem 0x37000000-0x373fffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x30000000-0x36ffffff]
    [ 0.000000] [mem 0x30000000-0x36ffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x2fffffff]
    [ 0.000000] [mem 0x00100000-0x003fffff] page 4k
    [ 0.000000] [mem 0x00400000-0x2fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x37400000-0x377fdfff]
    [ 0.000000] [mem 0x37400000-0x377fdfff] page 4k
    [ 0.000000] BRK [0x01798000, 0x01798fff] PGTABLE
    [ 0.000000] RAMDISK: [mem 0x7fcaf000-0x7fffffff]
    [ 0.000000] Allocated new RAMDISK: [mem 0x374ad000-0x377fd0d0]
    [ 0.000000] Move RAMDISK from [mem 0x7fcaf000-0x7ffff0d0] to [mem 0x374ad000-0x377fd0d0]
    [ 0.000000] ACPI: Early table checksum verification disabled
    [ 0.000000] ACPI: RSDP 0x000FE020 000024 (v02 LENOVO)
    [ 0.000000] ACPI: XSDT 0x9FBFE120 000094 (v01 LENOVO CB-01 00000001 01000013)
    [ 0.000000] ACPI: FACP 0x9FBFB000 00010C (v05 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: DSDT 0x9FBEA000 00CA66 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: FACS 0x9FB7C000 000040
    [ 0.000000] ACPI: SLIC 0x9FBFD000 000176 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: UEFI 0x9FBFC000 000236 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: HPET 0x9FBFA000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: APIC 0x9FBF9000 000084 (v03 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: MCFG 0x9FBF8000 00003C (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: ASF! 0x9FBF7000 0000A5 (v32 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: BOOT 0x9FBE9000 000028 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: WDRT 0x9FBE8000 000047 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: WDAT 0x9FBE7000 0001AC (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: FPDT 0x9FBE5000 000044 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: MSDM 0x9FBE4000 000055 (v03 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 0x9FBE3000 000B9C (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 0x9FBE1000 001F6E (v02 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 1668MB HIGHMEM available.
    [ 0.000000] 887MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 377fe000
    [ 0.000000] low ram: 0 - 377fe000
    [ 0.000000] BRK [0x01799000, 0x01799fff] PGTABLE
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] Normal [mem 0x01000000-0x377fdfff]
    [ 0.000000] HighMem [mem 0x377fe000-0x9fbfffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009efff]
    [ 0.000000] node 0: [mem 0x00100000-0x9555dfff]
    [ 0.000000] node 0: [mem 0x95d5f000-0x95dbbfff]
    [ 0.000000] node 0: [mem 0x966bc000-0x9f8befff]
    [ 0.000000] node 0: [mem 0x9fbff000-0x9fbfffff]
    [ 0.000000] On node 0 totalpages: 649053
    [ 0.000000] free_area_init_node: node 0, pgdat c161c180, node_mem_map f60b5020
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3998 pages, LIFO batch:0
    [ 0.000000] Normal zone: 1744 pages used for memmap
    [ 0.000000] Normal zone: 223230 pages, LIFO batch:31
    [ 0.000000] HighMem zone: 3337 pages used for memmap
    [ 0.000000] HighMem zone: 421825 pages, LIFO batch:31
    [ 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[0x00] lapic_id[0x10] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x11] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x12] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x13] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 4, version 33, 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 low 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] ACPI: HPET id: 0x10228210 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    [ 0.000000] e820: [mem 0xd0000000-0xf7ffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 14 pages/cpu @f6071000 s33344 r0 d24000 u57344
    [ 0.000000] pcpu-alloc: s33344 r0 d24000 u57344 alloc=14*4096
    [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 647277
    [ 0.000000] Kernel command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sda3 rw radeon.dpm=1 initrd=../initramfs-linux.img
    [ 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] xsave: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] allocated 5234680 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:0009fc00)
    [ 0.000000] Initializing Movable for node 0 (00000000:00000000)
    [ 0.000000] Memory: 2558328K/2596212K available (4512K kernel code, 483K rwdata, 1328K rodata, 568K init, 824K bss, 37884K reserved, 1687300K highmem)
    [ 0.000000] virtual kernel memory layout:
    fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    .init : 0xc1630000 - 0xc16be000 ( 568 kB)
    .data : 0xc146853a - 0xc162ec80 (1817 kB)
    .text : 0xc1000000 - 0xc146853a (4513 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, 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] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [ 0.000000] NR_IRQS:2304 nr_irqs:712 16
    [ 0.000000] CPU 0 irqstacks, hard=f5408000 soft=f540a000
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 1896.408 MHz processor
    [ 0.000028] Calibrating delay loop (skipped), value calculated using timer frequency.. 3794.85 BogoMIPS (lpj=6321360)
    [ 0.000032] pid_max: default: 32768 minimum: 301
    [ 0.000037] ACPI: Core revision 20140424
    [ 0.009582] ACPI: All ACPI Tables successfully acquired
    [ 0.015209] Security Framework initialized
    [ 0.015217] Yama: becoming mindful.
    [ 0.015230] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [ 0.015233] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [ 0.015472] Initializing cgroup subsys memory
    [ 0.015491] Initializing cgroup subsys devices
    [ 0.015498] Initializing cgroup subsys freezer
    [ 0.015502] Initializing cgroup subsys net_cls
    [ 0.015507] Initializing cgroup subsys blkio
    [ 0.015528] [Firmware Info]: CPU: Re-enabling disabled Topology Extensions Support.
    [ 0.015531] CPU: Physical Processor ID: 0
    [ 0.015532] CPU: Processor Core ID: 0
    [ 0.015536] mce: CPU supports 7 MCE banks
    [ 0.015551] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
    Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512, 1GB 0
    tlb_flushall_shift: 6
    [ 0.015678] Freeing SMP alternatives memory: 16K (c16be000 - c16c2000)
    [ 0.016347] ftrace: allocating 19356 entries in 38 pages
    [ 0.023471] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.023812] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.056821] smpboot: CPU0: AMD A8-4500M APU with Radeon(tm) HD Graphics (fam: 15, model: 10, stepping: 01)
    [ 0.162662] Performance Events: Fam15h core perfctr, AMD PMU driver.
    [ 0.162668] ... version: 0
    [ 0.162670] ... bit width: 48
    [ 0.162671] ... generic registers: 6
    [ 0.162672] ... value mask: 0000ffffffffffff
    [ 0.162674] ... max period: 00007fffffffffff
    [ 0.162675] ... fixed-purpose events: 0
    [ 0.162676] ... event mask: 000000000000003f
    [ 0.179472] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.186176] CPU 1 irqstacks, hard=f554a000 soft=f554c000
    [ 0.186179] x86: Booting SMP configuration:
    [ 0.186182] .... node #0, CPUs: #1
    [ 0.218942] Initializing CPU#1
    [ 0.218972] [Firmware Info]: CPU: Re-enabling disabled Topology Extensions Support.
    [ 0.226174] CPU 2 irqstacks, hard=f5570000 soft=f5572000
    [ 0.226179] #2
    [ 0.258736] Initializing CPU#2
    [ 0.258760] [Firmware Info]: CPU: Re-enabling disabled Topology Extensions Support.
    [ 0.266174] CPU 3 irqstacks, hard=f559a000 soft=f559c000
    [ 0.266180] #3
    [ 0.276300] Initializing CPU#3
    [ 0.277268] [Firmware Info]: CPU: Re-enabling disabled Topology Extensions Support.
    [ 0.279379] x86: Booted up 1 node, 4 CPUs
    [ 0.279384] smpboot: Total of 4 processors activated (15177.40 BogoMIPS)
    [ 0.280484] devtmpfs: initialized
    [ 0.280769] PM: Registering ACPI NVS region [mem 0x9fabf000-0x9fbbefff] (1048576 bytes)
    [ 0.281973] pinctrl core: initialized pinctrl subsystem
    [ 0.282053] RTC time: 22:28:26, date: 09/21/14
    [ 0.282107] NET: Registered protocol family 16
    [ 0.282225] cpuidle: using governor ladder
    [ 0.282228] cpuidle: using governor menu
    [ 0.282436] ACPI: bus type PCI registered
    [ 0.282439] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.282552] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.282556] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.282558] PCI: Using MMCONFIG for extended config space
    [ 0.282559] PCI: Using configuration type 1 for base access
    [ 0.293370] ACPI: Added _OSI(Module Device)
    [ 0.293374] ACPI: Added _OSI(Processor Device)
    [ 0.293376] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.293378] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.297280] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.301911] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.323484] ACPI: Interpreter enabled
    [ 0.323495] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580)
    [ 0.323501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
    [ 0.323519] ACPI: (supports S0 S3 S4 S5)
    [ 0.323522] ACPI: Using IOAPIC for interrupt routing
    [ 0.323762] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.324136] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
    [ 0.324308] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
    [ 0.324511] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
    [ 0.335527] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.335534] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.335540] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
    [ 0.335709] acpi PNP0A08:00: ignoring host bridge window [mem 0x000cc000-0x000cffff] (conflicts with Video ROM [mem 0x000c0000-0x000cf1ff])
    [ 0.335713] acpi PNP0A08:00: ignoring host bridge window [mem 0x000d0000-0x000d3fff] (conflicts with Adapter ROM [mem 0x000cf800-0x000d07ff])
    [ 0.335718] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
    [ 0.335971] PCI host bridge to bus 0000:00
    [ 0.335974] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.335977] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.335985] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.335988] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.335990] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
    [ 0.335992] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
    [ 0.335994] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
    [ 0.335996] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    [ 0.335998] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    [ 0.336000] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    [ 0.336001] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    [ 0.336003] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
    [ 0.336005] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
    [ 0.336007] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
    [ 0.336009] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf7ffffff]
    [ 0.336011] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfed3ffff]
    [ 0.336013] pci_bus 0000:00: root bus resource [mem 0xfed45000-0xffffffff]
    [ 0.336022] pci 0000:00:00.0: [1022:1410] type 00 class 0x060000
    [ 0.336199] pci 0000:00:01.0: [1002:9903] type 00 class 0x030000
    [ 0.336211] pci 0000:00:01.0: reg 0x10: [mem 0xd0000000-0xdfffffff pref]
    [ 0.336217] pci 0000:00:01.0: reg 0x14: [io 0x4000-0x40ff]
    [ 0.336224] pci 0000:00:01.0: reg 0x18: [mem 0xf0300000-0xf033ffff]
    [ 0.336266] pci 0000:00:01.0: supports D1 D2
    [ 0.336358] pci 0000:00:01.1: [1002:9902] type 00 class 0x040300
    [ 0.336369] pci 0000:00:01.1: reg 0x10: [mem 0xf0344000-0xf0347fff]
    [ 0.336417] pci 0000:00:01.1: supports D1 D2
    [ 0.336509] pci 0000:00:02.0: [1022:1412] type 01 class 0x060400
    [ 0.336560] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
    [ 0.336710] pci 0000:00:04.0: [1022:1414] type 01 class 0x060400
    [ 0.336759] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
    [ 0.336812] pci 0000:00:04.0: System wakeup disabled by ACPI
    [ 0.336867] pci 0000:00:05.0: [1022:1415] type 01 class 0x060400
    [ 0.336916] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
    [ 0.336970] pci 0000:00:05.0: System wakeup disabled by ACPI
    [ 0.337102] pci 0000:00:10.0: [1022:7814] type 00 class 0x0c0330
    [ 0.337124] pci 0000:00:10.0: reg 0x10: [mem 0xf0348000-0xf0349fff 64bit]
    [ 0.337221] pci 0000:00:10.0: PME# supported from D0 D3hot D3cold
    [ 0.337272] pci 0000:00:10.0: System wakeup disabled by ACPI
    [ 0.337330] pci 0000:00:11.0: [1022:7801] type 00 class 0x010601
    [ 0.337347] pci 0000:00:11.0: reg 0x10: [io 0x4118-0x411f]
    [ 0.337356] pci 0000:00:11.0: reg 0x14: [io 0x4124-0x4127]
    [ 0.337364] pci 0000:00:11.0: reg 0x18: [io 0x4110-0x4117]
    [ 0.337373] pci 0000:00:11.0: reg 0x1c: [io 0x4120-0x4123]
    [ 0.337382] pci 0000:00:11.0: reg 0x20: [io 0x4100-0x410f]
    [ 0.337390] pci 0000:00:11.0: reg 0x24: [mem 0xf034e000-0xf034e7ff]
    [ 0.337516] pci 0000:00:12.0: [1022:7807] type 00 class 0x0c0310
    [ 0.337528] pci 0000:00:12.0: reg 0x10: [mem 0xf034d000-0xf034dfff]
    [ 0.337617] pci 0000:00:12.0: System wakeup disabled by ACPI
    [ 0.337703] pci 0000:00:12.2: [1022:7808] type 00 class 0x0c0320
    [ 0.338061] pci 0000:00:12.2: reg 0x10: [mem 0xf034c000-0xf034c0ff]
    [ 0.340177] pci 0000:00:12.2: supports D1 D2
    [ 0.340179] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.340285] pci 0000:00:13.0: [1022:7807] type 00 class 0x0c0310
    [ 0.340299] pci 0000:00:13.0: reg 0x10: [mem 0xf034b000-0xf034bfff]
    [ 0.340392] pci 0000:00:13.0: System wakeup disabled by ACPI
    [ 0.340458] pci 0000:00:13.2: [1022:7808] type 00 class 0x0c0320
    [ 0.340887] pci 0000:00:13.2: reg 0x10: [mem 0xf034a000-0xf034a0ff]
    [ 0.343004] pci 0000:00:13.2: supports D1 D2
    [ 0.343006] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.343116] pci 0000:00:14.0: [1022:780b] type 00 class 0x0c0500
    [ 0.343284] pci 0000:00:14.2: [1022:780d] type 00 class 0x040300
    [ 0.343303] pci 0000:00:14.2: reg 0x10: [mem 0xf0340000-0xf0343fff 64bit]
    [ 0.343360] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    [ 0.343454] pci 0000:00:14.3: [1022:780e] type 00 class 0x060100
    [ 0.343595] pci 0000:00:14.4: [1022:780f] type 01 class 0x060401
    [ 0.343659] pci 0000:00:14.4: System wakeup disabled by ACPI
    [ 0.343722] pci 0000:00:18.0: [1022:1400] type 00 class 0x060000
    [ 0.343802] pci 0000:00:18.1: [1022:1401] type 00 class 0x060000
    [ 0.343878] pci 0000:00:18.2: [1022:1402] type 00 class 0x060000
    [ 0.343955] pci 0000:00:18.3: [1022:1403] type 00 class 0x060000
    [ 0.344036] pci 0000:00:18.4: [1022:1404] type 00 class 0x060000
    [ 0.344112] pci 0000:00:18.5: [1022:1405] type 00 class 0x060000
    [ 0.344337] pci 0000:01:00.0: [1002:6663] type 00 class 0x038000
    [ 0.344355] pci 0000:01:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.344367] pci 0000:01:00.0: reg 0x18: [mem 0xf0200000-0xf023ffff 64bit]
    [ 0.344375] pci 0000:01:00.0: reg 0x20: [io 0x3000-0x30ff]
    [ 0.344388] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
    [ 0.344446] pci 0000:01:00.0: supports D1 D2
    [ 0.344449] pci 0000:01:00.0: PME# supported from D1 D2 D3hot
    [ 0.349478] pci 0000:00:02.0: PCI bridge to [bus 01]
    [ 0.349488] pci 0000:00:02.0: bridge window [io 0x3000-0x3fff]
    [ 0.349493] pci 0000:00:02.0: bridge window [mem 0xf0200000-0xf02fffff]
    [ 0.349498] pci 0000:00:02.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.349615] pci 0000:02:00.0: [1969:10a0] type 00 class 0x020000
    [ 0.349642] pci 0000:02:00.0: reg 0x10: [mem 0xf0100000-0xf013ffff 64bit]
    [ 0.349653] pci 0000:02:00.0: reg 0x18: [io 0x2000-0x207f]
    [ 0.349752] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.356148] pci 0000:00:04.0: PCI bridge to [bus 02]
    [ 0.356157] pci 0000:00:04.0: bridge window [io 0x2000-0x2fff]
    [ 0.356162] pci 0000:00:04.0: bridge window [mem 0xf0100000-0xf01fffff]
    [ 0.356295] pci 0000:03:00.0: [168c:0036] type 00 class 0x028000
    [ 0.356334] pci 0000:03:00.0: reg 0x10: [mem 0xf0000000-0xf007ffff 64bit]
    [ 0.356393] pci 0000:03:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
    [ 0.356487] pci 0000:03:00.0: supports D1 D2
    [ 0.356490] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.362836] pci 0000:00:05.0: PCI bridge to [bus 03]
    [ 0.362848] pci 0000:00:05.0: bridge window [mem 0xf0000000-0xf00fffff]
    [ 0.363018] pci 0000:00:14.4: PCI bridge to [bus 04] (subtractive decode)
    [ 0.363032] pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.363036] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.363039] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.363041] pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000c3fff] (subtractive decode)
    [ 0.363044] pci 0000:00:14.4: bridge window [mem 0x000c4000-0x000c7fff] (subtractive decode)
    [ 0.363047] pci 0000:00:14.4: bridge window [mem 0x000c8000-0x000cbfff] (subtractive decode)
    [ 0.363049] pci 0000:00:14.4: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    [ 0.363052] pci 0000:00:14.4: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    [ 0.363054] pci 0000:00:14.4: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    [ 0.363057] pci 0000:00:14.4: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
    [ 0.363059] pci 0000:00:14.4: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
    [ 0.363062] pci 0000:00:14.4: bridge window [mem 0x000e8000-0x000ebfff] (subtractive decode)
    [ 0.363064] pci 0000:00:14.4: bridge window [mem 0x000ec000-0x000effff] (subtractive decode)
    [ 0.363067] pci 0000:00:14.4: bridge window [mem 0xd0000000-0xf7ffffff] (subtractive decode)
    [ 0.363069] pci 0000:00:14.4: bridge window [mem 0xfc000000-0xfed3ffff] (subtractive decode)
    [ 0.363072] pci 0000:00:14.4: bridge window [mem 0xfed45000-0xffffffff] (subtractive decode)
    [ 0.363129] pci_bus 0000:00: on NUMA node 0
    [ 0.366581] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.366668] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.366752] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.366834] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.366902] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.366953] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.367003] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.367062] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.367177] ACPI: Enabled 5 GPEs in block 00 to 1F
    [ 0.367230] ACPI : EC: GPE = 0x3, I/O: command/status = 0x66, data = 0x62
    [ 0.367446] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.367456] vgaarb: loaded
    [ 0.367458] vgaarb: bridge control possible 0000:00:01.0
    [ 0.367505] PCI: Using ACPI for IRQ routing
    [ 0.369255] PCI: pci_cache_line_size set to 64 bytes
    [ 0.369352] e820: reserve RAM buffer [mem 0x0009f400-0x0009ffff]
    [ 0.369355] e820: reserve RAM buffer [mem 0x9555e000-0x97ffffff]
    [ 0.369357] e820: reserve RAM buffer [mem 0x95dbc000-0x97ffffff]
    [ 0.369358] e820: reserve RAM buffer [mem 0x9f8bf000-0x9fffffff]
    [ 0.369360] e820: reserve RAM buffer [mem 0x9fc00000-0x9fffffff]
    [ 0.369516] NetLabel: Initializing
    [ 0.369518] NetLabel: domain hash size = 128
    [ 0.369519] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.369532] NetLabel: unlabeled traffic allowed by default
    [ 0.369583] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [ 0.369588] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
    [ 0.371730] Switched to clocksource hpet
    [ 0.378213] pnp: PnP ACPI init
    [ 0.378231] ACPI: bus type PNP registered
    [ 0.378374] system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.378377] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.378381] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.378616] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.378678] pnp 00:02: Plug and Play ACPI device, IDs MSF0001 PNP0303 (active)
    [ 0.378740] pnp 00:03: Plug and Play ACPI device, IDs ETD061b ETD0001 PNP0f13 (active)
    [ 0.378836] system 00:04: [io 0x0400-0x04cf] could not be reserved
    [ 0.378839] system 00:04: [io 0x04d0-0x04d1] has been reserved
    [ 0.378841] system 00:04: [io 0x04d6] has been reserved
    [ 0.378844] system 00:04: [io 0x0680-0x06ff] has been reserved
    [ 0.378846] system 00:04: [io 0x077a] has been reserved
    [ 0.378848] system 00:04: [io 0x0c00-0x0c01] has been reserved
    [ 0.378850] system 00:04: [io 0x0c14] has been reserved
    [ 0.378853] system 00:04: [io 0x0c50-0x0c52] has been reserved
    [ 0.378855] system 00:04: [io 0x0c6c] has been reserved
    [ 0.378857] system 00:04: [io 0x0c6f] has been reserved
    [ 0.378859] system 00:04: [io 0x0cd0-0x0cdb] has been reserved
    [ 0.378862] system 00:04: [io 0x0840-0x0847] has been reserved
    [ 0.378864] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.378944] system 00:05: [mem 0x000e0000-0x000fffff] could not be reserved
    [ 0.378947] system 00:05: [mem 0xffc00000-0xffffffff] has been reserved
    [ 0.378950] system 00:05: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.382206] pnp: PnP ACPI: found 6 devices
    [ 0.382211] ACPI: bus type PNP unregistered
    [ 0.420296] pci 0000:03:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
    [ 0.420325] pci 0000:01:00.0: BAR 6: assigned [mem 0xf0240000-0xf025ffff pref]
    [ 0.420328] pci 0000:00:02.0: PCI bridge to [bus 01]
    [ 0.420331] pci 0000:00:02.0: bridge window [io 0x3000-0x3fff]
    [ 0.420335] pci 0000:00:02.0: bridge window [mem 0xf0200000-0xf02fffff]
    [ 0.420339] pci 0000:00:02.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.420343] pci 0000:00:04.0: PCI bridge to [bus 02]
    [ 0.420346] pci 0000:00:04.0: bridge window [io 0x2000-0x2fff]
    [ 0.420349] pci 0000:00:04.0: bridge window [mem 0xf0100000-0xf01fffff]
    [ 0.420355] pci 0000:03:00.0: BAR 6: assigned [mem 0xf0080000-0xf008ffff pref]
    [ 0.420357] pci 0000:00:05.0: PCI bridge to [bus 03]
    [ 0.420361] pci 0000:00:05.0: bridge window [mem 0xf0000000-0xf00fffff]
    [ 0.420366] pci 0000:00:14.4: PCI bridge to [bus 04]
    [ 0.420377] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.420380] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.420382] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.420384] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
    [ 0.420386] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
    [ 0.420388] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
    [ 0.420391] pci_bus 0000:00: resource 10 [mem 0x000d4000-0x000d7fff]
    [ 0.420393] pci_bus 0000:00: resource 11 [mem 0x000d8000-0x000dbfff]
    [ 0.420395] pci_bus 0000:00: resource 12 [mem 0x000dc000-0x000dffff]
    [ 0.420397] pci_bus 0000:00: resource 13 [mem 0x000e0000-0x000e3fff]
    [ 0.420399] pci_bus 0000:00: resource 14 [mem 0x000e4000-0x000e7fff]
    [ 0.420401] pci_bus 0000:00: resource 15 [mem 0x000e8000-0x000ebfff]
    [ 0.420403] pci_bus 0000:00: resource 16 [mem 0x000ec000-0x000effff]
    [ 0.420405] pci_bus 0000:00: resource 17 [mem 0xd0000000-0xf7ffffff]
    [ 0.420407] pci_bus 0000:00: resource 18 [mem 0xfc000000-0xfed3ffff]
    [ 0.420409] pci_bus 0000:00: resource 19 [mem 0xfed45000-0xffffffff]
    [ 0.420411] pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
    [ 0.420413] pci_bus 0000:01: resource 1 [mem 0xf0200000-0xf02fffff]
    [ 0.420416] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.420418] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
    [ 0.420420] pci_bus 0000:02: resource 1 [mem 0xf0100000-0xf01fffff]
    [ 0.420422] pci_bus 0000:03: resource 1 [mem 0xf0000000-0xf00fffff]
    [ 0.420425] pci_bus 0000:04: resource 4 [io 0x0000-0x0cf7]
    [ 0.420427] pci_bus 0000:04: resource 5 [io 0x0d00-0xffff]
    [ 0.420429] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.420431] pci_bus 0000:04: resource 7 [mem 0x000c0000-0x000c3fff]
    [ 0.420433] pci_bus 0000:04: resource 8 [mem 0x000c4000-0x000c7fff]
    [ 0.420435] pci_bus 0000:04: resource 9 [mem 0x000c8000-0x000cbfff]
    [ 0.420437] pci_bus 0000:04: resource 10 [mem 0x000d4000-0x000d7fff]
    [ 0.420439] pci_bus 0000:04: resource 11 [mem 0x000d8000-0x000dbfff]
    [ 0.420441] pci_bus 0000:04: resource 12 [mem 0x000dc000-0x000dffff]
    [ 0.420443] pci_bus 0000:04: resource 13 [mem 0x000e0000-0x000e3fff]
    [ 0.420445] pci_bus 0000:04: resource 14 [mem 0x000e4000-0x000e7fff]
    [ 0.420447] pci_bus 0000:04: resource 15 [mem 0x000e8000-0x000ebfff]
    [ 0.420449] pci_bus 0000:04: resource 16 [mem 0x000ec000-0x000effff]
    [ 0.420451] pci_bus 0000:04: resource 17 [mem 0xd0000000-0xf7ffffff]
    [ 0.420453] pci_bus 0000:04: resource 18 [mem 0xfc000000-0xfed3ffff]
    [ 0.420455] pci_bus 0000:04: resource 19 [mem 0xfed45000-0xffffffff]
    [ 0.420484] NET: Registered protocol family 2
    [ 0.420674] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    [ 0.420689] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.420717] TCP: Hash tables configured (established 8192 bind 8192)
    [ 0.420733] TCP: reno registered
    [ 0.420736] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.420742] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.420798] NET: Registered protocol family 1
    [ 0.420831] pci 0000:00:01.0: Boot video device
    [ 1.038734] pci 0000:02:00.0: set MSI_INTX_DISABLE_BUG flag
    [ 1.038759] PCI: CLS 64 bytes, default 64
    [ 1.038818] Unpacking initramfs...
    [ 1.112669] Freeing initrd memory: 3396K (f74ad000 - f77fe000)
    [ 1.112753] Simple Boot Flag at 0x44 set to 0x1
    [ 1.113077] perf: AMD NB counters detected
    [ 1.113122] LVT offset 0 assigned for vector 0x400
    [ 1.113138] perf: AMD IBS detected (0x000000ff)
    [ 1.113149] apm: BIOS not found.
    [ 1.113200] Scanning for low memory corruption every 60 seconds
    [ 1.113689] futex hash table entries: 1024 (order: 4, 65536 bytes)
    [ 1.114240] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 1.116388] zbud: loaded
    [ 1.116669] VFS: Disk quotas dquot_6.5.2
    [ 1.116720] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 1.116962] msgmni has been set to 1707
    [ 1.117034] Key type big_key registered
    [ 1.117325] bounce: pool size: 64 pages
    [ 1.117370] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 1.117448] io scheduler noop registered
    [ 1.117452] io scheduler deadline registered
    [ 1.117524] io scheduler cfq registered (default)
    [ 1.118017] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 1.118037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 1.118114] GHES: HEST is not enabled!
    [ 1.118129] isapnp: Scanning for PnP cards...
    [ 1.513691] isapnp: No Plug & Play device found
    [ 1.513876] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 1.514746] rtc_cmos 00:01: RTC can wake from S4
    [ 1.515007] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
    [ 1.515032] rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
    [ 1.515076] ledtrig-cpu: registered to indicate activity on CPUs
    [ 1.515246] TCP: cubic registered
    [ 1.515386] NET: Registered protocol family 10
    [ 1.515657] NET: Registered protocol family 17
    [ 1.516096] Using IPI No-Shortcut mode
    [ 1.516269] registered taskstats version 1
    [ 1.516866] Magic number: 14:856:502
    [ 1.516927] rtc_cmos 00:01: setting system clock to 2014-09-21 22:28:27 UTC (1411338507)
    [ 1.517032] PM: Hibernation image not present or could not be loaded.
    [ 1.517281] Freeing unused kernel memory: 568K (c1630000 - c16be000)
    [ 1.517350] Write protecting the kernel text: 4516k
    [ 1.517388] Write protecting the kernel read-only data: 1332k
    [ 1.527560] random: systemd-tmpfile urandom read with 0 bits of entropy available
    [ 1.529660] systemd-udevd[57]: starting version 216
    [ 1.549349] i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSSG] at 0x60,0x64 irq 1,12
    [ 1.568048] ACPI: bus type USB registered
    [ 1.568103] usbcore: registered new interface driver usbfs
    [ 1.568141] usbcore: registered new interface driver hub
    [ 1.568537] SCSI subsystem initialized
    [ 1.574578] usbcore: registered new device driver usb
    [ 1.593572] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 1.593667] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 1.593746] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.594746] ehci-pci: EHCI PCI platform driver
    [ 1.594935] QUIRK: Enable AMD PLL fix
    [ 1.594970] ehci-pci 0000:00:12.2: EHCI Host Controller
    [ 1.594980] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
    [ 1.594989] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 1.595002] ehci-pci 0000:00:12.2: debug port 1
    [ 1.595055] ehci-pci 0000:00:12.2: irq 17, io mem 0xf034c000
    [ 1.595121] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 1.595830] ohci-pci: OHCI PCI platform driver
    [ 1.601895] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
    [ 1.602284] libata version 3.00 loaded.
    [ 1.602306] hub 1-0:1.0: USB hub found
    [ 1.602325] hub 1-0:1.0: 5 ports detected
    [ 1.602883] ehci-pci 0000:00:13.2: EHCI Host Controller
    [ 1.602893] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2
    [ 1.602899] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 1.602912] ehci-pci 0000:00:13.2: debug port 1
    [ 1.602945] ehci-pci 0000:00:13.2: irq 17, io mem 0xf034a000
    [ 1.612011] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
    [ 1.612308] hub 2-0:1.0: USB hub found
    [ 1.612317] hub 2-0:1.0: 5 ports detected
    [ 1.612814] xhci_hcd 0000:00:10.0: xHCI Host Controller
    [ 1.612828] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 3
    [ 1.613042] xhci_hcd 0000:00:10.0: irq 40 for MSI/MSI-X
    [ 1.613048] xhci_hcd 0000:00:10.0: irq 41 for MSI/MSI-X
    [ 1.613052] xhci_hcd 0000:00:10.0: irq 42 for MSI/MSI-X
    [ 1.613056] xhci_hcd 0000:00:10.0: irq 43 for MSI/MSI-X
    [ 1.613060] xhci_hcd 0000:00:10.0: irq 44 for MSI/MSI-X
    [ 1.613374] hub 3-0:1.0: USB hub found
    [ 1.613388] hub 3-0:1.0: 2 ports detected
    [ 1.613609] xhci_hcd 0000:00:10.0: xHCI Host Controller
    [ 1.613614] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 4
    [ 1.616754] hub 4-0:1.0: USB hub found
    [ 1.616768] hub 4-0:1.0: 2 ports detected
    [ 1.617093] ohci-pci 0000:00:12.0: OHCI PCI host controller
    [ 1.617107] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 5
    [ 1.617152] ohci-pci 0000:00:12.0: irq 18, io mem 0xf034d000
    [ 1.645460] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.673072] hub 5-0:1.0: USB hub found
    [ 1.673098] hub 5-0:1.0: 5 ports detected
    [ 1.673547] ohci-pci 0000:00:13.0: OHCI PCI host controller
    [ 1.673554] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 6
    [ 1.673585] ohci-pci 0000:00:13.0: irq 18, io mem 0xf034b000
    [ 1.729803] hub 6-0:1.0: USB hub found
    [ 1.729831] hub 6-0:1.0: 5 ports detected
    [ 1.730166] ahci 0000:00:11.0: version 3.0
    [ 1.730351] ahci 0000:00:11.0: irq 45 for MSI/MSI-X
    [ 1.730404] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
    [ 1.730409] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part
    [ 1.731131] scsi0 : ahci
    [ 1.731321] scsi1 : ahci
    [ 1.731403] ata1: SATA max UDMA/133 abar m2048@0xf034e000 port 0xf034e100 irq 45
    [ 1.731407] ata2: SATA max UDMA/133 abar m2048@0xf034e000 port 0xf034e180 irq 45
    [ 1.962152] usb 1-4: new high-speed USB device number 3 using ehci-pci
    [ 2.115336] tsc: Refined TSC clocksource calibration: 1896.456 MHz
    [ 2.215395] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 2.215424] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 2.216948] ata2.00: ATAPI: MATSHITADVD-RAM UJ8C2, 1.00, max UDMA/133
    [ 2.218438] ata2.00: configured for UDMA/133
    [ 2.274381] ata1.00: ATA-9: ST1000LM014-1EJ164, LVD3, max UDMA/133
    [ 2.274386] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 2.318651] ata1.00: configured for UDMA/133
    [ 2.318844] scsi 0:0:0:0: Direct-Access ATA ST1000LM014-1EJ1 LVD3 PQ: 0 ANSI: 5
    [ 2.320735] scsi 1:0:0:0: CD-ROM MATSHITA DVD-RAM UJ8C2 1.00 PQ: 0 ANSI: 5
    [ 2.337991] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    [ 2.337996] sd 0:0:0:0: [sda] 4096-byte physical blocks
    [ 2.338079] sd 0:0:0:0: [sda] Write Protect is off
    [ 2.338085] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 2.338151] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.338885] sda: sda1 sda2 sda3
    [ 2.339411] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 2.348995] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 2.348999] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 2.349240] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 2.395434] usb 3-1: new low-speed USB device number 2 using xhci_hcd
    [ 2.438944] ata1.00: exception Emask 0x0 SAct 0x80 SErr 0x0 action 0x6
    [ 2.438989] ata1.00: irq_stat 0x40000008
    [ 2.439030] ata1.00: failed command: READ FPDMA QUEUED
    [ 2.439074] ata1.00: cmd 60/08:38:18:08:00/00:00:00:00:00/40 tag 7 ncq 4096 in
    res 41/84:08:18:08:00/00:00:00:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 2.439127] ata1.00: status: { DRDY ERR }
    [ 2.439166] ata1.00: error: { ICRC ABRT }
    [ 2.439207] ata1: hard resetting link
    [ 2.555934] usb 3-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 2.555943] usb 3-1: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 2.559635] hidraw: raw HID events driver (C) Jiri Kosina
    [ 2.586950] usbcore: registered new interface driver usbhid
    [ 2.586953] usbhid: USB HID core driver
    [ 2.588065] input: Microsoft Comfort Curve Keyboard 3000 as /devices/pci0000:00/0000:00:10.0/usb3/3-1/3-1:1.0/0003:045E:0780.0001/input/input2
    [ 2.588153] hid-generic 0003:045E:0780.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Comfort Curve Keyboard 3000] on usb-0000:00:10.0-1/input0
    [ 2.594030] input: Microsoft Comfort Curve Keyboard 3000 as /devices/pci0000:00/0000:00:10.0/usb3/3-1/3-1:1.1/0003:045E:0780.0002/input/input3
    [ 2.594150] hid-generic 0003:045E:0780.0002: input,hidraw1: USB HID v1.11 Device [Microsoft Comfort Curve Keyboard 3000] on usb-0000:00:10.0-1/input1
    [ 2.662213] usb 2-2: new high-speed USB device number 2 using ehci-pci
    [ 2.915446] usb 5-1: new low-speed USB device number 2 using ohci-pci
    [ 2.925441] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 3.039928] ata1.00: configured for UDMA/133
    [ 3.039955] ata1: EH complete
    [ 3.081259] input: USB Mouse as /devices/pci0000:00/0000:00:12.0/usb5/5-1/5-1:1.0/0003:05E3:1205.0003/input/input4
    [ 3.081368] hid-generic 0003:05E3:1205.0003: input,hidraw2: USB HID v1.10 Mouse [USB Mouse ] on usb-0000:00:12.0-1/input0
    [ 3.089081] ata1.00: exception Emask 0x0 SAct 0x40000 SErr 0x0 action 0x6
    [ 3.089128] ata1.00: irq_stat 0x40000008
    [ 3.089168] ata1.00: failed command: READ FPDMA QUEUED
    [ 3.089212] ata1.00: cmd 60/08:90:78:28:03/00:00:00:00:00/40 tag 18 ncq 4096 in
    res 41/84:08:7c:28:03/00:00:00:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 3.089265] ata1.00: status: { DRDY ERR }
    [ 3.089304] ata1.00: error: { ICRC ABRT }
    [ 3.089346] ata1: hard resetting link
    [ 3.115583] Switched to clocksource tsc
    [ 3.575598] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 3.694602] ata1.00: configured for UDMA/133
    [ 3.694621] ata1: EH complete
    [ 3.809120] ata1.00: exception Emask 0x0 SAct 0x1e00 SErr 0x0 action 0x6
    [ 3.809168] ata1.00: irq_stat 0x40000008
    [ 3.809208] ata1.00: failed command: READ FPDMA QUEUED
    [ 3.809251] ata1.00: cmd 60/08:48:10:08:00/00:00:00:00:00/40 tag 9 ncq 4096 in
    res 41/84:08:10:08:00/00:00:00:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 3.809305] ata1.00: status: { DRDY ERR }
    [ 3.809343] ata1.00: error: { ICRC ABRT }
    [ 3.809385] ata1: hard resetting link
    [ 4.295566] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 4.404835] ata1.00: configured for UDMA/133
    [ 4.404858] ata1: EH complete
    [ 4.453715] ata1.00: exception Emask 0x0 SAct 0x1fe000 SErr 0x0 action 0x0
    [ 4.453760] ata1.00: irq_stat 0x40000008
    [ 4.453799] ata1.00: failed command: READ FPDMA QUEUED
    [ 4.453842] ata1.00: cmd 60/80:68:80:08:00/01:00:00:00:00/40 tag 13 ncq 196608 in
    res 41/40:80:b8:09:00/00:01:00:00:00/00 Emask 0x409 (media error) <F>
    [ 4.453894] ata1.00: status: { DRDY ERR }
    [ 4.453932] ata1.00: error: { UNC }
    [ 4.637639] ata1.00: configured for UDMA/133
    [ 4.637688] sd 0:0:0:0: [sda] Unhandled sense code
    [ 4.637691] sd 0:0:0:0: [sda]
    [ 4.637693] Result: hostbyte=0x00 driverbyte=0x08
    [ 4.637695] sd 0:0:0:0: [sda]
    [ 4.637697] Sense Key : 0x3 [current] [descriptor]
    [ 4.637700] Descriptor sense data with sense descriptors (in hex):
    [ 4.637702] 72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 4.637710] 00 00 09 b8
    [ 4.637714] sd 0:0:0:0: [sda]
    [ 4.637716] ASC=0x11 ASCQ=0x4
    [ 4.637718] sd 0:0:0:0: [sda] CDB:
    [ 4.637719] cdb[0]=0x28: 28 00 00 00 08 80 00 01 80 00
    [ 4.637727] end_request: I/O error, dev sda, sector 2488
    [ 4.637786] Buffer I/O error on device sda1, logical block 55
    [ 4.637826] Buffer I/O error on device sda1, logical block 56
    [ 4.637866] Buffer I/O error on device sda1, logical block 57
    [ 4.637905] Buffer I/O error on device sda1, logical block 58
    [ 4.637945] Buffer I/O error on device sda1, logical block 59
    [ 4.637984] Buffer I/O error on device sda1, logical block 60
    [ 4.638024] Buffer I/O error on device sda1, logical block 61
    [ 4.638063] Buffer I/O error on device sda1, logical block 62
    [ 4.638105] Buffer I/O error on device sda1, logical block 63
    [ 4.638188] ata1: EH complete
    [ 4.879313] ata1: limiting SATA link speed to 3.0 Gbps
    [ 4.879320] ata1.00: exception Emask 0x0 SAct 0x4000 SErr 0x0 action 0x6
    [ 4.879364] ata1.00: irq_stat 0x40000008
    [ 4.879404] ata1.00: failed command: READ FPDMA QUEUED
    [ 4.879448] ata1.00: cmd 60/08:70:50:2b:03/00:00:00:00:00/40 tag 14 ncq 4096 in
    res 41/84:08:50:2b:03/00:00:00:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 4.879502] ata1.00: status: { DRDY ERR }
    [ 4.879540] ata1.00: error: { ICRC ABRT }
    [ 4.879583] ata1: hard resetting link
    [ 5.365653] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
    [ 5.469816] ata1.00: configured for UDMA/133
    [ 5.469845] ata1: EH complete
    [ 5.582799] ata1.00: exception Emask 0x0 SAct 0x80 SErr 0x0 action 0x6
    [ 5.582859] ata1.00: irq_stat 0x40000008
    [ 5.582900] ata1.00: failed command: READ FPDMA QUEUED
    [ 5.582943] ata1.00: cmd 60/08:38:18:0b:00/00:00:00:00:00/40 tag 7 ncq 4096 in
    res 41/84:08:19:0b:00/00:00:00:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 5.582997] ata1.00: status: { DRDY ERR }
    [ 5.583036] ata1.00: error: { ICRC ABRT }
    [ 5.583078] ata1: hard resetting link
    [ 6.069015] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
    [ 6.191135] ata1.00: configured for UDMA/133
    [ 6.191166] ata1: EH complete
    [ 6.256026] ata1.00: exception Emask 0x0 SAct 0x8000 SErr 0x0 action 0x6
    [ 6.256073] ata1.00: irq_stat 0x40000008
    [ 6.256114] ata1.00: failed command: READ FPDMA QUEUED
    [ 6.256158] ata1.00: cmd 60/08:78:00:38:03/00:00:00:00:00/40 tag 15 ncq 4096 in
    res 41/84:08:02:38:03/00:00:00:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 6.256212] ata1.00: status: { DRDY ERR }
    [ 6.256250] ata1.00: error: { ICRC ABRT }
    [ 6.256292] ata1: hard resetting link
    [ 6.742436] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
    [ 6.845773] ata1.00: configured for UDMA/133
    [ 6.845806] ata1: EH complete
    [ 6.986177] ata1.00: exception Emask 0x0 SAct 0x80000 SErr 0x0 action 0x6
    [ 6.986223] ata1.00: irq_stat 0x40000008
    [ 6.986264] ata1.00: failed command: READ FPDMA QUEUED
    [ 6.986308] ata1.00: cmd 60/08:98:b0:f8:b5/00:00:58:00:00/40 tag 19 ncq 4096 in
    res 41/84:08:b0:f8:b5/00:00:58:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 6.986360] ata1.00: status: { DRDY ERR }
    [ 6.986399] ata1.00: error: { ICRC ABRT }
    [ 6.986440] ata1: hard resetting link
    [ 7.472592] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
    [ 7.578097] ata1.00: configured for UDMA/133
    [ 7.578124] ata1: EH complete
    [ 7.587216] random: nonblocking pool is initialized
    [ 7.602800] ata1: limiting SATA link speed to 1.5 Gbps
    [ 7.602806] ata1.00: exception Emask 0x0 SAct 0x800000 SErr 0x0 action 0x6
    [ 7.602850] ata1.00: irq_stat 0x40000008
    [ 7.602889] ata1.00: failed command: READ FPDMA QUEUED
    [ 7.602931] ata1.00: cmd 60/08:b8:c8:58:b6/00:00:58:00:00/40 tag 23 ncq 4096 in
    res 41/84:08:cc:58:b6/00:00:58:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 7.602982] ata1.00: status: { DRDY ERR }
    [ 7.603020] ata1.00: error: { ICRC ABRT }
    [ 7.603061] ata1: hard resetting link
    [ 8.089174] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 8.188490] ata1.00: configured for UDMA/133
    [ 8.188517] ata1: EH complete
    [ 8.216300] ata1.00: exception Emask 0x0 SAct 0x2000000 SErr 0x0 action 0x6
    [ 8.216361] ata1.00: irq_stat 0x40000008
    [ 8.216402] ata1.00: failed command: READ FPDMA QUEUED
    [ 8.216446] ata1.00: cmd 60/08:c8:d0:78:b6/00:00:58:00:00/40 tag 25 ncq 4096 in
    res 41/84:08:d0:78:b6/00:00:58:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 8.216500] ata1.00: status: { DRDY ERR }
    [ 8.216539] ata1.00: error: { ICRC ABRT }
    [ 8.216581] ata1: hard resetting link
    [ 8.702603] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 8.809726] ata1.00: configured for UDMA/133
    [ 8.809758] ata1: EH complete
    [ 8.836250] ata1.00: exception Emask 0x0 SAct 0x8000000 SErr 0x0 action 0x6
    [ 8.836295] ata1.00: irq_stat 0x40000008
    [ 8.836335] ata1.00: failed command: READ FPDMA QUEUED
    [ 8.836377] ata1.00: cmd 60/08:d8:d8:98:b6/00:00:58:00:00/40 tag 27 ncq 4096 in
    res 41/84:08:d8:98:b6/00:00:58:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 8.836429] ata1.00: status: { DRDY ERR }
    [ 8.836467] ata1.00: error: { ICRC ABRT }
    [ 8.836507] ata1: hard resetting link
    [ 9.322654] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 9.430994] ata1.00: configured for UDMA/133
    [ 9.431018] ata1: EH complete
    [ 9.664088] EXT4-fs (sda3): mounting ext3 file system using the ext4 subsystem
    [ 9.686362] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
    [ 9.837482] ata1.00: exception Emask 0x0 SAct 0x7fffffff SErr 0x0 action 0x6
    [ 9.837542] ata1.00: irq_stat 0x40000008
    [ 9.837583] ata1.00: failed command: READ FPDMA QUEUED
    [ 9.837626] ata1.00: cmd 60/08:28:20:08:89/00:00:5e:00:00/40 tag 5 ncq 4096 in
    res 41/84:08:20:08:89/00:00:5e:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 9.837680] ata1.00: status: { DRDY ERR }
    [ 9.837719] ata1.00: error: { ICRC ABRT }
    [ 9.837761] ata1: hard resetting link
    [ 10.322740] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 10.515900] ata1.00: configured for UDMA/133
    [ 10.515972] sd 0:0:0:0: [sda]
    [ 10.515975] Result: hostbyte=0x00 driverbyte=0x08
    [ 10.515978] sd 0:0:0:0: [sda]
    [ 10.515979] Sense Key : 0xb [current] [descriptor]
    [ 10.515983] Descriptor sense data with sense descriptors (in hex):
    [ 10.515984] 72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 10.515992] 5e 89 08 20
    [ 10.515997] sd 0:0:0:0: [sda]
    [ 10.515998] ASC=0x47 ASCQ=0x0
    [ 10.516001] sd 0:0:0:0: [sda] CDB:
    [ 10.516002] cdb[0]=0x28: 28 00 5e 89 08 20 00 00 08 00
    [ 10.516010] end_request: I/O error, dev sda, sector 1586038816
    [ 10.516148] ata1: EH complete
    [ 10.529733] ata1.00: limiting speed to UDMA/100:PIO4
    [ 10.529740] ata1.00: exception Emask 0x0 SAct 0x7fffff1f SErr 0x0 action 0x6
    [ 10.529786] ata1.00: irq_stat 0x40000008
    [ 10.529826] ata1.00: failed command: READ FPDMA QUEUED
    [ 10.529870] ata1.00: cmd 60/08:40:d0:08:89/00:00:5e:00:00/40 tag 8 ncq 4096 in
    res 41/84:08:d4:08:89/00:00:5e:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 10.529924] ata1.00: status: { DRDY ERR }
    [ 10.529962] ata1.00: error: { ICRC ABRT }
    [ 10.530004] ata1: hard resetting link
    [ 11.016129] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 11.139673] ata1.00: configured for UDMA/100
    [ 11.139723] sd 0:0:0:0: [sda]
    [ 11.139725] Result: hostbyte=0x00 driverbyte=0x08
    [ 11.139728] sd 0:0:0:0: [sda]
    [ 11.139730] Sense Key : 0xb [current] [descriptor]
    [ 11.139733] Descriptor sense data with sense descriptors (in hex):
    [ 11.139735] 72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 11.139743] 5e 89 08 d4
    [ 11.139747] sd 0:0:0:0: [sda]
    [ 11.139749] ASC=0x47 ASCQ=0x0
    [ 11.139751] sd 0:0:0:0: [sda] CDB:
    [ 11.139753] cdb[0]=0x28: 28 00 5e 89 08 d0 00 00 08 00
    [ 11.139761] end_request: I/O error, dev sda, sector 1586038992
    [ 11.139889] ata1: EH complete
    [ 11.153122] ata1.00: exception Emask 0x0 SAct 0x7fffffc1 SErr 0x0 action 0x6
    [ 11.153169] ata1.00: irq_stat 0x40000008
    [ 11.153210] ata1.00: failed command: READ FPDMA QUEUED
    [ 11.153253] ata1.00: cmd 60/08:30:28:08:89/00:00:5e:00:00/40 tag 6 ncq 4096 in
    res 41/84:08:28:08:89/00:00:5e:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 11.153306] ata1.00: status: { DRDY ERR }
    [ 11.153345] ata1.00: error: { ICRC ABRT }
    [ 11.153386] ata1: hard resetting link
    [ 11.639485] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 11.749884] ata1.00: configured for UDMA/100
    [ 11.749918] sd 0:0:0:0: [sda]
    [ 11.749920] Result: hostbyte=0x00 driverbyte=0x08
    [ 11.749923] sd 0:0:0:0: [sda]
    [ 11.749925] Sense Key : 0xb [current] [descriptor]
    [ 11.749928] Descriptor sense data with sense descriptors (in hex):
    [ 11.749930] 72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 11.749938] 5e 89 08 28
    [ 11.749942] sd 0:0:0:0: [sda]
    [ 11.749944] ASC=0x47 ASCQ=0x0
    [ 11.749946] sd 0:0:0:0: [sda] CDB:
    [ 11.749948] cdb[0]=0x28: 28 00 5e 89 08 28 00 00 08 00
    [ 11.749956] end_request: I/O error, dev sda, sector 1586038824
    [ 11.750093] ata1: EH complete
    [ 11.763159] ata1.00: exception Emask 0x0 SAct 0x7fffffff SErr 0x0 action 0x6
    [ 11.763206] ata1.00: irq_stat 0x40000008
    [ 11.763247] ata1.00: failed command: READ FPDMA QUEUED
    [ 11.763290] ata1.00: cmd 60/08:28:c8:08:89/00:00:5e:00:00/40 tag 5 ncq 4096 in
    res 41/84:08:c8:08:89/00:00:5e:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 11.763343] ata1.00: status: { DRDY ERR }
    [ 11.763382] ata1.00: error: { ICRC ABRT }
    [ 11.763424] ata1: hard resetting link
    [ 12.249523] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 12.360321] ata1.00: configured for UDMA/100
    [ 12.360370] sd 0:0:0:0: [sda]
    [ 12.360372] Result: hostbyte=0x00 driverbyte=0x08
    [ 12.360375] sd 0:0:0:0: [sda]
    [ 12.360377] Sense Key : 0xb [current] [descriptor]
    [ 12.360380] Descriptor sense data with sense descriptors (in hex):
    [ 12.360381] 72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 12.360390] 5e 89 08 c8
    [ 12.360394] sd 0:0:0:0: [sda]
    [ 12.360395] ASC=0x47 ASCQ=0x0
    [ 12.360398] sd 0:0:0:0: [sda] CDB:
    [ 12.360399] cdb[0]=0x28: 28 00 5e 89 08 c8 00 00 08 00
    [ 12.360407] end_request: I/O error, dev sda, sector 1586038984
    [ 12.360543] ata1: EH complete
    [ 12.369958] ata1.00: exception Emask 0x0 SAct 0x7fffffff SErr 0x0 action 0x6
    [ 12.370005] ata1.00: irq_stat 0x40000008
    [ 12.370045] ata1.00: failed command: READ FPDMA QUEUED
    [ 12.370090] ata1.00: cmd 60/08:28:38:08:89/00:00:63:00:00/40 tag 5 ncq 4096 in
    res 41/84:08:3a:08:89/00:00:63:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 12.370143] ata1.00: status: { DRDY ERR }
    [ 12.370182] ata1.00: error: { ICRC ABRT }
    [ 12.370224] ata1: hard resetting link
    [ 12.856285] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 12.959379] ata1.00: configured for UDMA/100
    [ 12.959426] sd 0:0:0:0: [sda]
    [ 12.959429] Result: hostbyte=0x00 driverbyte=0x08
    [ 12.959432] sd 0:0:0:0: [sda]
    [ 12.959433] Sense Key : 0xb [current] [descriptor]
    [ 12.959437] Descriptor sense data with sense descriptors (in hex):
    [ 12.959438] 72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 12.959447] 63 89 08 3a
    [ 12.959462] sd 0:0:0:0: [sda]
    [ 12.959464] ASC=0x47 ASCQ=0x0
    [ 12.959466] sd 0:0:0:0: [sda] CDB:
    [ 12.959468] cdb[0]=0x28: 28 00 63 89 08 38 00 00 08 00
    [ 12.959476] end_request: I/O error, dev sda, sector 1669924920
    [ 12.959616] ata1: EH complete
    [ 12.973195] ata1.00: limiting speed to UDMA/33:PIO4
    [ 12.973202] ata1.00: exception Emask 0x0 SAct 0x7fffffff SErr 0x0 action 0x6
    [ 12.973247] ata1.00: irq_stat 0x40000008
    [ 12.973287] ata1.00: failed command: READ FPDMA QUEUED
    [ 12.973331] ata1.00: cmd 60/08:30:c0:08:89/00:00:5e:00:00/40 tag 6 ncq 4096 in
    res 41/84:08:c0:08:89/00:00:5e:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 12.973384] ata1.00: status: { DRDY ERR }
    [ 12.973423] ata1.00: error: { ICRC ABRT }
    [ 12.973464] ata1: hard resetting link
    [ 13.459735] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 13.569691] ata1.00: configured for UDMA/33
    [ 13.569750] sd 0:0:0:0: [sda]
    [ 13.569753] Result: hostbyte=0x00 driverbyte=0x08
    [ 13.569755] sd 0:0:0:0: [sda]
    [ 13.569757] Sense Key : 0xb [current] [descriptor]
    [ 13.569761] Descriptor sense data with sense descriptors (in hex):
    [ 13.569763] 72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 13.569771] 5e 89 08 c0
    [ 13.569775] sd 0:0:0:0: [sda]
    [ 13.569777] ASC=0x47 ASCQ=0x0
    [ 13.569779] sd 0:0:0:0: [sda] CDB:
    [ 13.569781] cdb[0]=0x28: 28 00 5e 89 08 c0 00 00 08 00
    [ 13.569789] end_request: I/O error, dev sda, sector 1586038976
    [ 13.569933] ata1: EH complete
    [ 13.583315] ata1.00: exception Emask 0x0 SAct 0x7fffff9f SErr 0x0 action 0x6
    [ 13.583360] ata1.00: irq_stat 0x40000008
    [ 13.583399] ata1.00: failed command: READ FPDMA QUEUED
    [ 13.583441] ata1.00: cmd 60/08:38:30:08:89/00:00:63:00:00/40 tag 7 ncq 4096 in
    res 41/84:08:30:08:89/00:00:63:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 13.585478] ata1.00: status: { DRDY ERR }
    [ 13.585516] ata1.00: error: { ICRC ABRT }
    [ 13.585558] ata1: hard resetting link
    [ 14.069688] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 14.180020] ata1.00: configured for UDMA/33
    [ 14.180069] sd 0:0:0:0: [sda]
    [ 14.180072] Result: hostbyte=0x00 driverbyte=0x08
    [ 14.180074] sd 0:0:0:0: [sda]
    [ 14.180076] Sense Key : 0xb [current] [descriptor]
    [ 14.180079] Descriptor sense data with sense descriptors (in hex):
    [ 14.180081] 72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 14.180089] 63 89 08 30
    [ 14.180094] sd 0:0:0:0: [sda]
    [ 14.180095] ASC=0x47 ASCQ=0x0
    [ 14.180098] sd 0:0:0:0: [sda] CDB:
    [ 14.180099] cdb[0]=0x28: 28 00 63 89 08 30 00 00 08 00
    [ 14.180108] end_request: I/O error, dev sda, sector 1669924912
    [ 14.180245] ata1: EH complete
    [ 14.190091] ata1.00: exception Emask 0x0 SAct 0x7fffffe3 SErr 0x0 action 0x6
    [ 14.190153] ata1.00: irq_stat 0x40000008
    [ 14.190193] ata1.00: failed command: READ FPDMA QUEUED
    [ 14.190237] ata1.00: cmd 60/a8:28:70:08:89/00:00:63:00:00/40 tag 5 ncq 86016 in
    res 41/84:a8:80:08:89/00:00:63:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 14.190290] ata1.00: status: { DRDY ERR }
    [ 14.190328] ata1.00: error: { ICRC ABRT }
    [ 14.190371] ata1: hard resetting link
    [ 14.676439] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 14.779168] ata1.00: configured for UDMA/33
    [ 14.779214] sd 0:0:0:0: [sda]
    [ 14.779216] Result: hostbyte=0x00 driverbyte=0x08
    [ 14.779218] sd 0:0:0:0: [sda]
    [ 14.779220] Sense Key : 0xb [current] [descriptor]
    [ 14.779223] Descriptor sense data with sense descriptors (in hex):
    [ 14.779225] 72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 14.779233] 63 89 08 80
    [ 14.779237] sd 0:0:0:0: [sda]
    [ 14.779239] ASC=0x47 ASCQ=0x0
    [ 14.779241] sd 0:0:0:0: [sda] CDB:
    [ 14.779243] cdb[0]=0x28: 28 00 63 89 08 70 00 00 a8 00
    [ 14.779251] end_request: I/O error, dev sda, sector 1669924976
    [ 14.779391] ata1: EH complete
    [ 14.793467] ata1.00: exception Emask 0x0 SAct 0x3fffffe0 SErr 0x0 action 0x6
    [ 14.793513] ata1.00: irq_stat 0x40000008
    [ 14.793554] ata1.00: failed command: READ FPDMA QUEUED
    [ 14.793597] ata1.00: cmd 60/08:28:28:08:89/00:00:63:00:00/40 tag 5 ncq 4096 in
    res 41/84:08:28:08:89/00:00:63:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 14.793651] ata1.00: status: { DRDY ERR }
    [ 14.793690] ata1.00: error: { ICRC ABRT }
    [ 14.793733] ata1: hard resetting link
    [ 15.279789] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 15.378218] ata1.00: configured for UDMA/33
    [ 15.378240] sd 0:0:0:0: [sda]
    [ 15.378243] Result: hostbyte=0x00 driverbyte=0x08
    [ 15.378245] sd 0:0:0:0: [sda]
    [ 15.378247] Sense Key : 0xb [current] [descriptor]
    [ 15.378250] Descriptor sense data with sense descriptors (in hex):
    [ 15.378252] 72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 15.378260] 63 89 08 28
    [ 15.378264] sd 0:0:0:0: [sda]
    [ 15.378266] ASC=0x47 ASCQ=0x0
    [ 15.378268] sd 0:0:0:0: [sda] CDB:
    [ 15.378269] cdb[0]=0x28: 28 00 63 89 08 28 00 00 08 00
    [ 15.378277] end_request: I/O error, dev sda, sector 1669924904
    [ 15.378427] ata1: EH complete
    [ 15.390101] ata1.00: exception Emask 0x0 SAct 0x7fffff SErr 0x0 action 0x6
    [ 15.390148] ata1.00: irq_stat 0x40000008
    [ 15.390188] ata1.00: failed command: READ FPDMA QUEUED
    [ 15.390232] ata1.00: cmd 60/08:00:10:08:89/00:00:63:00:00/40 tag 0 ncq 4096 in
    res 41/84:08:10:08:89/00:00:63:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 15.390285] ata1.00: status: { DRDY ERR }
    [ 15.390324] ata1.00: error: { ICRC ABRT }
    [ 15.390366] ata1: hard resetting link
    [ 15.876541] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 15.977410] ata1.00: configured for UDMA/33
    [ 15.977500] ata1: EH complete
    [ 15.986870] ata1.00: exception Emask 0x0 SAct 0x7f807fff SErr 0x0 action 0x6
    [ 15.986916] ata1.00: irq_stat 0x40000008
    [ 15.986957] ata1.00: failed command: READ FPDMA QUEUED
    [ 15.987000] ata1.00: cmd 60/08:b8:20:08:89/00:00:63:00:00/40 tag 23 ncq 4096 in
    res 41/84:08:20:08:89/00:00:63:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 15.987054] ata1.00: status: { DRDY ERR }
    [ 15.987093] ata1.00: error: { ICRC ABRT }
    [ 15.987135] ata1: hard resetting link
    [ 16.473350] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 16.576437] ata1.00: configured for UDMA/33
    [ 16.576509] sd 0:0:0:0: [sda]
    [ 16.576511] Result: hostbyte=0x00 driverbyte=0x08
    [ 16.576514] sd 0:0:0:0: [sda]
    [ 16.576516] Sense Key : 0xb [current] [descriptor]
    [ 16.576519] Descriptor sense data with sense descriptors (in hex):
    [ 16.576520] 72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 16.576529] 63 89 08 20
    [ 16.576533] sd 0:0:0:0: [sda]
    [ 16.576534] ASC=0x47 ASCQ=0x0
    [ 16.576537] sd 0:0:0:0: [sda] CDB:
    [ 16.576538] cdb[0]=0x28: 28 00 63 89 08 20 00 00 08 00
    [ 16.576546] end_request: I/O error, dev sda, sector 1669924896
    [ 16.576642] ata1: EH complete
    [ 16.586801] ata1.00: exception Emask 0x0 SAct 0x7fff803f SErr 0x0 action 0x6
    [ 16.586847] ata1.00: irq_stat 0x40000008
    [ 16.586886] ata1.00: failed command: READ FPDMA QUEUED
    [ 16.586928] ata1.00: cmd 60/08:78:50:08:89/00:00:5e:00:00/40 tag 15 ncq 4096 in
    res 41/84:08:54:08:89/00:00:5e:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 16.586980] ata1.00: status: { DRDY ERR }
    [ 16.587018] ata1.00: error: { ICRC ABRT }
    [ 16.587058] ata1: hard resetting link
    [ 17.073307] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 17.175907] ata1.00: configured for UDMA/33
    [ 17.175963] sd 0:0:0:0: [sda]
    [ 17.175965] Result: hostbyte=0x00 driverbyte=0x08
    [ 17.175968] sd 0:0:0:0: [sda]
    [ 17.175970] Sense Key : 0xb [current] [descriptor]
    [ 17.175973] Descriptor sense data with sense descriptors (in hex):
    [ 17.175974] 72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 17.175983] 5e 89 08 54
    [ 17.175987] sd

    I have only Arch installed, 64 bit, UEFI boot.
    The things got worse for me. Today I barely managed to boot the laptop. It was throwing a lot of errors at me:
    Sep 24 06:13:59 kernel: ata6.00: irq_stat 0x40000008
    Sep 24 06:13:59 kernel: ata6.00: failed command: READ FPDMA QUEUED
    Sep 24 06:13:59 kernel: ata6.00: cmd 60/a8:00:40:0e:00/00:00:00:00:00/40 tag 0 ncq 86016 in
    res 41/84:a8:87:0e:00/00:00:00:00:00/00 Emask 0x410 (ATA bus error) <F>
    Sep 24 06:13:59 kernel: ata6.00: status: { DRDY ERR }
    Sep 24 06:13:59 kernel: ata6.00: error: { ICRC ABRT }
    Sep 24 06:13:59 kernel: ata6: hard resetting link
    Sep 24 06:13:59 kernel: ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
    Sep 24 06:13:59 kernel: ata6.00: configured for UDMA/133
    Sep 24 06:13:59 kernel: sd 5:0:0:0: [sda]
    Sep 24 06:13:59 kernel: Result: hostbyte=0x00 driverbyte=0x08
    Sep 24 06:13:59 kernel: sd 5:0:0:0: [sda]
    Sep 24 06:13:59 kernel: Sense Key : 0xb [current] [descriptor]
    Sep 24 06:13:59 kernel: Descriptor sense data with sense descriptors (in hex):
    Sep 24 06:13:59 kernel: 72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    Sep 24 06:13:59 kernel: 00 00 0e 87
    Sep 24 06:13:59 kernel: sd 5:0:0:0: [sda]
    Sep 24 06:13:59 kernel: ASC=0x47 ASCQ=0x0
    Sep 24 06:13:59 kernel: sd 5:0:0:0: [sda] CDB:
    Sep 24 06:13:59 kernel: cdb[0]=0x28: 28 00 00 00 0e 40 00 00 a8 00
    Sep 24 06:13:59 kernel: end_request: I/O error, dev sda, sector 3648
    Sep 24 06:13:59 kernel: ata6: EH complete
    Sep 24 06:14:30 kernel: ata6.00: exception Emask 0x1 SAct 0x7fffffff SErr 0x0 action 0x6 frozen
    Sep 24 06:14:30 kernel: ata6.00: irq_stat 0x40000008
    Sep 24 06:14:30 kernel: ata6.00: failed command: WRITE FPDMA QUEUED
    Sep 24 06:14:30 kernel: ata6.00: cmd 61/08:00:00:08:24/00:00:41:00:00/40 tag 0 ncq 4096 out
    res 40/00:a8:87:0e:00/00:00:00:00:00/00 Emask 0x5 (timeout)
    Sep 24 06:14:30 kernel: ata6.00: status: { DRDY }
    Sep 24 06:14:30 kernel: ata6.00: failed command: READ FPDMA QUEUED
    Sep 24 06:14:30 kernel: ata6.00: cmd 60/a8:08:60:0f:00/00:00:00:00:00/40 tag 1 ncq 86016 in
    res 40/00:10:08:10:00/00:00:00:00:00/40 Emask 0x1 (device error)
    Sep 24 06:14:30 kernel: ata6.00: status: { DRDY }
    Sep 24 06:14:30 kernel: ata6.00: failed command: READ FPDMA QUEUED
    Sep 24 06:14:30 kernel: ata6.00: cmd 60/14:10:08:10:00/00:00:00:00:00/40 tag 2 ncq 10240 in
    res 40/00:10:08:10:00/00:00:00:00:00/40 Emask 0x1 (device error)
    Sep 24 06:14:30 kernel: ata6.00: status: { DRDY }
    Sep 24 06:14:30 kernel: ata6.00: failed command: READ FPDMA QUEUED
    Sep 24 06:14:30 kernel: ata6.00: cmd 60/01:18:24:0f:00/00:00:00:00:00/40 tag 3 ncq 512 in
    res 40/00:10:08:10:00/00:00:00:00:00/40 Emask 0x1 (device error)
    Sep 24 06:14:30 kernel: ata6.00: status: { DRDY }
    Sep 24 06:14:30 kernel: ata6.00: failed command: READ FPDMA QUEUED
    Sep 24 06:14:30 kernel: ata6.00: cmd 60/01:20:25:0f:00/00:00:00:00:00/40 tag 4 ncq 512 in
    res 40/00:10:08:10:00/00:00:00:00:00/40 Emask 0x1 (device error)
    Sep 24 06:14:30 kernel: ata6.00: status: { DRDY }
    Sep 24 06:14:30 kernel: ata6.00: failed command: READ FPDMA QUEUED
    Sep 24 06:14:30 kernel: ata6.00: cmd 60/01:28:26:0f:00/00:00:00:00:00/40 tag 5 ncq 512 in
    res 40/00:10:08:10:00/00:00:00:00:00/40 Emask 0x1 (device error)
    Sep 24 06:14:30 kernel: ata6.00: status: { DRDY }
    Sep 24 06:14:30 kernel: ata6.00: failed command: READ FPDMA QUEUED
    Sep 24 06:14:30 kernel: ata6.00: cmd 60/01:30:27:0f:00/00:00:00:00:00/40 tag 6 ncq 512 in
    res 40/00:10:08:10:00/00:00:00:00:00/40 Emask 0x1 (device error)
    Sep 24 06:14:30 kernel: ata6.00: status: { DRDY }
    Sep 24 06:14:30 kernel: ata6: hard resetting link
    Sep 24 06:14:30 kernel: ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
    Sep 24 06:14:30 kernel: ata6.00: configured for UDMA/133
    Sep 24 06:14:30 kernel: sd 5:0:0:0: [sda]
    Sep 24 06:14:30 kernel: Result: hostbyte=0x00 driverbyte=0x08
    Sep 24 06:14:30 kernel: sd 5:0:0:0: [sda]
    Sep 24 06:14:30 kernel: Sense Key : 0xb [current] [descriptor]
    Sep 24 06:14:30 kernel: Descriptor sense data with sense descriptors (in hex):
    Sep 24 06:14:30 kernel: 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    Sep 24 06:14:30 kernel: 00 00 10 08
    Sep 24 06:14:30 kernel: sd 5:0:0:0: [sda]
    Sep 24 06:14:30 kernel: ASC=0x0 ASCQ=0x0
    Sep 24 06:14:30 kernel: sd 5:0:0:0: [sda] CDB:
    Sep 24 06:14:30 kernel: cdb[0]=0x28: 28 00 00 00 0f 60 00 00 a8 00
    Sep 24 06:14:30 kernel: end_request: I/O error, dev sda, sector 3936
    Sep 24 06:14:30 kernel: sd 5:0:0:0: [sda]
    Sep 24 06:14:30 kernel: Result: hostbyte=0x00 driverbyte=0x08
    Sep 24 06:14:30 kernel: sd 5:0:0:0: [sda]
    Sep 24 06:14:30 kernel: Sense Key : 0xb [current] [descriptor]
    Sep 24 06:14:30 kernel: Descriptor sense data with sense descriptors (in hex):
    Sep 24 06:14:30 kernel: 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    Sep 24 06:14:30 kernel: 00 00 10 08
    Sep 24 06:14:30 kernel: sd 5:0:0:0: [sda]
    and so on... It somehow booted, but now journalctl says:
    ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
    184 End-to-End_Error 0x0032 099 099 099 Old_age Always FAILING_NOW 1
    while the Error hasn't occured yet.
    I think I wil take the emergency procedure, and start backing up my files and system ...
    I don't recall when this error first showed up, and I unluckily deleted my journal before noticing the problem, for it was getting big, so I can't trace back. But I have it in the journal since then (11.september). At begining only from time to time, but now things are getting worse.

  • Flash audio level drop outs (Windows 8.1)

    Hey,
    Using adobe flash, I've been having issues with to audio nearly dropping out to nearly inaudible levels on mutiple websites. Anything that does use the flash player, it seems to be triggered when I plug in another device into the computer for use, or charging although it doesn't seem to be 100% consistant and seems less likely after reinitiating the flash player, but would happen after having the flash player open for a longer period of time then attaching a device. My current work around is to either load up a different browser e.g. Google Chrome, which will use it's own plugin container containing another instance of flash. Or to end task on flash from my task manager, then reload the page. which would restore proper audio levels. This does not appear to be specific to one webpage, or to one brower.
    Web Browsers:
    Firefox 25.0
    Google Chrome Version 25.0.1364.172 m
    Internet Explorer 11 version 11.0.9600.16384
    Adobe Flash: 11,7,700,202
    Url Example: www.twitch.tv
    Dxdiag information
    System Information
    Time of this report: 11/15/2013, 13:07:36
           Machine name: ROB-PC
       Operating System: Windows 8.1 Pro with Media Center 64-bit (6.3, Build 9600) (9600.winblue_gdr.130913-2141)
               Language: English (Regional Setting: English)
    System Manufacturer: System manufacturer
           System Model: System Product Name
                   BIOS: BIOS Date: 06/13/13 18:01:50 Ver: 15.05
              Processor: Intel(R) Core(TM) i5-3450 CPU @ 3.10GHz (4 CPUs), ~3.1GHz
                 Memory: 8192MB RAM
    Available OS Memory: 8124MB RAM
              Page File: 3404MB used, 12910MB available
            Windows Dir: C:\WINDOWS
        DirectX Version: DirectX 11
    DX Setup Parameters: Not found
       User DPI Setting: 120 DPI (125 percent)
    System DPI Setting: 96 DPI (100 percent)
        DWM DPI Scaling: Disabled
         DxDiag Version: 6.03.9600.16384 64bit Unicode
    DxDiag Notes
          Display Tab 1: No problems found.
            Sound Tab 1: No problems found.
            Sound Tab 2: No problems found.
            Sound Tab 3: No problems found.
            Sound Tab 4: No problems found.
            Sound Tab 5: No problems found.
              Input Tab: No problems found.
    DirectX Debug Levels
    Direct3D:    0/4 (retail)
    DirectDraw:  0/4 (retail)
    DirectInput: 0/5 (retail)
    DirectMusic: 0/5 (retail)
    DirectPlay:  0/9 (retail)
    DirectSound: 0/5 (retail)
    DirectShow:  0/6 (retail)
    Display Devices
              Card name: AMD Radeon HD 7700 Series
           Manufacturer: Advanced Micro Devices, Inc.
              Chip type: AMD Radeon Graphics Processor (0x683D)
               DAC type: Internal DAC(400MHz)
            Device Type: Full Device
             Device Key: Enum\PCI\VEN_1002&DEV_683D&SUBSYS_25561458&REV_00
         Display Memory: 4846 MB
       Dedicated Memory: 1006 MB
          Shared Memory: 3840 MB
           Current Mode: 1920 x 1080 (32 bit) (60Hz)
           Monitor Name: Generic PnP Monitor
          Monitor Model: SAMSUNG
             Monitor Id: SAM050D
            Native Mode: 1920 x 1080(p) (60.000Hz)
            Output Type: HDMI
            Driver Name: aticfx64.dll,aticfx64.dll,aticfx64.dll,aticfx32,aticfx32,aticfx32,atiumd64.dll,atidxx64.d ll,atidxx64.dll,atiumdag,atidxx32,atidxx32,atiumdva,atiumd6a.cap,atitmm64.dll
    Driver File Version: 8.17.0010.1230 (English)
         Driver Version: 13.152.1.1000
            DDI Version: 11.1
         Feature Levels: 11.1,11.0,10.1,10.0,9.3,9.2,9.1
           Driver Model: WDDM 1.3
    Graphics Preemption: DMA
    Compute Preemption: DMA
               Miracast: Not Supported
    Hybrid Graphics GPU: Not Supported
         Power P-states: Not Supported
      Driver Attributes: Final Retail
       Driver Date/Size: 9/26/2013 18:02:24, 1233080 bytes
            WHQL Logo'd: Yes
        WHQL Date Stamp:
      Device Identifier: {D7B71EE2-2B7D-11CF-2673-5C05BEC2C535}
              Vendor ID: 0x1002
              Device ID: 0x683D
              SubSys ID: 0x25561458
            Revision ID: 0x0000
    Driver Strong Name: oem27.inf:cb0ae414ac102cfc:ati2mtag_R575A:13.152.1.1000:pci\ven_1002&dev_683d
         Rank Of Driver: 00DA2001
            Video Accel: ModeMPEG2_A ModeMPEG2_C ModeVC1_C ModeWMV9_C
            DXVA2 Modes: DXVA2_ModeMPEG2_VLD  DXVA2_ModeMPEG2_IDCT  DXVA2_ModeH264_VLD_NoFGT  DXVA2_ModeVC1_VLD  DXVA2_ModeVC1_IDCT  DXVA2_ModeWMV9_IDCT 
       Deinterlace Caps: {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {3C5323C1-6FB7-44F5-9081-056BF2EE449D}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {552C0DAD-CCBC-420B-83C8-74943CF9F1A6}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
           D3D9 Overlay: Not Supported
                DXVA-HD: Not Supported
           DDraw Status: Enabled
             D3D Status: Enabled
             AGP Status: Enabled
    Sound Devices
                Description: Speakers (Creative SB Audigy 2 ZS (WDM))
    Default Sound Playback: Yes
    Default Voice Playback: Yes
                Hardware ID: PCI\VEN_1102&DEV_0004&SUBSYS_20021102&REV_04
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: ctaud2k.sys
             Driver Version: 6.00.0001.1241 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 4/10/2007 04:35:28, 863016 bytes
                Other Files:
            Driver Provider: Creative
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
                Description: Speakers (High Definition Audio Device)
    Default Sound Playback: No
    Default Voice Playback: No
                Hardware ID: HDAUDIO\FUNC_01&VEN_1106&DEV_0397&SUBSYS_10438415&REV_1000
            Manufacturer ID: 1
                 Product ID: 65535
                       Type: WDM
                Driver Name: HdAudio.sys
             Driver Version: 6.03.9600.16384 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 8/22/2013 05:38:21, 395776 bytes
                Other Files:
            Driver Provider: Microsoft
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
                Description: Digital Audio (HDMI) (High Definition Audio Device)
    Default Sound Playback: No
    Default Voice Playback: No
                Hardware ID: HDAUDIO\FUNC_01&VEN_1106&DEV_0397&SUBSYS_10438415&REV_1000
            Manufacturer ID: 1
                 Product ID: 65535
                       Type: WDM
                Driver Name: HdAudio.sys
             Driver Version: 6.03.9600.16384 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 8/22/2013 05:38:21, 395776 bytes
                Other Files:
            Driver Provider: Microsoft
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
                Description: 1 - SAMSUNG (AMD High Definition Audio Device)
    Default Sound Playback: No
    Default Voice Playback: No
                Hardware ID: HDAUDIO\FUNC_01&VEN_1002&DEV_AA01&SUBSYS_00AA0100&REV_1003
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: AtihdW86.sys
             Driver Version: 8.00.0000.8811 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 4/23/2013 05:38:22, 98744 bytes
                Other Files:
            Driver Provider: Advanced Micro Devices
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
                Description: SPDIF Out (Creative SB Audigy 2 ZS (WDM))
    Default Sound Playback: No
    Default Voice Playback: No
                Hardware ID: PCI\VEN_1102&DEV_0004&SUBSYS_20021102&REV_04
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: ctaud2k.sys
             Driver Version: 6.00.0001.1241 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 4/10/2007 04:35:28, 863016 bytes
                Other Files:
            Driver Provider: Creative
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
    Sound Capture Devices
                Description: Microphone (Creative SB Audigy 2 ZS (WDM))
      Default Sound Capture: Yes
      Default Voice Capture: Yes
                Driver Name: ctaud2k.sys
             Driver Version: 6.00.0001.1241 (English)
          Driver Attributes: Final Retail
              Date and Size: 4/10/2007 04:35:28, 863016 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
                Description: S/PDIF-In (Creative SB Audigy 2 ZS (WDM))
      Default Sound Capture: No
      Default Voice Capture: No
                Driver Name: ctaud2k.sys
             Driver Version: 6.00.0001.1241 (English)
          Driver Attributes: Final Retail
              Date and Size: 4/10/2007 04:35:28, 863016 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
                Description: Microphone (High Definition Audio Device)
      Default Sound Capture: No
      Default Voice Capture: No
                Driver Name: HdAudio.sys
             Driver Version: 6.03.9600.16384 (English)
          Driver Attributes: Final Retail
              Date and Size: 8/22/2013 05:38:21, 395776 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
                Description: "What U Hear" (Creative SB Audigy 2 ZS (WDM))
      Default Sound Capture: No
      Default Voice Capture: No
                Driver Name: ctaud2k.sys
             Driver Version: 6.00.0001.1241 (English)
          Driver Attributes: Final Retail
              Date and Size: 4/10/2007 04:35:28, 863016 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
                Description: Analog Mix (Line/CD/Aux/TAD/PC) (Creative SB Audigy 2 ZS (WDM))
      Default Sound Capture: No
      Default Voice Capture: No
                Driver Name: ctaud2k.sys
             Driver Version: 6.00.0001.1241 (English)
          Driver Attributes: Final Retail
              Date and Size: 4/10/2007 04:35:28, 863016 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
                Description: CD Digital (Creative SB Audigy 2 ZS (WDM))
      Default Sound Capture: No
      Default Voice Capture: No
                Driver Name: ctaud2k.sys
             Driver Version: 6.00.0001.1241 (English)
          Driver Attributes: Final Retail
              Date and Size: 4/10/2007 04:35:28, 863016 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
    Video Capture Devices
    Number of Devices: 0
    DirectInput Devices
          Device Name: Mouse
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: Keyboard
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: USB Receiver
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC52B
            FF Driver: n/a
          Device Name: USB Receiver
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC52B
            FF Driver: n/a
          Device Name: USB Receiver
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC52B
            FF Driver: n/a
          Device Name: Virtual Wireless HID
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x00FF, 0x7927
            FF Driver: n/a
          Device Name: USB Receiver
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC52B
            FF Driver: n/a
          Device Name: USB Receiver
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC52B
            FF Driver: n/a
          Device Name: USB Receiver
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC52B
            FF Driver: n/a
          Device Name: MotioninJoy Virtual Game Controller
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x8888, 0x0008
            FF Driver: n/a
    Poll w/ Interrupt: No
    USB Devices
    + USB Root Hub
    | Vendor/Product ID: 0x8086, 0x1E2D
    | Matching Device ID: USB\ROOT_HUB20
    | Service: usbhub
    | Driver: usbhub.sys, 8/22/2013 06:43:34, 422240 bytes
    | Driver: usbd.sys, 8/22/2013 06:43:33, 28000 bytes
    |
    +-+ Generic USB Hub
    | | Vendor/Product ID: 0x8087, 0x0024
    | | Location: Port_#0001.Hub_#0001
    | | Matching Device ID: USB\Class_09
    | | Service: usbhub
    | | Driver: usbhub.sys, 8/22/2013 06:43:34, 422240 bytes
    | | Driver: usbd.sys, 8/22/2013 06:43:33, 28000 bytes
    Gameport Devices
    PS/2 Devices
    + HID Keyboard Device
    | Matching Device ID: HID_DEVICE_SYSTEM_KEYBOARD
    | Service: kbdhid
    | Driver: kbdhid.sys, 8/22/2013 05:39:13, 32256 bytes
    | Driver: kbdclass.sys, 8/22/2013 06:43:45, 58208 bytes
    |
    + Standard PS/2 Keyboard
    | Matching Device ID: *PNP0303
    | Service: i8042prt
    | Driver: i8042prt.sys, 8/22/2013 05:39:15, 107520 bytes
    | Driver: kbdclass.sys, 8/22/2013 06:43:45, 58208 bytes
    |
    + HID Keyboard Device
    | Vendor/Product ID: 0x8888, 0x0208
    | Matching Device ID: HID_DEVICE_SYSTEM_KEYBOARD
    | Service: kbdhid
    | Driver: kbdhid.sys, 8/22/2013 05:39:13, 32256 bytes
    | Driver: kbdclass.sys, 8/22/2013 06:43:45, 58208 bytes
    |
    + HID Keyboard Device
    | Vendor/Product ID: 0x046D, 0xC52B
    | Matching Device ID: HID_DEVICE_SYSTEM_KEYBOARD
    | Service: kbdhid
    | Driver: kbdhid.sys, 8/22/2013 05:39:13, 32256 bytes
    | Driver: kbdclass.sys, 8/22/2013 06:43:45, 58208 bytes
    |
    + HID-compliant mouse
    | Matching Device ID: HID_DEVICE_SYSTEM_MOUSE
    | Service: mouhid
    | Driver: mouhid.sys, 8/22/2013 05:39:13, 30208 bytes
    | Driver: mouclass.sys, 8/22/2013 06:43:45, 51040 bytes
    |
    + HID-compliant mouse
    | Vendor/Product ID: 0x8888, 0x0108
    | Matching Device ID: HID_DEVICE_SYSTEM_MOUSE
    | Service: mouhid
    | Driver: mouhid.sys, 8/22/2013 05:39:13, 30208 bytes
    | Driver: mouclass.sys, 8/22/2013 06:43:45, 51040 bytes
    |
    + HID-compliant mouse
    | Vendor/Product ID: 0x046D, 0xC52B
    | Matching Device ID: HID_DEVICE_SYSTEM_MOUSE
    | Service: mouhid
    | Driver: mouhid.sys, 8/22/2013 05:39:13, 30208 bytes
    | Driver: mouclass.sys, 8/22/2013 06:43:45, 51040 bytes
    Disk & DVD/CD-ROM Drives
          Drive: C:
    Free Space: 94.4 GB
    Total Space: 150.0 GB
    File System: NTFS
          Model: WDC WD20EFRX-68AX9N0 ATA Device
          Drive: D:
    Free Space: 13.9 GB
    Total Space: 61.0 GB
    File System: NTFS
          Model: KINGSTON SV100S264G ATA Device
          Drive: E:
    Free Space: 1661.8 GB
    Total Space: 1757.7 GB
    File System: NTFS
          Model: WDC WD20EFRX-68AX9N0 ATA Device
          Drive: F:
    Free Space: 61.3 GB
    Total Space: 108.2 GB
    File System: NTFS
          Model: ST31000524AS ATA Device
          Drive: G:
    Free Space: 298.6 GB
    Total Space: 845.6 GB
    File System: NTFS
          Model: ST31000524AS ATA Device
          Drive: I:
          Model: DTSOFT Virtual CdRom Device
         Driver: c:\windows\system32\drivers\cdrom.sys, 6.03.9600.16384 (English), 8/22/2013 02:46:35, 164352 bytes
          Drive: H:
          Model: HL-DT-ST DVDRAM GH22NS70 ATA Device
         Driver: c:\windows\system32\drivers\cdrom.sys, 6.03.9600.16384 (English), 8/22/2013 02:46:35, 164352 bytes
    System Devices
         Name: Xeon(R) processor E3-1200 v2/3rd Gen Core processor PCI Express Root Port - 0151
    Device ID: PCI\VEN_8086&DEV_0151&SUBSYS_84CA1043&REV_09\3&11583659&0&08
       Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:32, 285536 bytes
         Name: AMD Radeon HD 7700 Series
    Device ID: PCI\VEN_1002&DEV_683D&SUBSYS_25561458&REV_00\4&BAB4994&0&0008
       Driver: C:\WINDOWS\system32\DRIVERS\atikmdag.sys, 8.01.0001.1331 (English), 9/26/2013 18:02:26, 12526592 bytes
       Driver: C:\WINDOWS\system32\DRIVERS\ati2erec.dll, 1.00.0000.0024 (English), 9/26/2013 18:02:18, 43520 bytes
       Driver: C:\WINDOWS\system32\DRIVERS\atikmpag.sys, 8.14.0001.6340 (English), 9/26/2013 18:02:28, 619008 bytes
       Driver: C:\WINDOWS\system32\atiumd64.dll, 9.14.0010.0984 (English), 9/26/2013 18:02:36, 7256496 bytes
       Driver: C:\WINDOWS\system32\atiumd6a.dll, 8.14.0010.0415 (English), 9/26/2013 18:02:36, 6767240 bytes
       Driver: C:\WINDOWS\system32\atitmm64.dll, 6.14.0011.0025 (English), 9/26/2013 18:02:36, 190976 bytes
       Driver: C:\WINDOWS\system32\atiicdxx.dat, 9/26/2013 18:02:26, 716208 bytes
       Driver: C:\WINDOWS\system32\amdpcom64.dll, 8.14.0010.0023 (English), 9/26/2013 18:02:18, 78432 bytes
       Driver: C:\WINDOWS\system32\atimpc64.dll, 8.14.0010.0023 (English), 9/26/2013 18:02:28, 78432 bytes
       Driver: C:\WINDOWS\system32\atiadlxx.dll, 6.14.0010.1128 (English), 9/26/2013 18:02:18, 784384 bytes
       Driver: C:\WINDOWS\system32\atiumd6a.cap, 9/26/2013 18:02:36, 3388672 bytes
       Driver: C:\WINDOWS\system32\atimuixx.dll, 6.14.0010.1002 (English), 9/26/2013 18:02:30, 26112 bytes
       Driver: C:\WINDOWS\system32\atiapfxx.exe, 6.14.0010.1001 (English), 9/26/2013 18:02:20, 368640 bytes
       Driver: C:\WINDOWS\system32\ativvsva.dat, 9/26/2013 18:02:38, 157144 bytes
       Driver: C:\WINDOWS\system32\ativvsvl.dat, 9/26/2013 18:02:38, 204952 bytes
       Driver: C:\WINDOWS\system32\ativvaxy_cik.dat, 9/26/2013 18:02:38, 233652 bytes
       Driver: C:\WINDOWS\system32\ativvaxy_cik_nd.dat, 9/26/2013 18:02:38, 231984 bytes
       Driver: C:\WINDOWS\system32\ativce02.dat, 9/26/2013 18:02:38, 82416 bytes
       Driver: C:\WINDOWS\system32\atiesrxx.exe, 6.14.0011.1159 (English), 9/26/2013 18:02:26, 239616 bytes
       Driver: C:\WINDOWS\system32\atieclxx.exe, 6.14.0011.1159 (English), 9/26/2013 18:02:26, 571904 bytes
       Driver: C:\WINDOWS\system32\atidemgy.dll, 4.05.5001.37617 (English), 9/26/2013 18:02:24, 442368 bytes
       Driver: C:\WINDOWS\system32\atio6axx.dll, 6.14.0010.12422 (English), 9/26/2013 18:02:30, 25387520 bytes
       Driver: C:\WINDOWS\system32\aticalrt64.dll, 6.14.0010.1848 (English), 9/26/2013 18:02:24, 62464 bytes
       Driver: C:\WINDOWS\system32\aticalcl64.dll, 6.14.0010.1848 (English), 9/26/2013 18:02:20, 55808 bytes
       Driver: C:\WINDOWS\system32\aticaldd64.dll, 6.14.0010.1848 (English), 9/26/2013 18:02:24, 15716352 bytes
       Driver: C:\WINDOWS\system32\atipblag.dat, 9/26/2013 18:02:36, 3917 bytes
       Driver: C:\WINDOWS\system32\atiu9p64.dll, 8.14.0001.6340 (English), 9/26/2013 18:02:36, 114488 bytes
       Driver: C:\WINDOWS\system32\atiuxp64.dll, 8.14.0001.6340 (English), 9/26/2013 18:02:38, 142792 bytes
       Driver: C:\WINDOWS\system32\atig6pxx.dll, 8.14.0001.6340 (English), 9/26/2013 18:02:26, 75264 bytes
       Driver: C:\WINDOWS\system32\atig6txx.dll, 8.14.0001.6340 (English), 9/26/2013 18:02:26, 100352 bytes
       Driver: C:\WINDOWS\system32\atibtmon.exe, 2.00.0000.0000 (English), 9/26/2013 18:02:20, 118784 bytes
       Driver: C:\WINDOWS\system32\atiapfxx.blb, 9/26/2013 18:02:20, 530832 bytes
       Driver: C:\WINDOWS\system32\amdmiracast.dll, 9/26/2013 18:02:12, 781312 bytes
       Driver: C:\WINDOWS\system32\amdhdl64.dll, 9/26/2013 18:02:12, 134656 bytes
       Driver: C:\WINDOWS\system32\atidxx64.dll, 8.17.0010.0519 (English), 9/26/2013 18:02:26, 9464840 bytes
       Driver: C:\WINDOWS\SysWOW64\atiumdag.dll, 9.14.0010.0984 (English), 9/26/2013 18:02:36, 6189416 bytes
       Driver: C:\WINDOWS\SysWOW64\atiumdva.dll, 8.14.0010.0415 (English), 9/26/2013 18:02:38, 6176008 bytes
       Driver: C:\WINDOWS\SysWOW64\amdpcom32.dll, 8.14.0010.0023 (English), 9/26/2013 18:02:18, 71704 bytes
       Driver: C:\WINDOWS\SysWOW64\atimpc32.dll, 8.14.0010.0023 (English), 9/26/2013 18:02:28, 71704 bytes
       Driver: C:\WINDOWS\SysWOW64\atiadlxy.dll, 6.14.0010.1128 (English), 9/26/2013 18:02:20, 594944 bytes
       Driver: C:\WINDOWS\SysWOW64\atiumdva.cap, 9/26/2013 18:02:38, 3422720 bytes
       Driver: C:\WINDOWS\SysWOW64\ativvsva.dat, 9/26/2013 18:02:38, 157144 bytes
       Driver: C:\WINDOWS\SysWOW64\ativvsvl.dat, 9/26/2013 18:02:38, 204952 bytes
       Driver: C:\WINDOWS\SysWOW64\atioglxx.dll, 6.14.0010.12422 (English), 9/26/2013 18:02:32, 21400064 bytes
       Driver: C:\WINDOWS\SysWOW64\atidxx32.dll, 8.17.0010.0519 (English), 9/26/2013 18:02:24, 8215992 bytes
       Driver: C:\WINDOWS\SysWOW64\aticalrt.dll, 6.14.0010.1848 (English), 9/26/2013 18:02:24, 52224 bytes
       Driver: C:\WINDOWS\SysWOW64\aticalcl.dll, 6.14.0010.1848 (English), 9/26/2013 18:02:20, 49152 bytes
       Driver: C:\WINDOWS\SysWOW64\aticaldd.dll, 6.14.0010.1848 (English), 9/26/2013 18:02:20, 14302208 bytes
       Driver: C:\WINDOWS\SysWOW64\atipblag.dat, 9/26/2013 18:02:36, 3917 bytes
       Driver: C:\WINDOWS\SysWOW64\atiu9pag.dll, 8.14.0001.6340 (English), 9/26/2013 18:02:36, 97984 bytes
       Driver: C:\WINDOWS\SysWOW64\atiuxpag.dll, 8.14.0001.6340 (English), 9/26/2013 18:02:38, 125824 bytes
       Driver: C:\WINDOWS\SysWOW64\atigktxx.dll, 8.14.0001.6340 (English), 9/26/2013 18:02:26, 96768 bytes
       Driver: C:\WINDOWS\SysWOW64\atiglpxx.dll, 8.14.0001.6340 (English), 9/26/2013 18:02:26, 69632 bytes
       Driver: C:\WINDOWS\SysWOW64\atiapfxx.blb, 9/26/2013 18:02:20, 530832 bytes
       Driver: C:\WINDOWS\SysWOW64\amdhdl32.dll, 9/26/2013 18:02:12, 123392 bytes
       Driver: C:\WINDOWS\atiogl.xml, 9/26/2013 18:02:32, 47164 bytes
       Driver: C:\WINDOWS\system32\ATIODCLI.exe, 1.00.0000.0001 (English), 9/26/2013 18:02:32, 51200 bytes
       Driver: C:\WINDOWS\system32\ATIODE.exe, 1.00.0000.0001 (English), 9/26/2013 18:02:32, 332800 bytes
       Driver: C:\WINDOWS\system32\atisamu64.dll, 7.01.0000.0001 (English), 9/26/2013 18:02:36, 89088 bytes
       Driver: C:\WINDOWS\system32\amdhcp64.dll, 1.00.0000.0001 (English), 9/26/2013 18:02:12, 156712 bytes
       Driver: C:\WINDOWS\system32\amdave64.dll, 5.04.0006.0000 (English), 9/26/2013 18:02:12, 96256 bytes
       Driver: C:\WINDOWS\SysWOW64\amdave32.dll, 5.04.0006.0000 (English), 9/26/2013 18:02:12, 90624 bytes
       Driver: C:\WINDOWS\SysWOW64\atisamu32.dll, 7.01.0000.0001 (English), 9/26/2013 18:02:36, 80896 bytes
       Driver: C:\WINDOWS\SysWOW64\amdhcp32.dll, 1.00.0000.0001 (English), 9/26/2013 18:02:12, 141256 bytes
       Driver: C:\WINDOWS\system32\atiglpxx.dll, 8.14.0001.6340 (English), 9/26/2013 18:02:26, 69632 bytes
       Driver: C:\WINDOWS\system32\aticfx64.dll, 8.17.0010.1230 (English), 9/26/2013 18:02:24, 1233080 bytes
       Driver: C:\WINDOWS\SysWOW64\aticfx32.dll, 8.17.0010.1230 (English), 9/26/2013 18:02:24, 1027032 bytes
       Driver: C:\Program Files\AMD\CCC2\Install\ccc2_install.exe, 8.97.0100.0300 (English), 9/26/2013 18:02:44, 52036677 bytes
       Driver: C:\WINDOWS\system32\OpenCL.dll, 1.02.0011.0000 (English), 9/26/2013 18:02:18, 63488 bytes
       Driver: C:\WINDOWS\system32\amdocl64.dll, 10.00.1268.0001 (English), 9/26/2013 18:02:16, 28192256 bytes
       Driver: C:\WINDOWS\system32\amdocl_as64.exe, 9/26/2013 18:02:18, 1187342 bytes
       Driver: C:\WINDOWS\system32\amdocl_ld64.exe, 9/26/2013 18:02:18, 1061902 bytes
       Driver: C:\WINDOWS\system32\OpenVideo64.dll, 10.00.1268.0001 (English), 9/26/2013 18:02:48, 98816 bytes
       Driver: C:\WINDOWS\system32\OVDecode64.dll, 10.00.1268.0001 (English), 9/26/2013 18:02:48, 86528 bytes
       Driver: C:\WINDOWS\system32\clinfo.exe, 9/26/2013 18:02:48, 229376 bytes
       Driver: C:\WINDOWS\SysWOW64\OpenCL.dll, 1.02.0011.0000 (English), 9/26/2013 18:02:18, 57344 bytes
       Driver: C:\WINDOWS\SysWOW64\amdocl.dll, 10.00.1268.0001 (English), 9/26/2013 18:02:14, 23761408 bytes
       Driver: C:\WINDOWS\SysWOW64\amdocl_as32.exe, 9/26/2013 18:02:18, 995342 bytes
       Driver: C:\WINDOWS\SysWOW64\amdocl_ld32.exe, 9/26/2013 18:02:18, 798734 bytes
       Driver: C:\WINDOWS\SysWOW64\OpenVideo.dll, 10.00.1268.0001 (English), 9/26/2013 18:02:48, 83456 bytes
       Driver: C:\WINDOWS\SysWOW64\OVDecode.dll, 10.00.1268.0001 (English), 9/26/2013 18:02:48, 73216 bytes
       Driver: C:\Program Files\Common Files\ATI Technologies\Multimedia\AMDh264Enc32.dll, 1.00.0000.0001 (English), 9/26/2013 18:02:12, 257536 bytes
       Driver: C:\Program Files\Common Files\ATI Technologies\Multimedia\AMDh264Enc64.dll, 1.00.0000.0001 (English), 9/26/2013 18:02:12, 305152 bytes
       Driver: C:\Program Files\Common Files\ATI Technologies\Multimedia\AMDhwDecoder_32.dll, 1.00.0000.0001 (English), 9/26/2013 18:02:12, 195584 bytes
       Driver: C:\Program Files\Common Files\ATI Technologies\Multimedia\AMDhwDecoder_64.dll, 1.00.0000.0001 (English), 9/26/2013 18:02:12, 231936 bytes
       Driver: C:\WINDOWS\system32\coinst_13.152.1.1.dll, 1.00.0005.0009 (English), 9/26/2013 18:02:48, 127488 bytes
         Name: Creative SB Audigy 2 ZS (WDM)
    Device ID: PCI\VEN_1102&DEV_0004&SUBSYS_20021102&REV_04\4&2BB3940&0&08F0
       Driver: C:\WINDOWS\system32\drivers\ctac32k.sys, 6.00.0001.1241 (English), 4/10/2007 06:07:54, 580904 bytes
       Driver: C:\WINDOWS\system32\drivers\ctaud2k.sys, 6.00.0001.1241 (English), 4/10/2007 04:35:28, 863016 bytes
       Driver: C:\WINDOWS\system32\drivers\ctoss2k.sys, 6.00.0001.1241 (English), 4/10/2007 04:37:36, 218408 bytes
       Driver: C:\WINDOWS\system32\drivers\ctprxy2k.sys, 6.00.0001.1241 (English), 4/10/2007 04:38:10, 17192 bytes
       Driver: C:\WINDOWS\system32\drivers\ctsfm2k.sys, 6.00.0001.1241 (English), 4/10/2007 04:38:40, 290600 bytes
       Driver: C:\WINDOWS\system32\drivers\emupia2k.sys, 6.00.0001.1241 (English), 4/10/2007 04:39:48, 147752 bytes
       Driver: C:\WINDOWS\system32\drivers\ha10kx2k.sys, 6.00.0001.1241 (English), 4/10/2007 04:40:24, 1359144 bytes
       Driver: C:\WINDOWS\system32\drivers\haP16v2k.sys, 6.00.0001.1241 (English), 4/10/2007 04:41:20, 259880 bytes
       Driver: C:\WINDOWS\system32\drivers\haP17v2k.sys, 6.00.0001.1241 (English), 4/10/2007 04:41:54, 295208 bytes
       Driver: C:\WINDOWS\system32\drivers\ha20x2k.sys, 5.12.0001.1241 (English), 4/10/2007 04:40:58, 2050344 bytes
       Driver: C:\WINDOWS\system32\drivers\pfmodnt.sys, 3.00.0000.0012 (English), 4/10/2007 04:43:06, 16680 bytes
       Driver: C:\WINDOWS\system32\ctdlang.dat, 4/9/2007 12:24:30, 325821 bytes
       Driver: C:\WINDOWS\system32\ctdnlstr.dat, 4/9/2007 12:24:30, 46273 bytes
       Driver: C:\WINDOWS\system32\ctstatic.dat, 4/9/2007 12:19:20, 313207 bytes
       Driver: C:\WINDOWS\system32\ctdaught.dat, 4/9/2007 12:19:20, 53932 bytes
       Driver: C:\WINDOWS\system32\ctzapxx.ini, 4/9/2007 12:55:14, 54 bytes
       Driver: C:\WINDOWS\system32\instwdm.ini, 4/9/2007 12:55:14, 97785 bytes
       Driver: C:\WINDOWS\system32\kill.ini, 10/2/2006 09:25:18, 307 bytes
       Driver: C:\WINDOWS\system32\CT1MGM.ROM, 2/25/2000 04:49:36, 1048576 bytes
       Driver: C:\WINDOWS\system32\CT2MGM.SF2, 9/22/1999 15:18:38, 2167684 bytes
       Driver: C:\WINDOWS\system32\default4.sfm, 1/3/2002 07:44:16, 59 bytes
       Driver: C:\WINDOWS\system32\default8.sfm, 1/3/2002 07:44:16, 59 bytes
       Driver: C:\WINDOWS\system32\default.sfm, 1/3/2002 07:44:16, 59 bytes
       Driver: C:\WINDOWS\Temp\ctpxinst.exe, 1.01.0000.0058 (English), , 0 bytes
       Driver: C:\WINDOWS\Temp\cttele.dll, 1.00.0002.0000 (English), , 0 bytes
       Driver: C:\WINDOWS\system32\COMMONFX.DLL, 6.00.0001.1241 (English), 4/12/2007 08:10:28, 151296 bytes
       Driver: C:\WINDOWS\system32\CTAUDFX.DLL, 6.00.0001.1241 (English), 4/10/2007 04:11:46, 700200 bytes
       Driver: C:\WINDOWS\system32\CTSBLFX.DLL, 6.00.0001.1241 (English), 4/10/2007 04:12:22, 681256 bytes
       Driver: C:\WINDOWS\system32\CTEAPSFX.DLL, 6.00.0001.1241 (English), 4/10/2007 04:13:08, 219432 bytes
       Driver: C:\WINDOWS\system32\CTEDSPFX.DLL, 6.00.0001.1241 (English), 4/10/2007 04:13:38, 321832 bytes
       Driver: C:\WINDOWS\system32\CTERFXFX.DLL, 6.00.0001.1241 (English), 4/10/2007 04:14:28, 142120 bytes
       Driver: C:\WINDOWS\system32\CTEDSPIO.DLL, 6.00.0001.1241 (English), 4/10/2007 04:15:10, 190248 bytes
       Driver: C:\WINDOWS\system32\CTEDSPSY.DLL, 6.00.0001.1241 (English), 4/10/2007 04:15:44, 363304 bytes
       Driver: C:\WINDOWS\system32\CTEXFIFX.DLL, 6.00.0001.1241 (English), 4/10/2007 04:16:20, 1571112 bytes
       Driver: C:\WINDOWS\system32\CT20XUT.DLL, 6.00.0001.1241 (English), 4/10/2007 04:17:00, 252712 bytes
       Driver: C:\WINDOWS\system32\CTHWIUT.DLL, 6.00.0001.1241 (English), 4/10/2007 04:17:22, 123688 bytes
       Driver: C:\WINDOWS\system32\regplib.exe, 4/9/2007 13:08:12, 68608 bytes
       Driver: C:\WINDOWS\system32\ctedasio.dll, 6.00.0001.1241 (English), 4/9/2007 13:08:30, 68096 bytes
       Driver: C:\WINDOWS\SysWOW64\sfman32.dll, 6.00.0001.1241 (English), 4/9/2007 12:21:48, 22528 bytes
       Driver: C:\WINDOWS\SysWOW64\sfms32.dll, 6.00.0001.1241 (English), 4/9/2007 12:21:48, 133632 bytes
       Driver: C:\WINDOWS\system32\data\CT0060W.DAT, 4/9/2007 12:19:28, 235142 bytes
       Driver: C:\WINDOWS\system32\data\ctd20x.dat, 4/9/2007 12:19:20, 26783 bytes
       Driver: C:\WINDOWS\system32\data\CTEAPSW.DAT, 4/9/2007 12:19:36, 201502 bytes
       Driver: C:\WINDOWS\system32\data\CTEDSP2W.DAT, 4/9/2007 12:19:58, 374041 bytes
       Driver: C:\WINDOWS\system32\data\CTEDSPHW.DAT, 4/9/2007 12:20:00, 348425 bytes
       Driver: C:\WINDOWS\system32\data\CTEDSPKW.DAT, 4/9/2007 12:19:58, 294775 bytes
       Driver: C:\WINDOWS\system32\data\CTEDSPLW.DAT, 4/9/2007 12:19:58, 294775 bytes
       Driver: C:\WINDOWS\system32\data\CTEDSPPW.DAT, 4/9/2007 12:20:00, 330665 bytes
       Driver: C:\WINDOWS\system32\data\CTEDSPTW.DAT, 4/9/2007 12:20:00, 270927 bytes
       Driver: C:\WINDOWS\system32\data\CTEDSPUW.DAT, 4/9/2007 12:20:00, 270927 bytes
       Driver: C:\WINDOWS\system32\data\CTEDSPW.DAT, 4/9/2007 12:19:50, 374041 bytes
       Driver: C:\WINDOWS\system32\data\CTP017AW.DAT, 4/9/2007 12:19:32, 235142 bytes
       Driver: C:\WINDOWS\system32\data\CTP017BW.DAT, 4/9/2007 12:19:34, 235142 bytes
       Driver: C:\WINDOWS\system32\data\CTP017CW.DAT, 4/9/2007 12:19:34, 235142 bytes
       Driver: C:\WINDOWS\system32\data\CTP017DW.DAT, 4/9/2007 12:19:34, 235142 bytes
       Driver: C:\WINDOWS\system32\data\CTP017EW.DAT, 4/9/2007 12:19:34, 235142 bytes
       Driver: C:\WINDOWS\system32\data\CTP017FW.DAT, 4/9/2007 12:19:34, 235142 bytes
       Driver: C:\WINDOWS\system32\data\CTP017GW.DAT, 4/9/2007 12:19:36, 235142 bytes
       Driver: C:\WINDOWS\system32\data\CTP017HW.DAT, 4/9/2007 12:19:36, 235142 bytes
       Driver: C:\WINDOWS\system32\data\CTP046AW.DAT, 4/9/2007 12:21:30, 263802 bytes
       Driver: C:\WINDOWS\system32\data\CTP046BW.DAT, 4/9/2007 12:21:30, 263802 bytes
       Driver: C:\WINDOWS\system32\data\CTP046CW.DAT, 4/9/2007 12:21:30, 263802 bytes
       Driver: C:\WINDOWS\system32\data\CTP055AW.DAT, 4/9/2007 12:21:32, 264060 bytes
       Driver: C:\WINDOWS\system32\data\CTP0060W.DAT, 4/9/2007 12:19:28, 235259 bytes
       Driver: C:\WINDOWS\system32\data\CTP0061W.DAT, 4/9/2007 12:19:30, 235259 bytes
       Driver: C:\WINDOWS\system32\data\CTP0070W.DAT, 4/9/2007 12:19:38, 289409 bytes
       Driver: C:\WINDOWS\system32\data\CTP073AW.DAT, 4/9/2007 12:21:32, 265966 bytes
       Driver: C:\WINDOWS\system32\data\CTP0073W.DAT, 4/9/2007 12:19:38, 289409 bytes
       Driver: C:\WINDOWS\system32\data\CTP0090W.DAT, 4/9/2007 12:19:38, 276738 bytes
       Driver: C:\WINDOWS\system32\data\CTP0091W.DAT, 4/9/2007 12:19:42, 275169 bytes
       Driver: C:\WINDOWS\system32\data\CTP0092W.DAT, 4/9/2007 12:19:40, 276738 bytes
       Driver: C:\WINDOWS\system32\data\CTP0095W.DAT, 4/9/2007 12:19:44, 274587 bytes
       Driver: C:\WINDOWS\system32\data\CTP0100W.DAT, 4/9/2007 12:19:28, 235259 bytes
       Driver: C:\WINDOWS\system32\data\CTP0101W.DAT, 4/9/2007 12:19:30, 235259 bytes
       Driver: C:\WINDOWS\system32\data\CTP0102W.DAT, 4/9/2007 12:19:30, 235259 bytes
       Driver: C:\WINDOWS\system32\data\CTP0103W.DAT, 4/9/2007 12:19:32, 235259 bytes
       Driver: C:\WINDOWS\system32\data\CTP0105W.DAT, 4/9/2007 12:19:32, 235259 bytes
       Driver: C:\WINDOWS\system32\data\CTP0150W.DAT, 4/9/2007 12:19:26, 232158 bytes
       Driver: C:\WINDOWS\system32\data\CTP0161W.DAT, 4/9/2007 12:19:40, 275427 bytes
       Driver: C:\WINDOWS\system32\data\CTP0162W.DAT, 4/9/2007 12:19:40, 276738 bytes
       Driver: C:\WINDOWS\system32\data\CTP0170W.DAT, 4/9/2007 12:19:32, 235259 bytes
       Driver: C:\WINDOWS\system32\data\CTP0191W.DAT, 4/9/2007 12:19:40, 275169 bytes
       Driver: C:\WINDOWS\system32\data\CTP0192W.DAT, 4/9/2007 12:19:40, 276738 bytes
       Driver: C:\WINDOWS\system32\data\CTP0221W.DAT, 4/9/2007 12:19:30, 236189 bytes
       Driver: C:\WINDOWS\system32\data\CTP0222W.DAT, 4/9/2007 12:19:30, 236189 bytes
       Driver: C:\WINDOWS\system32\data\CTP0230W.DAT, 4/9/2007 12:19:42, 277159 bytes
       Driver: C:\WINDOWS\system32\data\CTP0231W.DAT, 4/9/2007 12:19:42, 275816 bytes
       Driver: C:\WINDOWS\system32\data\CTP0232W.DAT, 4/9/2007 12:19:42, 277159 bytes
       Driver: C:\WINDOWS\system32\data\CTP0238W.DAT, 4/9/2007 12:19:42, 275517 bytes
       Driver: C:\WINDOWS\system32\data\CTP0240W.DAT, 4/9/2007 12:19:44, 319070 bytes
       Driver: C:\WINDOWS\system32\data\CTP0242W.DAT, 4/9/2007 12:19:46, 319730 bytes
       Driver: C:\WINDOWS\system32\data\CTP0243W.DAT, 4/9/2007 12:19:46, 318800 bytes
       Driver: C:\WINDOWS\system32\data\CTP0244W.DAT, 4/9/2007 12:19:46, 319730 bytes
       Driver: C:\WINDOWS\system32\data\CTP0245W.DAT, 4/9/2007 12:19:46, 318254 bytes
       Driver: C:\WINDOWS\system32\data\CTP0246W.DAT, 4/9/2007 12:19:48, 319730 bytes
       Driver: C:\WINDOWS\system32\data\CTP0249W.DAT, 4/9/2007 12:19:48, 318341 bytes
       Driver: C:\WINDOWS\system32\data\CTP0280W.DAT, 4/9/2007 12:19:48, 318254 bytes
       Driver: C:\WINDOWS\system32\data\CTP0320W.DAT, 4/9/2007 12:19:50, 318254 bytes
       Driver: C:\WINDOWS\system32\data\CTP0350W.DAT, 4/9/2007 12:19:50, 323640 bytes
       Driver: C:\WINDOWS\system32\data\CTP0352W.DAT, 4/9/2007 12:19:50, 321529 bytes
       Driver: C:\WINDOWS\system32\data\CTP0355W.DAT, 4/9/2007 12:19:54, 322194 bytes
       Driver: C:\WINDOWS\system32\data\CTP0358W.DAT, 4/9/2007 12:19:52, 321552 bytes
       Driver: C:\WINDOWS\system32\data\CTP0359W.DAT, 4/9/2007 12:19:52, 320622 bytes
       Driver: C:\WINDOWS\system32\data\CTP0360W.DAT, 4/9/2007 12:19:52, 320076 bytes
       Driver: C:\WINDOWS\system32\data\CTP0380W.DAT, 4/9/2007 12:19:54, 320076 bytes
       Driver: C:\WINDOWS\system32\data\CTP0400W.DAT, 4/9/2007 12:19:56, 319757 bytes
       Driver: C:\WINDOWS\system32\data\CTP0460W.DAT, 4/9/2007 12:21:28, 264130 bytes
       Driver: C:\WINDOWS\system32\data\CTP0462W.DAT, 4/9/2007 12:21:32, 264130 bytes
       Driver: C:\WINDOWS\system32\data\CTP0463W.DAT, 4/9/2007 12:21:28, 264060 bytes
       Driver: C:\WINDOWS\system32\data\CTP0464W.DAT, 4/9/2007 12:21:30, 264130 bytes
       Driver: C:\WINDOWS\system32\data\CTP0465W.DAT, 4/9/2007 12:21:30, 264130 bytes
       Driver: C:\WINDOWS\system32\data\CTP0466W.DAT, 4/9/2007 12:21:28, 264130 bytes
       Driver: C:\WINDOWS\system32\data\CTP0468W.DAT, 4/9/2007 12:21:30, 264130 bytes
       Driver: C:\WINDOWS\system32\data\CTP0469W.DAT, 4/9/2007 12:21:30, 264130 bytes
       Driver: C:\WINDOWS\system32\data\CTP0530L.DAT, 4/9/2007 12:20:44, 232116 bytes
       Driver: C:\WINDOWS\system32\data\CTP0530W.DAT, 4/9/2007 12:20:02, 321377 bytes
       Driver: C:\WINDOWS\system32\data\CTP0531L.DAT, 4/9/2007 12:21:28, 232116 bytes
       Driver: C:\WINDOWS\system32\data\CTP0531W.DAT, 4/9/2007 12:20:46, 321377 bytes
       Driver: C:\WINDOWS\system32\data\CTP0550W.DAT, 4/9/2007 12:21:28, 264388 bytes
       Driver: C:\WINDOWS\system32\data\CTP0600W.DAT, 4/9/2007 12:19:56, 319757 bytes
       Driver: C:\WINDOWS\system32\data\CTP0610W.DAT, 4/9/2007 12:19:56, 319757 bytes
       Driver: C:\WINDOWS\system32\data\CTP0669W.DAT, 4/9/2007 12:19:58, 319757 bytes
       Driver: C:\WINDOWS\system32\data\CTP0678W.DAT, 4/9/2007 12:21:32, 345761 bytes
       Driver: C:\WINDOWS\system32\data\CTP0679W.DAT, 4/9/2007 12:21:28, 345761 bytes
       Driver: C:\WINDOWS\system32\data\CTP0730W.DAT, 4/9/2007 12:21:30, 265966 bytes
       Driver: C:\WINDOWS\system32\data\CTP0760W.DAT, 4/9/2007 12:21:30, 263543 bytes
       Driver: C:\WINDOWS\system32\data\CTP0773W.DAT, 4/9/2007 12:21:32, 269402 bytes
       Driver: C:\WINDOWS\system32\data\CTP0930W.DAT, 4/9/2007 12:21:32, 268778 bytes
       Driver: C:\WINDOWS\system32\data\CTP1140W.DAT, 4/9/2007 12:19:22, 233684 bytes
       Driver: C:\WINDOWS\system32\data\CTP4620W.DAT, 4/9/2007 12:19:20, 233024 bytes
       Driver: C:\WINDOWS\system32\data\CTP4670W.DAT, 4/9/2007 12:19:22, 233024 bytes
       Driver: C:\WINDOWS\system32\data\CTP4760W.DAT, 4/9/2007 12:19:22, 233024 bytes
       Driver: C:\WINDOWS\system32\data\CTP4780W.DAT, 4/9/2007 12:19:24, 233024 bytes
       Driver: C:\WINDOWS\system32\data\CTP4790W.DAT, 4/9/2007 12:19:26, 232158 bytes
       Driver: C:\WINDOWS\system32\data\CTP4820W.DAT, 4/9/2007 12:19:38, 267599 bytes
       Driver: C:\WINDOWS\system32\data\CTP4830W.DAT, 4/9/2007 12:19:24, 233024 bytes
       Driver: C:\WINDOWS\system32\data\CTP4831W.DAT, 4/9/2007 12:19:24, 233024 bytes
       Driver: C:\WINDOWS\system32\data\CTP4832W.DAT, 4/9/2007 12:19:26, 233024 bytes
       Driver: C:\WINDOWS\system32\data\CTP4840W.DAT, 4/9/2007 12:19:26, 232158 bytes
       Driver: C:\WINDOWS\system32\data\CTP4850W.DAT, 4/9/2007 12:19:22, 233024 bytes
       Driver: C:\WINDOWS\system32\data\CTP4870W.DAT, 4/9/2007 12:19:22, 233024 bytes
       Driver: C:\WINDOWS\system32\data\CTP4871W.DAT, 4/9/2007 12:19:24, 233024 bytes
       Driver: C:\WINDOWS\system32\data\CTP4872W.DAT, 4/9/2007 12:19:24, 233024 bytes
       Driver: C:\WINDOWS\system32\data\CTP4875W.DAT, 4/9/2007 12:19:24, 233024 bytes
       Driver: C:\WINDOWS\system32\data\CTP4890W.DAT, 4/9/2007 12:19:26, 232158 bytes
       Driver: C:\WINDOWS\system32\data\CTP4891W.DAT, 4/9/2007 12:19:28, 232158 bytes
       Driver: C:\WINDOWS\system32\data\CTP4893W.DAT, 4/9/2007 12:19:28, 232158 bytes
       Driver: C:\WINDOWS\system32\data\CTPDXW.DAT, 4/9/2007 12:19:30, 235142 bytes
       Driver: C:\WINDOWS\system32\data\CTPM002W.DAT, 4/9/2007 12:19:22, 233684 bytes
       Driver: C:\WINDOWS\system32\data\cts20x.dat, 4/9/2007 12:19:20, 2091 bytes
       Driver: C:\WINDOWS\system32\data\CTXFIGM.RFX, 7/28/2006 02:31:44, 41320 bytes
       Driver: C:\WINDOWS\system32\data\CTXFIEM.RFX, 7/28/2006 02:31:42, 41788 bytes
       Driver: C:\WINDOWS\system32\data\CTXFICM.RFX, 7/28/2006 02:31:40, 41624 bytes
       Driver: C:\WINDOWS\system32\data\CTXFICBM.RFX, 6/22/2005 22:58:50, 7352 bytes
       Driver: C:\WINDOWS\system32\ctbas2w.dat, 4/9/2007 12:21:28, 149838 bytes
       Driver: C:\WINDOWS\system32\ctsbas2w.dat, 4/9/2007 12:19:44, 274587 bytes
       Driver: C:\WINDOWS\system32\SBAudigy.ico, 8/17/2001 04:42:28, 7406 bytes
       Driver: C:\WINDOWS\system32\Audigy.bmp, 11/13/2001 01:48:20, 1912 bytes
       Driver: C:\WINDOWS\system32\ctcoinst.dll, 3.09.0002.0039 (English), 4/9/2007 13:19:58, 73728 bytes
       Driver: C:\WINDOWS\system32\ctdvinst.dll, 0.05.0009.0039 (English), 4/9/2007 13:19:58, 194048 bytes
       Driver: C:\WINDOWS\system32\ctsfinst.dll, 1.00.0000.0005 (English), 6/30/2005 07:24:14, 121856 bytes
       Driver: C:\WINDOWS\system32\CTAPO64.dll, 1.00.0000.0151 (English), 4/9/2007 11:27:16, 535040 bytes
       Driver: C:\WINDOWS\system32\ctppld.dll, 1.00.0000.0151 (English), 4/9/2007 11:27:36, 55296 bytes
       Driver: C:\WINDOWS\SysWOW64\ctdlang.dat, 4/9/2007 12:24:30, 325821 bytes
       Driver: C:\WINDOWS\SysWOW64\ctdnlstr.dat, 4/9/2007 12:24:30, 46273 bytes
       Driver: C:\WINDOWS\SysWOW64\ctstatic.dat, 4/9/2007 12:19:20, 313207 bytes
       Driver: C:\WINDOWS\SysWOW64\ctdaught.dat, 4/9/2007 12:19:20, 53932 bytes
       Driver: C:\WINDOWS\SysWOW64\ctzapxx.ini, 4/9/2007 12:55:14, 54 bytes
       Driver: C:\WINDOWS\SysWOW64\instwdm.ini, 4/9/2007 12:55:14, 97785 bytes
       Driver: C:\WINDOWS\SysWOW64\kill.ini, 10/2/2006 09:25:18, 307 bytes
       Driver: C:\WINDOWS\SysWOW64\CT1MGM.ROM, 2/25/2000 04:49:36, 1048576 bytes
       Driver: C:\WINDOWS\SysWOW64\CT2MGM.SF2, 9/22/1999 15:18:38, 2167684 bytes
       Driver: C:\WINDOWS\SysWOW64\default4.sfm, 1/3/2002 07:44:16, 59 bytes
       Driver: C:\WINDOWS\SysWOW64\default8.sfm, 1/3/2002 07:44:16, 59 bytes
       Driver: C:\WINDOWS\SysWOW64\default.sfm, 1/3/2002 07:44:16, 59 bytes
       Driver: C:\WINDOWS\SysWOW64\a3d.dll, 80.00.0000.0003 (English), 4/9/2007 12:32:58, 34816 bytes
       Driver: C:\WINDOWS\SysWOW64\ac3api.dll, 6.00.0001.1242 (English), 4/9/2007 12:32:46, 27648 bytes
       Driver: C:\WINDOWS\SysWOW64\ctosuser.dll, 6.00.0001.1241 (English), 4/9/2007 12:21:50, 137728 bytes
       Driver: C:\WINDOWS\SysWOW64\ctemupia.dll, 6.00.0001.1241 (English), 4/9/2007 12:24:06, 110080 bytes
       Driver: C:\WINDOWS\SysWOW64\piaproxy.dll, 6.00.0001.1241 (English), 4/9/2007 12:21:44, 91136 bytes
       Driver: C:\WINDOWS\SysWOW64\ctdproxy.dll, 6.00.0001.1241 (English), 4/9/2007 12:22:02, 82944 bytes
       Driver: C:\WINDOWS\SysWOW64\ctagent.dll, 6.00.0001.1241 (English), 4/9/2007 12:32:30, 8704 bytes
       Driver: C:\WINDOWS\SysWOW64\ctasio.dll, 6.00.0001.1241 (English), 4/9/2007 12:22:02, 80896 bytes
       Driver: C:\WINDOWS\SysWOW64\ctedasio.dll, 6.00.0001.1241 (English), 4/9/2007 13:08:30, 68096 bytes
       Driver: C:\WINDOWS\SysWOW64\ct_oal.dll, 6.00.0001.1241 (English), 4/9/2007 12:22:04, 205312 bytes
       Driver: C:\WINDOWS\SysWOW64\OALInst.exe, 1.09.0009.0000 (English), 11/23/2006 00:55:48, 782336 bytes
       Driver: C:\WINDOWS\SysWOW64\ctpxinst.exe, 1.01.0000.0058 (English), 11/14/2006 09:01:30, 58104 bytes
       Driver: C:\WINDOWS\SysWOW64\AddCat.exe, 0.00.0000.0001 (English), 4/9/2007 11:25:36, 48400 bytes
       Driver: C:\WINDOWS\SysWOW64\CTAPO64.UDA, 4/10/2007 06:12:20, 8537 bytes
       Driver: C:\WINDOWS\SysWOW64\APOMgrH.dll, 1.00.0020.0001 (English), 4/12/2007 08:10:28, 105728 bytes
       Driver: C:\WINDOWS\SysWOW64\CTAPO32.dll, 1.00.0000.0151 (English), 4/9/2007 11:25:04, 444928 bytes
       Driver: C:\WINDOWS\SysWOW64\ctthxcal.dll, 6.00.0001.1241 (English), 4/9/2007 12:32:24, 69632 bytes
       Driver: C:\WINDOWS\SysWOW64\CTxfiBtn.dll, 6.00.0001.1241 (English), 4/9/2007 12:32:34, 35840 bytes
       Driver: C:\WINDOWS\SysWOW64\CTxfiSpk.dll, 6.00.0001.1241 (English), 4/9/2007 12:32:34, 46592 bytes
       Driver: C:\WINDOWS\SysWOW64\Ct20xspi.dll, 6.00.0001.1242 (English), 4/9/2007 12:29:30, 10752 bytes
       Driver: C:\WINDOWS\SysWOW64\CTxfispi.exe, 6.00.0001.1242 (English), 4/9/2007 12:29:28, 934400 bytes
       Driver: C:\WINDOWS\SysWOW64\Ctxfihlp.exe, 6.00.0001.1241 (English), 4/9/2007 12:32:32, 19968 bytes
       Driver: C:\WINDOWS\SysWOW64\Ctxfireg.exe, 6.00.0001.1242 (English), 4/9/2007 12:29:30, 43520 bytes
       Driver: C:\WINDOWS\SysWOW64\devreg.dll, 6.00.0001.1242 (English), 4/9/2007 12:19:02, 48640 bytes
       Driver: C:\WINDOWS\SysWOW64\eaxac3.dll, 1.01.0002.0000 (English), 7/11/2001 02:51:00, 77824 bytes
       Driver: C:\WINDOWS\SysWOW64\killapps.exe, 1.00.0000.0001 (English), 4/9/2007 12:19:16, 10240 bytes
       Driver: C:\WINDOWS\SysWOW64\ctpres.dll, 6.00.0001.1241 (English), 4/9/2007 12:32:24, 9216 bytes
       Driver: C:\WINDOWS\SysWOW64\inres.dll, 1.00.0009.0000 (English), 4/9/2007 12:33:38, 11776 bytes
       Driver: C:\WINDOWS\SysWOW64\ctdcres.dll, 6.00.0001.1241 (English), 4/9/2007 12:32:20, 10240 bytes
       Driver: C:\WINDOWS\SysWOW64\enlocstr.exe, 4/9/2007 12:19:18, 5120 bytes
       Driver: C:\WINDOWS\SysWOW64\psconv.exe, 4/9/2007 12:32:32, 37888 bytes
       Driver: C:\WINDOWS\SysWOW64\readreg.exe, 6.00.0001.1241 (English), 4/9/2007 12:32:36, 38400 bytes
       Driver: C:\WINDOWS\SysWOW64\ctmmep.dll, 6.00.0001.1241 (English), 4/9/2007 12:32:28, 12800 bytes
       Driver: C:\WINDOWS\SysWOW64\ctmmactl.dll, 1.00.0001.0122 (English), 6/16/2005 10:17:16, 71680 bytes
       Driver: C:\WINDOWS\SysWOW64\CTpcmcia.dll, 6.00.0001.1241 (English), 4/9/2007 12:32:30, 56832 bytes
       Driver: C:\WINDOWS\SysWOW64\CTBurst.dll, 1.00.0000.0024 (English), 4/9/2007 12:33:50, 43520 bytes
       Driver: C:\WINDOWS\SysWOW64\ctscal.dll, 6.00.0001.1241 (English), 4/9/2007 12:32:22, 78336 bytes
       Driver: C:\WINDOWS\SysWOW64\ctspkhlp.dll, 6.00.0001.1241 (English), 4/9/2007 12:32:30, 45568 bytes
       Driver: C:\WINDOWS\SysWOW64\ctdc0000.dll, 6.00.0001.1241 (English), 4/9/2007 12:32:20, 227840 bytes
       Driver: C:\WINDOWS\SysWOW64\ctdc0001.dll, 6.00.0001.1241 (English), 4/9/2007 12:32:22, 335872 bytes
       Driver: C:\WINDOWS\SysWOW64\ctdcifce.dll, 6.00.0001.1241 (English), 4/9/2007 12:32:22, 131072 bytes
       Driver: C:\WINDOWS\SysWOW64\CtHelper.exe, 6.00.0001.1241 (English), 4/9/2007 12:32:32, 19456 bytes
       Driver: C:\WINDOWS\SysWOW64\data\CTXFIGM.RFX, 7/28/2006 02:31:44, 41320 bytes
       Driver: C:\WINDOWS\SysWOW64\data\CTXFIEM.RFX, 7/28/2006 02:31:42, 41788 bytes
       Driver: C:\WINDOWS\SysWOW64\data\CTXFICM.RFX, 7/28/2006 02:31:40, 41624 bytes
       Driver: C:\WINDOWS\SysWOW64\data\CTXFICBM.RFX, 6/22/2005 22:58:50, 7352 bytes
       Driver: C:\WINDOWS\CTDVAUDY.CDF, 1/3/2005 04:18:12, 4958588 bytes
       Driver: C:\WINDOWS\CTDV10K1.CDF, 6/25/2004 02:47:10, 3377466 bytes
       Driver: C:\WINDOWS\CTDV10K2.CDF, 11/15/2001 07:25:52, 3735544 bytes
       Driver: C:\WINDOWS\system32\drivers\drmk.sys, 6.03.9600.16384 (English), 8/22/2013 05:39:24, 88576 bytes
       Driver: C:\WINDOWS\system32\drivers\portcls.sys, 6.03.9600.16384 (English), 8/22/2013 05:37:34, 271872 bytes
       Driver: C:\WINDOWS\system32\WMALFXGFXDSP.dll, 6.03.9600.16384 (English), 8/22/2013 06:40:32, 1793296 bytes
       Driver: C:\WINDOWS\system32\SysFxUI.dll, 6.03.9600.16384 (English), 8/22/2013 04:58:48, 372736 bytes
         Name: Intel(R) 82801 PCI Bridge - 244E
    Device ID: PCI\VEN_8086&DEV_244E&SUBSYS_84CA1043&REV_A4\3&11583659&0&F0
       Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:32, 285536 bytes
         Name: Intel(R) 7 Series/C216 Chipset Family SMBus Host Controller - 1E22
    Device ID: PCI\VEN_8086&DEV_1E22&SUBSYS_84CA1043&REV_04\3&11583659&0&FB
       Driver: n/a
         Name: Standard Dual Channel PCI IDE Controller
    Device ID: PCI\VEN_8086&DEV_1E08&SUBSYS_84CA1043&REV_04\3&11583659&0&FD
       Driver: C:\WINDOWS\system32\DRIVERS\pciide.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:31, 14688 bytes
       Driver: C:\WINDOWS\system32\DRIVERS\pciidex.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:32, 48992 bytes
       Driver: C:\WINDOWS\system32\DRIVERS\atapi.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:41, 26464 bytes
       Driver: C:\WINDOWS\system32\DRIVERS\ataport.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:41, 199520 bytes
         Name: Intel(R) 7 Series/C216 Chipset Family PCI Express Root Port 1 - 1E10
    Device ID: PCI\VEN_8086&DEV_1E10&SUBSYS_84CA1043&REV_C4\3&11583659&0&E0
       Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:32, 285536 bytes
         Name: Standard Dual Channel PCI IDE Controller
    Device ID: PCI\VEN_8086&DEV_1E00&SUBSYS_84CA1043&REV_04\3&11583659&0&FA
       Driver: C:\WINDOWS\system32\DRIVERS\pciide.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:31, 14688 bytes
       Driver: C:\WINDOWS\system32\DRIVERS\pciidex.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:32, 48992 bytes
       Driver: C:\WINDOWS\system32\DRIVERS\atapi.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:41, 26464 bytes
       Driver: C:\WINDOWS\system32\DRIVERS\ataport.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:41, 199520 bytes
         Name: Intel(R) Management Engine Interface
    Device ID: PCI\VEN_8086&DEV_1E3A&SUBSYS_84CA1043&REV_04\3&11583659&0&B0
       Driver: C:\WINDOWS\system32\DRIVERS\HECIx64.sys, 9.00.0000.1287 (English), 1/11/2013 18:02:34, 64624 bytes
         Name: Intel(R) USB 3.0 eXtensible Host Controller - 0100 (Microsoft)
    Device ID: PCI\VEN_8086&DEV_1E31&SUBSYS_84CA1043&REV_04\3&11583659&0&A0
       Driver: C:\WINDOWS\system32\DRIVERS\UCX01000.SYS, 6.03.9600.16384 (English), 8/22/2013 06:43:33, 189792 bytes
       Driver: C:\WINDOWS\system32\DRIVERS\USBXHCI.SYS, 6.03.9600.16384 (English), 8/22/2013 06:43:34, 325472 bytes
         Name: PCI Input Device
    Device ID: PCI\VEN_1102&DEV_7003&SUBSYS_00401102&REV_04\4&2BB3940&0&09F0
       Driver: n/a
         Name: Intel(R) 7 Series/C216 Chipset Family PCI Express Root Port 6 - 1E1A
    Device ID: PCI\VEN_8086&DEV_1E1A&SUBSYS_84CA1043&REV_C4\3&11583659&0&E5
       Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:32, 285536 bytes
         Name: Xeon(R) processor E3-1200 v2/3rd Gen Core processor DRAM Controller - 0150
    Device ID: PCI\VEN_8086&DEV_0150&SUBSYS_84CA1043&REV_09\3&11583659&0&00
       Driver: n/a
         Name: Intel(R) 7 Series/C216 Chipset Family USB Enhanced Host Controller - 1E26
    Device ID: PCI\VEN_8086&DEV_1E26&SUBSYS_84CA1043&REV_04\3&11583659&0&E8
       Driver: C:\WINDOWS\system32\drivers\usbehci.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:33, 89952 bytes
       Driver: C:\WINDOWS\system32\drivers\usbport.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:34, 439136 bytes
       Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:34, 422240 bytes
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_8086&DEV_1E20&SUBSYS_84151043&REV_04\3&11583659&0&D8
       Driver: C:\WINDOWS\system32\DRIVERS\hdaudbus.sys, 6.03.9600.16384 (English), 8/22/2013 05:38:38, 78336 bytes
         Name: Realtek PCIe GBE Family Controller
    Device ID: PCI\VEN_10EC&DEV_8168&SUBSYS_85051043&REV_09\4&21A1C3AE&0&00E5
       Driver: C:\WINDOWS\system32\DRIVERS\Rt630x64.sys, 8.01.0510.2013 (English), 6/18/2013 08:46:17, 591360 bytes
         Name: Intel(R) 7 Series/C216 Chipset Family USB Enhanced Host Controller - 1E2D
    Device ID: PCI\VEN_8086&DEV_1E2D&SUBSYS_84CA1043&REV_04\3&11583659&0&D0
       Driver: C:\WINDOWS\system32\drivers\usbehci.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:33, 89952 bytes
       Driver: C:\WINDOWS\system32\drivers\usbport.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:34, 439136 bytes
       Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:34, 422240 bytes
         Name: Intel(R) B75 Express Chipset LPC Controller - 1E49
    Device ID: PCI\VEN_8086&DEV_1E49&SUBSYS_84CA1043&REV_04\3&11583659&0&F8
       Driver: C:\WINDOWS\system32\DRIVERS\msisadrv.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:49, 17248 bytes
         Name: High Definition Audio Bus
    Device ID: PCI\VEN_1002&DEV_AAB0&SUBSYS_AAB01458&REV_00\4&BAB4994&0&0108
       Driver: C:\WINDOWS\system32\DRIV

    So looking further into things, it seemed to have started happening since I installed Steam. While steams loader was active in the background it would cause the flash audio to drop out. I don't know any reason why it would cause this, but have just disabled steam from starting up at all. Any insight on why these two programs would clash and cause audio issues would be greatly appreciated.
    Thanks,
    Rob

  • PCI-7344 not found in MAX 3.1.1 after installing NI-Motion 7.0

    Hi,
    I updated my PCI-7344 + LabView 7.0 system with the newest NI-Motion 7.0. After the update the card was not anymore detected in MAX. There was a "broken" device PCI-7344 under NI Motion Devices, which status said something like "This device has been removed or could not be detected" and the Reset command said something like "Could not communicate with the device. Power cycle the computer..". I removed the device from the "Devices and interfaces" list and since that, MAX hasn't had a clue about the card. I've tried the "Create new.." function, but it doesn't show any NI Motion Devices or PCI-7344 anywhere else. I've also tried the Tools/Install legacy driver support, but MAX only notifies that the updates are OK. I've also tried removing the physical device, starting the computer and MAX, reinstalling the device and restarting MAX, but nothing changes. The device is recognised by BIOS as "Unknown device"; in Windows 2000 Pro, the device is well recognised as National Instruments PCI-7344.
    One thing that could cause the problem is that I also have LabView 6i installed on the system, although I'm not currently using it for any purpose. Anyway, this seems to prevent the MAX from detecting the correct updates needed when using the "National Instruments Product Updates.." from Tools menu. Perhaps I need some driver software to correct this problem?
    I also tried to uninstall the NI-Motion 7.0 and to install the NI-Motion 6.1.5, but after this, the MAX did not work correctly. For example, none of the branches in the configuration tree would expand and the MAX locked up when trying to use the Create New.. / NI Motion Device. Is there a way to uninstall the NI-Motion 7.0 and to replace it with NI-Motion 6.1.5 without removing all NI software from the system?
    Before the update, with NI-Motion 6.1.5, the PCI-7344 card was correctly found in MAX and well usable in LabView 7.0.

    Jouni,
    A valid serial number is any number > 0. If you have multiple boards in you system, they must each have a unique serial number. This would be the case for any board coming out of manufacturing. The board Jochen had probably came from R&D and was a prototype board.
    Your problem with downgrading from NI-Motion 7.0 to NI-Motion 6.1.5 was most likely due to the data stored in the MAX database. When you uninstall NI-Motion, the data in the MAX database remains. The NI-Motion 6.1.5 driver would not have been able to read the data correctly. The easiest way to "clear" this database is to delete the c:\Program Files\National Instruments\MAX\data folder. The only other way is to uninstall MAX, which requires that you uninstall everything. WARNING, Deleting the MAX data folder will delete all MAX settings and set them back to defaults for all NI hardware (uninstalling everything has this same affect, by the way). Downgrading is never as clean as upgrading.
    The firmware on a Motion board can always be downgraded by forcing the download of firmware files. To do this, select the board in MAX under Devices and Interfaces. Click on the Firmware tab at the bottom on the window. Highlight "PCI-73XX Firmware" by clicking on it once. Right click on one of the items in the "Firmware name" column to the right. Select "Download All Files".
    I do not have a good explaination for why NI-Motion 7.0 did not recognize your board. Do you have a second board you can try in the system? If not, could you ask your local sales representative if they have one you borrow for a quick test? Since the board is recognized by Windows 2000 Device Manager, I don't think there is an issue with the board, but it doesn't hurt verify this.
    My best guess is that there was a confict during the installation process and your system did not get all of the required files. Though we do significant installer testing, there are rare occasions when a system is in such a state that the installation process does not function as expected. It is my experience that these rare instances do not occur on clean machines, but on machines that have had multiple products installed and uninstalled. If you do get a chance to try NI-Motion 7.0 again you may want to use these parameters to get the installer to create a log of the installation: "c:\setup.exe l*v c:\log.txt". This assumes that the setup.exe is in the c:\ directory. Go to start>>run and type this in without the quotes. The log file will be named log.txt in the c:\ directory.
    Finally, you can technically use NI-Motion 7.0 in LabVIEW 6. You just need to copy the C:\Program Files\National Instruments\LabVIEW 7.0\vi.lib\Motion folder to the vi.lib folder of LabVIEW 6. Though this is not officially supported, there is no reason it shouldn't work.
    Regards,

Maybe you are looking for

  • RemoveAtt by column in Tabular Form

    Hi guys. This is my problem: I have a tabular with "select list" fields. I disable this fields on Load Page if pk is not null, so user can't modify value of this fields. But when I insert new row in tabular form i have an error from MRU (because sele

  • How do I restore my itunes library on my external harddrive after old harddrive died?

    I used to have my entire iTunes library on an external drive. It started to fail so I subscribed to iTunes match and matched/uploaded around 13,000 songs before the drive finally died. I have a new external drive now and would like to download all so

  • How is the field ValStockValue updated in the table S032

    Hi, For a material ValStockValue (S032-WBWBEST) has a negative quantity. The concerned material has standard price control and there is unrestricted stock. Could you please let me know how is this field calculated. Regards Deepak

  • Can't Start Weblogic 11G

    It was working fine then I reboot the server and the weblogic don't start, the error is : ####<Jun 30, 2011 1:19:30 PM BST> <Info> <WebLogicServer> <SPF0014WEB03> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <>

  • My computer was wiped clean and my backup didn't work properly, can I get my purchases back?

    I had a nasty virus and my computer was wiped clean.My backup didn't backup properly so I only have folders, no files   Can I recover any of my itunes that I had purchased? If so how?