[solved] Compilation problems - virtualbox module with custom 2.6.37..

Hi all
I have some problems compiling the vbox drivers on my custom kernel26-n130 (http://aur.archlinux.org/packages.php?ID=32042). From /var/log/vbox-install.log:
gcc -Wp,-MD,/tmp/vbox.0/linux/.SUPDrv-linux.o.d  -nostdinc -isystem /usr/lib/gcc/i686-pc-linux-gnu/4.5.2/include -I/usr/src/linux-2.6.37-N130/arch/x86/include -Iinclude
In file included from include/linux/io.h:22:0,
                 from include/linux/pci.h:54,
                 from /tmp/vbox.0/r0drv/linux/the-linux-kernel.h:99,
                 from /tmp/vbox.0/linux/SUPDrv-linux.c:32:
/usr/src/linux-2.6.37-N130/arch/x86/include/asm/io.h:45:21: fatal error: xen/xen.h: No such file or directory
compilation terminated.
I built the kernel without xen support. It's the same config I used with 2.6.36.2. I found a similar problem here: https://bbs.archlinux.org/viewtopic.php … 61#p871261 . I did the same as .:B:. did and commented out the  "#include <xen/xen.h>" line in  the file mentioned above. Compilation  runs fine and virtualbox seems to run with the drivers compiled this way. Though I don't think this is a very elegant way.
Any other suggestions?
Vlad
PS: Sry for the noise!
Had to install the xen header file...
Last edited by DonVla (2011-01-08 16:26:36)

I found the solution on http://communities.vmware.com/thread/29 … 0&tstart=0
Linux x201 2.6.37-ARCH #1 SMP PREEMPT Fri Feb 18 16:58:42 UTC 2011 i686 Intel(R) Core(TM) i7 CPU M 620 @ 2.67GHz GenuineIntel GNU/Linux
VMware Workstation 7.1.3 build-324285

Similar Messages

  • [SOLVED] Cant rebuld vbox modules on custom kernel

    Im trying to rebuld the vbox modules for a custom kernel and I get this.
    [generic@ArchLinux ~]$ sudo vbox_build_module
    Password:
    Building vboxdrv for Linux 2.6.28-L1NUX
    make[1]: Entering directory `/opt/virtualbox/src/vboxdrv'
    for f in . linux r0drv r0drv/linux VBox common/err common/string common/log generic math/gcc; \
    do rm -f $f/*.o $f/.*.cmd $f/.*.flags; done
    rm -rf .vboxdrv* .tmp_ver* vboxdrv.* Module.symvers Modules.symvers modules.order
    make[1]: Leaving directory `/opt/virtualbox/src/vboxdrv'
    make[1]: Entering directory `/opt/virtualbox/src/vboxnetflt'
    for f in . linux r0drv r0drv/linux VBox common/err common/string common/log generic math/gcc; \
    do rm -f $f/*.o $f/.*.cmd $f/.*.flags; done
    rm -rf .vboxnetflt* .tmp_ver* vboxnetflt.* Modules.symvers modules.order
    make[1]: Leaving directory `/opt/virtualbox/src/vboxnetflt'
    rm -f vboxdrv.ko vboxnetflt.ko
    *** Building 'vboxdrv' module ***
    make[1]: Entering directory `/opt/virtualbox/src/vboxdrv'
    Makefile:143: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again. Stop.
    make[1]: Leaving directory `/opt/virtualbox/src/vboxdrv'
    make: *** [all] Error 2
    It says to specify the KERN DIR I searched on-line a some people said I should never have to do that. Will it solve my problem if I do? What do i specify it to?
    Last edited by generic_ (2009-05-15 03:12:39)

    I found out how to fix by editing the script  vbox_build_modules this is what mty script looks like if anyone wants it
    #!/bin/bash
    echo "Building vboxdrv for `uname -sr`"
    cd "/opt/virtualbox/src"
    export KERN_DIR=/usr/src/linux-2.6.29.3-IX
    make clean && make && make install

  • SE80 problem in ECC with custom function groups

    We are in the process of upgrading from 4.64 to ECC 6 and have encountered an unusual situation.
    When we bring up a custom function group in SE80, we can no longer see the custom includes in the include section.  We can see all other sections.  We can still use SE38 to look at an include.  The automatically-generated includes are there, such as the TOP, F01 and UXX, but see none of the ones that go with the function modules we've created.  When we look at the UXX include, we can see each of the function modules with the include it belongs to.  These are function groups that existed in the 4.64 system; they are not new to the ECC system.
    We've tried rebuilding the object list at the function group and package levels.  We receive no errors and the processes work fine.
    Maybe there is a setting somewhere that needs to be updated?

    See the solution that Srini has suggested in this thread
    OA Framework & JTT Request Parameters
    you need to use jtfcrmchrome.jsp to navigate between JTF and OA pages.
    Thanks
    Tapash

  • Geolocation stopped working in Firefox 24 after update (Win7 64). Downgraded to FF 23.0.1 solved the problem. Same with other FF installation at another PC.

    Visiting this page: https://developers.google.com/maps/documentation/javascript/examples/map-geolocation or any other website using geolocation to track my location, shows a blank map and no prompt "Share location: Allow, Block, Not now".
    This happened since upgrading to FF 24 (Desktop Win7 64). Downgrading to FF 23.0.1, solves the problem: FF prior to 24 supports geolocation with no problem. Tried in both my desktop and laptop with separate FF installations, using different plugins.
    Thank you in advance.
    [ NOTE: Now using Firefox 23.0.1, the problem only occurs after upgrading to Firefox 24 ]

    Still doesnt work in Firefox 24 or 25. Works like a charm in 23.0.1

  • [SOLVED] [no] Problem [at all] with NTFS after switch to systemd

    Hi.
    I've recently switched to systemd (thanks for this great Wiki page!). All is right except automount of NFTS partions. In old config, I don't have any entry in fstab, but there is a rule for udev:
    KERNEL!="sd[a-z][0-9]", GOTO="media_by_label_auto_mount_end"
    # Import FS infos
    IMPORT{program}="/sbin/blkid -o udev -p %N"
    # Get a label if present, otherwise specify one
    ENV{ID_FS_LABEL}!="", ENV{dir_name}="%E{ID_FS_LABEL}"
    ENV{ID_FS_LABEL}=="", ENV{dir_name}="usbhd-%k"
    # Global mount options
    ACTION=="add", ENV{mount_options}="relatime"
    # Filesystem-specific mount options
    #ACTION=="add", ENV{ID_FS_TYPE}=="vfat|ntfs", ENV{mount_options}="$env{mount_options},utf8,gid=100,umask=002"
    ACTION=="add", ENV{ID_FS_TYPE}=="vfat|ntfs", ENV{mount_options}="$env{mount_options},utf8,gid=100,uid=fran,umask=000"
    # Mount the device
    #ACTION=="add", RUN+="/bin/mkdir -p /media/%E{dir_name}", RUN+="/bin/mount -o $env{mount_options} /dev/%k /media/%E{dir_name}"
    ACTION=="add", RUN+="/bin/mkdir -p /media/%E{dir_name}", RUN+="/bin/mount -t ntfs-3g -o $env{mount_options} /dev/%k /media/%E{dir_name}"
    # Clean up after removal
    ACTION=="remove", ENV{dir_name}!="", RUN+="/bin/umount -l /media/%E{dir_name}", RUN+="/bin/rmdir /media/%E{dir_name}"
    # Exit
    LABEL="media_by_label_auto_mount_end"
    I think this rule should work with systemd. It seems to work, because:
    [root@HermesT rules.d]# systemctl list-units | grep 'media'
    media-Almacen.mount loaded active mounted /media/Almacen
    media-COMPAQ.mount loaded active mounted /media/COMPAQ
    media-SYSTEM.mount loaded active mounted /media/SYSTEM
    But:
    [root@HermesT media]# ls
    ls: cannot access COMPAQ: Transport endpoint is not connected
    ls: cannot access Almacen: Transport endpoint is not connected
    ls: cannot access SYSTEM: Transport endpoint is not connected
    Almacen COMPAQ MIO SYSTEM almacen hdusb usbhd-sda3 usbhd-sda4 usbhd-sdb1 usbhd-sdb2 usbhd-sdb5 usbhd-sdb6 usbhd-sdc1 usbhd-sdc2 usbhd-sdc5 usbhd-sdc6
    ¿some ideas?
    Thanks.
    Last edited by HermesT (2012-10-27 20:20:41)

    Thanks aking9:
    It seems there is no difference whether  fstab entry (a very old one, comented a long time ago) is active or not. None of both below helps to solve it.
    /dev/sda5 /media/Almacen ntfs-3g defaults,users,umask=002 0 0
    #/dev/sda5 /media/Almacen ntfs-3g defaults,users,locale=es_ES.UTF-8,umask=002 0 0
    Despite of great work done by Arch team, systemd is an "esoteric" world for me.
    Where can I now configure such thing?
    Added:
    journalctl log for ntfs-3g.
    First, fstab with locale (deprecated?). Second fstab with nls. Third, no fstab entry:
    Oct 26 18:30:04 HermesT ntfs-3g[700]: Unmounting /dev/sda5 (Almacen)
    Oct 26 18:30:31 HermesT ntfs-3g[225]: Version 2012.1.15 external FUSE 29
    Oct 26 18:30:31 HermesT ntfs-3g[225]: Mounted /dev/sda5 (Read-Write, label "Almacen", NTFS 3.1)
    Oct 26 18:30:31 HermesT ntfs-3g[225]: Cmdline options: rw,noexec,nosuid,nodev,locale=es_ES.UTF-8,umask=002,users
    Oct 26 18:30:31 HermesT ntfs-3g[225]: Mount options: rw,noexec,nosuid,nodev,users,allow_other,nonempty,relatime,fsname=/dev/sda5,blkdev,blksize=4096,default_permissions
    Oct 26 18:30:31 HermesT ntfs-3g[225]: Global ownership and permissions enforced, configuration type 7
    Oct 26 19:10:41 HermesT ntfs-3g[225]: Unmounting /dev/sda5 (Almacen)
    Oct 26 19:57:45 HermesT ntfs-3g[229]: [101B blob data]
    Oct 26 20:06:53 HermesT ntfs-3g[229]: Unmounting /dev/sda5 (Almacen)
    Oct 26 20:07:15 HermesT ntfs-3g[279]: Version 2012.1.15 external FUSE 29
    Oct 26 20:07:15 HermesT ntfs-3g[279]: Mounted /dev/sda5 (Read-Write, label "Almacen", NTFS 3.1)
    Oct 26 20:07:15 HermesT ntfs-3g[279]: Cmdline options: rw,noexec,nosuid,nodev,nls=utf8,umask=002,users
    Oct 26 20:07:15 HermesT ntfs-3g[279]: Mount options: rw,noexec,nosuid,nodev,nls=utf8,users,allow_other,nonempty,relatime,fsname=/dev/sda5,blkdev,blksize=4096,default_permissions
    Oct 26 20:07:15 HermesT ntfs-3g[279]: Global ownership and permissions enforced, configuration type 7
    Oct 26 20:08:37 HermesT ntfs-3g[279]: [101B blob data]
    Oct 26 20:24:30 HermesT ntfs-3g[279]: Unmounting /dev/sda5 (Almacen)
    Oct 26 20:26:05 HermesT ntfs-3g[795]: Version 2012.1.15 external FUSE 29
    Oct 26 20:26:05 HermesT ntfs-3g[795]: Mounted /dev/sda5 (Read-Write, label "Almacen", NTFS 3.1)
    Oct 26 20:26:05 HermesT ntfs-3g[795]: Cmdline options: rw,nodev,nosuid,uid=1002,gid=100,dmask=0077,fmask=0177,uhelper=udisks
    Oct 26 20:26:05 HermesT ntfs-3g[795]: Mount options: rw,nodev,nosuid,uhelper=udisks,allow_other,nonempty,relatime,fsname=/dev/sda5,blkdev,blksize=4096,default_permissions
    Oct 26 20:26:05 HermesT ntfs-3g[795]: Global ownership and permissions enforced, configuration type 7
    None of them solved the problem.
    Last edited by HermesT (2012-10-26 18:58:02)

  • [SOLVED] Graphics problem in laptop with dual NVIDIA cards

    I'm trying to install Arch on an Lenovo IdeaPad Y510. The laptop have 2 NVIDIA GT755M.
    The second graphics card is removable. If I remove that card I can see with lspci that there also is a intel graphics chip. If the second card is mounted lspci only shows me one GT 755m.
    The problem is that I cannot start X. I have installed gdm and gnome and when booted normally the screen goes blank and the cpu-fan speeds up and after a while the computer reboots.
    This is the log for that boot:
    May 09 22:21:01 arch kernel: [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.
    May 09 22:21:01 arch kernel: [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.
    May 09 22:21:02 arch gdm-Xorg-:0[382]: (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    May 09 22:21:02 arch gdm-Xorg-:0[382]: (==) NVIDIA(0): RGB weight 888
    May 09 22:21:02 arch gdm-Xorg-:0[382]: (==) NVIDIA(0): Default visual is TrueColor
    May 09 22:21:02 arch gdm-Xorg-:0[382]: (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    May 09 22:21:02 arch gdm-Xorg-:0[382]: (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration" "true"
    May 09 22:21:02 arch gdm-Xorg-:0[382]: (**) NVIDIA(0): Enabling 2D acceleration
    May 09 22:21:02 arch kernel: nvidia 0000:01:00.0: irq 49 for MSI/MSI-X
    May 09 22:21:02 arch systemd-logind[368]: Watching system buttons on /dev/input/event13 (Video Bus)
    May 09 22:21:02 arch kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    May 09 22:21:02 arch kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    May 09 22:21:02 arch kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    May 09 22:21:02 arch kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    May 09 22:21:02 arch kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    May 09 22:21:02 arch kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    May 09 22:21:02 arch kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    May 09 22:21:02 arch kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    May 09 22:21:02 arch kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    May 09 22:21:10 arch kernel: NVRM: GPU at 0000:01:00.0 has fallen off the bus.
    May 09 22:21:10 arch gdm-Xorg-:0[382]: (EE) NVIDIA(GPU-0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    May 09 22:21:10 arch gdm-Xorg-:0[382]: (EE) NVIDIA(GPU-0): check your system's kernel log for additional error
    May 09 22:21:10 arch gdm-Xorg-:0[382]: (EE) NVIDIA(GPU-0): messages and refer to Chapter 8: Common Problems in the
    May 09 22:21:10 arch gdm-Xorg-:0[382]: (EE) NVIDIA(GPU-0): README for additional information.
    May 09 22:21:10 arch gdm-Xorg-:0[382]: (EE) NVIDIA(GPU-0): Failed to initialize the NVIDIA graphics device!
    May 09 22:21:10 arch gdm-Xorg-:0[382]: (EE) NVIDIA(0): Failing initialization of X screen 0
    May 09 22:21:10 arch gdm-Xorg-:0[382]: (II) UnloadModule: "nvidia"
    May 09 22:21:10 arch gdm-Xorg-:0[382]: (II) UnloadSubModule: "wfb"
    May 09 22:21:10 arch gdm-Xorg-:0[382]: (II) UnloadSubModule: "fb"
    May 09 22:21:10 arch gdm-Xorg-:0[382]: (EE) Screen(s) found, but none have a usable configuration.
    May 09 22:21:10 arch gdm-Xorg-:0[382]: (EE)
    May 09 22:21:10 arch gdm-Xorg-:0[382]: Fatal server error:
    May 09 22:21:10 arch gdm-Xorg-:0[382]: (EE) no screens found(EE)
    May 09 22:21:10 arch gdm-Xorg-:0[382]: (EE)
    May 09 22:21:10 arch gdm-Xorg-:0[382]: Please consult the The X.Org Foundation support
    May 09 22:21:10 arch gdm-Xorg-:0[382]: at http://wiki.x.org
    May 09 22:21:10 arch gdm-Xorg-:0[382]: for help.
    May 09 22:21:10 arch gdm-Xorg-:0[382]: (EE) Please also check the log file at "/dev/null" for additional information.
    May 09 22:21:10 arch gdm-Xorg-:0[382]: (EE)
    May 09 22:21:10 arch kernel: NVRM: RmInitAdapter failed! (0x25:0x28:1150)
    May 09 22:21:10 arch kernel: NVRM: rm_init_adapter failed for device bearing minor number 0
    May 09 22:21:10 arch kernel: NVRM: nvidia_frontend_open: minor 0, module->open() failed, error -5
    May 09 22:21:10 arch gdm-Xorg-:0[382]: (EE) Server terminated with error (1). Closing log file.
    May 09 22:21:11 arch gdm[377]: Child process 382 was already dead.
    How do I set video.allow_duplicates=1 ?
    When the computer reboots I start with runlevel 3 and then tries a startx. This gives me the following /var/log/Xorg.0.log:
    [ 231.105] (II) NVIDIA GLX Module 337.12 Fri Apr 4 14:34:00 PDT 2014
    [ 231.107] Loading extension GLX
    [ 231.107] (II) LoadModule: "nvidia"
    [ 231.108] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 231.114] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 231.114] compiled for 4.0.2, module version = 1.0.0
    [ 231.114] Module class: X.Org Video Driver
    [ 231.115] (II) NVIDIA dlloader X Driver 337.12 Fri Apr 4 14:13:45 PDT 2014
    [ 231.115] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 231.115] (--) using VT number 2
    [ 231.130] (II) Loading sub module "fb"
    [ 231.130] (II) LoadModule: "fb"
    [ 231.130] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 231.132] (II) Module fb: vendor="X.Org Foundation"
    [ 231.132] compiled for 1.15.1, module version = 1.0.0
    [ 231.132] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 231.132] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 231.132] (II) Loading sub module "wfb"
    [ 231.132] (II) LoadModule: "wfb"
    [ 231.132] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 231.134] (II) Module wfb: vendor="X.Org Foundation"
    [ 231.134] compiled for 1.15.1, module version = 1.0.0
    [ 231.134] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 231.134] (II) Loading sub module "ramdac"
    [ 231.134] (II) LoadModule: "ramdac"
    [ 231.134] (II) Module "ramdac" already built-in
    [ 231.690] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 231.690] (==) NVIDIA(0): RGB weight 888
    [ 231.690] (==) NVIDIA(0): Default visual is TrueColor
    [ 231.690] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 231.693] (**) NVIDIA(0): Enabling 2D acceleration
    [ 240.591] (EE) NVIDIA(GPU-0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 240.591] (EE) NVIDIA(GPU-0): check your system's kernel log for additional error
    [ 240.591] (EE) NVIDIA(GPU-0): messages and refer to Chapter 8: Common Problems in the
    [ 240.591] (EE) NVIDIA(GPU-0): README for additional information.
    [ 240.591] (EE) NVIDIA(GPU-0): Failed to initialize the NVIDIA graphics device!
    [ 240.591] (EE) NVIDIA(0): Failing initialization of X screen 0
    [ 240.591] (II) UnloadModule: "nvidia"
    [ 240.591] (II) UnloadSubModule: "wfb"
    [ 240.591] (II) UnloadSubModule: "fb"
    [ 240.591] (EE) Screen(s) found, but none have a usable configuration.
    [ 240.591] (EE)
    Fatal server error:
    [ 240.591] (EE) no screens found(EE)
    [ 240.591] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 240.591] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 240.591] (EE)
    [ 240.608] (EE) Server terminated with error (1). Closing log file.
    I've tried without a xorg.conf and with one generated by nvidia-xconfig but they give the same result.
    Where do I find the README mentioned in the log?
    Anyone knows what the problem is?
    I tried Ubuntu before installing Arch and that worked (with NVIDIA drivers version 331) so it should be possible to get this machine working.
    Any help is appreciated!
    Last edited by bitbjorn (2014-05-20 19:10:58)

    I've given up on the nvidia-drivers and try with nouveau-driver. Still no success.
    Screen is black at bootup. I can, however, login and type reboot and the computer reboots (although I cant see anything).
    If I add nomodeset to bootline I can see the login-prompt and login, if I then run startx I get the following in /var/log/Xorg.0.log:
    [drm] KMS not enabled
    This link https://wiki.archlinux.org/index.php/ke … de_setting  does not help very much, I've tried the "Early KMS start" thing but I still have the same problem.
    If I have gdm enabled with
    systemctl enable gdm.service
    and boot the computer the screen is blank. If I login with ssh I can see that gdm is started.
    Journalctl -b -0 from the ssh-session gives this:
    [bjorn@arch ~]$ journalctl -b -0
    -- Logs begin at Wed 2014-05-07 00:30:45 CEST, end at Sun 2014-05-11 11:58:50 CEST. --
    May 11 11:58:32 arch systemd-journal[219]: Runtime journal is using 8.0M (max allowed 799.9M, trying to leave 1.1G free of 7.8G avail
    May 11 11:58:32 arch systemd-journal[219]: Runtime journal is using 8.0M (max allowed 799.9M, trying to leave 1.1G free of 7.8G avail
    May 11 11:58:32 arch kernel: Initializing cgroup subsys cpuset
    May 11 11:58:32 arch kernel: Initializing cgroup subsys cpu
    May 11 11:58:32 arch kernel: Initializing cgroup subsys cpuacct
    May 11 11:58:32 arch kernel: Linux version 3.14.3-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.0 (GCC) )
    May 11 11:58:32 arch kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=4a950c38-be98-4678-9a12-9caebece5745 rw quiet
    May 11 11:58:32 arch kernel: e820: BIOS-provided physical RAM map:
    May 11 11:58:32 arch kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000006efff] usable
    May 11 11:58:32 arch kernel: BIOS-e820: [mem 0x000000000006f000-0x000000000006ffff] reserved
    May 11 11:58:32 arch kernel: BIOS-e820: [mem 0x0000000000070000-0x0000000000087fff] usable
    May 11 11:58:32 arch kernel: BIOS-e820: [mem 0x0000000000088000-0x00000000000bffff] reserved
    May 11 11:58:32 arch kernel: BIOS-e820: [mem 0x0000000000100000-0x000000006e6effff] usable
    May 11 11:58:32 arch kernel: BIOS-e820: [mem 0x000000006e6f0000-0x000000006faeffff] reserved
    May 11 11:58:32 arch kernel: BIOS-e820: [mem 0x000000006faf0000-0x000000008eebefff] usable
    May 11 11:58:32 arch kernel: BIOS-e820: [mem 0x000000008eebf000-0x000000008f0befff] type 20
    May 11 11:58:32 arch kernel: BIOS-e820: [mem 0x000000008f0bf000-0x000000008f6befff] reserved
    May 11 11:58:32 arch kernel: BIOS-e820: [mem 0x000000008f6bf000-0x000000008f7befff] ACPI NVS
    May 11 11:58:32 arch kernel: BIOS-e820: [mem 0x000000008f7bf000-0x000000008f7fefff] ACPI data
    May 11 11:58:32 arch kernel: BIOS-e820: [mem 0x000000008f7ff000-0x000000008f7fffff] usable
    May 11 11:58:32 arch kernel: BIOS-e820: [mem 0x000000008f800000-0x000000008fffffff] reserved
    May 11 11:58:32 arch kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    May 11 11:58:32 arch kernel: BIOS-e820: [mem 0x00000000feb00000-0x00000000feb0ffff] reserved
    May 11 11:58:32 arch kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    May 11 11:58:32 arch kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fee00fff] reserved
    May 11 11:58:32 arch kernel: BIOS-e820: [mem 0x00000000ffb80000-0x00000000ffffffff] reserved
    May 11 11:58:32 arch kernel: BIOS-e820: [mem 0x0000000100000000-0x000000046effffff] usable
    May 11 11:58:32 arch kernel: NX (Execute Disable) protection: active
    May 11 11:58:32 arch kernel: efi: EFI v2.31 by INSYDE Corp.
    May 11 11:58:32 arch kernel: efi: ACPI=0x8f7fe000 ACPI 2.0=0x8f7fe014 SMBIOS=0x8f6bef98
    May 11 11:58:32 arch kernel: efi: mem00: type=3, attr=0xf, range=[0x0000000000000000-0x0000000000001000) (0MB)
    May 11 11:58:32 arch kernel: efi: mem01: type=7, attr=0xf, range=[0x0000000000001000-0x000000000006f000) (0MB)
    May 11 11:58:32 arch kernel: efi: mem02: type=0, attr=0xf, range=[0x000000000006f000-0x0000000000070000) (0MB)
    May 11 11:58:32 arch kernel: efi: mem03: type=7, attr=0xf, range=[0x0000000000070000-0x0000000000080000) (0MB)
    May 11 11:58:32 arch kernel: efi: mem04: type=3, attr=0xf, range=[0x0000000000080000-0x0000000000082000) (0MB)
    May 11 11:58:32 arch kernel: efi: mem05: type=7, attr=0xf, range=[0x0000000000082000-0x0000000000088000) (0MB)
    May 11 11:58:32 arch kernel: efi: mem06: type=6, attr=0x800000000000000f, range=[0x0000000000088000-0x000000000009f000) (0MB)
    May 11 11:58:32 arch kernel: efi: mem07: type=0, attr=0xf, range=[0x000000000009f000-0x00000000000a0000) (0MB)
    May 11 11:58:32 arch kernel: efi: mem08: type=2, attr=0xf, range=[0x0000000000100000-0x000000000105b000) (15MB)
    May 11 11:58:32 arch kernel: efi: mem09: type=7, attr=0xf, range=[0x000000000105b000-0x0000000002000000) (15MB)
    May 11 11:58:32 arch kernel: efi: mem10: type=2, attr=0xf, range=[0x0000000002000000-0x0000000002f5b000) (15MB)
    May 11 11:58:32 arch kernel: efi: mem11: type=7, attr=0xf, range=[0x0000000002f5b000-0x0000000037622000) (838MB)
    May 11 11:58:32 arch kernel: efi: mem12: type=2, attr=0xf, range=[0x0000000037622000-0x0000000037b09000) (4MB)
    May 11 11:58:32 arch kernel: efi: mem13: type=7, attr=0xf, range=[0x0000000037b09000-0x000000004a79d000) (300MB)
    May 11 11:58:32 arch kernel: efi: mem14: type=2, attr=0xf, range=[0x000000004a79d000-0x000000006cb00000) (547MB)
    May 11 11:58:32 arch kernel: efi: mem15: type=4, attr=0xf, range=[0x000000006cb00000-0x000000006cb20000) (0MB)
    May 11 11:58:32 arch kernel: efi: mem16: type=7, attr=0xf, range=[0x000000006cb20000-0x000000006d6f1000) (11MB)
    May 11 11:58:32 arch kernel: efi: mem17: type=4, attr=0xf, range=[0x000000006d6f1000-0x000000006e6f0000) (15MB)
    May 11 11:58:32 arch kernel: efi: mem18: type=0, attr=0xf, range=[0x000000006e6f0000-0x000000006faf0000) (20MB)
    May 11 11:58:32 arch kernel: efi: mem19: type=7, attr=0xf, range=[0x000000006faf0000-0x000000006fce2000) (1MB)
    May 11 11:58:32 arch kernel: efi: mem20: type=1, attr=0xf, range=[0x000000006fce2000-0x000000006fcff000) (0MB)
    May 11 11:58:32 arch kernel: efi: mem21: type=7, attr=0xf, range=[0x000000006fcff000-0x00000000730e5000) (51MB)
    May 11 11:58:32 arch kernel: efi: mem22: type=4, attr=0xf, range=[0x00000000730e5000-0x0000000073123000) (0MB)
    May 11 11:58:32 arch kernel: efi: mem23: type=7, attr=0xf, range=[0x0000000073123000-0x0000000073124000) (0MB)
    May 11 11:58:32 arch kernel: efi: mem24: type=4, attr=0xf, range=[0x0000000073124000-0x00000000732d5000) (1MB)
    May 11 11:58:32 arch kernel: efi: mem25: type=7, attr=0xf, range=[0x00000000732d5000-0x00000000732d6000) (0MB)
    May 11 11:58:32 arch kernel: efi: mem26: type=4, attr=0xf, range=[0x00000000732d6000-0x00000000733e8000) (1MB)
    May 11 11:58:32 arch kernel: efi: mem27: type=7, attr=0xf, range=[0x00000000733e8000-0x00000000733e9000) (0MB)
    May 11 11:58:32 arch kernel: efi: mem28: type=4, attr=0xf, range=[0x00000000733e9000-0x000000007461b000) (18MB)
    May 11 11:58:32 arch kernel: efi: mem29: type=7, attr=0xf, range=[0x000000007461b000-0x000000007461d000) (0MB)
    May 11 11:58:32 arch kernel: efi: mem30: type=4, attr=0xf, range=[0x000000007461d000-0x000000007461e000) (0MB)
    May 11 11:58:32 arch kernel: efi: mem31: type=7, attr=0xf, range=[0x000000007461e000-0x0000000074620000) (0MB)
    May 11 11:58:32 arch kernel: efi: mem32: type=4, attr=0xf, range=[0x0000000074620000-0x000000007463c000) (0MB)
    May 11 11:58:32 arch kernel: efi: mem33: type=7, attr=0xf, range=[0x000000007463c000-0x000000007463d000) (0MB)
    May 11 11:58:32 arch kernel: efi: mem34: type=4, attr=0xf, range=[0x000000007463d000-0x0000000074646000) (0MB)
    May 11 11:58:32 arch kernel: efi: mem35: type=7, attr=0xf, range=[0x0000000074646000-0x0000000074648000) (0MB)
    May 11 11:58:32 arch kernel: efi: mem36: type=4, attr=0xf, range=[0x0000000074648000-0x000000007466f000) (0MB)
    May 11 11:58:32 arch kernel: efi: mem37: type=7, attr=0xf, range=[0x000000007466f000-0x0000000074671000) (0MB)
    May 11 11:58:32 arch kernel: efi: mem38: type=4, attr=0xf, range=[0x0000000074671000-0x000000007480b000) (1MB)
    May 11 11:58:32 arch kernel: efi: mem39: type=7, attr=0xf, range=[0x000000007480b000-0x000000007480f000) (0MB)
    May 11 11:58:32 arch kernel: efi: mem40: type=4, attr=0xf, range=[0x000000007480f000-0x0000000074810000) (0MB)
    May 11 11:58:32 arch kernel: efi: mem41: type=7, attr=0xf, range=[0x0000000074810000-0x0000000074813000) (0MB)
    May 11 11:58:32 arch kernel: efi: mem42: type=4, attr=0xf, range=[0x0000000074813000-0x000000007688f000) (32MB)
    May 11 11:58:32 arch kernel: efi: mem43: type=7, attr=0xf, range=[0x000000007688f000-0x000000008ea5e000) (385MB)
    May 11 11:58:32 arch kernel: efi: mem44: type=2, attr=0xf, range=[0x000000008ea5e000-0x000000008ea68000) (0MB)
    May 11 11:58:32 arch kernel: efi: mem45: type=3, attr=0xf, range=[0x000000008ea68000-0x000000008eebf000) (4MB)
    May 11 11:58:32 arch kernel: efi: mem46: type=5, attr=0x800000000000000f, range=[0x000000008eebf000-0x000000008f0bf000) (2MB)
    May 11 11:58:32 arch kernel: efi: mem47: type=6, attr=0x800000000000000f, range=[0x000000008f0bf000-0x000000008f2bf000) (2MB)
    May 11 11:58:32 arch kernel: efi: mem48: type=0, attr=0xf, range=[0x000000008f2bf000-0x000000008f6bf000) (4MB)
    May 11 11:58:32 arch kernel: efi: mem49: type=10, attr=0xf, range=[0x000000008f6bf000-0x000000008f7bf000) (1MB)
    May 11 11:58:32 arch kernel: efi: mem50: type=9, attr=0xf, range=[0x000000008f7bf000-0x000000008f7ff000) (0MB)
    May 11 11:58:32 arch kernel: efi: mem51: type=4, attr=0xf, range=[0x000000008f7ff000-0x000000008f800000) (0MB)
    May 11 11:58:32 arch kernel: efi: mem52: type=7, attr=0xf, range=[0x0000000100000000-0x000000046f000000) (14064MB)
    May 11 11:58:32 arch kernel: efi: mem53: type=0, attr=0x0, range=[0x00000000000a0000-0x00000000000c0000) (0MB)
    May 11 11:58:32 arch kernel: efi: mem54: type=0, attr=0x0, range=[0x000000008f800000-0x0000000090000000) (8MB)
    May 11 11:58:32 arch kernel: efi: mem55: type=11, attr=0x8000000000000001, range=[0x00000000e0000000-0x00000000f0000000) (256MB)
    May 11 11:58:32 arch kernel: efi: mem56: type=11, attr=0x8000000000000001, range=[0x00000000feb00000-0x00000000feb10000) (0MB)
    May 11 11:58:32 arch kernel: efi: mem57: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB)
    May 11 11:58:32 arch kernel: efi: mem58: type=11, attr=0x8000000000000001, range=[0x00000000fed00000-0x00000000fed1c000) (0MB)
    May 11 11:58:32 arch kernel: efi: mem59: type=11, attr=0x8000000000000000, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
    May 11 11:58:32 arch kernel: efi: mem60: type=11, attr=0x8000000000000001, range=[0x00000000fed20000-0x00000000fee01000) (0MB)
    May 11 11:58:32 arch kernel: efi: mem61: type=11, attr=0x8000000000000001, range=[0x00000000ffb80000-0x0000000100000000) (4MB)
    May 11 11:58:32 arch kernel: SMBIOS 2.7 present.
    May 11 11:58:32 arch kernel: DMI: LENOVO 20217/VIQY0Y1, BIOS 74CN44WW(V3.05) 09/18/2013
    May 11 11:58:32 arch kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    May 11 11:58:32 arch kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    May 11 11:58:32 arch kernel: No AGP bridge found
    May 11 11:58:32 arch kernel: e820: last_pfn = 0x46f000 max_arch_pfn = 0x400000000
    May 11 11:58:32 arch kernel: MTRR default type: uncachable
    May 11 11:58:32 arch kernel: MTRR fixed ranges enabled:
    May 11 11:58:32 arch kernel: 00000-9FFFF write-back
    May 11 11:58:32 arch kernel: A0000-BFFFF uncachable
    May 11 11:58:32 arch kernel: C0000-E7FFF write-protect
    May 11 11:58:32 arch kernel: E8000-EFFFF write-combining
    May 11 11:58:32 arch kernel: F0000-FFFFF write-protect
    May 11 11:58:32 arch kernel: MTRR variable ranges enabled:
    May 11 11:58:32 arch kernel: 0 base 0000000000 mask 7800000000 write-back
    May 11 11:58:32 arch kernel: 1 base 008F800000 mask 7FFF800000 uncachable
    May 11 11:58:32 arch kernel: 2 base 0090000000 mask 7FF0000000 uncachable
    May 11 11:58:32 arch kernel: 3 base 00A0000000 mask 7FE0000000 uncachable
    May 11 11:58:32 arch kernel: 4 base 00C0000000 mask 7FC0000000 uncachable
    May 11 11:58:32 arch kernel: 5 disabled
    May 11 11:58:32 arch kernel: 6 disabled
    May 11 11:58:32 arch kernel: 7 disabled
    May 11 11:58:32 arch kernel: 8 disabled
    May 11 11:58:32 arch kernel: 9 disabled
    May 11 11:58:32 arch kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    May 11 11:58:32 arch kernel: e820: update [mem 0x8f800000-0xffffffff] usable ==> reserved
    May 11 11:58:32 arch kernel: e820: last_pfn = 0x8f800 max_arch_pfn = 0x400000000
    May 11 11:58:32 arch kernel: Scanning 1 areas for low memory corruption
    May 11 11:58:32 arch kernel: Base memory trampoline at [ffff880000082000] 82000 size 24576
    May 11 11:58:32 arch kernel: Using GB pages for direct mapping
    May 11 11:58:32 arch kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    May 11 11:58:32 arch kernel: [mem 0x00000000-0x000fffff] page 4k
    May 11 11:58:32 arch kernel: BRK [0x02b39000, 0x02b39fff] PGTABLE
    May 11 11:58:32 arch kernel: BRK [0x02b3a000, 0x02b3afff] PGTABLE
    May 11 11:58:32 arch kernel: BRK [0x02b3b000, 0x02b3bfff] PGTABLE
    May 11 11:58:32 arch kernel: init_memory_mapping: [mem 0x46ee00000-0x46effffff]
    May 11 11:58:32 arch kernel: [mem 0x46ee00000-0x46effffff] page 2M
    May 11 11:58:32 arch kernel: BRK [0x02b3c000, 0x02b3cfff] PGTABLE
    May 11 11:58:32 arch kernel: init_memory_mapping: [mem 0x46c000000-0x46edfffff]
    May 11 11:58:32 arch kernel: [mem 0x46c000000-0x46edfffff] page 2M
    May 11 11:58:32 arch kernel: init_memory_mapping: [mem 0x400000000-0x46bffffff]
    May 11 11:58:32 arch kernel: [mem 0x400000000-0x43fffffff] page 1G
    May 11 11:58:32 arch kernel: [mem 0x440000000-0x46bffffff] page 2M
    May 11 11:58:32 arch kernel: init_memory_mapping: [mem 0x00100000-0x6e6effff]
    May 11 11:58:32 arch kernel: [mem 0x00100000-0x001fffff] page 4k
    May 11 11:58:32 arch kernel: [mem 0x00200000-0x6e5fffff] page 2M
    May 11 11:58:32 arch kernel: [mem 0x6e600000-0x6e6effff] page 4k
    May 11 11:58:32 arch kernel: init_memory_mapping: [mem 0x6faf0000-0x8eebefff]
    May 11 11:58:32 arch kernel: [mem 0x6faf0000-0x6fbfffff] page 4k
    May 11 11:58:32 arch kernel: [mem 0x6fc00000-0x8edfffff] page 2M
    May 11 11:58:32 arch kernel: [mem 0x8ee00000-0x8eebefff] page 4k
    May 11 11:58:32 arch kernel: BRK [0x02b3d000, 0x02b3dfff] PGTABLE
    May 11 11:58:32 arch kernel: BRK [0x02b3e000, 0x02b3efff] PGTABLE
    May 11 11:58:32 arch kernel: init_memory_mapping: [mem 0x8f7ff000-0x8f7fffff]
    May 11 11:58:32 arch kernel: [mem 0x8f7ff000-0x8f7fffff] page 4k
    May 11 11:58:32 arch kernel: init_memory_mapping: [mem 0x100000000-0x3ffffffff]
    May 11 11:58:32 arch kernel: [mem 0x100000000-0x3ffffffff] page 1G
    May 11 11:58:32 arch kernel: RAMDISK: [mem 0x37622000-0x37b08fff]
    May 11 11:58:32 arch kernel: ACPI: RSDP 000000008f7fe014 000024 (v02 LENOVO)
    May 11 11:58:32 arch kernel: ACPI: XSDT 000000008f7fe210 0000B4 (v01 LENOVO CB-01 00000001 01000013)
    May 11 11:58:32 arch kernel: ACPI: FACP 000000008f7f7000 00010C (v05 LENOVO CB-01 00000001 ACPI 00040000)
    May 11 11:58:32 arch kernel: ACPI: DSDT 000000008f7e7000 00C690 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    May 11 11:58:32 arch kernel: ACPI: FACS 000000008f7ba000 000040
    May 11 11:58:32 arch kernel: ACPI: SLIC 000000008f7fd000 000176 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    May 11 11:58:32 arch kernel: ACPI: UEFI 000000008f7fc000 000236 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    May 11 11:58:32 arch kernel: ACPI: FPDT 000000008f7fa000 000044 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    May 11 11:58:32 arch kernel: ACPI: MSDM 000000008f7f9000 000055 (v03 LENOVO CB-01 00000001 ACPI 00040000)
    May 11 11:58:32 arch kernel: ACPI: ASF! 000000008f7f8000 0000A5 (v32 LENOVO CB-01 00000001 ACPI 00040000)
    May 11 11:58:32 arch kernel: ACPI: HPET 000000008f7f6000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    May 11 11:58:32 arch kernel: ACPI: APIC 000000008f7f5000 00008C (v03 LENOVO CB-01 00000001 ACPI 00040000)
    May 11 11:58:32 arch kernel: ACPI: MCFG 000000008f7f4000 00003C (v01 LENOVO CB-01 00000001 ACPI 00040000)
    May 11 11:58:32 arch kernel: ACPI: SSDT 000000008f7e6000 000838 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    May 11 11:58:32 arch kernel: ACPI: BOOT 000000008f7e4000 000028 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    May 11 11:58:32 arch kernel: ACPI: ASPT 000000008f7e2000 000034 (v07 LENOVO CB-01 00000001 ACPI 00040000)
    May 11 11:58:32 arch kernel: ACPI: DBGP 000000008f7e1000 000034 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    May 11 11:58:32 arch kernel: ACPI: SSDT 000000008f7d9000 000539 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    May 11 11:58:32 arch kernel: ACPI: SSDT 000000008f7d8000 000AD8 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    May 11 11:58:32 arch kernel: ACPI: SSDT 000000008f7d4000 00326E (v01 LENOVO CB-01 00000001 ACPI 00040000)
    May 11 11:58:32 arch kernel: ACPI: SSDT 000000008f7d1000 0012FF (v01 LENOVO CB-01 00000001 ACPI 00040000)
    May 11 11:58:32 arch kernel: ACPI: BGRT 000000008f7d3000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    May 11 11:58:32 arch kernel: ACPI: Local APIC address 0xfee00000
    May 11 11:58:32 arch kernel: No NUMA configuration found
    May 11 11:58:32 arch kernel: Faking a node at [mem 0x0000000000000000-0x000000046effffff]
    May 11 11:58:32 arch kernel: Initmem setup node 0 [mem 0x00000000-0x46effffff]
    May 11 11:58:32 arch kernel: NODE_DATA [mem 0x46eff7000-0x46effbfff]
    May 11 11:58:32 arch kernel: [ffffea0000000000-ffffea0011bfffff] PMD -> [ffff88045e600000-ffff88046e5fffff] on node 0
    May 11 11:58:32 arch kernel: Zone ranges:
    May 11 11:58:32 arch kernel: DMA [mem 0x00001000-0x00ffffff]
    May 11 11:58:32 arch kernel: DMA32 [mem 0x01000000-0xffffffff]
    May 11 11:58:32 arch kernel: Normal [mem 0x100000000-0x46effffff]
    May 11 11:58:32 arch kernel: Movable zone start for each node
    May 11 11:58:32 arch kernel: Early memory node ranges
    May 11 11:58:32 arch kernel: node 0: [mem 0x00001000-0x0006efff]
    May 11 11:58:32 arch kernel: node 0: [mem 0x00070000-0x00087fff]
    May 11 11:58:32 arch kernel: node 0: [mem 0x00100000-0x6e6effff]
    May 11 11:58:32 arch kernel: node 0: [mem 0x6faf0000-0x8eebefff]
    May 11 11:58:32 arch kernel: node 0: [mem 0x8f7ff000-0x8f7fffff]
    May 11 11:58:32 arch kernel: node 0: [mem 0x100000000-0x46effffff]
    May 11 11:58:32 arch kernel: On node 0 totalpages: 4180550
    May 11 11:58:32 arch kernel: DMA zone: 64 pages used for memmap
    May 11 11:58:32 arch kernel: DMA zone: 24 pages reserved
    May 11 11:58:32 arch kernel: DMA zone: 3974 pages, LIFO batch:0
    May 11 11:58:32 arch kernel: DMA32 zone: 9003 pages used for memmap
    May 11 11:58:32 arch kernel: DMA32 zone: 576192 pages, LIFO batch:31
    May 11 11:58:32 arch kernel: Normal zone: 56256 pages used for memmap
    May 11 11:58:32 arch kernel: Normal zone: 3600384 pages, LIFO batch:31
    May 11 11:58:32 arch kernel: ACPI: PM-Timer IO Port: 0x1808
    May 11 11:58:32 arch kernel: ACPI: Local APIC address 0xfee00000
    May 11 11:58:32 arch kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    May 11 11:58:32 arch kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    May 11 11:58:32 arch kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    May 11 11:58:32 arch kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    May 11 11:58:32 arch kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] enabled)
    May 11 11:58:32 arch kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
    May 11 11:58:32 arch kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] enabled)
    May 11 11:58:32 arch kernel: ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
    May 11 11:58:32 arch kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    May 11 11:58:32 arch kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    May 11 11:58:32 arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    May 11 11:58:32 arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    May 11 11:58:32 arch kernel: ACPI: IRQ0 used by override.
    May 11 11:58:32 arch kernel: ACPI: IRQ2 used by override.
    May 11 11:58:32 arch kernel: ACPI: IRQ9 used by override.
    May 11 11:58:32 arch kernel: Using ACPI (MADT) for SMP configuration information
    May 11 11:58:32 arch kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
    May 11 11:58:32 arch kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
    May 11 11:58:32 arch kernel: nr_irqs_gsi: 40
    May 11 11:58:32 arch kernel: PM: Registered nosave memory: [mem 0x0006f000-0x0006ffff]
    May 11 11:58:32 arch kernel: PM: Registered nosave memory: [mem 0x00088000-0x000bffff]
    May 11 11:58:32 arch kernel: PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
    May 11 11:58:32 arch kernel: PM: Registered nosave memory: [mem 0x6e6f0000-0x6faeffff]
    May 11 11:58:32 arch kernel: PM: Registered nosave memory: [mem 0x8eebf000-0x8f0befff]
    May 11 11:58:32 arch kernel: PM: Registered nosave memory: [mem 0x8f0bf000-0x8f6befff]
    May 11 11:58:32 arch kernel: PM: Registered nosave memory: [mem 0x8f6bf000-0x8f7befff]
    May 11 11:58:32 arch kernel: PM: Registered nosave memory: [mem 0x8f7bf000-0x8f7fefff]
    May 11 11:58:32 arch kernel: PM: Registered nosave memory: [mem 0x8f800000-0x8fffffff]
    May 11 11:58:32 arch kernel: PM: Registered nosave memory: [mem 0x90000000-0xdfffffff]
    May 11 11:58:32 arch kernel: PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
    May 11 11:58:32 arch kernel: PM: Registered nosave memory: [mem 0xf0000000-0xfeafffff]
    May 11 11:58:32 arch kernel: PM: Registered nosave memory: [mem 0xfeb00000-0xfeb0ffff]
    May 11 11:58:32 arch kernel: PM: Registered nosave memory: [mem 0xfeb10000-0xfebfffff]
    May 11 11:58:32 arch kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    May 11 11:58:32 arch kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
    May 11 11:58:32 arch kernel: PM: Registered nosave memory: [mem 0xfed00000-0xfee00fff]
    May 11 11:58:32 arch kernel: PM: Registered nosave memory: [mem 0xfee01000-0xffb7ffff]
    May 11 11:58:32 arch kernel: PM: Registered nosave memory: [mem 0xffb80000-0xffffffff]
    May 11 11:58:32 arch kernel: e820: [mem 0x90000000-0xdfffffff] available for PCI devices
    May 11 11:58:32 arch kernel: Booting paravirtualized kernel on bare hardware
    May 11 11:58:32 arch kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
    May 11 11:58:32 arch kernel: PERCPU: Embedded 29 pages/cpu @ffff88046ec00000 s87040 r8192 d23552 u262144
    May 11 11:58:32 arch kernel: pcpu-alloc: s87040 r8192 d23552 u262144 alloc=1*2097152
    May 11 11:58:32 arch kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    May 11 11:58:32 arch kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4115203
    May 11 11:58:32 arch kernel: Policy zone: Normal
    May 11 11:58:32 arch kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=4a950c38-be98-4678-9a12-9caebece5745 rw quiet
    May 11 11:58:32 arch kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    May 11 11:58:32 arch kernel: xsave: enabled xstate_bv 0x7, cntxt size 0x340
    May 11 11:58:32 arch kernel: Checking aperture...
    May 11 11:58:32 arch kernel: No AGP bridge found
    May 11 11:58:32 arch kernel: Calgary: detecting Calgary via BIOS EBDA area
    May 11 11:58:32 arch kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    May 11 11:58:32 arch kernel: Memory: 16298272K/16722200K available (5230K kernel code, 857K rwdata, 1632K rodata, 1120K init, 1288K b
    May 11 11:58:32 arch kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    May 11 11:58:32 arch kernel: Preemptible hierarchical RCU implementation.
    May 11 11:58:32 arch kernel: RCU dyntick-idle grace-period acceleration is enabled.
    May 11 11:58:32 arch kernel: Dump stacks of tasks blocking RCU-preempt GP.
    May 11 11:58:32 arch kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
    May 11 11:58:32 arch kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
    May 11 11:58:32 arch kernel: NR_IRQS:8448 nr_irqs:744 16
    May 11 11:58:32 arch kernel: Console: colour dummy device 80x25
    May 11 11:58:32 arch kernel: console [tty0] enabled
    May 11 11:58:32 arch kernel: allocated 67108864 bytes of page_cgroup
    May 11 11:58:32 arch kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    May 11 11:58:32 arch kernel: hpet clockevent registered
    May 11 11:58:32 arch kernel: tsc: Fast TSC calibration using PIT
    May 11 11:58:32 arch kernel: tsc: Detected 2394.453 MHz processor
    May 11 11:58:32 arch kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4790.44 BogoMIPS (lpj=7981510
    May 11 11:58:32 arch kernel: pid_max: default: 32768 minimum: 301
    May 11 11:58:32 arch kernel: ACPI: Core revision 20131218
    May 11 11:58:32 arch kernel: ACPI: All ACPI Tables successfully acquired
    May 11 11:58:32 arch kernel: Security Framework initialized
    May 11 11:58:32 arch kernel: Yama: becoming mindful.
    May 11 11:58:32 arch kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
    May 11 11:58:32 arch kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    May 11 11:58:32 arch kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
    May 11 11:58:32 arch kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
    May 11 11:58:32 arch kernel: Initializing cgroup subsys memory
    May 11 11:58:32 arch kernel: Initializing cgroup subsys devices
    May 11 11:58:32 arch kernel: Initializing cgroup subsys freezer
    May 11 11:58:32 arch kernel: Initializing cgroup subsys net_cls
    May 11 11:58:32 arch kernel: Initializing cgroup subsys blkio
    May 11 11:58:32 arch kernel: CPU: Physical Processor ID: 0
    May 11 11:58:32 arch kernel: CPU: Processor Core ID: 0
    May 11 11:58:32 arch kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    May 11 11:58:32 arch kernel: mce: CPU supports 9 MCE banks
    May 11 11:58:32 arch kernel: CPU0: Thermal monitoring enabled (TM1)
    May 11 11:58:32 arch kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
    Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
    tlb_flushall_shift: 6
    May 11 11:58:32 arch kernel: Freeing SMP alternatives memory: 20K (ffffffff819f0000 - ffffffff819f5000)
    May 11 11:58:32 arch kernel: ftrace: allocating 20028 entries in 79 pages
    May 11 11:58:32 arch kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    May 11 11:58:32 arch kernel: smpboot: CPU0: Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (fam: 06, model: 3c, stepping: 03)
    May 11 11:58:32 arch kernel: TSC deadline timer enabled
    May 11 11:58:32 arch kernel: Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
    May 11 11:58:32 arch kernel: ... version: 3
    May 11 11:58:32 arch kernel: ... bit width: 48
    May 11 11:58:32 arch kernel: ... generic registers: 4
    May 11 11:58:32 arch kernel: ... value mask: 0000ffffffffffff
    May 11 11:58:32 arch kernel: ... max period: 0000ffffffffffff
    May 11 11:58:32 arch kernel: ... fixed-purpose events: 3
    May 11 11:58:32 arch kernel: ... event mask: 000000070000000f
    May 11 11:58:32 arch kernel: x86: Booting SMP configuration:
    May 11 11:58:32 arch kernel: .... node #0, CPUs: #1
    May 11 11:58:32 arch kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    May 11 11:58:32 arch kernel: #2 #3 #4 #5 #6 #7
    May 11 11:58:32 arch kernel: x86: Booted up 1 node, 8 CPUs
    May 11 11:58:32 arch kernel: smpboot: Total of 8 processors activated (38326.55 BogoMIPS)
    May 11 11:58:32 arch kernel: devtmpfs: initialized
    May 11 11:58:32 arch kernel: PM: Registering ACPI NVS region [mem 0x8f6bf000-0x8f7befff] (1048576 bytes)
    May 11 11:58:32 arch kernel: pinctrl core: initialized pinctrl subsystem
    May 11 11:58:32 arch kernel: RTC time: 9:58:25, date: 05/11/14
    May 11 11:58:32 arch kernel: NET: Registered protocol family 16
    May 11 11:58:32 arch kernel: cpuidle: using governor ladder
    May 11 11:58:32 arch kernel: cpuidle: using governor menu
    May 11 11:58:32 arch kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    May 11 11:58:32 arch kernel: ACPI: bus type PCI registered
    May 11 11:58:32 arch kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    May 11 11:58:32 arch kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    May 11 11:58:32 arch kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    May 11 11:58:32 arch kernel: PCI: Using configuration type 1 for base access
    May 11 11:58:32 arch kernel: bio: create slab <bio-0> at 0
    May 11 11:58:32 arch kernel: ACPI: Added _OSI(Module Device)
    May 11 11:58:32 arch kernel: ACPI: Added _OSI(Processor Device)
    May 11 11:58:32 arch kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    May 11 11:58:32 arch kernel: ACPI: Added _OSI(Processor Aggregator Device)
    May 11 11:58:32 arch kernel: ACPI: Executed 1 blocks of module-level executable AML code
    May 11 11:58:32 arch kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    May 11 11:58:32 arch kernel: ACPI: SSDT 000000008f658c18 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20130117)
    May 11 11:58:32 arch kernel: ACPI: Dynamic OEM Table Load:
    May 11 11:58:32 arch kernel: ACPI: SSDT (null) 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20130117)
    May 11 11:58:32 arch kernel: ACPI: SSDT 000000008f658618 0005AA (v01 PmRef ApIst 00003000 INTL 20130117)
    May 11 11:58:32 arch kernel: ACPI: Dynamic OEM Table Load:
    May 11 11:58:32 arch kernel: ACPI: SSDT (null) 0005AA (v01 PmRef ApIst 00003000 INTL 20130117)
    May 11 11:58:32 arch kernel: ACPI: SSDT 000000008f657d98 000119 (v01 PmRef ApCst 00003000 INTL 20130117)
    May 11 11:58:32 arch kernel: ACPI: Dynamic OEM Table Load:
    May 11 11:58:32 arch kernel: ACPI: SSDT (null) 000119 (v01 PmRef ApCst 00003000 INTL 20130117)
    May 11 11:58:32 arch kernel: ACPI: Interpreter enabled
    May 11 11:58:32 arch kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131218/hwxface-580)
    May 11 11:58:32 arch kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131218/hwxface-580)
    May 11 11:58:32 arch kernel: ACPI: (supports S0 S3 S4 S5)
    May 11 11:58:32 arch kernel: ACPI: Using IOAPIC for interrupt routing
    May 11 11:58:32 arch kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    May 11 11:58:32 arch kernel: ACPI: No dock devices found.
    May 11 11:58:32 arch kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
    May 11 11:58:32 arch kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    May 11 11:58:32 arch kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
    May 11 11:58:32 arch kernel: PCI host bridge to bus 0000:00
    May 11 11:58:32 arch kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
    May 11 11:58:32 arch kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    May 11 11:58:32 arch kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    May 11 11:58:32 arch kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    May 11 11:58:32 arch kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
    May 11 11:58:32 arch kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
    May 11 11:58:32 arch kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
    May 11 11:58:32 arch kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
    May 11 11:58:32 arch kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    May 11 11:58:32 arch kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    May 11 11:58:32 arch kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    May 11 11:58:32 arch kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    May 11 11:58:32 arch kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    May 11 11:58:32 arch kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
    May 11 11:58:32 arch kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
    May 11 11:58:32 arch kernel: pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
    May 11 11:58:32 arch kernel: pci_bus 0000:00: root bus resource [mem 0x90000000-0xfeafffff]
    May 11 11:58:32 arch kernel: pci 0000:00:00.0: [8086:0c04] type 00 class 0x060000
    May 11 11:58:32 arch kernel: pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
    May 11 11:58:32 arch kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    May 11 11:58:32 arch kernel: pci 0000:00:01.0: System wakeup disabled by ACPI
    May 11 11:58:32 arch kernel: pci 0000:00:01.1: [8086:0c05] type 01 class 0x060400
    May 11 11:58:32 arch kernel: pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
    May 11 11:58:32 arch kernel: pci 0000:00:01.1: System wakeup disabled by ACPI
    May 11 11:58:32 arch kernel: pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
    May 11 11:58:32 arch kernel: pci 0000:00:14.0: reg 0x10: [mem 0xd5200000-0xd520ffff 64bit]
    May 11 11:58:32 arch kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
    May 11 11:58:32 arch kernel: pci 0000:00:14.0: System wakeup disabled by ACPI
    May 11 11:58:32 arch kernel: pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
    May 11 11:58:32 arch kernel: pci 0000:00:16.0: reg 0x10: [mem 0xd5214000-0xd521400f 64bit]
    May 11 11:58:32 arch kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    May 11 11:58:32 arch kernel: pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
    May 11 11:58:32 arch kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xd5219000-0xd52193ff]
    May 11 11:58:32 arch kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    May 11 11:58:32 arch kernel: pci 0000:00:1a.0: System wakeup disabled by ACPI
    May 11 11:58:32 arch kernel: pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
    May 11 11:58:32 arch kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xd5210000-0xd5213fff 64bit]
    May 11 11:58:32 arch kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    May 11 11:58:32 arch kernel: pci 0000:00:1c.0: [8086:8c16] type 01 class 0x060400
    May 11 11:58:32 arch kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    May 11 11:58:32 arch kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
    May 11 11:58:32 arch kernel: pci 0000:00:1c.4: [8086:8c18] type 01 class 0x060400
    May 11 11:58:32 arch kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    May 11 11:58:32 arch kernel: pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
    May 11 11:58:32 arch kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xd5218000-0xd52183ff]
    May 11 11:58:32 arch kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    May 11 11:58:32 arch kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
    May 11 11:58:32 arch kernel: pci 0000:00:1f.0: [8086:8c49] type 00 class 0x060100
    May 11 11:58:32 arch kernel: pci 0000:00:1f.2: [8086:8c03] type 00 class 0x010601
    May 11 11:58:32 arch kernel: pci 0000:00:1f.2: reg 0x10: [io 0x6048-0x604f]
    May 11 11:58:32 arch kernel: pci 0000:00:1f.2: reg 0x14: [io 0x6054-0x6057]
    May 11 11:58:32 arch kernel: pci 0000:00:1f.2: reg 0x18: [io 0x6040-0x6047]
    May 11 11:58:32 arch kernel: pci 0000:00:1f.2: reg 0x1c: [io 0x6050-0x6053]
    May 11 11:58:32 arch kernel: pci 0000:00:1f.2: reg 0x20: [io 0x6020-0x603f]
    May 11 11:58:32 arch kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xd5217000-0xd52177ff]
    May 11 11:58:32 arch kernel: pci 0000:00:1f.2: PME# supported from D3hot
    May 11 11:58:32 arch kernel: pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
    May 11 11:58:32 arch kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xd5215000-0xd52150ff 64bit]
    May 11 11:58:32 arch kernel: pci 0000:00:1f.3: reg 0x20: [io 0x6000-0x601f]
    May 11 11:58:32 arch kernel: pci 0000:01:00.0: [10de:0fcd] type 00 class 0x030000
    May 11 11:58:32 arch kernel: pci 0000:01:00.0: reg 0x10: [mem 0xd3000000-0xd3ffffff]
    May 11 11:58:32 arch kernel: pci 0000:01:00.0: reg 0x14: [mem 0xa0000000-0xafffffff 64bit pref]
    May 11 11:58:32 arch kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xb0000000-0xb1ffffff 64bit pref]
    May 11 11:58:32 arch kernel: pci 0000:01:00.0: reg 0x24: [io 0x5000-0x507f]
    May 11 11:58:32 arch kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
    May 11 11:58:32 arch kernel: pci 0000:01:00.1: [10de:0e1b] type 00 class 0x040300
    May 11 11:58:32 arch kernel: pci 0000:01:00.1: reg 0x10: [mem 0xd4000000-0xd4003fff]
    May 11 11:58:32 arch kernel: pci 0000:00:01.0: PCI bridge to [bus 01-06]
    May 11 11:58:32 arch kernel: pci 0000:00:01.0: bridge window [io 0x5000-0x5fff]
    May 11 11:58:32 arch kernel: pci 0000:00:01.0: bridge window [mem 0xd3000000-0xd4ffffff]
    May 11 11:58:32 arch kernel: pci 0000:00:01.0: bridge window [mem 0xa0000000-0xbfffffff 64bit pref]
    May 11 11:58:32 arch kernel: pci 0000:07:00.0: [10de:0fcd] type 00 class 0x030200
    May 11 11:58:32 arch kernel: pci 0000:07:00.0: reg 0x10: [mem 0xd2000000-0xd2ffffff]
    May 11 11:58:32 arch kernel: pci 0000:07:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
    May 11 11:58:32 arch kernel: pci 0000:07:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
    May 11 11:58:32 arch kernel: pci 0000:07:00.0: reg 0x24: [io 0x4000-0x407f]
    May 11 11:58:32 arch kernel: pci 0000:07:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
    May 11 11:58:32 arch kernel: pci 0000:00:01.1: PCI bridge to [bus 07]
    May 11 11:58:32 arch kernel: pci 0000:00:01.1: bridge window [io 0x4000-0x4fff]
    May 11 11:58:32 arch kernel: pci 0000:00:01.1: bridge window [mem 0xd2000000-0xd2ffffff]
    May 11 11:58:32 arch kernel: pci 0000:00:01.1: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
    May 11 11:58:32 arch kernel: pci 0000:08:00.0: [1969:10a1] type 00 class 0x020000
    May 11 11:58:32 arch kernel: pci 0000:08:00.0: reg 0x10: [mem 0xd5100000-0xd513ffff 64bit]
    May 11 11:58:32 arch kernel: pci 0000:08:00.0: reg 0x18: [io 0x3000-0x307f]
    May 11 11:58:32 arch kernel: pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    May 11 11:58:32 arch kernel: pci 0000:00:1c.0: PCI bridge to [bus 08]
    May 11 11:58:32 arch kernel: pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
    May 11 11:58:32 arch kernel: pci 0000:00:1c.0: bridge window [mem 0xd5100000-0xd51fffff]
    May 11 11:58:32 arch kernel: pci 0000:09:00.0: [8086:0888] type 00 class 0x028000
    May 11 11:58:32 arch kernel: pci 0000:09:00.0: reg 0x10: [mem 0xd5000000-0xd5001fff 64bit]
    May 11 11:58:32 arch kernel: pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
    May 11 11:58:32 arch kernel: pci 0000:00:1c.4: PCI bridge to [bus 09]
    May 11 11:58:32 arch kernel: pci 0000:00:1c.4: bridge window [mem 0xd5000000-0xd50fffff]
    May 11 11:58:32 arch kernel: acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
    May 11 11:58:32 arch kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    May 11 11:58:32 arch kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    May 11 11:58:32 arch kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    May 11 11:58:32 arch kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    May 11 11:58:32 arch kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    May 11 11:58:32 arch kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    May 11 11:58:32 arch kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    May 11 11:58:32 arch kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    May 11 11:58:32 arch kernel: ACPI: Enabled 7 GPEs in block 00 to 3F
    May 11 11:58:32 arch kernel: ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    May 11 11:58:32 arch kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
    May 11 11:58:32 arch kernel: vgaarb: loaded
    May 11 11:58:32 arch kernel: vgaarb: bridge control possible 0000:01:00.0
    May 11 11:58:32 arch kernel: PCI: Using ACPI for IRQ routing
    May 11 11:58:32 arch kernel: PCI: pci_cache_line_size set to 64 bytes
    May 11 11:58:32 arch kernel: e820: reserve RAM buffer [mem 0x0006f000-0x0006ffff]
    May 11 11:58:32 arch kernel: e820: reserve RAM buffer [mem 0x00088000-0x0008ffff]
    May 11 11:58:32 arch kernel: e820: reserve RAM buffer [mem 0x6e6f0000-0x6fffffff]
    May 11 11:58:32 arch kernel: e820: reserve RAM buffer [mem 0x8eebf000-0x8fffffff]
    May 11 11:58:32 arch kernel: e820: reserve RAM buffer [mem 0x8f800000-0x8fffffff]
    May 11 11:58:32 arch kernel: e820: reserve RAM buffer [mem 0x46f000000-0x46fffffff]
    May 11 11:58:32 arch kernel: NetLabel: Initializing
    May 11 11:58:32 arch kernel: NetLabel: domain hash size = 128
    May 11 11:58:32 arch kernel: NetLabel: protocols = UNLABELED CIPSOv4
    May 11 11:58:32 arch kernel: NetLabel: unlabeled traffic allowed by default
    May 11 11:58:32 arch kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    May 11 11:58:32 arch kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    May 11 11:58:32 arch kernel: Switched to clocksource hpet
    May 11 11:58:32 arch kernel: pnp: PnP ACPI init
    May 11 11:58:32 arch kernel: ACPI: bus type PNP registered
    May 11 11:58:32 arch kernel: pnp 00:00: [dma 4]
    May 11 11:58:32 arch kernel: pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
    May 11 11:58:32 arch kernel: pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
    May 11 11:58:32 arch kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
    May 11 11:58:32 arch kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
    May 11 11:58:32 arch kernel: system 00:04: [io 0x0680-0x069f] has been reserved
    May 11 11:58:32 arch kernel: system 00:04: [io 0xffff] has been reserved
    May 11 11:58:32 arch kernel: system 00:04: [io 0xffff] has been reserved
    May 11 11:58:32 arch kernel: system 00:04: [io 0xffff] has been reserved
    May 11 11:58:32 arch kernel: system 00:04: [io 0x0400-0x0453] has been reserved
    May 11 11:58:32 arch kernel: system 00:04: [io 0x0800-0x08fe] has been reserved
    May 11 11:58:32 arch kernel: system 00:04: [io 0x0900-0x09fe] has been reserved
    May 11 11:58:32 arch kernel: system 00:04: [io 0x0a00-0x0afe] has been reserved
    May 11 11:58:32 arch kernel: system 00:04: [io 0x0b00-0x0bfe] has been reserved
    May 11 11:58:32 arch kernel: system 00:04: [io 0x1800-0x18fe] could not be reserved
    May 11 11:58:32 arch kernel: system 00:04: [io 0x164e-0x164f] has been reserved
    May 11 11:58:32 arch kernel: system 00:04: [io 0x0d60-0x0d63] has been reserved
    May 11 11:58:32 arch kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    May 11 11:58:32 arch kernel: system 00:05: [io 0x0800-0x087f] has been reserved
    May 11 11:58:32 arch kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    May 11 11:58:32 arch kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
    May 11 11:58:32 arch kernel: system 00:07: [io 0x1854-0x1857] has been reserved
    May 11 11:58:32 arch kernel: system 00:07: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    May 11 11:58:32 arch kernel: pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active)
    May 11 11:58:32 arch kernel: pnp 00:09: Plug and Play ACPI device, IDs ETD060b PNP0f13 (active)
    May 11 11:58:32 arch kernel: system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved
    May 11 11:58:32 arch kernel: system 00:0a: [mem 0xfed10000-0xfed17fff] has been reserved
    May 11 11:58:32 arch kernel: system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
    May 11 11:58:32 arch kernel: system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
    May 11 11:58:32 arch kernel: system 00:0a: [mem 0xe0000000-0xefffffff] has been reserved
    May 11 11:58:32 arch kernel: system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
    May 11 11:58:32 arch kernel: system 00:0a: [mem 0xfed90000-0xfed93fff] has been reserved
    May 11 11:58:32 arch kernel: system 00:0a: [mem 0xff000000-0xffffffff] could not be reserved
    May 11 11:58:32 arch kernel: system 00:0a: [mem 0xfee00000-0xfeefffff] could not be reserved
    May 11 11:58:32 arch kernel: system 00:0a: [mem 0x90020000-0x90020fff] has been reserved
    May 11 11:58:32 arch kernel: system 00:0a: [mem 0x90010000-0x9001ffff] has been reserved
    May 11 11:58:32 arch kernel: system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    May 11 11:58:32 arch kernel: pnp: PnP ACPI: found 11 devices
    May 11 11:58:32 arch kernel: ACPI: bus type PNP unregistered
    May 11 11:58:32 arch kernel: pci 0000:01:00.0: no compatible bridge window for [mem 0xfff80000-0xffffffff pref]
    May 11 11:58:32 arch kernel: pci 0000:07:00.0: no compatible bridge window for [mem 0xfff80000-0xffffffff pref]
    May 11 11:58:32 arch kernel: pci 0000:01:00.0: BAR 6: assigned [mem 0xb2000000-0xb207ffff pref]
    May 11 11:58:32 arch kernel: pci 0000:00:01.0: PCI bridge to [bus 01-06]
    May 11 11:58:32 arch kernel: pci 0000:00:01.0: bridge window [io 0x5000-0x5fff]
    May 11 11:58:32 arch kernel: pci 0000:00:01.0: bridge window [mem 0xd3000000-0xd4ffffff]
    May 11 11:58:32 arch kernel: pci 0000:00:01.0: bridge window [mem 0xa0000000-0xbfffffff 64bit pref]
    May 11 11:58:32 arch kernel: pci 0000:07:00.0: BAR 6: can't assign mem pref (size 0x80000)
    May 11 11:58:32 arch kernel: pci 0000:00:01.1: PCI bridge to [bus 07]
    May 11 11:58:32 arch kernel: pci 0000:00:01.1: bridge window [io 0x4000-0x4fff]
    May 11 11:58:32 arch kernel: pci 0000:00:01.1: bridge window [mem 0xd2000000-0xd2ffffff]
    May 11 11:58:32 arch kernel: pci 0000:00:01.1: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
    May 11 11:58:32 arch kernel: pci 0000:00:1c.0: PCI bridge to [bus 08]
    May 11 11:58:32 arch kernel: pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
    May 11 11:58:32 arch kernel: pci 0000:00:1c.0: bridge window [mem 0xd5100000-0xd51fffff]
    May 11 11:58:32 arch kernel: pci 0000:00:1c.4: PCI bridge to [bus 09]
    May 11 11:58:32 arch kernel: pci 0000:00:1c.4: bridge window [mem 0xd5000000-0xd50fffff]
    May 11 11:58:32 arch kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    May 11 11:58:32 arch kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    May 11 11:58:32 arch kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    May 11 11:58:32 arch kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
    May 11 11:58:32 arch kernel: pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
    May 11 11:58:32 arch kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
    May 11 11:58:32 arch kernel: pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff]
    May 11 11:58:32 arch kernel: pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff]
    May 11 11:58:32 arch kernel: pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff]
    May 11 11:58:32 arch kernel: pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff]
    May 11 11:58:32 arch kernel: pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff]
    May 11 11:58:32 arch kernel: pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff]
    May 11 11:58:32 arch kernel: pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff]
    May 11 11:58:32 arch kernel: pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff]
    May 11 11:58:32 arch kernel: pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff]
    May 11 11:58:32 arch kernel: pci_bus 0000:00: resource 19 [mem 0x90000000-0xfeafffff]
    May 11 11:58:32 arch kernel: pci_bus 0000:01: resource 0 [io 0x5000-0x5fff]
    May 11 11:58:32 arch kernel: pci_bus 0000:01: resource 1 [mem 0xd3000000-0xd4ffffff]
    May 11 11:58:32 arch kernel: pci_bus 0000:01: resource 2 [mem 0xa0000000-0xbfffffff 64bit pref]
    May 11 11:58:32 arch kernel: pci_bus 0000:07: resource 0 [io 0x4000-0x4fff]
    May 11 11:58:32 arch kernel: pci_bus 0000:07: resource 1 [mem 0xd2000000-0xd2ffffff]
    May 11 11:58:32 arch kernel: pci_bus 0000:07: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
    May 11 11:58:32 arch kernel: pci_bus 0000:08: resource 0 [io 0x3000-0x3fff]
    May 11 11:58:32 arch kernel: pci_bus 0000:08: resource 1 [mem 0xd5100000-0xd51fffff]
    May 11 11:58:32 arch kernel: pci_bus 0000:09: resource 1 [mem 0xd5000000-0xd50fffff]
    May 11 11:58:32 arch kernel: NET: Registered protocol family 2
    May 11 11:58:32 arch kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    May 11 11:58:32 arch kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    May 11 11:58:32 arch kernel: TCP: Hash tables configured (established 131072 bind 65536)
    May 11 11:58:32 arch kernel: TCP: reno registered
    May 11 11:58:32 arch kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes)
    May 11 11:58:32 arch kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
    May 11 11:58:32 arch kernel: NET: Registered protocol family 1
    May 11 11:58:32 arch kernel: pci 0000:08:00.0: set MSI_INTX_DISABLE_BUG flag
    May 11 11:58:32 arch kernel: PCI: CLS 64 bytes, default 64
    May 11 11:58:32 arch kernel: Unpacking initramfs...
    May 11 11:58:32 arch kernel: Freeing initrd memory: 5020K (ffff880037622000 - ffff880037b09000)
    May 11 11:58:32 arch kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    May 11 11:58:32 arch kernel: software IO TLB [mem 0x8aa68000-0x8ea68000] (64MB) mapped at [ffff88008aa68000-ffff88008ea67fff]
    May 11 11:58:32 arch kernel: Simple Boot Flag at 0x44 set to 0x1
    May 11 11:58:32 arch kernel: RAPL PMU detected, hw unit 2^-14 Joules, API unit is 2^-32 Joules, 3 fixed counters 655360 ms ovfl timer
    May 11 11:58:32 arch kernel: Scanning for low memory corruption every 60 seconds
    May 11 11:58:32 arch kernel: futex hash table entries: 2048 (order: 5, 131072 bytes)
    May 11 11:58:32 arch kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
    May 11 11:58:32 arch kernel: zbud: loaded
    May 11 11:58:32 arch kernel: VFS: Disk quotas dquot_6.5.2
    May 11 11:58:32 arch kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    May 11 11:58:32 arch kernel: msgmni has been set to 31994
    May 11 11:58:32 arch kernel: Key type big_key registered
    May 11 11:58:32 arch kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    May 11 11:58:32 arch kernel: io scheduler noop registered
    May 11 11:58:32 arch kernel: io scheduler deadline registered
    May 11 11:58:32 arch kernel: io scheduler cfq registered (default)
    May 11 11:58:32 arch kernel: pcieport 0000:00:01.0: device [8086:0c01] has invalid IRQ; check vendor BIOS
    May 11 11:58:32 arch kernel: pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    May 11 11:58:32 arch kernel: pcieport 0000:00:01.1: device [8086:0c05] has invalid IRQ; check vendor BIOS
    May 11 11:58:32 arch kernel: pcieport 0000:00:01.1: irq 41 for MSI/MSI-X
    May 11 11:58:32 arch kernel: pcieport 0000:00:1c.0: device [8086:8c16] has invalid IRQ; check vendor BIOS
    May 11 11:58:32 arch kernel: pcieport 0000:00:1c.0: irq 42 for MSI/MSI-X
    May 11 11:58:32 arch kernel: pcieport 0000:00:1c.4: device [8086:8c18] has invalid IRQ; check vendor BIOS
    May 11 11:58:32 arch kernel: pcieport 0000:00:1c.4: irq 43 for MSI/MSI-X
    May 11 11:58:32 arch kernel: pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
    May 11 11:58:32 arch kernel: pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
    May 11 11:58:32 arch kernel: pci 0000:01:00.1: Signaling PME through PCIe PME interrupt
    May 11 11:58:32 arch kernel: pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
    May 11 11:58:32 arch kernel: pcieport 0000:00:01.1: Signaling PME through PCIe PME interrupt
    May 11 11:58:32 arch kernel: pci 0000:07:00.0: Signaling PME through PCIe PME interrupt
    May 11 11:58:32 arch kernel: pcie_pme 0000:00:01.1:pcie01: service driver pcie_pme loaded
    May 11 11:58:32 arch kernel: pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
    May 11 11:58:32 arch kernel: pci 0000:08:00.0: Signaling PME through PCIe PME interrupt
    May 11 11:58:32 arch kernel: pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
    May 11 11:58:32 arch kernel: pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
    May 11 11:58:32 arch kernel: pci 0000:09:00.0: Signaling PME through PCIe PME interrupt
    May 11 11:58:32 arch kernel: pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
    May 11 11:58:32 arch kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    May 11 11:58:32 arch kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    May 11 11:58:32 arch kernel: efifb: probing for efifb
    May 11 11:58:32 arch kernel: efifb: framebuffer at 0xa0000000, mapped to 0xffffc90011c00000, using 8128k, total 8128k
    May 11 11:58:32 arch kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
    May 11 11:58:32 arch kernel: efifb: scrolling: redraw
    May 11 11:58:32 arch kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    May 11 11:58:32 arch kernel: Console: switching to colour frame buffer device 240x67
    May 11 11:58:32 arch kernel: fb0: EFI VGA frame buffer device
    May 11 11:58:32 arch kernel: intel_idle: MWAIT substates: 0x42120
    May 11 11:58:32 arch kernel: intel_idle: v0.4 model 0x3C
    May 11 11:58:32 arch kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
    May 11 11:58:32 arch kernel: GHES: HEST is not enabled!
    May 11 11:58:32 arch kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    May 11 11:58:32 arch kernel: Linux agpgart interface v0.103
    May 11 11:58:32 arch kernel: rtc_cmos 00:06: RTC can wake from S4
    May 11 11:58:32 arch kernel: rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
    May 11 11:58:32 arch kernel: rtc_cmos 00:06: alarms up to one month, 242 bytes nvram, hpet irqs
    May 11 11:58:32 arch kernel: Intel P-state driver initializing.
    May 11 11:58:32 arch kernel: Intel pstate controlling: cpu 0
    May 11 11:58:32 arch kernel: Intel pstate controlling: cpu 1
    May 11 11:58:32 arch kernel: Intel pstate controlling: cpu 2
    May 11 11:58:32 arch kernel: Intel pstate controlling: cpu 3
    May 11 11:58:32 arch kernel: Intel pstate controlling: cpu 4
    May 11 11:58:32 arch kernel: Intel pstate controlling: cpu 5
    May 11 11:58:32 arch kernel: Intel pstate controlling: cpu 6
    May 11 11:58:32 arch kernel: Intel pstate controlling: cpu 7
    May 11 11:58:32 arch kernel: ledtrig-cpu: registered to indicate activity on CPUs
    May 11 11:58:32 arch kernel: TCP: cubic registered
    May 11 11:58:32 arch kernel: NET: Registered protocol family 10
    May 11 11:58:32 arch kernel: NET: Registered protocol family 17
    May 11 11:58:32 arch kernel: registered taskstats version 1
    May 11 11:58:32 arch kernel: Magic number: 14:215:980
    May 11 11:58:32 arch kernel: rtc_cmos 00:06: setting system clock to 2014-05-11 09:58:26 UTC (1399802306)
    May 11 11:58:32 arch kernel: PM: Hibernation image not present or could not be loaded.
    May 11 11:58:32 arch kernel: Freeing unused kernel memory: 1120K (ffffffff818d8000 - ffffffff819f0000)
    May 11 11:58:32 arch kernel: Write protecting the kernel read-only data: 8192k
    May 11 11:58:32 arch kernel: Freeing unused kernel memory: 904K (ffff88000251e000 - ffff880002600000)
    May 11 11:58:32 arch kernel: Freeing unused kernel memory: 416K (ffff880002798000 - ffff880002800000)
    May 11 11:58:32 arch kernel: random: systemd-tmpfile urandom read with 1 bits of entropy available
    May 11 11:58:32 arch systemd-udevd[78]: starting version 212
    May 11 11:58:32 arch kernel: [drm] Initialized drm 1.1.0 20060810
    May 11 11:58:32 arch kernel: wmi: Mapper loaded
    May 11 11:58:32 arch kernel: ACPI: Video Device [PEGP] (multi-head: yes rom: yes post: no)
    May 11 11:58:32 arch kernel: acpi device:4e: registered as cooling_device0
    May 11 11:58:32 arch kernel: ACPI Error: [\_SB_.PCI0.LPCB.EC0_.BLVL] Namespace lookup failure, AE_NOT_FOUND (20131218/psargs-359)
    May 11 11:58:32 arch kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEG0.PEGP.DD01._BQC] (Node ffff88045e068d48), AE_N
    May 11 11:58:32 arch kernel: ACPI Warning: Evaluating _BQC failed (20131218/video-648)
    May 11 11:58:32 arch kernel: tsc: Refined TSC clocksource calibration: 2394.454 MHz
    May 11 11:58:32 arch kernel: ACPI Error: [\_SB_.PCI0.LPCB.EC0_.BLVL] Namespace lookup failure, AE_NOT_FOUND (20131218/psargs-359)
    May 11 11:58:32 arch kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEG0.PEGP.DD01._BCM] (Node ffff88045e068d70), AE_N
    May 11 11:58:32 arch kernel: ACPI Error: Evaluating _BCM failed (20131218/video-382)
    May 11 11:58:32 arch kernel: ACPI Error: [\_SB_.PCI0.LPCB.EC0_.BLVL] Namespace lookup failure, AE_NOT_FOUND (20131218/psargs-359)
    May 11 11:58:32 arch kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEG0.PEGP.DD02._BQC] (Node ffff88045e068eb0), AE_N
    May 11 11:58:32 arch kernel: ACPI Warning: Evaluating _BQC failed (20131218/video-648)
    May 11 11:58:32 arch kernel: ACPI Error: [\_SB_.PCI0.LPCB.EC0_.BLVL] Namespace lookup failure, AE_NOT_FOUND (20131218/psargs-359)
    May 11 11:58:32 arch kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEG0.PEGP.DD02._BCM] (Node ffff88045e068ed8), AE_N
    May 11 11:58:32 arch kernel: ACPI Error: Evaluating _BCM failed (20131218/video-382)
    May 11 11:58:32 arch kernel: Switched to clocksource tsc
    May 11 11:58:32 arch kernel: ACPI Error: [\_SB_.PCI0.LPCB.EC0_.BLVL] Namespace lookup failure, AE_NOT_FOUND (20131218/psargs-359)
    May 11 11:58:32 arch kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEG0.PEGP.DD03._BQC] (Node ffff88045e06d050), AE_N
    May 11 11:58:32 arch kernel: ACPI Warning: Evaluating _BQC failed (20131218/video-648)
    May 11 11:58:32 arch kernel: ACPI Error: [\_SB_.PCI0.LPCB.EC0_.BLVL] Namespace lookup failure, AE_NOT_FOUND (20131218/psargs-359)
    May 11 11:58:32 arch kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEG0.PEGP.DD03._BCM] (Node ffff88045e06d078), AE_N
    May 11 11:58:32 arch kernel: ACPI Error: Evaluating _BCM failed (20131218/video-382)
    May 11 11:58:32 arch kernel: ACPI Error: [\_SB_.PCI0.LPCB.EC0_.BLVL] Namespace lookup failure, AE_NOT_FOUND (20131218/psargs-359)
    May 11 11:58:32 arch kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEG0.PEGP.DD04._BQC] (Node ffff88045e06d1e0), AE_N
    May 11 11:58:32 arch kernel: ACPI Warning: Evaluating _BQC failed (20131218/video-648)
    May 11 11:58:32 arch kernel: ACPI Error: [\_SB_.PCI0.LPCB.EC0_.BLVL] Namespace lookup failure, AE_NOT_FOUND (20131218/psargs-359)
    May 11 11:58:32 arch kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEG0.PEGP.DD04._BCM] (Node ffff88045e06d208), AE_N
    May 11 11:58:32 arch kernel: ACPI Error: Evaluating _BCM failed (20131218/video-382)
    May 11 11:58:32 arch kernel: ACPI Error: [\_SB_.PCI0.LPCB.EC0_.BLVL] Namespace lookup failure, AE_NOT_FOUND (20131218/psargs-359)
    May 11 11:58:32 arch kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEG0.PEGP.DD05._BQC] (Node ffff88045e06d370), AE_N
    May 11 11:58:32 arch kernel: ACPI Warning: Evaluating _BQC failed (20131218/video-648)
    May 11 11:58:32 arch kernel: ACPI Error: [\_SB_.PCI0.LPCB.EC0_.BLVL] Namespace lookup failure, AE_NOT_FOUND (20131218/psargs-359)
    May 11 11:58:32 arch kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEG0.PEGP.DD05._BCM] (Node ffff88045e06d398), AE_N
    May 11 11:58:32 arch kernel: ACPI Error: Evaluating _BCM failed (20131218/video-382)
    May 11 11:58:32 arch kernel: ACPI Error: [\_SB_.PCI0.LPCB.EC0_.BLVL] Namespace lookup failure, AE_NOT_FOUND (20131218/psargs-359)
    May 11 11:58:32 arch kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEG0.PEGP.DD06._BQC] (Node ffff88045e06d500), AE_N
    May 11 11:58:32 arch kernel: ACPI Warning: Evaluating _BQC failed (20131218/video-648)
    May 11 11:58:32 arch kernel: ACPI Error: [\_SB_.PCI0.LPCB.EC0_.BLVL] Namespace lookup failure, AE_NOT_FOUND (20131218/psargs-359)
    May 11 11:58:32 arch kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEG0.PEGP.DD06._BCM] (Node ffff88045e06d528), AE_N
    May 11 11:58:32 arch kernel: ACPI Error: Evaluating _BCM failed (20131218/video-382)
    May 11 11:58:32 arch kernel: ACPI Error: [\_SB_.PCI0.LPCB.EC0_.BLVL] Namespace lookup failure, AE_NOT_FOUND (20131218/psargs-359)
    May 11 11:58:32 arch kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEG0.PEGP.DD07._BQC] (Node ffff88045e06d690), AE_N
    May 11 11:58:32 arch kernel: ACPI Warning: Evaluating _BQC failed (20131218/video-648)
    May 11 11:58:32 arch kernel: ACPI Error: [\_SB_.PCI0.LPCB.EC0_.BLVL] Namespace lookup failure, AE_NOT_FOUND (20131218/psargs-359)
    May 11 11:58:32 arch kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEG0.PEGP.DD07._BCM] (Node ffff88045e06d6b8), AE_N
    May 11 11:58:32 arch kernel: ACPI Error: Evaluating _BCM failed (20131218/video-382)
    May 11 11:58:32 arch kernel: input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:4d/LNXVIDEO:00/input/input0
    May 11 11:58:32 arch kernel: [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module paramete
    May 11 11:58:32 arch kernel: [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module paramete
    May 11 11:58:32 arch kernel: [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module paramete
    May 11 11:58:32 arch kernel: [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module paramete
    May 11 11:58:32 arch kernel: [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module paramete
    May 11 11:58:32 arch kernel: input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0C:00/input/input1
    May 11 11:58:32 arch kernel: ACPI: Power Button [PWRB]
    May 11 11:58:32 arch kernel: input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0E:00/input/input2
    May 11 11:58:32 arch kernel: ACPI: Sleep Button [SLPB]
    May 11 11:58:32 arch kernel: input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input3
    May 11 11:58:32 arch kernel: ACPI: Lid Switch [LID0]
    May 11 11:58:32 arch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    May 11 11:58:32 arch kernel: ACPI: Power Button [PWRF]
    May 11 11:58:32 arch kernel: MXM: GUID detected in BIOS
    May 11 11:58:32 arch kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Pack
    May 11 11:58:32 arch kernel: ACPI: \_SB_.PCI0.PEG0.PEGP: failed to evaluate _DSM
    May 11 11:58:32 arch kernel: checking generic (a0000000 7f0000) vs hw (a0000000 10000000)
    May 11 11:58:32 arch kernel: fb: conflicting fb hw usage nouveaufb vs EFI VGA - removing generic driver
    May 11 11:58:32 arch kernel: Console: switching to colour dummy device 80x25
    May 11 11:58:32 arch kernel: nouveau [ DEVICE][0000:01:00.0] BOOT0 : 0x0e70d0a2
    May 11 11:58:32 arch kernel: nouveau [ DEVICE][0000:01:00.0] Chipset: GK107 (NVE7)
    May 11 11:58:32 arch kernel: nouveau [ DEVICE][0000:01:00.0] Family : NVE0
    May 11 11:58:32 arch kernel: nouveau [ VBIOS][0000:01:00.0] checking PRAMIN for image...
    May 11 11:58:32 arch kernel: nouveau [ VBIOS][0000:01:00.0] ... signature not found
    May 11 11:58:32 arch kernel: nouveau [ VBIOS][0000:01:00.0] checking PROM for image...
    May 11 11:58:32 arch kernel: nouveau [ VBIOS][0000:01:00.0] ... signature not found
    May 11 11:58:32 arch kernel: nouveau [ VBIOS][0000:01:00.0] checking ACPI for image...
    May 11 11:58:32 arch kernel: nouveau [ VBIOS][0000:01:00.0] ... signature not found
    May 11 11:58:32 arch kernel: nouveau [ VBIOS][0000:01:00.0] checking PCIROM for image...
    May 11 11:58:32 arch kernel: nouveau 0000:01:00.0: Invalid ROM contents
    May 11 11:58:32 arch kernel: nouveau [ VBIOS][0000:01:00.0] ... signature not found
    May 11 11:58:32 arch kernel: nouveau [ VBIOS][0000:01:00.0] checking PLATFORM for image...
    May 11 11:58:32 arch kernel: nouveau [ VBIOS][0000:01:00.0] ... signature not found
    May 11 11:58:32 arch kernel: nouveau E[ VBIOS][0000:01:00.0] unable to locate usable image
    May 11 11:58:32 arch kernel: nouveau E[ DEVICE][0000:01:00.0] failed to create 0x10000001, -22
    May 11 11:58:32 arch kernel: nouveau E[ DRM] failed to create 0x80000080, -22
    May 11 11:58:32 arch kernel: nouveau: probe of 0000:01:00.0 failed with error -22
    May 11 11:58:32 arch kernel: nouveau 0000:07:00.0: enabling device (0006 -> 0007)
    May 11 11:58:32 arch kernel: [drm] hdmi device not found 7 0 1
    May 11 11:58:32 arch kernel: nouveau [ DEVICE][0000:07:00.0] BOOT0 : 0x0e70d0a2
    May 11 11:58:32 arch kernel: nouveau [ DEVICE][0000:07:00.0] Chipset: GK107 (NVE7)
    May 11 11:58:32 arch kernel: nouveau [ DEVICE][0000:07:00.0] Family : NVE0
    May 11 11:58:32 arch kernel: nouveau [ VBIOS][0000:07:00.0] checking PRAMIN for image...
    May 11 11:58:32 arch kernel: nouveau [ VBIOS][0000:07:00.0] ... signature not found
    May 11 11:58:32 arch kernel: nouveau [ VBIOS][0000:07:00.0] checking PROM for image...
    May 11 11:58:32 arch kernel: nouveau [ VBIOS][0000:07:00.0] ... appears to be valid
    May 11 11:58:32 arch kernel: nouveau [ VBIOS][0000:07:00.0] using image from PROM
    May 11 11:58:32 arch kernel: nouveau [ VBIOS][0000:07:00.0] BIT signature found
    May 11 11:58:32 arch kernel: nouveau [ VBIOS][0000:07:00.0] version 80.07.a8.00.32
    May 11 11:58:32 arch kernel: nouveau [ DEVINIT][0000

  • Problem is Module pool custom F4 help

    In module pool selection screen . I have defined vendor field as a select option and attached a custom search help to it . Now the problem is that when i press F4 on that field and select a value from the help , that value is not populated in the input field .
    The other problem is that if we keep this vendor select option as blank , then in the select statement using " IN S_lifnr " gives a dump as it treats the field as blank .( does not function as standard) . does this have anything to do with the custom search help .
    any help would be appreciated .

    Do you mean that u created a custom cearch help using se11 and attached that using F4IF_INT_TABLE_VALUE_REQUEST.
    I dont think that is possible. 
    F4IF_INT_TABLE_VALUE_REQUEST is used to programmatically create an f4 help, fetching data from an internal table.
    here is an eg.
    DATA: BEGIN OF VALUE_ITAB OCCURS 0,
          moldno TYPE zqmrr-zzmoldno,
          END OF VALUE_ITAB.
    DATA: FIELD_TAB LIKE DFIES OCCURS 0 WITH HEADER LINE.
    DATA: RETURN_TAB LIKE DDSHRETVAL OCCURS 0 WITH HEADER LINE.
    select-options :           s_moldno  for zqmrr-zzmoldno,
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR S_MOLDNO-LOW.
      REFRESH VALUE_ITAB[].
      REFRESH FIELD_TAB[].
      REFRESH RETURN_TAB[].
      SELECT ZZMOLDNO FROM ZQMRR INTO table VALUE_ITAB.
      FIELD_TAB-FIELDNAME = 'ZZMOLDNO'.
      FIELD_TAB-TABNAME   = 'ZQMRR'.
      APPEND FIELD_TAB.
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
       DDIC_STRUCTURE         = ' '
          RETFIELD               =  FIELD_TAB-FIELDNAME
        TABLES
          VALUE_TAB              = VALUE_ITAB
         FIELD_TAB              = FIELD_TAB
         RETURN_TAB             = RETURN_TAB
       DYNPFLD_MAPPING        =
    EXCEPTIONS
       PARAMETER_ERROR        = 1
       NO_VALUES_FOUND        = 2
       OTHERS                 = 3
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
      IF SY-SUBRC = 0.
        S_MOLDNO-LOW = RETURN_TAB-FIELDVAL.
      ENDIF.
    compare and try to find  what u are doing wrong,

  • Drag-n-Drop problem in DataGrid with custom ItemRenderer

    Hi,
    I am trying to use a DataGrid to set the ordering of a group
    of images.
    I want to do this with a DataGrid which will show me some
    properties of
    the images in different columns including a thumbnail of the
    image. The
    problem is when I use any custom renderer for any column, the
    draging is
    not working. It works fine when I don't use any ItemRenderer.
    My code looks something like this:
    <mx:DataGrid dragEnabled= "true" dropEnabled= "true"
    dragMoveEnabled= "true">
    <mx:columns>
    <mx:DataGridColumn headerText="Thumb" itemRenderer=
    "component. GridImageRenderer"/>
    <mx:DataGridColumn headerText="Current name" width="100"
    itemRenderer= "component. NameRenderer" />
    <mx:DataGridColumn headerText="New name" width="150"
    dataField="nameNew" />
    </mx:columns>
    </mx:DataGrid>
    Can anyone please give me any clue how to fix this?
    Regards,
    ~ Arif

    Hello again, BinaryDigit.
    I thought we need to apply Drag n drop API for this case.
    Without wasting too much time,
    I tried out as your source code from the previous reply,,,
    Instead of getting it clearly, I got another Confusion... (pardon me)
    Let me clarify this with the examples given,
    I try to adopt previous source code
    and it was this detail;
    1) Taking the X and Y coordinate (from the mouseEvent) Plus jLabel1 coordinate (both X and Y).
    2) Positioning a Coordinate taken to JLabel1
    3) Passing the Coordinate taken to jLabelX, and jLabelY.
    The problem found was;
    if we make 3rd become comments, now the jLabel1
    could works!
    I mean, jLabel1 could be dragged to another Coordinate (by dragging it to another location)
    But,
    if we un-comments the 3rd source code,
    The effect would be no movement of the jLabel1.
    BinaryDigit, is this related to the layout you mentioned before?
    Correct, DarrylBurke! :D
    I thought also the same thing,
    but setLocation() give me another Confusion....
    the coordinate seems taking its basement as a reference.
    I mean, the jLabel Coordinate's is referenced
    from the panel where the jLabel is attached to,
    rather than the Coordinate's of the base jFrame (main base -what should I call this?)
    Sorry, the Details number three (3) is my preference, Since I wanted to see the X, Y movements also.

  • [Solved] Compiling a new kernel with ABS

    I've made it through the whole process outlined in the wiki, up to installing with pacman.  Pacman is telling me that the stock arch kernel is a conflicting package and wants to remove it.  I want to hang on to it in case I've messed something up.  What am I doing wrong?  I know you can have two kernels installed.  Using the traditional way I can get this, but I'd rather keep to doing things The Arch Way.
    Last edited by Morrvick (2011-11-17 00:40:30)

    I double checked what I was doing, and I have done that.  Here is my modified PKGBUILD:
    # $Id: PKGBUILD 130991 2011-07-09 12:23:51Z thomas $
    # Maintainer: Tobias Powalowski <[email protected]>
    # Maintainer: Thomas Baechler <[email protected]>
    pkgbase=linux
    #pkgname=('linux' 'linux-headers' 'linux-docs') # Build stock -ARCH kernel
    pkgname=('linux-morrvick' 'linux-headers-morrvick') # Build kernel with a different name
    _kernelname=${pkgname#linux}
    _basekernel=3.1
    pkgver=${_basekernel}.1
    pkgrel=1
    arch=('i686' 'x86_64')
    url="http://www.kernel.org/"
    license=('GPL2')
    makedepends=('xmlto' 'docbook-xsl')
    options=('!strip')
    source=("http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.1.tar.xz"
    "http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz"
    # the main kernel config files
    'config' 'config.x86_64'
    # standard config files for mkinitcpio ramdisk
    "${pkgname}.preset"
    'change-default-console-loglevel.patch'
    'i915-fix-ghost-tv-output.patch'
    'i915-fix-incorrect-error-message.patch'
    'usb-add-reset-resume-quirk-for-several-webcams.patch')
    md5sums=('edbdc798f23ae0f8045c82f6fa22c536'
    '2bf7eb28a58238e1a062fa7393bf7824'
    'cbaaa923f00c1935055273ccc1630144'
    '93687a4b7e1e6bcd4e7417d6e5079bc4'
    'eb14dcfd80c00852ef81ded6e826826a'
    '9d3c56a4b999c8bfbd4018089a62f662'
    '263725f20c0b9eb9c353040792d644e5'
    'a50c9076012cb2dda49952dc6ec3e9c1'
    '52d41fa61e80277ace2b994412a0c856')
    build() {
    cd "${srcdir}/linux-${_basekernel}"
    # add upstream patch
    patch -p1 -i "${srcdir}/patch-${pkgver}"
    # add latest fixes from stable queue, if needed
    # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
    # Some chips detect a ghost TV output
    # mailing list discussion: http://lists.freedesktop.org/archives/intel-gfx/2011-April/010371.html
    # Arch Linux bug report: FS#19234
    # It is unclear why this patch wasn't merged upstream, it was accepted,
    # then dropped because the reasoning was unclear. However, it is clearly
    # needed.
    patch -Np1 -i "${srcdir}/i915-fix-ghost-tv-output.patch"
    # In 3.1.1, a DRM_DEBUG message is falsely declared as DRM_ERROR. This
    # worries users, as this message is displayed even at loglevel 4. Fix
    # this.
    patch -Np1 -i "${srcdir}/i915-fix-incorrect-error-message.patch"
    # Add the USB_QUIRK_RESET_RESUME for several webcams
    # FS#26528
    patch -Np1 -i "${srcdir}/usb-add-reset-resume-quirk-for-several-webcams.patch"
    # set DEFAULT_CONSOLE_LOGLEVEL to 4 (same value as the 'quiet' kernel param)
    # remove this when a Kconfig knob is made available by upstream
    # (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)
    patch -Np1 -i "${srcdir}/change-default-console-loglevel.patch"
    if [ "${CARCH}" = "x86_64" ]; then
    cat "${srcdir}/config.x86_64" > ./.config
    else
    cat "${srcdir}/config" > ./.config
    fi
    if [ "${_kernelname}" != "" ]; then
    sed -i "s|CONFIG_LOCALVERSION=.*|CONFIG_LOCALVERSION=\"${_kernelname}\"|g" ./.config
    fi
    # set extraversion to pkgrel
    sed -ri "s|^(EXTRAVERSION =).*|\1 -${pkgrel}|" Makefile
    # get kernel version
    make prepare
    # load configuration
    # Configure the kernel. Replace the line below with one of your choice.
    #make menuconfig # CLI menu for configuration
    #make nconfig # new CLI menu for configuration
    make xconfig # X-based configuration
    #make oldconfig # using old config from previous kernel version
    # ... or manually edit .config
    # stop here
    # this is useful to configure the kernel
    #msg "Stopping build"
    #return 1
    yes "" | make config
    # build!
    make ${MAKEFLAGS} bzImage modules
    package_linux-morrvick() {
    pkgdesc="The Linux Kernel and modules"
    groups=('base')
    depends=('coreutils' 'linux-firmware' 'module-init-tools>=3.16' 'mkinitcpio>=0.7')
    optdepends=('crda: to set the correct wireless channels of your country')
    provides=('kernel26')
    conflicts=('kernel26')
    replaces=('kernel26')
    backup=("etc/mkinitcpio.d/${pkgname}.preset")
    install=${pkgname}.install
    cd "${srcdir}/linux-${_basekernel}"
    KARCH=x86
    # get kernel version
    _kernver="$(make kernelrelease)"
    mkdir -p "${pkgdir}"/{lib/modules,lib/firmware,boot}
    make INSTALL_MOD_PATH="${pkgdir}" modules_install
    cp arch/$KARCH/boot/bzImage "${pkgdir}/boot/vmlinuz-${pkgname}"
    # add vmlinux
    install -D -m644 vmlinux "${pkgdir}/usr/src/linux-${_kernver}/vmlinux"
    # install fallback mkinitcpio.conf file and preset file for kernel
    install -D -m644 "${srcdir}/${pkgname}.preset" "${pkgdir}/etc/mkinitcpio.d/${pkgname}.preset"
    # set correct depmod command for install
    sed \
    -e "s/KERNEL_NAME=.*/KERNEL_NAME=${_kernelname}/g" \
    -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g" \
    -i "${startdir}/${pkgname}.install"
    sed \
    -e "s|ALL_kver=.*|ALL_kver=\"/boot/vmlinuz-${pkgname}\"|g" \
    -e "s|default_image=.*|default_image=\"/boot/initramfs-${pkgname}.img\"|g" \
    -e "s|fallback_image=.*|fallback_image=\"/boot/initramfs-${pkgname}-fallback.img\"|g" \
    -i "${pkgdir}/etc/mkinitcpio.d/${pkgname}.preset"
    # remove build and source links
    rm -f "${pkgdir}"/lib/modules/${_kernver}/{source,build}
    # remove the firmware
    rm -rf "${pkgdir}/lib/firmware"
    # gzip -9 all modules to save 100MB of space
    find "${pkgdir}" -name '*.ko' -exec gzip -9 {} \;
    # make room for external modules
    ln -s "../extramodules-${_basekernel}${_kernelname:--ARCH}" "${pkgdir}/lib/modules/${_kernver}/extramodules"
    # add real version for building modules and running depmod from post_install/upgrade
    mkdir -p "${pkgdir}/lib/modules/extramodules-${_basekernel}${_kernelname:--ARCH}"
    echo "${_kernver}" > "${pkgdir}/lib/modules/extramodules-${_basekernel}${_kernelname:--ARCH}/version"
    package_linux-headers-morrvick() {
    pkgdesc="Header files and scripts for building modules for linux kernel"
    provides=('kernel26-headers')
    conflicts=('kernel26-headers')
    replaces=('kernel26-headers')
    mkdir -p "${pkgdir}/lib/modules/${_kernver}"
    cd "${pkgdir}/lib/modules/${_kernver}"
    ln -sf ../../../usr/src/linux-${_kernver} build
    cd "${srcdir}/linux-${_basekernel}"
    install -D -m644 Makefile \
    "${pkgdir}/usr/src/linux-${_kernver}/Makefile"
    install -D -m644 kernel/Makefile \
    "${pkgdir}/usr/src/linux-${_kernver}/kernel/Makefile"
    install -D -m644 .config \
    "${pkgdir}/usr/src/linux-${_kernver}/.config"
    mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/include"
    for i in acpi asm-generic config crypto drm generated linux math-emu \
    media net pcmcia scsi sound trace video xen; do
    cp -a include/${i} "${pkgdir}/usr/src/linux-${_kernver}/include/"
    done
    # copy arch includes for external modules
    mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/arch/x86"
    cp -a arch/x86/include "${pkgdir}/usr/src/linux-${_kernver}/arch/x86/"
    # copy files necessary for later builds, like nvidia and vmware
    cp Module.symvers "${pkgdir}/usr/src/linux-${_kernver}"
    cp -a scripts "${pkgdir}/usr/src/linux-${_kernver}"
    # fix permissions on scripts dir
    chmod og-w -R "${pkgdir}/usr/src/linux-${_kernver}/scripts"
    mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/.tmp_versions"
    mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/arch/${KARCH}/kernel"
    cp arch/${KARCH}/Makefile "${pkgdir}/usr/src/linux-${_kernver}/arch/${KARCH}/"
    if [ "${CARCH}" = "i686" ]; then
    cp arch/${KARCH}/Makefile_32.cpu "${pkgdir}/usr/src/linux-${_kernver}/arch/${KARCH}/"
    fi
    cp arch/${KARCH}/kernel/asm-offsets.s "${pkgdir}/usr/src/linux-${_kernver}/arch/${KARCH}/kernel/"
    # add headers for lirc package
    mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/drivers/media/video"
    cp drivers/media/video/*.h "${pkgdir}/usr/src/linux-${_kernver}/drivers/media/video/"
    for i in bt8xx cpia2 cx25840 cx88 em28xx et61x251 pwc saa7134 sn9c102; do
    mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/drivers/media/video/${i}"
    cp -a drivers/media/video/${i}/*.h "${pkgdir}/usr/src/linux-${_kernver}/drivers/media/video/${i}"
    done
    # add docbook makefile
    install -D -m644 Documentation/DocBook/Makefile \
    "${pkgdir}/usr/src/linux-${_kernver}/Documentation/DocBook/Makefile"
    # add dm headers
    mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/drivers/md"
    cp drivers/md/*.h "${pkgdir}/usr/src/linux-${_kernver}/drivers/md"
    # add inotify.h
    mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/include/linux"
    cp include/linux/inotify.h "${pkgdir}/usr/src/linux-${_kernver}/include/linux/"
    # add wireless headers
    mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/net/mac80211/"
    cp net/mac80211/*.h "${pkgdir}/usr/src/linux-${_kernver}/net/mac80211/"
    # add dvb headers for external modules
    # in reference to:
    # http://bugs.archlinux.org/task/9912
    mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/drivers/media/dvb/dvb-core"
    cp drivers/media/dvb/dvb-core/*.h "${pkgdir}/usr/src/linux-${_kernver}/drivers/media/dvb/dvb-core/"
    # and...
    # http://bugs.archlinux.org/task/11194
    mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/include/config/dvb/"
    cp include/config/dvb/*.h "${pkgdir}/usr/src/linux-${_kernver}/include/config/dvb/"
    # add dvb headers for http://mcentral.de/hg/~mrec/em28xx-new
    # in reference to:
    # http://bugs.archlinux.org/task/13146
    mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/drivers/media/dvb/frontends/"
    cp drivers/media/dvb/frontends/lgdt330x.h "${pkgdir}/usr/src/linux-${_kernver}/drivers/media/dvb/frontends/"
    cp drivers/media/video/msp3400-driver.h "${pkgdir}/usr/src/linux-${_kernver}/drivers/media/dvb/frontends/"
    # add dvb headers
    # in reference to:
    # http://bugs.archlinux.org/task/20402
    mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/drivers/media/dvb/dvb-usb"
    cp drivers/media/dvb/dvb-usb/*.h "${pkgdir}/usr/src/linux-${_kernver}/drivers/media/dvb/dvb-usb/"
    mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/drivers/media/dvb/frontends"
    cp drivers/media/dvb/frontends/*.h "${pkgdir}/usr/src/linux-${_kernver}/drivers/media/dvb/frontends/"
    mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/drivers/media/common/tuners"
    cp drivers/media/common/tuners/*.h "${pkgdir}/usr/src/linux-${_kernver}/drivers/media/common/tuners/"
    # add xfs and shmem for aufs building
    mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/fs/xfs"
    mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/mm"
    cp fs/xfs/xfs_sb.h "${pkgdir}/usr/src/linux-${_kernver}/fs/xfs/xfs_sb.h"
    # copy in Kconfig files
    for i in `find . -name "Kconfig*"`; do
    mkdir -p "${pkgdir}"/usr/src/linux-${_kernver}/`echo ${i} | sed 's|/Kconfig.*||'`
    cp ${i} "${pkgdir}/usr/src/linux-${_kernver}/${i}"
    done
    chown -R root.root "${pkgdir}/usr/src/linux-${_kernver}"
    find "${pkgdir}/usr/src/linux-${_kernver}" -type d -exec chmod 755 {} \;
    # strip scripts directory
    find "${pkgdir}/usr/src/linux-${_kernver}/scripts" -type f -perm -u+w 2>/dev/null | while read binary ; do
    case "$(file -bi "${binary}")" in
    *application/x-sharedlib*) # Libraries (.so)
    /usr/bin/strip ${STRIP_SHARED} "${binary}";;
    *application/x-archive*) # Libraries (.a)
    /usr/bin/strip ${STRIP_STATIC} "${binary}";;
    *application/x-executable*) # Binaries
    /usr/bin/strip ${STRIP_BINARIES} "${binary}";;
    esac
    done
    # remove unneeded architectures
    rm -rf "${pkgdir}"/usr/src/linux-${_kernver}/arch/{alpha,arm,arm26,avr32,blackfin,cris,frv,h8300,ia64,m32r,m68k,m68knommu,mips,microblaze,mn10300,parisc,powerpc,ppc,s390,sh,sh64,sparc,sparc64,um,v850,xtensa}
    package_linux-docs() {
    pkgdesc="Kernel hackers manual - HTML documentation that comes with the Linux kernel."
    provides=('kernel26-docs')
    conflicts=('kernel26-docs')
    replaces=('kernel26-docs')
    cd "${srcdir}/linux-${_basekernel}"
    mkdir -p "${pkgdir}/usr/src/linux-${_kernver}"
    cp -al Documentation "${pkgdir}/usr/src/linux-${_kernver}"
    find "${pkgdir}" -type f -exec chmod 444 {} \;
    find "${pkgdir}" -type d -exec chmod 755 {} \;
    # remove a file already in linux package
    rm -f "${pkgdir}/usr/src/linux-${_kernver}/Documentation/DocBook/Makefile"
    After the compiling is finished:
    sudo pacman -U linux-morrvick-3.1.1-1-x86_64.pkg.tar.xz
    Password:
    resolving dependencies...
    looking for inter-conflicts...
    :: linux-morrvick and linux are in conflict (kernel26). Remove linux? [y/N] n
    error: unresolvable package conflicts detected
    error: failed to prepare transaction (conflicting dependencies)
    :: linux-morrvick and linux are in conflict (kernel26)
    Any thoughts?

  • Problem sorting JTable with custom cell editor

    Greetings,
    I have created a JTable with a JComboBox as the cell editor for the first column. However, I couldn't simply set the default cell editor for the column to be a JComboBox, since the values within the list were different for each row. So instead, I implemented a custom cell editor that is basically just a hashtable of cell editors that allows you to have a different editor for each row in the table (based on the ideas in the EachRowEditor I've seen in some FAQs - see the code below). I also used a custom table model that is essentially like the JDBCAdapter in the Java examples that populates the table with a query to a database.
    The problem comes when I try to sort the table using the TableSorter and TableMap classes recommended in the Java Tutorials on JTables. All of the static (uneditable) columns in the JTable sort fine, but the custom cell editor column doesn't sort at all. I think that the problem is that the hashtable storing the cell editors never gets re-ordered, but I can't see a simple way to do that (how to know the old row index verses the new row index after a sort). I think that I could implement this manually, if I knew the old/new indexes...
    Here's the code I use to create the JTable:
    // Create the Table Model
    modelCRM = new ContactTableModel();
    // Create the Table Sorter
    sorterCRM = new TableSorter(modelCRM);
    // Create the table
    tblCRM = new JTable(sorterCRM);
    // Add the event listener for the sorter
    sorterCRM.addMouseListenerToHeaderInTable(tblCRM);
    Then, I populate the column for the custom cell editor like this:
    // Add the combo box for editing company
    TableColumn matchColumn = getTable().getColumn("Match");
    RowCellEditor rowEditor = new RowCellEditor();
    // loop through and build the combobox for each row
    for (int i = 0; i < getTable().getRowCount(); i++) {
    JComboBox cb = new JComboBox();
    cb.addItem("New");
    //... code to populate the combo box (removed for clarity)
    rowEditor.add(i,new DefaultCellEditor(cb, i))); //TF
    } // end for
    matchColumn.setCellEditor(rowEditor);
    Any ideas how to do this, or is there a better way to either sort the JTable or use a combobox with different values for each row? Please let me know if more code would help make this clearer...
    Thanks,
    Ted
    import java.util.*;
    import java.awt.*;
    import javax.swing.*;
    import javax.swing.table.*;
    import javax.swing.event.*;
    public class RowCellEditor implements TableCellEditor
    protected Hashtable editors;
    protected TableCellEditor editor, defaultEditor;
    public RowCellEditor()
    editors = new Hashtable();
    defaultEditor = new DefaultCellEditor(new JTextField());
    public void add(int row, TableCellEditor editor)
    editors.put(new Integer(row), editor);
    public Component getTableCellEditorComponent(JTable table,
    Object value,
    boolean isSelected,
    int row,
    int column)
    editor = (TableCellEditor) editors.get(new Integer(row));
    if (editor == null)
    editor = defaultEditor;
    return editor.getTableCellEditorComponent(table,
    value,
    isSelected,
    row,
    column);
    public Object getCellEditorValue() {
    return editor.getCellEditorValue();
    public boolean stopCellEditing() {
    return editor.stopCellEditing();
    public void cancelCellEditing() {
    editor.cancelCellEditing();
    public boolean isCellEditable(EventObject anEvent) {
    return true; //TF
    //return editor.isCellEditable(anEvent);
    public void addCellEditorListener(CellEditorListener l) {
    editor.addCellEditorListener(l);
    public void removeCellEditorListener(CellEditorListener l) {
    editor.removeCellEditorListener(l);
    public boolean shouldSelectCell(EventObject anEvent) {
    return editor.shouldSelectCell(anEvent);
    -------------------

    Well, I found a solution in another post
    (see http://forum.java.sun.com/thread.jsp?forum=57&thread=175984&message=953833#955064 for more details).
    Basically, I use the table sorter to translate the row index for the hashtable of my custom cell editors. I did this by adding this method to the sorter:
    // This method is used to get the correct row for the custom cell
    // editor (after the table has been sorted)
    public int translateRow(int sortedRowIndex)
    checkModel();
    return indexes[sortedRowIndex];
    } // end translateRow()
    Then, when I create the custom cell editor, I pass in a reference to the sorter so that when the getTableCellEditorComponent() method is called I can translate the row to the newly sorted row before returning the editor from the hashtable.

  • Solved: Compiling Ralink 2860 module on eee 1000H

    When I try to compile the ralink 2860 drivers (1.8.0.0) I get
    make[1]: Entering directory `/lib/modules/2.6.28eee/build'
    make[1]: *** No rule to make target `modules'.  Stop.
    make[1]: Leaving directory `/lib/modules/2.6.28eee/build'
    make: *** [LINUX] Error 2
    No idea why. I did modify the PKGBUILD like it said to. What am I missing?
    Last edited by donryanocero (2009-02-21 03:48:53)

    Solved. make modules_install again took care of it.

  • Problem in PA30 with custom infotype

    Hi,
    I created a custom infotype 9001 and i  want to check the correctness of the infotype in PA30 but when enter the personnel no and infotype as 9001 and click on create it goes to short dump and an error arises "Dialog module "RP_9001 " not found".
    Waiting for ur reply......
    Thanks,
    Ali

    Hello  Frn  ,
          when you follow the Step for creating the infotype ...
      at the time of creating the new entries (when you press the button for infotype Charatcerstics) a screen appears ..where you need to give the
    Screen No ....
    list Screen ..
    Dialog module ...
    check all the entries ...
    Thanks and Regards..
    Priyank

  • Can somebody solve a problem of jsp with xml

    I have written the following code to generate a web page.
    the application will get some data from a xml file and show it in the web page.
    The problem is it is showing null for all the xml properties.
    When i used the java scriplet as a seperate java file, it seems to be running fine.
    Can somebody help me:-
    <%@ page language="java" contentType="text/html;charset=UTF-8"%>
    <%@ taglib uri="netui-tags-databinding.tld" prefix="netui-data"%>
    <%@ taglib uri="netui-tags-html.tld" prefix="netui"%>
    <%@ taglib uri="netui-tags-template.tld" prefix="netui-template"%>
    <%@ page import="java.io.*" %>
    <%@ page import="java.util.*" %>
    <%@ page import="org.w3c.dom.*" %>
    <%@ page import="org.xml.sax.*" %>
    <%@ page import="javax.xml.transform.TransformerFactory" %>
    <%@ page import="javax.xml.transform.Transformer" %>
    <%@ page import="javax.xml.transform.TransformerException" %>
    <%@ page import="javax.xml.transform.dom.DOMSource" %>
    <%@ page import="javax.xml.transform.stream.StreamResult" %>
    <%@ page import="javax.xml.transform.*" %>
    <%@ page import="javax.xml.parsers.*" %>
    <%@ page import="javax.xml.*" %>
    <%@ page import="javax.xml.transform.stream.StreamSource" %>
    <%!
    DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
    %>
    <html>
    <head>
    <title>Main Page</title>
    <link rel="stylesheet" href="Styles1.css" type="text/css">
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <body leftmargin="0" topmargin="0">
    <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                   <td>
                        <table width="100%" height="50" border="0" cellspacing="0" cellpadding="0">
                             <tr>
                                  <td>
                                  </td>
                             </tr>
                        </table>
                        <table width="100%" height="17" bgcolor="#FFCC00" border="0" cellspacing="0" cellpadding="6">
                             <tr>
                                  <td>
    <%
    try
    DocumentBuilder builder = factory.newDocumentBuilder();
    System.out.println("Builder: "+builder);
    Document document = builder.parse("config.xml");
    System.out.println("Document: What happened "+document);
    document.getDocumentElement().normalize();
    Node ParentNode = document.getDocumentElement();
    System.out.println("Node: "+ParentNode);
    //NodeList list = document.getElementsByTagName("TimeSheet");
    for(Node child= ParentNode.getFirstChild(); child != null; child = child.getNextSibling())
    try{
    if(child.getNodeType()==Node.ELEMENT_NODE)
    String Vals = child.getFirstChild().getNodeValue().toString();
    System.out.println("Hi: "+Vals);
    %>
                                  <%=Vals%> |
    <%
    catch (NullPointerException nex)
    System.out.println("Null Exception : "+nex);
    catch (Exception ex)
    System.out.println("Exception : "+ex);
    %> <a href="Log-out |
                                  </td>
                             </tr>
                        </table>
                        </td>
              </tr>
         </table>
    </body>
    </html>
    I wil be thankful for that
    Ottran

    Hi can anyone solve the above problem

  • How could i solve this problem 'service battery with yellow triangle ' ?

    <Image Edited by Host to Remove Personal Information>

    If the battery is user-serviceable, then replace it with a new battery. If it isn't user-serviceable, then take it to your local Apple shop to have the battery replaced.

  • How do I solve this problem I have with Itunes?

    Suddenly a good chunk of my itunes music library can't be found.  The songs are on my ipod but itunes says it can't find them on my computer.  Luckily I had a backup of most on an external drive but I had move these individually back to my itunes library. 
    How can I prevent this from happening again in the future?
    Thanks for helping!

    Connect a memory stick and assign the drive letter G: to it, or use this method.
    Open a Windows command prompt, e.g. Hit Start > Run, type in CMD and press OK.
    Type in SUBST G: C:\<enter>
    This will map G: to C: until the machine is restarted or you enter SUBST G: /D at the command prompt.
    tt2

Maybe you are looking for

  • Licensing Issue Quality Management 9.0 with UCCX 8.5

    Hi guys, The UCCX compatibility matrix, Cisco WFO System config Guide plus QM 9.0 installation guide all state QM9.0 is compatible with UCCX 8.5(SU3). We have ordered QM9.0 licenses using part number L-CCX-90-QM-L-K9=:L-CCX-90-QM-L-K9= : CCX 9.0 Qual

  • File path from specific directory

    hi all , How to get full file path from specific directory having many folder inside that directory. I have file name and main directory name,please help me if you know about it

  • How can i make a  flowing toolbar that stays in front of the main frame?

    I want to make a toolbar that has to stay in front of one of my JInternalFrame, this toolbar will have two buttons and they will change the states of some TextPanes in the JInternalFrame (font,styles, etc.). How can i do so?? how can i make it flow o

  • Problems with GFW Classes

    Hi I use the GFW classes to show a chart ! I works fine! When I leave the dynpro who show the chart, I call the method CALL METHOD GP_INST->IF_GRAPHIC_PROXY~FREE. When I call this Dynpro again It dow not show the chart not again! The Problem is that

  • Local portlet (jsr 168) in separate webapp possible?

    I have a running portal webapp with some portlets inside (from the tutorials). Now I want to add a jsr 168 portet to the portal. The portlet is to be in a separate webapp. I already have it as a war file, if possible I would like to drop the import t