Filesystems - ext4 vs XFS on multimedia HDDs

Hi,
I was wondering how does XFS perform in the long run compared to ext4 on strictly multimedia storage hard drivers - where no file is less than 500mb.
I read some benchmarks, and all these tests show XFS in various situations - but I am unable to determine how would this reflect on usage in practice - e.g. one of most important things for me is copying <from> and <to> the hard drive.
I ran some quick benchmarks on my own:
Copying 232.6mb:
XFS - 70mb/s write, 45mb/s read
EXT4 - 69mb/s write, 48mb/s read
JFS - 60mb/s write (little behind), 50mb/s read
So, my question is, is it worth it to run all my multimedia storage partitions on XFS or should I just stick to ext4 since it seems just as fast (at least by my estimate), and is relatively newer and more maintained?

If someone's interested... I tested XFS and ext4 on fastest hard drive I currently have, and tweaked the mount settings on both filesystems. The both partitions are on the same hard drive as shown:
/dev/sda2 ext4 40G 24G 14G 64% /home
/dev/sda4 xfs 172G 733M 172G 1% /media/ST3250410AS
The fstab tweaks are noatime,nobarrier for both, and logbufs=8 for XFS:
/dev/sda2 /home ext4 defaults,noatime,nobarrier 0 1
/dev/sda4 /media/ST3250410AS xfs defaults,noatime,nobarrier,logbufs=8 0 0
At these settings write speed is (copied FROM the same hard drive to sda2/sda4):
ext4 - 70.77mb/s
XFS - 96.92mb/s
Read speed is (copied TO the same hard drive from sda2/sda4):
ext4 - 73.72mb/s
XFS - 83.43mb/s
So in terms of pure read/write speed, XFS still wins when tweaked...
Last edited by karabaja4 (2010-12-27 21:11:57)

Similar Messages

  • Filesystems benchmarked: EXT3 vs EXT4 vs XFS vs BTRFS

    I wondered across this fine artical this morning, and thought I would share it with the community.
    Quote:
    Let's start from the most obvious: the best balanced filesystem seems to be the mature, almost aging EXT3. This is natural, as it received most cumulative improvements over a long period of time. It has very good sequential and random write speeds and reasonable read speed, factors that are of utmost importance on several different tasks. For example, if you plan to run a database server you are almost forced to use EXT3, as all other filesystems seems to have big problems with synchronized random write speed. Also, you can't go wrong with EXT3 if you use it on your workstation as its performances are quite good in a great amount of different jobs. Finally, EXT3 is more stable than the others FS as most of its bug are by now already worked out.
    However, this not means that EXT3 is the perfect FS: first, it that lacks some important features as delayed allocation and online compression. It lacks native snapshots capability also but you can use LVM to overcome this. It is more fragmentation-prone that EXT4 and XFS and it is very slow in creating/deleting large amount of files, denoting a not-so-good metadata handling. Moreover, it use more CPU cycles than EXT4 and XFS, but with todays CPU I don't think that this is a great problem. If you can live with these minor faults, EXT3 is the right filesystem for you.
    Please don't just read that one paragraph though, they have ten pages worth of detailed and varied benchmarks they used to form that opinion. And the artical is dated from the middle of last month, nice and recent
    Interesting stuff, I thought that ext4 would do better (not that it did poorly, but relative to ext3) And that btrfs wouldnt be as slow as it currently seems, though as the tester commented, it's a very new filesystem. Maybe Arch should ship btrfs as an install option? Help these guys iron out the bugs!

    fukawi2 wrote:
    Misfit138 wrote: Dodge RAM 2500 Cummins Turbodiesel FTW.
    F650 FTW
    Well if you go there, then I have to pull out my Chevy Kodiak Pickup.
    Last edited by Misfit138 (2010-12-04 02:13:59)

  • Suggest filesystem for multimedia (TV Shows & Movies only) files

    I got a new HDD, Samsung Green, 500 GB, SATA II @ 5400 rpm. I'll use this to basically store all my multimedia files (TV Shows & Movies, no music) which will be accessed via XBMC. Moreover, I may use it to store some VirtualBox disk images as well. This partition will also be shared by Debian 6.0 which I intend to install by allocating a little space (25 GB). So, in a nutshell, here's what the partition table is going to  look like :-
    /dev/sdb1 = Debian, ext4 25 GB
    /dev/sdb2 = XBMC, 441 GB
    Now I need you guys to suggest me a filesystem for the XBMC partition. It will not be accessed by Windows. I was initially thinking of going the Btrfs way, but I think that it is still in unstable stage (according to Wikipedia). Ext4 is robust and tested. I was also eyeing XFS & Reiser4.
    The conclusion is, I'm really confused. Help me out!!
    The system is running on AMD Athlon II X4 640, 4 GB RAM & NVIDIA GTX 260 Core 216 & is pure 64-bit and fully updated.
    Last edited by tarun.hellknight (2011-02-07 20:24:59)

    Either ext4 or xfs will do fine, there are a few other threads about this on the forums so i would suggest to look around a bit.

  • Best filesystem for external hard drive?

    I just bought a Maxtor Basics 1 TB external hard drive. I think the current filesystem it is using is NTFS. Should I stick with it, or should I reformat it to ext3( or something better?). What are the advantages and disadvantages?. Primary use is in linux.

    xfs is great for big files, but so is ext4. xfs sucks with small files, ext4 doesn't. ext4 by default offers safer journaling, but it will be easily available only with the next kernel release, which should come soon, and might be regarded as more hazardous than well-tested xfs. Converting a filesystem from ext3 to ext4 is trivial, but you'd have to move the old files around to make them use extents.
    I myself have moved my /home partition, holding mostly big files, to ext4 from xfs, but that's because of its better small file performance.

  • Benchmarking Filesystems Part ||

    Hi,
    Probably most of you here read Slashdot and probably everyone have already read this benchmark article. For those who didn't:
    Benchmarking Filesystems Part II, by Justin Piszcz
    It looks really suprising. It appears that ReiserV4, which all seem to be so fond of, isn't the best idea for low-CPU machines or laptops (where CPU usage=power). I wouldn't be really suprised if it's benchmarks wouldn't shine on fast machines either.
    I'm currently running ReiserV3 (and, as pointed out in the benchmark, it's mounttimes suck), but after reading this article I think of moving FSs. Ext3 seems to have gotten a lot better since last benchmark - too bad dir_indexing wasn't benchmarked. I've never really checked out XFS or JFS, but judging from the article these look really promising. Anyone tried these?
    Thoughts/comments/overall discussion follows...

    Here are my findings. Again, between hardware and users' needs, YMMV. My results for XFS, for example, probably won't apply to you if you have a fast SATA or SCSI drive, and you'll find ext3 grossly lacking if you're dealing with filesystems of petabyte size (e.g. systems that handle data from particle colliders).
    - JFS is fast, CPU efficient, and generally rocks. It's not quite as good with lots of small files as ReiserFS, but very close, and appears to have faster read speeds.
    - Indexed ext3 is very very very fast for just about everything... except pacman. It seems, for some reason, that the pacman "database" gets fragmented a bit faster on ext3 than on other filesystems. The slight sluggishness of pacman isn't a showstopper though, and pacman-optimize usually takes care of it for a while. Other than that, though, indexed ext3 is very good.
    - Non-indexed ext3 is very slow. My general recommendation is to never use ext3 without directory indexing.
    - ReiserFS is pretty good. There's supposedly a performance hit from tail packing, but I've never seen increased performance with tail packing turned off. I do have a major complaint about it though: journal replay on mount, which takes forever for large volumes.
    - XFS is incredibly slow, and causes a lot of hard drive grinding, especially when dealing with lots of small files - although for me, it doesn't perform well with large ones either. I've heard tell of ways to make it perform better with small files, but never found details on them, and I'm betting they're quite mythical; at any rate, I don't think it would make a difference, as this filesystem seems to disagree with my HDDs.
    - Ext2 (nonjournalled) should NEVER be used on hard drives. I learned this in a rather irritating way, when my ext2 boot partition became corrupted when I accidentally hit the power switch while my machine was still on, and a kernel panic message greeted me on the next boot. There's a good reason to use journalled filesystems, folks!

  • Truecrypt filesystem broken

    Today out of the blue, I can no longer mount one of my truecrypt volumes.
    I found this guide, which does not work for me, but at least gives me some general directions:
    https://linuxexpresso.wordpress.com/201 … in-ubuntu/
    I can mount the truecrypt part of it (so /dev/mapper/truecrypt2 exists) but I cant mount this mapper.
    If I try to mount the volume:
    dmesg | tail
    [ 1930.347112] EXT4-fs (dm-2): VFS: Can't find ext4 filesystem
    [ 1930.347540] EXT4-fs (dm-2): VFS: Can't find ext4 filesystem
    [ 1930.347944] EXT4-fs (dm-2): VFS: Can't find ext4 filesystem
    [ 1930.349238] XFS (dm-2): bad magic number
    [ 1930.349243] XFS (dm-2): SB validate failed
    What seems strange to me:
    sudo fsck.ext4 /dev/mapper/truecrypt2
    e2fsck 1.42.6 (21-Sep-2012)
    ext2fs_open2: Ungültige magische Zahl im Superblock
    fsck.ext2: Superblock ungültig versuche es mit Backup-Blöcken...
    fsck.ext2: Ungültige magische Zahl im Superblock beim Versuch, /dev/mapper/truecrypt2 zu öffnen
    SuperBlock ist unlesbar bzw. beschreibt kein gültiges ext2
    Dateisystem. Wenn Gerät gültig ist und ein ext2
    Dateisystem (kein swap oder ufs usw.) enthält, dann ist der SuperBlock
    beschädigt, und sie könnten e2fsck mit einem anderen SuperBlock:
    e2fsck -b 8193 <Gerät>
    english: bad magic number in superblock.
    The superblock could not be read or does not describe a correct ext2.
    It is an ext4 filesystem. Why does this tool think it is ext2?
    I checked where the backups of the superblock should be kept and tried to use e2fsck to recover.
    sudo e2fsck -b 229376 /dev/mapper/truecrypt2
    Bad magic number when trying to open /dev/mapper/truecrypt2.
    Is there any way to recover from this state?
    Last edited by GNA (2013-01-02 14:28:42)

    I'm getting something like this when running thunderbird through terminal and trying to display lightning in a tab on an empty profile:
    -- Exception object --
    + message (string) 'Components.classes['@mozilla.org/calendar/datetime;1'] is undefined'
    + fileName (string) 'chrome://calendar/content/calUtils.js'
    + lineNumber (number) 75
    + stack (string) 759 chars
    + name (string) 'TypeError'
    -- Stack Trace --
    createDateTime()@chrome://calendar/content/calUtils.js:75
    now()@chrome://calendar/content/calUtils.js:344
    switchToView(null)@chrome://calendar/content/calendar-views.js:370
    ltnSelectCalendarView(null)@chrome://lightning/content/messenger-overlay-sidebar.js:255
    ltnShowCalendarView(null,(void 0))@chrome://lightning/content/messenger-overlay-sidebar.js:272
    showCalendarView(null)@chrome://calendar/content/calendar-views.js:287
    ltnSwitch2Calendar()@chrome://lightning/content/messenger-overlay-sidebar.js:452
    ([object Object],[object Object])@chrome://lightning/content/messenger-overlay-sidebar.js:85
    openTab("calendar",[object Object])@chrome://messenger/content/tabmail.xml:542
    oncommand([object XULCommandEvent])@chrome://messenger/content/messenger.xul:1
    I figured that it might have to do with my setup. I'm running the profile from within a mounted truecrypt volume. If I don't do that, everything works fine it seems.
    So it might be related to this post in a way: https://bbs.archlinux.org/viewtopic.php?id=105701
    But after reading it closeley I don't really know how to apply what's written there to my problem as I don't use symlinks in any way but thunderbirds profilemanager to start a different profile.
    I'm thinking about a permissions problem and will post results later...
    Last edited by king.flasher.dave (2010-10-24 12:29:33)

  • IMac not booting after putting HDD in windows machine

    Hi, I'm helping a friend repair an iMac G5 ALS (before the iSight ones)
    The main problem is that it keeps switching itself off, or just not turning on at all, but i have ordered a new power supply to fix that.
    The other problem is that, before I did anything to the mac, I put the hard drive in to my Windows Vista machine to back up important files. But the drive didnt appear in My Computer. So, I right-clicked on My Computer, went to Manage and then the Disk Management service. From here I right-clicked on the Mac drive that had appeared on this menu and then clicked 'Initialize' (I had done this before on a Windows HDD so it seamed like the logical thing to do) but nothing happened. (I now know that it wasn't recognized by Windows because of the different filesystem on macs)
    I put the HDD back in the mac and waited for it to start playing ball. Eventually it decided to turn on, but instead of booting, it came up with the flashing question mark folder. I put the Leopard disk I have into the machine and it booted to the Leopard installer.
    Using the disk utility I found that the hard drive was there so I verified and repaired it and rebooted but still just the flashing question mark folder comes up.
    I'm fairly certain that it was the 'Initializing' that caused all the boot problems.
    Any ideas anyone? Cheers in advance.

    Welcome to Discussions - you will have to reinitialize the hard drive as Mac OS Extended (journaled) before it can be recognized by the machine. Boot from the Leopard disc and after you have selected English as your language, go to Tools (or whatever it is called, I don't have it in front of me)in the menu bar and select Disk Utility and reformat the drive.

  • I am looking for new BIOS for HDD STORE TV

    I have multi HDD STORE TV, but I am not satisfied it, because it supports very very limited number of formats.
    Unfortunately does not read MKV and many other formats.
    May be at somebody have new BIOS for it or from another HDD compatible that reads more formats?
    I will be very grateful.

    >May be at somebody have new BIOS for it or from another HDD compatible that reads more formats?
    If something like that would be available, then you would find this on the Toshiba European driver page in the download area.
    http://eu.computers.toshiba-europe.com/innovation/download_drivers_bios.jsp
    Choosing Options -> Drive Devices -> Multimedia HDD -> 3.5 StorE TV you would get the software related to this option part but as I can see there are no updates for this time

  • Chroot into x86_64 HDD

    How does one chroot into a live usb.img boot to a HDD having x86-64 installed...(live.img is x86-64)?
    Will pacman be usable to download packages and install same?

    I wish to use the usb.img flash device to boot.(x86_64)
    Then I wish to chroot into my HDD which is x86_64 system.
    I have a problem with booting in that HDD(and another) after upgrade to kernel "30".
    Therefore I wish to re-install packages via pacman to correct my difficulty with the HDD boot(fails).
    Therefore I need chroot instructions for x86_64 which will permit corrective action to be pursued.
    Obviously, I cannot use 32bit chroot on an x86_64 system.
    Perhaps there is no essential difference except to have an x86_64 live device to perform the procedures.
    I request exact directions to enable the chroot of my HDD partitions( as many as are needed).
    I was given a first instruction to make a /mnt/hd directory.
    Then was given the instruction to ...mount /dev/hdd /mnt/hd.
    As I understand ...mount... it has to be a filesystem that is mounted, not a HDD.
    So I ask for the exact steps needed to permit me to fix my non-booting usbHDD.
    I hope this isn't too complex to understand?
    Edit: Filed bug report 15281.............
    Last edited by lilsirecho (2009-06-27 02:43:11)

  • Partitioning 500GB-HDD and 80GB-SSD for Arch

    Hello guys,
    I have a laptop with a 500GB Harddisk and a 80 GB SSD installed, and I would like to get the most efficient partition layout.
    Note: Many times I have seen people suggesting putting the swap or the /var/tmp on the SSD, that is definitely something i do not want. SSD Disks have a limited number of write operations before they die, and therefore putting the Swap to the SSD is ridiculous.
    I have come up with the following partitions scheme, and i would like to discuss, and refine that with you:
    --- To make things easier I called the HDD hddX and the SSD ssdX. ---
    /dev/ssd1        /boot            ext2        noauto,noatime    1 2
    /dev/ssd2        /            ext4        noatime        0 1
    /dev/hdd1        /var/tmp        ext4        noatime        0 0       # on hdd for compilation
    /dev/hdd2        /home            ext4        noatime        0 0
    tempfs            /tmp            tmpfs defaults,nosuid,size=1024M,mode=1777    0 0
    16 GIG Swap at beginning of HDD!
    Is there any refinement you see? Or anything else in /var that must go on the HDD?
    Best Wishes,
    Daniel
    Last edited by alphamaennchen (2011-05-31 05:37:52)

    I have been using ssd laptop for quite some time now, and I have to definitely agree with graysky about swap. You probably don't need swap. It's an echo of the past, when PC's really were low on ram... Today, unless you use some specialized memory-hungry software you can do without swap even with 2GBs of ram. Check your system monitor, it's likely that you have a big memory redundancy all the time. And 16GB swap is ridiculous - you would go mad with software working on swap, even 2GB, believe me. And running all that you have in your system probably wouldn't use all your ram. It's funny how people still think that they need swap today. Use it only if you use hibernate.
    I would put /boot and / on ssd. I don't see any reason to put /var on ssd - surely ssd is fast, but hdd isn't that slow - I doubt that var would use more than 50MB/s, which every modern HDD should exceed. And depending what you mainly use /home for, it also can be put on ssd.(/home is hmmm... "unpredictable" - for example WINE can mess it up).
    And remember to add noatime and discard mount options to ssd partitions. There are few other tweaks for ssd too. For example, if you put /home on ssd, you can move your web browser's cache(I moved it to RAM).
    Last edited by bart_vv (2011-08-02 20:51:27)

  • Installation on SSD and HDD

    Hi
    I have been attempting to install Arch 64bit on my computer which has a 60Gb SSD and a 1Tb HDD. It has 8Gb RAM. I wish to set up the partitions as follows:
    SSD:
    Partition 1     -     mountpoint: /boot     -     size: ~100 Mb
    Partition 2     -     mountpoint: /           -     size: ~The rest
    HDD:
    Partition 1     -     mountpoint: /home      -     size: All except swap
    Partition 2     -     Used as swap space   -    size: 8 Gb
    However, I can't find out how to do this. During the install I can manage to partition the drives as desired, but when it comes to setting the mountpoints I can't see where to do this.
    Could someone walk me through how to do this? If not, would it be possible to install everything to the HDD and later (post-install) move the /boot and / to the SSD?
    Thanks
    Last edited by sheomualjy (2011-12-23 09:11:11)

    partition the drives before booting up the arch installer. fire up ubuntu or any other graphical enviroment and partition the drives using gparted.
    gpt as default partition table for both drives
    1mb partition on the ssd as bios_grub (i don't know if you need this but i came from fedora and this was a requirement to install))
    the rest as / (ext4, btrfs)
    now partition the hdd as you like
    boot into the arch installer and set the mountpoints for your partitions
    as areference my /etc/fstab :
    tmpfs /tmp tmpfs nodev,nosuid 0 0
    UUID=59fefc2d-31cb-4464-87f3-2e19c1ada44b /home ext4 defaults,noatime 0 1
    UUID=677861be-cd67-4d29-9edb-8591a447e65a swap swap defaults 0 0
    UUID=a9781a19-6925-467e-8d78-1e0cc0909210 / ext4 defaults,noatime,discard 0 1
    tmpfs /var/log tmpfs defaults,noatime,mode=755 0 0
    tmpfs /var/tmp tmpfs defaults,noatime 0 0
    tmpfs /var/run tmpfs defaults,noatime,mode=755 0 0
    tmpfs /var/lock tmpfs defaults,noatime 0 0
    tmpfs /home/markus/.thumbnails tmpfs defaults,noatime 0 0
    tmpfs /home/markus/.cache tmpfs defaults,noatime 0 0
    make sure you mount the ssd partitions with discard,noatime!

  • [SOLVED] low speed & high CPU usage copying files between two HDD

    Both HDD are connected by SATA to the MB. One is in NTFS format (shared with windows 7) and the other one has different partitions. 
    I'm trying to copy one file (230 MB) from an ext4 partition to the NTFS HDD. The speed is about 40 kB/s and on the system monitor, I can see how one of the cores is about 100 % of usage!
    I have done these operations lot of times and never happened something like that.
    What should I have to look?
    Last edited by doblerone (2013-06-03 17:01:59)

    doblerone wrote:
    Perfect Gentleman wrote:did you install ntfs-3g ?
    Yes, it was installed.
    jrussell wrote:How have you mounted the drives? What command did you use to mount them?
    They are mounted both automatically at startup. This is my fstab:
    GNU nano 2.2.6 Fichero: /etc/fstab
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    # UUID=904c8353-bb08-4e15-af53-0db8e8487b2e
    /dev/sda5 / ext4 rw,relatime,data=ordered 0 1
    # UUID=b361c968-872d-4e0b-a541-e8a046d8baf5
    /dev/sda3 /boot ext2 rw,relatime 0 2
    # UUID=da4616d1-960c-4027-a895-362c448f68f0
    /dev/sda6 /home ext4 rw,relatime,data=ordered 0 2
    # UUID=3f1764b5-242f-48d8-a8fb-5eb4223e8cda
    /dev/sda7 none swap defaults 0 0
    # UUID=EE4A513F4A5105AD
    /dev/sdb1 /media/Almacenamiento ntfs auto,user,sync,exec,dev,rw 0 0
    Why are you mounting a flash drive on your fstab? (unless its always in your PC when you boot....or you never want to remove it?)
    unmount the usb (/dev/sdb1)
    Then I think try hash out that line for the usb (/dev/sdb1) and install ntfs-3g and mount with
    mount.ntfs-3g /dev/sdb1 /mnt

  • [SOLVED] Ongoing NVIDIA upgrade issues (TV card related?).

    [If you think this would be more appropriate in another section, feel free to move it?   I'm kind of an nvidia noob, so I thought this might be a good place to start...]
    I haven't been able to get a working X session following nvidia/kernel upgrades since last October or so.   Everytime I would upgrade the kernel and/or the nvidia driver, my X would fail.
    NVIDIA: could not open the device file /dev/nvidia0 (Input/output error)
    FATAL server error: no screens found
    (This is my "mythtv" box--so there's a hauppauge card installed--I have no idea if that's a factor.  I have a LCD monitor connected--as well as an 'old school' CRT television one room over connected....  My other box updated yesterday to the latest kernel/nvidia driver with no problems.)
    The problem box has a geforce 8400 video card in it.
    Here is my /var/log/xorg.0.log:
    [ 100.722]
    X.Org X Server 1.12.1
    Release Date: 2012-04-13
    [ 100.722] X Protocol Version 11, Revision 0
    [ 100.722] Build Operating System: Linux 3.3.1-1-ARCH i686
    [ 100.722] Current Operating System: Linux intel-arch 3.3.2-1-ARCH #1 SMP PREEMPT Sat Apr 14 10:08:43 UTC 2012 i686
    [ 100.722] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda6 vga=794
    [ 100.723] Build Date: 14 April 2012 07:32:51AM
    [ 100.723]
    [ 100.723] Current version of pixman: 0.24.4
    [ 100.723] Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
    [ 100.723] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 100.724] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 23 12:06:01 2012
    [ 100.724] (==) Using config file: "/etc/X11/xorg.conf"
    [ 100.724] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 100.730] (==) ServerLayout "Layout0"
    [ 100.730] (**) |-->Screen "Screen0" (0)
    [ 100.730] (**) | |-->Monitor "Monitor0"
    [ 100.730] (**) | |-->Device "Device0"
    [ 100.730] (**) |-->Input Device "Keyboard0"
    [ 100.730] (**) |-->Input Device "Mouse0"
    [ 100.730] (==) Automatically adding devices
    [ 100.731] (==) Automatically enabling devices
    [ 100.731] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 100.731] Entry deleted from font path.
    [ 100.731] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 100.731] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 100.731] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 100.731] (WW) Disabling Keyboard0
    [ 100.731] (WW) Disabling Mouse0
    [ 100.731] (II) Loader magic: 0x82215a0
    [ 100.731] (II) Module ABI versions:
    [ 100.731] X.Org ANSI C Emulation: 0.4
    [ 100.731] X.Org Video Driver: 12.0
    [ 100.731] X.Org XInput driver : 16.0
    [ 100.731] X.Org Server Extension : 6.0
    [ 100.731] (--) PCI:*(0:1:0:0) 10de:06e4:1462:1162 rev 161, Mem @ 0xfa000000/16777216, 0xe0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000ef00/128, BIOS @ 0x????????/131072
    [ 100.732] (--) PCI: (0:6:1:0) 4444:0803:0070:4000 rev 1, Mem @ 0xf4000000/67108864
    [ 100.732] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 100.732] (II) LoadModule: "extmod"
    [ 100.732] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 100.732] (II) Module extmod: vendor="X.Org Foundation"
    [ 100.732] compiled for 1.12.1, module version = 1.0.0
    [ 100.732] Module class: X.Org Server Extension
    [ 100.732] ABI class: X.Org Server Extension, version 6.0
    [ 100.732] (II) Loading extension MIT-SCREEN-SAVER
    [ 100.732] (II) Loading extension XFree86-VidModeExtension
    [ 100.732] (II) Loading extension XFree86-DGA
    [ 100.732] (II) Loading extension DPMS
    [ 100.732] (II) Loading extension XVideo
    [ 100.732] (II) Loading extension XVideo-MotionCompensation
    [ 100.732] (II) Loading extension X-Resource
    [ 100.732] (II) LoadModule: "dbe"
    [ 100.732] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 100.732] (II) Module dbe: vendor="X.Org Foundation"
    [ 100.732] compiled for 1.12.1, module version = 1.0.0
    [ 100.732] Module class: X.Org Server Extension
    [ 100.732] ABI class: X.Org Server Extension, version 6.0
    [ 100.732] (II) Loading extension DOUBLE-BUFFER
    [ 100.732] (II) LoadModule: "glx"
    [ 100.732] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 100.752] (II) Module glx: vendor="NVIDIA Corporation"
    [ 100.752] compiled for 4.0.2, module version = 1.0.0
    [ 100.752] Module class: X.Org Server Extension
    [ 100.752] (II) NVIDIA GLX Module 295.40 Thu Apr 5 21:49:54 PDT 2012
    [ 100.752] (II) Loading extension GLX
    [ 100.752] (II) LoadModule: "record"
    [ 100.752] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 100.752] (II) Module record: vendor="X.Org Foundation"
    [ 100.752] compiled for 1.12.1, module version = 1.13.0
    [ 100.752] Module class: X.Org Server Extension
    [ 100.752] ABI class: X.Org Server Extension, version 6.0
    [ 100.752] (II) Loading extension RECORD
    [ 100.752] (II) LoadModule: "dri"
    [ 100.752] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 100.752] (II) Module dri: vendor="X.Org Foundation"
    [ 100.752] compiled for 1.12.1, module version = 1.0.0
    [ 100.752] ABI class: X.Org Server Extension, version 6.0
    [ 100.752] (II) Loading extension XFree86-DRI
    [ 100.752] (II) LoadModule: "dri2"
    [ 100.752] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 100.752] (II) Module dri2: vendor="X.Org Foundation"
    [ 100.752] compiled for 1.12.1, module version = 1.2.0
    [ 100.752] ABI class: X.Org Server Extension, version 6.0
    [ 100.752] (II) Loading extension DRI2
    [ 100.752] (II) LoadModule: "nvidia"
    [ 100.753] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 100.753] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 100.753] compiled for 4.0.2, module version = 1.0.0
    [ 100.753] Module class: X.Org Video Driver
    [ 100.753] (II) NVIDIA dlloader X Driver 295.40 Thu Apr 5 21:29:50 PDT 2012
    [ 100.753] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 100.753] (--) using VT number 7
    [ 100.773] (II) Loading sub module "fb"
    [ 100.773] (II) LoadModule: "fb"
    [ 100.774] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 100.774] (II) Module fb: vendor="X.Org Foundation"
    [ 100.774] compiled for 1.12.1, module version = 1.0.0
    [ 100.774] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 100.774] (II) Loading sub module "wfb"
    [ 100.774] (II) LoadModule: "wfb"
    [ 100.774] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 100.774] (II) Module wfb: vendor="X.Org Foundation"
    [ 100.774] compiled for 1.12.1, module version = 1.0.0
    [ 100.774] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 100.774] (II) Loading sub module "ramdac"
    [ 100.774] (II) LoadModule: "ramdac"
    [ 100.774] (II) Module "ramdac" already built-in
    [ 100.774] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 100.774] (==) NVIDIA(0): RGB weight 888
    [ 100.774] (==) NVIDIA(0): Default visual is TrueColor
    [ 100.774] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 100.774] (**) NVIDIA(0): Enabling 2D acceleration
    [ 101.451] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 101.451] (EE) NVIDIA(0): check your system's kernel log for additional error
    [ 101.451] (EE) NVIDIA(0): messages and refer to Chapter 8: Common Problems in the
    [ 101.451] (EE) NVIDIA(0): README for additional information.
    [ 101.451] (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    [ 101.451] (II) UnloadModule: "nvidia"
    [ 101.451] (II) UnloadSubModule: "wfb"
    [ 101.451] (II) UnloadSubModule: "fb"
    [ 101.451] (EE) Screen(s) found, but none have a usable configuration.
    [ 101.451]
    Fatal server error:
    [ 101.451] no screens found
    [ 101.451]
    Please consult the The X.Org Foundation support
    at [url]http://wiki.x.org[/url]
    for help.
    [ 101.451] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 101.451]
    [ 101.491] Server terminated with error (1). Closing log file.
    Here's the lspci:
    00:00.0 Host bridge: Intel Corporation 4 Series Chipset DRAM Controller (rev 03)
    00:01.0 PCI bridge: Intel Corporation 4 Series Chipset PCI Express Root Port (rev 03)
    00:1a.0 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #4
    00:1a.1 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #5
    00:1a.2 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #6
    00:1a.7 USB controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #2
    00:1b.0 Audio device: Intel Corporation 82801JI (ICH10 Family) HD Audio Controller
    00:1c.0 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 1
    00:1c.3 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 4
    00:1c.4 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 5
    00:1c.5 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 6
    00:1d.0 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #1
    00:1d.1 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #2
    00:1d.2 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #3
    00:1d.7 USB controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #1
    00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 90)
    00:1f.0 ISA bridge: Intel Corporation 82801JIR (ICH10R) LPC Interface Controller
    00:1f.2 IDE interface: Intel Corporation 82801JI (ICH10 Family) 4 port SATA IDE Controller #1
    00:1f.3 SMBus: Intel Corporation 82801JI (ICH10 Family) SMBus Controller
    00:1f.5 IDE interface: Intel Corporation 82801JI (ICH10 Family) 2 port SATA IDE Controller #2
    01:00.0 VGA compatible controller: NVIDIA Corporation G98 [GeForce 8400 GS] (rev a1)
    03:00.0 SATA controller: JMicron Technology Corp. JMB363 SATA/IDE Controller (rev 02)
    03:00.1 IDE interface: JMicron Technology Corp. JMB363 SATA/IDE Controller (rev 02)
    04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
    05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
    06:01.0 Multimedia video controller: Internext Compression Inc iTVC15 (CX23415) Video Decoder (rev 01)
    06:07.0 FireWire (IEEE 1394): Texas Instruments TSB43AB23 IEEE-1394a-2000 Controller (PHY/Link)
    I deleted my dual-screen, been-working-for-years xorg.conf file and used nvidia-xconfig to generate a 'clean' one (?):
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 295.40 ([email protected]) Thu Apr 5 22:33:07 PDT 2012
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Here's a dmesg:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.3.2-1-ARCH (tobias@T-POWA-LX) (gcc version 4.7.0 20120407 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Apr 14 10:08:43 UTC 2012
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
    [ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 000000007feb0000 (usable)
    [ 0.000000] BIOS-e820: 000000007feb0000 - 000000007fee2000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 000000007fee2000 - 000000007fef0000 (ACPI data)
    [ 0.000000] BIOS-e820: 000000007fef0000 - 000000007ff00000 (reserved)
    [ 0.000000] BIOS-e820: 00000000f0000000 - 00000000f4000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
    [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    [ 0.000000] DMI 2.4 present.
    [ 0.000000] DMI: Gigabyte Technology Co., Ltd. EP45-UD3P/EP45-UD3P, BIOS F10 02/05/2010
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] last_pfn = 0x7feb0 max_arch_pfn = 0x100000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CCFFF write-protect
    [ 0.000000] CD000-EFFFF uncachable
    [ 0.000000] F0000-FFFFF write-through
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 base 07FF00000 mask FFFF00000 uncachable
    [ 0.000000] 2 disabled
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [c00f5800] f5800
    [ 0.000000] initial memory mapped : 0 - 00c00000
    [ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
    [ 0.000000] 0000000000 - 0000400000 page 4k
    [ 0.000000] 0000400000 - 0037400000 page 2M
    [ 0.000000] 0037400000 - 00377fe000 page 4k
    [ 0.000000] kernel direct mapping tables up to 377fe000 @ bfb000-c00000
    [ 0.000000] RAMDISK: 37d20000 - 37ff0000
    [ 0.000000] Allocated new RAMDISK: 3752e000 - 377fd698
    [ 0.000000] Move RAMDISK from 0000000037d20000 - 0000000037fef697 to 3752e000 - 377fd697
    [ 0.000000] ACPI: RSDP 000f7630 00014 (v00 GBT )
    [ 0.000000] ACPI: RSDT 7fee2040 00040 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    [ 0.000000] ACPI: FACP 7fee20c0 00074 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    [ 0.000000] ACPI: DSDT 7fee2180 0507F (v01 GBT GBTUACPI 00001000 MSFT 0100000C)
    [ 0.000000] ACPI: FACS 7feb0000 00040
    [ 0.000000] ACPI: HPET 7fee7340 00038 (v01 GBT GBTUACPI 42302E31 GBTU 00000098)
    [ 0.000000] ACPI: MCFG 7fee73c0 0003C (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    [ 0.000000] ACPI: EUDS 7fee7480 00560 (v01 GBT 00000000 00000000)
    [ 0.000000] ACPI: TAMG 7fee79e0 06852 (v01 GBT GBT B0 5455312E BG?? 00020101)
    [ 0.000000] ACPI: APIC 7fee7240 00084 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    [ 0.000000] ACPI: SSDT 7feee8a0 003AB (v01 PmRef CpuPm 00003000 INTL 20040311)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 1158MB HIGHMEM available.
    [ 0.000000] 887MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 377fe000
    [ 0.000000] low ram: 0 - 377fe000
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] Normal 0x00001000 -> 0x000377fe
    [ 0.000000] HighMem 0x000377fe -> 0x0007feb0
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] Early memory PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009f
    [ 0.000000] 0: 0x00000100 -> 0x0007feb0
    [ 0.000000] On node 0 totalpages: 523839
    [ 0.000000] free_area_init_node: node 0, pgdat c060c580, node_mem_map f652d200
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3951 pages, LIFO batch:0
    [ 0.000000] Normal zone: 1744 pages used for memmap
    [ 0.000000] Normal zone: 221486 pages, LIFO batch:31
    [ 0.000000] HighMem zone: 2318 pages used for memmap
    [ 0.000000] HighMem zone: 294308 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    [ 0.000000] Allocating PCI resources starting at 7ff00000 (gap: 7ff00000:70100000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 13 pages/cpu @f6000000 s30848 r0 d22400 u1048576
    [ 0.000000] pcpu-alloc: s30848 r0 d22400 u1048576 alloc=1*4194304
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 519745
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda6 vga=794
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Initializing CPU#0
    [ 0.000000] xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
    [ 0.000000] allocated 4191488 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Initializing HighMem for node 0 (000377fe:0007feb0)
    [ 0.000000] Memory: 2064260k/2095808k available (3773k kernel code, 31096k reserved, 1435k data, 520k init, 1186504k highmem)
    [ 0.000000] virtual kernel memory layout:
    [ 0.000000] fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    [ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    [ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    [ 0.000000] .init : 0xc0617000 - 0xc0699000 ( 520 kB)
    [ 0.000000] .data : 0xc04af7a9 - 0xc0616400 (1435 kB)
    [ 0.000000] .text : 0xc0100000 - 0xc04af7a9 (3773 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:2304 nr_irqs:712 16
    [ 0.000000] CPU 0 irqstacks, hard=f580a000 soft=f580c000
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.000000] Detected 2800.076 MHz processor.
    [ 0.003334] Calibrating delay loop (skipped), value calculated using timer frequency.. 5602.49 BogoMIPS (lpj=9333586)
    [ 0.003337] pid_max: default: 32768 minimum: 301
    [ 0.006674] Security Framework initialized
    [ 0.006678] AppArmor: AppArmor disabled by boot time parameter
    [ 0.006689] Mount-cache hash table entries: 512
    [ 0.006786] Initializing cgroup subsys cpuacct
    [ 0.006789] Initializing cgroup subsys memory
    [ 0.006795] Initializing cgroup subsys devices
    [ 0.006796] Initializing cgroup subsys freezer
    [ 0.006798] Initializing cgroup subsys net_cls
    [ 0.006799] Initializing cgroup subsys blkio
    [ 0.006820] CPU: Physical Processor ID: 0
    [ 0.006822] CPU: Processor Core ID: 0
    [ 0.006824] mce: CPU supports 6 MCE banks
    [ 0.006829] CPU0: Thermal monitoring enabled (TM2)
    [ 0.006831] using mwait in idle threads.
    [ 0.007480] ACPI: Core revision 20120111
    [ 0.009627] ftrace: allocating 16621 entries in 33 pages
    [ 0.013364] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.013717] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.047931] CPU0: Intel(R) Core(TM)2 Duo CPU E7400 @ 2.80GHz stepping 0a
    [ 0.049997] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
    [ 0.049997] ... version: 2
    [ 0.049997] ... bit width: 40
    [ 0.049997] ... generic registers: 2
    [ 0.049997] ... value mask: 000000ffffffffff
    [ 0.049997] ... max period: 000000007fffffff
    [ 0.049997] ... fixed-purpose events: 3
    [ 0.049997] ... event mask: 0000000700000003
    [ 0.066770] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.093344] CPU 1 irqstacks, hard=f58ec000 soft=f58ee000
    [ 0.093347] Booting Node 0, Processors #1
    [ 0.093350] smpboot cpu 1: start_ip = 9b000
    [ 0.006666] Initializing CPU#1
    [ 0.106687] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.113331] Brought up 2 CPUs
    [ 0.113334] Total of 2 processors activated (11204.98 BogoMIPS).
    [ 0.115083] devtmpfs: initialized
    [ 0.115083] PM: Registering ACPI NVS region at 7feb0000 (204800 bytes)
    [ 0.115083] NET: Registered protocol family 16
    [ 0.115083] ACPI: bus type pci registered
    [ 0.115083] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
    [ 0.115083] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
    [ 0.115083] PCI: Using MMCONFIG for extended config space
    [ 0.115083] PCI: Using configuration type 1 for base access
    [ 0.116684] bio: create slab <bio-0> at 0
    [ 0.116695] ACPI: Added _OSI(Module Device)
    [ 0.116695] ACPI: Added _OSI(Processor Device)
    [ 0.116695] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.116695] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.117294] ACPI: EC: Look up EC in DSDT
    [ 0.120048] ACPI Warning: Incorrect checksum in table [TAMG] - 0xDD, should be 0xDC (20120111/tbutils-321)
    [ 0.120165] ACPI: SSDT 7feee280 0026C (v01 PmRef Cpu0Ist 00003000 INTL 20040311)
    [ 0.120301] ACPI: Dynamic OEM Table Load:
    [ 0.120304] ACPI: SSDT (null) 0026C (v01 PmRef Cpu0Ist 00003000 INTL 20040311)
    [ 0.120421] ACPI: SSDT 7feee740 00152 (v01 PmRef Cpu1Ist 00003000 INTL 20040311)
    [ 0.120548] ACPI: Dynamic OEM Table Load:
    [ 0.120551] ACPI: SSDT (null) 00152 (v01 PmRef Cpu1Ist 00003000 INTL 20040311)
    [ 0.120670] ACPI: Interpreter enabled
    [ 0.120684] ACPI: (supports S0 S3 S4 S5)
    [ 0.120698] ACPI: Using IOAPIC for interrupt routing
    [ 0.124256] ACPI: No dock devices found.
    [ 0.124263] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.124306] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
    [ 0.124364] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.124366] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff]
    [ 0.124368] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.124370] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000dffff]
    [ 0.124371] pci_root PNP0A03:00: host bridge window [mem 0xfed40000-0xfed44fff]
    [ 0.124373] pci_root PNP0A03:00: host bridge window [mem 0x7ff00000-0xfebfffff]
    [ 0.124413] PCI host bridge to bus 0000:00
    [ 0.124415] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.124417] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.124418] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.124420] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
    [ 0.124422] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
    [ 0.124424] pci_bus 0000:00: root bus resource [mem 0x7ff00000-0xfebfffff]
    [ 0.124431] pci 0000:00:00.0: [8086:2e20] type 0 class 0x000600
    [ 0.124467] pci 0000:00:01.0: [8086:2e21] type 1 class 0x000604
    [ 0.124499] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.124532] pci 0000:00:1a.0: [8086:3a37] type 0 class 0x000c03
    [ 0.124569] pci 0000:00:1a.0: reg 20: [io 0xff00-0xff1f]
    [ 0.124613] pci 0000:00:1a.1: [8086:3a38] type 0 class 0x000c03
    [ 0.124650] pci 0000:00:1a.1: reg 20: [io 0xfe00-0xfe1f]
    [ 0.124694] pci 0000:00:1a.2: [8086:3a39] type 0 class 0x000c03
    [ 0.124731] pci 0000:00:1a.2: reg 20: [io 0xfd00-0xfd1f]
    [ 0.124778] pci 0000:00:1a.7: [8086:3a3c] type 0 class 0x000c03
    [ 0.124793] pci 0000:00:1a.7: reg 10: [mem 0xfdfff000-0xfdfff3ff]
    [ 0.124871] pci 0000:00:1b.0: [8086:3a3e] type 0 class 0x000403
    [ 0.124884] pci 0000:00:1b.0: reg 10: [mem 0xfdff8000-0xfdffbfff 64bit]
    [ 0.124942] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.124961] pci 0000:00:1c.0: [8086:3a40] type 1 class 0x000604
    [ 0.125020] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.125041] pci 0000:00:1c.3: [8086:3a46] type 1 class 0x000604
    [ 0.125101] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.125120] pci 0000:00:1c.4: [8086:3a48] type 1 class 0x000604
    [ 0.125180] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.125200] pci 0000:00:1c.5: [8086:3a4a] type 1 class 0x000604
    [ 0.125259] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 0.125280] pci 0000:00:1d.0: [8086:3a34] type 0 class 0x000c03
    [ 0.125317] pci 0000:00:1d.0: reg 20: [io 0xfc00-0xfc1f]
    [ 0.125361] pci 0000:00:1d.1: [8086:3a35] type 0 class 0x000c03
    [ 0.125398] pci 0000:00:1d.1: reg 20: [io 0xfb00-0xfb1f]
    [ 0.125442] pci 0000:00:1d.2: [8086:3a36] type 0 class 0x000c03
    [ 0.125479] pci 0000:00:1d.2: reg 20: [io 0xfa00-0xfa1f]
    [ 0.125526] pci 0000:00:1d.7: [8086:3a3a] type 0 class 0x000c03
    [ 0.125541] pci 0000:00:1d.7: reg 10: [mem 0xfdffe000-0xfdffe3ff]
    [ 0.125617] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
    [ 0.125670] pci 0000:00:1f.0: [8086:3a16] type 0 class 0x000601
    [ 0.125743] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0800 (mask 000f)
    [ 0.125746] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0290 (mask 000f)
    [ 0.125749] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 4700 (mask 000b)
    [ 0.125788] pci 0000:00:1f.2: [8086:3a20] type 0 class 0x000101
    [ 0.125801] pci 0000:00:1f.2: reg 10: [io 0x0000-0x0007]
    [ 0.125808] pci 0000:00:1f.2: reg 14: [io 0x0000-0x0003]
    [ 0.125815] pci 0000:00:1f.2: reg 18: [io 0x0000-0x0007]
    [ 0.125821] pci 0000:00:1f.2: reg 1c: [io 0x0000-0x0003]
    [ 0.125828] pci 0000:00:1f.2: reg 20: [io 0xf900-0xf90f]
    [ 0.125835] pci 0000:00:1f.2: reg 24: [io 0xf800-0xf80f]
    [ 0.125874] pci 0000:00:1f.3: [8086:3a30] type 0 class 0x000c05
    [ 0.125887] pci 0000:00:1f.3: reg 10: [mem 0xfdffd000-0xfdffd0ff 64bit]
    [ 0.125905] pci 0000:00:1f.3: reg 20: [io 0x0500-0x051f]
    [ 0.125933] pci 0000:00:1f.5: [8086:3a26] type 0 class 0x000101
    [ 0.125946] pci 0000:00:1f.5: reg 10: [io 0xf600-0xf607]
    [ 0.125953] pci 0000:00:1f.5: reg 14: [io 0xf500-0xf503]
    [ 0.125959] pci 0000:00:1f.5: reg 18: [io 0xf400-0xf407]
    [ 0.125966] pci 0000:00:1f.5: reg 1c: [io 0xf300-0xf303]
    [ 0.125973] pci 0000:00:1f.5: reg 20: [io 0xf200-0xf20f]
    [ 0.125980] pci 0000:00:1f.5: reg 24: [io 0xf100-0xf10f]
    [ 0.126045] pci 0000:01:00.0: [10de:06e4] type 0 class 0x000300
    [ 0.126054] pci 0000:01:00.0: reg 10: [mem 0xfa000000-0xfaffffff]
    [ 0.126063] pci 0000:01:00.0: reg 14: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.126073] pci 0000:01:00.0: reg 1c: [mem 0xf8000000-0xf9ffffff 64bit]
    [ 0.126080] pci 0000:01:00.0: reg 24: [io 0xef00-0xef7f]
    [ 0.126086] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    [ 0.126134] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.126137] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [ 0.126139] pci 0000:00:01.0: bridge window [mem 0xf8000000-0xfbffffff]
    [ 0.126143] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.126176] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    [ 0.126231] pci 0000:03:00.0: [197b:2363] type 0 class 0x000101
    [ 0.126312] pci 0000:03:00.0: reg 24: [mem 0xfdbfe000-0xfdbfffff]
    [ 0.126371] pci 0000:03:00.0: PME# supported from D3hot
    [ 0.126401] pci 0000:03:00.1: [197b:2363] type 0 class 0x000101
    [ 0.126423] pci 0000:03:00.1: reg 10: [io 0xdf00-0xdf07]
    [ 0.126436] pci 0000:03:00.1: reg 14: [io 0xde00-0xde03]
    [ 0.126448] pci 0000:03:00.1: reg 18: [io 0xdd00-0xdd07]
    [ 0.126461] pci 0000:03:00.1: reg 1c: [io 0xdc00-0xdc03]
    [ 0.126473] pci 0000:03:00.1: reg 20: [io 0xdb00-0xdb0f]
    [ 0.126551] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.126563] pci 0000:00:1c.3: PCI bridge to [bus 03-03]
    [ 0.126566] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    [ 0.126569] pci 0000:00:1c.3: bridge window [mem 0xfdb00000-0xfdbfffff]
    [ 0.126622] pci 0000:04:00.0: [10ec:8168] type 0 class 0x000200
    [ 0.126637] pci 0000:04:00.0: reg 10: [io 0xce00-0xceff]
    [ 0.126672] pci 0000:04:00.0: reg 18: [mem 0xfdeff000-0xfdefffff 64bit pref]
    [ 0.126688] pci 0000:04:00.0: reg 20: [mem 0xfdee0000-0xfdeeffff 64bit pref]
    [ 0.126699] pci 0000:04:00.0: reg 30: [mem 0x00000000-0x0000ffff pref]
    [ 0.126759] pci 0000:04:00.0: supports D1 D2
    [ 0.126760] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.133342] pci 0000:00:1c.4: PCI bridge to [bus 04-04]
    [ 0.133347] pci 0000:00:1c.4: bridge window [io 0xc000-0xcfff]
    [ 0.133352] pci 0000:00:1c.4: bridge window [mem 0xfd900000-0xfd9fffff]
    [ 0.133359] pci 0000:00:1c.4: bridge window [mem 0xfde00000-0xfdefffff 64bit pref]
    [ 0.133422] pci 0000:05:00.0: [10ec:8168] type 0 class 0x000200
    [ 0.133441] pci 0000:05:00.0: reg 10: [io 0xbe00-0xbeff]
    [ 0.133471] pci 0000:05:00.0: reg 18: [mem 0xfdcff000-0xfdcfffff 64bit pref]
    [ 0.133492] pci 0000:05:00.0: reg 20: [mem 0xfdce0000-0xfdceffff 64bit pref]
    [ 0.133506] pci 0000:05:00.0: reg 30: [mem 0x00000000-0x0000ffff pref]
    [ 0.133574] pci 0000:05:00.0: supports D1 D2
    [ 0.133575] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.140007] pci 0000:00:1c.5: PCI bridge to [bus 05-05]
    [ 0.140013] pci 0000:00:1c.5: bridge window [io 0xb000-0xbfff]
    [ 0.140017] pci 0000:00:1c.5: bridge window [mem 0xfdd00000-0xfddfffff]
    [ 0.140024] pci 0000:00:1c.5: bridge window [mem 0xfdc00000-0xfdcfffff 64bit pref]
    [ 0.140061] pci 0000:06:01.0: [4444:0803] type 0 class 0x000400
    [ 0.140080] pci 0000:06:01.0: reg 10: [mem 0xf4000000-0xf7ffffff pref]
    [ 0.140185] pci 0000:06:07.0: [104c:8024] type 0 class 0x000c00
    [ 0.140208] pci 0000:06:07.0: reg 10: [mem 0xfdaff000-0xfdaff7ff]
    [ 0.140217] pci 0000:06:07.0: reg 14: [mem 0xfdaf8000-0xfdafbfff]
    [ 0.140279] pci 0000:06:07.0: supports D1 D2
    [ 0.140280] pci 0000:06:07.0: PME# supported from D0 D1 D2 D3hot
    [ 0.140315] pci 0000:00:1e.0: PCI bridge to [bus 06-06] (subtractive decode)
    [ 0.140320] pci 0000:00:1e.0: bridge window [mem 0xfda00000-0xfdafffff]
    [ 0.140324] pci 0000:00:1e.0: bridge window [mem 0xf4000000-0xf7ffffff 64bit pref]
    [ 0.140326] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.140328] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.140330] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.140332] pci 0000:00:1e.0: bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
    [ 0.140334] pci 0000:00:1e.0: bridge window [mem 0xfed40000-0xfed44fff] (subtractive decode)
    [ 0.140336] pci 0000:00:1e.0: bridge window [mem 0x7ff00000-0xfebfffff] (subtractive decode)
    [ 0.140356] pci_bus 0000:00: on NUMA node 0
    [ 0.140358] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.140506] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
    [ 0.140544] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3._PRT]
    [ 0.140585] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4._PRT]
    [ 0.140618] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX5._PRT]
    [ 0.140651] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
    [ 0.140755] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.140757] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
    [ 0.140759] ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 0.149260] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
    [ 0.149298] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11 *12 14 15)
    [ 0.149337] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
    [ 0.149374] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
    [ 0.149412] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
    [ 0.149449] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
    [ 0.149486] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
    [ 0.149523] ACPI: PCI Interrupt Link [LNK1] (IRQs *3 4 5 6 7 9 10 11 12 14 15)
    [ 0.149564] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.149564] vgaarb: loaded
    [ 0.149564] vgaarb: bridge control possible 0000:01:00.0
    [ 0.149564] PCI: Using ACPI for IRQ routing
    [ 0.150832] PCI: pci_cache_line_size set to 64 bytes
    [ 0.150913] reserve RAM buffer: 000000000009f800 - 000000000009ffff
    [ 0.150915] reserve RAM buffer: 000000007feb0000 - 000000007fffffff
    [ 0.150997] NetLabel: Initializing
    [ 0.150999] NetLabel: domain hash size = 128
    [ 0.151000] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.151009] NetLabel: unlabeled traffic allowed by default
    [ 0.151013] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    [ 0.151018] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    [ 0.151022] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    [ 0.160013] Switching to clocksource hpet
    [ 0.165167] pnp: PnP ACPI init
    [ 0.165182] ACPI: bus type pnp registered
    [ 0.165247] pnp 00:00: [bus 00-3f]
    [ 0.165250] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.165252] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.165253] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.165255] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.165257] pnp 00:00: [mem 0x000c0000-0x000dffff window]
    [ 0.165259] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
    [ 0.165261] pnp 00:00: [mem 0x7ff00000-0xfebfffff window]
    [ 0.165307] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
    [ 0.165368] pnp 00:01: [io 0x0010-0x001f]
    [ 0.165370] pnp 00:01: [io 0x0022-0x003f]
    [ 0.165372] pnp 00:01: [io 0x0044-0x004d]
    [ 0.165373] pnp 00:01: [io 0x0050-0x005f]
    [ 0.165375] pnp 00:01: [io 0x0062-0x0063]
    [ 0.165376] pnp 00:01: [io 0x0065-0x006f]
    [ 0.165378] pnp 00:01: [io 0x0074-0x007f]
    [ 0.165379] pnp 00:01: [io 0x0091-0x0093]
    [ 0.165380] pnp 00:01: [io 0x00a2-0x00bf]
    [ 0.165382] pnp 00:01: [io 0x00e0-0x00ef]
    [ 0.165383] pnp 00:01: [io 0x04d0-0x04d1]
    [ 0.165385] pnp 00:01: [io 0x0290-0x029f]
    [ 0.165386] pnp 00:01: [io 0x0800-0x0805]
    [ 0.165388] pnp 00:01: [io 0x0290-0x0294]
    [ 0.165389] pnp 00:01: [io 0x0880-0x088f]
    [ 0.165450] system 00:01: [io 0x04d0-0x04d1] has been reserved
    [ 0.165452] system 00:01: [io 0x0290-0x029f] has been reserved
    [ 0.165454] system 00:01: [io 0x0800-0x0805] has been reserved
    [ 0.165457] system 00:01: [io 0x0290-0x0294] has been reserved
    [ 0.165458] system 00:01: [io 0x0880-0x088f] has been reserved
    [ 0.165461] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.165471] pnp 00:02: [dma 4]
    [ 0.165473] pnp 00:02: [io 0x0000-0x000f]
    [ 0.165474] pnp 00:02: [io 0x0080-0x0090]
    [ 0.165476] pnp 00:02: [io 0x0094-0x009f]
    [ 0.165477] pnp 00:02: [io 0x00c0-0x00df]
    [ 0.165503] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.165542] pnp 00:03: [irq 0 disabled]
    [ 0.165550] pnp 00:03: [irq 8]
    [ 0.165552] pnp 00:03: [mem 0xfed00000-0xfed003ff]
    [ 0.165580] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.165603] pnp 00:04: [io 0x0070-0x0073]
    [ 0.165630] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.165637] pnp 00:05: [io 0x0061]
    [ 0.165664] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.165671] pnp 00:06: [io 0x00f0-0x00ff]
    [ 0.165676] pnp 00:06: [irq 13]
    [ 0.165702] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.165792] pnp 00:07: [io 0x03f0-0x03f5]
    [ 0.165794] pnp 00:07: [io 0x03f7]
    [ 0.165798] pnp 00:07: [irq 6]
    [ 0.165799] pnp 00:07: [dma 2]
    [ 0.165836] pnp 00:07: Plug and Play ACPI device, IDs PNP0700 (active)
    [ 0.165963] pnp 00:08: [io 0x03f8-0x03ff]
    [ 0.165967] pnp 00:08: [irq 4]
    [ 0.166019] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.166160] pnp 00:09: [io 0x0378-0x037f]
    [ 0.166165] pnp 00:09: [irq 7]
    [ 0.166209] pnp 00:09: Plug and Play ACPI device, IDs PNP0400 (active)
    [ 0.166303] pnp 00:0a: [io 0x0400-0x04cf]
    [ 0.166305] pnp 00:0a: [io 0x04d2-0x04ff]
    [ 0.166351] system 00:0a: [io 0x0400-0x04cf] has been reserved
    [ 0.166353] system 00:0a: [io 0x04d2-0x04ff] has been reserved
    [ 0.166356] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.166501] pnp 00:0b: [mem 0xf0000000-0xf3ffffff]
    [ 0.166552] system 00:0b: [mem 0xf0000000-0xf3ffffff] has been reserved
    [ 0.166555] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.166686] pnp 00:0c: [mem 0x000cdc00-0x000cffff]
    [ 0.166688] pnp 00:0c: [mem 0x000f0000-0x000f7fff]
    [ 0.166690] pnp 00:0c: [mem 0x000f8000-0x000fbfff]
    [ 0.166692] pnp 00:0c: [mem 0x000fc000-0x000fffff]
    [ 0.166693] pnp 00:0c: [mem 0x7feb0000-0x7fefffff]
    [ 0.166695] pnp 00:0c: [mem 0x00000000-0x0009ffff]
    [ 0.166696] pnp 00:0c: [mem 0x00100000-0x7feaffff]
    [ 0.166698] pnp 00:0c: [mem 0xfec00000-0xfec00fff]
    [ 0.166700] pnp 00:0c: [mem 0xfed10000-0xfed1dfff]
    [ 0.166701] pnp 00:0c: [mem 0xfed20000-0xfed8ffff]
    [ 0.166703] pnp 00:0c: [mem 0xfee00000-0xfee00fff]
    [ 0.166704] pnp 00:0c: [mem 0xffb00000-0xffb7ffff]
    [ 0.166706] pnp 00:0c: [mem 0xfff00000-0xffffffff]
    [ 0.166708] pnp 00:0c: [mem 0x000e0000-0x000effff]
    [ 0.166769] system 00:0c: [mem 0x000cdc00-0x000cffff] has been reserved
    [ 0.166772] system 00:0c: [mem 0x000f0000-0x000f7fff] could not be reserved
    [ 0.166774] system 00:0c: [mem 0x000f8000-0x000fbfff] could not be reserved
    [ 0.166776] system 00:0c: [mem 0x000fc000-0x000fffff] could not be reserved
    [ 0.166778] system 00:0c: [mem 0x7feb0000-0x7fefffff] could not be reserved
    [ 0.166780] system 00:0c: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.166782] system 00:0c: [mem 0x00100000-0x7feaffff] could not be reserved
    [ 0.166784] system 00:0c: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.166786] system 00:0c: [mem 0xfed10000-0xfed1dfff] has been reserved
    [ 0.166788] system 00:0c: [mem 0xfed20000-0xfed8ffff] could not be reserved
    [ 0.166790] system 00:0c: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.166792] system 00:0c: [mem 0xffb00000-0xffb7ffff] has been reserved
    [ 0.166794] system 00:0c: [mem 0xfff00000-0xffffffff] has been reserved
    [ 0.166796] system 00:0c: [mem 0x000e0000-0x000effff] has been reserved
    [ 0.166799] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.166814] pnp 00:0d: [mem 0xffb80000-0xffbfffff]
    [ 0.166852] pnp 00:0d: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.166856] pnp: PnP ACPI: found 14 devices
    [ 0.166857] ACPI: ACPI bus type pnp unregistered
    [ 0.203257] PCI: max bus depth: 1 pci_try_num: 2
    [ 0.203293] pci 0000:00:1c.3: BAR 15: assigned [mem 0x7ff00000-0x800fffff 64bit pref]
    [ 0.203296] pci 0000:00:1c.0: BAR 14: assigned [mem 0x80100000-0x802fffff]
    [ 0.203299] pci 0000:00:1c.0: BAR 15: assigned [mem 0x80300000-0x804fffff 64bit pref]
    [ 0.203302] pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff]
    [ 0.203304] pci 0000:01:00.0: BAR 6: assigned [mem 0xfb000000-0xfb01ffff pref]
    [ 0.203307] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.203309] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [ 0.203312] pci 0000:00:01.0: bridge window [mem 0xf8000000-0xfbffffff]
    [ 0.203314] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.203318] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    [ 0.203320] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
    [ 0.203324] pci 0000:00:1c.0: bridge window [mem 0x80100000-0x802fffff]
    [ 0.203338] pci 0000:00:1c.0: bridge window [mem 0x80300000-0x804fffff 64bit pref]
    [ 0.203343] pci 0000:00:1c.3: PCI bridge to [bus 03-03]
    [ 0.203346] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    [ 0.203349] pci 0000:00:1c.3: bridge window [mem 0xfdb00000-0xfdbfffff]
    [ 0.203353] pci 0000:00:1c.3: bridge window [mem 0x7ff00000-0x800fffff 64bit pref]
    [ 0.203358] pci 0000:04:00.0: BAR 6: assigned [mem 0xfde00000-0xfde0ffff pref]
    [ 0.203360] pci 0000:00:1c.4: PCI bridge to [bus 04-04]
    [ 0.203363] pci 0000:00:1c.4: bridge window [io 0xc000-0xcfff]
    [ 0.203366] pci 0000:00:1c.4: bridge window [mem 0xfd900000-0xfd9fffff]
    [ 0.203370] pci 0000:00:1c.4: bridge window [mem 0xfde00000-0xfdefffff 64bit pref]
    [ 0.203375] pci 0000:05:00.0: BAR 6: assigned [mem 0xfdc00000-0xfdc0ffff pref]
    [ 0.203377] pci 0000:00:1c.5: PCI bridge to [bus 05-05]
    [ 0.203379] pci 0000:00:1c.5: bridge window [io 0xb000-0xbfff]
    [ 0.203383] pci 0000:00:1c.5: bridge window [mem 0xfdd00000-0xfddfffff]
    [ 0.203387] pci 0000:00:1c.5: bridge window [mem 0xfdc00000-0xfdcfffff 64bit pref]
    [ 0.203392] pci 0000:00:1e.0: PCI bridge to [bus 06-06]
    [ 0.203396] pci 0000:00:1e.0: bridge window [mem 0xfda00000-0xfdafffff]
    [ 0.203399] pci 0000:00:1e.0: bridge window [mem 0xf4000000-0xf7ffffff 64bit pref]
    [ 0.203416] pci 0000:00:1c.0: enabling device (0000 -> 0003)
    [ 0.203438] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.203441] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.203443] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.203445] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.203447] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff]
    [ 0.203448] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff]
    [ 0.203450] pci_bus 0000:00: resource 9 [mem 0x7ff00000-0xfebfffff]
    [ 0.203452] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    [ 0.203454] pci_bus 0000:01: resource 1 [mem 0xf8000000-0xfbffffff]
    [ 0.203456] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.203458] pci_bus 0000:02: resource 0 [io 0x1000-0x1fff]
    [ 0.203460] pci_bus 0000:02: resource 1 [mem 0x80100000-0x802fffff]
    [ 0.203461] pci_bus 0000:02: resource 2 [mem 0x80300000-0x804fffff 64bit pref]
    [ 0.203463] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
    [ 0.203465] pci_bus 0000:03: resource 1 [mem 0xfdb00000-0xfdbfffff]
    [ 0.203467] pci_bus 0000:03: resource 2 [mem 0x7ff00000-0x800fffff 64bit pref]
    [ 0.203469] pci_bus 0000:04: resource 0 [io 0xc000-0xcfff]
    [ 0.203471] pci_bus 0000:04: resource 1 [mem 0xfd900000-0xfd9fffff]
    [ 0.203473] pci_bus 0000:04: resource 2 [mem 0xfde00000-0xfdefffff 64bit pref]
    [ 0.203475] pci_bus 0000:05: resource 0 [io 0xb000-0xbfff]
    [ 0.203476] pci_bus 0000:05: resource 1 [mem 0xfdd00000-0xfddfffff]
    [ 0.203478] pci_bus 0000:05: resource 2 [mem 0xfdc00000-0xfdcfffff 64bit pref]
    [ 0.203480] pci_bus 0000:06: resource 1 [mem 0xfda00000-0xfdafffff]
    [ 0.203482] pci_bus 0000:06: resource 2 [mem 0xf4000000-0xf7ffffff 64bit pref]
    [ 0.203484] pci_bus 0000:06: resource 4 [io 0x0000-0x0cf7]
    [ 0.203486] pci_bus 0000:06: resource 5 [io 0x0d00-0xffff]
    [ 0.203487] pci_bus 0000:06: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.203489] pci_bus 0000:06: resource 7 [mem 0x000c0000-0x000dffff]
    [ 0.203491] pci_bus 0000:06: resource 8 [mem 0xfed40000-0xfed44fff]
    [ 0.203493] pci_bus 0000:06: resource 9 [mem 0x7ff00000-0xfebfffff]
    [ 0.203517] NET: Registered protocol family 2
    [ 0.203569] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.203733] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.204057] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.204215] TCP: Hash tables configured (established 131072 bind 65536)
    [ 0.204217] TCP reno registered
    [ 0.204219] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.204226] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.204277] NET: Registered protocol family 1
    [ 0.230046] pci 0000:01:00.0: Boot video device
    [ 0.230066] PCI: CLS 4 bytes, default 64
    [ 0.230114] Unpacking initramfs...
    [ 0.281716] Freeing initrd memory: 2880k freed
    [ 0.282813] apm: BIOS not found.
    [ 0.282997] audit: initializing netlink socket (disabled)
    [ 0.283008] type=2000 audit(1335182661.279:1): initialized
    [ 0.283290] highmem bounce pool size: 64 pages
    [ 0.283294] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 0.284920] VFS: Disk quotas dquot_6.5.2
    [ 0.284969] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.285048] msgmni has been set to 1719
    [ 0.285189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.285213] io scheduler noop registered
    [ 0.285214] io scheduler deadline registered
    [ 0.285219] io scheduler cfq registered (default)
    [ 0.285324] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.285393] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
    [ 0.285471] pcieport 0000:00:1c.3: irq 42 for MSI/MSI-X
    [ 0.285550] pcieport 0000:00:1c.4: irq 43 for MSI/MSI-X
    [ 0.285628] pcieport 0000:00:1c.5: irq 44 for MSI/MSI-X
    [ 0.285741] vesafb: mode is 1280x1024x16, linelength=2560, pages=0
    [ 0.285742] vesafb: scrolling: redraw
    [ 0.285744] vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
    [ 0.285947] vesafb: framebuffer at 0xf9000000, mapped to 0xf8080000, using 2560k, total 2560k
    [ 0.305959] Console: switching to colour frame buffer device 160x64
    [ 0.325876] fb0: VESA VGA frame buffer device
    [ 0.325911] intel_idle: MWAIT substates: 0x22220
    [ 0.325912] intel_idle: does not run on family 6 model 23
    [ 0.325931] GHES: HEST is not enabled!
    [ 0.325942] isapnp: Scanning for PnP cards...
    [ 0.637859] isapnp: No Plug & Play device found
    [ 0.637909] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.658391] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.679122] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.679405] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 0.713326] i8042: Failed to disable AUX port, but continuing anyway... Is this a SiS?
    [ 0.713338] i8042: If AUX port is really absent please use the 'i8042.noaux' option
    [ 0.963424] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.963556] mousedev: PS/2 mouse device common for all mice
    [ 0.963618] rtc_cmos 00:04: RTC can wake from S4
    [ 0.963703] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
    [ 0.963724] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
    [ 0.963743] cpuidle: using governor ladder
    [ 0.963744] cpuidle: using governor menu
    [ 0.963917] TCP cubic registered
    [ 0.964022] NET: Registered protocol family 10
    [ 0.964388] NET: Registered protocol family 17
    [ 0.964392] Registering the dns_resolver key type
    [ 0.964404] Using IPI No-Shortcut mode
    [ 0.964489] PM: Hibernation image not present or could not be loaded.
    [ 0.964493] registered taskstats version 1
    [ 0.964920] rtc_cmos 00:04: setting system clock to 2012-04-23 12:04:22 UTC (1335182662)
    [ 0.964951] Initializing network drop monitor service
    [ 0.965002] Freeing unused kernel memory: 520k freed
    [ 0.965195] Write protecting the kernel text: 3776k
    [ 0.965213] Write protecting the kernel read-only data: 1108k
    [ 0.970549] udevd[37]: starting version 182
    [ 0.990063] usbcore: registered new interface driver usbfs
    [ 0.990082] usbcore: registered new interface driver hub
    [ 0.990287] usbcore: registered new device driver usb
    [ 0.990620] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.990663] ehci_hcd 0000:00:1a.7: setting latency timer to 64
    [ 0.990666] ehci_hcd 0000:00:1a.7: EHCI Host Controller
    [ 0.990683] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
    [ 0.994584] ehci_hcd 0000:00:1a.7: cache line size of 4 is not supported
    [ 0.994599] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfdfff000
    [ 0.999657] uhci_hcd: USB Universal Host Controller Interface driver
    [ 1.004019] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    [ 1.004470] hub 1-0:1.0: USB hub found
    [ 1.004474] hub 1-0:1.0: 6 ports detected
    [ 1.004573] ehci_hcd 0000:00:1d.7: setting latency timer to 64
    [ 1.004576] ehci_hcd 0000:00:1d.7: EHCI Host Controller
    [ 1.004583] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
    [ 1.007266] SCSI subsystem initialized
    [ 1.008500] ehci_hcd 0000:00:1d.7: cache line size of 4 is not supported
    [ 1.008516] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfdffe000
    [ 1.008592] libata version 3.00 loaded.
    [ 1.009871] ahci 0000:03:00.0: version 3.0
    [ 1.016893] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 1.017108] hub 2-0:1.0: USB hub found
    [ 1.017111] hub 2-0:1.0: 6 ports detected
    [ 1.017203] uhci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 1.017206] uhci_hcd 0000:00:1a.0: UHCI Host Controller
    [ 1.017214] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    [ 1.017248] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000ff00
    [ 1.017363] hub 3-0:1.0: USB hub found
    [ 1.017367] hub 3-0:1.0: 2 ports detected
    [ 1.017433] uhci_hcd 0000:00:1a.1: setting latency timer to 64
    [ 1.017436] uhci_hcd 0000:00:1a.1: UHCI Host Controller
    [ 1.017446] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
    [ 1.017472] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000fe00
    [ 1.017584] hub 4-0:1.0: USB hub found
    [ 1.017587] hub 4-0:1.0: 2 ports detected
    [ 1.017652] uhci_hcd 0000:00:1a.2: setting latency timer to 64
    [ 1.017655] uhci_hcd 0000:00:1a.2: UHCI Host Controller
    [ 1.017661] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
    [ 1.017681] uhci_hcd 0000:00:1a.2: irq 18, io base 0x0000fd00
    [ 1.017789] hub 5-0:1.0: USB hub found
    [ 1.017792] hub 5-0:1.0: 2 ports detected
    [ 1.017858] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 1.017861] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 1.017868] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
    [ 1.017888] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000fc00
    [ 1.017995] hub 6-0:1.0: USB hub found
    [ 1.017998] hub 6-0:1.0: 2 ports detected
    [ 1.018064] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [ 1.018067] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 1.018073] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
    [ 1.018099] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000fb00
    [ 1.018206] hub 7-0:1.0: USB hub found
    [ 1.018212] hub 7-0:1.0: 2 ports detected
    [ 1.018278] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    [ 1.018281] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 1.018288] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
    [ 1.018308] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000fa00
    [ 1.018482] hub 8-0:1.0: USB hub found
    [ 1.018485] hub 8-0:1.0: 2 ports detected
    [ 1.018763] ata_piix 0000:00:1f.2: version 2.13
    [ 1.018772] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
    [ 1.018804] ata_piix 0000:00:1f.2: setting latency timer to 64
    [ 1.020267] scsi0 : ata_piix
    [ 1.020371] scsi1 : ata_piix
    [ 1.020819] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf900 irq 14
    [ 1.020824] ata2: SATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf908 irq 15
    [ 1.020853] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
    [ 1.020893] ata_piix 0000:00:1f.5: setting latency timer to 64
    [ 1.021136] scsi2 : ata_piix
    [ 1.021644] scsi3 : ata_piix
    [ 1.022040] ata3: SATA max UDMA/133 cmd 0xf600 ctl 0xf500 bmdma 0xf200 irq 19
    [ 1.022044] ata4: SATA max UDMA/133 cmd 0xf400 ctl 0xf300 bmdma 0xf208 irq 19
    [ 1.023372] ahci 0000:03:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
    [ 1.023375] ahci 0000:03:00.0: flags: 64bit ncq pm led clo pmp pio slum part
    [ 1.023819] scsi4 : ahci
    [ 1.023884] scsi5 : ahci
    [ 1.023962] ata5: SATA max UDMA/133 abar m8192@0xfdbfe000 port 0xfdbfe100 irq 19
    [ 1.023965] ata6: SATA max UDMA/133 abar m8192@0xfdbfe000 port 0xfdbfe180 irq 19
    [ 1.024034] pata_acpi 0000:03:00.1: enabling device (0000 -> 0001)
    [ 1.024063] pata_acpi 0000:03:00.1: setting latency timer to 64
    [ 1.283352] Refined TSC clocksource calibration: 2800.099 MHz.
    [ 1.283357] Switching to clocksource tsc
    [ 1.350651] ata3: SATA link down (SStatus 0 SControl 300)
    [ 1.350654] ata5: SATA link down (SStatus 0 SControl 300)
    [ 1.361316] ata6: SATA link down (SStatus 0 SControl 300)
    [ 1.361361] ata4: SATA link down (SStatus 0 SControl 300)
    [ 1.586675] usb 8-2: new full-speed USB device number 2 using uhci_hcd
    [ 1.734398] hub 8-2:1.0: USB hub found
    [ 1.736342] hub 8-2:1.0: 4 ports detected
    [ 1.826727] ata1.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.826741] ata1.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.826862] ata2.00: SATA link down (SStatus 0 SControl 300)
    [ 1.826878] ata2.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.843535] ata1.00: ATAPI: HL-DT-STDVD-RAM GH22NS30, 1.02, max UDMA/100
    [ 1.843661] ata1.01: ATA-8: WDC WD1002FAEX-00Y9A0, 05.01D05, max UDMA/133
    [ 1.843665] ata1.01: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 1.843832] ata2.01: HPA detected: current 1250261615, native 1250263728
    [ 1.843837] ata2.01: ATA-8: WDC WD6400AACS-00G8B1, 05.04C05, max UDMA/133
    [ 1.843841] ata2.01: 1250261615 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 1.845598] ata2.01: configured for UDMA/133
    [ 1.856788] ata1.00: configured for UDMA/100
    [ 1.863573] ata1.01: configured for UDMA/133
    [ 1.865163] scsi 0:0:0:0: CD-ROM HL-DT-ST DVD-RAM GH22NS30 1.02 PQ: 0 ANSI: 5
    [ 1.865407] scsi 0:0:1:0: Direct-Access ATA WDC WD1002FAEX-0 05.0 PQ: 0 ANSI: 5
    [ 1.865585] scsi 1:0:1:0: Direct-Access ATA WDC WD6400AACS-0 05.0 PQ: 0 ANSI: 5
    [ 1.866092] pata_jmicron 0000:03:00.1: setting latency timer to 64
    [ 1.867006] scsi6 : pata_jmicron
    [ 1.867093] scsi7 : pata_jmicron
    [ 1.867683] ata7: PATA max UDMA/100 cmd 0xdf00 ctl 0xde00 bmdma 0xdb00 irq 16
    [ 1.867686] ata8: PATA max UDMA/100 cmd 0xdd00 ctl 0xdc00 bmdma 0xdb08 irq 16
    [ 1.870208] sd 0:0:1:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    [ 1.870244] sd 0:0:1:0: [sda] Write Protect is off
    [ 1.870247] sd 0:0:1:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.870262] sd 0:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.870558] sd 1:0:1:0: [sdb] 1250261615 512-byte logical blocks: (640 GB/596 GiB)
    [ 1.870601] sd 1:0:1:0: [sdb] Write Protect is off
    [ 1.870604] sd 1:0:1:0: [sdb] Mode Sense: 00 3a 00 00
    [ 1.870620] sd 1:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.915534] sda: sda1 sda2 < sda5 sda6 sda7 > sda3 sda4
    [ 1.916012] sd 0:0:1:0: [sda] Attached SCSI disk
    [ 1.980226] sdb: sdb1 sdb2 < sdb5 sdb6 sdb7 sdb8 sdb9 sdb10 sdb11 sdb12 sdb13 >
    [ 1.980824] sd 1:0:1:0: [sdb] Attached SCSI disk
    [ 2.011343] usb 8-2.1: new full-speed USB device number 3 using uhci_hcd
    [ 2.192148] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 2.192152] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 2.192558] sr 0:0:0:0: Attached scsi CD-ROM sr0
    [ 2.201802] input: Logitech Logitech Illuminated Keyboard as /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2.1/8-2.1:1.0/input/input0
    [ 2.201846] generic-usb 0003:046D:C318.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech Logitech Illuminated Keyboard] on usb-0000:00:1d.2-2.1/input0
    [ 2.222475] input: Logitech Logitech Illuminated Keyboard as /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2.1/8-2.1:1.1/input/input1
    [ 2.222611] generic-usb 0003:046D:C318.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech Logitech Illuminated Keyboard] on usb-0000:00:1d.2-2.1/input1
    [ 2.231760] input: Logitech Logitech Illuminated Keyboard as /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2.1/8-2.1:1.2/input/input2
    [ 2.231841] generic-usb 0003:046D:C318.0003: input,hidraw2: USB HID v1.10 Mouse [Logitech Logitech Illuminated Keyboard] on usb-0000:00:1d.2-2.1/input2
    [ 2.231854] usbcore: registered new interface driver usbhid
    [ 2.231856] usbhid: USB HID core driver
    [ 3.342855] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
    [ 4.236723] udevd[150]: starting version 182
    [ 4.459170] Linux media interface: v0.10
    [ 4.475608] Linux video capture interface: v2.00
    [ 4.489322] usbcore: registered new interface driver uvcvideo
    [ 4.489323] USB Video Class driver (1.1.1)
    [ 4.496429] lirc_dev: IR Remote Control driver registered, major 250
    [ 4.513782] IR NEC protocol handler initialized
    [ 4.522116] bttv: driver version 0.9.19 loaded
    [ 4.522119] bttv: using 8 buffers with 2080k (520 pages) each for capture
    [ 4.600352] IR RC5(x) protocol handler initialized
    [ 4.608981] IR RC6 protocol handler initialized
    [ 4.630510] IR JVC protocol handler initialized
    [ 4.636561] IR Sony protocol handler initialized
    [ 4.638418] ivtv: Start initialization, version 1.4.3
    [ 4.638462] ivtv0: Initializing card 0
    [ 4.638463] ivtv0: Autodetected Hauppauge card (cx23415 based)
    [ 4.638549] ivtv0: Unreasonably low latency timer, setting to 64 (was 32)
    [ 4.644475] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
    [ 4.644481] ACPI: Power Button [PWRB]
    [ 4.644534] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 4.644537] ACPI: Power Button [PWRF]
    [ 4.658578] input: PC Speaker as /devices/platform/pcspkr/input/input5
    [ 4.665780] Marking TSC unstable due to TSC halts in idle
    [ 4.666758] ACPI: acpi_idle registered with cpuidle
    [ 4.670254] Switching to clocksource hpet
    [ 4.678524] Floppy drive(s): fd0 is 1.44M
    [ 4.679479] IT8718 SuperIO detected.
    [ 4.679633] parport_pc 00:09: reported by Plug and Play ACPI
    [ 4.679676] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
    [ 4.693701] FDC 0 is a post-1991 82077
    [ 4.694860] tveeprom 0-0050: Hauppauge model 48132, rev K268, serial# 9950569
    [ 4.694863] tveeprom 0-0050: tuner model is LG TAPE H001F MK3 (idx 68, type 47)
    [ 4.694865] tveeprom 0-0050: TV standards NTSC(M) (eeprom 0x08)
    [ 4.694867] tveeprom 0-0050: audio processor is MSP4448 (idx 27)
    [ 4.694869] tveeprom 0-0050: decoder processor is SAA7115 (idx 19)
    [ 4.694871] tveeprom 0-0050: has radio, has IR receiver, has no IR transmitter
    [ 4.694873] ivtv0: Autodetected Hauppauge WinTV PVR-350
    [ 4.718730] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
    [ 4.729649] ppdev: user-space parallel port driver
    [ 4.738786] Linux agpgart interface v0.103
    [ 4.820346] IR SANYO protocol handler initialized
    [ 4.822452] iTCO_vendor_support: vendor-support=0
    [ 4.823062] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
    [ 4.823136] iTCO_wdt: Found a ICH10R TCO device (Version=2, TCOBASE=0x0460)
    [ 4.823465] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 4.830152] IR MCE Keyboard/mouse protocol handler initialized
    [ 4.831105] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 4.831186] r8169 0000:04:00.0: irq 46 for MSI/MSI-X
    [ 4.831566] r8169 0000:04:00.0: eth0: RTL8168c/8111c at 0xf9e18000, 00:24:1d:2a:98:49, XID 1c4000c0 IRQ 46
    [ 4.831569] r8169 0000:04:00.0: eth0: jumbo features [frames: 6128 bytes, tx checksumming: ko]
    [ 4.831887] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 4.831956] r8169 0000:05:00.0: irq 47 for MSI/MSI-X
    [ 4.832334] r8169 0000:05:00.0: eth1: RTL8168c/8111c at 0xf9e1a000, 00:1f:d0:81:ab:41, XID 1c4000c0 IRQ 47
    [ 4.832337] r8169 0000:05:00.0: eth1: jumbo features [frames: 6128 bytes, tx checksumming: ko]
    [ 4.844309] saa7115 0-0021: saa7115 found (1f7115d0e100000) @ 0x42 (ivtv i2c driver #0)
    [ 4.880508] IR LIRC bridge handler initialized
    [ 4.891113] hda_codec: ALC889A: BIOS auto-probing.
    [ 4.917236] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
    [ 4.917368] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    [ 4.917483] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
    [ 4.917595] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    [ 4.917707] input: HDA Intel Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
    [ 4.917819] input: HDA Intel Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
    [ 4.917933] input: HDA Intel Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
    [ 4.918044] input: HDA Intel Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
    [ 5.108129] saa7127 0-0044: saa7129 found @ 0x88 (ivtv i2c driver #0)
    [ 5.167615] i2c-core: driver [msp3400] using legacy suspend method
    [ 5.167617] i2c-core: driver [msp3400] using legacy resume method
    [ 5.178769] msp3400 0-0040: MSP4448G-A2 found @ 0x80 (ivtv i2c driver #0)
    [ 5.178771] msp3400 0-0040: msp3400 supports radio, mode is autodetect and autoselect
    [ 5.203046] nvidia: module license 'NVIDIA' taints kernel.
    [ 5.203050] Disabling lock debugging due to kernel taint
    [ 5.218687] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
    [ 5.218866] NVRM: loading NVIDIA UNIX x86 Kernel Module 295.40 Thu Apr 5 21:28:09 PDT 2012
    [ 5.298045] i2c-core: driver [tuner] using legacy suspend method
    [ 5.298047] i2c-core: driver [tuner] using legacy resume method
    [ 5.388600] tda9887 0-0043: creating new instance
    [ 5.388603] tda9887 0-0043: tda988[5/6/7] found
    [ 5.389628] tuner 0-0043: Tuner 74 found with type(s) Radio TV.
    [ 5.392437] tuner 0-0061: Tuner -1 found with type(s) Radio TV.
    [ 5.407684] tuner-simple 0-0061: creating new instance
    [ 5.407687] tuner-simple 0-0061: type set to 47 (LG NTSC (TAPE series))
    [ 5.421350] ivtv0: Registered device video0 for encoder MPG (4096 kB)
    [ 5.421381] ivtv0: Registered device video32 for encoder YUV (2048 kB)
    [ 5.421421] ivtv0: Registered

    Progress.  Sort of...
    As I mentioned in the previous update, I unplugged the Hauppauge PVR-350 card and upgraded the kernel, lirc, lirc-utils, nvidia, and nvidia-utils.
    I found this thread ( https://bbs.archlinux.org/viewtopic.php?pid=779327 ) which suggested blacklisting nouveau--as it's built-in to the kernel now (?).   When I rebooted after blacklisting nouveau, my X started up!!
    I thought I'd solved the issue--but when I plugged the PVR-350 back in and rebooted (it's necessary to use the remote control with mythtv), X failed again:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.3.2-1-ARCH (tobias@T-POWA-LX) (gcc version 4.7.0 20120407 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Apr 14 10:08:43 UTC 2012
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
    [ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 000000007feb0000 (usable)
    [ 0.000000] BIOS-e820: 000000007feb0000 - 000000007fee2000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 000000007fee2000 - 000000007fef0000 (ACPI data)
    [ 0.000000] BIOS-e820: 000000007fef0000 - 000000007ff00000 (reserved)
    [ 0.000000] BIOS-e820: 00000000f0000000 - 00000000f4000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
    [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    [ 0.000000] DMI 2.4 present.
    [ 0.000000] DMI: Gigabyte Technology Co., Ltd. EP45-UD3P/EP45-UD3P, BIOS F10 02/05/2010
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] last_pfn = 0x7feb0 max_arch_pfn = 0x100000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CCFFF write-protect
    [ 0.000000] CD000-EFFFF uncachable
    [ 0.000000] F0000-FFFFF write-through
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 base 07FF00000 mask FFFF00000 uncachable
    [ 0.000000] 2 disabled
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [c00f5800] f5800
    [ 0.000000] initial memory mapped : 0 - 00c00000
    [ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
    [ 0.000000] 0000000000 - 0000400000 page 4k
    [ 0.000000] 0000400000 - 0037400000 page 2M
    [ 0.000000] 0037400000 - 00377fe000 page 4k
    [ 0.000000] kernel direct mapping tables up to 377fe000 @ bfb000-c00000
    [ 0.000000] RAMDISK: 37d61000 - 37ff0000
    [ 0.000000] Allocated new RAMDISK: 3756f000 - 377fd6d1
    [ 0.000000] Move RAMDISK from 0000000037d61000 - 0000000037fef6d0 to 3756f000 - 377fd6d0
    [ 0.000000] ACPI: RSDP 000f7630 00014 (v00 GBT )
    [ 0.000000] ACPI: RSDT 7fee2040 00040 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    [ 0.000000] ACPI: FACP 7fee20c0 00074 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    [ 0.000000] ACPI: DSDT 7fee2180 0507F (v01 GBT GBTUACPI 00001000 MSFT 0100000C)
    [ 0.000000] ACPI: FACS 7feb0000 00040
    [ 0.000000] ACPI: HPET 7fee7340 00038 (v01 GBT GBTUACPI 42302E31 GBTU 00000098)
    [ 0.000000] ACPI: MCFG 7fee73c0 0003C (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    [ 0.000000] ACPI: EUDS 7fee7480 00560 (v01 GBT 00000000 00000000)
    [ 0.000000] ACPI: TAMG 7fee79e0 06852 (v01 GBT GBT B0 5455312E BG?? 00020101)
    [ 0.000000] ACPI: APIC 7fee7240 00084 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    [ 0.000000] ACPI: SSDT 7feee8a0 003AB (v01 PmRef CpuPm 00003000 INTL 20040311)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 1158MB HIGHMEM available.
    [ 0.000000] 887MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 377fe000
    [ 0.000000] low ram: 0 - 377fe000
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] Normal 0x00001000 -> 0x000377fe
    [ 0.000000] HighMem 0x000377fe -> 0x0007feb0
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] Early memory PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009f
    [ 0.000000] 0: 0x00000100 -> 0x0007feb0
    [ 0.000000] On node 0 totalpages: 523839
    [ 0.000000] free_area_init_node: node 0, pgdat c060c580, node_mem_map f656e200
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3951 pages, LIFO batch:0
    [ 0.000000] Normal zone: 1744 pages used for memmap
    [ 0.000000] Normal zone: 221486 pages, LIFO batch:31
    [ 0.000000] HighMem zone: 2318 pages used for memmap
    [ 0.000000] HighMem zone: 294308 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    [ 0.000000] Allocating PCI resources starting at 7ff00000 (gap: 7ff00000:70100000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 13 pages/cpu @f6000000 s30848 r0 d22400 u1048576
    [ 0.000000] pcpu-alloc: s30848 r0 d22400 u1048576 alloc=1*4194304
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 519745
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda6 vga=794
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Initializing CPU#0
    [ 0.000000] xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
    [ 0.000000] allocated 4191488 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Initializing HighMem for node 0 (000377fe:0007feb0)
    [ 0.000000] Memory: 2064520k/2095808k available (3773k kernel code, 30836k reserved, 1435k data, 520k init, 1186504k highmem)
    [ 0.000000] virtual kernel memory layout:
    [ 0.000000] fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    [ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    [ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    [ 0.000000] .init : 0xc0617000 - 0xc0699000 ( 520 kB)
    [ 0.000000] .data : 0xc04af7a9 - 0xc0616400 (1435 kB)
    [ 0.000000] .text : 0xc0100000 - 0xc04af7a9 (3773 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:2304 nr_irqs:712 16
    [ 0.000000] CPU 0 irqstacks, hard=f580a000 soft=f580c000
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.000000] Detected 2800.335 MHz processor.
    [ 0.003334] Calibrating delay loop (skipped), value calculated using timer frequency.. 5602.03 BogoMIPS (lpj=9334450)
    [ 0.003337] pid_max: default: 32768 minimum: 301
    [ 0.003356] Security Framework initialized
    [ 0.003359] AppArmor: AppArmor disabled by boot time parameter
    [ 0.003371] Mount-cache hash table entries: 512
    [ 0.003468] Initializing cgroup subsys cpuacct
    [ 0.003471] Initializing cgroup subsys memory
    [ 0.003477] Initializing cgroup subsys devices
    [ 0.003478] Initializing cgroup subsys freezer
    [ 0.003480] Initializing cgroup subsys net_cls
    [ 0.003481] Initializing cgroup subsys blkio
    [ 0.003502] CPU: Physical Processor ID: 0
    [ 0.003504] CPU: Processor Core ID: 0
    [ 0.003506] mce: CPU supports 6 MCE banks
    [ 0.003512] CPU0: Thermal monitoring enabled (TM2)
    [ 0.003514] using mwait in idle threads.
    [ 0.007056] ACPI: Core revision 20120111
    [ 0.009209] ftrace: allocating 16621 entries in 33 pages
    [ 0.013364] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.013718] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.047518] CPU0: Intel(R) Core(TM)2 Duo CPU E7400 @ 2.80GHz stepping 0a
    [ 0.049997] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
    [ 0.049997] ... version: 2
    [ 0.049997] ... bit width: 40
    [ 0.049997] ... generic registers: 2
    [ 0.049997] ... value mask: 000000ffffffffff
    [ 0.049997] ... max period: 000000007fffffff
    [ 0.049997] ... fixed-purpose events: 3
    [ 0.049997] ... event mask: 0000000700000003
    [ 0.066769] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.093344] CPU 1 irqstacks, hard=f58ec000 soft=f58ee000
    [ 0.093347] Booting Node 0, Processors #1
    [ 0.093350] smpboot cpu 1: start_ip = 9b000
    [ 0.006666] Initializing CPU#1
    [ 0.106687] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.113331] Brought up 2 CPUs
    [ 0.113334] Total of 2 processors activated (11205.06 BogoMIPS).
    [ 0.115084] devtmpfs: initialized
    [ 0.115084] PM: Registering ACPI NVS region at 7feb0000 (204800 bytes)
    [ 0.115084] NET: Registered protocol family 16
    [ 0.115084] ACPI: bus type pci registered
    [ 0.115084] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
    [ 0.115084] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
    [ 0.115084] PCI: Using MMCONFIG for extended config space
    [ 0.115084] PCI: Using configuration type 1 for base access
    [ 0.116684] bio: create slab <bio-0> at 0
    [ 0.116695] ACPI: Added _OSI(Module Device)
    [ 0.116695] ACPI: Added _OSI(Processor Device)
    [ 0.116695] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.116695] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.117294] ACPI: EC: Look up EC in DSDT
    [ 0.120049] ACPI Warning: Incorrect checksum in table [TAMG] - 0x54, should be 0x53 (20120111/tbutils-321)
    [ 0.120165] ACPI: SSDT 7feee280 0026C (v01 PmRef Cpu0Ist 00003000 INTL 20040311)
    [ 0.120301] ACPI: Dynamic OEM Table Load:
    [ 0.120304] ACPI: SSDT (null) 0026C (v01 PmRef Cpu0Ist 00003000 INTL 20040311)
    [ 0.120421] ACPI: SSDT 7feee740 00152 (v01 PmRef Cpu1Ist 00003000 INTL 20040311)
    [ 0.120549] ACPI: Dynamic OEM Table Load:
    [ 0.120551] ACPI: SSDT (null) 00152 (v01 PmRef Cpu1Ist 00003000 INTL 20040311)
    [ 0.120670] ACPI: Interpreter enabled
    [ 0.120684] ACPI: (supports S0 S3 S4 S5)
    [ 0.120698] ACPI: Using IOAPIC for interrupt routing
    [ 0.124257] ACPI: No dock devices found.
    [ 0.124263] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.124307] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
    [ 0.124364] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.124366] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff]
    [ 0.124368] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.124370] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000dffff]
    [ 0.124372] pci_root PNP0A03:00: host bridge window [mem 0xfed40000-0xfed44fff]
    [ 0.124374] pci_root PNP0A03:00: host bridge window [mem 0x7ff00000-0xfebfffff]
    [ 0.124414] PCI host bridge to bus 0000:00
    [ 0.124416] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.124417] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.124419] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.124421] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
    [ 0.124423] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
    [ 0.124424] pci_bus 0000:00: root bus resource [mem 0x7ff00000-0xfebfffff]
    [ 0.124432] pci 0000:00:00.0: [8086:2e20] type 0 class 0x000600
    [ 0.124468] pci 0000:00:01.0: [8086:2e21] type 1 class 0x000604
    [ 0.124500] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.124533] pci 0000:00:1a.0: [8086:3a37] type 0 class 0x000c03
    [ 0.124570] pci 0000:00:1a.0: reg 20: [io 0xff00-0xff1f]
    [ 0.124615] pci 0000:00:1a.1: [8086:3a38] type 0 class 0x000c03
    [ 0.124652] pci 0000:00:1a.1: reg 20: [io 0xfe00-0xfe1f]
    [ 0.124696] pci 0000:00:1a.2: [8086:3a39] type 0 class 0x000c03
    [ 0.124733] pci 0000:00:1a.2: reg 20: [io 0xfd00-0xfd1f]
    [ 0.124780] pci 0000:00:1a.7: [8086:3a3c] type 0 class 0x000c03
    [ 0.124795] pci 0000:00:1a.7: reg 10: [mem 0xfdfff000-0xfdfff3ff]
    [ 0.124874] pci 0000:00:1b.0: [8086:3a3e] type 0 class 0x000403
    [ 0.124887] pci 0000:00:1b.0: reg 10: [mem 0xfdff8000-0xfdffbfff 64bit]
    [ 0.124945] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.124964] pci 0000:00:1c.0: [8086:3a40] type 1 class 0x000604
    [ 0.125023] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.125045] pci 0000:00:1c.3: [8086:3a46] type 1 class 0x000604
    [ 0.125104] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.125124] pci 0000:00:1c.4: [8086:3a48] type 1 class 0x000604
    [ 0.125183] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.125203] pci 0000:00:1c.5: [8086:3a4a] type 1 class 0x000604
    [ 0.125262] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 0.125284] pci 0000:00:1d.0: [8086:3a34] type 0 class 0x000c03
    [ 0.125320] pci 0000:00:1d.0: reg 20: [io 0xfc00-0xfc1f]
    [ 0.125365] pci 0000:00:1d.1: [8086:3a35] type 0 class 0x000c03
    [ 0.125401] pci 0000:00:1d.1: reg 20: [io 0xfb00-0xfb1f]
    [ 0.125446] pci 0000:00:1d.2: [8086:3a36] type 0 class 0x000c03
    [ 0.125482] pci 0000:00:1d.2: reg 20: [io 0xfa00-0xfa1f]
    [ 0.125530] pci 0000:00:1d.7: [8086:3a3a] type 0 class 0x000c03
    [ 0.125545] pci 0000:00:1d.7: reg 10: [mem 0xfdffe000-0xfdffe3ff]
    [ 0.125621] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
    [ 0.125675] pci 0000:00:1f.0: [8086:3a16] type 0 class 0x000601
    [ 0.125747] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0800 (mask 000f)
    [ 0.125750] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0290 (mask 000f)
    [ 0.125753] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 4700 (mask 000b)
    [ 0.125793] pci 0000:00:1f.2: [8086:3a20] type 0 class 0x000101
    [ 0.125806] pci 0000:00:1f.2: reg 10: [io 0x0000-0x0007]
    [ 0.125813] pci 0000:00:1f.2: reg 14: [io 0x0000-0x0003]
    [ 0.125820] pci 0000:00:1f.2: reg 18: [io 0x0000-0x0007]
    [ 0.125827] pci 0000:00:1f.2: reg 1c: [io 0x0000-0x0003]
    [ 0.125833] pci 0000:00:1f.2: reg 20: [io 0xf900-0xf90f]
    [ 0.125840] pci 0000:00:1f.2: reg 24: [io 0xf800-0xf80f]
    [ 0.125880] pci 0000:00:1f.3: [8086:3a30] type 0 class 0x000c05
    [ 0.125893] pci 0000:00:1f.3: reg 10: [mem 0xfdffd000-0xfdffd0ff 64bit]
    [ 0.125911] pci 0000:00:1f.3: reg 20: [io 0x0500-0x051f]
    [ 0.125939] pci 0000:00:1f.5: [8086:3a26] type 0 class 0x000101
    [ 0.125952] pci 0000:00:1f.5: reg 10: [io 0xf600-0xf607]
    [ 0.125959] pci 0000:00:1f.5: reg 14: [io 0xf500-0xf503]
    [ 0.125965] pci 0000:00:1f.5: reg 18: [io 0xf400-0xf407]
    [ 0.125972] pci 0000:00:1f.5: reg 1c: [io 0xf300-0xf303]
    [ 0.125979] pci 0000:00:1f.5: reg 20: [io 0xf200-0xf20f]
    [ 0.125985] pci 0000:00:1f.5: reg 24: [io 0xf100-0xf10f]
    [ 0.126051] pci 0000:01:00.0: [10de:06e4] type 0 class 0x000300
    [ 0.126060] pci 0000:01:00.0: reg 10: [mem 0xfa000000-0xfaffffff]
    [ 0.126070] pci 0000:01:00.0: reg 14: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.126079] pci 0000:01:00.0: reg 1c: [mem 0xf8000000-0xf9ffffff 64bit]
    [ 0.126086] pci 0000:01:00.0: reg 24: [io 0xef00-0xef7f]
    [ 0.126093] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    [ 0.126141] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.126143] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [ 0.126146] pci 0000:00:01.0: bridge window [mem 0xf8000000-0xfbffffff]
    [ 0.126149] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.126182] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    [ 0.126238] pci 0000:03:00.0: [197b:2363] type 0 class 0x000101
    [ 0.126319] pci 0000:03:00.0: reg 24: [mem 0xfdbfe000-0xfdbfffff]
    [ 0.126378] pci 0000:03:00.0: PME# supported from D3hot
    [ 0.126407] pci 0000:03:00.1: [197b:2363] type 0 class 0x000101
    [ 0.126430] pci 0000:03:00.1: reg 10: [io 0xdf00-0xdf07]
    [ 0.126442] pci 0000:03:00.1: reg 14: [io 0xde00-0xde03]
    [ 0.126455] pci 0000:03:00.1: reg 18: [io 0xdd00-0xdd07]
    [ 0.126467] pci 0000:03:00.1: reg 1c: [io 0xdc00-0xdc03]
    [ 0.126480] pci 0000:03:00.1: reg 20: [io 0xdb00-0xdb0f]
    [ 0.126557] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.126569] pci 0000:00:1c.3: PCI bridge to [bus 03-03]
    [ 0.126572] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    [ 0.126575] pci 0000:00:1c.3: bridge window [mem 0xfdb00000-0xfdbfffff]
    [ 0.126628] pci 0000:04:00.0: [10ec:8168] type 0 class 0x000200
    [ 0.126643] pci 0000:04:00.0: reg 10: [io 0xce00-0xceff]
    [ 0.126677] pci 0000:04:00.0: reg 18: [mem 0xfdeff000-0xfdefffff 64bit pref]
    [ 0.126693] pci 0000:04:00.0: reg 20: [mem 0xfdee0000-0xfdeeffff 64bit pref]
    [ 0.126705] pci 0000:04:00.0: reg 30: [mem 0x00000000-0x0000ffff pref]
    [ 0.126764] pci 0000:04:00.0: supports D1 D2
    [ 0.126766] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.133342] pci 0000:00:1c.4: PCI bridge to [bus 04-04]
    [ 0.133348] pci 0000:00:1c.4: bridge window [io 0xc000-0xcfff]
    [ 0.133352] pci 0000:00:1c.4: bridge window [mem 0xfd900000-0xfd9fffff]
    [ 0.133359] pci 0000:00:1c.4: bridge window [mem 0xfde00000-0xfdefffff 64bit pref]
    [ 0.133422] pci 0000:05:00.0: [10ec:8168] type 0 class 0x000200
    [ 0.133440] pci 0000:05:00.0: reg 10: [io 0xbe00-0xbeff]
    [ 0.133470] pci 0000:05:00.0: reg 18: [mem 0xfdcff000-0xfdcfffff 64bit pref]
    [ 0.133491] pci 0000:05:00.0: reg 20: [mem 0xfdce0000-0xfdceffff 64bit pref]
    [ 0.133505] pci 0000:05:00.0: reg 30: [mem 0x00000000-0x0000ffff pref]
    [ 0.133572] pci 0000:05:00.0: supports D1 D2
    [ 0.133574] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.140007] pci 0000:00:1c.5: PCI bridge to [bus 05-05]
    [ 0.140013] pci 0000:00:1c.5: bridge window [io 0xb000-0xbfff]
    [ 0.140018] pci 0000:00:1c.5: bridge window [mem 0xfdd00000-0xfddfffff]
    [ 0.140024] pci 0000:00:1c.5: bridge window [mem 0xfdc00000-0xfdcfffff 64bit pref]
    [ 0.140061] pci 0000:06:01.0: [4444:0803] type 0 class 0x000400
    [ 0.140081] pci 0000:06:01.0: reg 10: [mem 0xf4000000-0xf7ffffff pref]
    [ 0.140186] pci 0000:06:07.0: [104c:8024] type 0 class 0x000c00
    [ 0.140208] pci 0000:06:07.0: reg 10: [mem 0xfdaff000-0xfdaff7ff]
    [ 0.140217] pci 0000:06:07.0: reg 14: [mem 0xfdaf8000-0xfdafbfff]
    [ 0.140279] pci 0000:06:07.0: supports D1 D2
    [ 0.140281] pci 0000:06:07.0: PME# supported from D0 D1 D2 D3hot
    [ 0.140315] pci 0000:00:1e.0: PCI bridge to [bus 06-06] (subtractive decode)
    [ 0.140320] pci 0000:00:1e.0: bridge window [mem 0xfda00000-0xfdafffff]
    [ 0.140325] pci 0000:00:1e.0: bridge window [mem 0xf4000000-0xf7ffffff 64bit pref]
    [ 0.140327] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.140329] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.140331] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.140333] pci 0000:00:1e.0: bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
    [ 0.140334] pci 0000:00:1e.0: bridge window [mem 0xfed40000-0xfed44fff] (subtractive decode)
    [ 0.140336] pci 0000:00:1e.0: bridge window [mem 0x7ff00000-0xfebfffff] (subtractive decode)
    [ 0.140356] pci_bus 0000:00: on NUMA node 0
    [ 0.140359] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.140507] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
    [ 0.140544] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3._PRT]
    [ 0.140585] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4._PRT]
    [ 0.140618] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX5._PRT]
    [ 0.140651] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
    [ 0.140755] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.140757] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
    [ 0.140759] ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 0.149257] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
    [ 0.149296] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11 *12 14 15)
    [ 0.149334] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
    [ 0.149372] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
    [ 0.149409] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
    [ 0.149447] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
    [ 0.149484] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
    [ 0.149521] ACPI: PCI Interrupt Link [LNK1] (IRQs *3 4 5 6 7 9 10 11 12 14 15)
    [ 0.149562] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.149562] vgaarb: loaded
    [ 0.149562] vgaarb: bridge control possible 0000:01:00.0
    [ 0.149562] PCI: Using ACPI for IRQ routing
    [ 0.150838] PCI: pci_cache_line_size set to 64 bytes
    [ 0.150920] reserve RAM buffer: 000000000009f800 - 000000000009ffff
    [ 0.150922] reserve RAM buffer: 000000007feb0000 - 000000007fffffff
    [ 0.151005] NetLabel: Initializing
    [ 0.151006] NetLabel: domain hash size = 128
    [ 0.151007] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.151016] NetLabel: unlabeled traffic allowed by default
    [ 0.151020] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    [ 0.151025] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    [ 0.151029] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    [ 0.160013] Switching to clocksource hpet
    [ 0.165171] pnp: PnP ACPI init
    [ 0.165185] ACPI: bus type pnp registered
    [ 0.165252] pnp 00:00: [bus 00-3f]
    [ 0.165254] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.165256] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.165257] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.165259] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.165261] pnp 00:00: [mem 0x000c0000-0x000dffff window]
    [ 0.165263] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
    [ 0.165265] pnp 00:00: [mem 0x7ff00000-0xfebfffff window]
    [ 0.165311] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
    [ 0.165373] pnp 00:01: [io 0x0010-0x001f]
    [ 0.165375] pnp 00:01: [io 0x0022-0x003f]
    [ 0.165376] pnp 00:01: [io 0x0044-0x004d]
    [ 0.165378] pnp 00:01: [io 0x0050-0x005f]
    [ 0.165379] pnp 00:01: [io 0x0062-0x0063]
    [ 0.165381] pnp 00:01: [io 0x0065-0x006f]
    [ 0.165382] pnp 00:01: [io 0x0074-0x007f]
    [ 0.165383] pnp 00:01: [io 0x0091-0x0093]
    [ 0.165385] pnp 00:01: [io 0x00a2-0x00bf]
    [ 0.165386] pnp 00:01: [io 0x00e0-0x00ef]
    [ 0.165388] pnp 00:01: [io 0x04d0-0x04d1]
    [ 0.165390] pnp 00:01: [io 0x0290-0x029f]
    [ 0.165391] pnp 00:01: [io 0x0800-0x0805]
    [ 0.165393] pnp 00:01: [io 0x0290-0x0294]
    [ 0.165394] pnp 00:01: [io 0x0880-0x088f]
    [ 0.165456] system 00:01: [io 0x04d0-0x04d1] has been reserved
    [ 0.165458] system 00:01: [io 0x0290-0x029f] has been reserved
    [ 0.165460] system 00:01: [io 0x0800-0x0805] has been reserved
    [ 0.165462] system 00:01: [io 0x0290-0x0294] has been reserved
    [ 0.165464] system 00:01: [io 0x0880-0x088f] has been reserved
    [ 0.165467] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.165476] pnp 00:02: [dma 4]
    [ 0.165478] pnp 00:02: [io 0x0000-0x000f]
    [ 0.165480] pnp 00:02: [io 0x0080-0x0090]
    [ 0.165481] pnp 00:02: [io 0x0094-0x009f]
    [ 0.165483] pnp 00:02: [io 0x00c0-0x00df]
    [ 0.165508] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.165547] pnp 00:03: [irq 0 disabled]
    [ 0.165555] pnp 00:03: [irq 8]
    [ 0.165557] pnp 00:03: [mem 0xfed00000-0xfed003ff]
    [ 0.165585] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.165608] pnp 00:04: [io 0x0070-0x0073]
    [ 0.165635] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.165642] pnp 00:05: [io 0x0061]
    [ 0.165669] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.165677] pnp 00:06: [io 0x00f0-0x00ff]
    [ 0.165681] pnp 00:06: [irq 13]
    [ 0.165707] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.165798] pnp 00:07: [io 0x03f0-0x03f5]
    [ 0.165799] pnp 00:07: [io 0x03f7]
    [ 0.165804] pnp 00:07: [irq 6]
    [ 0.165805] pnp 00:07: [dma 2]
    [ 0.165842] pnp 00:07: Plug and Play ACPI device, IDs PNP0700 (active)
    [ 0.165968] pnp 00:08: [io 0x03f8-0x03ff]
    [ 0.165973] pnp 00:08: [irq 4]
    [ 0.166025] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.166167] pnp 00:09: [io 0x0378-0x037f]
    [ 0.166171] pnp 00:09: [irq 7]
    [ 0.166215] pnp 00:09: Plug and Play ACPI device, IDs PNP0400 (active)
    [ 0.166310] pnp 00:0a: [io 0x0400-0x04cf]
    [ 0.166311] pnp 00:0a: [io 0x04d2-0x04ff]
    [ 0.166357] system 00:0a: [io 0x0400-0x04cf] has been reserved
    [ 0.166359] system 00:0a: [io 0x04d2-0x04ff] has been reserved
    [ 0.166362] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.166508] pnp 00:0b: [mem 0xf0000000-0xf3ffffff]
    [ 0.166559] system 00:0b: [mem 0xf0000000-0xf3ffffff] has been reserved
    [ 0.166561] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.166692] pnp 00:0c: [mem 0x000cdc00-0x000cffff]
    [ 0.166694] pnp 00:0c: [mem 0x000f0000-0x000f7fff]
    [ 0.166696] pnp 00:0c: [mem 0x000f8000-0x000fbfff]
    [ 0.166698] pnp 00:0c: [mem 0x000fc000-0x000fffff]
    [ 0.166699] pnp 00:0c: [mem 0x7feb0000-0x7fefffff]
    [ 0.166701] pnp 00:0c: [mem 0x00000000-0x0009ffff]
    [ 0.166702] pnp 00:0c: [mem 0x00100000-0x7feaffff]
    [ 0.166704] pnp 00:0c: [mem 0xfec00000-0xfec00fff]
    [ 0.166705] pnp 00:0c: [mem 0xfed10000-0xfed1dfff]
    [ 0.166707] pnp 00:0c: [mem 0xfed20000-0xfed8ffff]
    [ 0.166709] pnp 00:0c: [mem 0xfee00000-0xfee00fff]
    [ 0.166710] pnp 00:0c: [mem 0xffb00000-0xffb7ffff]
    [ 0.166712] pnp 00:0c: [mem 0xfff00000-0xffffffff]
    [ 0.166713] pnp 00:0c: [mem 0x000e0000-0x000effff]
    [ 0.166775] system 00:0c: [mem 0x000cdc00-0x000cffff] has been reserved
    [ 0.166777] system 00:0c: [mem 0x000f0000-0x000f7fff] could not be reserved
    [ 0.166779] system 00:0c: [mem 0x000f8000-0x000fbfff] could not be reserved
    [ 0.166781] system 00:0c: [mem 0x000fc000-0x000fffff] could not be reserved
    [ 0.166783] system 00:0c: [mem 0x7feb0000-0x7fefffff] could not be reserved
    [ 0.166785] system 00:0c: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.166787] system 00:0c: [mem 0x00100000-0x7feaffff] could not be reserved
    [ 0.166790] system 00:0c: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.166792] system 00:0c: [mem 0xfed10000-0xfed1dfff] has been reserved
    [ 0.166794] system 00:0c: [mem 0xfed20000-0xfed8ffff] could not be reserved
    [ 0.166796] system 00:0c: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.166798] system 00:0c: [mem 0xffb00000-0xffb7ffff] has been reserved
    [ 0.166800] system 00:0c: [mem 0xfff00000-0xffffffff] has been reserved
    [ 0.166802] system 00:0c: [mem 0x000e0000-0x000effff] has been reserved
    [ 0.166804] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.166819] pnp 00:0d: [mem 0xffb80000-0xffbfffff]
    [ 0.166857] pnp 00:0d: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.166862] pnp: PnP ACPI: found 14 devices
    [ 0.166863] ACPI: ACPI bus type pnp unregistered
    [ 0.203267] PCI: max bus depth: 1 pci_try_num: 2
    [ 0.203303] pci 0000:00:1c.3: BAR 15: assigned [mem 0x7ff00000-0x800fffff 64bit pref]
    [ 0.203306] pci 0000:00:1c.0: BAR 14: assigned [mem 0x80100000-0x802fffff]
    [ 0.203309] pci 0000:00:1c.0: BAR 15: assigned [mem 0x80300000-0x804fffff 64bit pref]
    [ 0.203311] pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff]
    [ 0.203314] pci 0000:01:00.0: BAR 6: assigned [mem 0xfb000000-0xfb01ffff pref]
    [ 0.203316] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.203319] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [ 0.203321] pci 0000:00:01.0: bridge window [mem 0xf8000000-0xfbffffff]
    [ 0.203324] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.203338] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    [ 0.203340] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
    [ 0.203344] pci 0000:00:1c.0: bridge window [mem 0x80100000-0x802fffff]
    [ 0.203348] pci 0000:00:1c.0: bridge window [mem 0x80300000-0x804fffff 64bit pref]
    [ 0.203353] pci 0000:00:1c.3: PCI bridge to [bus 03-03]
    [ 0.203355] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    [ 0.203359] pci 0000:00:1c.3: bridge window [mem 0xfdb00000-0xfdbfffff]
    [ 0.203362] pci 0000:00:1c.3: bridge window [mem 0x7ff00000-0x800fffff 64bit pref]
    [ 0.203368] pci 0000:04:00.0: BAR 6: assigned [mem 0xfde00000-0xfde0ffff pref]
    [ 0.203370] pci 0000:00:1c.4: PCI bridge to [bus 04-04]
    [ 0.203372] pci 0000:00:1c.4: bridge window [io 0xc000-0xcfff]
    [ 0.203376] pci 0000:00:1c.4: bridge window [mem 0xfd900000-0xfd9fffff]
    [ 0.203379] pci 0000:00:1c.4: bridge window [mem 0xfde00000-0xfdefffff 64bit pref]
    [ 0.203385] pci 0000:05:00.0: BAR 6: assigned [mem 0xfdc00000-0xfdc0ffff pref]
    [ 0.203386] pci 0000:00:1c.5: PCI bridge to [bus 05-05]
    [ 0.203389] pci 0000:00:1c.5: bridge window [io 0xb000-0xbfff]
    [ 0.203393] pci 0000:00:1c.5: bridge window [mem 0xfdd00000-0xfddfffff]
    [ 0.203396] pci 0000:00:1c.5: bridge window [mem 0xfdc00000-0xfdcfffff 64bit pref]
    [ 0.203401] pci 0000:00:1e.0: PCI bridge to [bus 06-06]
    [ 0.203405] pci 0000:00:1e.0: bridge window [mem 0xfda00000-0xfdafffff]
    [ 0.203409] pci 0000:00:1e.0: bridge window [mem 0xf4000000-0xf7ffffff 64bit pref]
    [ 0.203426] pci 0000:00:1c.0: enabling device (0000 -> 0003)
    [ 0.203447] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.203451] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.203452] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.203454] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.203456] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff]
    [ 0.203458] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff]
    [ 0.203460] pci_bus 0000:00: resource 9 [mem 0x7ff00000-0xfebfffff]
    [ 0.203462] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    [ 0.203463] pci_bus 0000:01: resource 1 [mem 0xf8000000-0xfbffffff]
    [ 0.203465] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.203467] pci_bus 0000:02: resource 0 [io 0x1000-0x1fff]
    [ 0.203469] pci_bus 0000:02: resource 1 [mem 0x80100000-0x802fffff]
    [ 0.203471] pci_bus 0000:02: resource 2 [mem 0x80300000-0x804fffff 64bit pref]
    [ 0.203473] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
    [ 0.203475] pci_bus 0000:03: resource 1 [mem 0xfdb00000-0xfdbfffff]
    [ 0.203477] pci_bus 0000:03: resource 2 [mem 0x7ff00000-0x800fffff 64bit pref]
    [ 0.203479] pci_bus 0000:04: resource 0 [io 0xc000-0xcfff]
    [ 0.203480] pci_bus 0000:04: resource 1 [mem 0xfd900000-0xfd9fffff]
    [ 0.203482] pci_bus 0000:04: resource 2 [mem 0xfde00000-0xfdefffff 64bit pref]
    [ 0.203484] pci_bus 0000:05: resource 0 [io 0xb000-0xbfff]
    [ 0.203486] pci_bus 0000:05: resource 1 [mem 0xfdd00000-0xfddfffff]
    [ 0.203488] pci_bus 0000:05: resource 2 [mem 0xfdc00000-0xfdcfffff 64bit pref]
    [ 0.203490] pci_bus 0000:06: resource 1 [mem 0xfda00000-0xfdafffff]
    [ 0.203492] pci_bus 0000:06: resource 2 [mem 0xf4000000-0xf7ffffff 64bit pref]
    [ 0.203493] pci_bus 0000:06: resource 4 [io 0x0000-0x0cf7]
    [ 0.203495] pci_bus 0000:06: resource 5 [io 0x0d00-0xffff]
    [ 0.203497] pci_bus 0000:06: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.203499] pci_bus 0000:06: resource 7 [mem 0x000c0000-0x000dffff]
    [ 0.203501] pci_bus 0000:06: resource 8 [mem 0xfed40000-0xfed44fff]
    [ 0.203502] pci_bus 0000:06: resource 9 [mem 0x7ff00000-0xfebfffff]
    [ 0.203527] NET: Registered protocol family 2
    [ 0.203579] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.203743] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.204067] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.204228] TCP: Hash tables configured (established 131072 bind 65536)
    [ 0.204230] TCP reno registered
    [ 0.204232] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.204239] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.204289] NET: Registered protocol family 1
    [ 0.230047] pci 0000:01:00.0: Boot video device
    [ 0.230067] PCI: CLS 4 bytes, default 64
    [ 0.230115] Unpacking initramfs...
    [ 0.265087] Freeing initrd memory: 2620k freed
    [ 0.266068] apm: BIOS not found.
    [ 0.266288] audit: initializing netlink socket (disabled)
    [ 0.266299] type=2000 audit(1335262531.263:1): initialized
    [ 0.266584] highmem bounce pool size: 64 pages
    [ 0.266587] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 0.268217] VFS: Disk quotas dquot_6.5.2
    [ 0.268265] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.268344] msgmni has been set to 1719
    [ 0.268484] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.268509] io scheduler noop registered
    [ 0.268510] io scheduler deadline registered
    [ 0.268515] io scheduler cfq registered (default)
    [ 0.268621] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.268690] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
    [ 0.268767] pcieport 0000:00:1c.3: irq 42 for MSI/MSI-X
    [ 0.268848] pcieport 0000:00:1c.4: irq 43 for MSI/MSI-X
    [ 0.268925] pcieport 0000:00:1c.5: irq 44 for MSI/MSI-X
    [ 0.269038] vesafb: mode is 1280x1024x16, linelength=2560, pages=0
    [ 0.269040] vesafb: scrolling: redraw
    [ 0.269042] vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
    [ 0.269245] vesafb: framebuffer at 0xf9000000, mapped to 0xf8080000, using 2560k, total 2560k
    [ 0.289257] Console: switching to colour frame buffer device 160x64
    [ 0.309184] fb0: VESA VGA frame buffer device
    [ 0.309220] intel_idle: MWAIT substates: 0x22220
    [ 0.309221] intel_idle: does not run on family 6 model 23
    [ 0.309239] GHES: HEST is not enabled!
    [ 0.309250] isapnp: Scanning for PnP cards...
    [ 0.621201] isapnp: No Plug & Play device found
    [ 0.621251] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.641735] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.662470] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.662752] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 0.696011] i8042: Failed to disable AUX port, but continuing anyway... Is this a SiS?
    [ 0.696012] i8042: If AUX port is really absent please use the 'i8042.noaux' option
    [ 0.943424] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.943556] mousedev: PS/2 mouse device common for all mice
    [ 0.943618] rtc_cmos 00:04: RTC can wake from S4
    [ 0.943703] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
    [ 0.943724] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
    [ 0.943743] cpuidle: using governor ladder
    [ 0.943744] cpuidle: using governor menu
    [ 0.943914] TCP cubic registered
    [ 0.944019] NET: Registered protocol family 10
    [ 0.944386] NET: Registered protocol family 17
    [ 0.944389] Registering the dns_resolver key type
    [ 0.944402] Using IPI No-Shortcut mode
    [ 0.944484] PM: Hibernation image not present or could not be loaded.
    [ 0.944488] registered taskstats version 1
    [ 0.944912] rtc_cmos 00:04: setting system clock to 2012-04-24 10:15:32 UTC (1335262532)
    [ 0.944944] Initializing network drop monitor service
    [ 0.944995] Freeing unused kernel memory: 520k freed
    [ 0.945188] Write protecting the kernel text: 3776k
    [ 0.945206] Write protecting the kernel read-only data: 1108k
    [ 0.950321] udevd[37]: starting version 181
    [ 0.975067] usbcore: registered new interface driver usbfs
    [ 0.975086] usbcore: registered new interface driver hub
    [ 0.975403] usbcore: registered new device driver usb
    [ 0.976311] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.976358] ehci_hcd 0000:00:1a.7: setting latency timer to 64
    [ 0.976362] ehci_hcd 0000:00:1a.7: EHCI Host Controller
    [ 0.976381] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
    [ 0.977405] uhci_hcd: USB Universal Host Controller Interface driver
    [ 0.980290] ehci_hcd 0000:00:1a.7: cache line size of 4 is not supported
    [ 0.980307] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfdfff000
    [ 0.981979] SCSI subsystem initialized
    [ 0.987728] libata version 3.00 loaded.
    [ 0.990179] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    [ 0.991541] ahci 0000:03:00.0: version 3.0
    [ 0.991704] hub 1-0:1.0: USB hub found
    [ 0.991708] hub 1-0:1.0: 6 ports detected
    [ 0.991829] uhci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 0.991832] uhci_hcd 0000:00:1a.0: UHCI Host Controller
    [ 0.991839] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 2
    [ 0.991875] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000ff00
    [ 0.992004] hub 2-0:1.0: USB hub found
    [ 0.992008] hub 2-0:1.0: 2 ports detected
    [ 0.992104] uhci_hcd 0000:00:1a.1: setting latency timer to 64
    [ 0.992107] uhci_hcd 0000:00:1a.1: UHCI Host Controller
    [ 0.992113] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 3
    [ 0.992140] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000fe00
    [ 0.992298] hub 3-0:1.0: USB hub found
    [ 0.992301] hub 3-0:1.0: 2 ports detected
    [ 0.992395] uhci_hcd 0000:00:1a.2: setting latency timer to 64
    [ 0.992398] uhci_hcd 0000:00:1a.2: UHCI Host Controller
    [ 0.992404] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 4
    [ 0.992424] uhci_hcd 0000:00:1a.2: irq 18, io base 0x0000fd00
    [ 0.992562] hub 4-0:1.0: USB hub found
    [ 0.992565] hub 4-0:1.0: 2 ports detected
    [ 0.992630] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 0.992632] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 0.992638] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
    [ 0.992666] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000fc00
    [ 0.992779] hub 5-0:1.0: USB hub found
    [ 0.992782] hub 5-0:1.0: 2 ports detected
    [ 0.992997] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [ 0.993000] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 0.993006] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
    [ 0.993032] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000fb00
    [ 0.993178] hub 6-0:1.0: USB hub found
    [ 0.993181] hub 6-0:1.0: 2 ports detected
    [ 0.993244] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    [ 0.993247] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 0.993253] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
    [ 0.993272] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000fa00
    [ 0.993393] hub 7-0:1.0: USB hub found
    [ 0.993396] hub 7-0:1.0: 2 ports detected
    [ 0.993484] pata_acpi 0000:00:1f.2: setting latency timer to 64
    [ 0.993516] pata_acpi 0000:00:1f.5: setting latency timer to 64
    [ 0.993552] ata_piix 0000:00:1f.2: version 2.13
    [ 0.993561] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
    [ 0.993587] ata_piix 0000:00:1f.2: setting latency timer to 64
    [ 0.994010] scsi0 : ata_piix
    [ 0.994209] scsi1 : ata_piix
    [ 0.994687] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf900 irq 14
    [ 0.994692] ata2: SATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf908 irq 15
    [ 0.994722] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
    [ 0.994764] ata_piix 0000:00:1f.5: setting latency timer to 64
    [ 0.995109] scsi2 : ata_piix
    [ 0.995998] scsi3 : ata_piix
    [ 0.996404] ata3: SATA max UDMA/133 cmd 0xf600 ctl 0xf500 bmdma 0xf200 irq 19
    [ 0.996408] ata4: SATA max UDMA/133 cmd 0xf400 ctl 0xf300 bmdma 0xf208 irq 19
    [ 0.996449] ehci_hcd 0000:00:1d.7: setting latency timer to 64
    [ 0.996452] ehci_hcd 0000:00:1d.7: EHCI Host Controller
    [ 0.996459] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 8
    [ 1.000369] ehci_hcd 0000:00:1d.7: cache line size of 4 is not supported
    [ 1.000375] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfdffe000
    [ 1.003374] ahci 0000:03:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
    [ 1.003377] ahci 0000:03:00.0: flags: 64bit ncq pm led clo pmp pio slum part
    [ 1.003714] scsi4 : ahci
    [ 1.003787] scsi5 : ahci
    [ 1.003874] ata5: SATA max UDMA/133 abar m8192@0xfdbfe000 port 0xfdbfe100 irq 19
    [ 1.003877] ata6: SATA max UDMA/133 abar m8192@0xfdbfe000 port 0xfdbfe180 irq 19
    [ 1.003896] pata_acpi 0000:03:00.1: enabling device (0000 -> 0001)
    [ 1.003923] pata_acpi 0000:03:00.1: setting latency timer to 64
    [ 1.010024] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 1.010224] hub 8-0:1.0: USB hub found
    [ 1.010228] hub 8-0:1.0: 6 ports detected
    [ 1.266680] Refined TSC clocksource calibration: 2800.098 MHz.
    [ 1.266686] Switching to clocksource tsc
    [ 1.330673] ata6: SATA link down (SStatus 0 SControl 300)
    [ 1.330675] ata3: SATA link down (SStatus 0 SControl 300)
    [ 1.330708] ata5: SATA link down (SStatus 0 SControl 300)
    [ 1.341360] ata4: SATA link down (SStatus 0 SControl 300)
    [ 1.573349] usb 7-2: new full-speed USB device number 2 using uhci_hcd
    [ 1.720359] hub 7-2:1.0: USB hub found
    [ 1.722307] hub 7-2:1.0: 4 ports detected
    [ 1.786726] ata1.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.786740] ata1.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.796725] ata2.00: SATA link down (SStatus 0 SControl 300)
    [ 1.796738] ata2.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.807549] ata1.00: ATAPI: HL-DT-STDVD-RAM GH22NS30, 1.02, max UDMA/100
    [ 1.816278] ata1.01: ATA-8: WDC WD1002FAEX-00Y9A0, 05.01D05, max UDMA/133
    [ 1.816282] ata1.01: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 1.826793] ata1.00: configured for UDMA/100
    [ 1.834352] ata1.01: configured for UDMA/133
    [ 1.835903] scsi 0:0:0:0: CD-ROM HL-DT-ST DVD-RAM GH22NS30 1.02 PQ: 0 ANSI: 5
    [ 1.836204] scsi 0:0:1:0: Direct-Access ATA WDC WD1002FAEX-0 05.0 PQ: 0 ANSI: 5
    [ 1.837381] sd 0:0:1:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    [ 1.837417] sd 0:0:1:0: [sda] Write Protect is off
    [ 1.837419] sd 0:0:1:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.837435] sd 0:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.842977] ata2.01: HPA detected: current 1250261615, native 1250263728
    [ 1.842984] ata2.01: ATA-8: WDC WD6400AACS-00G8B1, 05.04C05, max UDMA/133
    [ 1.842988] ata2.01: 1250261615 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 1.846979] ata2.01: configured for UDMA/133
    [ 1.847098] scsi 1:0:1:0: Direct-Access ATA WDC WD6400AACS-0 05.0 PQ: 0 ANSI: 5
    [ 1.847319] sd 1:0:1:0: [sdb] 1250261615 512-byte logical blocks: (640 GB/596 GiB)
    [ 1.847357] sd 1:0:1:0: [sdb] Write Protect is off
    [ 1.847360] sd 1:0:1:0: [sdb] Mode Sense: 00 3a 00 00
    [ 1.847382] sd 1:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.879393] sda: sda1 sda2 < sda5 sda6 sda7 > sda3 sda4
    [ 1.879836] sd 0:0:1:0: [sda] Attached SCSI disk
    [ 1.959783] sdb: sdb1 sdb2 < sdb5 sdb6 sdb7 sdb8 sdb9 sdb10 sdb11 sdb12 sdb13 >
    [ 1.960479] sd 1:0:1:0: [sdb] Attached SCSI disk
    [ 1.960917] pata_jmicron 0000:03:00.1: setting latency timer to 64
    [ 1.962994] scsi6 : pata_jmicron
    [ 1.963298] scsi7 : pata_jmicron
    [ 1.963868] ata7: PATA max UDMA/100 cmd 0xdf00 ctl 0xde00 bmdma 0xdb00 irq 16
    [ 1.963871] ata8: PATA max UDMA/100 cmd 0xdd00 ctl 0xdc00 bmdma 0xdb08 irq 16
    [ 1.964182] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 1.964185] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.965513] sr 0:0:0:0: Attached scsi CD-ROM sr0
    [ 1.998314] usb 7-2.1: new full-speed USB device number 3 using uhci_hcd
    [ 2.184767] input: Logitech Logitech Illuminated Keyboard as /devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2.1/7-2.1:1.0/input/input0
    [ 2.184815] generic-usb 0003:046D:C318.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech Logitech Illuminated Keyboard] on usb-0000:00:1d.2-2.1/input0
    [ 2.202436] input: Logitech Logitech Illuminated Keyboard as /devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2.1/7-2.1:1.1/input/input1
    [ 2.202537] generic-usb 0003:046D:C318.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech Logitech Illuminated Keyboard] on usb-0000:00:1d.2-2.1/input1
    [ 2.210716] input: Logitech Logitech Illuminated Keyboard as /devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2.1/7-2.1:1.2/input/input2
    [ 2.210787] generic-usb 0003:046D:C318.0003: input,hidraw2: USB HID v1.10 Mouse [Logitech Logitech Illuminated Keyboard] on usb-0000:00:1d.2-2.1/input2
    [ 2.210801] usbcore: registered new interface driver usbhid
    [ 2.210802] usbhid: USB HID core driver
    [ 3.022683] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
    [ 3.658594] udevd[149]: starting version 181
    [ 3.749111] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
    [ 3.749117] ACPI: Power Button [PWRB]
    [ 3.749172] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 3.749175] ACPI: Power Button [PWRF]
    [ 3.847032] input: PC Speaker as /devices/platform/pcspkr/input/input5
    [ 3.863476] Linux media interface: v0.10
    [ 3.864344] Marking TSC unstable due to TSC halts in idle
    [ 3.865784] IT8718 SuperIO detected.
    [ 3.865831] ACPI: acpi_idle registered with cpuidle
    [ 3.866042] parport_pc 00:09: reported by Plug and Play ACPI
    [ 3.866083] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
    [ 3.866482] Switching to clocksource hpet
    [ 3.898275] iTCO_vendor_support: vendor-support=0
    [ 3.898849] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
    [ 3.898919] iTCO_wdt: Found a ICH10R TCO device (Version=2, TCOBASE=0x0460)
    [ 3.898972] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 3.917356] Linux agpgart interface v0.103
    [ 3.970494] Floppy drive(s): fd0 is 1.44M
    [ 3.971382] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 3.971469] r8169 0000:04:00.0: irq 45 for MSI/MSI-X
    [ 3.973433] r8169 0000:04:00.0: eth0: RTL8168c/8111c at 0xf8950000, 00:24:1d:2a:98:49, XID 1c4000c0 IRQ 45
    [ 3.973436] r8169 0000:04:00.0: eth0: jumbo features [frames: 6128 bytes, tx checksumming: ko]
    [ 3.973494] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 3.973569] r8169 0000:05:00.0: irq 46 for MSI/MSI-X
    [ 3.974018] r8169 0000:05:00.0: eth1: RTL8168c/8111c at 0xf8998000, 00:1f:d0:81:ab:41, XID 1c4000c0 IRQ 46
    [ 3.974020] r8169 0000:05:00.0: eth1: jumbo features [frames: 6128 bytes, tx checksumming: ko]
    [ 3.976502] Linux video capture interface: v2.00
    [ 3.976567] ppdev: user-space parallel port driver
    [ 3.986986] FDC 0 is a post-1991 82077
    [ 4.092911] usbcore: registered new interface driver uvcvideo
    [ 4.092913] USB Video Class driver (1.1.1)
    [ 4.093407] firewire_ohci: Added fw-ohci device 0000:06:07.0, OHCI v1.10, 4 IR + 8 IT contexts, quirks 0x2
    [ 4.117496] lirc_dev: IR Remote Control driver registered, major 249
    [ 4.123010] nvidia: module license 'NVIDIA' taints kernel.
    [ 4.123013] Disabling lock debugging due to kernel taint
    [ 4.139426] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
    [ 4.139793] NVRM: loading NVIDIA UNIX x86 Kernel Module 295.40 Thu Apr 5 21:28:09 PDT 2012
    [ 4.141376] bttv: driver version 0.9.19 loaded
    [ 4.141378] bttv: using 8 buffers with 2080k (520 pages) each for capture
    [ 4.141895] IR NEC protocol handler initialized
    [ 4.158820] IR RC5(x) protocol handler initialized
    [ 4.161235] ivtv: Start initialization, version 1.4.3
    [ 4.161283] ivtv0: Initializing card 0
    [ 4.161284] ivtv0: Autodetected Hauppauge card (cx23415 based)
    [ 4.162012] ivtv0: Unreasonably low latency timer, setting to 64 (was 32)
    [ 4.166021] IR RC6 protocol handler initialized
    [ 4.211259] cx88/0: cx2388x v4l2 driver version 0.0.9 loaded
    [ 4.211692] IR JVC protocol handler initialized
    [ 4.220218] tveeprom 1-0050: Hauppauge model 48132, rev K268, serial# 9950569
    [ 4.220220] tveeprom 1-0050: tuner model is LG TAPE H001F MK3 (idx 68, type 47)
    [ 4.220223] tveeprom 1-0050: TV standards NTSC(M) (eeprom 0x08)
    [ 4.220224] tveeprom 1-0050: audio processor is MSP4448 (idx 27)
    [ 4.220226] tveeprom 1-0050: decoder processor is SAA7115 (idx 19)
    [ 4.220228] tveeprom 1-0050: has radio, has IR receiver, has no IR transmitter
    [ 4.220230] ivtv0: Autodetected Hauppauge WinTV PVR-350
    [ 4.301205] snd_hda_intel 0000:00:1b.0: irq 47 for MSI/MSI-X
    [ 4.327025] IR Sony protocol handler initialized
    [ 4.352604] IR SANYO protocol handler initialized
    [ 4.353105] saa7115 1-0021: saa7115 found (1f7115d0e100000) @ 0x42 (ivtv i2c driver #0)
    [ 4.361735] hda_codec: ALC889A: BIOS auto-probing.
    [ 4.377224] IR MCE Keyboard/mouse protocol handler initialized
    [ 4.379125] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
    [ 4.379251] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    [ 4.379362] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
    [ 4.379473] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    [ 4.379583] input: HDA Intel Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
    [ 4.379693] input: HDA Intel Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
    [ 4.379803] input: HDA Intel Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
    [ 4.379913] input: HDA Intel Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
    [ 4.433935] IR LIRC bridge handler initialized
    [ 4.593456] firewire_core: created device fw0: GUID 00427c790000241d, S400
    [ 4.605356] saa7127 1-0044: saa7129 found @ 0x88 (ivtv i2c driver #0)
    [ 4.847635] i2c-core: driver [msp3400] using legacy suspend method
    [ 4.847637] i2c-core: driver [msp3400] using legacy resume method
    [ 4.858881] msp3400 1-0040: MSP4448G-A2 found @ 0x80 (ivtv i2c driver #0)
    [ 4.858883] msp3400 1-0040: msp3400 supports radio, mode is autodetect and autoselect
    [ 4.892295] i2c-core: driver [tuner] using legacy suspend method
    [ 4.892297] i2c-core: driver [tuner] using legacy resume method
    [ 4.914640] tda9887 1-0043: creating new instance
    [ 4.914642] tda9887 1-0043: tda988[5/6/7] found
    [ 4.915701] tuner 1-0043: Tuner 74 found with type(s) Radio TV.
    [ 4.916868] tuner 1-0061: Tuner -1 found with type(s) Radio TV.
    [ 4.918126] lirc_i2c: chip found @ 0x18 (Hauppauge IR)
    [ 4.918199] i2c ir driver 1-0018: lirc_dev: driver lirc_i2c registered at minor = 0
    [ 4.924857] tuner-simple 1-0061: creating new instance
    [ 4.924860] tuner-simple 1-0061: type set to 47 (LG NTSC (TAPE series))
    [ 4.938880] ivtv0: Registered device video0 for encoder MPG (4096 kB)
    [ 4.938913] ivtv0: Registered device video32 for encoder YUV (2048 kB)
    [ 4.938944] ivtv0: Registered device vbi0 for encoder VBI (1024 kB)
    [ 4.938975] ivtv0: Registered device video24 for encoder PCM (320 kB)
    [ 4.939009] ivtv0: Registered device radio0 for encoder radio
    [ 4.939040] ivtv0: Registered device video16 for decoder MPG (1024 kB)
    [ 4.939072] ivtv0: Registered device vbi8 for decoder VBI (64 kB)
    [ 4.939101] ivtv0: Registered device vbi16 for decoder VOUT
    [ 4.939131] ivtv0: Registered device video48 for decoder YUV (1024 kB)
    [ 4.939133] ivtv0: Initialized card: Hauppauge WinTV PVR-350
    [ 4.939147] ivtv: End initialization
    [ 5.588685] ivtv0: Loaded v4l-cx2341x-enc.fw firmware (376836 bytes)
    [ 5.605080] ivtv0: Loaded v4l-cx2341x-dec.fw firmware (262144 bytes)
    [ 5.803694] ivtv0: Encoder revision: 0x02060039
    [ 5.803817] ivtv0: Decoder revision: 0x02020023
    [ 5.887242] ivtv0: Loaded v4l-cx2341x-init.mpg firmware (155648 bytes)
    [ 6.536711] EXT4-fs (sda6): re-mounted. Opts: user_xattr
    [ 6.698002] EXT4-fs (sda4): warning: maximal mount count reached, running e2fsck is recommended
    [ 6.698239] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
    [ 6.747502] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
    [ 6.748386] SGI XFS Quota Management subsystem
    [ 6.749002] XFS (sdb11): Mounting Filesystem
    [ 6.859760] XFS (sdb11): Ending clean mount
    [ 6.874309] EXT4-fs (sdb12): mounting ext3 file system using the ext4 subsystem
    [ 6.907592] EXT4-fs (sdb12): warning: maximal mount count reached, running e2fsck is recommended
    [ 6.908028] EXT4-fs (sdb12): mounted filesystem with ordered data mode. Opts: (null)
    [ 6.952816] EXT4-fs (sdb8): mounting ext3 file system using the ext4 subsystem
    [ 6.968115] EXT4-fs (sdb8): warning: maximal mount count reached, running e2fsck is recommended
    [ 6.968383] EXT4-fs (sdb8): mounted filesystem with ordered data mode. Opts: (null)
    [ 7.039094] EXT4-fs (sdb9): mounting ext3 file system using the ext4 subsystem
    [ 7.054659] EXT4-fs (sdb9): warning: maximal mount count reached, running e2fsck is recommended
    [ 7.054942] EXT4-fs (sdb9): mounted filesystem with ordered data mode. Opts: (null)
    [ 7.066008] EXT4-fs (sda3): mounting ext3 file system using the ext4 subsystem
    [ 7.077812] EXT4-fs (sda3): warning: maximal mount count reached, running e2fsck is recommended
    [ 7.078217] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: user_xattr
    [ 7.089318] Adding 2096444k swap on /dev/sda5. Priority:-1 extents:1 across:2096444k
    [ 8.551413] r8169 0000:04:00.0: eth0: link down
    [ 8.551420] r8169 0000:04:00.0: eth0: link down
    [ 8.551554] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 10.165331] r8169 0000:04:00.0: eth0: link up
    [ 10.165539] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 20.243339] eth0: no IPv6 routers present
    [ 124.829802] vmap allocation for size 16781312 failed: use vmalloc=<size> to increase size.
    [ 124.831186] NVRM: RmInitAdapter failed! (0x26:0xffffffff:1170)
    [ 124.831192] NVRM: rm_init_adapter(0) failed
    [ 125.506419] vmap allocation for size 16781312 failed: use vmalloc=<size> to increase size.
    [ 125.507795] NVRM: RmInitAdapter failed! (0x26:0xffffffff:1170)
    [ 125.507801] NVRM: rm_init_adapter(0) failed
    Xorg.0.log:
    [ 123.542]
    X.Org X Server 1.11.4
    Release Date: 2012-01-27
    [ 123.542] X Protocol Version 11, Revision 0
    [ 123.542] Build Operating System: Linux 3.2.2-1-ARCH i686
    [ 123.542] Current Operating System: Linux intel-arch 3.3.2-1-ARCH #1 SMP PREEMPT Sat Apr 14 10:08:43 UTC 2012 i686
    [ 123.542] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda6 vga=794
    [ 123.543] Build Date: 29 January 2012 03:41:53PM
    [ 123.543]
    [ 123.543] Current version of pixman: 0.24.4
    [ 123.543] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 123.543] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 123.544] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Apr 24 10:17:35 2012
    [ 123.544] (==) Using config file: "/etc/X11/xorg.conf"
    [ 123.544] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 123.545] (==) ServerLayout "Layout0"
    [ 123.545] (**) |-->Screen "Screen0" (0)
    [ 123.545] (**) | |-->Monitor "Monitor0"
    [ 123.546] (**) | |-->Device "Device0"
    [ 123.546] (**) |-->Screen "Screen1" (1)
    [ 123.546] (**) | |-->Monitor "Monitor1"
    [ 123.546] (**) | |-->Device "Device1"
    [ 123.546] (**) |-->Input Device "Keyboard0"
    [ 123.546] (**) |-->Input Device "Mouse0"
    [ 123.546] (**) Option "Xinerama" "0"
    [ 123.546] (==) Automatically adding devices
    [ 123.546] (==) Automatically enabling devices
    [ 123.555] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 123.555] Entry deleted from font path.
    [ 123.555] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 123.555] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 123.555] (**) Extension "Composite" is enabled
    [ 123.555] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 123.555] (WW) Disabling Keyboard0
    [ 123.555] (WW) Disabling Mouse0
    [ 123.555] (II) Loader magic: 0x8228580
    [ 123.555] (II) Module ABI versions:
    [ 123.555] X.Org ANSI C Emulation: 0.4
    [ 123.555] X.Org Video Driver: 11.0
    [ 123.555] X.Org XInput driver : 13.0
    [ 123.555] X.Org Server Extension : 6.0
    [ 123.556] (--) PCI:*(0:1:0:0) 10de:06e4:1462:1162 rev 161, Mem @ 0xfa000000/16777216, 0xe0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000ef00/128, BIOS @ 0x????????/131072
    [ 123.556] (--) PCI: (0:6:1:0) 4444:0803:0070:4000 rev 1, Mem @ 0xf4000000/67108864
    [ 123.556] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 123.556] (II) LoadModule: "extmod"
    [ 123.588] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 123.593] (II) Module extmod: vendor="X.Org Foundation"
    [ 123.593] compiled for 1.11.4, module version = 1.0.0
    [ 123.593] Module class: X.Org Server Extension
    [ 123.593] ABI class: X.Org Server Extension, version 6.0
    [ 123.593] (II) Loading extension MIT-SCREEN-SAVER
    [ 123.593] (II) Loading extension XFree86-VidModeExtension
    [ 123.593] (II) Loading extension XFree86-DGA
    [ 123.593] (II) Loading extension DPMS
    [ 123.593] (II) Loading extension XVideo
    [ 123.593] (II) Loading extension XVideo-MotionCompensation
    [ 123.593] (II) Loading extension X-Resource
    [ 123.593] (II) LoadModule: "dbe"
    [ 123.593] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 123.601] (II) Module dbe: vendor="X.Org Foundation"
    [ 123.601] compiled for 1.11.4, module version = 1.0.0
    [ 123.601] Module class: X.Org Server Extension
    [ 123.601] ABI class: X.Org Server Extension, version 6.0
    [ 123.601] (II) Loading extension DOUBLE-BUFFER
    [ 123.601] (II) LoadModule: "glx"
    [ 123.601] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 123.651] (II) Module glx: vendor="NVIDIA Corporation"
    [ 123.651] compiled for 4.0.2, module version = 1.0.0
    [ 123.651] Module class: X.Org Server Extension
    [ 123.651] (II) NVIDIA GLX Module 295.40 Thu Apr 5 21:49:54 PDT 2012
    [ 123.651] (II) Loading extension GLX
    [ 123.651] (II) LoadModule: "record"
    [ 123.651] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 123.652] (II) Module record: vendor="X.Org Foundation"
    [ 123.652] compiled for 1.11.4, module version = 1.13.0
    [ 123.652] Module class: X.Org Server Extension
    [ 123.652] ABI class: X.Org Server Extension, version 6.0
    [ 123.652] (II) Loading extension RECORD
    [ 123.652] (II) LoadModule: "dri"
    [ 123.652] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 123.663] (II) Module dri: vendor="X.Org Foundation"
    [ 123.663] compiled for 1.11.4, module version = 1.0.0
    [ 123.663] ABI class: X.Org Server Extension, version 6.0
    [ 123.663] (II) Loading extension XFree86-DRI
    [ 123.663] (II) LoadModule: "dri2"
    [ 123.663] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 123.664] (II) Module dri2: vendor="X.Org Foundation"
    [ 123.664] compiled for 1.11.4, module version = 1.2.0
    [ 123.664] ABI class: X.Org Server Extension, version 6.0
    [ 123.664] (II) Loading extension DRI2
    [ 123.664] (II) LoadModule: "nvidia"
    [ 123.664] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 123.698] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 123.698] compiled for 4.0.2, module version = 1.0.0
    [ 123.698] Module class: X.Org Video Driver
    [ 123.723] (II) NVIDIA dlloader X Driver 295.40 Thu Apr 5 21:29:50 PDT 2012
    [ 123.725] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 123.726] (--) using VT number 7
    [ 123.748] (II) Loading sub module "fb"
    [ 123.748] (II) LoadModule: "fb"
    [ 123.748] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 123.757] (II) Module fb: vendor="X.Org Foundation"
    [ 123.757] compiled for 1.11.4, module version = 1.0.0
    [ 123.757] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 123.757] (II) Loading sub module "wfb"
    [ 123.757] (II) LoadModule: "wfb"
    [ 123.757] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 123.758] (II) Module wfb: vendor="X.Org Foundation"
    [ 123.758] compiled for 1.11.4, module version = 1.0.0
    [ 123.758] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 123.758] (II) Loading sub module "ramdac"
    [ 123.758] (II) LoadModule: "ramdac"
    [ 123.758] (II) Module "ramdac" already built-in
    [ 123.760] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 123.760] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 123.760] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 123.770] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 123.770] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 123.770] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 123.770] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 123.770] (==) NVIDIA(0): RGB weight 888
    [ 123.770] (==) NVIDIA(0): Default visual is TrueColor
    [ 123.770] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 123.770] (**) NVIDIA(0): Option "TwinView" "0"
    [ 123.770] (**) NVIDIA(0): Option "MetaModes" "CRT: nvidia-auto-select +0+0"
    [ 123.770] (**) NVIDIA(0): Option "Coolbits" "1"
    [ 123.770] (**) NVIDIA(0): Option "TripleBuffer" "false"
    [ 123.770] (**) NVIDIA(0): Option "AddARGBGLXVisuals" "true"
    [ 123.771] (**) NVIDIA(0): Enabling 2D acceleration
    [ 124.831] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 124.831] (EE) NVIDIA(0): check your system's kernel log for additional error
    [ 124.831] (EE) NVIDIA(0): messages and refer to Chapter 8: Common Problems in the
    [ 124.831] (EE) NVIDIA(0): README for additional information.
    [ 124.831] (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    [ 124.831] (**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
    [ 124.831] (==) NVIDIA(1): RGB weight 888
    [ 124.831] (==) NVIDIA(1): Default visual is TrueColor
    [ 124.831] (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
    [ 124.831] (**) N

  • Arch corrupts FS on external USB drive.

    Good day almighty All,
    I have a Dell Latitude E6520 laptop with SSD drive, which is probably unrelated to the problem.
    Recently I decided to install Arch linux on it, but before that, being a bloody smart person, I decided to back up existing windows partition and CentOS filesystem to the external HDD connected with some noname SATA-to-USB connector.
    (Actually it has a name, which is "Bus 002 Device 009: ID 14cd:6116 Super Top M6116 SATA Bridge").
    Enclose has my old 500GB Segate in it with LVM partition.
    So the box was booted with CentOS installed, first 2048 sectors of the drive and windows partitions were dumped with dd to the files on external HDD.
    Could not tell which FS was on the volume, but most probably ext3.
    After that I installed Arch (base, base-devel, grub as per installation manual), changed CentOS GRUB-0.9 to GRUB2, rebooted into arch, was unpleasantly surprised by the missing ifconfig, rebooted back into Arch usb, installed net-tools, rebooted into Arch, installed various small things like vim and KDE minimal, added missing ttf-dejavu, still could not boot into KDM - startx only.
    Everything was going well so far.
    Then it happened.
    I mounted my USB drive from Arch and tried to dump on it CentOS partition.
    Somewhere at the mark of 30-40Gb from the start  I got Input/Output errors and that's it - partition is dead.
    When I tried  to remount it I've got:
    mount: wrong fs type, bad option, bad superblock on /dev/mapper/lenovo01-data,
           missing codepage or helper program, or other error
           In some cases useful info is found in syslog - try
           dmesg | tail or so
    I ran fsck on other laptop (Fedora 17) and got file system fixed but empty (well, lots of errors, everything was linked under lost+found).
    RIP my backup (I have a copy on the storage and this one will be accessed via network only
    I re-created FS (ext3), copied on it couple gigs of test files, connected drive to dell, mounted FS, "ls" the dir, all good.
    Unmounted FS, mounted again - get what is quoted above - I/O errors.
    The same drive on the same laptop works without any problem with installed CentOS and live GRML so it is not a hardware itself.
    So far:
    1. external drive can be mounted without problem when it is just connected to Arch
    2. After some data traffic it starts to produce I/O errors.
    3. When good FS is unmounted and then mounted again the story is the same - I/O errors.
    4. As soon as it happened I cannot change FS on drive, I cannot change partition table and so on. fdisk and mkfs completed without error but FS is not there and attempt to mount produces the error above.
    Below is some info about installation:
    System is installed on encrypted with Luks LVM partition.
    External HDD is not encrypted.
    [root@darkstar ~]# uname -a
    Linux darkstar 3.6.3-1-ARCH #1 SMP PREEMPT Mon Oct 22 10:23:56 CEST 2012 x86_64 GNU/Linux
    [root@darkstar ~]# pacman -Suy
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    :: Starting full system upgrade...
    there is nothing to do
    [root@darkstar ~]#
    # dmesg after connection of USB drive
    [Nov 2 14:08] usb 2-1.1: new high-speed USB device number 8 using ehci_hcd
    [  +0.085473] scsi8 : usb-storage 2-1.1:1.0
    [  +1.002053] scsi 8:0:0:0: Direct-Access        Mass  Storage Device        PQ: 0 ANSI: 0
    [  +0.001279] sd 8:0:0:0: [sdb] 976773166 512-byte logical blocks: (500 GB/465 GiB)
    [  +0.000664] sd 8:0:0:0: [sdb] Write Protect is off
    [  +0.000011] sd 8:0:0:0: [sdb] Mode Sense: 03 00 00 00
    [  +0.000562] sd 8:0:0:0: [sdb] No Caching mode page present
    [  +0.000011] sd 8:0:0:0: [sdb] Assuming drive cache: write through
    [  +0.002354] sd 8:0:0:0: [sdb] No Caching mode page present
    [  +0.000011] sd 8:0:0:0: [sdb] Assuming drive cache: write through
    [  +0.049185]  sdb: sdb1 sdb2 sdb3
    [  +0.003149] sd 8:0:0:0: [sdb] No Caching mode page present
    [  +0.000022] sd 8:0:0:0: [sdb] Assuming drive cache: write through
    [  +0.000006] sd 8:0:0:0: [sdb] Attached SCSI disk
    [Nov 2 14:09] usb 2-1.1: reset high-speed USB device number 8 using ehci_hcd
    And this is dmesg after I tried to mount fs created on other box.
    There was also XFS volume on the same VG.
    [Nov 2 14:15] EXT4-fs (dm-8): mounted filesystem without journal. Opts: (null)
    [Nov 2 14:16] EXT4-fs (dm-8): VFS: Can't find ext4 filesystem
    [  +0.036964] EXT4-fs (dm-8): VFS: Can't find ext4 filesystem
    [  +0.026500] EXT4-fs (dm-8): VFS: Can't find ext4 filesystem
    [  +0.040551] XFS (dm-8): bad magic number
    [  +0.000023] XFS (dm-8): SB validate failed
    Will appreciate any help,
    Thanks,
    Eugene.

    Little bit of testing,  just out of curiousity - do not have time to dig into it, sorry.
    It puts garbage starting with "USBC" in first 32 bytes (the rest of the string varies) and then skips first 4K.
    Tested it with CentOS - at least its 2.6 kernel works as expected.
    [root@darkstar test]# uname -a                                                                             
    Linux darkstar 2.6.32-279.11.1.el6.x86_64 #1 SMP Tue Oct 16 15:57:10 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
    [root@darkstar test]# perl -e 'print "a"x5120' |dd bs=512 count=10 of=/dev/sdb                             
    10+0 records in                                                                                             
    10+0 records out                                                                                           
    5120 bytes (5.1 kB) copied, 0.258486 s, 19.8 kB/s                                                           
    [root@darkstar test]# dd bs=512 count=10 if=/dev/sdb status=noxfer |od -tax1                               
    0000000   a   a   a   a   a   a   a   a   a   a   a   a   a   a   a   a
             61  61  61  61  61  61  61  61  61  61  61  61  61  61  61  61
    0012000
    10+0 records in
    10+0 records out
    [root@darkstar test]# uname -a
    Linux darkstar 2.6.32-279.11.1.el6.x86_64 #1 SMP Tue Oct 16 15:57:10 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
    [root@darkstar test]# uname -a
    Linux darkstar 3.6.7-1.el6.elrepo.x86_64 #1 SMP Sun Nov 18 08:35:06 EST 2012 x86_64 x86_64 x86_64 GNU/Linux
    [root@darkstar test]# perl -e 'print "7"x5120' |dd bs=512 count=10 of=/dev/sdb
    10+0 records in
    10+0 records out
    5120 bytes (5.1 kB) copied, 0.303432 s, 16.9 kB/s
    [root@darkstar test]# dd bs=512 count=10 if=/dev/sdb status=noxfer |od -tax1
    10+0 records in
    10+0 records out
    0000000   U   S   B   C   : soh nul nul nul dc4 nul nul nul nul  nl   *
             55  53  42  43  ba  01  00  00  00  14  00  00  00  00  0a  2a
    0000020 nul nul nul nul nul nul nul  nl nul nul nul nul nul nul nul   ^
             00  00  00  00  00  00  00  0a  00  00  00  00  00  00  00  de
    0000040   a   a   a   a   a   a   a   a   a   a   a   a   a   a   a   a
             61  61  61  61  61  61  61  61  61  61  61  61  61  61  61  61
    0001000   7   7   7   7   7   7   7   7   7   7   7   7   7   7   7   7
             37  37  37  37  37  37  37  37  37  37  37  37  37  37  37  37
    0012000
    [root@darkstar test]# uname -a
    Linux darkstar 3.6.7-1.el6.elrepo.x86_64 #1 SMP Sun Nov 18 08:35:06 EST 2012 x86_64 x86_64 x86_64 GNU/Linux
    [root@darkstar test]#
    Last edited by Eugene (2012-11-26 01:15:46)

  • [solved] No sound, ALSA finds soundcard, pulseaudio does not.

    Problem:
    pulseaudio can't find my soundcard (or it can't find ALSA, not sure). It falls back to a dummy-output and no input so i can't play sounds or use my mic.
    First appeared when:
    Installing software updates like a month ago. I ignored it at first in the hopes it will resolve itself with the next update an few dates later. It didn't so far. None of the packets I updated had linux|pulse|alsa|sound|audio in its name. So i guess it just triggered the problem in a indirect way.
    What did not help:
    Reinstalling packets with pulse|alsa|sound|audio in its name.
    Deleting ${HOME}/.pulse* .
    Rebooting.
    Resetting /etc/pulse/* or /etc/asound.conf to the defaults of the packaes they come with.
    Adding or removing my user to the audio group.
    Googling. Other threads i this forum.
    Additional infos:
    (Stuff that was requested from others which had similar problems. No other [solved]-threads were helping me so far.)
    /dev/dsp does not exist.
    fuser -v /dev/snd/* returns nothing
    aplay whatever.wav produces no sound.
    aplay -D sysdefault whatever.wav works.
    Using Gnome 3 started with gdm.
    aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC272 Analog [ALC272 Analog]
    Subdevices: 0/1
    Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    aplay -L
    null
    Discard all samples (playback) or generate zero samples (capture)
    pulse
    PulseAudio Sound Server
    default
    Default ALSA Output (currently PulseAudio Sound Server)
    sysdefault:CARD=Intel
    HDA Intel, ALC272 Analog
    Default Audio Device
    front:CARD=Intel,DEV=0
    HDA Intel, ALC272 Analog
    Front speakers
    surround40:CARD=Intel,DEV=0
    HDA Intel, ALC272 Analog
    4.0 Surround output to Front and Rear speakers
    surround41:CARD=Intel,DEV=0
    HDA Intel, ALC272 Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
    surround50:CARD=Intel,DEV=0
    HDA Intel, ALC272 Analog
    5.0 Surround output to Front, Center and Rear speakers
    surround51:CARD=Intel,DEV=0
    HDA Intel, ALC272 Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
    surround71:CARD=Intel,DEV=0
    HDA Intel, ALC272 Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
    hdmi:CARD=Intel,DEV=0
    HDA Intel, HDMI 0
    HDMI Audio Output
    dmesg
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.6.7-1-ARCH (tobias@T-POWA-LX) (gcc version 4.7.2 (GCC) ) #1 SMP PREEMPT Sun Nov 18 10:11:22 CET 2012
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux cryptdevice=/dev/sda7:root root=/dev/mapper/root ro quiet init=/bin/systemd
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f3ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009f400-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000d2000-0x00000000000d3fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000d8000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000b76a0fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000b76a1000-0x00000000b76a6fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000b76a7000-0x00000000b77d1fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000b77d2000-0x00000000b780efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000b780f000-0x00000000b7908fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000b7909000-0x00000000b7b0efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000b7b0f000-0x00000000b7b18fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000b7b19000-0x00000000b7b1efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000b7b1f000-0x00000000b7b62fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000b7b63000-0x00000000b7b9efff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000b7b9f000-0x00000000b7be4fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000b7be5000-0x00000000b7bfefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000b7bff000-0x00000000b7bfffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000b7c00000-0x00000000b7dfffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000b8000000-0x00000000bfffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed003ff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed8ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] DMI present.
    [ 0.000000] DMI: Dell Inc. Inspiron 1370/0R8PR3, BIOS A01 09/15/2009
    [ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0xb7c00 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-D3FFF write-protect
    [ 0.000000] D4000-DBFFF uncachable
    [ 0.000000] DC000-EFFFF write-back
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0B8000000 mask FF8000000 uncachable
    [ 0.000000] 1 base 000000000 mask F80000000 write-back
    [ 0.000000] 2 base 080000000 mask FC0000000 write-back
    [ 0.000000] 3 base 0FFE40000 mask FFFFC0000 write-protect
    [ 0.000000] 4 base 0B7E00000 mask FFFE00000 uncachable
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [mem 0x000f6bf0-0x000f6bff] mapped at [ffff8800000f6bf0]
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
    [ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0xb7bfffff]
    [ 0.000000] [mem 0x00000000-0xb7bfffff] page 2M
    [ 0.000000] kernel direct mapping tables up to 0xb7bfffff @ [mem 0x1fffc000-0x1fffffff]
    [ 0.000000] RAMDISK: [mem 0x376e2000-0x37b68fff]
    [ 0.000000] ACPI: RSDP 00000000000f6b10 00024 (v02 DELL )
    [ 0.000000] ACPI: XSDT 00000000b7bf7369 00064 (v01 DELL CL09 06040000 LTP 00000000)
    [ 0.000000] ACPI: FACP 00000000b7be7000 000F4 (v03 TOSCPL CRESTLNE 06040000 ALAN 00000001)
    [ 0.000000] ACPI: DSDT 00000000b7be8000 077A9 (v02 Dell CANTIGA 06040000 INTL 20060608)
    [ 0.000000] ACPI: FACS 00000000b7b9efc0 00040
    [ 0.000000] ACPI: HPET 00000000b7bfed16 00038 (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
    [ 0.000000] ACPI: MCFG 00000000b7bfed4e 0003C (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
    [ 0.000000] ACPI: OSFR 00000000b7bfed8a 00070 (v01 DELL DELL 06040000 ASL 00000061)
    [ 0.000000] ACPI: APIC 00000000b7bfedfa 00068 (v01 PTLTD ? APIC 06040000 LTP 00000000)
    [ 0.000000] ACPI: BOOT 00000000b7bfee62 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
    [ 0.000000] ACPI: SLIC 00000000b7bfee8a 00176 (v01 DELL CL09 06040000 LTP 00000000)
    [ 0.000000] ACPI: SSDT 00000000b7be6000 00655 (v01 PmRef CpuPm 00003000 INTL 20050624)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x00000000b7bfffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0xb7bfffff]
    [ 0.000000] NODE_DATA [mem 0xb7be1000-0xb7be4fff]
    [ 0.000000] [ffffea0000000000-ffffea0002dfffff] PMD -> [ffff8800b4000000-ffff8800b6dfffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00010000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal empty
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00010000-0x0009efff]
    [ 0.000000] node 0: [mem 0x00100000-0xb76a0fff]
    [ 0.000000] node 0: [mem 0xb76a7000-0xb77d1fff]
    [ 0.000000] node 0: [mem 0xb780f000-0xb7908fff]
    [ 0.000000] node 0: [mem 0xb7b0f000-0xb7b18fff]
    [ 0.000000] node 0: [mem 0xb7b1f000-0xb7b62fff]
    [ 0.000000] node 0: [mem 0xb7b9f000-0xb7be4fff]
    [ 0.000000] node 0: [mem 0xb7bff000-0xb7bfffff]
    [ 0.000000] On node 0 totalpages: 751850
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 6 pages reserved
    [ 0.000000] DMA zone: 3913 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 11696 pages used for memmap
    [ 0.000000] DMA32 zone: 736171 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[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: 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 high edge)
    [ 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: 0x8086a201 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000d2000
    [ 0.000000] PM: Registered nosave memory: 00000000000d2000 - 00000000000d4000
    [ 0.000000] PM: Registered nosave memory: 00000000000d4000 - 00000000000d8000
    [ 0.000000] PM: Registered nosave memory: 00000000000d8000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 00000000b76a1000 - 00000000b76a7000
    [ 0.000000] PM: Registered nosave memory: 00000000b77d2000 - 00000000b780f000
    [ 0.000000] PM: Registered nosave memory: 00000000b7909000 - 00000000b7b0f000
    [ 0.000000] PM: Registered nosave memory: 00000000b7b19000 - 00000000b7b1f000
    [ 0.000000] PM: Registered nosave memory: 00000000b7b63000 - 00000000b7b9f000
    [ 0.000000] PM: Registered nosave memory: 00000000b7be5000 - 00000000b7bff000
    [ 0.000000] e820: [mem 0xc0000000-0xdfffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff8800b7400000 s84608 r8192 d21888 u1048576
    [ 0.000000] pcpu-alloc: s84608 r8192 d21888 u1048576 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 740084
    [ 0.000000] Policy zone: DMA32
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux cryptdevice=/dev/sda7:root root=/dev/mapper/root ro quiet init=/bin/systemd
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] __ex_table already sorted, skipping sort
    [ 0.000000] xsave: enabled xstate_bv 0x3, cntxt size 0x240
    [ 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: 2944188k/3010560k available (4727k kernel code, 3160k absent, 63212k reserved, 4143k data, 772k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=2.
    [ 0.000000] NR_IRQS:4352 nr_irqs:512 16
    [ 0.000000] Extended CMOS year: 2000
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 12058624 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] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 1296.696 MHz processor
    [ 0.003337] Calibrating delay loop (skipped), value calculated using timer frequency.. 2594.45 BogoMIPS (lpj=4322320)
    [ 0.003343] pid_max: default: 32768 minimum: 301
    [ 0.003400] Security Framework initialized
    [ 0.003407] AppArmor: AppArmor disabled by boot time parameter
    [ 0.003948] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.006850] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.008132] Mount-cache hash table entries: 256
    [ 0.008498] Initializing cgroup subsys cpuacct
    [ 0.008503] Initializing cgroup subsys memory
    [ 0.008517] Initializing cgroup subsys devices
    [ 0.008520] Initializing cgroup subsys freezer
    [ 0.008522] Initializing cgroup subsys net_cls
    [ 0.008525] Initializing cgroup subsys blkio
    [ 0.008570] CPU: Physical Processor ID: 0
    [ 0.008572] CPU: Processor Core ID: 0
    [ 0.008575] mce: CPU supports 6 MCE banks
    [ 0.008587] CPU0: Thermal monitoring enabled (TM2)
    [ 0.008592] process: using mwait in idle threads
    [ 0.008600] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
    Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32
    tlb_flushall_shift is 0xffffffff
    [ 0.010851] ACPI: Core revision 20120711
    [ 0.016699] ftrace: allocating 18348 entries in 72 pages
    [ 0.027201] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.061706] smpboot: CPU0: Genuine Intel(R) CPU U7300 @ 1.30GHz stepping 0a
    [ 0.063329] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
    [ 0.063329] ... version: 2
    [ 0.063329] ... bit width: 40
    [ 0.063329] ... generic registers: 2
    [ 0.063329] ... value mask: 000000ffffffffff
    [ 0.063329] ... max period: 000000007fffffff
    [ 0.063329] ... fixed-purpose events: 3
    [ 0.063329] ... event mask: 0000000700000003
    [ 0.086782] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.100007] smpboot: Booting Node 0, Processors #1 OK
    [ 0.113162] Brought up 2 CPUs
    [ 0.113162] smpboot: Total of 2 processors activated (5188.90 BogoMIPS)
    [ 0.113436] devtmpfs: initialized
    [ 0.116686] PM: Registering ACPI NVS region [mem 0xb7b63000-0xb7b9efff] (245760 bytes)
    [ 0.121465] NET: Registered protocol family 16
    [ 0.121699] ACPI: bus type pci registered
    [ 0.121824] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.121828] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    [ 0.174683] PCI: Using configuration type 1 for base access
    [ 0.175619] bio: create slab <bio-0> at 0
    [ 0.175619] ACPI: Added _OSI(Module Device)
    [ 0.175619] ACPI: Added _OSI(Processor Device)
    [ 0.175619] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.175619] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.178073] ACPI: EC: Look up EC in DSDT
    [ 0.182902] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.188123] ACPI: SSDT 00000000b7b1aca0 00223 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    [ 0.188671] ACPI: Dynamic OEM Table Load:
    [ 0.188676] ACPI: SSDT (null) 00223 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    [ 0.188875] ACPI: SSDT 00000000b7b19620 00568 (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    [ 0.189399] ACPI: Dynamic OEM Table Load:
    [ 0.189404] ACPI: SSDT (null) 00568 (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    [ 0.189425] ACPI: SSDT 00000000b7b1aa20 001CF (v01 PmRef ApIst 00003000 INTL 20050624)
    [ 0.190407] ACPI: Dynamic OEM Table Load:
    [ 0.190412] ACPI: SSDT (null) 001CF (v01 PmRef ApIst 00003000 INTL 20050624)
    [ 0.190429] ACPI: SSDT 00000000b7b1af20 0008D (v01 PmRef ApCst 00003000 INTL 20050624)
    [ 0.190693] ACPI: Dynamic OEM Table Load:
    [ 0.190698] ACPI: SSDT (null) 0008D (v01 PmRef ApCst 00003000 INTL 20050624)
    [ 0.190715] ACPI: Interpreter enabled
    [ 0.190715] ACPI: (supports S0 S3 S4 S5)
    [ 0.190715] ACPI: Using IOAPIC for interrupt routing
    [ 0.323314] ACPI: EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
    [ 0.323314] ACPI: No dock devices found.
    [ 0.323314] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.323314] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.323314] PCI host bridge to bus 0000:00
    [ 0.323314] pci_bus 0000:00: busn_res: [bus 00-ff] is inserted under domain [bus 00-ff]
    [ 0.323314] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.323314] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.323314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.323314] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.323314] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    [ 0.323314] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xdfffffff]
    [ 0.323314] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff]
    [ 0.323314] pci 0000:00:00.0: [8086:2a40] type 00 class 0x060000
    [ 0.323314] DMAR: Forcing write-buffer flush capability
    [ 0.323314] DMAR: Disabling IOMMU for graphics on this chipset
    [ 0.323314] pci 0000:00:02.0: [8086:2a42] type 00 class 0x030000
    [ 0.323314] pci 0000:00:02.0: reg 10: [mem 0xf0000000-0xf03fffff 64bit]
    [ 0.323314] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.323314] pci 0000:00:02.0: reg 20: [io 0x1800-0x1807]
    [ 0.323314] pci 0000:00:02.1: [8086:2a43] type 00 class 0x038000
    [ 0.323314] pci 0000:00:02.1: reg 10: [mem 0xf0400000-0xf04fffff 64bit]
    [ 0.323314] pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
    [ 0.323314] pci 0000:00:1a.0: reg 20: [io 0x1820-0x183f]
    [ 0.323314] pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
    [ 0.323314] pci 0000:00:1a.1: reg 20: [io 0x1840-0x185f]
    [ 0.323314] pci 0000:00:1a.2: [8086:2939] type 00 class 0x0c0300
    [ 0.323314] pci 0000:00:1a.2: reg 20: [io 0x1860-0x187f]
    [ 0.323314] pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
    [ 0.323314] pci 0000:00:1a.7: reg 10: [mem 0xf0804800-0xf0804bff]
    [ 0.323314] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    [ 0.323314] pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300
    [ 0.323314] pci 0000:00:1b.0: reg 10: [mem 0xf0800000-0xf0803fff 64bit]
    [ 0.323314] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.323342] pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
    [ 0.323470] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.323513] pci 0000:00:1c.1: [8086:2942] type 01 class 0x060400
    [ 0.323640] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.323688] pci 0000:00:1c.5: [8086:294a] type 01 class 0x060400
    [ 0.323816] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 0.323860] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
    [ 0.323931] pci 0000:00:1d.0: reg 20: [io 0x1880-0x189f]
    [ 0.324017] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
    [ 0.324087] pci 0000:00:1d.1: reg 20: [io 0x18a0-0x18bf]
    [ 0.324173] pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
    [ 0.324243] pci 0000:00:1d.2: reg 20: [io 0x18c0-0x18df]
    [ 0.324346] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
    [ 0.324379] pci 0000:00:1d.7: reg 10: [mem 0xf0804c00-0xf0804fff]
    [ 0.324516] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.324552] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
    [ 0.324666] pci 0000:00:1f.0: [8086:2917] type 00 class 0x060100
    [ 0.324866] pci 0000:00:1f.2: [8086:2929] type 00 class 0x010601
    [ 0.324900] pci 0000:00:1f.2: reg 10: [io 0x1818-0x181f]
    [ 0.324915] pci 0000:00:1f.2: reg 14: [io 0x180c-0x180f]
    [ 0.324931] pci 0000:00:1f.2: reg 18: [io 0x1810-0x1817]
    [ 0.324946] pci 0000:00:1f.2: reg 1c: [io 0x1808-0x180b]
    [ 0.324960] pci 0000:00:1f.2: reg 20: [io 0x18e0-0x18ff]
    [ 0.324975] pci 0000:00:1f.2: reg 24: [mem 0xf0804000-0xf08047ff]
    [ 0.325062] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.325096] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
    [ 0.325123] pci 0000:00:1f.3: reg 10: [mem 0x00000000-0x000000ff 64bit]
    [ 0.325160] pci 0000:00:1f.3: reg 20: [io 0x1c00-0x1c1f]
    [ 0.325277] pci_bus 0000:02: busn_res: [bus 02] is inserted under [bus 00-ff]
    [ 0.325283] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.325366] pci_bus 0000:08: busn_res: [bus 08] is inserted under [bus 00-ff]
    [ 0.325632] pci 0000:08:00.0: [14e4:4315] type 00 class 0x028000
    [ 0.325707] pci 0000:08:00.0: reg 10: [mem 0xf0500000-0xf0503fff 64bit]
    [ 0.326109] pci 0000:08:00.0: supports D1 D2
    [ 0.326112] pci 0000:08:00.0: PME# supported from D0 D3hot D3cold
    [ 0.326304] pci 0000:00:1c.1: PCI bridge to [bus 08]
    [ 0.326314] pci 0000:00:1c.1: bridge window [mem 0xf0500000-0xf05fffff]
    [ 0.326391] pci_bus 0000:20: busn_res: [bus 20] is inserted under [bus 00-ff]
    [ 0.326477] pci 0000:20:00.0: [10ec:8168] type 00 class 0x020000
    [ 0.326546] pci 0000:20:00.0: reg 10: [io 0x2000-0x20ff]
    [ 0.326670] pci 0000:20:00.0: reg 18: [mem 0xf0904000-0xf0904fff 64bit pref]
    [ 0.326745] pci 0000:20:00.0: reg 20: [mem 0xf0900000-0xf0903fff 64bit pref]
    [ 0.326794] pci 0000:20:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    [ 0.327093] pci 0000:20:00.0: supports D1 D2
    [ 0.327096] pci 0000:20:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.327302] pci 0000:00:1c.5: PCI bridge to [bus 20]
    [ 0.327309] pci 0000:00:1c.5: bridge window [io 0x2000-0x2fff]
    [ 0.327323] pci 0000:00:1c.5: bridge window [mem 0xf0900000-0xf09fffff 64bit pref]
    [ 0.327363] pci_bus 0000:26: busn_res: [bus 26] is inserted under [bus 00-ff]
    [ 0.327435] pci 0000:00:1e.0: PCI bridge to [bus 26] (subtractive decode)
    [ 0.327452] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.327456] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.327460] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.327463] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    [ 0.327467] pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xdfffffff] (subtractive decode)
    [ 0.327471] pci 0000:00:1e.0: bridge window [mem 0xf0000000-0xfebfffff] (subtractive decode)
    [ 0.327505] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.327638] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
    [ 0.327717] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
    [ 0.327766] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
    [ 0.327824] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
    [ 0.327883] pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM
    [ 0.327886] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08)
    [ 0.334993] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    [ 0.335069] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    [ 0.335141] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 *5 6 7 10 12 14 15)
    [ 0.335212] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    [ 0.335283] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
    [ 0.335355] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 *7 11 12 14 15)
    [ 0.335424] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    [ 0.335495] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    [ 0.336671] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.336689] vgaarb: loaded
    [ 0.336691] vgaarb: bridge control possible 0000:00:02.0
    [ 0.336769] PCI: Using ACPI for IRQ routing
    [ 0.348092] PCI: pci_cache_line_size set to 64 bytes
    [ 0.348605] e820: reserve RAM buffer [mem 0x0009f400-0x0009ffff]
    [ 0.348608] e820: reserve RAM buffer [mem 0xb76a1000-0xb7ffffff]
    [ 0.348614] e820: reserve RAM buffer [mem 0xb77d2000-0xb7ffffff]
    [ 0.348619] e820: reserve RAM buffer [mem 0xb7909000-0xb7ffffff]
    [ 0.348623] e820: reserve RAM buffer [mem 0xb7b19000-0xb7ffffff]
    [ 0.348627] e820: reserve RAM buffer [mem 0xb7b63000-0xb7ffffff]
    [ 0.348631] e820: reserve RAM buffer [mem 0xb7be5000-0xb7ffffff]
    [ 0.348634] e820: reserve RAM buffer [mem 0xb7c00000-0xb7ffffff]
    [ 0.348791] NetLabel: Initializing
    [ 0.348794] NetLabel: domain hash size = 128
    [ 0.348796] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.348816] NetLabel: unlabeled traffic allowed by default
    [ 0.348840] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    [ 0.348847] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    [ 0.348855] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    [ 0.370000] Switching to clocksource hpet
    [ 0.381464] pnp: PnP ACPI init
    [ 0.381496] ACPI: bus type pnp registered
    [ 0.382022] pnp 00:00: [bus 00-ff]
    [ 0.382027] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.382031] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.382035] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.382039] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.382042] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
    [ 0.382046] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
    [ 0.382050] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
    [ 0.382053] pnp 00:00: [mem 0x000cc000-0x000cffff window]
    [ 0.382057] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
    [ 0.382060] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
    [ 0.382064] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
    [ 0.382067] pnp 00:00: [mem 0x000dc000-0x000dffff window]
    [ 0.382071] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
    [ 0.382075] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
    [ 0.382078] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
    [ 0.382086] pnp 00:00: [mem 0x000ec000-0x000effff window]
    [ 0.382089] pnp 00:00: [mem 0x000f0000-0x000fffff window]
    [ 0.382093] pnp 00:00: [mem 0xc0000000-0xdfffffff window]
    [ 0.382097] pnp 00:00: [mem 0xf0000000-0xfebfffff window]
    [ 0.382100] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
    [ 0.382200] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 0.440057] pnp 00:01: [io 0x0000-0x001f]
    [ 0.440061] pnp 00:01: [io 0x0081-0x0091]
    [ 0.440065] pnp 00:01: [io 0x0093-0x009f]
    [ 0.440068] pnp 00:01: [io 0x00c0-0x00df]
    [ 0.440072] pnp 00:01: [dma 4]
    [ 0.440121] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.440232] pnp 00:02: [mem 0xfed00000-0xfed003ff]
    [ 0.440329] system 00:02: [mem 0xfed00000-0xfed003ff] has been reserved
    [ 0.440336] system 00:02: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
    [ 0.440353] pnp 00:03: [io 0x00f0]
    [ 0.440369] pnp 00:03: [irq 13]
    [ 0.440414] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.440433] pnp 00:04: [io 0x002e-0x002f]
    [ 0.440436] pnp 00:04: [io 0x0061]
    [ 0.440439] pnp 00:04: [io 0x0063]
    [ 0.440443] pnp 00:04: [io 0x0065]
    [ 0.440446] pnp 00:04: [io 0x0067]
    [ 0.440449] pnp 00:04: [io 0x0070]
    [ 0.440452] pnp 00:04: [io 0x0080]
    [ 0.440456] pnp 00:04: [io 0x0092]
    [ 0.440459] pnp 00:04: [io 0x00b2-0x00b3]
    [ 0.440462] pnp 00:04: [io 0x0480-0x048f]
    [ 0.440466] pnp 00:04: [io 0xffff]
    [ 0.440469] pnp 00:04: [io 0xffff]
    [ 0.440472] pnp 00:04: [io 0x0400-0x047f]
    [ 0.440475] pnp 00:04: [io 0x1180-0x11ff]
    [ 0.440479] pnp 00:04: [io 0xfe00]
    [ 0.440482] pnp 00:04: [io 0xff2c-0xff7f]
    [ 0.440574] system 00:04: [io 0x0480-0x048f] has been reserved
    [ 0.440578] system 00:04: [io 0xffff] has been reserved
    [ 0.440583] system 00:04: [io 0xffff] has been reserved
    [ 0.440587] system 00:04: [io 0x0400-0x047f] has been reserved
    [ 0.440591] system 00:04: [io 0x1180-0x11ff] has been reserved
    [ 0.440596] system 00:04: [io 0xfe00] has been reserved
    [ 0.440600] system 00:04: [io 0xff2c-0xff7f] has been reserved
    [ 0.440606] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.440620] pnp 00:05: [io 0x0070-0x0077]
    [ 0.440629] pnp 00:05: [irq 8]
    [ 0.440674] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.440691] pnp 00:06: [io 0x0060]
    [ 0.440694] pnp 00:06: [io 0x0064]
    [ 0.440703] pnp 00:06: [irq 1]
    [ 0.440753] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.440772] pnp 00:07: [irq 12]
    [ 0.440819] pnp 00:07: Plug and Play ACPI device, IDs DLL0418 PNP0f13 (active)
    [ 0.441027] pnp 00:08: [mem 0xfed1c000-0xfed1ffff]
    [ 0.441031] pnp 00:08: [mem 0xfed10000-0xfed13fff]
    [ 0.441034] pnp 00:08: [mem 0xfed18000-0xfed18fff]
    [ 0.441038] pnp 00:08: [mem 0xfed19000-0xfed19fff]
    [ 0.441041] pnp 00:08: [mem 0xe0000000-0xefffffff]
    [ 0.441045] pnp 00:08: [mem 0xfed20000-0xfed3ffff]
    [ 0.441048] pnp 00:08: [mem 0xfed45000-0xfed8ffff]
    [ 0.441146] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.441151] system 00:08: [mem 0xfed10000-0xfed13fff] has been reserved
    [ 0.441155] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.441159] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.441164] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.441168] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.441172] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 0.441178] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.441356] pnp: PnP ACPI: found 9 devices
    [ 0.441359] ACPI: ACPI bus type pnp unregistered
    [ 0.449759] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
    [ 0.449766] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    [ 0.449771] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000
    [ 0.449786] pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 08] add_size 1000
    [ 0.449791] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 08] add_size 200000
    [ 0.449807] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x001fffff] to [bus 20] add_size 400000
    [ 0.449828] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [ 0.449833] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.449837] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.449841] pci 0000:00:1c.5: res[14]=[mem 0x00100000-0x001fffff] get_res_add_size add_size 400000
    [ 0.449845] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.449849] pci 0000:00:1c.1: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.449858] pci 0000:00:1c.0: BAR 14: assigned [mem 0xc0000000-0xc01fffff]
    [ 0.449864] pci 0000:00:1c.0: BAR 15: assigned [mem 0xc0200000-0xc03fffff 64bit pref]
    [ 0.449869] pci 0000:00:1c.1: BAR 15: assigned [mem 0xc0400000-0xc05fffff 64bit pref]
    [ 0.449874] pci 0000:00:1c.5: BAR 14: assigned [mem 0xc0600000-0xc0afffff]
    [ 0.449880] pci 0000:00:1c.0: BAR 13: assigned [io 0x3000-0x3fff]
    [ 0.449885] pci 0000:00:1c.1: BAR 13: assigned [io 0x4000-0x4fff]
    [ 0.449890] pci 0000:00:1f.3: BAR 0: assigned [mem 0xc0b00000-0xc0b000ff 64bit]
    [ 0.449908] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.449913] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
    [ 0.449922] pci 0000:00:1c.0: bridge window [mem 0xc0000000-0xc01fffff]
    [ 0.449929] pci 0000:00:1c.0: bridge window [mem 0xc0200000-0xc03fffff 64bit pref]
    [ 0.449939] pci 0000:00:1c.1: PCI bridge to [bus 08]
    [ 0.449944] pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
    [ 0.449953] pci 0000:00:1c.1: bridge window [mem 0xf0500000-0xf05fffff]
    [ 0.449960] pci 0000:00:1c.1: bridge window [mem 0xc0400000-0xc05fffff 64bit pref]
    [ 0.449971] pci 0000:20:00.0: BAR 6: assigned [mem 0xf0920000-0xf093ffff pref]
    [ 0.449975] pci 0000:00:1c.5: PCI bridge to [bus 20]
    [ 0.449980] pci 0000:00:1c.5: bridge window [io 0x2000-0x2fff]
    [ 0.449989] pci 0000:00:1c.5: bridge window [mem 0xc0600000-0xc0afffff]
    [ 0.449996] pci 0000:00:1c.5: bridge window [mem 0xf0900000-0xf09fffff 64bit pref]
    [ 0.450021] pci 0000:00:1e.0: PCI bridge to [bus 26]
    [ 0.450083] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.450089] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.450093] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.450097] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.450101] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
    [ 0.450105] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xdfffffff]
    [ 0.450108] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfebfffff]
    [ 0.450112] pci_bus 0000:02: resource 0 [io 0x3000-0x3fff]
    [ 0.450116] pci_bus 0000:02: resource 1 [mem 0xc0000000-0xc01fffff]
    [ 0.450120] pci_bus 0000:02: resource 2 [mem 0xc0200000-0xc03fffff 64bit pref]
    [ 0.450124] pci_bus 0000:08: resource 0 [io 0x4000-0x4fff]
    [ 0.450127] pci_bus 0000:08: resource 1 [mem 0xf0500000-0xf05fffff]
    [ 0.450131] pci_bus 0000:08: resource 2 [mem 0xc0400000-0xc05fffff 64bit pref]
    [ 0.450135] pci_bus 0000:20: resource 0 [io 0x2000-0x2fff]
    [ 0.450139] pci_bus 0000:20: resource 1 [mem 0xc0600000-0xc0afffff]
    [ 0.450142] pci_bus 0000:20: resource 2 [mem 0xf0900000-0xf09fffff 64bit pref]
    [ 0.450146] pci_bus 0000:26: resource 4 [io 0x0000-0x0cf7]
    [ 0.450150] pci_bus 0000:26: resource 5 [io 0x0d00-0xffff]
    [ 0.450154] pci_bus 0000:26: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.450157] pci_bus 0000:26: resource 7 [mem 0x000d4000-0x000d7fff]
    [ 0.450161] pci_bus 0000:26: resource 8 [mem 0xc0000000-0xdfffffff]
    [ 0.450165] pci_bus 0000:26: resource 9 [mem 0xf0000000-0xfebfffff]
    [ 0.450219] NET: Registered protocol family 2
    [ 0.451401] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [ 0.456144] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.456812] TCP: Hash tables configured (established 524288 bind 65536)
    [ 0.456888] TCP: reno registered
    [ 0.456903] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.456958] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.457123] NET: Registered protocol family 1
    [ 0.457150] pci 0000:00:02.0: Boot video device
    [ 0.457669] PCI: CLS 64 bytes, default 64
    [ 0.457746] Unpacking initramfs...
    [ 0.626300] Freeing initrd memory: 4636k freed
    [ 0.628543] Simple Boot Flag at 0x3e set to 0x1
    [ 0.629045] audit: initializing netlink socket (disabled)
    [ 0.629069] type=2000 audit(1354288244.626:1): initialized
    [ 0.648430] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.651510] VFS: Disk quotas dquot_6.5.2
    [ 0.651590] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.651831] msgmni has been set to 5759
    [ 0.652156] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.652204] io scheduler noop registered
    [ 0.652208] io scheduler deadline registered
    [ 0.652301] io scheduler cfq registered (default)
    [ 0.652518] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
    [ 0.652689] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
    [ 0.652857] pcieport 0000:00:1c.5: irq 42 for MSI/MSI-X
    [ 0.653107] intel_idle: does not run on family 6 model 23
    [ 0.653156] GHES: HEST is not enabled!
    [ 0.653245] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.653953] Linux agpgart interface v0.103
    [ 0.654073] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 0.669080] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.669133] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.669294] mousedev: PS/2 mouse device common for all mice
    [ 0.670409] rtc_cmos 00:05: RTC can wake from S4
    [ 0.670599] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    [ 0.670636] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    [ 0.670648] cpuidle: using governor ladder
    [ 0.670651] cpuidle: using governor menu
    [ 0.670829] drop_monitor: Initializing network drop monitor service
    [ 0.670946] TCP: cubic registered
    [ 0.671122] NET: Registered protocol family 10
    [ 0.671359] NET: Registered protocol family 17
    [ 0.671373] Key type dns_resolver registered
    [ 0.671720] PM: Hibernation image not present or could not be loaded.
    [ 0.671743] registered taskstats version 1
    [ 0.672782] rtc_cmos 00:05: setting system clock to 2012-11-30 15:10:45 UTC (1354288245)
    [ 0.674872] Freeing unused kernel memory: 772k freed
    [ 0.675168] Write protecting the kernel read-only data: 8192k
    [ 0.682434] Freeing unused kernel memory: 1408k freed
    [ 0.683107] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.685881] Freeing unused kernel memory: 568k freed
    [ 0.698116] systemd-udevd[43]: starting version 195
    [ 0.701918] SCSI subsystem initialized
    [ 0.703991] ACPI: bus type scsi registered
    [ 0.704082] libata version 3.00 loaded.
    [ 0.705773] ahci 0000:00:1f.2: version 3.0
    [ 0.705858] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
    [ 0.705949] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
    [ 0.705955] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part ccc sxs
    [ 0.705962] ahci 0000:00:1f.2: setting latency timer to 64
    [ 0.708617] scsi0 : ahci
    [ 0.709413] scsi1 : ahci
    [ 0.709823] scsi2 : ahci
    [ 0.710229] scsi3 : ahci
    [ 0.710359] ata1: SATA max UDMA/133 abar m2048@0xf0804000 port 0xf0804100 irq 43
    [ 0.710365] ata2: SATA max UDMA/133 abar m2048@0xf0804000 port 0xf0804180 irq 43
    [ 0.710367] ata3: DUMMY
    [ 0.710370] ata4: DUMMY
    [ 1.196712] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.196745] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.198401] ata1.00: ATA-8: WDC WD3200BEKT-75F3T0, 11.01A11, max UDMA/133
    [ 1.198405] ata1.00: 625142448 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
    [ 1.200123] ata1.00: configured for UDMA/133
    [ 1.200301] scsi 0:0:0:0: Direct-Access ATA WDC WD3200BEKT-7 11.0 PQ: 0 ANSI: 5
    [ 1.201956] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    [ 1.202042] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.202047] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.202083] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.213584] ata2.00: ATAPI: TSSTcorp DVD+/-RW TS-U633F, D500, max UDMA/100
    [ 1.213590] ata2.00: applying bridge limits
    [ 1.229911] ata2.00: configured for UDMA/100
    [ 1.232328] scsi 1:0:0:0: CD-ROM TSSTcorp DVD+-RW TS-U633F D500 PQ: 0 ANSI: 5
    [ 1.270602] sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 >
    [ 1.271452] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.273864] ACPI: bus type usb registered
    [ 1.273912] usbcore: registered new interface driver usbfs
    [ 1.273946] usbcore: registered new interface driver hub
    [ 1.273996] usbcore: registered new device driver usb
    [ 1.274813] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.274869] ehci_hcd 0000:00:1a.7: setting latency timer to 64
    [ 1.274876] ehci_hcd 0000:00:1a.7: EHCI Host Controller
    [ 1.274891] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
    [ 1.278814] ehci_hcd 0000:00:1a.7: debug port 1
    [ 1.278826] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
    [ 1.278852] ehci_hcd 0000:00:1a.7: irq 19, io mem 0xf0804800
    [ 1.279113] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 1.279117] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.280054] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 1.286696] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    [ 1.286950] hub 1-0:1.0: USB hub found
    [ 1.286958] hub 1-0:1.0: 6 ports detected
    [ 1.287158] ehci_hcd 0000:00:1d.7: setting latency timer to 64
    [ 1.287164] ehci_hcd 0000:00:1d.7: EHCI Host Controller
    [ 1.287174] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
    [ 1.291082] ehci_hcd 0000:00:1d.7: debug port 1
    [ 1.291093] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
    [ 1.291118] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf0804c00
    [ 1.300028] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 1.300266] hub 2-0:1.0: USB hub found
    [ 1.300273] hub 2-0:1.0: 6 ports detected
    [ 1.301086] uhci_hcd: USB Universal Host Controller Interface driver
    [ 1.301130] uhci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 1.301135] uhci_hcd 0000:00:1a.0: UHCI Host Controller
    [ 1.301145] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    [ 1.301191] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00001820
    [ 1.301506] hub 3-0:1.0: USB hub found
    [ 1.301513] hub 3-0:1.0: 2 ports detected
    [ 1.301640] uhci_hcd 0000:00:1a.1: setting latency timer to 64
    [ 1.301645] uhci_hcd 0000:00:1a.1: UHCI Host Controller
    [ 1.301654] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
    [ 1.301701] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001840
    [ 1.301997] hub 4-0:1.0: USB hub found
    [ 1.302004] hub 4-0:1.0: 2 ports detected
    [ 1.302158] uhci_hcd 0000:00:1a.2: setting latency timer to 64
    [ 1.302164] uhci_hcd 0000:00:1a.2: UHCI Host Controller
    [ 1.302198] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
    [ 1.302230] uhci_hcd 0000:00:1a.2: irq 19, io base 0x00001860
    [ 1.302434] hub 5-0:1.0: USB hub found
    [ 1.302441] hub 5-0:1.0: 2 ports detected
    [ 1.302557] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 1.302562] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 1.302572] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
    [ 1.302603] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001880
    [ 1.302824] hub 6-0:1.0: USB hub found
    [ 1.302833] hub 6-0:1.0: 2 ports detected
    [ 1.303165] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [ 1.303171] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 1.303186] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
    [ 1.303219] uhci_hcd 0000:00:1d.1: irq 19, io base 0x000018a0
    [ 1.303759] hub 7-0:1.0: USB hub found
    [ 1.303766] hub 7-0:1.0: 2 ports detected
    [ 1.303897] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    [ 1.303903] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 1.303995] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
    [ 1.304040] uhci_hcd 0000:00:1d.2: irq 18, io base 0x000018c0
    [ 1.304881] hub 8-0:1.0: USB hub found
    [ 1.304888] hub 8-0:1.0: 2 ports detected
    [ 1.323613] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
    [ 1.330105] [drm] Initialized drm 1.1.0 20060810
    [ 1.331660] agpgart-intel 0000:00:00.0: Intel GM45 Chipset
    [ 1.331843] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
    [ 1.333755] agpgart-intel 0000:00:00.0: detected 131072K stolen memory
    [ 1.333940] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
    [ 1.334797] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
    [ 1.334889] ACPI: Lid Switch [LID0]
    [ 1.335079] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
    [ 1.335086] ACPI: Power Button [PWRB]
    [ 1.335191] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    [ 1.335196] ACPI: Power Button [PWRF]
    [ 1.341526] i915 0000:00:02.0: setting latency timer to 64
    [ 1.414990] i915 0000:00:02.0: irq 44 for MSI/MSI-X
    [ 1.415006] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 1.415008] [drm] Driver supports precise vblank timestamp query.
    [ 1.415071] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 1.606699] usb 2-4: new high-speed USB device number 2 using ehci_hcd
    [ 1.630029] tsc: Refined TSC clocksource calibration: 1296.749 MHz
    [ 1.630036] Switching to clocksource tsc
    [ 2.030864] fbcon: inteldrmfb (fb0) is primary device
    [ 2.090024] usb 2-5: new high-speed USB device number 3 using ehci_hcd
    [ 2.574662] Console: switching to colour frame buffer device 170x48
    [ 2.579271] fb0: inteldrmfb frame buffer device
    [ 2.579273] drm: registered panic notifier
    [ 2.680113] acpi device:07: registered as cooling_device0
    [ 2.780104] acpi device:08: registered as cooling_device1
    [ 2.780177] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    [ 2.780313] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input4
    [ 2.780358] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 2.963907] device-mapper: uevent: version 1.0.3
    [ 2.964084] device-mapper: ioctl: 4.23.0-ioctl (2012-07-25) initialised: [email protected]
    [ 3.763615] atkbd serio0: Unknown key pressed (translated set 2, code 0x8e on isa0060/serio0).
    [ 3.763622] atkbd serio0: Use 'setkeycodes e00e <keycode>' to make it known.
    [ 9.679599] XFS (dm-0): Mounting Filesystem
    [ 9.807350] XFS (dm-0): Ending clean mount
    [ 10.447920] systemd[1]: RTC configured in localtime, applying delta of 60 minutes to system time.
    [ 10.481565] systemd[1]: systemd 196 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ; arch)
    [ 10.507375] systemd[1]: Set hostname to <xxx-laptop>.
    [ 11.844864] 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.
    [ 11.845276] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 11.845371] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 11.845393] systemd[1]: Starting Login Prompts.
    [ 11.845414] systemd[1]: Reached target Login Prompts.
    [ 11.845429] systemd[1]: Starting Arch Daemons.
    [ 11.845447] systemd[1]: Reached target Arch Daemons.
    [ 11.845462] systemd[1]: Starting Remote File Systems.
    [ 11.845481] systemd[1]: Reached target Remote File Systems.
    [ 11.845496] systemd[1]: Starting Syslog Socket.
    [ 11.845558] systemd[1]: Listening on Syslog Socket.
    [ 11.845576] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 11.845615] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 11.845630] systemd[1]: Starting Delayed Shutdown Socket.
    [ 11.845668] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 11.845766] systemd[1]: Starting udev Kernel Socket.
    [ 11.845804] systemd[1]: Listening on udev Kernel Socket.
    [ 11.845885] systemd[1]: Starting udev Control Socket.
    [ 11.845927] systemd[1]: Listening on udev Control Socket.
    [ 11.845979] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 11.846139] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 11.846157] systemd[1]: Expecting device dev-mapper-home.device...
    [ 11.846175] systemd[1]: Expecting device dev-sda8.device...
    [ 11.846193] systemd[1]: Expecting device dev-mapper-swap.device...
    [ 11.846210] systemd[1]: Expecting device dev-sda6.device...
    [ 11.846232] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 11.846291] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 11.846308] systemd[1]: Expecting device dev-disk-by\x2duuid-f19efb1f\x2d9a5b\x2d4f22\x2db35d\x2d4a603145a436.device...
    [ 11.846328] systemd[1]: Expecting device dev-disk-by\x2duuid-bd984744\x2d036e\x2d47e5\x2db40f\x2d04fa9f6d0f35.device...
    [ 11.846347] systemd[1]: Expecting device dev-disk-by\x2duuid-f1bab4e5\x2de736\x2d443a\x2d827e\x2d59f202a548ab.device...
    [ 11.846368] systemd[1]: Starting Journal Socket.
    [ 11.846439] systemd[1]: Listening on Journal Socket.
    [ 11.846467] systemd[1]: Started File System Check on Root Device.
    [ 11.846485] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 11.850382] systemd[1]: Mounting Temporary Directory...
    [ 11.998839] systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway. (To see the over-mounted files, please manually mount the underlying file system to a secondary location.)
    [ 12.026864] systemd[1]: Mounting Huge Pages File System...
    [ 12.040270] systemd[1]: Mounting POSIX Message Queue File System...
    [ 12.043518] systemd[1]: Starting udev Coldplug all Devices...
    [ 12.156149] systemd[1]: Starting Load Kernel Modules...
    [ 12.173525] systemd[1]: Mounting Debug File System...
    [ 12.186770] systemd[1]: Starting Setup Virtual Console...
    [ 12.484840] systemd[1]: Starting Apply Kernel Variables...
    [ 12.616915] systemd[1]: Starting Set Up Additional Binary Formats...
    [ 12.630266] systemd[1]: Starting udev Kernel Device Manager...
    [ 12.636850] systemd[1]: Starting Journal Service...
    [ 12.646587] systemd[1]: Started Journal Service.
    [ 12.646650] systemd[1]: Starting Syslog.
    [ 12.646684] systemd[1]: Reached target Syslog.
    [ 12.647637] systemd[1]: Started Remount Root and Kernel File Systems.
    [ 12.647816] systemd[1]: Mounted Temporary Directory.
    [ 12.647972] systemd[1]: Mounted Huge Pages File System.
    [ 12.648127] systemd[1]: Mounted POSIX Message Queue File System.
    [ 12.653654] systemd[1]: Mounted Debug File System.
    [ 12.653705] systemd[1]: Starting Local File Systems (Pre).
    [ 12.653726] systemd[1]: Reached target Local File Systems (Pre).
    [ 12.653749] systemd[1]: Starting Load Random Seed...
    [ 12.705203] FS-Cache: Loaded
    [ 12.740616] RPC: Registered named UNIX socket transport module.
    [ 12.740621] RPC: Registered udp transport module.
    [ 12.740624] RPC: Registered tcp transport module.
    [ 12.740626] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 12.881473] systemd-udevd[162]: starting version 196
    [ 12.988696] FS-Cache: Netfs 'nfs' registered for caching
    [ 13.298794] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 13.299212] r8169 0000:20:00.0: irq 45 for MSI/MSI-X
    [ 13.299501] r8169 0000:20:00.0: eth0: RTL8168d/8111d at 0xffffc9000060e000, 00:26:b9:ca:52:29, XID 081000c0 IRQ 45
    [ 13.299506] r8169 0000:20:00.0: eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
    [ 13.401185] input: PC Speaker as /devices/platform/pcspkr/input/input5
    [ 13.802403] snd_hda_intel 0000:00:1b.0: irq 46 for MSI/MSI-X
    [ 14.148667] input: HDA Intel HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
    [ 14.148733] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    [ 14.208405] cfg80211: Calling CRDA to update world regulatory domain
    [ 14.318480] microcode: CPU0 sig=0x1067a, pf=0x80, revision=0xa07
    [ 14.330974] lib80211: common routines for IEEE802.11 drivers
    [ 14.330979] lib80211_crypt: registered algorithm 'NULL'
    [ 14.375031] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
    [ 14.649332] microcode: CPU0 updated to revision 0xa0b, date = 2010-09-28
    [ 14.656959] microcode: CPU1 sig=0x1067a, pf=0x80, revision=0xa07
    [ 14.660799] microcode: CPU1 updated to revision 0xa0b, date = 2010-09-28
    [ 14.668564] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 14.709327] ACPI: Requesting acpi_cpufreq
    [ 14.714946] Monitor-Mwait will be used to enter C-1 state
    [ 14.714973] Monitor-Mwait will be used to enter C-2 state
    [ 14.714989] Monitor-Mwait will be used to enter C-3 state
    [ 14.715001] tsc: Marking TSC unstable due to TSC halts in idle
    [ 14.715031] ACPI: acpi_idle registered with cpuidle
    [ 14.720557] Switching to clocksource hpet
    [ 14.757813] wmi: Mapper loaded
    [ 15.215288] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20120711/utaddress-251)
    [ 15.215300] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 15.215306] ACPI Warning: 0x0000000000001180-0x00000000000011bf SystemIO conflicts with Region \GPIO 1 (20120711/utaddress-251)
    [ 15.215313] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 15.215315] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 15.303785] ACPI: Battery Slot [BAT1] (battery present)
    [ 15.405750] input: Dell WMI hotkeys as /devices/virtual/input/input8
    [ 15.417769] iTCO_vendor_support: vendor-support=0
    [ 15.430131] ACPI: AC Adapter [ACAD] (off-line)
    [ 15.471845] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 15.471895] iTCO_wdt: Found a ICH9M-E TCO device (Version=2, TCOBASE=0x0460)
    [ 15.472076] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 15.585541] wl: module license 'Mixed/Proprietary' taints kernel.
    [ 15.585549] Disabling lock debugging due to kernel taint
    [ 15.625424] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.0, id: 0x1a0b1, caps: 0xd04711/0xa00000/0x20000, board id: 3655, fw id: 528343
    [ 15.629342] INFO @wl_cfg80211_attach : Registered CFG80211 phy
    [ 15.654093] lib80211_crypt: registered algorithm 'TKIP'
    [ 15.654584] eth1: Broadcom BCM4315 802.11 Hybrid Wireless Controller 5.100.82.112
    [ 15.693893] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input9
    [ 15.816131] ACPI Warning: 0x0000000000001c00-0x0000000000001c1f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20120711/utaddress-251)
    [ 15.816143] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 16.108446] Linux media interface: v0.10
    [ 16.120558] Linux video capture interface: v2.00
    [ 16.169228] usbcore: registered new interface driver uas
    [ 16.281166] uvcvideo: Found UVC 1.00 device Laptop_Integrated_Webcam_1.3M (0c45:6415)
    [ 16.316308] Initializing USB Mass Storage driver...
    [ 16.316609] usbcore: registered new interface driver usb-storage
    [ 16.316613] USB Mass Storage support registered.
    [ 16.328744] input: Laptop_Integrated_Webcam_1.3M as /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/input/input10
    [ 16.328873] usbcore: registered new interface driver uvcvideo
    [ 16.328876] USB Video Class driver (1.1.1)
    [ 16.779720] usb 2-4: USB disconnect, device number 2
    [ 16.783629] scsi4 : usb-storage 2-4:1.0
    [ 16.783773] usbcore: registered new interface driver ums-realtek
    [ 17.381988] EXT4-fs (sda5): mounting ext3 file system using the ext4 subsystem
    [ 17.393596] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
    [ 21.567415] Adding 977880k swap on /dev/mapper/swap. Priority:-1 extents:1 across:977880k
    [ 21.656824] XFS (dm-1): Mounting Filesystem
    [ 21.839619] XFS (dm-1): Ending clean mount
    [ 21.940898] systemd-journald[163]: Received SIGUSR1
    [ 28.055735] r8169 0000:20:00.0: eth0: link down
    [ 28.055792] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 28.875645] Bluetooth: Core ver 2.16
    [ 28.875677] NET: Registered protocol family 31
    [ 28.875680] Bluetooth: HCI device and connection manager initialized
    [ 28.875684] Bluetooth: HCI socket layer initialized
    [ 28.875687] Bluetooth: L2CAP socket layer initialized
    [ 28.875695] Bluetooth: SCO socket layer initialized
    [ 29.041069] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [ 37.807702] fuse init (API version 7.20)
    [ 37.828734] EXT4-fs (sda5): re-mounted. Opts: commit=600
    lsmod
    Module Size Used by
    fuse 69173 2
    michael_mic 2074 8
    arc4 2039 4
    ecb 2105 0
    bnep 8857 2
    bluetooth 192120 7 bnep
    snd_seq 50881 1
    snd_seq_device 5268 1 snd_seq
    ums_realtek 7391 0
    usb_storage 47384 1 ums_realtek
    uvcvideo 72787 0
    videobuf2_vmalloc 2468 1 uvcvideo
    uas 11119 0
    videobuf2_memops 2246 1 videobuf2_vmalloc
    videobuf2_core 24030 1 uvcvideo
    videodev 100859 2 uvcvideo,videobuf2_core
    media 10405 2 uvcvideo,videodev
    i2c_i801 9571 0
    joydev 9991 0
    coretemp 6070 0
    kvm_intel 124749 0
    lib80211_crypt_tkip 7738 0
    wl 2558087 0
    kvm 373917 1 kvm_intel
    iTCO_wdt 5255 0
    iTCO_vendor_support 1929 1 iTCO_wdt
    dell_wmi 1485 0
    acpi_cpufreq 5933 1
    lpc_ich 10609 0
    ac 2536 0
    mperf 1267 1 acpi_cpufreq
    sparse_keymap 3056 1 dell_wmi
    battery 6773 0
    wmi 8379 1 dell_wmi
    dell_laptop 8787 0
    processor 26855 3 acpi_cpufreq
    evdev 10266 12
    psmouse 71909 0
    serio_raw 4689 0
    dcdbas 5520 1 dell_laptop
    lib80211 3949 2 wl,lib80211_crypt_tkip
    microcode 12377 0
    cfg80211 177108 1 wl
    rfkill 15604 5 cfg80211,bluetooth
    snd_hda_codec_hdmi 24487 1
    snd_hda_codec_realtek 61193 1
    snd_hda_intel 26180 3
    snd_hda_codec 98033 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
    snd_hwdep 6428 1 snd_hda_codec
    snd_pcm_oss 38992 0
    snd_pcm 75689 5 snd_pcm_oss,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
    snd_page_alloc 7217 2 snd_pcm,snd_hda_intel
    snd_timer 18934 3 snd_pcm,snd_seq
    snd_mixer_oss 15347 1 snd_pcm_oss
    snd 60188 16 snd_hda_codec_realtek,snd_pcm_oss,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_mixer_oss
    soundcore 5442 1 snd
    pcspkr 1899 0
    r8169 56839 0
    mii 4091 1 r8169
    nfs 127007 0
    lockd 64904 1 nfs
    sunrpc 186092 2 nfs,lockd
    fscache 40995 1 nfs
    ablk_helper 1972 0
    cryptd 8741 1 ablk_helper
    aes_x86_64 7508 6
    aes_generic 26138 1 aes_x86_64
    xts 3101 3
    gf128mul 6050 1 xts
    dm_crypt 15799 3
    dm_mod 72105 7 dm_crypt
    i915 495521 3
    video 11276 1 i915
    button 4662 1 i915
    i2c_algo_bit 5391 1 i915
    intel_agp 10744 1 i915
    intel_gtt 15659 3 i915,intel_agp
    drm_kms_helper 32877 1 i915
    drm 218852 4 i915,drm_kms_helper
    i2c_core 20707 6 drm,i915,i2c_i801,drm_kms_helper,i2c_algo_bit,videodev
    vfat 10119 0
    fat 48338 1 vfat
    xfs 748207 2
    ext4 440434 1
    crc16 1359 2 ext4,bluetooth
    jbd2 78751 1 ext4
    mbcache 5977 1 ext4
    uhci_hcd 23436 0
    ehci_hcd 41816 0
    sr_mod 14823 0
    usbcore 150398 6 uas,uhci_hcd,uvcvideo,ums_realtek,usb_storage,ehci_hcd
    usb_common 954 1 usbcore
    cdrom 35520 1 sr_mod
    sd_mod 29559 5
    ahci 21360 4
    libahci 20023 1 ahci
    libata 167683 2 ahci,libahci
    scsi_mod 133386 5 uas,usb_storage,libata,sd_mod,sr_mod
    lspci
    00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
    00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
    00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
    00:1a.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
    00:1a.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
    00:1a.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)
    00:1a.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
    00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
    00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
    00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03)
    00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 03)
    00:1d.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
    00:1d.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
    00:1d.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
    00:1d.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
    00:1f.0 ISA bridge: Intel Corporation ICH9M-E LPC Interface Controller (rev 03)
    00:1f.2 SATA controller: Intel Corporation 82801IBM/IEM (ICH9M/ICH9M-E) 4 port SATA Controller [AHCI mode] (rev 03)
    00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
    08:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)
    20:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)
    pacman -Q | grep ...
    alsa-lib 1.0.26-1
    alsa-plugins 1.0.26-1
    alsa-utils 1.0.26-1
    alsaplayer 0.99.81-5
    lib32-alsa-lib 1.0.26-1
    lib32-alsa-plugins 1.0.26-1
    lib32-libpulse 2.1-1
    lib32-libsndfile 1.0.25-2
    libcanberra-pulse 0.30-2
    libcdaudio 0.99.12-6
    libpulse 2.1-1
    libsndfile 1.0.25-2
    portaudio 19_20111121-1
    pulseaudio 2.1-1
    pulseaudio-alsa 2-1
    sound-juicer 3.5.0-1
    sound-theme-freedesktop 0.8-1
    soundtouch 1.6.0-1
    teamspeak-soundpack-portal 1-4
    webrtc-audio-processing 0.1-1
    pactl list
    Module #0
    Name: module-device-restore
    Argument:
    Usage counter: n/a
    Properties:
    module.author = "Lennart Poettering"
    module.description = "Automatically restore the volume/mute state of devices"
    module.version = "2.1"
    Module #1
    Name: module-stream-restore
    Argument:
    Usage counter: n/a
    Properties:
    module.author = "Lennart Poettering"
    module.description = "Automatically restore the volume/mute/device state of streams"
    module.version = "2.1"
    Module #2
    Name: module-card-restore
    Argument:
    Usage counter: n/a
    Properties:
    module.author = "Lennart Poettering"
    module.description = "Automatically restore profile of cards"
    module.version = "2.1"
    Module #3
    Name: module-augment-properties
    Argument:
    Usage counter: n/a
    Properties:
    module.author = "Lennart Poettering"
    module.description = "Augment the property sets of streams with additional static information"
    module.version = "2.1"
    Module #4
    Name: module-udev-detect
    Argument:
    Usage counter: n/a
    Properties:
    module.author = "Lennart Poettering"
    module.description = "Detect available audio hardware and load matching drivers"
    module.version = "2.1"
    Module #5
    Name: module-jackdbus-detect
    Argument:
    Usage counter: n/a
    Properties:
    module.author = "David Henningsson"
    module.descript

    I set the loglevel to debug and rebooted.
    grep -i pulse /var/log/everything.log
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Operation not permitted
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] core-rtclock.c: Timer slack is set to 50 us.
    Dec 3 00:06:34 localhost rtkit-daemon[442]: Successfully made thread 713 of process 713 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] core-util.c: RealtimeKit worked.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] core-util.c: Successfully gained nice level -11.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: This is PulseAudio 2.1
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Compilation host: x86_64-unknown-linux-gnu
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Compilation CFLAGS: -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Running on host: Linux x86_64 3.6.8-1-ARCH #1 SMP PREEMPT Mon Nov 26 22:10:40 CET 2012
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Found 2 CPUs.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Page size is 4096 bytes
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Compiled with Valgrind support: no
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Running in valgrind mode: no
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Running in VM: no
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Optimized build: yes
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: FASTPATH defined, only fast path asserts disabled.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Machine ID is 883cea362d03be37758a39f4000006db.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Using runtime directory /home/whatever/.pulse/883cea362d03be37758a39f4000006db-runtime.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Using state directory /home/whatever/.pulse.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Using modules directory /usr/lib/pulse-2.1/modules.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Running in system mode: no
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Fresh high-resolution timers available! Bon appetit!
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] memblock.c: Using shared memory pool with 1024 slots of size 64.0 KiB each, total size is 64.0 MiB, maximum usable slot size is 65472
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] cpu-x86.c: CPU flags: CMOV MMX SSE SSE2 SSE3 SSSE3 SSE4_1
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] svolume_mmx.c: Initialising MMX optimized volume functions.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] remap_mmx.c: Initialising MMX optimized remappers.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] svolume_sse.c: Initialising SSE2 optimized volume functions.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] remap_sse.c: Initialising SSE2 optimized remappers.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] sconv_sse.c: Initialising SSE2 optimized conversions.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] svolume_orc.c: Initialising ORC optimized volume functions.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] database-tdb.c: Opened TDB database '/home/whatever/.pulse/883cea362d03be37758a39f4000006db-device-volumes.tdb'
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] module-device-restore.c: Successfully opened database file '/home/whatever/.pulse/883cea362d03be37758a39f4000006db-device-volumes'.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-device-restore" (index: #0; argument: "").
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] database-tdb.c: Opened TDB database '/home/whatever/.pulse/883cea362d03be37758a39f4000006db-stream-volumes.tdb'
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] module-stream-restore.c: Successfully opened database file '/home/whatever/.pulse/883cea362d03be37758a39f4000006db-stream-volumes'.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1 added for object /org/pulseaudio/stream_restore1
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry0
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry1
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry2
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry3
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry4
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry5
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-stream-restore" (index: #1; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] database-tdb.c: Opened TDB database '/home/whatever/.pulse/883cea362d03be37758a39f4000006db-card-database.tdb'
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-card-restore.c: Successfully opened database file '/home/whatever/.pulse/883cea362d03be37758a39f4000006db-card-database'.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-card-restore" (index: #2; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-augment-properties" (index: #3; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] cli-command.c: Checking for existence of '/usr/lib/pulse-2.1/modules/module-udev-detect.so': success
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-udev-detect.c: /dev/snd/controlC0 is accessible: yes
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-udev-detect.c: /devices/pci0000:00/0000:00:1b.0/sound/card0 is busy: yes
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-udev-detect.c: Found 1 cards.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-udev-detect" (index: #4; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] cli-command.c: Checking for existence of '/usr/lib/pulse-2.1/modules/module-jackdbus-detect.so': success
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] dbus-util.c: Successfully connected to D-Bus session bus f8aad50a9c72259e812fef8050bbed02 as :1.11
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-jackdbus-detect.c: jackdbus isn't running.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-jackdbus-detect" (index: #5; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] cli-command.c: Checking for existence of '/usr/lib/pulse-2.1/modules/module-bluetooth-discover.so': success
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] dbus-util.c: Successfully connected to D-Bus system bus aca7467032ad6386c1a812c250bbecf9 as :1.27
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] bluetooth-util.c: dbus: interface=org.freedesktop.DBus, path=/org/freedesktop/DBus, member=NameAcquired
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-bluetooth-discover" (index: #6; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] cli-command.c: Checking for existence of '/usr/lib/pulse-2.1/modules/module-esound-protocol-unix.so': success
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-esound-protocol-unix" (index: #7; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-native-protocol-unix" (index: #8; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] cli-command.c: Checking for existence of '/usr/lib/pulse-2.1/modules/module-gconf.so': success
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-gconf" (index: #9; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-default-device-restore.c: Saved default sink 'auto_null' not existent, not restoring default sink setting.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-default-device-restore.c: Saved default source 'auto_null.monitor' not existent, not restoring default source setting.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-default-device-restore" (index: #10; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-rescue-streams" (index: #11; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-always-sink.c: Autoloading null-sink as no other sinks detected.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-device-restore.c: Restoring volume for sink auto_null.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] sink.c: Created sink 0 "auto_null" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] sink.c: device.description = "Dummy Output"
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] sink.c: device.class = "abstract"
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] sink.c: device.icon_name = "audio-card"
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] source.c: Created source 0 "auto_null.monitor" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] source.c: device.description = "Monitor of Dummy Output"
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] source.c: device.class = "monitor"
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] source.c: device.icon_name = "audio-input-microphone"
    Dec 3 01:06:35 localhost pulseaudio[713]: [null-sink] module-null-sink.c: Thread starting up
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-device-restore.c: Could not set format on sink auto_null
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-null-sink" (index: #12; argument: "sink_name=auto_null sink_properties='device.description="Dummy Output"'").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-always-sink" (index: #13; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-intended-roles" (index: #14; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-suspend-on-idle.c: Sink auto_null becomes idle, timeout in 5 seconds.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-suspend-on-idle" (index: #15; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] cli-command.c: Checking for existence of '/usr/lib/pulse-2.1/modules/module-console-kit.so': success
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-console-kit" (index: #16; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] cli-command.c: Checking for existence of '/usr/lib/pulse-2.1/modules/module-systemd-login.so': success
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] client.c: Created 0 "Login Session 1"
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-systemd-login.c: Added new session 1
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-systemd-login" (index: #17; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-position-event-sounds" (index: #18; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-role-cork.c: Using role 'phone' as trigger role.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-role-cork.c: Using roles 'music' and 'video' as cork roles.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-role-cork" (index: #19; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-filter-heuristics" (index: #20; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-filter-apply" (index: #21; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] cli-command.c: Checking for existence of '/usr/lib/pulse-2.1/modules/module-dbus-protocol.so': success
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Memstats added for object /org/pulseaudio/core1/memstats
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Device added for object /org/pulseaudio/core1/sink0
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Sink added for object /org/pulseaudio/core1/sink0
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Device added for object /org/pulseaudio/core1/source0
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Source added for object /org/pulseaudio/core1/source0
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module0
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module1
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module2
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module3
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module4
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module5
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module6
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module7
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module8
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module9
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module10
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module11
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module12
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module13
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module14
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module15
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module16
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module17
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module18
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module19
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module20
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module21
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client0
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1 added for object /org/pulseaudio/core1
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-dbus-protocol" (index: #22; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-switch-on-port-available" (index: #23; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] main.c: Got org.PulseAudio1!
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] main.c: Got org.pulseaudio.Server!
    Dec 3 01:06:35 localhost pulseaudio[710]: [pulseaudio] main.c: Daemon startup successful.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] main.c: Daemon startup complete.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module22
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module23
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] client.c: Created 1 "Native client (UNIX socket client)"
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client1
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Protocol version: remote 26, local 26
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Got credentials: uid=1000 gid=100 success=1
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: SHM possible: yes
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Negotiated SHM: yes
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-augment-properties.c: Looking for .desktop file for gnome-settings-daemon
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] client.c: Created 2 "Native client (UNIX socket client)"
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client2
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Protocol version: remote 26, local 26
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Got credentials: uid=1000 gid=100 success=1
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: SHM possible: yes
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Negotiated SHM: yes
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] module-augment-properties.c: Looking for .desktop file for gnome-shell
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] module-augment-properties.c: Found /usr/share/applications/gnome-shell.desktop.
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] client.c: Created 3 "Native client (UNIX socket client)"
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client3
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Protocol version: remote 26, local 26
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Got credentials: uid=1000 gid=100 success=1
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: SHM possible: yes
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Negotiated SHM: yes
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] module-augment-properties.c: Looking for .desktop file for canberra-gtk-play
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] client.c: Freed 3 "canberra-gtk-play"
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Connection died.
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client removed from object /org/pulseaudio/core1/client3
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Operation not permitted
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] core-rtclock.c: Timer slack is set to 50 us.
    Dec 3 00:06:38 localhost rtkit-daemon[442]: Successfully made thread 745 of process 745 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] core-util.c: RealtimeKit worked.
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] core-util.c: Successfully gained nice level -11.
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: This is PulseAudio 2.1
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Compilation host: x86_64-unknown-linux-gnu
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Compilation CFLAGS: -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Running on host: Linux x86_64 3.6.8-1-ARCH #1 SMP PREEMPT Mon Nov 26 22:10:40 CET 2012
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Found 2 CPUs.
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Page size is 4096 bytes
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Compiled with Valgrind support: no
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Running in valgrind mode: no
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Running in VM: no
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Optimized build: yes
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: FASTPATH defined, only fast path asserts disabled.
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Machine ID is 883cea362d03be37758a39f4000006db.
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Using runtime directory /home/whatever/.pulse/883cea362d03be37758a39f4000006db-runtime.
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Using state directory /home/whatever/.pulse.
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Using modules directory /usr/lib/pulse-2.1/modules.
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Running in system mode: no
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] pid.c: Daemon already running.
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] client.c: Created 4 "Native client (UNIX socket client)"
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client4
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Protocol version: remote 26, local 26
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Got credentials: uid=1000 gid=100 success=1
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: SHM possible: yes
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Negotiated SHM: yes
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] module-augment-properties.c: Looking for .desktop file for pactl
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-x11-publish" (index: #24; argument: "display=:0").
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module24
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] client.c: Freed 4 "pactl"
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Connection died.
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client removed from object /org/pulseaudio/core1/client4
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] client.c: Created 5 "Native client (UNIX socket client)"
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client5
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Protocol version: remote 26, local 26
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Got credentials: uid=1000 gid=100 success=1
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: SHM possible: yes
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Negotiated SHM: yes
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] module-augment-properties.c: Looking for .desktop file for pactl
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] module-x11-xsmp.c: Connected to session manager 'gnome-session' as '102459fa9aeb823737135449319899169800000005480030'.
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] client.c: Created 6 "XSMP Session on gnome-session as 102459fa9aeb823737135449319899169800000005480030"
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-x11-xsmp" (index: #25; argument: "display=:0 session_manager=local/whatever-laptop:@/tmp/.ICE-unix/548,unix/whatever-laptop:/tmp/.ICE-unix/548").
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client6
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module25
    Dec 3 01:06:39 localhost pulseaudio[713]: [pulseaudio] client.c: Freed 5 "pactl"
    Dec 3 01:06:39 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Connection died.
    Dec 3 01:06:39 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client removed from object /org/pulseaudio/core1/client5
    Dec 3 01:06:40 localhost pulseaudio[713]: [pulseaudio] module-suspend-on-idle.c: Sink auto_null idle for too long, suspending ...
    Dec 3 01:06:40 localhost pulseaudio[713]: [pulseaudio] sink.c: Suspend cause of sink auto_null is 0x0004, suspending
    Dec 3 01:06:40 localhost pulseaudio[713]: [pulseaudio] core.c: Hmm, no streams around, trying to vacuum.
    Dec 3 01:06:52 localhost pulseaudio[713]: [pulseaudio] client.c: Created 7 "Native client (UNIX socket client)"
    Dec 3 01:06:52 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client7
    Dec 3 01:06:54 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Protocol version: remote 26, local 26
    Dec 3 01:06:54 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Got credentials: uid=1000 gid=100 success=1
    Dec 3 01:06:54 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: SHM possible: yes
    Dec 3 01:06:54 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Negotiated SHM: yes
    Dec 3 01:06:54 localhost pulseaudio[713]: [pulseaudio] module-augment-properties.c: Looking for .desktop file for gnome-shell
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Client gnome-shell changes volume of sink auto_null.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] module-device-restore.c: Storing volume/mute for device+port sink:auto_null:null.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] module-stream-restore.c: Restoring device for stream sink-input-by-media-role:event.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] module-intended-roles.c: Not setting device for stream audio-volume-change, because already set.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink.c: Suspend cause of sink auto_null is 0x0000, resuming
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] module-suspend-on-idle.c: Sink auto_null becomes idle, timeout in 5 seconds.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] module-suspend-on-idle.c: Sink auto_null becomes busy.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] memblockq.c: memblockq requested: maxlength=33554432, tlength=0, base=4, prebuf=0, minreq=1 maxrewind=0
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=33554432, tlength=33554432, base=4, prebuf=0, minreq=4 maxrewind=0
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: Created input 0 "audio-volume-change" on auto_null with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: event.id = "audio-volume-change"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: media.role = "event"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: media.name = "audio-volume-change"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: media.filename = "/usr/share//sounds/freedesktop/stereo/audio-volume-change.oga"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.name = "GNOME Shell"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: native-protocol.peer = "UNIX socket client"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: native-protocol.version = "26"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.id = "org.gnome.Shell"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.process.id = "717"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.process.user = "whatever"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.process.host = "whatever-laptop"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.process.binary = "gnome-shell"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.language = "en_US.utf8"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: window.x11.display = ":0"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.process.machine_id = "883cea362d03be37758a39f4000006db"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: module-stream-restore.id = "sink-input-by-media-role:event"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Requested tlength=2000.00 ms, minreq=20.00 ms
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Traditional mode enabled, modifying sink usec only for compat with minreq.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Requested latency=1960.00 ms, Received latency=1960.00 ms
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] memblockq.c: memblockq requested: maxlength=4194304, tlength=352800, base=4, prebuf=349276, minreq=3528 maxrewind=0
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=4194304, tlength=352800, base=4, prebuf=349276, minreq=3528 maxrewind=0
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Final latency 3960.00 ms = 1960.00 ms + 2*20.00 ms + 1960.00 ms
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream added for object /org/pulseaudio/core1/playback_stream0
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] protocol-native.c: Requesting rewind due to end of underrun.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] module-null-sink.c: Requested to rewind 345744 bytes.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] sink.c: Processing rewind...
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] sink-input.c: Have to rewind 345744 bytes on render memblockq.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] source.c: Processing rewind...
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] module-null-sink.c: Rewound 345744 bytes.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] protocol-native.c: Underrun on 'audio-volume-change', 0 bytes in queue.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Client gnome-shell changes volume of sink auto_null.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] module-null-sink.c: Requested to rewind 345744 bytes.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] sink.c: Processing rewind...
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] sink-input.c: Have to rewind 345744 bytes on render memblockq.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] source.c: Processing rewind...
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] module-null-sink.c: Rewound 345744 bytes.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] module-device-restore.c: Storing volume/mute for device+port sink:auto_null:null.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] module-null-sink.c: Requested to rewind 352800 bytes.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] sink.c: Processing rewind...
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] source.c: Processing rewind...
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] module-null-sink.c: Rewound 54188 bytes.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] module-suspend-on-idle.c: Sink auto_null becomes idle, timeout in 5 seconds.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] module-suspend-on-idle.c: Sink auto_null becomes idle, timeout in 5 seconds.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] core.c: Hmm, no streams around, trying to vacuum.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream removed from object /org/pulseaudio/core1/playback_stream0
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: Freeing input 0 "audio-volume-change"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] module-stream-restore.c: Restoring device for stream sink-input-by-media-role:event.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] module-intended-roles.c: Not setting device for stream audio-volume-change, because already set.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] module-suspend-on-idle.c: Sink auto_null becomes busy.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] memblockq.c: memblockq requested: maxlength=33554432, tlength=0, base=4, prebuf=0, minreq=1 maxrewind=0
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=33554432, tlength=33554432, base=4, prebuf=0, minreq=4 maxrewind=0
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: Created input 1 "audio-volume-change" on auto_null with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: event.id = "audio-volume-change"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: media.role = "event"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: media.name = "audio-volume-change"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: media.filename = "/usr/share//sounds/freedesktop/stereo/audio-volume-change.oga"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.name = "GNOME Shell"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: native-protocol.peer = "UNIX socket client"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: native-protocol.version = "26"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.id = "org.gnome.Shell"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.process.id = "717"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.process.user = "whatever"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.process.host = "whatever-laptop"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.process.binary = "gnome-shell"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.language = "en_US.utf8"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: window.x11.display = ":0"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.process.machine_id = "883cea362d03be37758a39f4000006db"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: module-stream-restore.id = "sink-input-by-media-role:event"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Requested tlength=2000.00 ms, minreq=20.00 ms
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Traditional mode enabled, modifying sink usec only for compat with minreq.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Requested latency=1960.00 ms, Received latency=1960.00 ms
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] memblockq.c: memblockq requested: maxlength=4194304, tlength=352800, base=4, prebuf=349276, minreq=3528 maxrewind=0
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=4194304, tlength=352800, base=4, prebuf=349276, minreq=3528 maxrewind=0
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Final latency 3960.00 ms = 1960.00 ms + 2*20.00 ms + 1960.00 ms
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream added for object /org/pulseaudio/core1/playback_stream1
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] protocol-native.c: Requesting rewind due to end of underrun.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] module-null-sink.c: Requested to rewind 345744 bytes.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] sink.c: Processing rewind...
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] sink-input.c: Have to rewind 345744 bytes on render memblockq.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] source.c: Processing rewind...
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] module-null-sink.c: Rewound 345744 bytes.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] protocol-native.c: Underrun on 'audio-volume-change', 0 bytes in queue.
    Dec 3 01:08:21 localhost pulseaudio[713]: [null-sink] module-null-sink.c: Requested to rewind 352800 bytes.
    Dec 3 01:08:21 localhost pulseaudio[713]: [null-sink] sink.c: Processing rewind...
    Dec 3 01:08:21 localhost pulseaudio[713]: [null-sink] source.c: Processing rewind...
    Dec 3 01:08:21 localhost pulseaudio[713]: [null-sink] module-null-sink.c: Rewound 352800 bytes.
    Dec 3 01:08:21 localhost pulseaudio[713]: [pulseaudio] module-suspend-on-idle.c: Sink auto_null becomes idle, timeout in 5 seconds.
    Dec 3 01:08:21 localhost pulseaudio[713]: [pulseaudio] module-suspend-on-idle.c: Sink auto_null becomes idle, timeout in 5 seconds.
    Dec 3 01:08:21 localhost pulseaudio[713]: [pulseaudio] core.c: Hmm, no streams around, trying to vacuum.
    Dec 3 01:08:21 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream removed from object /org/pulseaudio/core1/playback_stream1
    Dec 3 01:08:21 localhost pulseaudio[713]: [pulseaudio] sink-input.c: Freeing input 1 "audio-volume-change"
    Dec 3 01:08:26 localhost pulseaudio[713]: [pulseaudio] module-suspend-on-idle.c: Sink auto_null idle for too long, suspending ...
    Dec 3 01:08:26 localhost pulseaudio[713]: [pulseaudio] sink.c: Suspend cause of sink auto_null is 0x0004, suspending
    Dec 3 01:08:26 localhost pulseaudio[713]: [pulseaudio] core.c: Hmm, no streams around, trying to vacuum.
    Dec 3 01:08:28 localhost pulseaudio[713]: [pulseaudio] module-device-restore.c: Synced.
    By now I also made my system not load any moudules which have oss in their name. Didn't help either.

Maybe you are looking for