PCI to PXI bridge

My PC doesn't start while I'm connecting the MXI-4 to PXI.
What can be the problem?
Guy.

Depending on where your PC hangs, it's likely not a SW problem. With MXI-4 hangs near the BIOS post, it is usually because your host computer is having trouble enumerating the additional PCI bridge and/or devices. This usually shows up as a slow boot, a hang or improperly detected PCI devices.
Another possible problem is that your computer is not providing a 3.3V and 5V rail to the PCI MXI-4 univeral card. The Universal card can do 3.3V or 5V signaling but requires 3.3V and 5V power rails to be present. Do you get both the power and link light when using the computer that is misbehaving?
What computer models are you using? I assume they are different. I would encourage you to try updating your BIOS on the misbehaving computer to see if any improvements to PCI enumeration have been made. Additionally, try contacting the computer manufacturer to ensure they provide both 3.3V and 5V power rails to the PCI slots.
-Adam U.

Similar Messages

  • Missing PCI to Cardbus Bridge driver

    HI, all.
    I just bought a Lenovo T30 on eBay, with WinXp Pro installed.
    The service partition is gone, as nothing happens when I try to invoke system recovery when the IBM screen appears at startup.
    In Device Manager, the PCI to Cardbus Bridge is highlighted with a question mark, and a request for a driver appears every time I start Windows.  I can't find a driver anywhere.
    The system also doesn't detect the mini-PCI wireless card I just installed.  Are the two problems related?
    I tried installing and running System Update, but it stops with an error: "Not enough disk space"
    Could anyone help me solve these problems?
    Thanks.
    Dan

    Yes, sure. I'm trying to use all of five PCI slots, and after slot chnge I,m setting Reset Configuration data in BIOS.
    result is the same in all Card positions. Card is detected, but not working corectly.
    I'm trying to resolve any hardware conflicts by disabling all od internal mothebrord components like IEE1394 Audio, Serial Ata and others - no cahnges, no solutions ....

  • Pci versus pxi versus compactRIO

    Is it true the only advantage to move from a pc platform to PXI or CompactRIO is the deterministic of an acquistion?  Currently am using PCI7332 and read the encoder position and analog input all of which takes about 4ms for each iteration.  If I move to a PXI or compact RIO I don't get any advantages in speed?  I would if only the processor is faster than what I'm currently using?
    Thanks for your time......
    dg

    DG, 
    It will really depend on what you are trying to accomplish with your application. If you are just performing simple contour moves or anything general, then you would probably want to stick with your current set up. Yes, the main advantage is a deterministic acquisition along with other benefits that come with having an embedded system. As far as speed goes, it is generally true that it will come down to the processing speed of your computer for comparison. There won't be a large difference between PCI or PXI, but the cRIO should be the "fastest" of the three. But that term is very relative, and it will mostly come down to what your application is performing. For rugged outdoor environments, specialized I/O configurations, and want to have FPGA programming then the cRIO and Soft Motion would be the better choice. 
    You might find this Developer Zone article to be of some help if you are looking for more detailed information:
    Building an NI Motion Control System
    http://www.ni.com/white-paper/12127/en#toc7
    Huntington W
    National Instruments
    Applications Engineer
    ***Don't forget to give Kudos and Accepted as Solution where it is deserved***

  • MXI-3 to PXI bridge under Windows XP problems

    Hi,
    I have installed a MXI-3 card in my PC's PCI bus, and have it connected to a
    8330 MXI3 card in a PXI1000B crate. Also in this crate are various I/O cards
    (6533, 6713, GPIB etc).
    When I booted the XP machine first time, it detected new hardware and wanted
    to install drivers, but it couldn't find them.
    I ended up ignoring the requestes and installing the MXI-3 optimization
    software - this worked fine, but the PCI device installation wizards
    persisted at every boot-up, and still unable to find any drivers to satisfy
    itself.
    I then installed Labview 6i with MAX 2.0.3.6. MAX detects my crate and
    devices fine. Additionally, when I booted up the installation wizards were
    now able to find device drivers for my 6533 etc. cards
    Now when I boot up, I get no new hardware found, and no wizards pop up.
    Phew.
    BUT.....
    If I look in Control Panel > System > Hardware > Device Manager I see two
    items under "other Hardware" with yellow question marks next to them.
    These are: "other PCI bridge device"
    and "PCI Simple Communications controller".
    Both these failed to install drivers using the wizard. They have the
    details "PCI slot 2, PCI bus2 device 9 function 0" and "PCI slot 2, PCI bus2
    device 12 function 0" respectively.
    I assume these devices are in my PXI crate?
    I have a 8422 GPIB card in PXI slot 5, and a MXI2 8320 card in slot 8. Could
    these be the problem? Should I be worried about them, or just ignore them? -
    I know the GPIB card works fine through labview.
    Thanks in advance,
    Joe

    It sounds like your installation procedure varied from what we normally recommend, but we should be able to fix your system up. Typically, you should install all drivers on your system before linking the PXI chassis and cards up to your PC. In your case, this means installing NI-DAQ, NI-488.2, and NI-VXI before linking the chassis up.
    I would recommend removing your PXI-GPIB card and PXI-MXI-2 card from chassis, and then booting your chassis and PC. Check in Device Manager to see if there are any unknown devices. If these are gone, we have found the correct devices with problems. Install NI-488.2 and NI-VXI, then shut down, install your cards, and boot back up. The two cards should detect properly.
    Here are links to the necessary drivers:
    http://www.ni
    .com/support/gpib/versions.htm
    http://www.ni.com/support/vxi/drivers.htm
    Ryan Tamblin
    Applications Engineer
    National Instruments

  • Detect and employ PCI or PXI chassis

    I'm currently on a project which has historically bee based around a PCI backplane (in a desktop PC) containing a couple of PCI-6229 cards and a PCI-7833R. This forms the core of a testrig of which there are about 25 instances worldwide. In addition, we also support many rigs which are cored around a NI PXI chassis.
    There is a drive to replace the PCs and we have opted for a for smaller footprint unit having fewer PCI slots. These are being equipped with an MXI extender card to a PXI backplane. This means in future, we need only keeps spares in the PXI format. Supporting two sets of backplanes containing near-identical hardware without implementing two near-identical pieces of software does present its problems: The FPGA bitmap build for the PCI version of the card will not open through the reference type for the PXI version of the card. We need to have a PCI and a PXI version of the bitmap. Irritatingly, the source code for these two is identical.
    The first part of the solution is to establish which backplane we're using. This is straightforward. Supplying the VISA Find Resource function with the appropriate search string will identify if any PXI backplanes are connected. (Figure 1.)
    Next, we need to maintain references to both FPGA VIs. Figure 2 illustrates how the FPGA to be used can be opened and proposes a structure in which the references to all available FPGA types (this example actually has four FPGA bitmaps which might be selected). In each of the other cases, the appropriate bitmap is selected in the Open FPGA Reference VI. Further, in each case, the reference is wired to the appropriate component from the cluster. (For calibration records, we also find it necessary to return the serial number of the card, but that portion of this code can be ignored.) Notice that the FPGA_Type component of the cluster is used to control which bitmap loads and which Ref component is used to store its Reference. This is necessary because the reference types are different for each bitmap.
    Having set FPGA_Type, Figure 3 shows how to employ the selected resource. A separate Read/Write Control must be coded for each FPGA type.
    Closing the resource also requires a case for each FPGA type.
    I hope anyone else planning a stepped migration between backplanes can make use of this.

    To program any DAQ card for use in Linux you need to use Register Level Programming. Unfortunately, Register level programming for the counter/timer products based on the NI-TIO ASIC (includes the 660x boards) is not supported.

  • Does anyone know of a compact PCI to PXI card adaptor?

    We wish to place a Compact PCI card into our PXI-1006 chassis. We are using windows 2K.

    Reida,
    No adapter is necessary. You can use any CompactPCI or PXI card in a PXI chassis.
    Regards,
    Greg Caesar

  • MSI GNB MAX and RICOH R5C476II PCI to Cardbus bridge not working! Help

    Why my PCMCIA & CARDBUS Card Reader based on RICOH R5C476II Chipset not
    working on MSI GNB MAX BOARD (with newer bios 2.3)???
    My Card reader is fine and working properly on many ithers motherboards like: ABIT BD7-II based
    on Intel 845E Chipset, or ASUS TUSIM, ASUS TUSL, and ASUS PIIIB-F
    Why ??
    Please help me.

    Yes, sure. I'm trying to use all of five PCI slots, and after slot chnge I,m setting Reset Configuration data in BIOS.
    result is the same in all Card positions. Card is detected, but not working corectly.
    I'm trying to resolve any hardware conflicts by disabling all od internal mothebrord components like IEE1394 Audio, Serial Ata and others - no cahnges, no solutions ....

  • [Q] Is NI-DAQ 6.5 banned from the Mac OS?

    Apparently, NI-DAQ 6.5 is required to interface to some of the newer data
    acquisition cards, including the PCI-8713. However, it doesn't run on the
    Mac, which means this board (among others) doesn't either. Is some (good)
    reason why this software hasn't been ported to the Mac?

    NI-DAQ 6.6 was released for the Mac several months back. It supports the PCI-6713 (I don't think there is an 8713!) and even some PXI devices, over a PCI to PXI Bridge. Go to http://www.ni.com/mac to download the driver.

  • Can PXI card be transparently substituted for PCI card in VME control?

    Background:
    We are purchasing a displacement-measuring-interferometer system from Zygo that ships with your NI VME-PCI8012 (777244-03) PCI to VME bridge. The Zygo system includes drivers for the bridge and a Windows application that runs on the host PC to acquire data from the measurement boards in the VME chassis. I wish to connect this system to my NI PXI-based data acquisition system (DAS).
    Question 1:
    I need to know if your NI VME-PXI8015, "PXI-8320, MXI-2 System Extender, Board Only Kit" (777573-01) can be installed in my PXI DAS and connected to the VME controller board, and function transparently to the Zygo Windows application that drives the VME system.
    Question 2:
    Our PXI-based DAS has
    an embedded controller (NI PXI-8187) that is running Windows XP. Are the drivers that come with the PXI and PCI bridge cards compatible with Windows XP?
    Thank you for your help and I look forward to your reply.
    John Price

    Hi John,
    Thanks for your reply. Before I respond to your new question, I need to clear something up from my previous response. I misunderstood what you were asking, and posted some information that needs to be clarified.
    MXI-3, while a successor to MXI-2, is quite different from MXI-2. MXI-3 is a PCI to PCI bridge , where MXI-2 is a VME to VME bridge. Also, MXI-2 requires the proper driver to function correctly.
    For more information about the differences between MXI-3 and MXI-2 see the KnowledgeBase article, Upgrading VXI Systems from VXI-MXI-2 to VXI-8340 Series (MXI-3)
    For the current driver required for MXI-2 to function with your
    operating system, refer to Current NI-VXI Driver Versions
    However this does not change the fact that you CAN replace the PCI-MXI-2 controller that shipped with your Zygo system with a PXI-MXI-2 controller.
    As far as working around Zygo's use of the 2.1.1 driver goes, you could try to get your PXI system to work with the 2.1.1 driver. By all that I can tell, the 2.1.1 driver was developed to support PCI-MXI-2 on several operating systems, including Windows 2000, NT, ME, 98, and 95, and so you would need to be operating under in one of the supported operating systems in order for the driver to even be a possible solution. So, assuming you are using a supported operating system, I would download that 2.1.1 driver and install it in your system, and go from there. You can get directly to PCI-MXI-2 driver for Windows by clicking here.
    Hopefully this gets you going, but let me know what ends up happening. Good luck!
    Logan S.

  • How do I select between a PCI and a PXI device

    I want to contrast the specifications and usage of PCI 6025E/PXI 6025 E.

    These cards are functionally equivalent. The only difference is the form factor. The PCI-6025E is a standard PCI card designed to be used in a standard PC or workstation. The PXI-6025E is a 3U CompactPCI card designed to be used in a PXI chassis. PXI systems are functionally very similar to a standard PCs, however they do offer some high performance timing features, and are designed to be used when durability and reliability are paramount. Instead of deciding which card to get, you should first decide which platform you want to use and then choose the appropriate card.
    If you want to take measurements across all 4 cylinders or take multiple measurements from one cylinder and synchronizatio
    n of the samples is important (closer than 5us or so), then you may want to look into one of the simultaneous sampling DAQ cards instead of the 6025. If exact synchronization of measurements across multiple sensors is not critical, then the 6025 would work well.
    Regards,
    Brent R.
    Applications Engineer
    National Instruments

  • MAX detects PXI-MXI-4, but fails to detect non-NI chassis

    MAX detects PXI-MXI-4, but fails to detect non-NI chassis. My system is as follow:
    NI PCI-6552 (NI DAQmx device)
    NI PXI-MXI-4/ PXI-8331 (PXI system)
    Elma chassis, with CompactPCI backplane (chassis and cPCI)
    When I run MAX, it successfully detects PCI and PXI with the model number listed. However, the chassis is unidentified. Although my chassis is made by Elma, not NI, it has been confirmed that my Elma chassis, as well as the CompactPCI backplane that comes with the chassis, is compatible with the PXI.
    When I clicked on "other chassis", the chassis.ini (driver) file is asked. But I've confirmed with Elma that no driver is required for the chassis.
    What might be the problem? Thank you very much.
    Manson

    I'm having a similar problem, and from reading the above, it's not clear what one is to do if the chassis and link vendors say "there are no driver files, and none are needed" and NI says, "you must have the appropriate files, which are provided by the vendor."  Specifically, I have a Jasper Electronics PXI chassis and a Hartmann StarFabric link (PCI bridge).  My NI devices in this chassis (6071E, 6533) have always worked fine, and MAX displays them correctly under Traditional Devices and under DAQmx Devices.  The PXI chassis shows up as "unidentified" in MAX, but this has never caused any problems before (and I've seen the same benign error with other non-NI PXI chassis).  However, now that I'm using DAQmx, I'm trying to do the following:
        DAQmxConnectTerms("/Dev3/PXI_Trig0", "/Dev3/PFI5", DAQmx_Val_DoNotInvertPolarity);
    where Dev3 is a PXI-6533.  When I start my task, I get the error message "Driver cannot complete the route, because the only way to make the route requires a trigger bus line, and no trigger bus has been configured in MAX for this device."  The documentation seems to imply that identifying the chassis will automatically create or recognize the appropriate PXI trigger lines.  Since the vendors don't supply any ini files, I tried faking it out as as PXI-8150 system with a PXI-1000 chassis, using the NI ini files; this resulted in entries for both NI cards appearing under "Chassis 1 (PXI-1000)", e.g.
    PXI5::11::INSTR (PXI-6533)
    PXI5::12::INSTR (PXI-6017E)
    although their properties (in the pane to the right of the tree view) show their chassis and slots as "unknown."  When I run my code, I still get the error message about needing to configure a trigger bux in MAX.  Just for grins, I tried the same thing but with RTSI0 instead of PXI_Trig0, and got the same error.  I created an RTSI cable under DAQmx Devices in MAX, and that made no difference.  Help!
    Thanks,
    Larry

  • MXI3 (NI PXI-8330) board not detected. Not powering up, no link light.

    MXI3 (NI PXI-8330) board not detected. Not powering up, no link light. Cable looks fine. Any ideas?

    PeteMan,
    I will need to know in more detail how your system is behaving to give you better tips, so please feel free to send me more information.
    For now, let me send you a couple of troubleshooting tips:
    Cable connection
    Make sure both ends of the copper cable are well connected to the PCI-MXI-3 and the PXI-MXI-3 boards. Be careful when disconnecting the copper connectors. you need to push down the plastic connector so it does not get damaged. Damaged connectors could result in bad MXI-3 links.
    If the connector has not been used properly, it could be broken (this rarely happens). Make sure you are not connecting the cable backwards.
    Power - Up order.
    It seems you are controlling your PXI chassis using a PCI-to-PXI extender (copper cable). Make sure you are powering up the PXI chassis BEFORE powering up the PC.
    PXI is built on top of the CompactPCI spec, so it uses the PCI high speed bus. The MXI-3 extender is really a PCI-to-PCI bridge toyour computer, so for your PC, all the slots in the PXI chassis look like more PCI slots. In other words, your computer suddenly has more PCI slots.
    It is very important to power up the PXI chassis first before powering up the computer, because at power up the PC enumerates all PCI slots. If the PXI chassis is OFF during boot up, the slots in the PXI chassis will never get enumerated and your PC will never see the board installed in the PXI chassis.
    Normal Power up LED sequence
    Each MXI-3 board has four LED light on its front panel: two green lights (POWER and LINK) and two orange lights (Tx and Rx). When you power up the PXI chassis you should see one green light and one orange light ON steadily (POWER and ). Then, when you power up the PC, both green lights shoudl be ON steadily and the orange lights shoudl flicker.
    If you do not see this behaviour at power up, most probably one of your boards its damage.
    If you have another MXI-3 extender kit, try to set up the system mixing the boards from the two kits to try isolate which board is the one that is damaged.
    Run the MXI-3 Optimization Software
    The MXI-3 Optimizaton Software makes sure that the link between the PC and the PXI chassis has been set up properly. It will show you an error otherwise.
    MXI-3 Software Version 1.15 for Windows 95/98/NT/2000/ME
    The PC powers up fine if the PXI chassis is OFF, but if I turn on the PXI chassis first and then try to power up my PC, my PC does not boot
    There are several things that could be causing this behaviour:
    It could be that your PC has an old BIOS that has issues detecting PCI-to-PCI bridges. You could try upgrading the BIOS.
    A part of the hardware could be damaged. If you have a main-stream computer (like a DELL or HP PC, for example), test your MXI-3 extender in it to make sure that the hardware is in good conditions. Main-stream computers tend to use new Motherboards with good BIOS.
    There are more tips in the following KnowledgeBase:
    KB 267FAS5P : MXI-3 Troubleshooting Guide
    Hope this helps,
    Claudia Lorente
    Applications Engineer
    National Instruments
    http://www.ni.com/ask

  • MXI-3 Bridge and NT4 & Win2k

    I am currently encountering multiple probs when using a Dell Precision
    420 PC and the MXI-3 bridge cards to link PCI to PXI chassis.
    The problems are occuring with Win NT & 2k, has anyone had any
    experience with this setup?

    Okay. I haven't noticed these problems, but here's step-by-step of what I did. (By the way, mine was a MXI-3 connected to a PXI-1011, so I also had SCXI to worry about)
    Mine was installed on the Dell running Windows 2000. I was having problems with the MXI-3 recognizing hardware in the PXI chassis, so here are the step-by-step notes that I took. Hopefully something in here will fix the problem, but since that didn't happen to me, I don't know....but you can certainly give it a try.
    Notes
    Setting up a MXI-3 card with a PXI/SCXI chassis:
    1) Remove MXI-3 software from the PC. Cycle power on the machine (the MXI-3 hardware should already be installed). Let it come up, and run MAX. Check out the properties of the PXI cards. Note the PXI bus number and the Device # of each board; you'll need this for the pxisys.ini file. If the cards are not listed in the Devices directory, select View->refresh.
    2) Load a pxisys.ini file to the computer in the c:\windows or c:\winnt directory. For a PXI-1011, delete the last four slot information. Change all PCI BusNumbers to the bus number that MAX showed for the cards in step 1. Change the slot 4 SecondaryBusInterface to SCXI. Change the PCIDeviceNumber to match the device number that MAX showed for the cards in step 1. The PCI device numbers increment as the slot numbers decrement. Slot 1 has no PCI device number, since that's where the controller would reside; it should be set to NONE. Save the file. The slots you have defined in this file should now match the PCI devices MAX found. When a PXI-1010 or PXI-1011 is now setup in MAX, this file will now define the device in the rightmost slot to be the SCXI controller, so the SCXI modules can be automatically detected.
    3) Run MXI-3 software from floppy to install it. Cycle the power. MXI-3 software shoud see the board, and displays a few messages. Bring up MAX. Make sure the PXI cards are still in the devices list. Run tests on them. Change device ID if needed. Highlight devices, and right click to add a device. Select PXI-1010 or PXI-1011, depending on the chassis. Select autodetect modules. Select the PXI/PCI device which is in the rightmost PCI slot from the list. The SCXI modules should now be found.
    5/17/01
    Mark

  • Can't boot latest kernel on Ivy Bridge

    Hi,
    I’m trying to use Arch on my new machine. It’s a basically an Intel Core i7-3770 an Intel DZ77BH-55K motherboard.
    I tried installing with the latest install media (2013.01.04), but I could not even boot with it: as soon as the kernel loads, the computers reboots. I then used Archboot 2012.10: the 3.6.2 has the same problem, but the LTS (3.0.46) boots fine, so I installed with it.
    So as of now, it runs on the LTS kernel (3.0.60), but I have many troubles with graphics (small KMS console, video tearing, X freeze, reboot, etc.), and I thought using a more recent kernel would help (I have already read the wiki on Intel Graphics, and other posts).
    If I remove i915 from mkinitcpio.conf and comment the line in /etc/modprobe.d/modprobe.conf, the 3.7.4 kernel can boot, but only for a few seconds and the reboots (I think it’s when the i915 module is loaded).
    Any help appreciated, thanks
    Packages:
    linux 3.7.4-1
    linux-ck 3.7.4-1
    linux-lts 3.0.60-1
    intel-dri 9.0.2-1
    intel-gpu-tools 1.3-2
    intel-ucode 20120606_v2-1
    libva-intel-driver 1.0.19-1
    xf86-video-intel 2.20.19-1
    # lspci
    00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller (rev 09)
    00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller (rev 09)
    00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
    00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
    00:19.0 Ethernet controller: Intel Corporation 82579V Gigabit Network Connection (rev 04)
    00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
    00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
    00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
    00:1c.2 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 (rev c4)
    00:1c.4 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 5 (rev c4)
    00:1c.7 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 8 (rev c4)
    00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
    00:1f.0 ISA bridge: Intel Corporation Z77 Express Chipset LPC Controller (rev 04)
    00:1f.2 SATA controller: Intel Corporation 7 Series/C210 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
    00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
    02:00.0 PCI bridge: Integrated Technology Express, Inc. Device 8892 (rev 30)
    03:02.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22A IEEE-1394a-2000 Controller (PHY/Link) [iOHCI-Lynx]
    04:00.0 USB controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 04)
    05:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9172 SATA 6Gb/s Controller (rev 11)
    # dmesg
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.0.60-1-lts (tobias@T-POWA-LX) (gcc version 4.7.2 (GCC) ) #1 SMP Mon Jan 21 22:58:04 CET 2013
    [ 0.000000] Command line: initrd=/initramfs-linux-lts.img root=LABEL=Polymnie rootflags=,relatime,user_xattr,barrier=1,data=ordered rootfstype=ext4 ro BOOT_IMAGE=/vmlinuz-linux-lts
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009d400 (usable)
    [ 0.000000] BIOS-e820: 000000000009d400 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 0000000020000000 (usable)
    [ 0.000000] BIOS-e820: 0000000020000000 - 0000000020200000 (reserved)
    [ 0.000000] BIOS-e820: 0000000020200000 - 0000000040004000 (usable)
    [ 0.000000] BIOS-e820: 0000000040004000 - 0000000040005000 (reserved)
    [ 0.000000] BIOS-e820: 0000000040005000 - 00000000d9b29000 (usable)
    [ 0.000000] BIOS-e820: 00000000d9b29000 - 00000000da278000 (reserved)
    [ 0.000000] BIOS-e820: 00000000da278000 - 00000000da288000 (ACPI data)
    [ 0.000000] BIOS-e820: 00000000da288000 - 00000000da399000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000da399000 - 00000000da68b000 (reserved)
    [ 0.000000] BIOS-e820: 00000000da68b000 - 00000000da68c000 (usable)
    [ 0.000000] BIOS-e820: 00000000da68c000 - 00000000da6cf000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000da6cf000 - 00000000db000000 (usable)
    [ 0.000000] BIOS-e820: 00000000db800000 - 00000000dfa00000 (reserved)
    [ 0.000000] BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed04000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
    [ 0.000000] BIOS-e820: 0000000100000000 - 000000041f600000 (usable)
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] DMI 2.7 present.
    [ 0.000000] DMI: /DZ77BH-55K, BIOS BHZ7710H.86A.0097.2012.1228.1346 12/28/2012
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] No AGP bridge found
    [ 0.000000] last_pfn = 0x41f600 max_arch_pfn = 0x400000000
    [ 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-CFFFF write-protect
    [ 0.000000] D0000-E7FFF uncachable
    [ 0.000000] E8000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask C00000000 write-back
    [ 0.000000] 1 base 400000000 mask FE0000000 write-back
    [ 0.000000] 2 base 0E0000000 mask FE0000000 uncachable
    [ 0.000000] 3 base 0DC000000 mask FFC000000 uncachable
    [ 0.000000] 4 base 0DB800000 mask FFF800000 uncachable
    [ 0.000000] 5 base 41F800000 mask FFF800000 uncachable
    [ 0.000000] 6 base 41F600000 mask FFFE00000 uncachable
    [ 0.000000] 7 disabled
    [ 0.000000] 8 disabled
    [ 0.000000] 9 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820 update range: 00000000db800000 - 0000000100000000 (usable) ==> (reserved)
    [ 0.000000] last_pfn = 0xdb000 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [ffff8800000fd830] fd830
    [ 0.000000] initial memory mapped : 0 - 20000000
    [ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 20480
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000db000000
    [ 0.000000] 0000000000 - 00db000000 page 2M
    [ 0.000000] kernel direct mapping tables up to 0xdaffffff @ [mem 0x1fd6f000-0x1fd73fff]
    [ 0.000000] init_memory_mapping: 0000000100000000-000000041f600000
    [ 0.000000] 0100000000 - 041f600000 page 2M
    [ 0.000000] kernel direct mapping tables up to 0x41f5fffff @ [mem 0xdaff2000-0xdaffffff]
    [ 0.000000] RAMDISK: 1fd74000 - 1ffff000
    [ 0.000000] ACPI: RSDP 00000000000f0490 00024 (v02 INTEL)
    [ 0.000000] ACPI: XSDT 00000000da27c078 0006C (v01 INTEL DZ77BH 01072009 AMI 00010013)
    [ 0.000000] ACPI: FACP 00000000da285e38 0010C (v05 INTEL DZ77BH 01072009 AMI 00010013)
    [ 0.000000] ACPI Warning: FADT (revision 5) is longer than ACPI 2.0 version, truncating length 268 to 244 (20110413/tbfadt-288)
    [ 0.000000] ACPI: DSDT 00000000da27c170 09CC7 (v02 INTEL DZ77BH 00000097 INTL 20051117)
    [ 0.000000] ACPI: FACS 00000000da397080 00040
    [ 0.000000] ACPI: APIC 00000000da285f48 00092 (v03 INTEL DZ77BH 01072009 AMI 00010013)
    [ 0.000000] ACPI: FPDT 00000000da285fe0 00044 (v01 INTEL DZ77BH 01072009 AMI 00010013)
    [ 0.000000] ACPI: MCFG 00000000da286028 0003C (v01 INTEL DZ77BH 01072009 MSFT 00000097)
    [ 0.000000] ACPI: HPET 00000000da286068 00038 (v01 INTEL DZ77BH 01072009 AMI. 00000005)
    [ 0.000000] ACPI: SSDT 00000000da2860a0 0036D (v01 SataRe SataTabl 00001000 INTL 20091112)
    [ 0.000000] ACPI: SSDT 00000000da286410 009AA (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    [ 0.000000] ACPI: SSDT 00000000da286dc0 00A92 (v01 PmRef CpuPm 00003000 INTL 20051117)
    [ 0.000000] ACPI: DMAR 00000000da287858 000B8 (v01 INTEL SNB 00000001 INTL 00000001)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at 0000000000000000-000000041f600000
    [ 0.000000] Initmem setup node 0 0000000000000000-000000041f600000
    [ 0.000000] NODE_DATA [000000041f5fb000 - 000000041f5fffff]
    [ 0.000000] [ffffea0000000000-ffffea000e7fffff] PMD -> [ffff88040ec00000-ffff88041cdfffff] on node 0
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] DMA32 0x00001000 -> 0x00100000
    [ 0.000000] Normal 0x00100000 -> 0x0041f600
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] early_node_map[7] active PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009d
    [ 0.000000] 0: 0x00000100 -> 0x00020000
    [ 0.000000] 0: 0x00020200 -> 0x00040004
    [ 0.000000] 0: 0x00040005 -> 0x000d9b29
    [ 0.000000] 0: 0x000da68b -> 0x000da68c
    [ 0.000000] 0: 0x000da6cf -> 0x000db000
    [ 0.000000] 0: 0x00100000 -> 0x0041f600
    [ 0.000000] On node 0 totalpages: 4167655
    [ 0.000000] DMA zone: 56 pages used for memmap
    [ 0.000000] DMA zone: 5 pages reserved
    [ 0.000000] DMA zone: 3920 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 14280 pages used for memmap
    [ 0.000000] DMA32 zone: 875154 pages, LIFO batch:31
    [ 0.000000] Normal zone: 44765 pages used for memmap
    [ 0.000000] Normal zone: 3229475 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
    [ 0.000000] SMP: Allowing 8 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
    [ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
    [ 0.000000] PM: Registered nosave memory: 0000000040004000 - 0000000040005000
    [ 0.000000] PM: Registered nosave memory: 00000000d9b29000 - 00000000da278000
    [ 0.000000] PM: Registered nosave memory: 00000000da278000 - 00000000da288000
    [ 0.000000] PM: Registered nosave memory: 00000000da288000 - 00000000da399000
    [ 0.000000] PM: Registered nosave memory: 00000000da399000 - 00000000da68b000
    [ 0.000000] PM: Registered nosave memory: 00000000da68c000 - 00000000da6cf000
    [ 0.000000] PM: Registered nosave memory: 00000000db000000 - 00000000db800000
    [ 0.000000] PM: Registered nosave memory: 00000000db800000 - 00000000dfa00000
    [ 0.000000] PM: Registered nosave memory: 00000000dfa00000 - 00000000f8000000
    [ 0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
    [ 0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000
    [ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
    [ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed00000
    [ 0.000000] PM: Registered nosave memory: 00000000fed00000 - 00000000fed04000
    [ 0.000000] PM: Registered nosave memory: 00000000fed04000 - 00000000fed1c000
    [ 0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
    [ 0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
    [ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
    [ 0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ff000000
    [ 0.000000] PM: Registered nosave memory: 00000000ff000000 - 0000000100000000
    [ 0.000000] Allocating PCI resources starting at dfa00000 (gap: dfa00000:18600000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 27 pages/cpu @ffff88041f200000 s79360 r8192 d23040 u262144
    [ 0.000000] pcpu-alloc: s79360 r8192 d23040 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4108549
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: initrd=/initramfs-linux-lts.img root=LABEL=Polymnie rootflags=,relatime,user_xattr,barrier=1,data=ordered rootfstype=ext4 ro BOOT_IMAGE=/vmlinuz-linux-lts
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 16357800k/17291264k available (4268k kernel code, 620644k absent, 312820k reserved, 5179k data, 740k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [ 0.000000] Hierarchical RCU implementation.
    [ 0.000000] NR_IRQS:2304
    [ 0.000000] Extended CMOS year: 2000
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 134217728 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.010000] Detected 3391.975 MHz processor.
    [ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 6783.95 BogoMIPS (lpj=33919750)
    [ 0.000004] pid_max: default: 32768 minimum: 301
    [ 0.000114] Security Framework initialized
    [ 0.000119] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000776] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
    [ 0.003657] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.004934] Mount-cache hash table entries: 256
    [ 0.005193] Initializing cgroup subsys cpuacct
    [ 0.005220] Initializing cgroup subsys memory
    [ 0.005240] Initializing cgroup subsys devices
    [ 0.005241] Initializing cgroup subsys freezer
    [ 0.005242] Initializing cgroup subsys net_cls
    [ 0.005243] Initializing cgroup subsys blkio
    [ 0.005283] CPU: Physical Processor ID: 0
    [ 0.005284] CPU: Processor Core ID: 0
    [ 0.005288] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    [ 0.005288] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.005550] mce: CPU supports 9 MCE banks
    [ 0.005560] CPU0: Thermal monitoring enabled (TM1)
    [ 0.005567] using mwait in idle threads.
    [ 0.006329] ACPI: Core revision 20110413
    [ 0.022944] ftrace: allocating 16891 entries in 67 pages
    [ 0.026832] DMAR: Host address width 36
    [ 0.026834] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
    [ 0.026839] IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c0000020e60262 ecap f0101a
    [ 0.026840] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
    [ 0.026844] IOMMU 1: reg_base_addr fed91000 ver 1:0 cap c9008020660262 ecap f0105a
    [ 0.026845] DMAR: RMRR base: 0x000000da20f000 end: 0x000000da21bfff
    [ 0.026846] DMAR: RMRR base: 0x000000db800000 end: 0x000000df9fffff
    [ 0.026847] DMAR: No ATSR found
    [ 0.026945] Not enabling x2apic, Intr-remapping init failed.
    [ 0.027287] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.126998] CPU0: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz stepping 09
    [ 0.237702] Performance Events: PEBS fmt1+, generic architected perfmon, Intel PMU driver.
    [ 0.237705] ... version: 3
    [ 0.237706] ... bit width: 48
    [ 0.237707] ... generic registers: 4
    [ 0.237707] ... value mask: 0000ffffffffffff
    [ 0.237708] ... max period: 000000007fffffff
    [ 0.237709] ... fixed-purpose events: 3
    [ 0.237710] ... event mask: 000000070000000f
    [ 0.237963] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.238006] Booting Node 0, Processors #1
    [ 0.238008] smpboot cpu 1: start_ip = 98000
    [ 0.417504] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.417560] #2
    [ 0.417561] smpboot cpu 2: start_ip = 98000
    [ 0.597054] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.597105] #3
    [ 0.597106] smpboot cpu 3: start_ip = 98000
    [ 0.776498] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.776549] #4
    [ 0.776549] smpboot cpu 4: start_ip = 98000
    [ 0.955970] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.956032] #5
    [ 0.956032] smpboot cpu 5: start_ip = 98000
    [ 1.135527] NMI watchdog enabled, takes one hw-pmu counter.
    [ 1.135580] #6
    [ 1.135581] smpboot cpu 6: start_ip = 98000
    [ 1.314973] NMI watchdog enabled, takes one hw-pmu counter.
    [ 1.315025] #7 Ok.
    [ 1.315026] smpboot cpu 7: start_ip = 98000
    [ 1.494520] NMI watchdog enabled, takes one hw-pmu counter.
    [ 1.494541] Brought up 8 CPUs
    [ 1.494543] Total of 8 processors activated (54276.01 BogoMIPS).
    [ 1.499203] devtmpfs: initialized
    [ 1.500056] PM: Registering ACPI NVS region at da288000 (1118208 bytes)
    [ 1.500067] PM: Registering ACPI NVS region at da68c000 (274432 bytes)
    [ 1.500594] NET: Registered protocol family 16
    [ 1.500698] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 1.500699] ACPI: bus type pci registered
    [ 1.500879] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 1.500881] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 1.510782] PCI: Using configuration type 1 for base access
    [ 1.511222] bio: create slab <bio-0> at 0
    [ 1.512191] ACPI: EC: Look up EC in DSDT
    [ 1.513121] ACPI: Executed 1 blocks of module-level executable AML code
    [ 1.544240] ACPI: SSDT 00000000da224018 0083B (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    [ 1.544462] ACPI: Dynamic OEM Table Load:
    [ 1.544463] ACPI: SSDT (null) 0083B (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    [ 1.574038] ACPI: SSDT 00000000da225a98 00303 (v01 PmRef ApIst 00003000 INTL 20051117)
    [ 1.574275] ACPI: Dynamic OEM Table Load:
    [ 1.574276] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20051117)
    [ 1.603874] ACPI: SSDT 00000000da226c18 00119 (v01 PmRef ApCst 00003000 INTL 20051117)
    [ 1.604089] ACPI: Dynamic OEM Table Load:
    [ 1.604090] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20051117)
    [ 1.634396] ACPI: Interpreter enabled
    [ 1.634398] ACPI: (supports S0 S3 S4 S5)
    [ 1.634411] ACPI: Using IOAPIC for interrupt routing
    [ 1.638004] ACPI: Power Resource [FN00] (off)
    [ 1.638049] ACPI: Power Resource [FN01] (off)
    [ 1.638093] ACPI: Power Resource [FN02] (off)
    [ 1.638137] ACPI: Power Resource [FN03] (off)
    [ 1.638179] ACPI: Power Resource [FN04] (off)
    [ 1.638440] ACPI: No dock devices found.
    [ 1.638441] HEST: Table not found.
    [ 1.638442] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 1.638624] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [ 1.638888] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    [ 1.638890] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
    [ 1.638891] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 1.638893] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
    [ 1.638894] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
    [ 1.638895] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
    [ 1.638896] pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
    [ 1.638898] pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
    [ 1.638899] pci_root PNP0A08:00: host bridge window [mem 0x000e4000-0x000e7fff]
    [ 1.638900] pci_root PNP0A08:00: host bridge window [mem 0xdfa00000-0xfeafffff]
    [ 1.638908] pci 0000:00:00.0: [8086:0150] type 0 class 0x000600
    [ 1.638934] pci 0000:00:02.0: [8086:0162] type 0 class 0x000300
    [ 1.638941] pci 0000:00:02.0: reg 10: [mem 0xf7800000-0xf7bfffff 64bit]
    [ 1.638945] pci 0000:00:02.0: reg 18: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 1.638948] pci 0000:00:02.0: reg 20: [io 0xf000-0xf03f]
    [ 1.638989] pci 0000:00:14.0: [8086:1e31] type 0 class 0x000c03
    [ 1.639009] pci 0000:00:14.0: reg 10: [mem 0xf7f20000-0xf7f2ffff 64bit]
    [ 1.639075] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 1.639079] pci 0000:00:14.0: PME# disabled
    [ 1.639097] pci 0000:00:16.0: [8086:1e3a] type 0 class 0x000780
    [ 1.639118] pci 0000:00:16.0: reg 10: [mem 0xf7f3b000-0xf7f3b00f 64bit]
    [ 1.639187] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 1.639191] pci 0000:00:16.0: PME# disabled
    [ 1.639216] pci 0000:00:19.0: [8086:1503] type 0 class 0x000200
    [ 1.639233] pci 0000:00:19.0: reg 10: [mem 0xf7f00000-0xf7f1ffff]
    [ 1.639240] pci 0000:00:19.0: reg 14: [mem 0xf7f39000-0xf7f39fff]
    [ 1.639249] pci 0000:00:19.0: reg 18: [io 0xf080-0xf09f]
    [ 1.639307] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
    [ 1.639310] pci 0000:00:19.0: PME# disabled
    [ 1.639331] pci 0000:00:1a.0: [8086:1e2d] type 0 class 0x000c03
    [ 1.639350] pci 0000:00:1a.0: reg 10: [mem 0xf7f38000-0xf7f383ff]
    [ 1.639434] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 1.639437] pci 0000:00:1a.0: PME# disabled
    [ 1.639457] pci 0000:00:1b.0: [8086:1e20] type 0 class 0x000403
    [ 1.639471] pci 0000:00:1b.0: reg 10: [mem 0xf7f30000-0xf7f33fff 64bit]
    [ 1.639532] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 1.639535] pci 0000:00:1b.0: PME# disabled
    [ 1.639552] pci 0000:00:1c.0: [8086:1e10] type 1 class 0x000604
    [ 1.639625] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 1.639629] pci 0000:00:1c.0: PME# disabled
    [ 1.639651] pci 0000:00:1c.2: [8086:1e14] type 1 class 0x000604
    [ 1.639723] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 1.639726] pci 0000:00:1c.2: PME# disabled
    [ 1.639746] pci 0000:00:1c.4: [8086:1e18] type 1 class 0x000604
    [ 1.639818] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 1.639822] pci 0000:00:1c.4: PME# disabled
    [ 1.639844] pci 0000:00:1c.7: [8086:1e1e] type 1 class 0x000604
    [ 1.639916] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
    [ 1.639920] pci 0000:00:1c.7: PME# disabled
    [ 1.639944] pci 0000:00:1d.0: [8086:1e26] type 0 class 0x000c03
    [ 1.639964] pci 0000:00:1d.0: reg 10: [mem 0xf7f37000-0xf7f373ff]
    [ 1.640047] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 1.640050] pci 0000:00:1d.0: PME# disabled
    [ 1.640071] pci 0000:00:1f.0: [8086:1e44] type 0 class 0x000601
    [ 1.640185] pci 0000:00:1f.2: [8086:1e02] type 0 class 0x000106
    [ 1.640202] pci 0000:00:1f.2: reg 10: [io 0xf0d0-0xf0d7]
    [ 1.640209] pci 0000:00:1f.2: reg 14: [io 0xf0c0-0xf0c3]
    [ 1.640217] pci 0000:00:1f.2: reg 18: [io 0xf0b0-0xf0b7]
    [ 1.640224] pci 0000:00:1f.2: reg 1c: [io 0xf0a0-0xf0a3]
    [ 1.640231] pci 0000:00:1f.2: reg 20: [io 0xf060-0xf07f]
    [ 1.640238] pci 0000:00:1f.2: reg 24: [mem 0xf7f36000-0xf7f367ff]
    [ 1.640279] pci 0000:00:1f.2: PME# supported from D3hot
    [ 1.640282] pci 0000:00:1f.2: PME# disabled
    [ 1.640295] pci 0000:00:1f.3: [8086:1e22] type 0 class 0x000c05
    [ 1.640309] pci 0000:00:1f.3: reg 10: [mem 0xf7f35000-0xf7f350ff 64bit]
    [ 1.640328] pci 0000:00:1f.3: reg 20: [io 0xf040-0xf05f]
    [ 1.640392] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
    [ 1.640395] pci 0000:00:1c.0: bridge window [io 0xf000-0x0000] (disabled)
    [ 1.640399] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    [ 1.640405] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 1.640472] pci 0000:02:00.0: [1283:8892] type 1 class 0x000604
    [ 1.640661] pci 0000:02:00.0: supports D1 D2
    [ 1.640662] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 1.640670] pci 0000:02:00.0: PME# disabled
    [ 1.640694] pci 0000:00:1c.2: PCI bridge to [bus 02-03]
    [ 1.640698] pci 0000:00:1c.2: bridge window [io 0xf000-0x0000] (disabled)
    [ 1.640702] pci 0000:00:1c.2: bridge window [mem 0xf7e00000-0xf7efffff]
    [ 1.640707] pci 0000:00:1c.2: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 1.640821] pci 0000:03:02.0: [104c:8023] type 0 class 0x000c00
    [ 1.640866] pci 0000:03:02.0: reg 10: [mem 0xf7e04000-0xf7e047ff]
    [ 1.640890] pci 0000:03:02.0: reg 14: [mem 0xf7e00000-0xf7e03fff]
    [ 1.641075] pci 0000:03:02.0: supports D1 D2
    [ 1.641076] pci 0000:03:02.0: PME# supported from D0 D1 D2 D3hot
    [ 1.641083] pci 0000:03:02.0: PME# disabled
    [ 1.641186] pci 0000:02:00.0: PCI bridge to [bus 03-03] (subtractive decode)
    [ 1.641200] pci 0000:02:00.0: bridge window [io 0xfff000-0x0000] (disabled)
    [ 1.641208] pci 0000:02:00.0: bridge window [mem 0xf7e00000-0xf7efffff]
    [ 1.641221] pci 0000:02:00.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 1.641223] pci 0000:02:00.0: bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
    [ 1.641224] pci 0000:02:00.0: bridge window [mem 0xf7e00000-0xf7efffff] (subtractive decode)
    [ 1.641226] pci 0000:02:00.0: bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
    [ 1.641227] pci 0000:02:00.0: bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
    [ 1.641323] pci 0000:04:00.0: [1033:0194] type 0 class 0x000c03
    [ 1.641366] pci 0000:04:00.0: reg 10: [mem 0xf7d00000-0xf7d01fff 64bit]
    [ 1.641535] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
    [ 1.641542] pci 0000:04:00.0: PME# disabled
    [ 1.653678] pci 0000:00:1c.4: PCI bridge to [bus 04-04]
    [ 1.653683] pci 0000:00:1c.4: bridge window [io 0xf000-0x0000] (disabled)
    [ 1.653698] pci 0000:00:1c.4: bridge window [mem 0xf7d00000-0xf7dfffff]
    [ 1.653703] pci 0000:00:1c.4: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 1.653765] pci 0000:05:00.0: [1b4b:9172] type 0 class 0x000106
    [ 1.653784] pci 0000:05:00.0: reg 10: [io 0xe040-0xe047]
    [ 1.653797] pci 0000:05:00.0: reg 14: [io 0xe030-0xe033]
    [ 1.653811] pci 0000:05:00.0: reg 18: [io 0xe020-0xe027]
    [ 1.653825] pci 0000:05:00.0: reg 1c: [io 0xe010-0xe013]
    [ 1.653838] pci 0000:05:00.0: reg 20: [io 0xe000-0xe00f]
    [ 1.653852] pci 0000:05:00.0: reg 24: [mem 0xf7c20000-0xf7c201ff]
    [ 1.653866] pci 0000:05:00.0: reg 30: [mem 0xf7c00000-0xf7c1ffff pref]
    [ 1.653931] pci 0000:05:00.0: PME# supported from D3hot
    [ 1.653936] pci 0000:05:00.0: PME# disabled
    [ 1.673610] pci 0000:00:1c.7: PCI bridge to [bus 05-05]
    [ 1.673615] pci 0000:00:1c.7: bridge window [io 0xe000-0xefff]
    [ 1.673621] pci 0000:00:1c.7: bridge window [mem 0xf7c00000-0xf7cfffff]
    [ 1.673628] pci 0000:00:1c.7: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 1.673658] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 1.673727] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
    [ 1.673746] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
    [ 1.673764] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03.ITEE._PRT]
    [ 1.673790] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP05._PRT]
    [ 1.673809] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP08._PRT]
    [ 1.673888] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 1.674003] pci0000:00: ACPI _OSC control (0x18) granted
    [ 1.676548] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
    [ 1.676576] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 1.676603] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 11 12 14 15)
    [ 1.676629] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
    [ 1.676654] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 10 11 12 14 15)
    [ 1.676680] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 1.676707] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
    [ 1.676733] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 10 11 12 14 15)
    [ 1.676775] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 1.676779] vgaarb: loaded
    [ 1.676780] vgaarb: bridge control possible 0000:00:02.0
    [ 1.676803] PCI: Using ACPI for IRQ routing
    [ 1.678182] PCI: pci_cache_line_size set to 64 bytes
    [ 1.678248] reserve RAM buffer: 000000000009d400 - 000000000009ffff
    [ 1.678249] reserve RAM buffer: 0000000040004000 - 0000000043ffffff
    [ 1.678250] reserve RAM buffer: 00000000d9b29000 - 00000000dbffffff
    [ 1.678252] reserve RAM buffer: 00000000da68c000 - 00000000dbffffff
    [ 1.678253] reserve RAM buffer: 00000000db000000 - 00000000dbffffff
    [ 1.678255] reserve RAM buffer: 000000041f600000 - 000000041fffffff
    [ 1.678323] NetLabel: Initializing
    [ 1.678324] NetLabel: domain hash size = 128
    [ 1.678325] NetLabel: protocols = UNLABELED CIPSOv4
    [ 1.678332] NetLabel: unlabeled traffic allowed by default
    [ 1.678341] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 1.678344] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 1.680349] Switching to clocksource hpet
    [ 1.683346] pnp: PnP ACPI init
    [ 1.683353] ACPI: bus type pnp registered
    [ 1.683505] pnp 00:00: [bus 00-3e]
    [ 1.683507] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 1.683508] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 1.683509] pnp 00:00: [io 0x0d00-0xffff window]
    [ 1.683510] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 1.683511] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
    [ 1.683512] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
    [ 1.683513] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
    [ 1.683514] pnp 00:00: [mem 0x000cc000-0x000cffff window]
    [ 1.683516] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
    [ 1.683517] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
    [ 1.683518] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
    [ 1.683519] pnp 00:00: [mem 0x000dc000-0x000dffff window]
    [ 1.683520] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
    [ 1.683521] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
    [ 1.683522] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
    [ 1.683523] pnp 00:00: [mem 0x000ec000-0x000effff window]
    [ 1.683524] pnp 00:00: [mem 0x000f0000-0x000fffff window]
    [ 1.683525] pnp 00:00: [mem 0xdfa00000-0xfeafffff window]
    [ 1.683527] pnp 00:00: [mem 0x00010000-0x0001ffff window]
    [ 1.683558] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 1.683568] Switched to NOHz mode on CPU #0
    [ 1.683573] pnp 00:01: [mem 0xfed40000-0xfed44fff]
    [ 1.683594] system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
    [ 1.683596] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 1.683602] pnp 00:02: [io 0x0000-0x001f]
    [ 1.683604] pnp 00:02: [io 0x0081-0x0091]
    [ 1.683604] pnp 00:02: [io 0x0093-0x009f]
    [ 1.683605] pnp 00:02: [io 0x00c0-0x00df]
    [ 1.683607] pnp 00:02: [dma 4]
    [ 1.683617] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 1.683621] pnp 00:03: [mem 0xff000000-0xffffffff]
    [ 1.683631] pnp 00:03: Plug and Play ACPI device, IDs INT0800 (active)
    [ 1.683676] pnp 00:04: [mem 0xfed00000-0xfed003ff]
    [ 1.683688] pnp 00:04: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 1.683694] pnp 00:05: [io 0x002e-0x002f]
    [ 1.683695] pnp 00:05: [io 0x004e-0x004f]
    [ 1.683696] pnp 00:05: [io 0x0061]
    [ 1.683697] pnp 00:05: [io 0x0063]
    [ 1.683698] pnp 00:05: [io 0x0065]
    [ 1.683699] pnp 00:05: [io 0x0067]
    [ 1.683699] pnp 00:05: [io 0x0070]
    [ 1.683700] pnp 00:05: [io 0x0080]
    [ 1.683701] pnp 00:05: [io 0x0092]
    [ 1.683703] pnp 00:05: [io 0x00b2-0x00b3]
    [ 1.683704] pnp 00:05: [io 0x0680-0x069f]
    [ 1.683705] pnp 00:05: [io 0x1000-0x100f]
    [ 1.683706] pnp 00:05: [io 0xffff]
    [ 1.683707] pnp 00:05: [io 0xffff]
    [ 1.683707] pnp 00:05: [io 0x0400-0x0453]
    [ 1.683708] pnp 00:05: [io 0x0458-0x047f]
    [ 1.683709] pnp 00:05: [io 0x0500-0x057f]
    [ 1.683710] pnp 00:05: [io 0x164e-0x164f]
    [ 1.683731] system 00:05: [io 0x0680-0x069f] has been reserved
    [ 1.683733] system 00:05: [io 0x1000-0x100f] has been reserved
    [ 1.683734] system 00:05: [io 0xffff] has been reserved
    [ 1.683735] system 00:05: [io 0xffff] has been reserved
    [ 1.683736] system 00:05: [io 0x0400-0x0453] has been reserved
    [ 1.683738] system 00:05: [io 0x0458-0x047f] has been reserved
    [ 1.683739] system 00:05: [io 0x0500-0x057f] has been reserved
    [ 1.683740] system 00:05: [io 0x164e-0x164f] has been reserved
    [ 1.683742] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.683746] pnp 00:06: [io 0x0070-0x0077]
    [ 1.683752] pnp 00:06: [irq 8]
    [ 1.683762] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 1.683778] pnp 00:07: [io 0x0454-0x0457]
    [ 1.683795] system 00:07: [io 0x0454-0x0457] has been reserved
    [ 1.683797] system 00:07: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 1.683827] pnp 00:08: [io 0x0000-0xffffffffffffffff disabled]
    [ 1.683828] pnp 00:08: [io 0x0a00-0x0a0f]
    [ 1.683829] pnp 00:08: [io 0x0000-0xffffffffffffffff disabled]
    [ 1.683850] system 00:08: [io 0x0a00-0x0a0f] has been reserved
    [ 1.683852] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.683877] Switched to NOHz mode on CPU #1
    [ 1.683886] Switched to NOHz mode on CPU #4
    [ 1.683905] Switched to NOHz mode on CPU #3
    [ 1.683919] Switched to NOHz mode on CPU #6
    [ 1.683940] Switched to NOHz mode on CPU #2
    [ 1.683956] Switched to NOHz mode on CPU #5
    [ 1.683978] Switched to NOHz mode on CPU #7
    [ 1.684031] pnp 00:09: [io 0x03f8-0x03ff]
    [ 1.684035] pnp 00:09: [irq 4]
    [ 1.684036] pnp 00:09: [dma 0 disabled]
    [ 1.684065] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 1.684118] pnp 00:0a: [io 0x0010-0x001f]
    [ 1.684119] pnp 00:0a: [io 0x0022-0x003f]
    [ 1.684120] pnp 00:0a: [io 0x0044-0x005f]
    [ 1.684121] pnp 00:0a: [io 0x0062-0x0063]
    [ 1.684122] pnp 00:0a: [io 0x0065-0x006f]
    [ 1.684122] pnp 00:0a: [io 0x0072-0x007f]
    [ 1.684123] pnp 00:0a: [io 0x0080]
    [ 1.684124] pnp 00:0a: [io 0x0084-0x0086]
    [ 1.684125] pnp 00:0a: [io 0x0088]
    [ 1.684126] pnp 00:0a: [io 0x008c-0x008e]
    [ 1.684127] pnp 00:0a: [io 0x0090-0x009f]
    [ 1.684128] pnp 00:0a: [io 0x00a2-0x00bf]
    [ 1.684129] pnp 00:0a: [io 0x00e0-0x00ef]
    [ 1.684130] pnp 00:0a: [io 0x04d0-0x04d1]
    [ 1.684151] system 00:0a: [io 0x04d0-0x04d1] has been reserved
    [ 1.684152] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.684158] pnp 00:0b: [io 0x00f0-0x00ff]
    [ 1.684162] pnp 00:0b: [irq 13]
    [ 1.684173] pnp 00:0b: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 1.684293] pnp 00:0c: [mem 0xfed1c000-0xfed1ffff]
    [ 1.684294] pnp 00:0c: [mem 0xfed10000-0xfed17fff]
    [ 1.684295] pnp 00:0c: [mem 0xfed18000-0xfed18fff]
    [ 1.684296] pnp 00:0c: [mem 0xfed19000-0xfed19fff]
    [ 1.684297] pnp 00:0c: [mem 0xf8000000-0xfbffffff]
    [ 1.684298] pnp 00:0c: [mem 0xfed20000-0xfed3ffff]
    [ 1.684299] pnp 00:0c: [mem 0xfed90000-0xfed93fff]
    [ 1.684300] pnp 00:0c: [mem 0xfed45000-0xfed8ffff]
    [ 1.684301] pnp 00:0c: [mem 0xff000000-0xffffffff]
    [ 1.684302] pnp 00:0c: [mem 0xfee00000-0xfeefffff]
    [ 1.684303] pnp 00:0c: [mem 0xdfa00000-0xdfa00fff]
    [ 1.684336] system 00:0c: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 1.684337] system 00:0c: [mem 0xfed10000-0xfed17fff] has been reserved
    [ 1.684339] system 00:0c: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 1.684340] system 00:0c: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 1.684342] system 00:0c: [mem 0xf8000000-0xfbffffff] has been reserved
    [ 1.684343] system 00:0c: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 1.684344] system 00:0c: [mem 0xfed90000-0xfed93fff] has been reserved
    [ 1.684346] system 00:0c: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 1.684347] system 00:0c: [mem 0xff000000-0xffffffff] has been reserved
    [ 1.684348] system 00:0c: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 1.684350] system 00:0c: [mem 0xdfa00000-0xdfa00fff] has been reserved
    [ 1.684351] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.684429] pnp 00:0d: [mem 0x20000000-0x201fffff]
    [ 1.684430] pnp 00:0d: [mem 0x40004000-0x40004fff]
    [ 1.684460] system 00:0d: [mem 0x20000000-0x201fffff] has been reserved
    [ 1.684462] system 00:0d: [mem 0x40004000-0x40004fff] has been reserved
    [ 1.684463] system 00:0d: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 1.684475] pnp: PnP ACPI: found 14 devices
    [ 1.684476] ACPI: ACPI bus type pnp unregistered
    [ 1.689698] PCI: max bus depth: 2 pci_try_num: 3
    [ 1.689747] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
    [ 1.689748] pci 0000:00:1c.0: bridge window [io disabled]
    [ 1.689752] pci 0000:00:1c.0: bridge window [mem disabled]
    [ 1.689756] pci 0000:00:1c.0: bridge window [mem pref disabled]
    [ 1.689762] pci 0000:02:00.0: PCI bridge to [bus 03-03]
    [ 1.689763] pci 0000:02:00.0: bridge window [io disabled]
    [ 1.689773] pci 0000:02:00.0: bridge window [mem 0xf7e00000-0xf7efffff]
    [ 1.689781] pci 0000:02:00.0: bridge window [mem pref disabled]
    [ 1.689791] pci 0000:00:1c.2: PCI bridge to [bus 02-03]
    [ 1.689792] pci 0000:00:1c.2: bridge window [io disabled]
    [ 1.689797] pci 0000:00:1c.2: bridge window [mem 0xf7e00000-0xf7efffff]
    [ 1.689801] pci 0000:00:1c.2: bridge window [mem pref disabled]
    [ 1.689806] pci 0000:00:1c.4: PCI bridge to [bus 04-04]
    [ 1.689807] pci 0000:00:1c.4: bridge window [io disabled]
    [ 1.689812] pci 0000:00:1c.4: bridge window [mem 0xf7d00000-0xf7dfffff]
    [ 1.689815] pci 0000:00:1c.4: bridge window [mem pref disabled]
    [ 1.689821] pci 0000:00:1c.7: PCI bridge to [bus 05-05]
    [ 1.689823] pci 0000:00:1c.7: bridge window [io 0xe000-0xefff]
    [ 1.689828] pci 0000:00:1c.7: bridge window [mem 0xf7c00000-0xf7cfffff]
    [ 1.689832] pci 0000:00:1c.7: bridge window [mem pref disabled]
    [ 1.689845] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 1.689848] pci 0000:00:1c.0: setting latency timer to 64
    [ 1.689855] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 1.689858] pci 0000:00:1c.2: setting latency timer to 64
    [ 1.689868] pci 0000:02:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    [ 1.689876] pci 0000:02:00.0: setting latency timer to 64
    [ 1.689882] pci 0000:00:1c.4: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 1.689886] pci 0000:00:1c.4: setting latency timer to 64
    [ 1.689892] pci 0000:00:1c.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    [ 1.689895] pci 0000:00:1c.7: setting latency timer to 64
    [ 1.689899] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 1.689900] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 1.689901] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 1.689902] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
    [ 1.689903] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
    [ 1.689905] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
    [ 1.689906] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
    [ 1.689907] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
    [ 1.689908] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
    [ 1.689909] pci_bus 0000:00: resource 13 [mem 0xdfa00000-0xfeafffff]
    [ 1.689911] pci_bus 0000:02: resource 1 [mem 0xf7e00000-0xf7efffff]
    [ 1.689912] pci_bus 0000:03: resource 1 [mem 0xf7e00000-0xf7efffff]
    [ 1.689913] pci_bus 0000:03: resource 5 [mem 0xf7e00000-0xf7efffff]
    [ 1.689915] pci_bus 0000:04: resource 1 [mem 0xf7d00000-0xf7dfffff]
    [ 1.689916] pci_bus 0000:05: resource 0 [io 0xe000-0xefff]
    [ 1.689917] pci_bus 0000:05: resource 1 [mem 0xf7c00000-0xf7cfffff]
    [ 1.689962] NET: Registered protocol family 2
    [ 1.690175] IP route cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 1.690783] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [ 1.691732] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 1.691847] TCP: Hash tables configured (established 524288 bind 65536)
    [ 1.691849] TCP reno registered
    [ 1.691861] UDP hash table entries: 8192 (order: 6, 262144 bytes)
    [ 1.691904] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
    [ 1.692194] NET: Registered protocol family 1
    [ 1.692203] pci 0000:00:02.0: Boot video device
    [ 1.692211] pci 0000:00:14.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 1.692263] pci 0000:00:14.0: PCI INT A disabled
    [ 1.692275] pci 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 1.710295] pci 0000:00:1a.0: PCI INT A disabled
    [ 1.710331] pci 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 1.730234] pci 0000:00:1d.0: PCI INT A disabled
    [ 1.730273] pci 0000:04:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 1.730306] pci 0000:04:00.0: PCI INT A disabled
    [ 1.730311] PCI: CLS 64 bytes, default 64
    [ 1.730338] Unpacking initramfs...
    [ 1.925914] Freeing initrd memory: 2604k freed
    [ 1.926127] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 1.926128] Placing 64MB software IO TLB between ffff8800d5b29000 - ffff8800d9b29000
    [ 1.926130] software IO TLB at phys 0xd5b29000 - 0xd9b29000
    [ 1.926519] audit: initializing netlink socket (disabled)
    [ 1.926525] type=2000 audit(1359046522.740:1): initialized
    [ 1.933772] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 1.935521] VFS: Disk quotas dquot_6.5.2
    [ 1.935612] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 1.935737] msgmni has been set to 31953
    [ 1.935878] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 1.935900] io scheduler noop registered
    [ 1.935901] io scheduler deadline registered (default)
    [ 1.935930] io scheduler cfq registered
    [ 1.936180] intel_idle: MWAIT substates: 0x1120
    [ 1.936181] intel_idle: does not run on family 6 model 58
    [ 1.936184] ERST: Table is not found!
    [ 1.936212] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 2.597909] Linux agpgart interface v0.103
    [ 2.597959] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 2.600776] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 2.600780] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 2.600816] mousedev: PS/2 mouse device common for all mice
    [ 2.600840] rtc_cmos 00:06: RTC can wake from S4
    [ 2.600915] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
    [ 2.600942] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    [ 2.600947] cpuidle: using governor ladder
    [ 2.600947] cpuidle: using governor menu
    [ 2.601062] TCP cubic registered
    [ 2.601170] NET: Registered protocol family 10
    [ 2.601503] NET: Registered protocol family 17
    [ 2.601506] Registering the dns_resolver key type
    [ 2.601551] PM: Hibernation image not present or could not be loaded.
    [ 2.601556] registered taskstats version 1
    [ 2.602319] rtc_cmos 00:06: setting system clock to 2013-01-24 16:55:24 UTC (1359046524)
    [ 2.602355] Initializing network drop monitor service
    [ 2.603044] Freeing unused kernel memory: 740k freed
    [ 2.603103] Write protecting the kernel read-only data: 8192k
    [ 2.605976] Freeing unused kernel memory: 1856k freed
    [ 2.607156] Freeing unused kernel memory: 660k freed
    [ 2.611444] systemd-udevd[60]: starting version 197
    [ 2.612701] SCSI subsystem initialized
    [ 2.613514] libata version 3.00 loaded.
    [ 2.613832] ahci 0000:00:1f.2: version 3.0
    [ 2.613842] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 2.613887] ahci 0000:00:1f.2: irq 40 for MSI/MSI-X
    [ 2.627690] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x21 impl SATA mode
    [ 2.627703] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst
    [ 2.627707] ahci 0000:00:1f.2: setting latency timer to 64
    [ 2.658165] scsi0 : ahci
    [ 2.658288] scsi1 : ahci
    [ 2.658370] scsi2 : ahci
    [ 2.658462] scsi3 : ahci
    [ 2.658549] scsi4 : ahci
    [ 2.658602] scsi5 : ahci
    [ 2.658798] ata1: SATA max UDMA/133 abar m2048@0xf7f36000 port 0xf7f36100 irq 40
    [ 2.658800] ata2: DUMMY
    [ 2.658801] ata3: DUMMY
    [ 2.658801] ata4: DUMMY
    [ 2.658802] ata5: DUMMY
    [ 2.658804] ata6: SATA max UDMA/133 abar m2048@0xf7f36000 port 0xf7f36380 irq 40
    [ 2.658832] ahci 0000:05:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    [ 2.658890] ahci 0000:05:00.0: irq 41 for MSI/MSI-X
    [ 2.658953] ahci 0000:05:00.0: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
    [ 2.658955] ahci 0000:05:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
    [ 2.658960] ahci 0000:05:00.0: setting latency timer to 64
    [ 2.659205] scsi6 : ahci
    [ 2.659275] scsi7 : ahci
    [ 2.659373] ata7: SATA max UDMA/133 abar m512@0xf7c20000 port 0xf7c20100 irq 41
    [ 2.659376] ata8: SATA max UDMA/133 abar m512@0xf7c20000 port 0xf7c20180 irq 41
    [ 2.926811] Refined TSC clocksource calibration: 3392.292 MHz.
    [ 2.926816] Switching to clocksource tsc
    [ 3.006586] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 3.016566] ata6: SATA link down (SStatus 0 SControl 300)
    [ 3.016575] ata8: SATA link down (SStatus 0 SControl 300)
    [ 3.016618] ata7: SATA link down (SStatus 0 SControl 300)
    [ 3.017996] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    [ 3.018001] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    [ 3.018005] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    [ 3.028400] ata1.00: ATA-9: INTEL SSDSC2CT240A4, 335s, max UDMA/133
    [ 3.028403] ata1.00: 468862128 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 3.037939] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    [ 3.037943] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    [ 3.037946] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    [ 3.047922] ata1.00: configured for UDMA/133
    [ 3.048004] scsi 0:0:0:0: Direct-Access ATA INTEL SSDSC2CT24 335s PQ: 0 ANSI: 5
    [ 3.048486] sd 0:0:0:0: [sda] 468862128 512-byte logical blocks: (240 GB/223 GiB)
    [ 3.048533] sd 0:0:0:0: [sda] Write Protect is off
    [ 3.048535] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 3.048548] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 3.048783] sda: sda1 sda2 sda3
    [ 3.048974] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 3.049021] usbcore: registered new interface driver usbfs
    [ 3.049040] usbcore: registered new interface driver hub
    [ 3.049058] usbcore: registered new device driver usb
    [ 3.049418] xhci_hcd 0000:00:14.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 3.049444] xhci_hcd 0000:00:14.0: setting latency timer to 64
    [ 3.049447] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 3.049457] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
    [ 3.049537] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 3.049547] xhci_hcd 0000:00:14.0: irq 16, io mem 0xf7f20000
    [ 3.049559] xhci_hcd 0000:00:14.0: Failed to enable MSI-X
    [ 3.049634] xhci_hcd 0000:00:14.0: irq 42 for MSI/MSI-X
    [ 3.049712] xHCI xhci_add_endpoint called for root hub
    [ 3.049713] xHCI xhci_check_bandwidth called for root hub
    [ 3.049727] hub 1-0:1.0: USB hub found
    [ 3.049733] hub 1-0:1.0: 4 ports detected
    [ 3.049776] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 3.049779] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
    [ 3.049843] xHCI xhci_add_endpoint called for root hub
    [ 3.049844] xHCI xhci_check_bandwidth called for root hub
    [ 3.049867] hub 2-0:1.0: USB hub found
    [ 3.049872] hub 2-0:1.0: 4 ports detected
    [ 3.049912] xhci_hcd 0000:04:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 3.049925] xhci_hcd 0000:04:00.0: setting latency timer to 64
    [ 3.049928] xhci_hcd 0000:04:00.0: xHCI Host Controller
    [ 3.049932] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 3
    [ 3.050087] xhci_hcd 0000:04:00.0: irq 16, io mem 0xf7d00000
    [ 3.050139] xhci_hcd 0000:04:00.0: irq 43 for MSI/MSI-X
    [ 3.050141] xhci_hcd 0000:04:00.0: irq 44 for MSI/MSI-X
    [ 3.050142] xhci_hcd 0000:04:00.0: irq 45 for MSI/MSI-X
    [ 3.050144] xhci_hcd 0000:04:00.0: irq 46 for MSI/MSI-X
    [ 3.050146] xhci_hcd 0000:04:00.0: irq 47 for MSI/MSI-X
    [ 3.050148] xhci_hcd 0000:04:00.0: irq 48 for MSI/MSI-X
    [ 3.050150] xhci_hcd 0000:04:00.0: irq 49 for MSI/MSI-X
    [ 3.050152] xhci_hcd 0000:04:00.0: irq 50 for MSI/MSI-X
    [ 3.050285] xHCI xhci_add_endpoint called for root hub
    [ 3.050286] xHCI xhci_check_bandwidth called for root hub
    [ 3.050299] hub 3-0:1.0: USB hub found
    [ 3.050305] hub 3-0:1.0: 2 ports detected
    [ 3.050347] xhci_hcd 0000:04:00.0: xHCI Host Controller
    [ 3.050350] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 4
    [ 3.053530] xHCI xhci_add_endpoint called for root hub
    [ 3.053531] xHCI xhci_check_bandwidth called for root hub
    [ 3.053542] hub 4-0:1.0: USB hub found
    [ 3.053548] hub 4-0:1.0: 2 ports detected
    [ 3.053821] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 3.053833] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 3.053846] ehci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 3.053849] ehci_hcd 0000:00:1a.0: EHCI Host Controller
    [ 3.053858] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 5
    [ 3.053877] ehci_hcd 0000:00:1a.0: debug port 2
    [ 3.057759] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
    [ 3.057766] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf7f38000
    [ 3.076378] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 3.076460] hub 5-0:1.0: USB hub found
    [ 3.076461] hub 5-0:1.0: 2 ports detected
    [ 3.076503] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 3.076513] ehci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 3.076516] ehci_hcd 0000:00:1d.0: EHCI Host Controller
    [ 3.076519] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
    [ 3.076538] ehci_hcd 0000:00:1d.0: debug port 2
    [ 3.080400] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
    [ 3.080409] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf7f37000
    [ 3.096318] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 3.096397] hub 6-0:1.0: USB hub found
    [ 3.096399] hub 6-0:1.0: 2 ports detected
    [ 3.100181] [drm] Initialized drm 1.1.0 20060810
    [ 3.100649] agpgart-intel 0000:00:00.0: Intel Ivybridge Chipset
    [ 3.100748] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
    [ 3.102008] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
    [ 3.102090] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
    [ 3.102374] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
    [ 3.102378] ACPI: Power Button [PWRB]
    [ 3.102404] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
    [ 3.102406] ACPI: Power Button [PWRF]
    [ 3.104565] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 3.104568] i915 0000:00:02.0: setting latency timer to 64
    [ 3.150773] mtrr: type mismatch for e0000000,10000000 old: write-back new: write-combining
    [ 3.150775] [drm] MTRR allocation failed. Graphics performance may suffer.
    [ 3.151055] i915 0000:00:02.0: irq 51 for MSI/MSI-X
    [ 3.151059] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 3.151061] [drm] Driver supports precise vblank timestamp query.
    [ 3.151122] [drm:intel_dsm_platform_mux_info] *ERROR* MUX INFO call failed
    [ 3.151186] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 3.218032] ------------[ cut here ]------------
    [ 3.218041] WARNING: at drivers/gpu/drm/i915/i915_drv.c:322 gen6_gt_force_wake_get+0x4e/0x50 [i915]()
    [ 3.218042] Hardware name:
    [ 3.218043] Modules linked in: i915(+) video button i2c_algo_bit intel_agp intel_gtt drm_kms_helper drm i2c_core ext4 crc16 jbd2 mbcache ehci_hcd xhci_hcd usbcore sd_mod ahci libahci libata scsi_mod
    [ 3.218051] Pid: 61, comm: modprobe Not tainted 3.0.60-1-lts #1
    [ 3.218052] Call Trace:
    [ 3.218056] [<ffffffff8105a64f>] warn_slowpath_common+0x7f/0xc0
    [ 3.218059] [<ffffffff8105a6aa>] warn_slowpath_null+0x1a/0x20
    [ 3.218065] [<ffffffffa01c069e>] gen6_gt_force_wake_get+0x4e/0x50 [i915]
    [ 3.218073] [<ffffffffa01ede62>] ivybridge_init_clock_gating+0x662/0x680 [i915]
    [ 3.218081] [<ffffffffa0207ecf>] intel_modeset_init+0x83f/0x1670 [i915]
    [ 3.218088] [<ffffffffa01c1dd0>] ? i915_switcheroo_can_switch+0x40/0x40 [i915]
    [ 3.218094] [<ffffffffa01c47a0>] i915_driver_load+0xd50/0x15a0 [i915]
    [ 3.218098] [<ffffffff812e2e0e>] ? device_register+0x1e/0x30
    [ 3.218102] [<ffffffffa01761b6>] ? drm_sysfs_device_add+0x86/0xb0 [drm]
    [ 3.218105] [<ffffffffa0172400>] ? drm_get_minor+0x210/0x2f0 [drm]
    [ 3.218109] [<ffffffffa01748ee>] drm_get_pci_dev+0x18e/0x2c0 [drm]
    [ 3.218118] [<ffffffffa0228d72>] i915_pci_probe+0x16/0x20 [i915]
    [ 3.218120] [<ffffffff8123ea4c>] local_pci_probe+0x5c/0xd0
    [ 3.218122] [<ffffffff8123f281>] pci_device_probe+0x111/0x120
    [ 3.218124] [<ffffffff812e5976>] driver_probe_device+0x96/0x2b0
    [ 3.218126] [<ffffffff812e5c3b>] __driver_attach+0xab/0xb0
    [ 3.218127] [<ffffffff812e5b90>] ? driver_probe_device+0x2b0/0x2b0
    [ 3.218129] [<ffffffff812e4486>] bus_for_each_dev+0x46/0x90
    [ 3.218131] [<ffffffff812e558e>] driver_attach+0x1e/0x20
    [ 3.218134] [<ffffffff812e5178>] bus_add_driver+0x1a8/0x2a0
    [ 3.218135] [<ffffffffa0144000>] ? 0xffffffffa0143fff
    [ 3.218137] [<ffffffff812e6407>] driver_register+0x77/0x160
    [ 3.218138] [<ffffffffa0144000>] ? 0xffffffffa0143fff
    [ 3.218140] [<ffffffff8123f453>] __pci_register_driver+0x63/0xe0
    [ 3.218142] [<ffffffffa0144000>] ? 0xffffffffa0143fff
    [ 3.218145] [<ffffffffa0174b3a>] drm_pci_init+0x11a/0x130 [drm]
    [ 3.218146] [<ffffffffa0144000>] ? 0xffffffffa0143fff
    [ 3.218152] [<ffffffffa014408b>] i915_init+0x8b/0x8d [i915]
    [ 3.218154] [<ffffffff81002132>] do_one_initcall+0x132/0x190
    [ 3.218156] [<ffffffff81099b84>] sys_init_module+0x84/0x1e0
    [ 3.218160] [<ffffffff814275c2>] system_call_fastpath+0x16/0x1b
    [ 3.218161] ---[ end trace b067b1330875c05d ]---
    [ 3.218665] ------------[ cut here ]------------
    [ 3.218671] WARNING: at drivers/gpu/drm/i915/i915_drv.c:340 gen6_gt_force_wake_put+0x58/0x60 [i915]()
    [ 3.218672] Hardware name:
    [ 3.218672] Modules linked in: i915(+) video button i2c_algo_bit intel_agp intel_gtt drm_kms_helper drm i2c_core ext4 crc16 jbd2 mbcache ehci_hcd xhci_hcd usbcore sd_mod ahci libahci libata scsi_mod
    [ 3.218679] Pid: 61, comm: modprobe Tainted: G W 3.0.60-1-lts #1
    [ 3.218680] Call Trace:
    [ 3.218682] [<ffffffff8105a64f>] warn_slowpath_common+0x7f/0xc0
    [ 3.218684] [<ffffffff8105a6aa>] warn_slowpath_null+0x1a/0x20
    [ 3.218689] [<ffffffffa01c06f8>] gen6_gt_force_wake_put+0x58/0x60 [i915]
    [ 3.218696] [<ffffffffa01ede76>] ivybridge_init_clock_gating+0x676/0x680 [i915]
    [ 3.218704] [<ffffffffa0207ecf>] intel_modeset_init+0x83f/0x1670 [i915]
    [ 3.218709] [<ffffffffa01c1dd0>] ? i915_switcheroo_can_switch+0x40/0x40 [i915]
    [ 3.218715] [<ffffffffa01c47a0>] i915_driver_load+0xd50/0x15a0 [i915]
    [ 3.218717] [<ffffffff812e2e0e>] ? device_register+0x1e/0x30
    [ 3.218721] [<ffffffffa01761b6>] ? drm_sysfs_device_add+0x86/0xb0 [drm]
    [ 3.218724] [<ffffffffa0172400>] ? drm_get_minor+0x210/0x2f0 [drm]
    [ 3.218727] [<ffffffffa01748ee>] drm_get_pci_dev+0x18e/0x2c0 [drm]
    [ 3.218735] [<ffffffffa0228d72>] i915_pci_probe+0x16/0x20 [i915]
    [ 3.218737] [<ffffffff8123ea4c>] local_pci_probe+0x5c/0xd0
    [ 3.218739] [<ffffffff8123f281>] pci_device_probe+0x111/0x120
    [ 3.218741] [<ffffffff812e5976>] driver_probe_device+0x96/0x2b0
    [ 3.218742] [<ffffffff812e5c3b>] __driver_attach+0xab/0xb0
    [ 3.218744] [<ffffffff812e5b90>] ? driver_probe_device+0x2b0/0x2b0
    [ 3.218746] [<ffffffff812e4486>] bus_for_each_dev+0x46/0x90
    [ 3.218748] [<ffffffff812e558e>] driver_attach+0x1e/0x20
    [ 3.218750] [<ffffffff812e5178>] bus_add_driver+0x1a8/0x2a0
    [ 3.218751] [<ffffffffa0144000>] ? 0xffffffffa0143fff
    [ 3.218753] [<ffffffff812e6407>] driver_register+0x77/0x160
    [ 3.218754] [<ffffffffa0144000>] ? 0xffffffffa0143fff
    [ 3.218756] [<ffffffff8123f453>] __pci_register_driver+0x63/0xe0
    [ 3.218757] [<ffffffffa0144000>] ? 0xffffffffa0143fff
    [ 3.218760] [<ffffffffa0174b3a>] drm_pci_init+0x11a/0x130 [drm]
    [ 3.218762] [<ffffffffa0144000>] ? 0xffffffffa0143fff
    [ 3.218767] [<ffffffffa014408b>] i915_init+0x8b/0x8d [i915]
    [ 3.218768] [<ffffffff81002132>] do_one_initcall+0x132/0x190
    [ 3.218770] [<ffffffff81099b84>] sys_init_module+0x84/0x1e0
    [ 3.218772] [<ffffffff814275c2>] system_call_fastpath+0x16/0x1b
    [ 3.218773] ---[ end trace b067b1330875c05e ]---
    [ 3.365550] usb 3-1: new low speed USB device number 2 using xhci_hcd
    [ 3.437488] xhci_hcd 0000:04:00.0: WARN: short transfer on control ep
    [ 3.451461] xhci_hcd 0000:04:00.0: WARN: short transfer on control ep
    [ 3.456435] xhci_hcd 0000:04:00.0: WARN: short transfer on control ep
    [ 3.457504] usb 3-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 3.457511] usb 3-1: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 3.525839] fbcon: inteldrmfb (fb0) is primary device
    [ 3.574957] usb 5-1: new high speed USB device number 2 using ehci_hcd
    [ 3.725061] hub 5-1:1.0: USB hub found
    [ 3.725159] hub 5-1:1.0: 6 ports detected
    [ 3.844189] usb 6-1: new high speed USB device number 2 using ehci_hcd
    [ 3.947221] Console: switching to colour frame buffer device 128x48
    [ 3.948367] fb0: inteldrmfb frame buffer device
    [ 3.948368] drm: registered panic notifier
    [ 3.994297] hub 6-1:1.0: USB hub found
    [ 3.994387] hub 6-1:1.0: 8 ports detected
    [ 4.033922] acpi device:4c: registered as cooling_device0
    [ 4.034083] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input2
    [ 4.034088] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    [ 4.034117] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 4.048356] firewire_ohci 0000:03:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    [ 4.103595] firewire_ohci: Added fw-ohci device 0000:03:02.0, OHCI v1.10, 4 IR + 8 IT contexts, quirks 0x2
    [ 4.751576] irq 16: nobody cared (try booting with the "irqpoll" option)
    [ 4.751630] Pid: 0, comm: swapper Tainted: G W 3.0.60-1-lts #1
    [ 4.751632] Call Trace:
    [ 4.751633] <IRQ> [<ffffffff810bd7fa>] __report_bad_irq+0x3a/0xd0
    [ 4.751639] [<ffffffff810bdaca>] note_interrupt+0x19a/0x1e0
    [ 4.751641] [<ffffffff810bbae8>] handle_irq_event_percpu+0xa8/0x1e0
    [ 4.751643] [<ffffffff810bbc5a>] handle_irq_event+0x3a/0x60
    [ 4.751645] [<ffffffff810be3b6>] handle_fasteoi_irq+0x56/0xf0
    [ 4.751648] [<ffffffff8100c152>] handle_irq+0x22/0x40
    [ 4.751650] [<ffffffff8142902a>] do_IRQ+0x5a/0xe0
    [ 4.751652] [<ffffffff8141fad3>] common_interrupt+0x13/0x13
    [ 4.751653] <EOI> [<ffffffff81011ea2>] ? mwait_idle+0x92/0x1d0
    [ 4.751658] [<ffffffff81423396>] ? atomic_notifier_call_chain+0x16/0x20
    [ 4.751660] [<ffffffff8100920b>] cpu_idle+0xab/0x100
    [ 4.751663] [<ffffffff813fea6e>] rest_init+0x72/0x74
    [ 4.751665] [<ffffffff81950bfa>] start_kernel+0x3c5/0x3d0
    [ 4.751667] [<ffffffff81950347>] x86_64_start_reservations+0x132/0x136
    [ 4.751669] [<ffffffff8195044b>] x86_64_start_kernel+0x100/0x10f
    [ 4.751670] handlers:
    [ 4.751681] [<ffffffffa008fdd0>] usb_hcd_irq
    [ 4.751694] Disabling IRQ #16
    [ 4.813741] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: user_xattr,barrier=1,data=ordered
    [ 6.556477] systemd[1]: systemd 197 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 6.559073] systemd[1]: Set hostname to <polymnie>.
    [ 6.665661] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
    [ 6.665764] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 6.665792] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 6.665800] systemd[1]: Starting Remote File Systems.
    [ 6.665857] systemd[1]: Reached target Remote File Systems.
    [ 6.665863] systemd[1]: Starting Delayed Shutdown Socket.
    [ 6.665921] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 6.665927] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 6.665982] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 6.665988] systemd[1]: Starting Encrypted Volumes.
    [ 6.666031] systemd[1]: Reached target Encrypted Volumes.
    [ 6.666064] systemd[1]: Starting udev Kernel Socket.
    [ 6.666124] systemd[1]: Listening on udev Kernel Socket.
    [ 6.666153] systemd[1]: Starting udev Control Socket.
    [ 6.666207] systemd[1]: Listening on udev Control Socket.
    [ 6.666227] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 6.666329] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 6.666338] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 6.666357] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 6.666362] systemd[1]: Starting Swap.
    [ 6.666404] systemd[1]: Reached target Swap.
    [ 6.666410] systemd[1]: Expecting device dev-disk-by\x2dlabel-Boot.device...
    [ 6.666450] systemd[1]: Starting Journal Socket.
    [ 6.666517] systemd[1]: Listening on Journal Socket.
    [ 6.666555] systemd[1]: Started File System Check on Root Device.
    [ 6.666560] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 6.985276] systemd[1]: Mounting Temporary Directory...
    [ 6.993812] EXT4-fs (sda3): re-mounted. Opts: (null)
    [ 7.396212] systemd[1]: Starting Apply Kernel Variables...
    [ 7.785

    the sad clown wrote:Have you tried removing the libva-intel-driver package?  It isn't necessary to run intel graphics.
    I’m currently trying without it, and I have yet to see X fail. Video playing seems ok (although not tear-free). Thanks!
    the sad clown wrote:I'm curious, though.  You said you have an i7-3770, but your lspci says Xeon E3-1200.
    I’m positive about the i7-3770, the line in lspci is just the RAM Controller.
    Edit: when playing with Supertuxkart, I got those errors in dmesg:
    [ 896.263466] [drm:i915_hangcheck_ring_idle] *ERROR* Hangcheck timer elapsed... blt ring idle [waiting on 223877, at 223877], missed IRQ?
    [ 1023.653768] [drm:i915_hangcheck_ring_idle] *ERROR* Hangcheck timer elapsed... blt ring idle [waiting on 299653, at 299653], missed IRQ?
    and then X froze just by switching desktops in XFCE:
    (EE) [mi] EQ overflowing. Additional events will be discarded until existing events are processed.
    (EE)
    (EE) Backtrace:
    (EE) 0: /usr/bin/X (xorg_backtrace+0x36) [0x58a426]
    (EE) 1: /usr/bin/X (mieqEnqueue+0x26b) [0x56b78b]
    (EE) 2: /usr/bin/X (0x400000+0x4c632) [0x44c632]
    (EE) 3: /usr/bin/X (xf86PostKeyboardEvent+0x4b) [0x48628b]
    (EE) 4: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f1620915000+0x5faf) [0x7f162091afaf]
    (EE) 5: /usr/bin/X (0x400000+0x75b97) [0x475b97]
    (EE) 6: /usr/bin/X (0x400000+0x9f258) [0x49f258]
    (EE) 7: /usr/lib/libpthread.so.0 (0x7f1625509000+0xf1e0) [0x7f16255181e0]
    (EE) 8: /usr/lib/libc.so.6 (ioctl+0x7) [0x7f162424d657]
    (EE) 9: /usr/lib/libdrm.so.2 (drmIoctl+0x28) [0x7f1625300968]
    (EE) 10: /usr/lib/libdrm_intel.so.1 (0x7f1622ad7000+0x9631) [0x7f1622ae0631]
    (EE) 11: /usr/lib/libdrm_intel.so.1 (0x7f1622ad7000+0x97a8) [0x7f1622ae07a8]
    (EE) 12: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7f1622cf7000+0x1243e) [0x7f1622d0943e]
    (EE) 13: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7f1622cf7000+0x28cf7) [0x7f1622d1fcf7]
    (EE) 14: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7f1622cf7000+0xed375) [0x7f1622de4375]
    (EE) 15: /usr/bin/X (0x400000+0x114491) [0x514491]
    (EE) 16: /usr/bin/X (0x400000+0x10d696) [0x50d696]
    (EE) 17: /usr/bin/X (0x400000+0x37e61) [0x437e61]
    (EE) 18: /usr/bin/X (0x400000+0x2696a) [0x42696a]
    (EE) 19: /usr/lib/libc.so.6 (__libc_start_main+0xf5) [0x7f162418da15]
    (EE) 20: /usr/bin/X (0x400000+0x26cad) [0x426cad]
    (EE)
    (EE) [mi] These backtraces from mieqEnqueue may point to a culprit higher up the stack.
    (EE) [mi] mieq is *NOT* the cause. It is a victim.
    so I’m now running with i915.semaphores=1.
    Edit 2: with i915.semaphores=1, X is stable enough, but I have visual glitches (especially in Chromium). Switching from UXA to NoAccel removes those glitches, but then video playing (with either VLC or MPlayer) displays a weird line in the middle…
    Last edited by alub (2013-01-24 16:02:06)

  • "PCI Configuration" terminates ethernet connection, randomly.

    Mavericks 10.10.1,  Macbook Pro Retina (Mid 2012), Thunderbolt Ethernet Adapter.
    Found my network connection (en4) dropping randomly and found a few different reasons in console for this.
    I've tried:
    setting a location in network preferences
    removing thunderbolt adapter in network settings and adding it again
    removing thunderbolt bridge
    rebooting computer
    keeping the system awake by using it - still goes down while using it (clearly not a 'sleep' issue?)
    changing thunderbolt sockets
    testing another thunderbolt ethernet adapter
    Console info below. Any help would be much appreciated, this is a really frustrating problem.
    Here is one event in the Console, showing the link going down due to "PCI configuration":
    (i've highlighted the link going down in bold)
    16/01/2015 11:26:56.000 am kernel[0]: ASP_TCP Detach: Reply queue not empty?
    16/01/2015 11:26:56.610 am com.apple.backupd[1158]: Ejected Time Machine network volume.
    16/01/2015 11:27:29.000 am kernel[0]: Google Chrome He (map: 0xffffff803c583780) triggered DYLD shared region unnest for map: 0xffffff803c583780, region 0x7fff92e00000->0x7fff93000000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
    16/01/2015 11:27:53.000 am kernel[0]: Google Chrome He (map: 0xffffff803ebd4690) triggered DYLD shared region unnest for map: 0xffffff803ebd4690, region 0x7fff92e00000->0x7fff93000000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
    16/01/2015 11:28:52.825 am SystemUIServer[243]: Attempt to use XPC with a MachService that has HideUntilCheckIn set. This will result in unpredictable behavior: com.apple.backupd.status.xpc
    16/01/2015 11:29:36.121 am DesktopServicesHelper[877]: notify name "com.apple.filecoordination.dump_request" has been registered 40 times - this may be a leak
    16/01/2015 11:29:37.000 am kernel[0]: [ PCI configuration begin ]
    16/01/2015 11:29:37.000 am kernel[0]: [ PCI configuration end, bridges 12, devices 17 ]
    16/01/2015 11:29:37.000 am kernel[0]: AppleBCM5701Ethernet [en4]: willTerminate - offline
    16/01/2015 11:29:37.122 am configd[26]: bootp_client_bind_socket_to_if(en4, 9): setsockopt IP_BOUND_IF failed
    16/01/2015 11:29:37.122 am discoveryd[51]: Basic Network GetExtendedFlags ioctl failed Device not configured
    16/01/2015 11:29:37.122 am configd[26]: DHCP en4: RELEASE transmit failed
    16/01/2015 11:29:37.125 am discoveryd[51]: Basic Network GetExtendedFlags ioctl failed Device not configured
    16/01/2015 11:29:37.131 am networkd[127]: +[NETLedBelly stopFastFail] Clearing ledbelly failure cache
    16/01/2015 11:29:37.132 am configd[26]: network changed: v4(en4-:192.168.1.198) DNS- Proxy-
    16/01/2015 11:29:37.136 am discoveryd[51]: Basic WABServer NetResolverEvent no resolvers, resetting domains
    16/01/2015 11:29:37.136 am discoveryd[51]: Basic Bonjour stop listening on en4
    16/01/2015 11:29:37.000 am kernel[0]: smb2_smb_parse_change_notify: smb_rq_reply failed 60
    16/01/2015 11:29:37.000 am kernel[0]: smb2_smb_parse_change_notify: smb_rq_reply failed 60
    16/01/2015 11:29:37.000 am kernel[0]: smb2_smb_parse_change_notify: smb_rq_reply failed 60
    16/01/2015 11:29:37.000 am kernel[0]: smb2_smb_read_write_async: smb_rq_reply failed 60
    16/01/2015 11:29:41.833 am com.apple.iCloudHelper[1238]: objc[1238]: Class FALogging is implemented in both /System/Library/PrivateFrameworks/FamilyCircle.framework/Versions/A/FamilyCircl e and /System/Library/PrivateFrameworks/FamilyNotification.framework/Versions/A/Famil yNotification. One of the two will be used. Which one is undefined.
    16/01/2015 11:29:41.839 am com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    16/01/2015 11:29:42.140 am netbiosd[1077]: network_reachability_changed : network is not reachable, netbiosd is shutting down
    Here is a similar situation (ethernet going down) but a different trigger (apparently?):
    16/01/2015 3:41:09.000 am kernel[0]: pci pause: SDXC
    16/01/2015 3:41:36.000 am kernel[0]: PM response took 1998 ms (27, powerd)
    16/01/2015 3:41:36.000 am kernel[0]: ARPT: 288540.420526: AirPort_Brcm43xx::powerChange: System Sleep
    16/01/2015 3:41:36.000 am kernel[0]: ARPT: 288540.420532: wl0: powerChange: *** BONJOUR/MDNS OFFLOADS ARE NOT RUNNING.
    16/01/2015 3:41:37.000 am kernel[0]: AppleBCM5701Ethernet [en4]: Link down (womp enabled, proxy 1379)
    16/01/2015 3:41:37.000 am kernel[0]: AppleBCM5701Ethernet [en4]:        0        0 memWrInd fBJP_Wakeup_Timer
    16/01/2015 3:41:38.000 am kernel[0]: AppleThunderboltNHIType2::waitForOk2Go2Sx - retries = 86
    16/01/2015 5:04:00.000 am kernel[0]: Wake reason: RTC (Alarm)
    As an overview of down/up events, this is a filtered view for "link" in the console, showing when the ethernet link going up and down last night while I was asleep:
    15/01/2015 11:04:23.757 pm com.apple.backupd[14541]: Copied 186 items (12.6 MB) from volume Macintosh HD. Linked 8558.
    15/01/2015 11:17:22.000 pm kernel[0]: en4: attached with 4 suspended link-layer multicast membership(s)
    15/01/2015 11:17:26.000 pm kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en4, 1-Gigabit, Full-duplex, Symmetric flow-control, Debug [796d,2301,0c01,0200,c5e1,3800]
    16/01/2015 12:12:58.705 am com.apple.backupd[14832]: Copied 959 items (22 MB) from volume Macintosh HD. Linked 9314.
    16/01/2015 1:21:48.047 am com.apple.backupd[14954]: Copied 179 items (12.8 MB) from volume Macintosh HD. Linked 7713.
    16/01/2015 2:10:19.000 am kernel[0]: AppleBCM5701Ethernet [en4]: Link down (womp enabled, proxy 1379)
    16/01/2015 3:10:21.000 am kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en4, 1-Gigabit, Full-duplex, Symmetric flow-control, Debug [796d,2301,0c01,0200,c5e1,3800]
    16/01/2015 3:10:32.000 am kernel[0]: AppleBCM5701Ethernet [en4]: Link down (womp enabled, proxy 1379)
    16/01/2015 3:34:00.000 am kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en4, 1-Gigabit, Full-duplex, Symmetric flow-control, Debug [796d,0301,0c01,0200,c5e1,3800]
    16/01/2015 3:34:00.000 am kernel[0]: AppleBCM5701Ethernet [en4]:        0        0 Linkup - sending up wakeup packet
    16/01/2015 3:34:52.000 am kernel[0]: AppleBCM5701Ethernet [en4]: Link down (womp enabled, proxy 1379)
    16/01/2015 3:40:32.000 am kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en4, 1-Gigabit, Full-duplex, Symmetric flow-control, Debug [796d,0301,0c01,0200,c5e1,3800]
    16/01/2015 3:41:37.000 am kernel[0]: AppleBCM5701Ethernet [en4]: Link down (womp enabled, proxy 1379)
    16/01/2015 5:04:07.000 am kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en4, 1-Gigabit, Full-duplex, Symmetric flow-control, Debug [796d,0301,0c01,0200,c5e1,3800]
    16/01/2015 5:08:36.823 am com.apple.backupd[15061]: Copied 144 items (12.7 MB) from volume Macintosh HD. Linked 7781.
    16/01/2015 5:09:52.000 am kernel[0]: AppleBCM5701Ethernet [en4]: Link down (womp enabled, proxy 1379)
    16/01/2015 6:34:56.000 am kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en4, 1-Gigabit, Full-duplex, Symmetric flow-control, Debug [796d,0301,0c01,0200,c5e1,3800]
    16/01/2015 6:35:59.000 am kernel[0]: AppleBCM5701Ethernet [en4]: Link down (womp enabled, proxy 1379)
    16/01/2015 7:36:03.000 am kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en4, 1-Gigabit, Full-duplex, Symmetric flow-control, Debug [796d,0301,0c01,0200,c5e1,3800]
    16/01/2015 7:37:01.000 am kernel[0]: AppleBCM5701Ethernet [en4]: Link down (womp enabled, proxy 1379)
    16/01/2015 8:22:17.000 am kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en4, 1-Gigabit, Full-duplex, Symmetric flow-control, Debug [796d,0301,0c01,0200,c5e1,3800]

    I think I've solved the problem.
    The thunderbolt bridge was re-added to my config and I thought it would never go away. So I'd left it there. Problem still existed.
    Then I randomly thought to remove it again. Now the problem hasn't yet returned. If it does, I'll post back here.

Maybe you are looking for

  • How can I switch my iTunes match to a different apple ID?

    It seems like when I signed up for iTunes match that I didnt realize my wife's apple ID was already logged in so she has iTunes match and will never use it and I want it for mine.   All I want to do is switch the ID's cause they are linked to the sam

  • Cant download itunes laptop keeps coming up with error message

    I tried to install the new update but laptop refused to do it as it didnt have enough memory. I deleted a few things to make enough memory and then tried again but it stopped half way through crashed and then deleted itself off my laptop along with a

  • INVALID OR MISSING .DLL INSTALLING NEW ODP 10.2 BETA

    Hi, We've been trying to install the new ODP beta and having a vairety of problems, some look like a corrupted .exe but my problem is 'invalid or missing dll' when I click on the beta .exe. No .dll is specified and I've changed the path, reinstalled

  • Pc to pc media streaming via the internet

    hey everyone.... im new to this java programming.. im doing a project where i need to display pictures captured on a web cam on one side of a pc and display it on another pc via the internet.... are there any source code which i can use to do this ??

  • Check Box in Tree Control

    I found that the oracle installation is using tree control with check box. I tried to use the same feature in my application. But I found that the tree control in swing and infoswing is not having the feature to add checkbox in the tree control. If a