You are not logged in.
Hi everyone.
I have a Nvidia card installed,
[mgesing@hal ~]$ nvidia-smi
Tue Feb 2 14:18:09 2016
+------------------------------------------------------+
| NVIDIA-SMI 340.96 Driver Version: 340.96 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 Quadro FX 580 Off | 0000:02:00.0 N/A | N/A |
| 40% 53C P0 N/A / N/A | 162MiB / 511MiB | N/A Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Compute processes: GPU Memory |
| GPU PID Process name Usage |
|=============================================================================|
| 0 Not Supported |
+-----------------------------------------------------------------------------+but it's giving me problems with some of my applications, and I'm getting this error:
X Error: code 2 major 154 minor 3: BadValue (integer parameter out of range for operation).
fmd_GLContext::create(): glXCreateContext() failed.
terminate called after throwing an instance of 'nex_PrimException<ipc_IPCMsgErrorTypeEnm, 1>'
Abaqus Error: Abaqus/CAE Kernel exited with an error.I have a co-worker who is using the same hardware, but running a diffirent distro (SUSE), His machine does not get the above error using version 310.40 of the NVIDIA driver, tyring to install that version via the .run package from NVIDIA I get the following error:
NVIDIA: calling KBUILD...
test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \
echo >&2; \
echo >&2 " ERROR: Kernel configuration is invalid."; \
echo >&2 " include/generated/autoconf.h or include/config/auto.conf are missing.";\
echo >&2 " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
echo >&2 ; \
/bin/false)https://bbs.archlinux.org/viewtopic.php?id=139057
describes making a PKGBUILD to solve a similar problem, but there is a broken link in that thread to a patch which is necessary to make that PKGBUILD work...
What is the best way for me to either a) get 340.96 to stop giving me Xerrors or b) get 310.40 installed?
Thanks.
Last edited by magesing (2016-02-03 15:39:45)
Offline
but it's giving me problems with some of my applications, and I'm gettint this error:
X Error: code 2 major 154 minor 3: BadValue (integer parameter out of range for operation). fmd_GLContext::create(): glXCreateContext() failed. terminate called after throwing an instance of 'nex_PrimException<ipc_IPCMsgErrorTypeEnm, 1>' Abaqus Error: Abaqus/CAE Kernel exited with an error.I have a co-worker who is using the same hardware, but running a diffirent distro (SUSE), His machine does not get the above error using version 310.40 of the NVIDIA driver, tyring to install that version via the .run package from NVIDIA I get the following error:
NVIDIA: calling KBUILD... test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \ echo >&2; \ echo >&2 " ERROR: Kernel configuration is invalid."; \ echo >&2 " include/generated/autoconf.h or include/config/auto.conf are missing.";\ echo >&2 " Run 'make oldconfig && make prepare' on kernel src to fix it."; \ echo >&2 ; \ /bin/false)https://bbs.archlinux.org/viewtopic.php?id=139057
describes making a PKGBUILD to solve a similar problem, but there is a broken link in that thread to a patch which is necessary to make that PKGBUILD work...
What is the best way for me to either a) get 340.96 to stop giving me Xerrors or b) get 310.40 installed?
Thanks.
Addressing b)
xorg-1180-enters-testing Xorg 1.18 is now in core and older nvidia drivers such as the one you are attempting to install do not support it so in addition to building that package you will need to build / install older versions of the xorg server packages this may also apply to packages that depend on members of the xorg server packages you have rebuilt.
Addressing a)
Not sure I will be able to to help solve the issue but more information would probably be useful to anyone trying to help you resolve it.
Is that all the output that is generated when you invoke a a failing program from the console?
Please also provide the xorg.log dmesg and the output of `pacman -Qs nvidia`
Offline
Is that all the output that is generated when you invoke a a failing program from the console?
I trimmed a few lines above, which were normal chatter between abaqus and the license server:
[mgesing@hal ~]$ abaqus cae
Abaqus License Manager checked out the following license(s):
"cae" release 6.14 from Flexnet server 132.156.102.238
<0 out of 20 licenses remain available>.
X Error: code 2 major 154 minor 3: BadValue (integer parameter out of range for operation).
fmd_GLContext::create(): glXCreateContext() failed.
terminate called after throwing an instance of 'nex_PrimException<ipc_IPCMsgErrorTypeEnm, 1>'
Abaqus Error: Abaqus/CAE Kernel exited with an error.Please also provide the xorg.log dmesg and the output of `pacman -Qs nvidia`
/var/log/Xorg.0.log:
[ 13994.989]
X.Org X Server 1.18.0
Release Date: 2015-11-09
[ 13994.989] X Protocol Version 11, Revision 0
[ 13994.989] Build Operating System: Linux 4.2.5-1-ARCH x86_64
[ 13994.989] Current Operating System: Linux hal 4.3.3-3-ARCH #1 SMP PREEMPT Wed Jan 20 08:12:23 CET 2016 x86_64
[ 13994.989] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=a1a314e0-e2a4-41f8-b5bf-f5881ccd906a rw quiet
[ 13994.989] Build Date: 08 January 2016 05:56:16PM
[ 13994.989]
[ 13994.989] Current version of pixman: 0.32.8
[ 13994.989] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 13994.989] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 13994.989] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Feb 2 17:40:12 2016
[ 13994.989] (==) Using config file: "/etc/X11/xorg.conf"
[ 13994.989] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 13994.989] (==) ServerLayout "Layout0"
[ 13994.989] (**) |-->Screen "Screen0" (0)
[ 13994.989] (**) | |-->Monitor "Monitor0"
[ 13994.989] (**) | |-->Device "Device0"
[ 13994.989] (**) |-->Input Device "Keyboard0"
[ 13994.989] (**) |-->Input Device "Mouse0"
[ 13994.989] (**) Option "Xinerama" "0"
[ 13994.989] (==) Automatically adding devices
[ 13994.989] (==) Automatically enabling devices
[ 13994.989] (==) Automatically adding GPU devices
[ 13994.989] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 13994.989] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 13994.989] Entry deleted from font path.
[ 13994.989] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 13994.989] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 13994.989] Entry deleted from font path.
[ 13994.989] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 13994.989] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/OTF/,
/usr/share/fonts/Type1/
[ 13994.989] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 13994.989] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 13994.989] (WW) Disabling Keyboard0
[ 13994.989] (WW) Disabling Mouse0
[ 13994.989] (II) Loader magic: 0x819d40
[ 13994.989] (II) Module ABI versions:
[ 13994.989] X.Org ANSI C Emulation: 0.4
[ 13994.989] X.Org Video Driver: 20.0
[ 13994.989] X.Org XInput driver : 22.1
[ 13994.989] X.Org Server Extension : 9.0
[ 13994.990] (++) using VT number 7
[ 13994.990] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 13994.991] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 13994.992] (--) PCI:*(0:2:0:0) 10de:0659:10de:063a rev 161, Mem @ 0xde000000/16777216, 0xa0000000/536870912, 0xdc000000/33554432, I/O @ 0x0000dc80/128, BIOS @ 0x????????/524288
[ 13994.992] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 13994.992] (II) LoadModule: "glx"
[ 13994.992] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 13995.000] (II) Module glx: vendor="NVIDIA Corporation"
[ 13995.000] compiled for 4.0.2, module version = 1.0.0
[ 13995.000] Module class: X.Org Server Extension
[ 13995.000] (II) NVIDIA GLX Module 340.96 Sun Nov 8 22:06:18 PST 2015
[ 13995.000] (II) LoadModule: "nvidia"
[ 13995.000] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 13995.000] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 13995.000] compiled for 4.0.2, module version = 1.0.0
[ 13995.000] Module class: X.Org Video Driver
[ 13995.000] (II) NVIDIA dlloader X Driver 340.96 Sun Nov 8 21:46:28 PST 2015
[ 13995.000] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 13995.001] (II) Loading sub module "fb"
[ 13995.001] (II) LoadModule: "fb"
[ 13995.001] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 13995.001] (II) Module fb: vendor="X.Org Foundation"
[ 13995.001] compiled for 1.18.0, module version = 1.0.0
[ 13995.001] ABI class: X.Org ANSI C Emulation, version 0.4
[ 13995.001] (WW) Unresolved symbol: fbGetGCPrivateKey
[ 13995.001] (II) Loading sub module "wfb"
[ 13995.001] (II) LoadModule: "wfb"
[ 13995.001] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 13995.001] (II) Module wfb: vendor="X.Org Foundation"
[ 13995.001] compiled for 1.18.0, module version = 1.0.0
[ 13995.001] ABI class: X.Org ANSI C Emulation, version 0.4
[ 13995.001] (II) Loading sub module "ramdac"
[ 13995.001] (II) LoadModule: "ramdac"
[ 13995.001] (II) Module "ramdac" already built-in
[ 13995.001] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 13995.001] (==) NVIDIA(0): RGB weight 888
[ 13995.001] (==) NVIDIA(0): Default visual is TrueColor
[ 13995.001] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 13995.001] (**) NVIDIA(0): Option "Stereo" "0"
[ 13995.002] (**) NVIDIA(0): Option "SLI" "Off"
[ 13995.002] (**) NVIDIA(0): Option "MultiGPU" "Off"
[ 13995.002] (**) NVIDIA(0): Option "BaseMosaic" "off"
[ 13995.002] (**) NVIDIA(0): Stereo disabled by request
[ 13995.002] (**) NVIDIA(0): NVIDIA SLI disabled.
[ 13995.002] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[ 13995.002] (**) NVIDIA(0): Option "MetaModes" "DVI-I-1: nvidia-auto-select +0+420, DP-1: nvidia-auto-select +1920+0 {rotation=left}; DVI-I-1: nvidia-auto-select +0+0; DVI-I-1: 1280x1024 +0+0; DVI-I-1: 1280x1024_60 +0+0; DVI-I-1: 1152x864 +0+0; DVI-I-1: 1024x768 +0+0; DVI-I-1: 1024x768_60 +0+0; DVI-I-1: 800x600 +0+0; DVI-I-1: 800x600_60 +0+0; DVI-I-1: 640x480 +0+0; DVI-I-1: 640x480_60 +0+0; DVI-I-1: nvidia-auto-select +0+0 {viewportin=1680x1050, viewportout=1728x1080+96+0}; DVI-I-1: nvidia-auto-select +0+0 {viewportin=1440x900, viewportout=1728x1080+96+0}; DVI-I-1: nvidia-auto-select +0+0 {viewportin=1366x768, viewportout=1920x1079+0+0}; DVI-I-1: nvidia-auto-select +0+0 {viewportin=1280x800, viewportout=1728x1080+96+0}; DVI-I-1: nvidia-auto-select +0+0 {viewportin=1280x720}"
[ 13995.002] (**) NVIDIA(0): Enabling 2D acceleration
[ 13995.867] (II) NVIDIA(0): Display (DELL P2412H (DFP-0)) does not support NVIDIA 3D
[ 13995.867] (II) NVIDIA(0): Vision stereo.
[ 13995.894] (II) NVIDIA(0): Display (DELL P2412H (DFP-2)) does not support NVIDIA 3D
[ 13995.894] (II) NVIDIA(0): Vision stereo.
[ 13995.894] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
[ 13995.898] (II) NVIDIA(0): NVIDIA GPU Quadro FX 580 (G96GL) at PCI:2:0:0 (GPU-0)
[ 13995.898] (--) NVIDIA(0): Memory: 524288 kBytes
[ 13995.898] (--) NVIDIA(0): VideoBIOS: 62.94.63.00.12
[ 13995.898] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 13995.901] (--) NVIDIA(0): Valid display device(s) on Quadro FX 580 at PCI:2:0:0
[ 13995.901] (--) NVIDIA(0): CRT-0
[ 13995.901] (--) NVIDIA(0): DELL P2412H (DFP-0) (boot, connected)
[ 13995.901] (--) NVIDIA(0): DFP-1
[ 13995.901] (--) NVIDIA(0): DELL P2412H (DFP-2) (connected)
[ 13995.901] (--) NVIDIA(0): DFP-3
[ 13995.901] (--) NVIDIA(0): DFP-4
[ 13995.901] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 13995.902] (--) NVIDIA(0): DELL P2412H (DFP-0): Internal TMDS
[ 13995.902] (--) NVIDIA(GPU-0): DELL P2412H (DFP-0): 330.0 MHz maximum pixel clock
[ 13995.902] (--) NVIDIA(0): DFP-1: Internal TMDS
[ 13995.902] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 13995.902] (--) NVIDIA(0): DELL P2412H (DFP-2): Internal TMDS
[ 13995.902] (--) NVIDIA(GPU-0): DELL P2412H (DFP-2): 165.0 MHz maximum pixel clock
[ 13995.902] (--) NVIDIA(0): DFP-3: Internal DisplayPort
[ 13995.902] (--) NVIDIA(GPU-0): DFP-3: 480.0 MHz maximum pixel clock
[ 13995.902] (--) NVIDIA(0): DFP-4: Internal DisplayPort
[ 13995.902] (--) NVIDIA(GPU-0): DFP-4: 480.0 MHz maximum pixel clock
[ 13995.902] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 13995.902] (**) NVIDIA(0): device DELL P2412H (DFP-0) (Using EDID frequencies has
[ 13995.902] (**) NVIDIA(0): been enabled on all display devices.)
[ 13995.904] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 13995.904] (**) NVIDIA(0): device DELL P2412H (DFP-2) (Using EDID frequencies has
[ 13995.904] (**) NVIDIA(0): been enabled on all display devices.)
[ 13995.908] (II) NVIDIA(0): Validated MetaModes:
[ 13995.908] (II) NVIDIA(0):
[ 13995.908] (II) NVIDIA(0): "DVI-I-1:nvidia-auto-select+0+420,DP-1:nvidia-auto-select+1920+0{rotation=left}"
[ 13995.908] (II) NVIDIA(0): "DVI-I-1:nvidia-auto-select+0+0"
[ 13995.908] (II) NVIDIA(0): "DVI-I-1:1280x1024+0+0"
[ 13995.908] (II) NVIDIA(0): "DVI-I-1:1280x1024_60+0+0"
[ 13995.908] (II) NVIDIA(0): "DVI-I-1:1152x864+0+0"
[ 13995.908] (II) NVIDIA(0): "DVI-I-1:1024x768+0+0"
[ 13995.908] (II) NVIDIA(0): "DVI-I-1:1024x768_60+0+0"
[ 13995.908] (II) NVIDIA(0): "DVI-I-1:800x600+0+0"
[ 13995.908] (II) NVIDIA(0): "DVI-I-1:800x600_60+0+0"
[ 13995.908] (II) NVIDIA(0): "DVI-I-1:640x480+0+0"
[ 13995.908] (II) NVIDIA(0): "DVI-I-1:640x480_60+0+0"
[ 13995.908] (II) NVIDIA(0):
[ 13995.908] (II) NVIDIA(0): "DVI-I-1:nvidia-auto-select+0+0{viewportin=1680x1050,viewportout=1728x1080+96+0}"
[ 13995.908] (II) NVIDIA(0):
[ 13995.908] (II) NVIDIA(0): "DVI-I-1:nvidia-auto-select+0+0{viewportin=1440x900,viewportout=1728x1080+96+0}"
[ 13995.908] (II) NVIDIA(0):
[ 13995.908] (II) NVIDIA(0): "DVI-I-1:nvidia-auto-select+0+0{viewportin=1366x768,viewportout=1920x1079+0+0}"
[ 13995.908] (II) NVIDIA(0):
[ 13995.908] (II) NVIDIA(0): "DVI-I-1:nvidia-auto-select+0+0{viewportin=1280x800,viewportout=1728x1080+96+0}"
[ 13995.908] (II) NVIDIA(0): "DVI-I-1:nvidia-auto-select+0+0{viewportin=1280x720}"
[ 13995.908] (II) NVIDIA(0): Virtual screen size determined to be 3000 x 1920
[ 13995.943] (--) NVIDIA(0): DPI set to (92, 91); computed from "UseEdidDpi" X config
[ 13995.943] (--) NVIDIA(0): option
[ 13995.943] (--) Depth 24 pixmap format is 32 bpp
[ 13995.943] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[ 13995.946] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 13995.946] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 13995.946] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 13995.946] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 13995.946] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 13995.946] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 13995.946] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 13995.946] (II) NVIDIA(0): Config Options in the README.
[ 13995.949] (II) NVIDIA(0): Setting mode "DVI-I-1:nvidia-auto-select+0+420,DP-1:nvidia-auto-select+1920+0{rotation=left}"
[ 13996.215] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 13996.215] (==) NVIDIA(0): Backing store enabled
[ 13996.215] (==) NVIDIA(0): Silken mouse enabled
[ 13996.215] (**) NVIDIA(0): DPMS enabled
[ 13996.215] (II) Loading sub module "dri2"
[ 13996.215] (II) LoadModule: "dri2"
[ 13996.215] (II) Module "dri2" already built-in
[ 13996.215] (II) NVIDIA(0): [DRI2] Setup complete
[ 13996.215] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 13996.215] (--) RandR disabled
[ 13996.219] (II) Initializing extension GLX
[ 13996.219] (II) Indirect GLX disabled.(II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 13996.254] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 13996.254] (II) LoadModule: "evdev"
[ 13996.254] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 13996.254] (II) Module evdev: vendor="X.Org Foundation"
[ 13996.254] compiled for 1.18.0, module version = 2.10.1
[ 13996.254] Module class: X.Org XInput Driver
[ 13996.254] ABI class: X.Org XInput driver, version 22.1
[ 13996.254] (II) Using input driver 'evdev' for 'Power Button'
[ 13996.254] (**) Power Button: always reports core events
[ 13996.254] (**) evdev: Power Button: Device: "/dev/input/event3"
[ 13996.254] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 13996.254] (--) evdev: Power Button: Found keys
[ 13996.254] (II) evdev: Power Button: Configuring as keyboard
[ 13996.254] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event3"
[ 13996.254] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 13996.254] (**) Option "xkb_rules" "evdev"
[ 13996.254] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 13996.254] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 13996.254] (II) Using input driver 'evdev' for 'Power Button'
[ 13996.255] (**) Power Button: always reports core events
[ 13996.255] (**) evdev: Power Button: Device: "/dev/input/event2"
[ 13996.255] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 13996.255] (--) evdev: Power Button: Found keys
[ 13996.255] (II) evdev: Power Button: Configuring as keyboard
[ 13996.255] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4/event2"
[ 13996.255] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 13996.255] (**) Option "xkb_rules" "evdev"
[ 13996.255] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/event0)
[ 13996.255] (**) PixArt USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 13996.255] (II) Using input driver 'evdev' for 'PixArt USB Optical Mouse'
[ 13996.255] (**) PixArt USB Optical Mouse: always reports core events
[ 13996.255] (**) evdev: PixArt USB Optical Mouse: Device: "/dev/input/event0"
[ 13996.308] (--) evdev: PixArt USB Optical Mouse: Vendor 0x461 Product 0x4e22
[ 13996.308] (--) evdev: PixArt USB Optical Mouse: Found 12 mouse buttons
[ 13996.308] (--) evdev: PixArt USB Optical Mouse: Found scroll wheel(s)
[ 13996.308] (--) evdev: PixArt USB Optical Mouse: Found relative axes
[ 13996.308] (--) evdev: PixArt USB Optical Mouse: Found x and y relative axes
[ 13996.308] (II) evdev: PixArt USB Optical Mouse: Configuring as mouse
[ 13996.308] (II) evdev: PixArt USB Optical Mouse: Adding scrollwheel support
[ 13996.308] (**) evdev: PixArt USB Optical Mouse: YAxisMapping: buttons 4 and 5
[ 13996.308] (**) evdev: PixArt USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 13996.308] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2:1.0/0003:0461:4E22.000A/input/input21/event0"
[ 13996.308] (II) XINPUT: Adding extended input device "PixArt USB Optical Mouse" (type: MOUSE, id 8)
[ 13996.308] (II) evdev: PixArt USB Optical Mouse: initialized for relative axes.
[ 13996.309] (**) PixArt USB Optical Mouse: (accel) keeping acceleration scheme 1
[ 13996.309] (**) PixArt USB Optical Mouse: (accel) acceleration profile 0
[ 13996.309] (**) PixArt USB Optical Mouse: (accel) acceleration factor: 2.000
[ 13996.309] (**) PixArt USB Optical Mouse: (accel) acceleration threshold: 4
[ 13996.309] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/mouse0)
[ 13996.309] (II) No input driver specified, ignoring this device.
[ 13996.309] (II) This device may have been added with another device file.
[ 13996.309] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event7)
[ 13996.309] (II) No input driver specified, ignoring this device.
[ 13996.309] (II) This device may have been added with another device file.
[ 13996.309] (II) config/udev: Adding input device HDA Intel Line Out (/dev/input/event8)
[ 13996.309] (II) No input driver specified, ignoring this device.
[ 13996.309] (II) This device may have been added with another device file.
[ 13996.310] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event9)
[ 13996.310] (II) No input driver specified, ignoring this device.
[ 13996.310] (II) This device may have been added with another device file.
[ 13996.310] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event5)
[ 13996.310] (II) No input driver specified, ignoring this device.
[ 13996.310] (II) This device may have been added with another device file.
[ 13996.310] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event6)
[ 13996.310] (II) No input driver specified, ignoring this device.
[ 13996.310] (II) This device may have been added with another device file.
[ 13996.311] (II) config/udev: Adding input device Dell Dell USB Entry Keyboard (/dev/input/event1)
[ 13996.311] (**) Dell Dell USB Entry Keyboard: Applying InputClass "evdev keyboard catchall"
[ 13996.311] (II) Using input driver 'evdev' for 'Dell Dell USB Entry Keyboard'
[ 13996.311] (**) Dell Dell USB Entry Keyboard: always reports core events
[ 13996.311] (**) evdev: Dell Dell USB Entry Keyboard: Device: "/dev/input/event1"
[ 13996.311] (--) evdev: Dell Dell USB Entry Keyboard: Vendor 0x413c Product 0x2107
[ 13996.311] (--) evdev: Dell Dell USB Entry Keyboard: Found keys
[ 13996.311] (II) evdev: Dell Dell USB Entry Keyboard: Configuring as keyboard
[ 13996.311] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.0/0003:413C:2107.0002/input/input3/event1"
[ 13996.311] (II) XINPUT: Adding extended input device "Dell Dell USB Entry Keyboard" (type: KEYBOARD, id 9)
[ 13996.311] (**) Option "xkb_rules" "evdev"
[ 13996.311] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[ 13996.311] (II) No input driver specified, ignoring this device.
[ 13996.311] (II) This device may have been added with another device file.
[ 13996.311] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event10)
[ 13996.311] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 13996.311] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
[ 13996.311] (**) Dell WMI hotkeys: always reports core events
[ 13996.311] (**) evdev: Dell WMI hotkeys: Device: "/dev/input/event10"
[ 13996.312] (--) evdev: Dell WMI hotkeys: Vendor 0 Product 0
[ 13996.312] (--) evdev: Dell WMI hotkeys: Found keys
[ 13996.312] (II) evdev: Dell WMI hotkeys: Configuring as keyboard
[ 13996.312] (**) Option "config_info" "udev:/sys/devices/virtual/input/input13/event10"
[ 13996.312] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 10)
[ 13996.312] (**) Option "xkb_rules" "evdev"pacman -Qs nvidia:
[mgesing@hal ~]$ pacman -Qs nvidia
local/lib32-nvidia-340xx-libgl 340.96-1
NVIDIA drivers libraries symlinks (32-bit)
local/lib32-nvidia-340xx-utils 340.96-1
NVIDIA drivers utilities (32-bit)
local/lib32-opencl-nvidia-340xx 340.96-1
OpenCL implemention for NVIDIA (32-bit)
local/nvidia-340xx 340.96-3
NVIDIA drivers for linux, 340xx legacy branch
local/nvidia-340xx-libgl 340.96-1
NVIDIA drivers libraries symlinks
local/nvidia-340xx-lts 340.96-1
NVIDIA drivers for linux-lts
local/nvidia-340xx-utils 340.96-1
NVIDIA drivers utilities
local/opencl-nvidia-340xx 340.96-1
OpenCL implemention for NVIDIAdmesg:
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.3.3-3-ARCH (builduser@tobias) (gcc version 5.3.0 (GCC) ) #1 SMP PREEMPT Wed Jan 20 08:12:23 CET 2016
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=a1a314e0-e2a4-41f8-b5bf-f5881ccd906a rw quiet
[ 0.000000] x86/fpu: Legacy x87 FPU detected.
[ 0.000000] x86/fpu: Using 'lazy' FPU context switches.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x00000000000967ff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000009fdf9bff] usable
[ 0.000000] BIOS-e820: [mem 0x000000009fdf9c00-0x000000009fe4bbff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000009fe4bc00-0x000000009fe4dbff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000009fe4dc00-0x000000009fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fc000000-0x00000000fcffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fed003ff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000001dfffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.5 present.
[ 0.000000] DMI: Dell Inc. Precision WorkStation T3500 /0K095G, BIOS A02 05/22/2009
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x1e0000 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: write-back
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-DBFFF write-protect
[ 0.000000] DC000-EFFFF uncachable
[ 0.000000] F0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 09FF00000 mask FFFF00000 uncachable
[ 0.000000] 1 base 0A0000000 mask FE0000000 uncachable
[ 0.000000] 2 base 0C0000000 mask FC0000000 uncachable
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT
[ 0.000000] e820: last_pfn = 0x9fdf9 max_arch_pfn = 0x400000000
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ffff880000090000] 90000 size 24576
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] BRK [0x01b3f000, 0x01b3ffff] PGTABLE
[ 0.000000] BRK [0x01b40000, 0x01b40fff] PGTABLE
[ 0.000000] BRK [0x01b41000, 0x01b41fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x1dfe00000-0x1dfffffff]
[ 0.000000] [mem 0x1dfe00000-0x1dfffffff] page 2M
[ 0.000000] BRK [0x01b42000, 0x01b42fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x1c0000000-0x1dfdfffff]
[ 0.000000] [mem 0x1c0000000-0x1dfdfffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x00100000-0x9fdf8fff]
[ 0.000000] [mem 0x00100000-0x001fffff] page 4k
[ 0.000000] [mem 0x00200000-0x9fbfffff] page 2M
[ 0.000000] [mem 0x9fc00000-0x9fdf8fff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x1bfffffff]
[ 0.000000] [mem 0x100000000-0x1bfffffff] page 2M
[ 0.000000] BRK [0x01b43000, 0x01b43fff] PGTABLE
[ 0.000000] BRK [0x01b44000, 0x01b44fff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x3793c000-0x37c95fff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000FEBF0 000024 (v02 DELL )
[ 0.000000] ACPI: XSDT 0x00000000000FCDAB 00007C (v01 DELL B10K 00000015 ASL 00000061)
[ 0.000000] ACPI: FACP 0x00000000000FCE9B 0000F4 (v03 DELL B10K 00000015 ASL 00000061)
[ 0.000000] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/64 (20150818/tbfadt-623)
[ 0.000000] ACPI: DSDT 0x00000000FFE984AE 004A8F (v01 DELL dt_ex 00001000 INTL 20050624)
[ 0.000000] ACPI: FACS 0x000000009FDF9C00 000040
[ 0.000000] ACPI: FACS 0x000000009FDF9C00 000040
[ 0.000000] ACPI: SSDT 0x00000000FFE9D05E 0000AC (v01 DELL st_ex 00001000 INTL 20050624)
[ 0.000000] ACPI: APIC 0x00000000000FCF8F 00009E (v01 DELL B10K 00000015 ASL 00000061)
[ 0.000000] ACPI: BOOT 0x00000000000FD02D 000028 (v01 DELL B10K 00000015 ASL 00000061)
[ 0.000000] ACPI: ASF! 0x00000000000FD055 000096 (v32 DELL B10K 00000015 ASL 00000061)
[ 0.000000] ACPI: MCFG 0x00000000000FD0EB 00003E (v01 DELL B10K 00000015 ASL 00000061)
[ 0.000000] ACPI: HPET 0x00000000000FD129 000038 (v01 DELL B10K 00000015 ASL 00000061)
[ 0.000000] ACPI: TCPA 0x00000000000FD385 000032 (v01 DELL B10K 00000015 ASL 00000061)
[ 0.000000] ACPI: DMAR 0x00000000000FD3B7 0000B8 (v01 DELL B10K 00000015 ASL 00000061)
[ 0.000000] ACPI: SLIC 0x00000000000FD161 000176 (v01 DELL B10K 00000015 ASL 00000061)
[ 0.000000] ACPI: SSDT 0x000000009FE4DC00 000C40 (v01 INTEL PPM RCM 80000001 INTL 20061109)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x00000001dfffffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x1dfff8000-0x1dfffbfff]
[ 0.000000] [ffffea0000000000-ffffea00077fffff] PMD -> [ffff8801d9600000-ffff8801df5fffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x00000001dfffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x0000000000095fff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x000000009fdf8fff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x00000001dfffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x00000001dfffffff]
[ 0.000000] On node 0 totalpages: 1572238
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3989 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 10168 pages used for memmap
[ 0.000000] DMA32 zone: 650745 pages, LIFO batch:31
[ 0.000000] Normal zone: 14336 pages used for memmap
[ 0.000000] Normal zone: 917504 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] IOAPIC[1]: apic_id 9, version 32, address 0xfec80000, GSI 24-47
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[ 0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x00096000-0x000effff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x9fdf9000-0x9fdf9fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x9fdfa000-0x9fe4afff]
[ 0.000000] PM: Registered nosave memory: [mem 0x9fe4b000-0x9fe4bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x9fe4c000-0x9fe4cfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x9fe4d000-0x9fe4dfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x9fe4e000-0x9fffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xa0000000-0xdfffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfbffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfcffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfd000000-0xfdffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfecfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfedfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfeefffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xffafffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xffb00000-0xffffffff]
[ 0.000000] e820: [mem 0xa0000000-0xdfffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 32 pages/cpu @ffff8801dfc00000 s92824 r8192 d30056 u262144
[ 0.000000] pcpu-alloc: s92824 r8192 d30056 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1547649
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=a1a314e0-e2a4-41f8-b5bf-f5881ccd906a rw quiet
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 6108236K/6288952K available (5666K kernel code, 937K rwdata, 1796K rodata, 1188K init, 1164K bss, 180716K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[ 0.000000] NR_IRQS:8448 nr_irqs:896 16
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2666.652 MHz processor
[ 0.000030] Calibrating delay loop (skipped), value calculated using timer frequency.. 5335.52 BogoMIPS (lpj=8888840)
[ 0.000032] pid_max: default: 32768 minimum: 301
[ 0.000037] ACPI: Core revision 20150818
[ 0.074588] ACPI: 3 ACPI AML tables successfully acquired and loaded
[ 0.074607] Security Framework initialized
[ 0.074608] Yama: becoming mindful.
[ 0.075078] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.076625] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.077332] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.077341] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.077547] Initializing cgroup subsys io
[ 0.077552] Initializing cgroup subsys memory
[ 0.077558] Initializing cgroup subsys devices
[ 0.077561] Initializing cgroup subsys freezer
[ 0.077562] Initializing cgroup subsys net_cls
[ 0.077564] Initializing cgroup subsys pids
[ 0.077581] CPU: Physical Processor ID: 0
[ 0.077582] CPU: Processor Core ID: 0
[ 0.077586] mce: CPU supports 9 MCE banks
[ 0.077595] CPU0: Thermal monitoring enabled (TM1)
[ 0.077600] process: using mwait in idle threads
[ 0.077603] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
[ 0.077604] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[ 0.077858] Freeing SMP alternatives memory: 20K (ffffffff81a15000 - ffffffff81a1a000)
[ 0.078735] ftrace: allocating 22571 entries in 89 pages
[ 0.088339] DMAR-IR: This system BIOS has enabled interrupt remapping
on a chipset that contains an erratum making that
feature unstable. To maintain system stability
interrupt remapping is being disabled. Please
contact your BIOS vendor for an update
[ 0.088891] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.228088] smpboot: CPU0: Intel(R) Xeon(R) CPU W3520 @ 2.67GHz (family: 0x6, model: 0x1a, stepping: 0x5)
[ 0.228106] Performance Events: PEBS fmt1+, 16-deep LBR, Nehalem events, Intel PMU driver.
[ 0.228121] perf_event_intel: CPU erratum AAJ80 worked around
[ 0.228122] perf_event_intel: CPUID marked event: 'bus cycles' unavailable
[ 0.228124] ... version: 3
[ 0.228125] ... bit width: 48
[ 0.228125] ... generic registers: 4
[ 0.228126] ... value mask: 0000ffffffffffff
[ 0.228127] ... max period: 000000007fffffff
[ 0.228128] ... fixed-purpose events: 3
[ 0.228129] ... event mask: 000000070000000f
[ 0.258109] x86: Booting SMP configuration:
[ 0.258113] .... node #0, CPUs: #1
[ 0.271444] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.281446] #2 #3
[ 0.314544] x86: Booted up 1 node, 4 CPUs
[ 0.314548] smpboot: Total of 4 processors activated (21341.10 BogoMIPS)
[ 0.317345] devtmpfs: initialized
[ 0.320530] PM: Registering ACPI NVS region [mem 0x9fdf9c00-0x9fe4bbff] (335872 bytes)
[ 0.320606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.320670] pinctrl core: initialized pinctrl subsystem
[ 0.320708] RTC time: 18:46:57, date: 02/02/16
[ 0.320804] NET: Registered protocol family 16
[ 0.334775] cpuidle: using governor ladder
[ 0.348106] cpuidle: using governor menu
[ 0.348133] Simple Boot Flag at 0x7a set to 0x80
[ 0.348174] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.348176] ACPI: bus type PCI registered
[ 0.348179] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.348255] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.348257] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.348269] PCI: Using configuration type 1 for base access
[ 0.348275] dmi type 0xB1 record - unknown flag
[ 0.361734] ACPI: Added _OSI(Module Device)
[ 0.361736] ACPI: Added _OSI(Processor Device)
[ 0.361737] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.361738] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.400560] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.416197] ACPI: Interpreter enabled
[ 0.416204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150818/hwxface-580)
[ 0.416216] ACPI: (supports S0 S1 S3 S4 S5)
[ 0.416217] ACPI: Using IOAPIC for interrupt routing
[ 0.416330] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.503328] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.503333] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.503337] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[ 0.510886] PCI host bridge to bus 0000:00
[ 0.510889] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.510890] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.510892] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.510894] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.510895] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000effff window]
[ 0.510897] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[ 0.510898] pci_bus 0000:00: root bus resource [mem 0x9ff00000-0xdfffffff window]
[ 0.510900] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfc000000 window]
[ 0.510901] pci_bus 0000:00: root bus resource [mem 0xff980000-0xff980fff window]
[ 0.510903] pci_bus 0000:00: root bus resource [mem 0xff97c000-0xff97ffff window]
[ 0.510904] pci_bus 0000:00: root bus resource [mem 0xfed20000-0xfed9ffff window]
[ 0.510915] pci 0000:00:00.0: [8086:3405] type 00 class 0x060000
[ 0.510968] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[ 0.511304] pci 0000:00:01.0: [8086:3408] type 01 class 0x060400
[ 0.511355] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.511667] pci 0000:00:01.0: System wakeup disabled by ACPI
[ 0.511704] pci 0000:00:03.0: [8086:340a] type 01 class 0x060400
[ 0.511754] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[ 0.512061] pci 0000:00:03.0: System wakeup disabled by ACPI
[ 0.512098] pci 0000:00:07.0: [8086:340e] type 01 class 0x060400
[ 0.512149] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[ 0.512455] pci 0000:00:07.0: System wakeup disabled by ACPI
[ 0.512496] pci 0000:00:14.0: [8086:342e] type 00 class 0x080000
[ 0.512861] pci 0000:00:14.1: [8086:3422] type 00 class 0x080000
[ 0.513225] pci 0000:00:14.2: [8086:3423] type 00 class 0x080000
[ 0.513595] pci 0000:00:1a.0: [8086:3a37] type 00 class 0x0c0300
[ 0.513640] pci 0000:00:1a.0: reg 0x20: [io 0xff20-0xff3f]
[ 0.513964] pci 0000:00:1a.0: System wakeup disabled by ACPI
[ 0.513999] pci 0000:00:1a.1: [8086:3a38] type 00 class 0x0c0300
[ 0.514043] pci 0000:00:1a.1: reg 0x20: [io 0xff00-0xff1f]
[ 0.514367] pci 0000:00:1a.1: System wakeup disabled by ACPI
[ 0.514401] pci 0000:00:1a.2: [8086:3a39] type 00 class 0x0c0300
[ 0.514444] pci 0000:00:1a.2: reg 0x20: [io 0xfc00-0xfc1f]
[ 0.514773] pci 0000:00:1a.2: System wakeup disabled by ACPI
[ 0.514814] pci 0000:00:1a.7: [8086:3a3c] type 00 class 0x0c0320
[ 0.514841] pci 0000:00:1a.7: reg 0x10: [mem 0xdfffa000-0xdfffa3ff]
[ 0.514905] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.515240] pci 0000:00:1b.0: [8086:3a3e] type 00 class 0x040300
[ 0.515265] pci 0000:00:1b.0: reg 0x10: [mem 0xdfffc000-0xdfffffff 64bit]
[ 0.515319] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.515654] pci 0000:00:1c.0: [8086:3a40] type 01 class 0x060400
[ 0.515715] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.516021] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 0.516061] pci 0000:00:1c.5: [8086:3a4a] type 01 class 0x060400
[ 0.516121] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 0.516427] pci 0000:00:1c.5: System wakeup disabled by ACPI
[ 0.516464] pci 0000:00:1d.0: [8086:3a34] type 00 class 0x0c0300
[ 0.516507] pci 0000:00:1d.0: reg 0x20: [io 0xff80-0xff9f]
[ 0.516833] pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 0.516867] pci 0000:00:1d.1: [8086:3a35] type 00 class 0x0c0300
[ 0.516910] pci 0000:00:1d.1: reg 0x20: [io 0xff60-0xff7f]
[ 0.517235] pci 0000:00:1d.1: System wakeup disabled by ACPI
[ 0.517271] pci 0000:00:1d.2: [8086:3a36] type 00 class 0x0c0300
[ 0.517315] pci 0000:00:1d.2: reg 0x20: [io 0xff40-0xff5f]
[ 0.517640] pci 0000:00:1d.2: System wakeup disabled by ACPI
[ 0.517680] pci 0000:00:1d.7: [8086:3a3a] type 00 class 0x0c0320
[ 0.517707] pci 0000:00:1d.7: reg 0x10: [mem 0xff980000-0xff9803ff]
[ 0.517770] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.518104] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[ 0.518444] pci 0000:00:1e.0: System wakeup disabled by ACPI
[ 0.518481] pci 0000:00:1f.0: [8086:3a16] type 00 class 0x060100
[ 0.518562] pci 0000:00:1f.0: can't claim BAR 13 [io 0x0800-0x087f]: address conflict with ACPI CPU throttle [io 0x0810-0x0815]
[ 0.518566] pci 0000:00:1f.0: quirk: [io 0x0880-0x08bf] claimed by ICH6 GPIO
[ 0.518569] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0c00 (mask 007f)
[ 0.518572] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 00e0 (mask 0007)
[ 0.518575] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0900 (mask 003f)
[ 0.518917] pci 0000:00:1f.2: [8086:2822] type 00 class 0x010400
[ 0.518940] pci 0000:00:1f.2: reg 0x10: [io 0xfe00-0xfe07]
[ 0.518947] pci 0000:00:1f.2: reg 0x14: [io 0xfe10-0xfe13]
[ 0.518954] pci 0000:00:1f.2: reg 0x18: [io 0xfe20-0xfe27]
[ 0.518961] pci 0000:00:1f.2: reg 0x1c: [io 0xfe30-0xfe33]
[ 0.518968] pci 0000:00:1f.2: reg 0x20: [io 0xfec0-0xfedf]
[ 0.518975] pci 0000:00:1f.2: reg 0x24: [mem 0xff970000-0xff9707ff]
[ 0.519000] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.519328] pci 0000:00:1f.3: [8086:3a30] type 00 class 0x0c0500
[ 0.519344] pci 0000:00:1f.3: reg 0x10: [mem 0xdfffb000-0xdfffb0ff 64bit]
[ 0.519363] pci 0000:00:1f.3: reg 0x20: [io 0xece0-0xecff]
[ 0.519733] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.519738] pci 0000:00:01.0: bridge window [mem 0xdbe00000-0xdbefffff]
[ 0.519787] pci 0000:02:00.0: [10de:0659] type 00 class 0x030000
[ 0.519816] pci 0000:02:00.0: reg 0x10: [mem 0xde000000-0xdeffffff]
[ 0.519829] pci 0000:02:00.0: reg 0x14: [mem 0xa0000000-0xbfffffff 64bit pref]
[ 0.519843] pci 0000:02:00.0: reg 0x1c: [mem 0xdc000000-0xddffffff 64bit]
[ 0.519852] pci 0000:02:00.0: reg 0x24: [io 0xdc80-0xdcff]
[ 0.519861] pci 0000:02:00.0: reg 0x30: [mem 0xdfe00000-0xdfe7ffff pref]
[ 0.524782] pci 0000:00:03.0: PCI bridge to [bus 02]
[ 0.524787] pci 0000:00:03.0: bridge window [io 0xd000-0xdfff]
[ 0.524792] pci 0000:00:03.0: bridge window [mem 0xdc000000-0xdfefffff]
[ 0.524798] pci 0000:00:03.0: bridge window [mem 0xa0000000-0xbfffffff 64bit pref]
[ 0.524852] pci 0000:00:07.0: PCI bridge to [bus 03]
[ 0.524862] pci 0000:00:07.0: bridge window [mem 0xdbf00000-0xdbffffff]
[ 0.524901] pci 0000:00:1c.0: PCI bridge to [bus 04]
[ 0.524970] pci 0000:05:00.0: [14e4:1681] type 00 class 0x020000
[ 0.525031] pci 0000:05:00.0: reg 0x10: [mem 0xdbde0000-0xdbdeffff 64bit]
[ 0.525054] pci 0000:05:00.0: reg 0x18: [mem 0xdbdf0000-0xdbdfffff 64bit]
[ 0.525166] pci 0000:05:00.0: PME# supported from D3hot D3cold
[ 0.525243] pci 0000:00:1c.5: PCI bridge to [bus 05]
[ 0.525248] pci 0000:00:1c.5: bridge window [mem 0xdbd00000-0xdbdfffff]
[ 0.525314] pci 0000:00:1e.0: PCI bridge to [bus 06] (subtractive decode)
[ 0.525323] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode)
[ 0.525325] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff window] (subtractive decode)
[ 0.525327] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[ 0.525328] pci 0000:00:1e.0: bridge window [mem 0x000c0000-0x000effff window] (subtractive decode)
[ 0.525330] pci 0000:00:1e.0: bridge window [mem 0x000f0000-0x000fffff window] (subtractive decode)
[ 0.525332] pci 0000:00:1e.0: bridge window [mem 0x9ff00000-0xdfffffff window] (subtractive decode)
[ 0.525333] pci 0000:00:1e.0: bridge window [mem 0xf0000000-0xfc000000 window] (subtractive decode)
[ 0.525335] pci 0000:00:1e.0: bridge window [mem 0xff980000-0xff980fff window] (subtractive decode)
[ 0.525336] pci 0000:00:1e.0: bridge window [mem 0xff97c000-0xff97ffff window] (subtractive decode)
[ 0.525338] pci 0000:00:1e.0: bridge window [mem 0xfed20000-0xfed9ffff window] (subtractive decode)
[ 0.545880] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
[ 0.546786] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11 12 15)
[ 0.547700] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 9 10 11 12 15)
[ 0.548629] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
[ 0.549544] ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 6 7 9 10 11 12 15)
[ 0.550470] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
[ 0.551379] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *9 10 11 12 15)
[ 0.552295] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 9 10 11 12 15)
[ 0.552950] ACPI: Enabled 3 GPEs in block 00 to 3F
[ 0.553029] vgaarb: setting as boot device: PCI:0000:02:00.0
[ 0.553031] vgaarb: device added: PCI:0000:02:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.553032] vgaarb: loaded
[ 0.553033] vgaarb: bridge control possible 0000:02:00.0
[ 0.553104] PCI: Using ACPI for IRQ routing
[ 0.558785] PCI: Discovered peer bus ff
[ 0.558786] PCI: root bus ff: using default resources
[ 0.558787] PCI: Probing PCI hardware (bus ff)
[ 0.558812] ACPI: \: failed to evaluate _DSM (0x1001)
[ 0.558813] PCI host bridge to bus 0000:ff
[ 0.558815] pci_bus 0000:ff: root bus resource [io 0x0000-0xffff]
[ 0.558816] pci_bus 0000:ff: root bus resource [mem 0x00000000-0xfffffffff]
[ 0.558818] pci_bus 0000:ff: No busn resource found for root bus, will use [bus ff-ff]
[ 0.558820] pci_bus 0000:ff: busn_res: can not insert [bus ff] under domain [bus 00-ff] (conflicts with (null) [bus 00-ff])
[ 0.558825] pci 0000:ff:00.0: [8086:2c41] type 00 class 0x060000
[ 0.558864] pci 0000:ff:00.1: [8086:2c01] type 00 class 0x060000
[ 0.558903] pci 0000:ff:02.0: [8086:2c10] type 00 class 0x060000
[ 0.558939] pci 0000:ff:02.1: [8086:2c11] type 00 class 0x060000
[ 0.558976] pci 0000:ff:03.0: [8086:2c18] type 00 class 0x060000
[ 0.559012] pci 0000:ff:03.1: [8086:2c19] type 00 class 0x060000
[ 0.559049] pci 0000:ff:03.4: [8086:2c1c] type 00 class 0x060000
[ 0.559086] pci 0000:ff:04.0: [8086:2c20] type 00 class 0x060000
[ 0.559123] pci 0000:ff:04.1: [8086:2c21] type 00 class 0x060000
[ 0.559159] pci 0000:ff:04.2: [8086:2c22] type 00 class 0x060000
[ 0.559195] pci 0000:ff:04.3: [8086:2c23] type 00 class 0x060000
[ 0.559232] pci 0000:ff:05.0: [8086:2c28] type 00 class 0x060000
[ 0.559268] pci 0000:ff:05.1: [8086:2c29] type 00 class 0x060000
[ 0.559303] pci 0000:ff:05.2: [8086:2c2a] type 00 class 0x060000
[ 0.559339] pci 0000:ff:05.3: [8086:2c2b] type 00 class 0x060000
[ 0.559377] pci 0000:ff:06.0: [8086:2c30] type 00 class 0x060000
[ 0.559413] pci 0000:ff:06.1: [8086:2c31] type 00 class 0x060000
[ 0.559448] pci 0000:ff:06.2: [8086:2c32] type 00 class 0x060000
[ 0.559484] pci 0000:ff:06.3: [8086:2c33] type 00 class 0x060000
[ 0.559530] pci_bus 0000:ff: busn_res: [bus ff] end is updated to ff
[ 0.559532] pci_bus 0000:ff: busn_res: can not insert [bus ff] under domain [bus 00-ff] (conflicts with (null) [bus 00-ff])
[ 0.559537] PCI: pci_cache_line_size set to 64 bytes
[ 0.559568] pci 0000:00:1f.2: can't claim BAR 5 [mem 0xff970000-0xff9707ff]: no compatible bridge window
[ 0.559605] Expanded resource reserved due to conflict with PCI Bus 0000:00
[ 0.559607] Expanded resource reserved due to conflict with PCI Bus 0000:00
[ 0.559608] e820: reserve RAM buffer [mem 0x00096800-0x0009ffff]
[ 0.559610] e820: reserve RAM buffer [mem 0x9fdf9c00-0x9fffffff]
[ 0.559705] NetLabel: Initializing
[ 0.559707] NetLabel: domain hash size = 128
[ 0.559707] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.559718] NetLabel: unlabeled traffic allowed by default
[ 0.559739] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[ 0.559743] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[ 0.559746] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[ 0.561854] clocksource: Switched to clocksource hpet
[ 0.566726] pnp: PnP ACPI init
[ 0.569240] system 00:00: [io 0x0800-0x085f] could not be reserved
[ 0.569242] system 00:00: [io 0x0c00-0x0c7f] has been reserved
[ 0.569244] system 00:00: [io 0x0860-0x08ff] could not be reserved
[ 0.569248] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.569476] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.581515] pnp 00:02: [dma 0 disabled]
[ 0.582741] pnp 00:02: Plug and Play ACPI device, IDs PNP0401 (active)
[ 0.587727] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.598716] pnp: PnP ACPI: found 4 devices
[ 0.604816] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.604845] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 04] add_size 1000
[ 0.604847] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000 add_align 100000
[ 0.604849] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000 add_align 100000
[ 0.604867] pci 0000:00:1f.0: BAR 13: [io size 0x0080] has bogus alignment
[ 0.604869] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000
[ 0.604871] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000
[ 0.604873] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.604875] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.604877] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.604879] pci 0000:00:1c.0: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.604884] pci 0000:00:1c.0: BAR 14: assigned [mem 0xc0000000-0xc01fffff]
[ 0.604889] pci 0000:00:1c.0: BAR 15: assigned [mem 0xc0200000-0xc03fffff 64bit pref]
[ 0.604891] pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff]
[ 0.604894] pci 0000:00:1f.2: BAR 5: assigned [mem 0xc0400000-0xc04007ff]
[ 0.604898] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.604902] pci 0000:00:01.0: bridge window [mem 0xdbe00000-0xdbefffff]
[ 0.604908] pci 0000:00:03.0: PCI bridge to [bus 02]
[ 0.604910] pci 0000:00:03.0: bridge window [io 0xd000-0xdfff]
[ 0.604913] pci 0000:00:03.0: bridge window [mem 0xdc000000-0xdfefffff]
[ 0.604916] pci 0000:00:03.0: bridge window [mem 0xa0000000-0xbfffffff 64bit pref]
[ 0.604920] pci 0000:00:07.0: PCI bridge to [bus 03]
[ 0.604924] pci 0000:00:07.0: bridge window [mem 0xdbf00000-0xdbffffff]
[ 0.604929] pci 0000:00:1c.0: PCI bridge to [bus 04]
[ 0.604931] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
[ 0.604935] pci 0000:00:1c.0: bridge window [mem 0xc0000000-0xc01fffff]
[ 0.604938] pci 0000:00:1c.0: bridge window [mem 0xc0200000-0xc03fffff 64bit pref]
[ 0.604943] pci 0000:00:1c.5: PCI bridge to [bus 05]
[ 0.604947] pci 0000:00:1c.5: bridge window [mem 0xdbd00000-0xdbdfffff]
[ 0.604953] pci 0000:00:1e.0: PCI bridge to [bus 06]
[ 0.604963] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.604964] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.604966] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.604967] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000effff window]
[ 0.604969] pci_bus 0000:00: resource 8 [mem 0x000f0000-0x000fffff window]
[ 0.604970] pci_bus 0000:00: resource 9 [mem 0x9ff00000-0xdfffffff window]
[ 0.604972] pci_bus 0000:00: resource 10 [mem 0xf0000000-0xfc000000 window]
[ 0.604973] pci_bus 0000:00: resource 11 [mem 0xff980000-0xff980fff window]
[ 0.604975] pci_bus 0000:00: resource 12 [mem 0xff97c000-0xff97ffff window]
[ 0.604977] pci_bus 0000:00: resource 13 [mem 0xfed20000-0xfed9ffff window]
[ 0.604978] pci_bus 0000:01: resource 1 [mem 0xdbe00000-0xdbefffff]
[ 0.604980] pci_bus 0000:02: resource 0 [io 0xd000-0xdfff]
[ 0.604981] pci_bus 0000:02: resource 1 [mem 0xdc000000-0xdfefffff]
[ 0.604983] pci_bus 0000:02: resource 2 [mem 0xa0000000-0xbfffffff 64bit pref]
[ 0.604984] pci_bus 0000:03: resource 1 [mem 0xdbf00000-0xdbffffff]
[ 0.604986] pci_bus 0000:04: resource 0 [io 0x1000-0x1fff]
[ 0.604988] pci_bus 0000:04: resource 1 [mem 0xc0000000-0xc01fffff]
[ 0.604989] pci_bus 0000:04: resource 2 [mem 0xc0200000-0xc03fffff 64bit pref]
[ 0.604991] pci_bus 0000:05: resource 1 [mem 0xdbd00000-0xdbdfffff]
[ 0.604992] pci_bus 0000:06: resource 4 [io 0x0000-0x0cf7 window]
[ 0.604994] pci_bus 0000:06: resource 5 [io 0x0d00-0xffff window]
[ 0.604996] pci_bus 0000:06: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.604997] pci_bus 0000:06: resource 7 [mem 0x000c0000-0x000effff window]
[ 0.604999] pci_bus 0000:06: resource 8 [mem 0x000f0000-0x000fffff window]
[ 0.605000] pci_bus 0000:06: resource 9 [mem 0x9ff00000-0xdfffffff window]
[ 0.605002] pci_bus 0000:06: resource 10 [mem 0xf0000000-0xfc000000 window]
[ 0.605003] pci_bus 0000:06: resource 11 [mem 0xff980000-0xff980fff window]
[ 0.605005] pci_bus 0000:06: resource 12 [mem 0xff97c000-0xff97ffff window]
[ 0.605006] pci_bus 0000:06: resource 13 [mem 0xfed20000-0xfed9ffff window]
[ 0.605009] pci_bus 0000:ff: resource 4 [io 0x0000-0xffff]
[ 0.605010] pci_bus 0000:ff: resource 5 [mem 0x00000000-0xfffffffff]
[ 0.605040] NET: Registered protocol family 2
[ 0.605200] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.605351] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.605485] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.605515] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.605544] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.605602] NET: Registered protocol family 1
[ 0.605795] pci 0000:02:00.0: Video device with shadowed ROM
[ 0.605822] PCI: CLS 64 bytes, default 64
[ 0.605863] Unpacking initramfs...
[ 0.660870] Freeing initrd memory: 3432K (ffff88003793c000 - ffff880037c96000)
[ 0.660886] DMAR: Host address width 36
[ 0.660887] DMAR: DRHD base: 0x000000fedc0000 flags: 0x1
[ 0.660901] DMAR: dmar0: reg_base_addr fedc0000 ver 1:0 cap c90780106f0462 ecap f020f6
[ 0.660903] DMAR: RMRR base: 0x0000009fe58000 end: 0x0000009fe6ffff
[ 0.660904] DMAR: ATSR flags: 0x0
[ 0.660927] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.660929] software IO TLB [mem 0x9bdf9000-0x9fdf9000] (64MB) mapped at [ffff88009bdf9000-ffff88009fdf8fff]
[ 0.661037] microcode: CPU0 sig=0x106a5, pf=0x2, revision=0x11
[ 0.661043] microcode: CPU1 sig=0x106a5, pf=0x2, revision=0x11
[ 0.661049] microcode: CPU2 sig=0x106a5, pf=0x2, revision=0x11
[ 0.661056] microcode: CPU3 sig=0x106a5, pf=0x2, revision=0x11
[ 0.661095] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 0.661130] Scanning for low memory corruption every 60 seconds
[ 0.661380] futex hash table entries: 2048 (order: 5, 131072 bytes)
[ 0.661618] Initialise system trusted keyring
[ 0.661690] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.663059] zbud: loaded
[ 0.663251] VFS: Disk quotas dquot_6.6.0
[ 0.663285] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.663420] Key type big_key registered
[ 0.663611] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[ 0.663647] io scheduler noop registered
[ 0.663650] io scheduler deadline registered
[ 0.663688] io scheduler cfq registered (default)
[ 0.666905] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.666912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.666922] vesafb: mode is 1280x1024x32, linelength=5120, pages=0
[ 0.666923] vesafb: scrolling: redraw
[ 0.666925] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.666934] vesafb: framebuffer at 0xdd000000, mapped to 0xffffc90001000000, using 5120k, total 5120k
[ 0.869139] Console: switching to colour frame buffer device 160x64
[ 1.071236] fb0: VESA VGA frame buffer device
[ 1.071252] intel_idle: MWAIT substates: 0x1120
[ 1.071257] intel_idle: v0.4 model 0x1A
[ 1.071258] intel_idle: lapic_timer_reliable_states 0x2
[ 1.071398] GHES: HEST is not enabled!
[ 1.071451] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 1.092000] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 1.092509] Linux agpgart interface v0.103
[ 1.092959] rtc_cmos 00:01: RTC can wake from S4
[ 1.093130] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[ 1.093154] rtc_cmos 00:01: alarms up to one day, 242 bytes nvram, hpet irqs
[ 1.093167] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.093520] NET: Registered protocol family 10
[ 1.093695] NET: Registered protocol family 17
[ 1.094430] registered taskstats version 1
[ 1.094439] Loading compiled-in X.509 certificates
[ 1.094458] zswap: loaded using pool lzo/zbud
[ 1.094887] Magic number: 4:270:796
[ 1.095003] rtc_cmos 00:01: setting system clock to 2016-02-02 18:46:58 UTC (1454438818)
[ 1.095061] PM: Hibernation image not present or could not be loaded.
[ 1.095438] Freeing unused kernel memory: 1188K (ffffffff818ec000 - ffffffff81a15000)
[ 1.095439] Write protecting the kernel read-only data: 8192k
[ 1.095888] Freeing unused kernel memory: 464K (ffff88000158c000 - ffff880001600000)
[ 1.096082] Freeing unused kernel memory: 252K (ffff8800017c1000 - ffff880001800000)
[ 1.103087] random: systemd-tmpfile urandom read with 3 bits of entropy available
[ 1.127778] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 1.130627] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.130666] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.131098] Floppy drive(s): fd0 is 1.44M
[ 1.133859] ACPI: bus type USB registered
[ 1.133879] usbcore: registered new interface driver usbfs
[ 1.133887] usbcore: registered new interface driver hub
[ 1.133908] usbcore: registered new device driver usb
[ 1.134316] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.134653] ehci-pci: EHCI PCI platform driver
[ 1.134725] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.135154] ehci-pci 0000:00:1a.7: EHCI Host Controller
[ 1.135160] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 1.135171] ehci-pci 0000:00:1a.7: debug port 1
[ 1.136976] SCSI subsystem initialized
[ 1.138238] libata version 3.00 loaded.
[ 1.139092] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
[ 1.139104] ehci-pci 0000:00:1a.7: irq 22, io mem 0xdfffa000
[ 1.148557] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 1.148736] hub 1-0:1.0: USB hub found
[ 1.148743] hub 1-0:1.0: 6 ports detected
[ 1.149351] ehci-pci 0000:00:1d.7: EHCI Host Controller
[ 1.149356] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 1.149367] ehci-pci 0000:00:1d.7: debug port 1
[ 1.153250] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[ 1.153259] ehci-pci 0000:00:1d.7: irq 23, io mem 0xff980000
[ 1.162040] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 1.162438] hub 2-0:1.0: USB hub found
[ 1.162451] hub 2-0:1.0: 6 ports detected
[ 1.163062] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 1.163068] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 1.163074] uhci_hcd 0000:00:1a.0: detected 2 ports
[ 1.163097] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000ff20
[ 1.163260] hub 3-0:1.0: USB hub found
[ 1.163269] hub 3-0:1.0: 2 ports detected
[ 1.163774] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 1.163779] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 1.163785] uhci_hcd 0000:00:1a.1: detected 2 ports
[ 1.163806] uhci_hcd 0000:00:1a.1: irq 17, io base 0x0000ff00
[ 1.164088] hub 4-0:1.0: USB hub found
[ 1.164101] hub 4-0:1.0: 2 ports detected
[ 1.164622] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[ 1.164627] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[ 1.164632] uhci_hcd 0000:00:1a.2: detected 2 ports
[ 1.164649] uhci_hcd 0000:00:1a.2: irq 22, io base 0x0000fc00
[ 1.164923] hub 5-0:1.0: USB hub found
[ 1.164934] hub 5-0:1.0: 2 ports detected
[ 1.165474] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 1.165479] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[ 1.165484] uhci_hcd 0000:00:1d.0: detected 2 ports
[ 1.165501] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000ff80
[ 1.165756] hub 6-0:1.0: USB hub found
[ 1.165768] hub 6-0:1.0: 2 ports detected
[ 1.166292] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 1.166296] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[ 1.166302] uhci_hcd 0000:00:1d.1: detected 2 ports
[ 1.166318] uhci_hcd 0000:00:1d.1: irq 17, io base 0x0000ff60
[ 1.166574] hub 7-0:1.0: USB hub found
[ 1.166586] hub 7-0:1.0: 2 ports detected
[ 1.167142] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 1.167147] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[ 1.167152] uhci_hcd 0000:00:1d.2: detected 2 ports
[ 1.167173] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000ff40
[ 1.167454] hub 8-0:1.0: USB hub found
[ 1.167466] hub 8-0:1.0: 2 ports detected
[ 1.168057] ahci 0000:00:1f.2: version 3.0
[ 1.168075] ahci 0000:00:1f.2: controller can't do SNTF, turning off CAP_SNTF
[ 1.168577] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl RAID mode
[ 1.168580] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio ccc ems sxs
[ 1.202598] scsi host0: ahci
[ 1.202716] scsi host1: ahci
[ 1.203047] scsi host2: ahci
[ 1.203314] scsi host3: ahci
[ 1.203698] scsi host4: ahci
[ 1.204152] scsi host5: ahci
[ 1.204244] ata1: SATA max UDMA/133 abar m2048@0xc0400000 port 0xc0400100 irq 26
[ 1.204248] ata2: SATA max UDMA/133 abar m2048@0xc0400000 port 0xc0400180 irq 26
[ 1.204251] ata3: SATA max UDMA/133 abar m2048@0xc0400000 port 0xc0400200 irq 26
[ 1.204254] ata4: SATA max UDMA/133 abar m2048@0xc0400000 port 0xc0400280 irq 26
[ 1.204256] ata5: SATA max UDMA/133 abar m2048@0xc0400000 port 0xc0400300 irq 26
[ 1.204259] ata6: SATA max UDMA/133 abar m2048@0xc0400000 port 0xc0400380 irq 26
[ 1.455351] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 1.468656] usb 2-5: new high-speed USB device number 2 using ehci-pci
[ 1.522044] ata4: SATA link down (SStatus 4 SControl 300)
[ 1.522066] ata3: SATA link down (SStatus 4 SControl 300)
[ 1.522089] ata5: SATA link down (SStatus 4 SControl 300)
[ 1.525355] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.525379] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.525944] ata2.00: ATAPI: TSSTcorp DVD+/-RW TS-H653G, D200, max UDMA/100
[ 1.525949] ata2.00: applying bridge limits
[ 1.526777] ata2.00: configured for UDMA/100
[ 1.528584] ata6: SATA link down (SStatus 0 SControl 300)
[ 1.550431] ata1.00: ATA-8: Hitachi HDP725050GLA360, GM4OA5BA, max UDMA/133
[ 1.550435] ata1.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[ 1.551679] ata1.00: configured for UDMA/133
[ 1.552299] scsi 0:0:0:0: Direct-Access ATA Hitachi HDP72505 A5BA PQ: 0 ANSI: 5
[ 1.554008] scsi 1:0:0:0: CD-ROM TSSTcorp DVD+-RW TS-H653G D200 PQ: 0 ANSI: 5
[ 1.564918] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[ 1.564976] sd 0:0:0:0: [sda] Write Protect is off
[ 1.564979] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.565014] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.573779] sr 1:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[ 1.573782] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 1.573946] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 1.579743] hub 1-1:1.0: USB hub found
[ 1.579961] hub 1-1:1.0: 2 ports detected
[ 1.599392] hub 2-5:1.0: USB hub found
[ 1.599568] hub 2-5:1.0: 2 ports detected
[ 1.602942] sda: sda1 sda2 sda3 sda4
[ 1.604260] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.658694] tsc: Refined TSC clocksource calibration: 2666.666 MHz
[ 1.658699] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x26703cd6786, max_idle_ns: 440795256025 ns
[ 1.812019] usb 3-2: new low-speed USB device number 2 using uhci_hcd
[ 1.831956] usb 8-2: new low-speed USB device number 2 using uhci_hcd
[ 1.984328] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.996211] usbcore: registered new interface driver usbhid
[ 1.996213] usbhid: USB HID core driver
[ 1.996922] input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2:1.0/0003:0461:4E22.0001/input/input2
[ 1.997083] hid-generic 0003:0461:4E22.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:1a.0-2/input0
[ 2.019314] input: Dell Dell USB Entry Keyboard as /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.0/0003:413C:2107.0002/input/input3
[ 2.075540] hid-generic 0003:413C:2107.0002: input,hidraw1: USB HID v1.10 Keyboard [Dell Dell USB Entry Keyboard] on usb-0000:00:1d.2-2/input0
[ 2.658994] clocksource: Switched to clocksource tsc
[ 4.142102] floppy0: no floppy controllers found
[ 4.142114] work still pending
[ 4.329696] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[ 4.680662] random: nonblocking pool is initialized
[ 5.090342] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 5.148530] systemd[1]: systemd 228 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[ 5.148671] systemd[1]: Detected architecture x86-64.
[ 5.159846] systemd[1]: Set hostname to <hal>.
[ 6.130363] systemd[1]: Listening on Journal Socket.
[ 6.130433] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 6.130458] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 6.130466] systemd[1]: Reached target Paths.
[ 6.130474] systemd[1]: Reached target Encrypted Volumes.
[ 6.130494] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 6.130516] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 6.130770] systemd[1]: Created slice User and Session Slice.
[ 6.130796] systemd[1]: Listening on Journal Socket (/dev/log).
[ 6.130899] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 6.130928] systemd[1]: Listening on udev Control Socket.
[ 6.130946] systemd[1]: Listening on udev Kernel Socket.
[ 6.131031] systemd[1]: Created slice System Slice.
[ 6.141211] systemd[1]: Mounting Configuration File System...
[ 6.191292] systemd[1]: Mounting Temporary Directory...
[ 6.191737] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 6.191862] systemd[1]: Created slice system-getty.slice.
[ 6.192284] systemd[1]: Mounting Huge Pages File System...
[ 6.192877] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 6.193255] systemd[1]: Mounting Debug File System...
[ 6.193650] systemd[1]: Starting Setup Virtual Console...
[ 6.193663] systemd[1]: Reached target Slices.
[ 6.193768] systemd[1]: Created slice system-dhcpcd.slice.
[ 6.194217] systemd[1]: Starting Apply Kernel Variables...
[ 6.290191] systemd[1]: Starting Journal Service...
[ 6.290569] systemd[1]: Mounting POSIX Message Queue File System...
[ 6.290609] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 6.291005] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 6.292330] systemd[1]: Mounted Debug File System.
[ 6.292350] systemd[1]: Mounted Configuration File System.
[ 6.292362] systemd[1]: Mounted Huge Pages File System.
[ 6.292376] systemd[1]: Mounted Temporary Directory.
[ 6.292766] systemd[1]: Started Setup Virtual Console.
[ 6.295087] systemd[1]: Started Create list of required static device nodes for the current kernel.
[ 6.304959] systemd[1]: Mounted POSIX Message Queue File System.
[ 6.334110] EXT4-fs (sda3): re-mounted. Opts: data=ordered
[ 6.334645] systemd[1]: Started Remount Root and Kernel File Systems.
[ 6.366088] systemd[1]: Starting udev Coldplug all Devices...
[ 6.366557] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 6.366953] systemd[1]: Starting Load/Save Random Seed...
[ 6.418162] systemd[1]: Started Apply Kernel Variables.
[ 6.475864] systemd[1]: Started udev Coldplug all Devices.
[ 6.535387] systemd[1]: Started Load/Save Random Seed.
[ 6.895790] systemd[1]: Started Create Static Device Nodes in /dev.
[ 6.896316] systemd[1]: Starting udev Kernel Device Manager...
[ 6.896330] systemd[1]: Reached target Local File Systems (Pre).
[ 7.300768] systemd[1]: Started udev Kernel Device Manager.
[ 7.768096] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
[ 7.768100] ACPI: Power Button [VBTN]
[ 7.768144] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[ 7.768146] ACPI: Power Button [PWRF]
[ 7.800175] wmi: Mapper loaded
[ 7.806393] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 7.864159] Floppy drive(s): fd0 is 1.44M
[ 7.907099] pps_core: LinuxPPS API ver. 1 registered
[ 7.907101] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 7.907787] PTP clock support registered
[ 7.908493] parport_pc 00:02: reported by Plug and Play ACPI
[ 7.908553] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE,EPP]
[ 7.920442] tg3.c:v3.137 (May 11, 2014)
[ 7.949090] [drm] Initialized drm 1.1.0 20060810
[ 7.951463] tg3 0000:05:00.0 eth0: Tigon3 [partno(BCM95761) rev 5761100] (PCI Express) MAC address 00:22:19:33:ff:3a
[ 7.951466] tg3 0000:05:00.0 eth0: attached PHY is 5761 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
[ 7.951468] tg3 0000:05:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[ 7.951470] tg3 0000:05:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[ 8.020085] ACPI Warning: SystemIO range 0x0000000000000828-0x000000000000082F conflicts with OpRegion 0x0000000000000828-0x000000000000082D (\GLBC) (20150818/utaddress-254)
[ 8.020090] ACPI Warning: SystemIO range 0x0000000000000828-0x000000000000082F conflicts with OpRegion 0x000000000000082A-0x000000000000082A (\SACT) (20150818/utaddress-254)
[ 8.020093] ACPI Warning: SystemIO range 0x0000000000000828-0x000000000000082F conflicts with OpRegion 0x0000000000000828-0x0000000000000828 (\SSTS) (20150818/utaddress-254)
[ 8.020096] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 8.020118] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 8.061022] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[ 8.134993] input: PC Speaker as /devices/platform/pcspkr/input/input6
[ 8.181083] systemd[1]: Started Journal Service.
[ 8.284547] kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
[ 8.379973] EDAC MC: Ver: 3.0.0
[ 8.400712] EDAC MC0: Giving out device to module i7core_edac.c controller i7 core #0: DEV 0000:ff:03.0 (POLLED)
[ 8.400749] EDAC PCI0: Giving out device to module i7core_edac controller EDAC PCI controller: DEV 0000:ff:03.0 (POLLED)
[ 8.400754] EDAC i7core: Driver loaded, 1 memory controller(s) found.
[ 8.505199] tg3 0000:05:00.0 enp5s0: renamed from eth0
[ 8.518610] ppdev: user-space parallel port driver
[ 8.544252] snd_hda_codec_analog hdaudioC0D0: autoconfig for AD1984A: line_outs=1 (0x12/0x0/0x0/0x0/0x0) type:line
[ 8.544255] snd_hda_codec_analog hdaudioC0D0: speaker_outs=1 (0x13/0x0/0x0/0x0/0x0)
[ 8.544257] snd_hda_codec_analog hdaudioC0D0: hp_outs=1 (0x11/0x0/0x0/0x0/0x0)
[ 8.544259] snd_hda_codec_analog hdaudioC0D0: mono: mono_out=0x0
[ 8.544260] snd_hda_codec_analog hdaudioC0D0: inputs:
[ 8.544262] snd_hda_codec_analog hdaudioC0D0: Mic=0x14
[ 8.544264] snd_hda_codec_analog hdaudioC0D0: Line=0x15
[ 8.553378] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[ 8.554190] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[ 8.554237] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 8.554284] input: HDA Intel Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 8.554330] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[ 8.591577] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[ 8.591679] gpio_ich: GPIO from 451 to 511 on gpio_ich
[ 8.665464] iTCO_vendor_support: vendor-support=0
[ 8.676422] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 8.676446] iTCO_wdt: Found a ICH10R TCO device (Version=2, TCOBASE=0x0860)
[ 8.676544] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 8.694075] input: Dell WMI hotkeys as /devices/virtual/input/input13
[ 8.903798] systemd-journald[182]: Received request to flush runtime journal from PID 1
[ 8.947296] mousedev: PS/2 mouse device common for all mice
[ 9.784395] Adding 9764860k swap on /dev/sda2. Priority:-1 extents:1 across:9764860k FS
[ 9.947260] nvidia: module license 'NVIDIA' taints kernel.
[ 9.947264] Disabling lock debugging due to kernel taint
[ 9.955861] vgaarb: device changed decodes: PCI:0000:02:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[ 9.956190] [drm] Initialized nvidia-drm 0.0.0 20150116 for 0000:02:00.0 on minor 0
[ 9.956198] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 340.96 Sun Nov 8 22:33:28 PST 2015
[ 10.309757] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: data=ordered
[ 10.643226] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: data=ordered
[ 10.875389] floppy0: no floppy controllers found
[ 11.819158] IPv6: ADDRCONF(NETDEV_UP): enp5s0: link is not ready
[ 15.678233] tg3 0000:05:00.0 enp5s0: Link is up at 1000 Mbps, full duplex
[ 15.678238] tg3 0000:05:00.0 enp5s0: Flow control is on for TX and on for RX
[ 15.678247] IPv6: ADDRCONF(NETDEV_CHANGE): enp5s0: link becomes ready
[ 20.800237] FS-Cache: Loaded
[ 20.807608] Key type dns_resolver registered
[ 20.824486] FS-Cache: Netfs 'cifs' registered for caching
[ 20.824561] Key type cifs.spnego registered
[ 20.824567] Key type cifs.idmap registered
[ 24.077373] NVRM: Your system is not currently configured to drive a VGA console
[ 24.077376] NVRM: on the primary VGA device. The NVIDIA Linux graphics driver
[ 24.077377] NVRM: requires the use of a text-mode VGA console. Use of other console
[ 24.077379] NVRM: drivers including, but not limited to, vesafb, may result in
[ 24.077380] NVRM: corruption and stability problems, and is not supported.
[ 26.625396] fuse init (API version 7.23)
[ 64.103425] [drm] Module unloaded
[ 90.198682] usb 3-2: USB disconnect, device number 2
[ 91.648606] usb 3-2: new low-speed USB device number 3 using uhci_hcd
[ 91.832942] input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2:1.0/0003:0461:4E22.0003/input/input14
[ 91.833602] hid-generic 0003:0461:4E22.0003: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:1a.0-2/input0
[ 151.948654] usb 3-2: USB disconnect, device number 3
[ 153.418611] usb 3-2: new low-speed USB device number 4 using uhci_hcd
[ 153.602929] input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2:1.0/0003:0461:4E22.0004/input/input15
[ 153.603482] hid-generic 0003:0461:4E22.0004: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:1a.0-2/input0
[ 213.698580] usb 3-2: USB disconnect, device number 4
[ 215.191879] usb 3-2: new low-speed USB device number 5 using uhci_hcd
[ 215.379134] input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2:1.0/0003:0461:4E22.0005/input/input16
[ 215.379648] hid-generic 0003:0461:4E22.0005: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:1a.0-2/input0
[ 220.311590] vgaarb: device changed decodes: PCI:0000:02:00.0,olddecodes=none,decodes=none:owns=io+mem
[ 220.312031] [drm] Initialized nvidia-drm 0.0.0 20150116 for 0000:02:00.0 on minor 0
[ 220.312040] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 340.96 Sun Nov 8 22:33:28 PST 2015
[ 220.312807] nvidia_uvm: Loaded the UVM driver, major device number 245
[ 220.314602] nvidia_uvm: Unregistered the UVM driver
[ 220.327714] [drm] Module unloaded
[ 274.601523] [drm] Initialized drm 1.1.0 20060810
[ 274.614086] vgaarb: device changed decodes: PCI:0000:02:00.0,olddecodes=none,decodes=none:owns=io+mem
[ 274.614407] [drm] Initialized nvidia-drm 0.0.0 20150116 for 0000:02:00.0 on minor 0
[ 274.614415] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 340.96 Sun Nov 8 22:33:28 PST 2015
[ 275.698542] usb 3-2: USB disconnect, device number 5
[ 276.975207] usb 3-2: new low-speed USB device number 6 using uhci_hcd
[ 277.159520] input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2:1.0/0003:0461:4E22.0006/input/input17
[ 277.160067] hid-generic 0003:0461:4E22.0006: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:1a.0-2/input0
[ 309.988547] NVRM: Your system is not currently configured to drive a VGA console
[ 309.988550] NVRM: on the primary VGA device. The NVIDIA Linux graphics driver
[ 309.988552] NVRM: requires the use of a text-mode VGA console. Use of other console
[ 309.988553] NVRM: drivers including, but not limited to, vesafb, may result in
[ 309.988554] NVRM: corruption and stability problems, and is not supported.
[ 673.672047] [drm] Module unloaded
[ 701.448374] usb 3-2: USB disconnect, device number 6
[ 702.888320] usb 3-2: new low-speed USB device number 7 using uhci_hcd
[ 703.070646] input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2:1.0/0003:0461:4E22.0007/input/input18
[ 703.071116] hid-generic 0003:0461:4E22.0007: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:1a.0-2/input0
[ 763.198295] usb 3-2: USB disconnect, device number 7
[ 764.661621] usb 3-2: new low-speed USB device number 8 using uhci_hcd
[ 764.844964] input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2:1.0/0003:0461:4E22.0008/input/input19
[ 764.845394] hid-generic 0003:0461:4E22.0008: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:1a.0-2/input0
[ 824.948298] usb 3-2: USB disconnect, device number 8
[ 826.431591] usb 3-2: new low-speed USB device number 9 using uhci_hcd
[ 826.614908] input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2:1.0/0003:0461:4E22.0009/input/input20
[ 826.615427] hid-generic 0003:0461:4E22.0009: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:1a.0-2/input0
[ 886.698256] usb 3-2: USB disconnect, device number 9
[ 888.204886] usb 3-2: new low-speed USB device number 10 using uhci_hcd
[ 888.389204] input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2:1.0/0003:0461:4E22.000A/input/input21
[ 888.389760] hid-generic 0003:0461:4E22.000A: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:1a.0-2/input0
[ 928.449724] vgaarb: device changed decodes: PCI:0000:02:00.0,olddecodes=none,decodes=none:owns=io+mem
[ 928.450087] [drm] Initialized nvidia-drm 0.0.0 20150116 for 0000:02:00.0 on minor 0
[ 928.450103] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 340.96 Sun Nov 8 22:33:28 PST 2015
[ 929.404683] NVRM: Your system is not currently configured to drive a VGA console
[ 929.404686] NVRM: on the primary VGA device. The NVIDIA Linux graphics driver
[ 929.404688] NVRM: requires the use of a text-mode VGA console. Use of other console
[ 929.404689] NVRM: drivers including, but not limited to, vesafb, may result in
[ 929.404690] NVRM: corruption and stability problems, and is not supported.
[ 5420.445864] perf interrupt took too long (2802 > 2495), lowering kernel.perf_event_max_sample_rate to 50100
[14001.848107] usb 2-5: USB disconnect, device number 2
[14002.508105] usb 1-1: USB disconnect, device number 2
[49866.899509] perf interrupt took too long (5227 > 4960), lowering kernel.perf_event_max_sample_rate to 25200
[71931.038101] usb 2-5: new high-speed USB device number 4 using ehci-pci
[71931.162364] hub 2-5:1.0: USB hub found
[71931.162511] hub 2-5:1.0: 2 ports detected
[71932.271431] usb 1-1: new high-speed USB device number 4 using ehci-pci
[71932.395769] hub 1-1:1.0: USB hub found
[71932.395926] hub 1-1:1.0: 2 ports detectedThanks for any help you might be able to give
Offline
I get this output in journalctl every time abaqus fails to start:
Feb 03 10:11:50 hal systemd-coredump[738]: Process 734 (ABQcaeK) of user 1000 dumped core.
Stack trace of thread 734:
#0 0x00007f2b4cf6b5f8 raise (libc.so.6)
#1 0x00007f2b4cf6ca7a abort (libc.so.6)
#2 0x00007f2b5480a97f _Z7fxerrorPKcz (libABQSMAFoxFoxAPI.so)
#3 0x00007f2b474a2b1c _ZN13fmd_GLContext6createEv (libABQSMAInkGraphicsPrinting.so)
#4 0x00007f2b474a2c7e _ZN13fmd_GLContext10beginImageEP11fmd_GLImage (libABQSMAInkGraphicsPrinting.so)
#5 0x00007f2b474b0b7a _ZN10fmd_OGLCtx20AllocatePrintVisualsEj (libABQSMAInkGraphicsPrinting.so)
#6 0x00007f2b474b5ffd _ZN10fmd_OGLCtx17AllocateResourcesERK20sesC_GraphicsOptions (libABQSMAInkGraphicsPrinting.so)
#7 0x00007f2b474d5245 _ZN14fmd_XMediaRole17AllocateResourcesEbP20sesC_GraphicsOptions (libABQSMAInkGraphicsPrinting.so)
#8 0x00007f2b5565f990 _ZN15ker_KernelActor4MainEPKcS1_ (libABQSMAInkVwrKer.so)
#9 0x00007f2b55681f92 _Z8ker_mainiPPc (libABQSMAInkVwrKer.so)
#10 0x00000000004136b6 _Z7ABQmainiPPc (ABQcaeK)
#11 0x000000000041325c main (ABQcaeK)
#12 0x00007f2b4cf58610 __libc_start_main (libc.so.6)
#13 0x0000000000412a79 _start (ABQcaeK)Offline
https://polymerfem.com/showthread.php?4 … -on-Debian suggests some workarounds for what seems to be the same issue.
Only other thing I noticed is that there is a microcode update available for your cpu.
Sorry I can not be of more help.
Offline
https://polymerfem.com/showthread.php?4 … -on-Debian suggests some workarounds for what seems to be the same issue.
Only other thing I noticed is that there is a microcode update available for your cpu.
Sorry I can not be of more help.
Thanks for pointing out the microcode update, I'll do that.
I am using one of the work-arounds from the site you mention, and using those work-arounds the gui is usable, however, it is slow since the work-arounds cause the program to use software instead of hardware rendering.
Looks like my best option to get it working is to compile an old version of Xorg and the driver from source and install them manually... maybe I'll just deal with the slowness for now and hope it gets fixed with the next driver release from Nvidia
Offline