XFCE4 CVS

pkgname=libxfce4util
pkgver=4.2.0cvs
pkgrel=1
pkgdesc="CVS version of XFCE"
url="http://www.xfce.org"
license=""
depends=(glib2)
makedepends=(cvs)
conflicts=()
backup=()
install=
source=()
md5sums=()
build() {
cd $startdir/src/
cvs -d:pserver:[email protected]:/cvsroot/xfce co xfce4/$pkgname
cd xfce4/$pkgname
./configure --prefix=/opt/xfce4
make || return 1
make DESTDIR=$startdir/pkg install
Ha!  What you've all been waiting for.  Here's a cvs package for the cvs version of xfce.
EDIT:
Oops, my bad.  Fixed the --prefix.
To get all the libraries and different parts of xfce, just change the $pkgname variable to the different component.  Here's all the available components:
    libxfce4util
    libxfcegui4
    libxfce4mcs
    xfce-mcs-manager
    xfce-mcs-plugins
    xfce4-panel
    xfwm4
    xfce-utils
    xfce4-modules
    xffm
    xfdesktop
    xfce4-session
    xfprint
    gtk-xfce-engine-2
    xfce4-iconbox
    xfce4-mixer
    xfce4-systray
    xfce4-themes
    xfce4-toys
    xfce4-trigger-launcher
    xffm-icons
    xfwm4-themes
    xfcalendar
    xfce4-appfinder
Just install the libaries first, and then the rest of the components and you should be alright.  Enjoy the bleeding edge of the greatest linux desktop available!

PKGBUILD:
pkgname=xfce4-cvs
pkgver=4.2.0
pkgrel=1
pkgdesc="CVS version of XFCE"
url="http://www.xfce.org"
license=""
depends=(glib2 gtk2 libxml2 dbh)
makedepends=(cvs)
conflicts=()
backup=()
install=xfce4-cvs.install
source=(xfce4-cvs.profile)
md5sums=()
build() {
cd $startdir/src/
# Get source via CVS
cvs -d:pserver:[email protected]:/cvsroot/xfce co xfce4
cd xfce4/
# Register profile
install -D -m755 ../xfce4-cvs.profile $startdir/pkg/etc/profile.d/xfce4-cvs.sh
# Set pkgconfig path
export PKG_CONFIG_PATH=$startdir/pkg/opt/xfce4-cvs/lib/pkgconfig
# Build stuff
cd libxfce4util
./configure --prefix=/opt/xfce4-cvs
make || return 1
make DESTDIR=$startdir/pkg install
cd ../libxfcegui4
./configure --prefix=/opt/xfce4-cvs
make || return 1
make DESTDIR=$startdir/pkg install
cd ../libxfce4mcs
./configure --prefix=/opt/xfce4-cvs
make || return 1
make DESTDIR=$startdir/pkg install
./configure --prefix=/opt/xfce4-cvs
make || return 1
make DESTDIR=$startdir/pkg install
cd ../xfce4-panel
./configure --prefix=/opt/xfce4-cvs
make || return 1
make DESTDIR=$startdir/pkg install
xfce4-cvs.profile:
export PATH=$PATH:/opt/xfce4-cvs/bin
export MANPATH=$MANPATH:/opt/xfce4-cvs/man
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/xfce4-cvs/lib/pkgconfig
xfce4-cvs.install
post_install() {
if ! [ `grep '/opt/xfce4-cvs/lib' etc/ld.so.conf` ]; then
echo "/opt/xfce4-cvs/lib" >> etc/ld.so.conf
sbin/ldconfig -r .
fi
post_upgrade() {
/bin/true
pre_remove() {
cat etc/ld.so.conf | grep -v '/opt/xfce4-cvs/lib' >/tmp/.pacxfce4-cvs
mv /tmp/.pacxfce4-cvs etc/ld.so.conf
chmod 644 etc/ld.so.conf
sbin/ldconfig -r .
op=$1
shift
$op $*
That's what I have so far.. That's enough for the new panel... I'll get the rest later, because I can't get this to compile... hmm.. anyone else have luck?

Similar Messages

  • XFCE4 CVS pkgbuild?

    I tried briefly to tamper with an older xfce4 cvs pkgbuild here on the forums, but gave up after a bit... is it possible? would someone love to make one? I know for sure that a few of us would gladly use one...
    thx!

    If you have problem with the part that builds XFCE4, you can take a look at the xfce4 PKGBUILD in ABS.

  • Compiling a few apps at once: XFCE4 CVS

    Hello. I'm trying to write a single PKGBUILD to create the XFCE4 CVS version, but I've got a few problems. A lot of packages in XFCE4 depend on other packages in XFCE4. I'd like to install one package into $startdir/pkg and then I want to make the configure scripts of the other packages to find the app installed in $startdir/pkg and use it. However, I've no idea how to achieve this.
    Can anyone give me a hand?

    sweiss wrote:
    Thing is, this is a CVS version. Much easier to maintain for something that is updated every other night, at least for testing purposes.
    As for the URL, I know how to build XFCE4 basically, I've already coded a program to generate every PKGBUILD for a given package name, grouping them all under xfce4-cvs. But I'd like to make it into one PKGBUILD as I find it easier for me to maintain until XFCE stabilizes.
    Also, it's a rather educational question, for my general knowledge. Can you tell me how to achieve this?
    technically it is possible to hack build() to use more $startdirs and then make pkgs for each, but in my eyes it is nonsense, as the principle for a PKGBUILD is to make one pkg --- what you want i think is done with "makeworld" (see docs) that runs makepkg in a directory on each PKGBUILD in a subdir
    also if you would hack the build() and do invest a lot of time: the trouble that will come up is: libSOMETHING is often a dependency to SOMETHINGELSE, and therefore you cannot build them in one pkg (as the libSOMETHING must first be installed before you can compile something against it) --- if you want to save you time, make a local repository (see docs) and add xfce4-cvs to it and then when you run makeworld in this directory, it will build you the pkgs - then "gensync" and then (when the local repo is in pacman.conf), the next time you run pacman -Suy, it will ask you to update your xfce4-cvs pkgs, as in your local repo, they are updated [this as an alternative to pacman -U pkgname.pkg.tar.gz for every pkg that can be boring]

  • Xfce4 SVN

    Yes I know there's a Xfce4 CVS PKGBUILD but since it's so outdated I desided to update it so it's again usable. I'm not entirely sure about the deps so if you find any missing ones please post it here.
    Please note that this package is not designed to be installed with other versions of Xfce. It may work and may not, most likely it won't so please remove any previous installations of Xfce.
    # $Id$
    # Contributor: Christian Lundgren <[email protected]>
    # Heavily based on Aurelien Foret's <[email protected]> PKGBUILD for XFCE4 CVS
    pkgname=xfce4-svn
    pkgver=20050628
    pkgrel=2
    pkgdesc="XFce4 SVN"
    url="http://www.xfce.org/"
    conflicts=('gtk-xfce-engine' 'libxfce4mcs' 'libxfce4util' 'libxfcegui4' 'xfcalendar'
    'xfce-mcs-manager' 'xfce-mcs-plugins' 'xfce-utils' 'xfce4-appfinder'
    'xfce4-icon-theme' 'xfce4-iconbox' 'xfce4-mixer' 'xfce4-panel' 'xfce4-session'
    'xfce4-systray' 'xfce4-toys' 'xfce4-trigger-launcher' 'xfdesktop' 'xfprint'
    'xfwm4' 'xfwm4-themes')
    depends=('gtk2' 'startup-notification' 'libxml2' 'dbh' 'bash' 'gtk-doc' 'intltool' 'a2ps')
    makedepends=('subversion')
    build() {
    if [ ! -d $startdir/src/trunk ]; then
    echo "Fetching sources..."
    svn checkout http://svn.xfce.org/svn/xfce/modules/trunk
    else
    echo "Updating sources..."
    svn up $startdir/src/trunk
    fi
    PKG_CONFIG_PATH=$startdir/pkg/opt/xfce4-svn/lib/pkgconfig:$PKG_CONFIG_PATH
    PATH=$startdir/pkg/opt/xfce4-svn/bin:$PATH
    XDG_DATA_DIRS=$startdir/pkg/opt/xfce4-svn/share:$XDG_DATA_DIRS
    CFLAGS="-I$startdir/pkg/opt/xfce4-svn/include/xfce4
    -L$startdir/pkg/opt/xfce4-svn/lib
    $CFLAGS"
    export PKG_CONFIG_PATH CFLAGS
    export PATH
    export XDG_DATA_DIRS
    cd $startdir/src/trunk
    for i in xfce4-dev-tools libxfce4util libxfcegui4 libxfce4mcs; do
    (cd $i
    ./autogen.sh --prefix=/opt/xfce4-svn
    make || return 1
    make DESTDIR=$startdir/pkg install) || return 1
    done
    sed -i "s|(/opt/xfce4-svn/lib/libxfce4util.la)|$startdir/pkg1|"
    $startdir/pkg/opt/xfce4-svn/lib/*.la
    modules="xfce-mcs-manager
    xfce-mcs-plugins
    xfce-utils
    xfce4-panel
    xfdesktop
    xfcalendar
    xfce4-mixer
    xfce4-appfinder
    xfce4-session
    xfce4-toys
    xfce4-trigger-launcher
    xfce4-icon-theme
    xfprint
    xffm
    xfwm4
    xfwm4-themes"
    for i in $modules; do
    (cd $i
    ./autogen.sh --prefix=/opt/xfce4-svn
    make || return 1
    make DESTDIR=$startdir/pkg install) || return 1
    done
    (cd gtk-xfce-engine-2
    ./autogen.sh --prefix=/usr
    make || return 1
    make DESTDIR=$startdir/pkg install) || return 1
    sed -i "s|$startdir/pkg||g" $startdir/pkg/opt/xfce4-svn/lib/*.la
    rm -rf $startdir/pkg/opt/xfce4-svn/share/gtk-doc
    rm -rf $startdir/pkg/opt/xfce4-svn/share/xfce4/{AUTHORS,COPYING,BSD,GPL,LGPL,INFO}*
    You will also need this
    # /etc/profile.d/xfce4.sh
    XFCE4DIR=/opt/xfce4-svn
    PATH=$PATH:$XFCE4DIR/bin
    MANPATH=$MANPATH:$XFCE4DIR/man
    export PATH MANPATH
    if [ -z $PKG_CONFIG_PATH ]; then
    PKG_CONFIG_PATH=$XFCE4DIR/lib/pkgconfig
    else
    PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$XFCE4DIR/lib/pkgconfig
    fi
    export PKG_CONFIG_PATH
    [ -z $XDG_DATA_DIRS ] && XDG_DATA_DIRS=/usr/share
    XDG_DATA_DIRS=$XDG_DATA_DIRS:$XFCE4DIR/share
    [ -z $XDG_CONFIG_DIRS ] && XDG_CONFIG_DIRS=/etc/xdg
    XDG_CONFIG_DIRS=$XDG_CONFIG_DIRS:$XFCE4DIR/etc/xdg
    export XDG_DATA_DIRS XDG_CONFIG_DIRS
    And perhaps you want this file (/etc/X11/sessions/xfce4.desktop)
    [Desktop Entry]
    Encoding=UTF-8
    Name=Xfce4
    Comment=Xfce4 SVN
    Exec=/opt/xfce4-svn/bin/xfce4-session
    Type=Application
    EDIT: Fixed svn up on TomE's request
    EDIT2: Added a2ps as dependecy, thanks to CyberTron
    EDIT3: Changed svn adress

    lunke you shoude change svn update http://svn.foo-projects.org/svn/xfce/modules/trunk to svn up $startdir/src/trunk
    hers a PKGBULID for thunar
    pkgname=thunar
    pkgver=0.0.2.r17470
    pkgdesc="Thunar is a file manager designed for Xfce. It is currently under development."
    url="http://thunar.xfce.org/wiki/"
    depends=('exo-svn')
    makedepends=('subversion')
    source=()
    md5sums=()
    build() {
    if [ ! -d $startdir/src/thunar ]; then
    echo "Fetching sources..."
    svn checkout http://svn.foo-projects.org/svn/xfce/thunar/trunk/ /thunar
    else
    echo "Updating sources..."
    svn up $startdir/src/thunar/
    fi
    cd $startdir/src/thunar
    ./autogen.sh --prefix=/opt/xfce4-svn
    make || return 1
    make DESTDIR=$startdir/pkg install
    find $startdir/pkg -name '*.la' -exec rm {} ;
    you will need exo from svn as well
    pkgname=exo-svn
    pkgver=r17470
    pkgdesc="Extensions to Xfce by os-cillation"
    url="http://libexo.os-cillation.com/"
    conflicts=(exo)
    provides=(exo)
    depends=('xfce4-svn')
    makedepends=('subversion')
    source=()
    md5sums=()
    build() {
    if [ ! -d $startdir/src/trunk ]; then
    echo "Fetching sources..."
    svn checkout http://svn.foo-projects.org/svn/xfce/libexo/trunk/
    else
    echo "Updating sources..."
    svn up $startdir/src/trunk
    fi
    cd $startdir/src/trunk
    ./autogen.sh --prefix=/opt/xfce4-svn
    make || return 1
    make DESTDIR=$startdir/pkg install
    find $startdir/pkg -name '*.la' -exec rm {} ;
    "Operation libtool-slay" compliant

  • Considering opening my repo to public.

    Allright, I've started a small repo locally and even uploaded some stuff for various people on irc. Like Emacs-CVS, Firefox from Mozilla.org, Camorama, clearlooks-engine (.4 baby!)
    I will gladly build anything (within reason) for you guys.
    I'm 16 and starting to get a job so I might not get to it automatically but please, I'm interested in helping the community package wise.
    Oh yeah. I'm picking up the bootsplash stuff Brice left off and my custom freetype builds. I may even do regular xfce4-cvs builds!

    dibblethewrecker wrote:i tried emacs....for about 15 seconds...the biggest ugliest piece of shit since gnome
    wow  I agree on emacs, but not in Gnome ... I mean ... I don't like it either  but I used it for a long time. Things change, a few months ago I tried to reborn my taste for gnome ... it was just 1 hour and I got bored ... nothing like Fluxbox
    Nice initiative miqorz . If you get time you could check out the AUR packages Request section and make some packages required

  • No backgroun and right mouse button xfce4

    Hello.
    Everything worked great so I decided to try Xgl. I put Shadowhand repo in my pacman.conf than I ran
    pacman -Syu
    and than
    pacman -S xgl-cvs compiz-cvs mesa-cvs cairo-cvs
    first I lost my right mouse button menu and than background. I recovered bacground by running
    xfdesktop in terminal. How do I get my right mouse button working? This is when I run startxfce4 as root. When I try as other user everything work like before. Thanks for help.
    Andrey

    it sounds like one of the dot files that xfce4 stores it's config files in is corrupt. besides that, you shoulden't run as root anyway

  • Xfce4 no background and right mouse button menu

    Hello.
    Everything worked great so I decided to try Xgl. I put Shadowhand repo in my pacman.conf than I ran
    pacman -Syu
    and than
    pacman -S xgl-cvs compiz-cvs mesa-cvs cairo-cvs
    first I lost my right mouse button menu and than background. I recovered bacground by running
    xfdesktop in terminal. How do I get my right mouse button working? This is when I run startxfce4 as root. When I try as other user everything work like before.
    I tried to remove xfce4 and install again. I tried to remove .config directory from root folder and replace with one from users on the system(startxfce4 as user everything is there). Still the same black background and no menu on right mouse button.
    Thanks for help.
    Andrey

    Thanks. Worked for me also. What a great distro it is. This is like coming back to basics but everything works + great community.
    Andrey

  • XFCE4 & Preferred Applications; Mail reader 'claws mail' wont open

    Configuring my XFCE4 setup I wanted to set Claws Mail as my standard mail client, such that when I open links in my browser pointing to mail addresses (mailto:[email protected]) that specified mail clilent automatically opens and lets me type my mail right away.
    Now... that doesn't work. First Sylpheed Claws was set as my Mail Reader (apparently installing claws mails leads to two entries in the /usr/bin, one for Claws Mail and one for Sylpheed Claws). I switched to Claws Mail, and... it doesnt work.
    So, what is there to do about this issue? Any workarounds?
    I am using Epiphany as my browser, if that's relevant.
    Ah, I also wanted to track this problem down by opening Epiphany in the terminal and see what happens (error messages that is). But it won't open in the shell. I start it, it runs, but there is nothing printed in the prompt (if I close the terminal again, epiphany stays open). Can I force it to run inside the shell?

    Although the post is quite old -- I have the same problems using awesome window manager, epiphany browser and claws-mail.
    If someone still uses Epiphany with webkit see
    http://www.mail-archive.com/epiphany-li … 03090.html
    For epiphany 2.30 I tried
    $ mkdir -p ~/.gconf/desktop/gnome/url-handlers/mailto
    $ gconftool-2 --set /desktop/gnome/url-handlers/mailto/command -t string 'claws-mail --compose %s'
    $ gconftool-2 --set /desktop/gnome/url-handlers/mailto/enabled -t bool true
    But it won't work ;-( Has anyone ideas?

  • How can  I checkout an existing file from CVS without going through the wiz

    How can I checkout an existing file from CVS, that is not already in my local jdev, without going through the wizard and checkingout everything?

    You can't. AI doesn't produce .PLT files.

  • Problem with xfce4-session.

    Hello, I'm not sure whether I'm posting in the correct section of the forums but anyway, here's the problem, after upgrading the system xfce started crashing randomly (It definitely crashes when I try to suspend first time, then it does it correctly). I took a look in Xorg and fglrx log files, they didn't contain any errors. However, dmesg listed a segfault of xfce4-session in libglib, is there any solution for that problem or I just have to wait until the upgrade. Also, I have and AMD E-450 APU, and a proprietary catalyst driver from catalyst-stable. Here is the output from dmesg (the segfault message is in the end):
    [ 0.000000] PM: Registered nosave memory: 00000000afb64000 - 00000000afb6c000
    [ 0.000000] PM: Registered nosave memory: 00000000afb6c000 - 00000000afb91000
    [ 0.000000] PM: Registered nosave memory: 00000000afb91000 - 00000000afbd4000
    [ 0.000000] PM: Registered nosave memory: 00000000afd47000 - 00000000afef7000
    [ 0.000000] PM: Registered nosave memory: 00000000aff00000 - 00000000fec00000
    [ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
    [ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fec10000
    [ 0.000000] PM: Registered nosave memory: 00000000fec10000 - 00000000fec11000
    [ 0.000000] PM: Registered nosave memory: 00000000fec11000 - 00000000fed00000
    [ 0.000000] PM: Registered nosave memory: 00000000fed00000 - 00000000fed01000
    [ 0.000000] PM: Registered nosave memory: 00000000fed01000 - 00000000fed61000
    [ 0.000000] PM: Registered nosave memory: 00000000fed61000 - 00000000fed71000
    [ 0.000000] PM: Registered nosave memory: 00000000fed71000 - 00000000fed80000
    [ 0.000000] PM: Registered nosave memory: 00000000fed80000 - 00000000fed90000
    [ 0.000000] PM: Registered nosave memory: 00000000fed90000 - 00000000fef00000
    [ 0.000000] PM: Registered nosave memory: 00000000fef00000 - 0000000100000000
    [ 0.000000] PM: Registered nosave memory: 0000000100000000 - 0000000100001000
    [ 0.000000] e820: [mem 0xaff00000-0xfebfffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:2 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88013fc00000 s84544 r8192 d21952 u1048576
    [ 0.000000] pcpu-alloc: s84544 r8192 d21952 u1048576 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 966665
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lqx root=UUID=ee58701b-54f4-4a5e-a884-636f3ac8cb2f ro nomodeset usbcore.autosuspend=1 quiet usbcore.autosuspend=0 nomodeset nmi_watchdog=0 pcie_aspm=force
    [ 0.000000] PCIe ASPM is forcibly enabled
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.000000] __ex_table already sorted, skipping sort
    [ 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: 3782720k/5242880k available (4438k kernel code, 1314812k absent, 145348k reserved, 2809k data, 640k 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] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=2.
    [ 0.000000] NR_IRQS:33024 nr_irqs:512 16
    [ 0.000000] Extended CMOS year: 2000
    [ 0.000000] spurious 8259A interrupt: IRQ7.
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.001000] tsc: Detected 1646.401 MHz processor
    [ 0.000005] Calibrating delay loop (skipped), value calculated using timer frequency.. 3292.80 BogoMIPS (lpj=1646401)
    [ 0.000010] pid_max: default: 32768 minimum: 301
    [ 0.000063] Security Framework initialized
    [ 0.000068] SELinux: Disabled at boot.
    [ 0.000071] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000073] Yama: becoming mindful.
    [ 0.000095] Mount-cache hash table entries: 256
    [ 0.000418] tseg: 00aff00000
    [ 0.000422] CPU: Physical Processor ID: 0
    [ 0.000424] CPU: Processor Core ID: 0
    [ 0.000426] mce: CPU supports 6 MCE banks
    [ 0.000442] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4
    Last level dTLB entries: 4KB 512, 2MB 8, 4MB 4
    tlb_flushall_shift: 5
    [ 0.000558] Freeing SMP alternatives: 16k freed
    [ 0.002455] ACPI: Core revision 20121018
    [ 0.015032] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.025024] smpboot: CPU0: AMD E-450 APU with Radeon(tm) HD Graphics (fam: 14, model: 02, stepping: 00)
    [ 0.126038] Performance Events: AMD PMU driver.
    [ 0.126044] ... version: 0
    [ 0.126047] ... bit width: 48
    [ 0.126048] ... generic registers: 4
    [ 0.126050] ... value mask: 0000ffffffffffff
    [ 0.126051] ... max period: 00007fffffffffff
    [ 0.126053] ... fixed-purpose events: 0
    [ 0.126054] ... event mask: 000000000000000f
    [ 0.134178] smpboot: Booting Node 0, Processors #1 OK
    [ 0.147430] Brought up 2 CPUs
    [ 0.147435] smpboot: Total of 2 processors activated (6585.60 BogoMIPS)
    [ 0.148250] devtmpfs: initialized
    [ 0.148666] PM: Registering ACPI NVS region [mem 0xafaf7000-0xafb3efff] (294912 bytes)
    [ 0.148681] PM: Registering ACPI NVS region [mem 0xafb49000-0xafb4bfff] (12288 bytes)
    [ 0.148683] PM: Registering ACPI NVS region [mem 0xafb4d000-0xafb4dfff] (4096 bytes)
    [ 0.148686] PM: Registering ACPI NVS region [mem 0xafb64000-0xafb6bfff] (32768 bytes)
    [ 0.148689] PM: Registering ACPI NVS region [mem 0xafb91000-0xafbd3fff] (274432 bytes)
    [ 0.149151] regulator-dummy: no parameters
    [ 0.149293] NET: Registered protocol family 16
    [ 0.150271] ACPI: bus type pci registered
    [ 0.150593] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.150599] PCI: not using MMCONFIG
    [ 0.150601] PCI: Using configuration type 1 for base access
    [ 0.150602] PCI: Using configuration type 1 for extended access
    [ 0.155916] bio: create slab <bio-0> at 0
    [ 0.156315] ACPI: Added _OSI(Module Device)
    [ 0.156319] ACPI: Added _OSI(Processor Device)
    [ 0.156321] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.156323] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.158103] ACPI: EC: Look up EC in DSDT
    [ 0.160056] ACPI: Executed 3 blocks of module-level executable AML code
    [ 0.172510] ACPI: Interpreter enabled
    [ 0.172527] ACPI: (supports S0 S3 S4 S5)
    [ 0.172576] ACPI: Using IOAPIC for interrupt routing
    [ 0.172886] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.172961] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [ 0.213033] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
    [ 0.213391] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
    [ 0.245487] ACPI: EC: GPE = 0x3, I/O: command/status = 0x66, data = 0x62
    [ 0.245850] ACPI: No dock devices found.
    [ 0.245858] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.246163] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.246166] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.246887] PCI host bridge to bus 0000:00
    [ 0.246895] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.246899] pci_bus 0000:00: root bus resource [io 0x0000-0x03af]
    [ 0.246906] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7]
    [ 0.246910] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df]
    [ 0.246913] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.246916] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.246919] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
    [ 0.246923] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff]
    [ 0.246938] pci 0000:00:00.0: [1022:1510] type 00 class 0x060000
    [ 0.246999] pci 0000:00:01.0: [1002:9806] type 00 class 0x030000
    [ 0.247013] pci 0000:00:01.0: reg 10: [mem 0xc0000000-0xcfffffff pref]
    [ 0.247023] pci 0000:00:01.0: reg 14: [io 0xf000-0xf0ff]
    [ 0.247032] pci 0000:00:01.0: reg 18: [mem 0xfeb00000-0xfeb3ffff]
    [ 0.247093] pci 0000:00:01.0: supports D1 D2
    [ 0.247118] pci 0000:00:01.1: [1002:1314] type 00 class 0x040300
    [ 0.247130] pci 0000:00:01.1: reg 10: [mem 0xfeb44000-0xfeb47fff]
    [ 0.247202] pci 0000:00:01.1: supports D1 D2
    [ 0.247388] pci 0000:00:04.0: [1022:1512] type 01 class 0x060400
    [ 0.247482] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
    [ 0.247576] pci 0000:00:11.0: [1002:4391] type 00 class 0x010601
    [ 0.247602] pci 0000:00:11.0: reg 10: [io 0xf140-0xf147]
    [ 0.247615] pci 0000:00:11.0: reg 14: [io 0xf130-0xf133]
    [ 0.247629] pci 0000:00:11.0: reg 18: [io 0xf120-0xf127]
    [ 0.247642] pci 0000:00:11.0: reg 1c: [io 0xf110-0xf113]
    [ 0.247655] pci 0000:00:11.0: reg 20: [io 0xf100-0xf10f]
    [ 0.247669] pci 0000:00:11.0: reg 24: [mem 0xfeb4d000-0xfeb4d3ff]
    [ 0.247749] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
    [ 0.247767] pci 0000:00:12.0: reg 10: [mem 0xfeb4c000-0xfeb4cfff]
    [ 0.247863] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
    [ 0.247889] pci 0000:00:12.2: reg 10: [mem 0xfeb4b000-0xfeb4b0ff]
    [ 0.247997] pci 0000:00:12.2: supports D1 D2
    [ 0.248000] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
    [ 0.248033] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
    [ 0.248052] pci 0000:00:13.0: reg 10: [mem 0xfeb4a000-0xfeb4afff]
    [ 0.248150] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
    [ 0.248175] pci 0000:00:13.2: reg 10: [mem 0xfeb49000-0xfeb490ff]
    [ 0.248289] pci 0000:00:13.2: supports D1 D2
    [ 0.248292] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
    [ 0.248325] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
    [ 0.248433] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
    [ 0.248461] pci 0000:00:14.2: reg 10: [mem 0xfeb40000-0xfeb43fff 64bit]
    [ 0.248548] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    [ 0.248571] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
    [ 0.248673] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
    [ 0.248732] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
    [ 0.248750] pci 0000:00:14.5: reg 10: [mem 0xfeb48000-0xfeb48fff]
    [ 0.248848] pci 0000:00:15.0: [1002:43a0] type 01 class 0x060400
    [ 0.248953] pci 0000:00:15.0: supports D1 D2
    [ 0.248991] pci 0000:00:15.1: [1002:43a1] type 01 class 0x060400
    [ 0.249095] pci 0000:00:15.1: supports D1 D2
    [ 0.249133] pci 0000:00:15.2: [1002:43a2] type 01 class 0x060400
    [ 0.249237] pci 0000:00:15.2: supports D1 D2
    [ 0.249282] pci 0000:00:15.3: [1002:43a3] type 01 class 0x060400
    [ 0.249387] pci 0000:00:15.3: supports D1 D2
    [ 0.249426] pci 0000:00:18.0: [1022:1700] type 00 class 0x060000
    [ 0.249474] pci 0000:00:18.1: [1022:1701] type 00 class 0x060000
    [ 0.249518] pci 0000:00:18.2: [1022:1702] type 00 class 0x060000
    [ 0.249564] pci 0000:00:18.3: [1022:1703] type 00 class 0x060000
    [ 0.249621] pci 0000:00:18.4: [1022:1704] type 00 class 0x060000
    [ 0.249665] pci 0000:00:18.5: [1022:1718] type 00 class 0x060000
    [ 0.249711] pci 0000:00:18.6: [1022:1716] type 00 class 0x060000
    [ 0.249755] pci 0000:00:18.7: [1022:1719] type 00 class 0x060000
    [ 0.249928] pci 0000:00:04.0: PCI bridge to [bus 01]
    [ 0.250055] pci 0000:00:14.4: PCI bridge to [bus 02] (subtractive decode)
    [ 0.250067] pci 0000:00:14.4: bridge window [io 0x0000-0x03af] (subtractive decode)
    [ 0.250070] pci 0000:00:14.4: bridge window [io 0x03e0-0x0cf7] (subtractive decode)
    [ 0.250074] pci 0000:00:14.4: bridge window [io 0x03b0-0x03df] (subtractive decode)
    [ 0.250077] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.250080] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.250083] pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
    [ 0.250086] pci 0000:00:14.4: bridge window [mem 0xc0000000-0xffffffff] (subtractive decode)
    [ 0.250216] pci 0000:03:00.0: [14e4:4727] type 00 class 0x028000
    [ 0.250259] pci 0000:03:00.0: reg 10: [mem 0xfea00000-0xfea03fff 64bit]
    [ 0.250422] pci 0000:03:00.0: supports D1 D2
    [ 0.250425] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
    [ 0.252383] pci 0000:00:15.0: PCI bridge to [bus 03]
    [ 0.252400] pci 0000:00:15.0: bridge window [mem 0xfea00000-0xfeafffff]
    [ 0.252481] pci 0000:00:15.1: PCI bridge to [bus 04]
    [ 0.252587] pci 0000:05:00.0: [10ec:8168] type 00 class 0x020000
    [ 0.252610] pci 0000:05:00.0: reg 10: [io 0xe000-0xe0ff]
    [ 0.252649] pci 0000:05:00.0: reg 18: [mem 0xd0004000-0xd0004fff 64bit pref]
    [ 0.252674] pci 0000:05:00.0: reg 20: [mem 0xd0000000-0xd0003fff 64bit pref]
    [ 0.252777] pci 0000:05:00.0: supports D1 D2
    [ 0.252780] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.254339] pci 0000:00:15.2: PCI bridge to [bus 05]
    [ 0.254353] pci 0000:00:15.2: bridge window [io 0xe000-0xefff]
    [ 0.254369] pci 0000:00:15.2: bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
    [ 0.254451] pci 0000:00:15.3: PCI bridge to [bus 06]
    [ 0.254501] pci_bus 0000:00: on NUMA node 0
    [ 0.254602] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PE20._PRT]
    [ 0.254674] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PE21._PRT]
    [ 0.254726] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PE22._PRT]
    [ 0.254777] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PE23._PRT]
    [ 0.254856] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE4._PRT]
    [ 0.254913] pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM
    [ 0.254916] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08)
    [ 0.259554] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 10 11 14 15) *0
    [ 0.259704] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 11 14 15) *0
    [ 0.259814] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 10 11 14 15) *0
    [ 0.259920] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 7 10 11 14 15) *0
    [ 0.260007] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 10 11 14 15) *0
    [ 0.260075] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 7 10 11 14 15) *0
    [ 0.260142] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 7 10 11 14 15) *0
    [ 0.260210] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 10 11 14 15) *0
    [ 0.260719] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.260732] vgaarb: loaded
    [ 0.260733] vgaarb: bridge control possible 0000:00:01.0
    [ 0.261239] ACPI: bus type usb registered
    [ 0.261372] usbcore: registered new interface driver usbfs
    [ 0.261438] usbcore: registered new interface driver hub
    [ 0.261565] usbcore: registered new device driver usb
    [ 0.262092] PCI: Using ACPI for IRQ routing
    [ 0.273018] PCI: pci_cache_line_size set to 64 bytes
    [ 0.273142] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
    [ 0.273146] e820: reserve RAM buffer [mem 0xafaf7000-0xafffffff]
    [ 0.273149] e820: reserve RAM buffer [mem 0xafb54000-0xafffffff]
    [ 0.273151] e820: reserve RAM buffer [mem 0xafd47000-0xafffffff]
    [ 0.273154] e820: reserve RAM buffer [mem 0xaff00000-0xafffffff]
    [ 0.273543] NetLabel: Initializing
    [ 0.273546] NetLabel: domain hash size = 128
    [ 0.273547] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.273565] NetLabel: unlabeled traffic allowed by default
    [ 0.273680] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [ 0.273687] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
    [ 0.275723] Switching to clocksource hpet
    [ 0.281493] pnp: PnP ACPI init
    [ 0.281511] ACPI: bus type pnp registered
    [ 0.281854] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.281861] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.282965] system 00:01: [io 0x040b] has been reserved
    [ 0.282969] system 00:01: [io 0x04d6] has been reserved
    [ 0.282972] system 00:01: [io 0x0c00-0x0c01] has been reserved
    [ 0.282979] system 00:01: [io 0x0c14] has been reserved
    [ 0.282984] system 00:01: [io 0x0c50-0x0c51] has been reserved
    [ 0.282987] system 00:01: [io 0x0c52] has been reserved
    [ 0.282990] system 00:01: [io 0x0c6c] has been reserved
    [ 0.282994] system 00:01: [io 0x0c6f] has been reserved
    [ 0.282997] system 00:01: [io 0x0cd0-0x0cd1] has been reserved
    [ 0.283000] system 00:01: [io 0x0cd2-0x0cd3] has been reserved
    [ 0.283004] system 00:01: [io 0x0cd4-0x0cd5] has been reserved
    [ 0.283007] system 00:01: [io 0x0cd6-0x0cd7] has been reserved
    [ 0.283010] system 00:01: [io 0x0cd8-0x0cdf] has been reserved
    [ 0.283014] system 00:01: [io 0x0800-0x089f] has been reserved
    [ 0.283017] system 00:01: [io 0x0b20-0x0b3f] has been reserved
    [ 0.283020] system 00:01: [io 0x0900-0x090f] has been reserved
    [ 0.283024] system 00:01: [io 0x0910-0x091f] has been reserved
    [ 0.283027] system 00:01: [io 0xfe00-0xfefe] has been reserved
    [ 0.283033] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.283037] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.283041] system 00:01: [mem 0xfed80000-0xfed8ffff] has been reserved
    [ 0.283045] system 00:01: [mem 0xfed61000-0xfed70fff] has been reserved
    [ 0.283049] system 00:01: [mem 0xfec10000-0xfec10fff] has been reserved
    [ 0.283054] system 00:01: [mem 0xfed00000-0xfed00fff] has been reserved
    [ 0.283057] system 00:01: [mem 0xffe00000-0xffffffff] has been reserved
    [ 0.283062] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.283085] pnp 00:02: [dma 4]
    [ 0.283236] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.283356] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.283484] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.283686] system 00:05: [io 0x04d0-0x04d1] has been reserved
    [ 0.283691] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.283937] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.284106] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.284264] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
    [ 0.284487] pnp 00:09: Plug and Play ACPI device, IDs ETD0b00 SYN0002 PNP0f13 (active)
    [ 0.285108] system 00:0a: [mem 0xb0000000-0xbfffffff] has been reserved
    [ 0.285113] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.297800] pnp 00:0b: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.297811] pnp: PnP ACPI: found 12 devices
    [ 0.297813] ACPI: ACPI bus type pnp unregistered
    [ 0.303106] pci 0000:00:04.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
    [ 0.303114] pci 0000:00:04.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
    [ 0.303119] pci 0000:00:04.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000
    [ 0.303173] pci 0000:00:15.0: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
    [ 0.303178] pci 0000:00:15.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
    [ 0.303192] pci 0000:00:15.1: bridge window [io 0x1000-0x0fff] to [bus 04] add_size 1000
    [ 0.303196] pci 0000:00:15.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000
    [ 0.303200] pci 0000:00:15.1: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000
    [ 0.303213] pci 0000:00:15.2: bridge window [mem 0x00100000-0x000fffff] to [bus 05] add_size 400000
    [ 0.303226] pci 0000:00:15.3: bridge window [io 0x1000-0x0fff] to [bus 06] add_size 1000
    [ 0.303230] pci 0000:00:15.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 06] add_size 200000
    [ 0.303234] pci 0000:00:15.3: bridge window [mem 0x00100000-0x000fffff] to [bus 06] add_size 200000
    [ 0.303253] pci 0000:00:04.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [ 0.303257] pci 0000:00:04.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.303261] pci 0000:00:15.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.303264] pci 0000:00:15.1: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [ 0.303268] pci 0000:00:15.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.303271] pci 0000:00:15.2: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 400000
    [ 0.303275] pci 0000:00:15.3: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [ 0.303278] pci 0000:00:15.3: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.303281] pci 0000:00:04.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.303285] pci 0000:00:15.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.303288] pci 0000:00:15.1: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.303291] pci 0000:00:15.3: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.303300] pci 0000:00:04.0: BAR 14: assigned [mem 0xd0100000-0xd02fffff]
    [ 0.303305] pci 0000:00:04.0: BAR 15: assigned [mem 0xd0300000-0xd04fffff 64bit pref]
    [ 0.303310] pci 0000:00:15.0: BAR 15: assigned [mem 0xd0500000-0xd06fffff 64bit pref]
    [ 0.303315] pci 0000:00:15.1: BAR 14: assigned [mem 0xd0700000-0xd08fffff]
    [ 0.303320] pci 0000:00:15.1: BAR 15: assigned [mem 0xd0900000-0xd0afffff 64bit pref]
    [ 0.303324] pci 0000:00:15.2: BAR 14: assigned [mem 0xd0b00000-0xd0efffff]
    [ 0.303328] pci 0000:00:15.3: BAR 14: assigned [mem 0xd0f00000-0xd10fffff]
    [ 0.303332] pci 0000:00:15.3: BAR 15: assigned [mem 0xd1100000-0xd12fffff 64bit pref]
    [ 0.303339] pci 0000:00:04.0: BAR 13: assigned [io 0x1000-0x1fff]
    [ 0.303345] pci 0000:00:15.0: BAR 13: assigned [io 0x2000-0x2fff]
    [ 0.303349] pci 0000:00:15.1: BAR 13: assigned [io 0x3000-0x3fff]
    [ 0.303354] pci 0000:00:15.3: BAR 13: assigned [io 0x4000-0x4fff]
    [ 0.303361] pci 0000:00:04.0: PCI bridge to [bus 01]
    [ 0.303367] pci 0000:00:04.0: bridge window [io 0x1000-0x1fff]
    [ 0.303373] pci 0000:00:04.0: bridge window [mem 0xd0100000-0xd02fffff]
    [ 0.303378] pci 0000:00:04.0: bridge window [mem 0xd0300000-0xd04fffff 64bit pref]
    [ 0.303385] pci 0000:00:14.4: PCI bridge to [bus 02]
    [ 0.303470] pci 0000:00:15.0: PCI bridge to [bus 03]
    [ 0.303474] pci 0000:00:15.0: bridge window [io 0x2000-0x2fff]
    [ 0.303481] pci 0000:00:15.0: bridge window [mem 0xfea00000-0xfeafffff]
    [ 0.303487] pci 0000:00:15.0: bridge window [mem 0xd0500000-0xd06fffff 64bit pref]
    [ 0.303495] pci 0000:00:15.1: PCI bridge to [bus 04]
    [ 0.303499] pci 0000:00:15.1: bridge window [io 0x3000-0x3fff]
    [ 0.303506] pci 0000:00:15.1: bridge window [mem 0xd0700000-0xd08fffff]
    [ 0.303512] pci 0000:00:15.1: bridge window [mem 0xd0900000-0xd0afffff 64bit pref]
    [ 0.303521] pci 0000:00:15.2: PCI bridge to [bus 05]
    [ 0.303525] pci 0000:00:15.2: bridge window [io 0xe000-0xefff]
    [ 0.303532] pci 0000:00:15.2: bridge window [mem 0xd0b00000-0xd0efffff]
    [ 0.303537] pci 0000:00:15.2: bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
    [ 0.303545] pci 0000:00:15.3: PCI bridge to [bus 06]
    [ 0.303549] pci 0000:00:15.3: bridge window [io 0x4000-0x4fff]
    [ 0.303557] pci 0000:00:15.3: bridge window [mem 0xd0f00000-0xd10fffff]
    [ 0.303562] pci 0000:00:15.3: bridge window [mem 0xd1100000-0xd12fffff 64bit pref]
    [ 0.303627] pci_bus 0000:00: resource 4 [io 0x0000-0x03af]
    [ 0.303631] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7]
    [ 0.303634] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df]
    [ 0.303637] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff]
    [ 0.303640] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff]
    [ 0.303643] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff]
    [ 0.303647] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xffffffff]
    [ 0.303650] pci_bus 0000:01: resource 0 [io 0x1000-0x1fff]
    [ 0.303653] pci_bus 0000:01: resource 1 [mem 0xd0100000-0xd02fffff]
    [ 0.303656] pci_bus 0000:01: resource 2 [mem 0xd0300000-0xd04fffff 64bit pref]
    [ 0.303660] pci_bus 0000:02: resource 4 [io 0x0000-0x03af]
    [ 0.303663] pci_bus 0000:02: resource 5 [io 0x03e0-0x0cf7]
    [ 0.303666] pci_bus 0000:02: resource 6 [io 0x03b0-0x03df]
    [ 0.303669] pci_bus 0000:02: resource 7 [io 0x0d00-0xffff]
    [ 0.303672] pci_bus 0000:02: resource 8 [mem 0x000a0000-0x000bffff]
    [ 0.303675] pci_bus 0000:02: resource 9 [mem 0x000c0000-0x000dffff]
    [ 0.303678] pci_bus 0000:02: resource 10 [mem 0xc0000000-0xffffffff]
    [ 0.303681] pci_bus 0000:03: resource 0 [io 0x2000-0x2fff]
    [ 0.303684] pci_bus 0000:03: resource 1 [mem 0xfea00000-0xfeafffff]
    [ 0.303687] pci_bus 0000:03: resource 2 [mem 0xd0500000-0xd06fffff 64bit pref]
    [ 0.303691] pci_bus 0000:04: resource 0 [io 0x3000-0x3fff]
    [ 0.303693] pci_bus 0000:04: resource 1 [mem 0xd0700000-0xd08fffff]
    [ 0.303752] pci_bus 0000:04: resource 2 [mem 0xd0900000-0xd0afffff 64bit pref]
    [ 0.303755] pci_bus 0000:05: resource 0 [io 0xe000-0xefff]
    [ 0.303758] pci_bus 0000:05: resource 1 [mem 0xd0b00000-0xd0efffff]
    [ 0.303761] pci_bus 0000:05: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
    [ 0.303765] pci_bus 0000:06: resource 0 [io 0x4000-0x4fff]
    [ 0.303768] pci_bus 0000:06: resource 1 [mem 0xd0f00000-0xd10fffff]
    [ 0.303771] pci_bus 0000:06: resource 2 [mem 0xd1100000-0xd12fffff 64bit pref]
    [ 0.303836] NET: Registered protocol family 2
    [ 0.304049] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
    [ 0.304316] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    [ 0.304574] TCP: Hash tables configured (established 32768 bind 32768)
    [ 0.304683] TCP: reno registered
    [ 0.304693] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.304845] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.305013] NET: Registered protocol family 1
    [ 0.305042] pci 0000:00:01.0: Boot video device
    [ 0.305384] PCI: CLS 64 bytes, default 64
    [ 0.305471] Unpacking initramfs...
    [ 0.400016] Freeing initrd memory: 2664k freed
    [ 0.401721] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.401733] software IO TLB [mem 0xabaf7000-0xafaf7000] (64MB) mapped at [ffff8800abaf7000-ffff8800afaf6fff]
    [ 0.401984] LVT offset 0 assigned for vector 0x400
    [ 0.402067] perf: AMD IBS detected (0x000000ff)
    [ 0.402950] audit: initializing netlink socket (disabled)
    [ 0.402971] type=2000 audit(1367137456.294:1): initialized
    [ 0.403912] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.410965] VFS: Disk quotas dquot_6.5.2
    [ 0.411207] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.411535] msgmni has been set to 7393
    [ 0.412281] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.412285] io scheduler noop registered
    [ 0.412287] io scheduler deadline registered
    [ 0.412295] io scheduler cfq registered
    [ 0.412435] io scheduler bfq registered (default)
    [ 0.413822] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [ 0.415487] Linux agpgart interface v0.103
    [ 0.415820] vesafb: mode is 1024x768x32, linelength=4096, pages=0
    [ 0.415822] vesafb: scrolling: redraw
    [ 0.415826] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
    [ 0.416298] vesafb: framebuffer at 0xc0000000, mapped to 0xffffc90010100000, using 3072k, total 3072k
    [ 0.477778] Console: switching to colour frame buffer device 128x48
    [ 0.530645] fb0: VESA VGA frame buffer device
    [ 0.530917] ACPI: acpi_idle registered with cpuidle
    [ 0.557297] GHES: HEST is not enabled!
    [ 0.557305] XENFS: not registering filesystem on non-xen platform
    [ 0.557737] libphy: Fixed MDIO Bus: probed
    [ 0.557999] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PSM1] at 0x60,0x64 irq 1,12
    [ 0.561580] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.561601] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.562037] mousedev: PS/2 mouse device common for all mice
    [ 0.562175] cpuidle: using governor ladder
    [ 0.562284] cpuidle: using governor menu
    [ 0.562288] ledtrig-cpu: registered to indicate activity on CPUs
    [ 0.562699] TCP: vegas registered
    [ 0.562701] TCP: yeah registered
    [ 0.562786] Key type dns_resolver registered
    [ 0.563728] registered taskstats version 1
    [ 0.564483] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.564936] powernow-k8: this CPU is not supported anymore, using acpi-cpufreq instead.
    [ 0.566831] acpi-cpufreq: overriding BIOS provided _PSD data
    [ 0.567786] Freeing unused kernel memory: 640k freed
    [ 0.568164] CFS CPU scheduler.
    [ 0.584465] systemd-udevd[507]: starting version 202
    [ 0.653357] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.655531] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 0.655963] ehci-pci: EHCI PCI platform driver
    [ 0.656097] ohci_hcd 0000:00:12.0: OHCI Host Controller
    [ 0.656109] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 1
    [ 0.656128] QUIRK: Enable AMD PLL fix
    [ 0.656224] ohci_hcd 0000:00:12.0: irq 18, io mem 0xfeb4c000
    [ 0.657747] SCSI subsystem initialized
    [ 0.661333] ACPI: bus type scsi registered
    [ 0.665103] libata version 3.00 loaded.
    [ 0.711249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
    [ 0.711257] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 0.711260] usb usb1: Product: OHCI Host Controller
    [ 0.711263] usb usb1: Manufacturer: Linux 3.8.8-1-lqx ohci_hcd
    [ 0.711266] usb usb1: SerialNumber: 0000:00:12.0
    [ 0.711963] hub 1-0:1.0: USB hub found
    [ 0.711978] hub 1-0:1.0: 5 ports detected
    [ 0.712324] ehci-pci 0000:00:12.2: EHCI Host Controller
    [ 0.712335] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 2
    [ 0.712343] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 0.712361] ehci-pci 0000:00:12.2: debug port 1
    [ 0.712428] ehci-pci 0000:00:12.2: irq 17, io mem 0xfeb4b000
    [ 0.718188] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
    [ 0.718242] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
    [ 0.718249] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 0.718255] usb usb2: Product: EHCI Host Controller
    [ 0.718260] usb usb2: Manufacturer: Linux 3.8.8-1-lqx ehci_hcd
    [ 0.718264] usb usb2: SerialNumber: 0000:00:12.2
    [ 0.718762] hub 2-0:1.0: USB hub found
    [ 0.718770] hub 2-0:1.0: 5 ports detected
    [ 0.719034] ehci-pci 0000:00:13.2: EHCI Host Controller
    [ 0.719043] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 3
    [ 0.719061] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 0.719099] ehci-pci 0000:00:13.2: debug port 1
    [ 0.719142] ehci-pci 0000:00:13.2: irq 17, io mem 0xfeb49000
    [ 0.725166] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
    [ 0.725211] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
    [ 0.725218] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 0.725224] usb usb3: Product: EHCI Host Controller
    [ 0.725230] usb usb3: Manufacturer: Linux 3.8.8-1-lqx ehci_hcd
    [ 0.725235] usb usb3: SerialNumber: 0000:00:13.2
    [ 0.725648] hub 3-0:1.0: USB hub found
    [ 0.725656] hub 3-0:1.0: 5 ports detected
    [ 0.725886] ahci 0000:00:11.0: version 3.0
    [ 0.726156] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
    [ 0.726162] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part
    [ 0.730354] scsi0 : ahci
    [ 0.730816] scsi1 : ahci
    [ 0.731197] scsi2 : ahci
    [ 0.731481] scsi3 : ahci
    [ 0.731816] scsi4 : ahci
    [ 0.732139] scsi5 : ahci
    [ 0.732460] ata1: SATA max UDMA/133 abar m1024@0xfeb4d000 port 0xfeb4d100 irq 19
    [ 0.732464] ata2: SATA max UDMA/133 abar m1024@0xfeb4d000 port 0xfeb4d180 irq 19
    [ 0.732468] ata3: SATA max UDMA/133 abar m1024@0xfeb4d000 port 0xfeb4d200 irq 19
    [ 0.732471] ata4: SATA max UDMA/133 abar m1024@0xfeb4d000 port 0xfeb4d280 irq 19
    [ 0.732475] ata5: SATA max UDMA/133 abar m1024@0xfeb4d000 port 0xfeb4d300 irq 19
    [ 0.732478] ata6: SATA max UDMA/133 abar m1024@0xfeb4d000 port 0xfeb4d380 irq 19
    [ 0.732661] ohci_hcd 0000:00:13.0: OHCI Host Controller
    [ 0.732683] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 4
    [ 0.732720] ohci_hcd 0000:00:13.0: irq 18, io mem 0xfeb4a000
    [ 0.787137] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
    [ 0.787142] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 0.787145] usb usb4: Product: OHCI Host Controller
    [ 0.787148] usb usb4: Manufacturer: Linux 3.8.8-1-lqx ohci_hcd
    [ 0.787151] usb usb4: SerialNumber: 0000:00:13.0
    [ 0.787659] hub 4-0:1.0: USB hub found
    [ 0.787670] hub 4-0:1.0: 5 ports detected
    [ 0.787909] ohci_hcd 0000:00:14.5: OHCI Host Controller
    [ 0.787918] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 5
    [ 0.787944] ohci_hcd 0000:00:14.5: irq 18, io mem 0xfeb48000
    [ 0.842042] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
    [ 0.842046] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 0.842049] usb usb5: Product: OHCI Host Controller
    [ 0.842052] usb usb5: Manufacturer: Linux 3.8.8-1-lqx ohci_hcd
    [ 0.842054] usb usb5: SerialNumber: 0000:00:14.5
    [ 0.842401] hub 5-0:1.0: USB hub found
    [ 0.842410] hub 5-0:1.0: 2 ports detected
    [ 1.036735] ata2: SATA link down (SStatus 0 SControl 300)
    [ 1.036809] ata3: SATA link down (SStatus 0 SControl 300)
    [ 1.037712] ata5: SATA link down (SStatus 0 SControl 300)
    [ 1.037754] ata4: SATA link down (SStatus 0 SControl 300)
    [ 1.037797] ata6: SATA link down (SStatus 0 SControl 300)
    [ 1.121601] usb 2-5: new high-speed USB device number 3 using ehci-pci
    [ 1.191503] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.197711] ata1.00: ATA-8: ST500LM012 HN-M500MBB, 2AR10002, max UDMA/133
    [ 1.197719] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 1.203906] ata1.00: configured for UDMA/133
    [ 1.204335] scsi 0:0:0:0: Direct-Access ATA ST500LM012 HN-M5 2AR1 PQ: 0 ANSI: 5
    [ 1.212034] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    [ 1.212041] sd 0:0:0:0: [sda] 4096-byte physical blocks
    [ 1.212125] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.212130] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.212166] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.239240] usb 2-5: New USB device found, idVendor=12d1, idProduct=1506
    [ 1.239251] usb 2-5: New USB device strings: Mfr=4, Product=3, SerialNumber=0
    [ 1.239257] usb 2-5: Product: HUAWEI Mobile
    [ 1.239263] usb 2-5: Manufacturer: Huawei Technologies
    [ 1.239601] sda: sda1 sda2 sda3 sda4
    [ 1.241058] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.248373] Initializing USB Mass Storage driver...
    [ 1.248653] scsi6 : usb-storage 2-5:1.5
    [ 1.249032] scsi7 : usb-storage 2-5:1.6
    [ 1.250887] usbcore: registered new interface driver usb-storage
    [ 1.250892] USB Mass Storage support registered.
    [ 1.346272] usb 3-4: new high-speed USB device number 2 using ehci-pci
    [ 1.402164] tsc: Refined TSC clocksource calibration: 1646.493 MHz
    [ 1.402180] Switching to clocksource tsc
    [ 1.463721] usb 3-4: New USB device found, idVendor=2232, idProduct=1020
    [ 1.463730] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [ 1.463737] usb 3-4: Product: WebCam SC-0311139N
    [ 1.463743] usb 3-4: Manufacturer: Image Processor
    [ 1.463748] usb 3-4: SerialNumber: SM3711
    [ 1.690741] usb 1-3: new full-speed USB device number 2 using ohci_hcd
    [ 1.847612] usb 1-3: New USB device found, idVendor=0a5c, idProduct=219c
    [ 1.847624] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [ 1.847631] usb 1-3: Product: Broadcom BCM2070 Bluetooth Device
    [ 1.847637] usb 1-3: Manufacturer: Broadcom Corp
    [ 1.847642] usb 1-3: SerialNumber: 30144A229E4B
    [ 2.058659] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
    [ 2.250157] scsi 6:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2
    [ 2.250876] scsi 7:0:0:0: Direct-Access HUAWEI TF CARD Storage PQ: 0 ANSI: 2
    [ 2.302154] sd 7:0:0:0: [sdb] Attached SCSI removable disk
    [ 2.827197] systemd[1]: systemd 202 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 3.065305] systemd[1]: Inserted module 'autofs4'
    [ 3.083044] systemd[1]: Set hostname to <REM>.
    [ 3.104478] systemd[1]: /etc/mtab is not a symlink or not pointing to /proc/self/mounts. This is not supported anymore. Please make sure to replace this file by a symlink to avoid incorrect or misleading mount(8) output.
    [ 3.673989] systemd[1]: logged here: 'Support for option SysVStartPriority= has been disabled at compile time and is ignored': 0
    [ 3.928323] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 3.928445] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 3.928473] systemd[1]: Starting Remote File Systems.
    [ 3.928499] systemd[1]: Reached target Remote File Systems.
    [ 3.928520] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 3.928571] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 3.928589] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 3.928636] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 3.928654] systemd[1]: Starting Delayed Shutdown Socket.
    [ 3.928708] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 3.928727] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 3.928777] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 3.928798] systemd[1]: Starting Encrypted Volumes.
    [ 3.928818] systemd[1]: Reached target Encrypted Volumes.
    [ 3.928949] systemd[1]: Starting udev Kernel Socket.
    [ 3.928994] systemd[1]: Listening on udev Kernel Socket.
    [ 3.929083] systemd[1]: Starting udev Control Socket.
    [ 3.929127] systemd[1]: Listening on udev Control Socket.
    [ 3.929179] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 3.929401] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 3.929433] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 3.929511] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 3.929537] systemd[1]: Starting Journal Socket.
    [ 3.929627] systemd[1]: Listening on Journal Socket.
    [ 3.929668] systemd[1]: Mounting Debug File System...
    [ 3.941501] systemd[1]: Starting Setup Virtual Console...
    [ 3.948777] systemd[1]: Starting udev Coldplug all Devices...
    [ 4.302692] systemd[1]: Started Set Up Additional Binary Formats.
    [ 4.302896] systemd[1]: Starting Create static device nodes in /dev...
    [ 4.311080] systemd[1]: Mounting Huge Pages File System...
    [ 4.333926] systemd[1]: Starting Apply Kernel Variables...
    [ 4.344029] systemd[1]: Starting Journal Service...
    [ 4.354053] systemd[1]: Started Journal Service.
    [ 4.354159] systemd[1]: Mounting POSIX Message Queue File System...
    [ 4.398484] systemd[1]: Starting Load Kernel Modules...
    [ 4.405897] systemd[1]: Expecting device dev-sda2.device...
    [ 4.405958] systemd[1]: Started File System Check on Root Device.
    [ 4.405985] systemd[1]: Mounting Temporary Directory...
    [ 4.444783] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 5.141813] EXT4-fs (sda3): re-mounted. Opts: data=ordered,commit=15
    [ 5.523573] vboxdrv: Found 2 processor cores.
    [ 5.523876] vboxdrv: fAsync=0 offMin=0x37b offMax=0x21cc
    [ 5.524228] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
    [ 5.524230] vboxdrv: Successfully loaded version 4.2.12_OSE (interface 0x001a0004).
    [ 5.585084] systemd-udevd[1417]: starting version 202
    [ 6.551072] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
    [ 6.551149] ACPI: Lid Switch [LID]
    [ 6.551279] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
    [ 6.551286] ACPI: Power Button [PWRB]
    [ 6.551432] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
    [ 6.551436] ACPI: Sleep Button [SLPB]
    [ 6.551556] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 6.551560] ACPI: Power Button [PWRF]
    [ 6.557442] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 6.570168] ACPI: AC Adapter [ADP1] (on-line)
    [ 6.576119] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
    [ 6.581379] acpi device:31: registered as cooling_device2
    [ 6.581414] ACPI: Video Device [VGA1] (multi-head: yes rom: no post: no)
    [ 6.581535] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input5
    [ 6.685232] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 6.685246] ACPI: Battery Slot [BAT1] (battery present)
    [ 6.830273] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    [ 6.830383] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 7.576782] [drm] Initialized drm 1.1.0 20060810
    [ 7.618495] [drm] VGACON disable radeon kernel modesetting.
    [ 7.620005] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 7.620007] [drm] No driver support for vblank timestamp query.
    [ 7.620012] [drm] Initialized radeon 1.33.0 20080528 for 0000:00:01.0 on minor 0
    [ 7.767784] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
    [ 7.767790] Disabling lock debugging due to kernel taint
    [ 7.783921] <6>[fglrx] Maximum main memory to use for locked dma buffers: 3540 MBytes.
    [ 7.784096] <6>[fglrx] vendor: 1002 device: 9806 count: 1
    [ 7.784621] <6>[fglrx] ioport: bar 1, base 0xf000, size: 0x100
    [ 7.785024] <6>[fglrx] Kernel PAT support is enabled
    [ 7.785057] <6>[fglrx] module loaded - fglrx 9.1.11 [Dec 19 2012] with 1 minors
    [ 8.571990] Adding 4194300k swap on /dev/sda2. Priority:-1 extents:1 across:4194300k
    [ 10.299762] input: PC Speaker as /devices/platform/pcspkr/input/input6
    [ 10.935682] psmouse serio1: elantech: assuming hardware version 3 (with firmware version 0x450f00)
    [ 10.950057] psmouse serio1: elantech: Synaptics capabilities query result 0x08, 0x16, 0x0a.
    [ 11.022649] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input7
    [ 11.032941] microcode: CPU0: patch_level=0x05000101
    [ 14.667774] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
    [ 14.684494] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
    [ 14.684678] sp5100_tco: PCI Revision ID: 0x42
    [ 14.684818] sp5100_tco: Using 0xfed80b00 for watchdog MMIO address
    [ 14.684869] sp5100_tco: Last reboot was not triggered by watchdog.
    [ 14.685016] sp5100_tco: initialized (0xffffc9000003eb00). heartbeat=60 sec (nowayout=0)
    [ 14.913699] systemd-logind[1501]: Watching system buttons on /dev/input/event1 (Lid Switch)
    [ 14.914754] systemd-logind[1501]: Watching system buttons on /dev/input/event2 (Power Button)
    [ 14.915967] systemd-logind[1501]: Watching system buttons on /dev/input/event3 (Sleep Button)
    [ 14.916946] systemd-logind[1501]: Watching system buttons on /dev/input/event4 (Power Button)
    [ 14.925385] systemd-logind[1501]: Watching system buttons on /dev/input/event5 (Video Bus)
    [ 14.993314] microcode: failed to load file amd-ucode/microcode_amd.bin
    [ 14.993343] microcode: CPU1: patch_level=0x05000101
    [ 14.994827] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 15.200573] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 15.200964] r8169 0000:05:00.0: irq 40 for MSI/MSI-X
    [ 15.204405] r8169 0000:05:00.0 eth0: RTL8168evl/8111evl at 0xffffc90000034000, 50:b7:c3:02:d7:05, XID 0c900800 IRQ 40
    [ 15.204413] r8169 0000:05:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
    [ 15.290455] systemd-udevd[1420]: renamed network interface eth0 to enp5s0
    [ 15.292678] systemd-sysctl[2033]: Duplicate assignment of kernel/sysrq in file '/usr/lib/sysctl.d/50-default.conf', ignoring.
    [ 15.404438] samsung_laptop: detected SABI interface: SwSmi@
    [ 15.404444] samsung_laptop: Backlight controlled by ACPI video driver
    [ 15.452716] fglrx_pci 0000:00:01.0: irq 41 for MSI/MSI-X
    [ 15.453760] <6>[fglrx] Firegl kernel thread PID: 2044
    [ 15.453957] <6>[fglrx] Firegl kernel thread PID: 2045
    [ 15.454361] <6>[fglrx] Firegl kernel thread PID: 2046
    [ 15.454513] <6>[fglrx] IRQ 41 Enabled
    [ 15.459141] <6>[fglrx] Gart USWC size:1156 M.
    [ 15.459145] <6>[fglrx] Gart cacheable size:458 M.
    [ 15.459152] <6>[fglrx] Reserved FB block: Shared offset:0, size:1000000
    [ 15.459154] <6>[fglrx] Reserved FB block: Unshared offset:fc54000, size:3a0000
    [ 15.459157] <6>[fglrx] Reserved FB block: Unshared offset:fff4000, size:c000
    [ 15.461998] systemd-sysctl[2047]: Duplicate assignment of kernel/sysrq in file '/usr/lib/sysctl.d/50-default.conf', ignoring.
    [ 15.698292] <6>[fglrx] ATIF platform detected with notification ID: 0x81
    [ 16.424442] kvm: Nested Virtualization enabled
    [ 16.424448] kvm: Nested Paging enabled
    [ 16.499708] cfg80211: Calling CRDA to update world regulatory domain
    [ 16.716267] Bluetooth: Core ver 2.16
    [ 16.718230] NET: Registered protocol family 31
    [ 16.718232] Bluetooth: HCI device and connection manager initialized
    [ 16.718245] Bluetooth: HCI socket layer initialized
    [ 16.718249] Bluetooth: L2CAP socket layer initialized
    [ 16.718259] Bluetooth: SCO socket layer initialized
    [ 16.733212] media: Linux media interface: v0.10
    [ 16.782160] lib80211: common routines for IEEE802.11 drivers
    [ 16.782166] lib80211_crypt: registered algorithm 'NULL'
    [ 16.784149] Linux video capture interface: v2.00
    [ 16.815091] usbcore: registered new interface driver usbserial
    [ 16.816124] usbcore: registered new interface driver usbserial_generic
    [ 16.817094] usbserial: USB Serial support registered for generic
    [ 16.906678] usbcore: registered new interface driver option
    [ 16.909342] usbserial: USB Serial support registered for GSM modem (1-port)
    [ 16.909431] option 2-5:1.0: GSM modem (1-port) converter detected
    [ 16.912145] usb 2-5: GSM modem (1-port) converter now attached to ttyUSB0
    [ 16.912225] option 2-5:1.3: GSM modem (1-port) converter detected
    [ 16.915130] usb 2-5: GSM modem (1-port) converter now attached to ttyUSB1
    [ 16.915190] option 2-5:1.4: GSM modem (1-port) converter detected
    [ 16.921982] usb 2-5: GSM modem (1-port) converter now attached to ttyUSB2
    [ 16.986926] systemd-udevd[1427]: error opening ATTR{/sys/devices/pci0000:00/0000:00:12.2/usb2/2-5/2-5:1.5/host6/scsi_host/host6/link_power_management_policy} for writing: No such file or directory
    [ 16.988089] uvcvideo: Found UVC 1.00 device WebCam SC-0311139N (2232:1020)
    [ 16.993277] systemd-udevd[1428]: error opening ATTR{/sys/devices/pci0000:00/0000:00:12.2/usb2/2-5/2-5:1.6/host7/scsi_host/host7/link_power_management_policy} for writing: No such file or directory
    [ 17.002663] input: WebCam SC-0311139N as /devices/pci0000:00/0000:00:13.2/usb3/3-4/3-4:1.0/input/input8
    [ 17.011802] usbcore: registered new interface driver uvcvideo
    [ 17.011808] USB Video Class driver (1.1.1)
    [ 17.036157] snd_hda_intel 0000:00:01.1: irq 42 for MSI/MSI-X
    [ 17.055032] usbcore: registered new interface driver cdc_wdm
    [ 17.076782] qmi_wwan 2-5:1.1: cdc-wdm0: USB WDM device
    [ 17.085492] qmi_wwan 2-5:1.1 wwan0: register 'qmi_wwan' at usb-0000:00:12.2-5, WWAN/QMI device, 02:50:f3:00:00:00
    [ 17.088340] usbcore: registered new interface driver qmi_wwan
    [ 17.173910] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input9
    [ 17.402599] INFO @wl_cfg80211_attach : Registered CFG80211 phy
    [ 17.546699] input: HDA ATI SB Mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input10
    [ 17.549997] input: HDA ATI SB Headphone as /devices/pci0000:00/0000:00:14.2/sound/card1/input11
    [ 17.554480] lib80211_crypt: registered algorithm 'TKIP'
    [ 17.557087] eth0: Broadcom BCM4727 802.11 Hybrid Wireless Controller 5.100.82.112
    [ 17.587070] sr0: scsi-1 drive
    [ 17.587077] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 17.590908] sr 6:0:0:0: Attached scsi CD-ROM sr0
    [ 17.764781] systemd-udevd[1426]: renamed network interface wwan0 to wwp0s18f2u5i1
    [ 17.767245] systemd-sysctl[2747]: Duplicate assignment of kernel/sysrq in file '/usr/lib/sysctl.d/50-default.conf', ignoring.
    [ 17.772802] systemd-udevd[1427]: renamed network interface eth0 to wlp3s0
    [ 17.776265] systemd-sysctl[2756]: Duplicate assignment of kernel/sysrq in file '/usr/lib/sysctl.d/50-default.conf', ignoring.
    [ 17.780048] systemd-sysctl[2755]: Duplicate assignment of kernel/sysrq in file '/usr/lib/sysctl.d/50-default.conf', ignoring.
    [ 17.786438] systemd-sysctl[2759]: Duplicate assignment of kernel/sysrq in file '/usr/lib/sysctl.d/50-default.conf', ignoring.
    [ 18.086526] usbcore: registered new interface driver btusb
    [ 18.769655] ACPI Error: Needed [Integer/String/Buffer], found [Reference] ffff880136590af8 (20121018/exresop-422)
    [ 18.769669] ACPI Exception: AE_AML_OPERAND_TYPE, While resolving operands for [OpcodeName unavailable] (20121018/dswexec-460)
    [ 18.769676] ACPI Error: Method parse/execution failed [\_SB_.PCI0.VGA_.AF03] (Node ffff88013b4343e8), AE_AML_OPERAND_TYPE (20121018/psparse-537)
    [ 18.769691] ACPI Error: Method parse/execution failed [\_SB_.PCI0.VGA_.ATIF] (Node ffff88013b434168), AE_AML_OPERAND_TYPE (20121018/psparse-537)
    [ 20.495319] vboxpci: IOMMU not found (not registered)
    [ 22.447778] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [ 22.447784] Bluetooth: BNEP filters: protocol multicast
    [ 22.447799] Bluetooth: BNEP socket layer initialized
    [ 22.595480] Bluetooth: RFCOMM TTY layer initialized
    [ 22.595500] Bluetooth: RFCOMM socket layer initialized
    [ 22.595502] Bluetooth: RFCOMM ver 1.11
    [ 24.407804] r8169 0000:05:00.0 enp5s0: link down
    [ 24.815261] NET: Registered protocol family 10
    [ 24.815665] IPv6: ADDRCONF(NETDEV_UP): enp5s0: link is not ready
    [ 31.811205] EXT4-fs (sda3): re-mounted. Opts: data=ordered,commit=15,commit=0
    [ 32.023742] WARNING! power/level is deprecated; use power/control instead
    [ 162.594332] fuse init (API version 7.20)
    [ 181.712247] xfce4-session[4386]: segfault at ffffffff00000000 ip 00007fe7c8be9537 sp 00007fffd9c3f2e0 error 5 in libglib-2.0.so.0.3600.1[7fe7c8b86000+fc000]
    [ 183.784141] <6>[fglrx] ATIF platform detected with notification ID: 0x81
    [ 184.997887] ACPI Error: Needed [Integer/String/Buffer], found [Reference] ffff88013aae2948 (20121018/exresop-422)
    [ 184.997901] ACPI Exception: AE_AML_OPERAND_TYPE, While resolving operands for [OpcodeName unavailable] (20121018/dswexec-460)
    [ 184.997908] ACPI Error: Method parse/execution failed [\_SB_.PCI0.VGA_.AF03] (Node ffff88013b4343e8), AE_AML_OPERAND_TYPE (20121018/psparse-537)
    [ 184.997923] ACPI Error: Method parse/execution failed [\_SB_.PCI0.VGA_.ATIF] (Node ffff88013b434168), AE_AML_OPERAND_TYPE (20121018/psparse-537)
    [ 405.815701] NET: Registered protocol family 17
    [ 1429.517360] xfce4-session[5257]: segfault at ffffffff00000000 ip 00007f53c2ee6537 sp 00007fff6060c2d0 error 5 in libglib-2.0.so.0.3600.1[7f53c2e83000+fc000]
    [ 1430.198201] EXT4-fs (sda3): re-mounted. Opts: data=ordered,commit=15,commit=600
    [ 1431.620829] EXT4-fs (sda3): re-mounted. Opts: data=ordered,commit=600,commit=600
    [ 1432.769216] <6>[fglrx] ATIF platform detected with notification ID: 0x81
    [ 1434.176644] ACPI Error: Needed [Integer/String/Buffer], found [Reference] ffff880136590360 (20121018/exresop-422)
    [ 1434.176667] ACPI Exception: AE_AML_OPERAND_TYPE, While resolving operands for [OpcodeName unavailable] (20121018/dswexec-460)
    [ 1434.176680] ACPI Error: Method parse/execution failed [\_SB_.PCI0.VGA_.AF03] (Node ffff88013b4343e8), AE_AML_OPERAND_TYPE (20121018/psparse-537)
    [ 1434.176709] ACPI Error: Method parse/execution failed [\_SB_.PCI0.VGA_.ATIF] (Node ffff88013b434168), AE_AML_OPERAND_TYPE (20121018/psparse-537)
    [ 1477.326788] usb 1-3: USB disconnect, device number 2
    Any help appreciated.
    Last edited by NinjaBus (2013-04-28 09:12:19)

    hadrons123 wrote:does it happen if you use the default arch kernel?
    Yes, it keeps happening even with the default kernel when I try to shut down/suspend the computer (Alt-F4 key combination). I've read on some russian forum that it's the problem in recently upgraded glib2 (as they think), however downgrade didn't help. I'll try to check whether xfce4-session is to blame.
    EDIT: It's definitely not xfce4-session, I tried previous version. Also, while running downgrade I saw that there is a newer version of glib2 in ARM, which is much more unstable, so I'm using 2.36.1-1.
    Last edited by NinjaBus (2013-04-28 15:49:59)

  • [Solved]Cannot startx on fresh install with xfce4 and nvidia-304xx-lts

    I just installed Arch base onto my system with my Nvidia GTS 250 Graphics card, however I am unable to start a x session after installing xfce4 and nvidia-304xx-lts followed by the command nvidia-xconfig and reboot.  When I try to issue startxfce4 I get an error pointing to /var/log/Xorg.0.log as follows
    [ 24.856]
    X.Org X Server 1.16.0
    Release Date: 2014-07-16
    [ 24.857] X Protocol Version 11, Revision 0
    [ 24.857] Build Operating System: Linux 3.15.5-2-ARCH x86_64
    [ 24.857] Current Operating System: Linux yte 3.16.2-1-ARCH #1 SMP PREEMPT Sat Sep 6 13:12:51 CEST 2014 x86_64
    [ 24.857] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda5
    [ 24.857] Build Date: 31 July 2014 11:53:19AM
    [ 24.857]
    [ 24.857] Current version of pixman: 0.32.6
    [ 24.858] Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
    [ 24.858] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 24.858] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Sep 17 21:49:53 2014
    [ 24.875] (==) Using config file: "/etc/X11/xorg.conf"
    [ 24.875] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 24.897] (==) ServerLayout "Layout0"
    [ 24.897] (**) |-->Screen "Screen0" (0)
    [ 24.897] (**) | |-->Monitor "Monitor0"
    [ 24.905] (**) | |-->Device "Device0"
    [ 24.905] (**) |-->Input Device "Keyboard0"
    [ 24.905] (**) |-->Input Device "Mouse0"
    [ 24.905] (==) Automatically adding devices
    [ 24.905] (==) Automatically enabling devices
    [ 24.905] (==) Automatically adding GPU devices
    [ 24.914] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 24.914] Entry deleted from font path.
    [ 24.914] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 24.914] Entry deleted from font path.
    [ 24.914] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 24.914] Entry deleted from font path.
    [ 24.914] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 24.914] Entry deleted from font path.
    [ 24.914] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 24.914] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 24.914] Entry deleted from font path.
    [ 24.914] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 24.914] (==) FontPath set to:
    /usr/share/fonts/misc/
    [ 24.914] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 24.914] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 24.914] (WW) Disabling Keyboard0
    [ 24.914] (WW) Disabling Mouse0
    [ 24.914] (II) Loader magic: 0x818d80
    [ 24.914] (II) Module ABI versions:
    [ 24.914] X.Org ANSI C Emulation: 0.4
    [ 24.914] X.Org Video Driver: 18.0
    [ 24.914] X.Org XInput driver : 21.0
    [ 24.914] X.Org Server Extension : 8.0
    [ 24.917] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
    [ 24.918] (--) PCI:*(0:4:0:0) 10de:0615:19f1:0d76 rev 162, Mem @ 0xfd000000/16777216, 0xd0000000/268435456, 0xfa000000/33554432, I/O @ 0x0000dc00/128, BIOS @ 0x????????/131072
    [ 24.918] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 24.919] (II) LoadModule: "glx"
    [ 24.953] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 25.974] (II) Module glx: vendor="NVIDIA Corporation"
    [ 25.974] compiled for 4.0.2, module version = 1.0.0
    [ 25.974] Module class: X.Org Server Extension
    [ 25.974] (II) NVIDIA GLX Module 304.123 Wed Jul 2 11:19:55 PDT 2014
    [ 25.974] (II) LoadModule: "nvidia"
    [ 25.974] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 26.027] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 26.027] compiled for 4.0.2, module version = 1.0.0
    [ 26.027] Module class: X.Org Video Driver
    [ 26.042] (EE) NVIDIA: Failed to load the NVIDIA kernel module. Please check your
    [ 26.042] (EE) NVIDIA: system's kernel log for additional error messages.
    [ 26.042] (II) UnloadModule: "nvidia"
    [ 26.042] (II) Unloading nvidia
    [ 26.042] (EE) Failed to load module "nvidia" (module-specific error, 0)
    [ 26.042] (EE) No drivers available.
    [ 26.042] (EE)
    Fatal server error:
    [ 26.042] (EE) no screens found(EE)
    [ 26.042] (EE)
    Please consult the The X.Org Foundation support
    at [url]http://wiki.x.org[/url]
    for help.
    [ 26.042] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 26.042] (EE)
    It apears to be trying to load various modules, first of which is my propietary nvidia driver which refers to the kernel log.  My dmesg looks like this:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.16.2-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.1 (GCC) ) #1 SMP PREEMPT Sat Sep 6 13:12:51 CEST 2014
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda5
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cff9ffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000cffa0000-0x00000000cffadfff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000cffae000-0x00000000cffdffff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000cffe0000-0x00000000cfffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fff00000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000012fffffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.5 present.
    [ 0.000000] DMI: HP-Pavilion FQ618AA-A2L a6734f/Benicia, BIOS 5.35 12/16/2008
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] AGP: No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x130000 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-DFFFF write-protect
    [ 0.000000] E0000-EFFFF write-through
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0D0000000 mask FF0000000 uncachable
    [ 0.000000] 1 base 0E0000000 mask FE0000000 uncachable
    [ 0.000000] 2 base 000000000 mask F00000000 write-back
    [ 0.000000] 3 base 100000000 mask FE0000000 write-back
    [ 0.000000] 4 base 120000000 mask FF0000000 write-back
    [ 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] e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0xcffa0 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8800000ff780]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b23000, 0x01b23fff] PGTABLE
    [ 0.000000] BRK [0x01b24000, 0x01b24fff] PGTABLE
    [ 0.000000] BRK [0x01b25000, 0x01b25fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x12fe00000-0x12fffffff]
    [ 0.000000] [mem 0x12fe00000-0x12fffffff] page 2M
    [ 0.000000] BRK [0x01b26000, 0x01b26fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x12c000000-0x12fdfffff]
    [ 0.000000] [mem 0x12c000000-0x12fdfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x12bffffff]
    [ 0.000000] [mem 0x100000000-0x12bffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0xcff9ffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0xcfdfffff] page 2M
    [ 0.000000] [mem 0xcfe00000-0xcff9ffff] page 4k
    [ 0.000000] RAMDISK: [mem 0x3798e000-0x37cbefff]
    [ 0.000000] ACPI: Early table checksum verification disabled
    [ 0.000000] ACPI: RSDP 0x00000000000FC440 000014 (v00 HPQOEM)
    [ 0.000000] ACPI: RSDT 0x00000000CFFA0000 000044 (v01 HPQOEM SLIC-CPC 20081216 MSFT 00000097)
    [ 0.000000] ACPI: FACP 0x00000000CFFA0200 000084 (v02 HPQOEM SLIC-CPC 20081216 MSFT 00000097)
    [ 0.000000] ACPI: DSDT 0x00000000CFFA0440 004E91 (v01 HPQOEM SLIC-CPC 00000000 INTL 20051117)
    [ 0.000000] ACPI: FACS 0x00000000CFFAE000 000040
    [ 0.000000] ACPI: APIC 0x00000000CFFA0390 00006C (v01 HPQOEM SLIC-CPC 20081216 MSFT 00000097)
    [ 0.000000] ACPI: MCFG 0x00000000CFFA0400 00003C (v01 HPQOEM SLIC-CPC 20081216 MSFT 00000097)
    [ 0.000000] ACPI: OEMB 0x00000000CFFAE040 000072 (v01 HPQOEM SLIC-CPC 20081216 MSFT 00000097)
    [ 0.000000] ACPI: HPET 0x00000000CFFA52E0 000038 (v01 HPQOEM SLIC-CPC 20081216 MSFT 00000097)
    [ 0.000000] ACPI: GSCI 0x00000000CFFAE0C0 002024 (v01 HPQOEM SLIC-CPC 20081216 MSFT 00000097)
    [ 0.000000] ACPI: SLIC 0x00000000CFFB00F0 000176 (v01 HPQOEM SLIC-CPC 00000001 MSFT 00000001)
    [ 0.000000] ACPI: SSDT 0x00000000CFFB14B0 00082F (v01 HPQOEM SLIC-CPC 00000012 INTL 20051117)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000012fffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x12fffffff]
    [ 0.000000] NODE_DATA [mem 0x12fff7000-0x12fffbfff]
    [ 0.000000] [ffffea0000000000-ffffea0004bfffff] PMD -> [ffff88012b600000-ffff88012f5fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x12fffffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009dfff]
    [ 0.000000] node 0: [mem 0x00100000-0xcff9ffff]
    [ 0.000000] node 0: [mem 0x100000000-0x12fffffff]
    [ 0.000000] On node 0 totalpages: 1048381
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3997 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 13247 pages used for memmap
    [ 0.000000] DMA32 zone: 847776 pages, LIFO batch:31
    [ 0.000000] Normal zone: 3072 pages used for memmap
    [ 0.000000] Normal zone: 196608 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 4, 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: 0x8086a301 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000e3fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e4000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcffa0000-0xcffadfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcffae000-0xcffdffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcffe0000-0xcfffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xd0000000-0xfedfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffefffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfff00000-0xffffffff]
    [ 0.000000] e820: [mem 0xd0000000-0xfedfffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88012fc00000 s86784 r8192 d23808 u524288
    [ 0.000000] pcpu-alloc: s86784 r8192 d23808 u524288 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1031977
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda5
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] AGP: Checking aperture...
    [ 0.000000] AGP: 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: 4046408K/4193524K available (5334K kernel code, 887K rwdata, 1688K rodata, 1128K init, 1164K bss, 147116K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [ 0.000000] NR_IRQS:8448 nr_irqs:712 16
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 16777216 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 failed
    [ 0.000000] tsc: PIT calibration matches HPET. 1 loops
    [ 0.000000] tsc: Detected 2333.276 MHz processor
    [ 0.006681] Calibrating delay loop (skipped), value calculated using timer frequency.. 4668.99 BogoMIPS (lpj=7777586)
    [ 0.006685] pid_max: default: 32768 minimum: 301
    [ 0.006695] ACPI: Core revision 20140424
    [ 0.012534] ACPI: All ACPI Tables successfully acquired
    [ 0.013368] Security Framework initialized
    [ 0.013377] Yama: becoming mindful.
    [ 0.013731] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.017212] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.017970] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.017980] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.018300] Initializing cgroup subsys memory
    [ 0.018326] Initializing cgroup subsys devices
    [ 0.018334] Initializing cgroup subsys freezer
    [ 0.018338] Initializing cgroup subsys net_cls
    [ 0.018344] Initializing cgroup subsys blkio
    [ 0.018375] CPU: Physical Processor ID: 0
    [ 0.018376] CPU: Processor Core ID: 0
    [ 0.018379] mce: CPU supports 6 MCE banks
    [ 0.018387] CPU0: Thermal monitoring enabled (TM2)
    [ 0.018394] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
    Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
    tlb_flushall_shift: -1
    [ 0.018487] Freeing SMP alternatives memory: 20K (ffffffff819f9000 - ffffffff819fe000)
    [ 0.019569] ftrace: allocating 20434 entries in 80 pages
    [ 0.027196] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.060221] smpboot: CPU0: Intel(R) Core(TM)2 Quad CPU Q8200 @ 2.33GHz (fam: 06, model: 17, stepping: 07)
    [ 0.063333] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
    [ 0.063333] ... version: 2
    [ 0.063333] ... bit width: 40
    [ 0.063333] ... generic registers: 2
    [ 0.063333] ... value mask: 000000ffffffffff
    [ 0.063333] ... max period: 000000007fffffff
    [ 0.063333] ... fixed-purpose events: 3
    [ 0.063333] ... event mask: 0000000700000003
    [ 0.076742] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.083412] x86: Booting SMP configuration:
    [ 0.083415] .... node #0, CPUs: #1 #2 #3
    [ 0.130014] x86: Booted up 1 node, 4 CPUs
    [ 0.130018] smpboot: Total of 4 processors activated (18673.96 BogoMIPS)
    [ 0.133346] devtmpfs: initialized
    [ 0.136924] PM: Registering ACPI NVS region [mem 0xcffae000-0xcffdffff] (204800 bytes)
    [ 0.137923] pinctrl core: initialized pinctrl subsystem
    [ 0.137968] RTC time: 1:49:28, date: 09/18/14
    [ 0.138025] NET: Registered protocol family 16
    [ 0.138158] cpuidle: using governor ladder
    [ 0.138160] cpuidle: using governor menu
    [ 0.138185] ACPI: bus type PCI registered
    [ 0.138187] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.138268] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.138270] PCI: not using MMCONFIG
    [ 0.138272] PCI: Using configuration type 1 for base access
    [ 0.153430] ACPI: Added _OSI(Module Device)
    [ 0.153430] ACPI: Added _OSI(Processor Device)
    [ 0.153430] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.153430] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.155075] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.157331] ACPI: Dynamic OEM Table Load:
    [ 0.157338] ACPI: SSDT 0xFFFF880129AB7600 0001F3 (v01 HPQOEM SLIC-CPC 00000011 INTL 20051117)
    [ 0.157716] ACPI: Dynamic OEM Table Load:
    [ 0.157721] ACPI: SSDT 0xFFFF880129AB7400 0001F3 (v01 HPQOEM SLIC-CPC 00000012 INTL 20051117)
    [ 0.158103] ACPI: Dynamic OEM Table Load:
    [ 0.158109] ACPI: SSDT 0xFFFF8801295D4000 0001F3 (v01 HPQOEM SLIC-CPC 00000012 INTL 20051117)
    [ 0.158489] ACPI: Dynamic OEM Table Load:
    [ 0.158494] ACPI: SSDT 0xFFFF8801295D4200 0001F3 (v01 HPQOEM SLIC-CPC 00000012 INTL 20051117)
    [ 0.158833] ACPI: Interpreter enabled
    [ 0.158843] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
    [ 0.158857] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.158859] ACPI: Using IOAPIC for interrupt routing
    [ 0.158879] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.159657] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [ 0.160132] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.165222] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.165228] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.165233] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
    [ 0.165516] PCI host bridge to bus 0000:00
    [ 0.165519] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.165522] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.165524] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.165526] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.165528] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
    [ 0.165530] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xdfffffff]
    [ 0.165532] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xffffffff]
    [ 0.165541] pci 0000:00:00.0: [8086:29c0] type 00 class 0x060000
    [ 0.165640] pci 0000:00:01.0: [8086:29c1] type 01 class 0x060400
    [ 0.165677] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.165716] pci 0000:00:01.0: System wakeup disabled by ACPI
    [ 0.165796] pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
    [ 0.165844] pci 0000:00:1a.0: reg 0x20: [io 0xb400-0xb41f]
    [ 0.165936] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 0.165991] pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
    [ 0.166039] pci 0000:00:1a.1: reg 0x20: [io 0xb480-0xb49f]
    [ 0.166130] pci 0000:00:1a.1: System wakeup disabled by ACPI
    [ 0.166194] pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
    [ 0.166216] pci 0000:00:1a.7: reg 0x10: [mem 0xf9efec00-0xf9efefff]
    [ 0.166307] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    [ 0.166350] pci 0000:00:1a.7: System wakeup disabled by ACPI
    [ 0.166407] pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300
    [ 0.166427] pci 0000:00:1b.0: reg 0x10: [mem 0xf9ef8000-0xf9efbfff 64bit]
    [ 0.166516] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.166616] pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
    [ 0.166706] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.166752] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 0.166807] pci 0000:00:1c.2: [8086:2944] type 01 class 0x060400
    [ 0.166899] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 0.166945] pci 0000:00:1c.2: System wakeup disabled by ACPI
    [ 0.167003] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
    [ 0.167049] pci 0000:00:1d.0: reg 0x20: [io 0xb800-0xb81f]
    [ 0.167139] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.167203] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
    [ 0.167250] pci 0000:00:1d.1: reg 0x20: [io 0xb880-0xb89f]
    [ 0.167339] pci 0000:00:1d.1: System wakeup disabled by ACPI
    [ 0.167392] pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
    [ 0.167439] pci 0000:00:1d.2: reg 0x20: [io 0xbc00-0xbc1f]
    [ 0.167528] pci 0000:00:1d.2: System wakeup disabled by ACPI
    [ 0.167580] pci 0000:00:1d.3: [8086:2939] type 00 class 0x0c0300
    [ 0.167627] pci 0000:00:1d.3: reg 0x20: [io 0xc000-0xc01f]
    [ 0.167719] pci 0000:00:1d.3: System wakeup disabled by ACPI
    [ 0.167782] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
    [ 0.167804] pci 0000:00:1d.7: reg 0x10: [mem 0xf9eff800-0xf9effbff]
    [ 0.167895] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.167938] pci 0000:00:1d.7: System wakeup disabled by ACPI
    [ 0.167989] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
    [ 0.168083] pci 0000:00:1e.0: System wakeup disabled by ACPI
    [ 0.168135] pci 0000:00:1f.0: [8086:2916] type 00 class 0x060100
    [ 0.168209] pci 0000:00:1f.0: can't claim BAR 13 [io 0x0800-0x087f]: address conflict with ACPI CPU throttle [io 0x0810-0x0815]
    [ 0.168214] pci 0000:00:1f.0: quirk: [io 0x0480-0x04bf] claimed by ICH6 GPIO
    [ 0.168217] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0a00 (mask 00ff)
    [ 0.168328] pci 0000:00:1f.2: [8086:2922] type 00 class 0x010601
    [ 0.168351] pci 0000:00:1f.2: reg 0x10: [io 0xc880-0xc887]
    [ 0.168361] pci 0000:00:1f.2: reg 0x14: [io 0xc800-0xc803]
    [ 0.168371] pci 0000:00:1f.2: reg 0x18: [io 0xc480-0xc487]
    [ 0.168381] pci 0000:00:1f.2: reg 0x1c: [io 0xc400-0xc403]
    [ 0.168390] pci 0000:00:1f.2: reg 0x20: [io 0xc080-0xc09f]
    [ 0.168400] pci 0000:00:1f.2: reg 0x24: [mem 0xf9eff000-0xf9eff7ff]
    [ 0.168458] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.168549] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
    [ 0.168567] pci 0000:00:1f.3: reg 0x10: [mem 0xf9effc00-0xf9effcff 64bit]
    [ 0.168592] pci 0000:00:1f.3: reg 0x20: [io 0x0400-0x041f]
    [ 0.168733] pci 0000:04:00.0: [10de:0615] type 00 class 0x030000
    [ 0.168748] pci 0000:04:00.0: reg 0x10: [mem 0xfd000000-0xfdffffff]
    [ 0.168761] pci 0000:04:00.0: reg 0x14: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.168774] pci 0000:04:00.0: reg 0x1c: [mem 0xfa000000-0xfbffffff 64bit]
    [ 0.168784] pci 0000:04:00.0: reg 0x24: [io 0xdc00-0xdc7f]
    [ 0.168793] pci 0000:04:00.0: reg 0x30: [mem 0xfeae0000-0xfeafffff pref]
    [ 0.168906] pci 0000:00:01.0: PCI bridge to [bus 04]
    [ 0.168909] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    [ 0.168912] pci 0000:00:01.0: bridge window [mem 0xfa000000-0xfeafffff]
    [ 0.168916] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.168982] pci 0000:00:1c.0: PCI bridge to [bus 03]
    [ 0.169127] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
    [ 0.169187] pci 0000:02:00.0: reg 0x10: [io 0xe800-0xe8ff]
    [ 0.169296] pci 0000:02:00.0: reg 0x18: [mem 0xfebff000-0xfebfffff 64bit]
    [ 0.169354] pci 0000:02:00.0: reg 0x20: [mem 0xf8ff0000-0xf8ffffff 64bit pref]
    [ 0.169397] pci 0000:02:00.0: reg 0x30: [mem 0xfebc0000-0xfebdffff pref]
    [ 0.169663] pci 0000:02:00.0: supports D1 D2
    [ 0.169665] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.169850] pci 0000:00:1c.2: PCI bridge to [bus 02]
    [ 0.169855] pci 0000:00:1c.2: bridge window [io 0xe000-0xefff]
    [ 0.169859] pci 0000:00:1c.2: bridge window [mem 0xfeb00000-0xfebfffff]
    [ 0.169866] pci 0000:00:1c.2: bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref]
    [ 0.169932] pci 0000:01:05.0: [11c1:5811] type 00 class 0x0c0010
    [ 0.169949] pci 0000:01:05.0: reg 0x10: [mem 0xf9fff000-0xf9ffffff]
    [ 0.170025] pci 0000:01:05.0: supports D1 D2
    [ 0.170028] pci 0000:01:05.0: PME# supported from D0 D1 D2 D3hot
    [ 0.170112] pci 0000:00:1e.0: PCI bridge to [bus 01] (subtractive decode)
    [ 0.170119] pci 0000:00:1e.0: bridge window [mem 0xf9f00000-0xf9ffffff]
    [ 0.170126] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.170128] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.170131] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.170133] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
    [ 0.170135] pci 0000:00:1e.0: bridge window [mem 0xd0000000-0xdfffffff] (subtractive decode)
    [ 0.170137] pci 0000:00:1e.0: bridge window [mem 0xf0000000-0xffffffff] (subtractive decode)
    [ 0.170715] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    [ 0.170769] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    [ 0.170823] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    [ 0.170875] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 12 14 *15)
    [ 0.170927] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 *4 5 6 7 10 11 12 14 15)
    [ 0.170983] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 *7 10 11 12 14 15)
    [ 0.171036] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 7 10 11 12 14 15)
    [ 0.171088] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 12 *14 15)
    [ 0.171151] ACPI: Enabled 2 GPEs in block 00 to 3F
    [ 0.171253] vgaarb: device added: PCI:0000:04:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.171253] vgaarb: loaded
    [ 0.171253] vgaarb: bridge control possible 0000:04:00.0
    [ 0.171253] PCI: Using ACPI for IRQ routing
    [ 0.179597] PCI: pci_cache_line_size set to 64 bytes
    [ 0.179658] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
    [ 0.179660] e820: reserve RAM buffer [mem 0xcffa0000-0xcfffffff]
    [ 0.179795] NetLabel: Initializing
    [ 0.179797] NetLabel: domain hash size = 128
    [ 0.179798] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.179813] NetLabel: unlabeled traffic allowed by default
    [ 0.179835] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    [ 0.179841] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    [ 0.179845] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    [ 0.181019] Switched to clocksource hpet
    [ 0.187008] pnp: PnP ACPI init
    [ 0.187030] ACPI: bus type PNP registered
    [ 0.187128] system 00:00: [mem 0xfed14000-0xfed19fff] has been reserved
    [ 0.187133] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.187213] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.187433] system 00:02: [io 0x04d0-0x04d1] has been reserved
    [ 0.187436] system 00:02: [io 0x0800-0x087f] could not be reserved
    [ 0.187438] system 00:02: [io 0x0480-0x04bf] has been reserved
    [ 0.187441] system 00:02: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.187444] system 00:02: [mem 0xfed20000-0xfed8ffff] has been reserved
    [ 0.187447] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.187548] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.187551] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.187555] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.187674] system 00:04: [io 0x0a00-0x0adf] has been reserved
    [ 0.187678] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.187756] system 00:05: [mem 0xffc00000-0xffefffff] has been reserved
    [ 0.187759] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.187825] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.187829] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.188006] system 00:07: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.188009] system 00:07: [mem 0x000c0000-0x000cffff] could not be reserved
    [ 0.188012] system 00:07: [mem 0x000e0000-0x000fffff] could not be reserved
    [ 0.188014] system 00:07: [mem 0x00100000-0xcfffffff] could not be reserved
    [ 0.188017] system 00:07: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.188133] pnp: PnP ACPI: found 8 devices
    [ 0.188135] ACPI: bus type PNP unregistered
    [ 0.197465] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
    [ 0.197469] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
    [ 0.197472] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 03] add_size 200000
    [ 0.197491] pci 0000:00:1f.0: BAR 13: [io 0x0800-0x087f] has bogus alignment
    [ 0.197494] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [ 0.197497] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.197499] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.197505] pci 0000:00:1c.0: BAR 14: assigned [mem 0xf0000000-0xf01fffff]
    [ 0.197510] pci 0000:00:1c.0: BAR 15: assigned [mem 0xf0200000-0xf03fffff 64bit pref]
    [ 0.197514] pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff]
    [ 0.197516] pci 0000:00:01.0: PCI bridge to [bus 04]
    [ 0.197519] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    [ 0.197522] pci 0000:00:01.0: bridge window [mem 0xfa000000-0xfeafffff]
    [ 0.197525] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.197529] pci 0000:00:1c.0: PCI bridge to [bus 03]
    [ 0.197532] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
    [ 0.197537] pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf01fffff]
    [ 0.197542] pci 0000:00:1c.0: bridge window [mem 0xf0200000-0xf03fffff 64bit pref]
    [ 0.197548] pci 0000:00:1c.2: PCI bridge to [bus 02]
    [ 0.197551] pci 0000:00:1c.2: bridge window [io 0xe000-0xefff]
    [ 0.197557] pci 0000:00:1c.2: bridge window [mem 0xfeb00000-0xfebfffff]
    [ 0.197561] pci 0000:00:1c.2: bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref]
    [ 0.197568] pci 0000:00:1e.0: PCI bridge to [bus 01]
    [ 0.197573] pci 0000:00:1e.0: bridge window [mem 0xf9f00000-0xf9ffffff]
    [ 0.197582] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.197585] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.197587] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.197589] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.197591] pci_bus 0000:00: resource 8 [mem 0xd0000000-0xdfffffff]
    [ 0.197593] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xffffffff]
    [ 0.197596] pci_bus 0000:04: resource 0 [io 0xd000-0xdfff]
    [ 0.197598] pci_bus 0000:04: resource 1 [mem 0xfa000000-0xfeafffff]
    [ 0.197600] pci_bus 0000:04: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.197602] pci_bus 0000:03: resource 0 [io 0x1000-0x1fff]
    [ 0.197604] pci_bus 0000:03: resource 1 [mem 0xf0000000-0xf01fffff]
    [ 0.197607] pci_bus 0000:03: resource 2 [mem 0xf0200000-0xf03fffff 64bit pref]
    [ 0.197609] pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
    [ 0.197611] pci_bus 0000:02: resource 1 [mem 0xfeb00000-0xfebfffff]
    [ 0.197613] pci_bus 0000:02: resource 2 [mem 0xf8f00000-0xf8ffffff 64bit pref]
    [ 0.197615] pci_bus 0000:01: resource 1 [mem 0xf9f00000-0xf9ffffff]
    [ 0.197618] pci_bus 0000:01: resource 4 [io 0x0000-0x0cf7]
    [ 0.197620] pci_bus 0000:01: resource 5 [io 0x0d00-0xffff]
    [ 0.197622] pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.197624] pci_bus 0000:01: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.197626] pci_bus 0000:01: resource 8 [mem 0xd0000000-0xdfffffff]
    [ 0.197628] pci_bus 0000:01: resource 9 [mem 0xf0000000-0xffffffff]
    [ 0.197657] NET: Registered protocol family 2
    [ 0.197878] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
    [ 0.197999] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    [ 0.198159] TCP: Hash tables configured (established 32768 bind 32768)
    [ 0.198193] TCP: reno registered
    [ 0.198203] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.198230] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.198298] NET: Registered protocol family 1
    [ 0.199202] pci 0000:04:00.0: Boot video device
    [ 0.199211] PCI: CLS 32 bytes, default 64
    [ 0.199266] Unpacking initramfs...
    [ 0.265035] Freeing initrd memory: 3268K (ffff88003798e000 - ffff880037cbf000)
    [ 0.265050] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.265053] software IO TLB [mem 0xcbfa0000-0xcffa0000] (64MB) mapped at [ffff8800cbfa0000-ffff8800cff9ffff]
    [ 0.265383] Scanning for low memory corruption every 60 seconds
    [ 0.265750] futex hash table entries: 1024 (order: 4, 65536 bytes)
    [ 0.266220] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.268226] zbud: loaded
    [ 0.268426] VFS: Disk quotas dquot_6.5.2
    [ 0.268472] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.268644] msgmni has been set to 7909
    [ 0.268709] Key type big_key registered
    [ 0.269063] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.269162] io scheduler noop registered
    [ 0.269165] io scheduler deadline registered
    [ 0.269227] io scheduler cfq registered (default)
    [ 0.269402] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.269456] pcieport 0000:00:1c.0: enabling device (0104 -> 0107)
    [ 0.269523] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
    [ 0.269664] pcieport 0000:00:1c.2: irq 42 for MSI/MSI-X
    [ 0.269772] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.269794] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.269839] intel_idle: does not run on family 6 model 23
    [ 0.269876] GHES: HEST is not enabled!
    [ 0.269980] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.270599] Linux agpgart interface v0.103
    [ 0.270658] rtc_cmos 00:01: RTC can wake from S4
    [ 0.270820] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
    [ 0.270850] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 0.270864] ledtrig-cpu: registered to indicate activity on CPUs
    [ 0.270984] TCP: cubic registered
    [ 0.271114] NET: Registered protocol family 10
    [ 0.271372] NET: Registered protocol family 17
    [ 0.271821] registered taskstats version 1
    [ 0.272365] Magic number: 14:261:812
    [ 0.272465] rtc_cmos 00:01: setting system clock to 2014-09-18 01:49:28 UTC (1411004968)
    [ 0.272539] PM: Hibernation image not present or could not be loaded.
    [ 0.273767] Freeing unused kernel memory: 1128K (ffffffff818df000 - ffffffff819f9000)
    [ 0.273769] Write protecting the kernel read-only data: 8192k
    [ 0.276140] Freeing unused kernel memory: 800K (ffff880001538000 - ffff880001600000)
    [ 0.277248] Freeing unused kernel memory: 360K (ffff8800017a6000 - ffff880001800000)
    [ 0.284774] random: systemd-tmpfile urandom read with 1 bits of entropy available
    [ 0.286420] systemd-udevd[59]: starting version 216
    [ 0.299539] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 0.302475] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.302536] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.305975] ACPI: bus type USB registered
    [ 0.306007] usbcore: registered new interface driver usbfs
    [ 0.306020] usbcore: registered new interface driver hub
    [ 0.306135] usbcore: registered new device driver usb
    [ 0.306716] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.307076] ehci-pci: EHCI PCI platform driver
    [ 0.307191] uhci_hcd: USB Universal Host Controller Interface driver
    [ 0.307253] ehci-pci 0000:00:1a.7: EHCI Host Controller
    [ 0.307261] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
    [ 0.307274] ehci-pci 0000:00:1a.7: debug port 1
    [ 0.311183] ehci-pci 0000:00:1a.7: cache line size of 32 is not supported
    [ 0.311202] ehci-pci 0000:00:1a.7: irq 18, io mem 0xf9efec00
    [ 0.315748] SCSI subsystem initialized
    [ 0.317397] libata version 3.00 loaded.
    [ 0.320025] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    [ 0.323598] hub 1-0:1.0: USB hub found
    [ 0.323608] hub 1-0:1.0: 4 ports detected
    [ 0.323904] ehci-pci 0000:00:1d.7: EHCI Host Controller
    [ 0.323911] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
    [ 0.323925] ehci-pci 0000:00:1d.7: debug port 1
    [ 0.327815] ehci-pci 0000:00:1d.7: cache line size of 32 is not supported
    [ 0.327834] ehci-pci 0000:00:1d.7: irq 23, io mem 0xf9eff800
    [ 0.336696] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 0.336926] hub 2-0:1.0: USB hub found
    [ 0.336936] hub 2-0:1.0: 8 ports detected
    [ 0.337334] uhci_hcd 0000:00:1a.0: UHCI Host Controller
    [ 0.337345] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    [ 0.337354] uhci_hcd 0000:00:1a.0: detected 2 ports
    [ 0.337394] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000b400
    [ 0.337866] hub 3-0:1.0: USB hub found
    [ 0.337875] hub 3-0:1.0: 2 ports detected
    [ 0.338094] uhci_hcd 0000:00:1a.1: UHCI Host Controller
    [ 0.338100] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
    [ 0.338107] uhci_hcd 0000:00:1a.1: detected 2 ports
    [ 0.338134] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000b480
    [ 0.338347] hub 4-0:1.0: USB hub found
    [ 0.338355] hub 4-0:1.0: 2 ports detected
    [ 0.338546] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 0.338553] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
    [ 0.338559] uhci_hcd 0000:00:1d.0: detected 2 ports
    [ 0.338578] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000b800
    [ 0.338786] hub 5-0:1.0: USB hub found
    [ 0.338794] hub 5-0:1.0: 2 ports detected
    [ 0.338981] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 0.338987] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
    [ 0.338993] uhci_hcd 0000:00:1d.1: detected 2 ports
    [ 0.339020] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000b880
    [ 0.339235] hub 6-0:1.0: USB hub found
    [ 0.339244] hub 6-0:1.0: 2 ports detected
    [ 0.339429] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 0.339435] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
    [ 0.339442] uhci_hcd 0000:00:1d.2: detected 2 ports
    [ 0.339460] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000bc00
    [ 0.339667] hub 7-0:1.0: USB hub found
    [ 0.339675] hub 7-0:1.0: 2 ports detected
    [ 0.339862] uhci_hcd 0000:00:1d.3: UHCI Host Controller
    [ 0.339870] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 8
    [ 0.339876] uhci_hcd 0000:00:1d.3: detected 2 ports
    [ 0.339894] uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000c000
    [ 0.340109] hub 8-0:1.0: USB hub found
    [ 0.340117] hub 8-0:1.0: 2 ports detected
    [ 0.340263] ahci 0000:00:1f.2: version 3.0
    [ 0.340410] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
    [ 0.340467] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
    [ 0.340515] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
    [ 0.340519] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc ems sxs
    [ 0.366734] firewire_ohci 0000:01:05.0: added OHCI v1.0 device as card 0, 8 IR + 8 IT contexts, quirks 0x0
    [ 0.374399] scsi0 : ahci
    [ 0.374615] scsi1 : ahci
    [ 0.374814] scsi2 : ahci
    [ 0.375005] scsi3 : ahci
    [ 0.375196] scsi4 : ahci
    [ 0.375388] scsi5 : ahci
    [ 0.375468] ata1: SATA max UDMA/133 abar m2048@0xf9eff000 port 0xf9eff100 irq 43
    [ 0.375472] ata2: SATA max UDMA/133 abar m2048@0xf9eff000 port 0xf9eff180 irq 43
    [ 0.375474] ata3: SATA max UDMA/133 abar m2048@0xf9eff000 port 0xf9eff200 irq 43
    [ 0.375477] ata4: SATA max UDMA/133 abar m2048@0xf9eff000 port 0xf9eff280 irq 43
    [ 0.375480] ata5: SATA max UDMA/133 abar m2048@0xf9eff000 port 0xf9eff300 irq 43
    [ 0.375482] ata6: SATA max UDMA/133 abar m2048@0xf9eff000 port 0xf9eff380 irq 43
    [ 0.630034] usb 1-2: new high-speed USB device number 2 using ehci-pci
    [ 0.693360] ata1: SATA link down (SStatus 0 SControl 300)
    [ 0.754296] hub 1-2:1.0: USB hub found
    [ 0.754373] hub 1-2:1.0: 7 ports detected
    [ 0.866772] firewire_core 0000:01:05.0: created device fw0: GUID 001e8c0001bb0f0a, S400
    [ 1.013360] ata2: SATA link down (SStatus 0 SControl 300)
    [ 1.266684] tsc: Refined TSC clocksource calibration: 2333.285 MHz
    [ 1.333363] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.336819] ata3.00: ATA-8: WDC WD10EARS-00MVWB0, 50.0AB50, max UDMA/133
    [ 1.336823] ata3.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
    [ 1.340399] ata3.00: configured for UDMA/133
    [ 1.340517] scsi 2:0:0:0: Direct-Access ATA WDC WD10EARS-00M AB50 PQ: 0 ANSI: 5
    [ 1.373365] usb 2-5: new high-speed USB device number 3 using ehci-pci
    [ 1.500038] usb-storage 2-5:1.0: USB Mass Storage device detected
    [ 1.500227] scsi6 : usb-storage 2-5:1.0
    [ 1.500322] usbcore: registered new interface driver usb-storage
    [ 1.500694] usbcore: registered new interface driver uas
    [ 1.660027] ata4: SATA link down (SStatus 0 SControl 300)
    [ 1.980028] usb 5-1: new full-speed USB device number 2 using uhci_hcd
    [ 1.980030] ata5: SATA link down (SStatus 0 SControl 300)
    [ 2.125620] usb 5-1: config 1 has an invalid descriptor of length 17, skipping remainder of the config
    [ 2.125624] usb 5-1: config 1 has 1 interface, different from the descriptor's value: 4
    [ 2.125628] usb 5-1: config 1 interface 0 altsetting 0 has 0 endpoint descriptors, different from the interface descriptor's value: 2
    [ 2.266750] Switched to clocksource tsc
    [ 2.370018] usb 4-1: new full-speed USB device number 2 using uhci_hcd
    [ 2.504151] scsi 6:0:0:0: Direct-Access Generic USB SD Reader 1.00 PQ: 0 ANSI: 0
    [ 2.504778] scsi 6:0:0:1: Direct-Access Generic USB CF Reader 1.01 PQ: 0 ANSI: 0
    [ 2.505402] scsi 6:0:0:2: Direct-Access Generic USB SM Reader 1.02 PQ: 0 ANSI: 0
    [ 2.506038] scsi 6:0:0:3: Direct-Access Generic USB MS Reader 1.03 PQ: 0 ANSI: 0
    [ 2.509294] sd 2:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    [ 2.509340] sd 2:0:0:0: [sda] Write Protect is off
    [ 2.509343] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 2.509363] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.515260] sd 6:0:0:0: [sdb] Attached SCSI removable disk
    [ 2.515889] sd 6:0:0:1: [sdc] Attached SCSI removable disk
    [ 2.516511] sd 6:0:0:2: [sdd] Attached SCSI removable disk
    [ 2.517136] sd 6:0:0:3: [sde] Attached SCSI removable disk
    [ 2.569106] sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
    [ 2.569597] sd 2:0:0:0: [sda] Attached SCSI disk
    [ 2.571450] hidraw: raw HID events driver (C) Jiri Kosina
    [ 2.586591] usbcore: registered new interface driver usbhid
    [ 2.586594] usbhid: USB HID core driver
    [ 2.587316] input: Logitech Gaming Mouse G600 as /devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1:1.0/0003:046D:C24A.0001/input/input2
    [ 2.587394] hid-generic 0003:046D:C24A.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech Gaming Mouse G600] on usb-0000:00:1a.1-1/input0
    [ 2.620024] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 2.621301] input: Logitech Gaming Mouse G600 as /devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1:1.1/0003:046D:C24A.0002/input/input3
    [ 2.621413] hid-generic 0003:046D:C24A.0002: input,hiddev0,hidraw1: USB HID v1.11 Keyboard [Logitech Gaming Mouse G600] on usb-0000:00:1a.1-1/input1
    [ 2.623705] ata6.00: ATAPI: HL-DT-ST BDDVDRW GBC-H20L, 1.B8, max UDMA/100
    [ 2.628682] ata6.00: configured for UDMA/100
    [ 2.741224] scsi 5:0:0:0: CD-ROM HL-DT-ST BDDVDRW GBC-H20L 1.B8 PQ: 0 ANSI: 5
    [ 2.796696] usb 8-2: new full-speed USB device number 2 using uhci_hcd
    [ 2.870295] sr0: scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 2.870300] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 2.870508] sr 5:0:0:0: Attached scsi CD-ROM sr0
    [ 2.983435] input: Logitech Logitech Illuminated Keyboard as /devices/pci0000:00/0000:00:1d.3/usb8/8-2/8-2:1.0/0003:046D:C318.0003/input/input4
    [ 2.983518] hid-generic 0003:046D:C318.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech Logitech Illuminated Keyboard] on usb-0000:00:1d.3-2/input0
    [ 2.987055] input: Logitech Logitech Illuminated Keyboard as /devices/pci0000:00/0000:00:1d.3/usb8/8-2/8-2:1.1/0003:046D:C318.0004/input/input5
    [ 2.987190] hid-generic 0003:046D:C318.0004: input,hiddev0,hidraw3: USB HID v1.11 Device [Logitech Logitech Illuminated Keyboard] on usb-0000:00:1d.3-2/input1
    [ 3.173499] usb 1-2.7: new high-speed USB device number 4 using ehci-pci
    [ 3.257551] hub 1-2.7:1.0: USB hub found
    [ 3.257622] hub 1-2.7:1.0: 4 ports detected
    [ 3.316702] floppy0: no floppy controllers found
    [ 3.830625] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
    [ 4.027733] random: nonblocking pool is initialized
    [ 4.403265] systemd[1]: systemd 216 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD -IDN )
    [ 4.403452] systemd[1]: Detected architecture 'x86-64'.
    [ 4.434571] systemd[1]: Set hostname to <yte>.
    [ 5.263934] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
    [ 5.264264] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 5.264322] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 5.264334] systemd[1]: Starting Remote File Systems.
    [ 5.264630] systemd[1]: Reached target Remote File Systems.
    [ 5.264663] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 5.265007] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 5.265025] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 5.265058] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 5.265067] systemd[1]: Starting Paths.
    [ 5.265331] systemd[1]: Reached target Paths.
    [ 5.265342] systemd[1]: Starting Encrypted Volumes.
    [ 5.265614] systemd[1]: Reached target Encrypted Volumes.
    [ 5.265625] systemd[1]: Expecting device dev-sda3.device...
    [ 5.265819] systemd[1]: Expecting device dev-sda6.device...
    [ 5.266013] systemd[1]: Starting Root Slice.
    [ 5.275815] systemd[1]: Created slice Root Slice.
    [ 5.275829] systemd[1]: Starting User and Session Slice.
    [ 5.276279] systemd[1]: Created slice User and Session Slice.
    [ 5.276291] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 5.276593] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 5.276604] systemd[1]: Starting Delayed Shutdown Socket.
    [ 5.276899] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 5.276910] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 5.277203] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 5.277213] systemd[1]: Starting Journal Socket (/dev/log).
    [ 5.277507] systemd[1]: Listening on Journal Socket (/dev/log).
    [ 5.277518] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 5.277808] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 5.277824] systemd[1]: Starting udev Kernel Socket.
    [ 5.278109] systemd[1]: Listening on udev Kernel Socket.
    [ 5.278123] systemd[1]: Starting udev Control Socket.
    [ 5.278410] systemd[1]: Listening on udev Control Socket.
    [ 5.278424] systemd[1]: Starting Journal Socket.
    [ 5.278716] systemd[1]: Listening on Journal Socket.
    [ 5.278736] systemd[1]: Starting System Slice.
    [ 5.279185] systemd[1]: Created slice System Slice.
    [ 5.279201] systemd[1]: Starting File System Check on Root Device...
    [ 5.279858] systemd[1]: Starting system-systemd\x2dfsck.slice.
    [ 5.280411] systemd[1]: Created slice system-systemd\x2dfsck.slice.
    [ 5.371945] systemd[1]: Mounting Temporary Directory...
    [ 5.379927] systemd[1]: Starting system-getty.slice.
    [ 5.380442] systemd[1]: Created slice system-getty.slice.
    [ 5.414498] systemd[1]: Starting Create list of required static device nodes for the current kernel...
    [ 5.477478] systemd[1]: Started Set Up Additional Binary Formats.
    [ 5.477515] systemd[1]: Mounting POSIX Message Queue File System...
    [ 5.503309] systemd[1]: Started Load Kernel Modules.
    [ 5.503363] systemd[1]: Starting Apply Kernel Variables...
    [ 5.504202] systemd[1]: Mounting Configuration File System...
    [ 5.504898] systemd[1]: Mounted FUSE Control File System.
    [ 5.504935] systemd[1]: Mounting Huge Pages File System...
    [ 5.505656] systemd[1]: Mounting Debug File System...
    [ 5.506353] systemd[1]: Starting Setup Virtual Console...
    [ 5.507155] systemd[1]: Starting udev Coldplug all Devices...
    [ 5.507863] systemd[1]: Starting Journal Service...
    [ 5.508912] systemd[1]: Started Journal Service.
    [ 5.600542] EXT4-fs (sda5): re-mounted. Opts: data=ordered
    [ 5.836201] systemd-udevd[175]: starting version 216
    [ 6.237023] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6
    [ 6.237029] ACPI: Power Button [PWRB]
    [ 6.237089] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
    [ 6.237092] ACPI: Power Button [PWRF]
    [ 6.393110] ACPI Warning: SystemIO range 0x0000000000000828-0x000000000000082f conflicts with OpRegion 0x0000000000000800-0x000000000000084f (\PMRG) (20140424/utaddress-258)
    [ 6.393118] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 6.393146] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 6.403316] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 6.624551] snd_hda_intel 0000:00:1b.0: irq 44 for MSI/MSI-X
    [ 6.697197] sound hdaudioC0D0: ALC1200: SKU not ready 0x411111f0
    [ 6.697713] sound hdaudioC0D0: autoconfig: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
    [ 6.697715] sound hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    [ 6.697718] sound hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
    [ 6.697720] sound hdaudioC0D0: mono: mono_out=0x0
    [ 6.697722] sound hdaudioC0D0: dig-out=0x11/0x1e
    [ 6.697724] sound hdaudioC0D0: inputs:
    [ 6.697726] sound hdaudioC0D0: Front Mic=0x19
    [ 6.697729] sound hdaudioC0D0: Rear Mic=0x18
    [ 6.697731] sound hdaudioC0D0: Line=0x1c
    [ 6.697732] sound hdaudioC0D0: dig-in=0x1f
    [ 6.702189] input: PC Speaker as /devices/platform/pcspkr/input/input9
    [ 6.709310] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
    [ 6.717944] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input8
    [ 6.718325] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
    [ 6.718367] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
    [ 6.718409] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
    [ 6.718451] input: HDA Intel Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
    [ 6.718493] input: HDA Intel Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
    [ 6.718576] input: HDA Intel Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
    [ 6.718699] input: HDA Intel Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
    [ 6.718743] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
    [ 6.728756] microcode: CPU0 sig=0x10677, pf=0x10, revision=0x705
    [ 6.780564] gpio_ich: GPIO from 195 to 255 on gpio_ich
    [ 6.802218] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 6.802227] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 6.802531] r8169 0000:02:00.0: irq 45 for MSI/MSI-X
    [ 6.802745] r8169 0000:02:00.0 eth0: RTL8168c/8111c at 0xffffc90010736000, 00:24:8c:13:67:78, XID 1c4000c0 IRQ 45
    [ 6.802748] r8169 0000:02:00.0 eth0: jumbo features [frames: 6128 bytes, tx checksumming: ko]
    [ 6.815163] microcode: CPU1 sig=0x10677, pf=0x10, revision=0x705
    [ 6.815200] microcode: CPU2 sig=0x10677, pf=0x10, revision=0x705
    [ 6.815216] microcode: CPU3 sig=0x10677, pf=0x10, revision=0x705
    [ 6.815650] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 6.852178] iTCO_vendor_support: vendor-support=0
    [ 6.951618] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
    [ 6.951664] iTCO_wdt: Found a ICH9R TCO device (Version=2, TCOBASE=0x0860)
    [ 6.952163] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 6.961276] systemd-udevd[183]: renamed network interface eth0 to enp2s0
    [ 6.962065] mousedev: PS/2 mouse device common for all mice
    [ 7.539521] Adding 4051964k swap on /dev/sda3. Priority:-1 extents:1 across:4051964k FS
    [ 8.405763] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: data=ordered
    [ 8.687024] systemd-journald[157]: Received request to flush runtime journal from PID 1
    [ 9.356701] floppy0: no floppy controllers found
    [ 10.274611] r8169 0000:02:00.0 enp2s0: link down
    [ 10.274665] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
    [ 11.871962] r8169 0000:02:00.0 enp2s0: link up
    [ 11.871971] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
    Due to the length of the above logs I looked for a option to upload them but could not find the button for this, my appologies.  Would anyone be able to see where I am going wrong?
    Last edited by meschael (2014-09-18 04:16:08)

    The first code block contains my Xorg.0.log however I just tryed modprove nvidia and recieved FATAL: Module nvidia not found. which I discovered was solved by someone here https://bbs.archlinux.org/viewtopic.php?pid=961852 however when I tryed to do a pacman -S nvidia nvidia-utils I get a unresolved confilict with nvidia-304xx-utils which after trying to remove with pacman -Rs shows dependencies with cario, Im not sure how far back I should start removing things to solve this conflict or how to go abouts solving it
    +++++++++
    Update: Solved
    +++++++++
    I did some more looking and found I could force the uninstall of nvidia-304xx-lts with pacman -Rdds nvidia-304xx-lts and after revisiting the Nvidia page on the wiki for the dozenth time I started thinking maybe I needed nvidia-304xx oposed to the lts release as google as kindly pointed out lts is long term support and maybe my kernel was not lts and thus conflicting.  This turned out to be the case, after removing the ofending lts version of the driver, replacing with the correct nvidia-304xx , another nvidia-xconfig and reboot followed by modprobe nvida and startxfce4 my wounderfull xfce is now running as I type this messsage in firefox.  Thank you for you help, as you asking about the modprobe output caused the chain of events leading to the success.
    Last edited by meschael (2014-09-18 04:15:30)

  • New install - starting xfce4 returns blank sreen.

    Hi All,
    I have just attempted my first Arch install, on a Toshiba Tecra A10 laptop.
    The install went through fine, after configuring the network I have updated the system successfully but I'm having a problem getting my DE running.
    I installed xfce via the following commands (as root)
    pacman -S xorg
    pacman -S xfce4
    pacman -S xfce4-goodies
    When I try to start xfce4 via "startxfce4" the screen goes blank (entire screen is black with two white underscore type things at the top of the page)
    I have tried to start xfce4 as a non root user (user created via "useradd -m -g users -G audio,lp,optical,storage,video,wheel,games,power,scanner -s /bin/bash hardeep" but that also returns the same blank screen.
    Using this same workflow I was able to get xfce4 running in Virtual Box so I assume the problem is with the video card drivers.
    I did try to install a video driver via:
    pacman -S xf86-video-nv (i'm pretty sure the Toshiba A10 has a Nvidia card)
    That didnt help, I also gave the generic vesa driver a go but again same problem.
    Any ideas on this would be much appreciated.
    thanks
    Hardeep

    Just out of curiosity, because I don't know XFCE well and so it probably won't work: did you try just starting it through "startx" instead of startxfce? Also, boot it with the nomodeset grub option and, if it still refuses to work, post the output of xorg.conf (if you have one, otherwise pastebin the Xorg.0.log)
    EDIT: please tell me you put the nv module to load in the MODULES section of rc.conf?
    EDIT2: Is THIS your computer? Because it has an intel graphics chip. If it is, problem solved...
    Last edited by admiralspark (2011-01-13 00:03:27)

  • 11.1.2: CVS extension?

    In the 11.1.2 Update Center, the CVS extension does not show up.
    Examining the center's xml file at http://www.oracle.com/ocom/groups/public/@otn/documents/webcontent/131167.xml I can see the extension, but it has a dependency to an extension named: "oracle.ojcvs".
    This extension is nowhere to be found.
    Installation of the extension from file also doesn't work, because the (oracle.ojcvs) extension is not installed in JDeveloper (which explains the CVS extension not showing up in the Update Center).
    So ... what happened to "oracle.ojcvs"?
    Sascha
    Edited by: Sascha Herrmann on Jun 9, 2011 7:58 AM
    Edited by: Sascha Herrmann on Jun 9, 2011 7:59 AM

    Fix is in the works now. It's available for 11.1.2.0.0 now, and should be available for 11.1.2.1.0 in about an hour.
    Sorry for missing this one again. I need to update the transfer templates so we don't continue to miss this new library.
    --jb                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Unable to build project after checkout from CVS

    When we import our java source files to the CVS module and later check the files out,
    we cannot compile the files using JDeveloper. We get the following error from JDeveloper in the messages window: Internal compiler error.
    We can, however, compile the source files using javac. Any ideas?
    Environment:
    Java IDE: Oracle 9i JDeveloper 9.0.2.829 running on Win2k, using Oracle OJVM
    CVS Server: CVS 1.11.2 running on Red Hat 8 (rsh enabled)
    CVS Client: JCVsII v.5.3.2 connecting using server mode

    When checking the module (files) out from CVS do you get the same number and content as the before the import.

  • Automated CVS reports download

    Hi...
    Some one must have hacked this issue ...
    I like to do a automated download of a cvs export file....
    I have tried using wget and curl from a linux command line but on luck until now.......
    Basicly what I like to get is the incomming mail summary from our M650 box and dynamic update a rrd-tool or mrtg graph on our intranet.
    https://m650.ironport.company.org/monitor_email/reports/overview?format=csv&sort_col_ss_0_0_1=MAIL_INCOMING_TRAFFIC_SUMMARY.BLOCKED_REPUTATION&report_query_id=mga_overview_incoming_mail_summary&date_range=current_day&sort_order_ss_0_0_1=desc&report_def_id=mga_overview
    How to doo this ?
    Is there otherways to get these information dynamic or automated ?
    what do you dooo ?????

    wget --no-check-certificate -O Overview_Incoming_Mail_Summary_RawData.csv "https://user:[email protected]/monitor_email/reports/overview?date_range=current_day&sort_col_ss_0_0_1=MAIL_INCOMING_TRAFFIC_SUMMARY.BLOCKED_REPUTATION&report_def_id=mga_overview&report_query_id=mga_overview_incoming_mail_summary&format=csv"
    thanks to other great post on the site arround downloading other stuff from a ironport server :-)
    :D

Maybe you are looking for