Ref No & Chapter ID

Hi
I have defined items batch wise , i want tariff & Supplier ref no  automatically should come row wise  when in goods receipt po i enter items batch wise. These things are required in Create Batches form.
Can anybody help me with the solution
Thanks

Use the below FMS on GRPO
SELECT     OCHP.ChapterID
FROM         OITM INNER JOIN
                      OCHP ON OITM.ItemCode = OCHP.AbsEntry
WHERE OITM.ItemCode=$[PDN1.ItemCode]
authorefresh it on saved values.
Hope this will help u.
Thanks,
Neetu

Similar Messages

  • How to UpLoad the Diffent type of files Through Oracle Pl/Sql...?

    Hi TOM,
    I want one reusable component to be developed, My requirement is as follows...
    We get .CSV,.XML,.DOC.PDF files on the N/w drive. One Batch Job will be running every night and this job should upload all the files present in that N/w drive to the database (Each File should be stored in one row with unique ID) and after loading of each file is done , move the uploaded file to the backup directory.
    Note : Average file size is 10-15 MB.
    Loading of files in database should be done only using Oracle procedure/function.
    Already return this process in Pro*C. But I don't know How to write in Oravle Pl/Sl...?
    Functionality of this FUNCTION(In Pro*C):
    ===================================
    *****set_item_blob
    *****Input:     
    *****======
    *****1. Path of the file in Windows folder which contains the part number's content
    *****2. Item number in the T_ITEM table
    *****3. Revision level in the T_ITEM table
    *****Processing:
    *****===========
    *****1. Get the BLOB pointer for the ITM_BLOB column,
    ***** for the corresponding item number and revision level
    *****2. Update the ITM_BLOB column with the content of the input file
    ***** ( using the EXEC SQL LOB WRITE function )
    *****Output:
    *****=======
    *****1. ITM_BLOB column updated with the content of input file
    int set_item_blob (char chr_item_number,int revision_level,char file_path)
         exec sql begin declare section;
              OCIBlobLocator     *blob_locator;
              varchar               vc_item_number[12];
              long               file_length=0;
              varchar               alert_message [500+1];
              int                    plsql_err_code = 0;
         exec sql end declare section;
         FILE     *fp_input_file;
         char     *blob_buffer;
         EXEC SQL VAR blob_buffer IS RAW(BUFFER_LENGTH);
         EXEC SQL ALLOCATE :blob_locator;
         memset ( vc_item_number.arr, '\0', 12 );
         strcpy ( vc_item_number.arr, chr_item_number );
         vc_item_number.len = strlen ( vc_item_number.arr );
         fp_input_file = fopen( file_path, "rb" );
         if( fp_input_file == NULL)
              sprintf ( alert_message.arr, "ngetupld BLOB upload failed for item_number = [%s], rev_level = [%d]. Failure in opening the file to be uploaded [%s]", chr_item_number, revision_level , file_path );
              alert_message.len = strlen ( alert_message.arr );
              EXEC SQL EXECUTE
              BEGIN
                   P_INSERT_INTO_INFO_MESSAGES('AL',:alert_message,'BLB',NULL,NULL,:plsql_err_code);
              END;
              END-EXEC;
              exec sql commit;
              return 1;
         else
              (void) fseek(fp_input_file, 0L, SEEK_END) ;
              file_length = (unsigned int)ftell(fp_input_file) ;     
              (void) fseek(fp_input_file, 0L, SEEK_SET) ;
              if ( file_length > BUFFER_LENGTH )
                   sprintf ( alert_message.arr, "ngetupld BLOB upload failed for item_number = [%s], rev_level = [%d]. Length of the file to be uploaded(%ld) is more than the supported length(%ld)", chr_item_number, revision_level , file_length, BUFFER_LENGTH );
                   alert_message.len = strlen ( alert_message.arr );
                   EXEC SQL EXECUTE
                   BEGIN
                        P_INSERT_INTO_INFO_MESSAGES('AL',:alert_message,'BLB',NULL,NULL,:plsql_err_code);
                   END;
                   END-EXEC;
                   exec sql commit;
                   return 1;
              EXEC SQL
                   UPDATE          T_ITEM
                   SET               ITM_BLOB = EMPTY_BLOB()
                   WHERE          ITM_NUMBER = :vc_item_number
                   AND               ITM_REVISION_LEVEL = :revision_level
                   RETURNING     ITM_BLOB INTO :blob_locator;
              if ( sqlca.sqlcode != 0 )
                   sprintf ( alert_message.arr, "ngetupld BLOB upload failed for item_number = [%s], rev_level = [%d]. SQL error %d occured while trying to get the BLOB locator", chr_item_number, revision_level , sqlca.sqlcode );
                   alert_message.len = strlen ( alert_message.arr );
                   EXEC SQL EXECUTE
                   BEGIN
                        P_INSERT_INTO_INFO_MESSAGES('AL',:alert_message,'BLB',NULL,NULL,:plsql_err_code);
                   END;
                   END-EXEC;
                   exec sql commit;
                   return 1;
              blob_buffer=(char *)malloc(BUFFER_LENGTH); // Dynamic Memory Allocation for Itm_Blob
              fread((void *)blob_buffer, (size_t)BUFFER_LENGTH, (size_t)1, fp_input_file);
              EXEC SQL LOB WRITE ONE :file_length FROM :blob_buffer INTO :blob_locator;
              if ( sqlca.sqlcode != 0 )
                   sprintf ( alert_message.arr, "ngetupld BLOB upload failed for item_number = [%s], rev_level = [%d]. SQL error %d occured while trying to update the BLOB content", chr_item_number, revision_level , sqlca.sqlcode );
                   alert_message.len = strlen ( alert_message.arr );
                   EXEC SQL EXECUTE
                   BEGIN
                        P_INSERT_INTO_INFO_MESSAGES('AL',:alert_message,'BLB',NULL,NULL,:plsql_err_code);
                   END;
                   END-EXEC;
                   exec sql commit;
                   return 1;
              exec sql commit;
         fclose(fp_input_file);
         free(blob_buffer);
         return 0;
    Can Possible to do in Oacle Pl/Sql...?

    > Hi TOM,
    This is not asktom.oracle.com.
    > Can Possible to do in Oacle Pl/Sql...?
    Yes it can be done. Simply consult the applicable manuals that contains all of the details on how to do it. The manuals are:
    - Oracle® Database Application Developer's Guide - Large Objects (refer to Chapter 6 section on Using PL/SQL (DBMS_LOB Package) to Work with LOBs)
    - Oracle® Database PL/SQL Packages and Types Reference (refer to the chapter on DBMS_LOB)

  • [GAVE UP] Failure to initialize graphics device [Thinkpad 530W,Nvidia]

    Hello,
    I fail to use `nvidia` as graphics driver for my xorg on a Thinkpad 530W laptop using Nvidia Quadro 2000M and intel graphics card. Using instead `intel` or `vesa` work. This following logs are with optimus enabled, but I tried the same things with only the nvidia graphics card enabled in the bios and I also fail to load the nvidia driver.
    I followed the advice at
    https://wiki.archlinux.org/index.php/NV … IA_Optimus
    for xorg not to be confused by the presense of two graphics cards.
    Do you have any ideas how I get the nvidia card to run? Should I try Bumblebee? But can this even help if already only the nvidia card by itself makes problem? Do you need any more information?
    Thanks, for any advice,
    Holger
    This is a fresh install on a new laptop and I am new to Arch (but with Linux for a long time).
    Here are the logs:
    XOrg.log
    [ 6.236]
    X.Org X Server 1.14.4
    Release Date: 2013-10-31
    [ 6.236] X Protocol Version 11, Revision 0
    [ 6.236] Build Operating System: Linux 3.11.6-1-ARCH x86_64
    [ 6.236] Current Operating System: Linux ho-think 3.12.2-1-ARCH #1 SMP PREEMPT Fri Nov 29 21:14:15 CET 2013 x86_64
    [ 6.236] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=267f069c-11da-4d2a-88fa-00cab4e28149 rw quiet resume=/dev/sda6
    [ 6.236] Build Date: 01 November 2013 05:10:48PM
    [ 6.236]
    [ 6.236] Current version of pixman: 0.32.4
    [ 6.236] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 6.236] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 6.237] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Dec 5 23:50:52 2013
    [ 6.239] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 6.239] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 6.239] (==) No Layout section. Using the first Screen section.
    [ 6.239] (==) No screen section available. Using defaults.
    [ 6.239] (**) |-->Screen "Default Screen Section" (0)
    [ 6.239] (**) | |-->Monitor "<default monitor>"
    [ 6.240] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 6.240] (**) | |-->Device "Nvidia Card"
    [ 6.240] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 6.240] (==) Automatically adding devices
    [ 6.240] (==) Automatically enabling devices
    [ 6.240] (==) Automatically adding GPU devices
    [ 6.242] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 6.242] Entry deleted from font path.
    [ 6.244] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 6.244] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 6.244] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 6.244] (II) Loader magic: 0x7fdc20
    [ 6.244] (II) Module ABI versions:
    [ 6.244] X.Org ANSI C Emulation: 0.4
    [ 6.244] X.Org Video Driver: 14.1
    [ 6.244] X.Org XInput driver : 19.1
    [ 6.244] X.Org Server Extension : 7.0
    [ 6.244] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 6.245] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 6.246] (--) PCI:*(0:0:2:0) 8086:0166:17aa:21f5 rev 9, Mem @ 0xf1400000/4194304, 0xe0000000/268435456, I/O @ 0x00006000/64
    [ 6.246] (--) PCI: (0:1:0:0) 10de:0ffb:17aa:21f5 rev 161, Mem @ 0xf0000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00005000/128, BIOS @ 0x????????/524288
    [ 6.246] Initializing built-in extension Generic Event Extension
    [ 6.246] Initializing built-in extension SHAPE
    [ 6.246] Initializing built-in extension MIT-SHM
    [ 6.246] Initializing built-in extension XInputExtension
    [ 6.246] Initializing built-in extension XTEST
    [ 6.246] Initializing built-in extension BIG-REQUESTS
    [ 6.246] Initializing built-in extension SYNC
    [ 6.246] Initializing built-in extension XKEYBOARD
    [ 6.246] Initializing built-in extension XC-MISC
    [ 6.246] Initializing built-in extension SECURITY
    [ 6.247] Initializing built-in extension XINERAMA
    [ 6.247] Initializing built-in extension XFIXES
    [ 6.247] Initializing built-in extension RENDER
    [ 6.247] Initializing built-in extension RANDR
    [ 6.247] Initializing built-in extension COMPOSITE
    [ 6.247] Initializing built-in extension DAMAGE
    [ 6.247] Initializing built-in extension MIT-SCREEN-SAVER
    [ 6.247] Initializing built-in extension DOUBLE-BUFFER
    [ 6.247] Initializing built-in extension RECORD
    [ 6.247] Initializing built-in extension DPMS
    [ 6.247] Initializing built-in extension X-Resource
    [ 6.247] Initializing built-in extension XVideo
    [ 6.247] Initializing built-in extension XVideo-MotionCompensation
    [ 6.247] Initializing built-in extension XFree86-VidModeExtension
    [ 6.247] Initializing built-in extension XFree86-DGA
    [ 6.247] Initializing built-in extension XFree86-DRI
    [ 6.247] Initializing built-in extension DRI2
    [ 6.247] (II) "glx" will be loaded by default.
    [ 6.247] (II) LoadModule: "dri2"
    [ 6.247] (II) Module "dri2" already built-in
    [ 6.247] (II) LoadModule: "glamoregl"
    [ 6.275] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 6.475] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 6.475] compiled for 1.14.2, module version = 0.5.1
    [ 6.475] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 6.475] (II) LoadModule: "glx"
    [ 6.475] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 6.517] (II) Module glx: vendor="NVIDIA Corporation"
    [ 6.517] compiled for 4.0.2, module version = 1.0.0
    [ 6.517] Module class: X.Org Server Extension
    [ 6.517] (II) NVIDIA GLX Module 331.20 Wed Oct 30 17:36:48 PDT 2013
    [ 6.517] Loading extension GLX
    [ 6.517] (II) LoadModule: "nvidia"
    [ 6.517] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 6.549] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 6.549] compiled for 4.0.2, module version = 1.0.0
    [ 6.549] Module class: X.Org Video Driver
    [ 6.549] (II) NVIDIA dlloader X Driver 331.20 Wed Oct 30 17:16:53 PDT 2013
    [ 6.549] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 6.549] (++) using VT number 7
    [ 6.553] (II) Loading sub module "fb"
    [ 6.554] (II) LoadModule: "fb"
    [ 6.554] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 6.557] (II) Module fb: vendor="X.Org Foundation"
    [ 6.557] compiled for 1.14.4, module version = 1.0.0
    [ 6.557] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 6.557] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 6.557] (II) Loading sub module "wfb"
    [ 6.557] (II) LoadModule: "wfb"
    [ 6.557] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 6.559] (II) Module wfb: vendor="X.Org Foundation"
    [ 6.559] compiled for 1.14.4, module version = 1.0.0
    [ 6.559] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 6.559] (II) Loading sub module "ramdac"
    [ 6.559] (II) LoadModule: "ramdac"
    [ 6.559] (II) Module "ramdac" already built-in
    [ 6.559] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 6.559] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 6.559] (==) NVIDIA(0): RGB weight 888
    [ 6.559] (==) NVIDIA(0): Default visual is TrueColor
    [ 6.559] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 6.559] (**) NVIDIA(0): Enabling 2D acceleration
    [ 11.161] (EE) NVIDIA(GPU-0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 11.161] (EE) NVIDIA(GPU-0): check your system's kernel log for additional error
    [ 11.161] (EE) NVIDIA(GPU-0): messages and refer to Chapter 8: Common Problems in the
    [ 11.161] (EE) NVIDIA(GPU-0): README for additional information.
    [ 11.161] (EE) NVIDIA(GPU-0): Failed to initialize the NVIDIA graphics device!
    [ 11.161] (EE) NVIDIA(0): Failing initialization of X screen 0
    [ 11.161] (II) UnloadModule: "nvidia"
    [ 11.161] (II) UnloadSubModule: "wfb"
    [ 11.161] (II) UnloadSubModule: "fb"
    [ 11.161] (EE) Screen(s) found, but none have a usable configuration.
    [ 11.161] (EE)
    Fatal server error:
    [ 11.161] (EE) no screens found(EE)
    [ 11.161] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 11.161] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 11.162] (EE)
    [ 11.167] (EE) Server terminated with error (1). Closing log file.
    dmesg with the nvidia failure at the end:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.12.2-1-ARCH (tobias@T-POWA-LX) (gcc version 4.8.2 (GCC) ) #1 SMP PREEMPT Fri Nov 29 21:14:15 CET 2013
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=267f069c-11da-4d2a-88fa-00cab4e28149 rw quiet resume=/dev/sda6
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000040005000-0x00000000a6b2ffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000a6b30000-0x00000000bae9efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bae9f000-0x00000000baf9efff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000baf9f000-0x00000000baffefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000bafff000-0x00000000bf9fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000043e5fffff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000043e600000-0x000000043e7fffff] reserved
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.7 present.
    [ 0.000000] DMI: LENOVO 2447DW0/2447DW0, BIOS G5ET93WW (2.53 ) 05/24/2013
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x43e600 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0FFC00000 mask FFFC00000 write-protect
    [ 0.000000] 1 base 000000000 mask F80000000 write-back
    [ 0.000000] 2 base 080000000 mask FC0000000 write-back
    [ 0.000000] 3 base 0BC000000 mask FFC000000 uncachable
    [ 0.000000] 4 base 0BB000000 mask FFF000000 uncachable
    [ 0.000000] 5 base 100000000 mask F00000000 write-back
    [ 0.000000] 6 base 200000000 mask E00000000 write-back
    [ 0.000000] 7 base 400000000 mask FC0000000 write-back
    [ 0.000000] 8 base 43F000000 mask FFF000000 uncachable
    [ 0.000000] 9 base 43E800000 mask FFF800000 uncachable
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: last_pfn = 0xa6b30 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000f0100-0x000f010f] mapped at [ffff8800000f0100]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b32000, 0x01b32fff] PGTABLE
    [ 0.000000] BRK [0x01b33000, 0x01b33fff] PGTABLE
    [ 0.000000] BRK [0x01b34000, 0x01b34fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x43e400000-0x43e5fffff]
    [ 0.000000] [mem 0x43e400000-0x43e5fffff] page 2M
    [ 0.000000] BRK [0x01b35000, 0x01b35fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x43c000000-0x43e3fffff]
    [ 0.000000] [mem 0x43c000000-0x43e3fffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x400000000-0x43bffffff]
    [ 0.000000] [mem 0x400000000-0x43bffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x1fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x20200000-0x40003fff]
    [ 0.000000] [mem 0x20200000-0x3fffffff] page 2M
    [ 0.000000] [mem 0x40000000-0x40003fff] page 4k
    [ 0.000000] BRK [0x01b36000, 0x01b36fff] PGTABLE
    [ 0.000000] BRK [0x01b37000, 0x01b37fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x40005000-0xa6b2ffff]
    [ 0.000000] [mem 0x40005000-0x401fffff] page 4k
    [ 0.000000] [mem 0x40200000-0xa69fffff] page 2M
    [ 0.000000] [mem 0xa6a00000-0xa6b2ffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x3ffffffff]
    [ 0.000000] [mem 0x100000000-0x3ffffffff] page 2M
    [ 0.000000] RAMDISK: [mem 0x379be000-0x37cd6fff]
    [ 0.000000] ACPI: RSDP 00000000000f0120 00024 (v02 LENOVO)
    [ 0.000000] ACPI: XSDT 00000000baffe170 000BC (v01 LENOVO TP-G5 00002530 PTL 00000002)
    [ 0.000000] ACPI: FACP 00000000bafe6000 0010C (v05 LENOVO TP-G5 00002530 PTL 00000002)
    [ 0.000000] ACPI: DSDT 00000000bafe8000 10A68 (v01 LENOVO TP-G5 00002530 INTL 20061109)
    [ 0.000000] ACPI: FACS 00000000baf54000 00040
    [ 0.000000] ACPI: SLIC 00000000baffd000 00176 (v01 LENOVO TP-G5 00002530 PTL 00000001)
    [ 0.000000] ACPI: TCPA 00000000baffc000 00032 (v02 PTL LENOVO 06040000 LNVO 00000001)
    [ 0.000000] ACPI: SSDT 00000000baffb000 00408 (v01 LENOVO TP-SSDT2 00000200 INTL 20061109)
    [ 0.000000] ACPI: SSDT 00000000baffa000 00033 (v01 LENOVO TP-SSDT1 00000100 INTL 20061109)
    [ 0.000000] ACPI: SSDT 00000000baff9000 00797 (v01 LENOVO SataAhci 00001000 INTL 20061109)
    [ 0.000000] ACPI: HPET 00000000bafe4000 00038 (v01 LENOVO TP-G5 00002530 PTL 00000002)
    [ 0.000000] ACPI: APIC 00000000bafe3000 00098 (v01 LENOVO TP-G5 00002530 PTL 00000002)
    [ 0.000000] ACPI: MCFG 00000000bafe2000 0003C (v01 LENOVO TP-G5 00002530 PTL 00000002)
    [ 0.000000] ACPI: ECDT 00000000bafe1000 00052 (v01 LENOVO TP-G5 00002530 PTL 00000002)
    [ 0.000000] ACPI: FPDT 00000000bafe0000 00064 (v01 LENOVO TP-G5 00002530 PTL 00000002)
    [ 0.000000] ACPI: ASF! 00000000bafe7000 000A5 (v32 LENOVO TP-G5 00002530 PTL 00000002)
    [ 0.000000] ACPI: UEFI 00000000bafdf000 0003E (v01 LENOVO TP-G5 00002530 PTL 00000002)
    [ 0.000000] ACPI: UEFI 00000000bafde000 00042 (v01 PTL COMBUF 00000001 PTL 00000001)
    [ 0.000000] ACPI: MSDM 00000000bafdd000 00055 (v03 LENOVO TP-G5 00002530 PTL 00000002)
    [ 0.000000] ACPI: SSDT 00000000bafdc000 00D23 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
    [ 0.000000] ACPI: SSDT 00000000bafdb000 00A83 (v01 PmRef CpuPm 00003000 INTL 20061109)
    [ 0.000000] ACPI: UEFI 00000000bafda000 002A6 (v01 LENOVO TP-G5 00002530 PTL 00000002)
    [ 0.000000] ACPI: DBG2 00000000bafd9000 000E9 (v00 LENOVO TP-G5 00002530 PTL 00000002)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000043e5fffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x43e5fffff]
    [ 0.000000] NODE_DATA [mem 0x43e5ed000-0x43e5f1fff]
    [ 0.000000] [ffffea0000000000-ffffea0010ffffff] PMD -> [ffff88042e200000-ffff88043dbfffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x43e5fffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009cfff]
    [ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
    [ 0.000000] node 0: [mem 0x20200000-0x40003fff]
    [ 0.000000] node 0: [mem 0x40005000-0xa6b2ffff]
    [ 0.000000] node 0: [mem 0x100000000-0x43e5fffff]
    [ 0.000000] On node 0 totalpages: 4083403
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3996 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 10597 pages used for memmap
    [ 0.000000] DMA32 zone: 678191 pages, LIFO batch:31
    [ 0.000000] Normal zone: 53144 pages used for memmap
    [ 0.000000] Normal zone: 3401216 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x40004000-0x40004fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xa6b30000-0xbae9efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbae9f000-0xbaf9efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbaf9f000-0xbaffefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbafff000-0xbf9fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbfa00000-0xf7ffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed07fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed08000-0xfed08fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed09000-0xfed0ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffbfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xffc00000-0xffffffff]
    [ 0.000000] e820: [mem 0xbfa00000-0xf7ffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88043e200000 s86464 r8192 d24128 u262144
    [ 0.000000] pcpu-alloc: s86464 r8192 d24128 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4019577
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=267f069c-11da-4d2a-88fa-00cab4e28149 rw quiet resume=/dev/sda6
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 15995556K/16333612K available (5121K kernel code, 807K rwdata, 1708K rodata, 1144K init, 1288K bss, 338056K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
    [ 0.000000] NR_IRQS:8448 nr_irqs:744 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 65536000 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.003333] tsc: Detected 2694.031 MHz processor
    [ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 5390.56 BogoMIPS (lpj=8980103)
    [ 0.000005] pid_max: default: 32768 minimum: 301
    [ 0.000027] Security Framework initialized
    [ 0.000034] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000035] Yama: becoming mindful.
    [ 0.000923] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
    [ 0.004551] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.006146] Mount-cache hash table entries: 256
    [ 0.006298] Initializing cgroup subsys memory
    [ 0.006306] Initializing cgroup subsys devices
    [ 0.006307] Initializing cgroup subsys freezer
    [ 0.006309] Initializing cgroup subsys net_cls
    [ 0.006310] Initializing cgroup subsys blkio
    [ 0.006329] CPU: Physical Processor ID: 0
    [ 0.006330] CPU: Processor Core ID: 0
    [ 0.006334] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.006663] mce: CPU supports 9 MCE banks
    [ 0.006675] CPU0: Thermal monitoring enabled (TM1)
    [ 0.006685] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
    tlb_flushall_shift: 1
    [ 0.006786] Freeing SMP alternatives memory: 20K (ffffffff819e9000 - ffffffff819ee000)
    [ 0.007682] ACPI: Core revision 20130725
    [ 0.013359] ACPI: All ACPI Tables successfully acquired
    [ 0.014627] ftrace: allocating 20311 entries in 80 pages
    [ 0.023669] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.056667] smpboot: CPU0: Intel(R) Core(TM) i7-3740QM CPU @ 2.70GHz (fam: 06, model: 3a, stepping: 09)
    [ 0.056673] TSC deadline timer enabled
    [ 0.056680] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
    [ 0.056686] ... version: 3
    [ 0.056687] ... bit width: 48
    [ 0.056688] ... generic registers: 4
    [ 0.056689] ... value mask: 0000ffffffffffff
    [ 0.056689] ... max period: 0000ffffffffffff
    [ 0.056690] ... fixed-purpose events: 3
    [ 0.056691] ... event mask: 000000070000000f
    [ 0.093731] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.080104] smpboot: Booting Node 0, Processors # 1 # 2 # 3 # 4 # 5 # 6 # 7 OK
    [ 0.215283] Brought up 8 CPUs
    [ 0.215286] smpboot: Total of 8 processors activated (43121.51 BogoMIPS)
    [ 0.221817] devtmpfs: initialized
    [ 0.225267] PM: Registering ACPI NVS region [mem 0xbae9f000-0xbaf9efff] (1048576 bytes)
    [ 0.225908] RTC time: 22:50:45, date: 12/05/13
    [ 0.225941] NET: Registered protocol family 16
    [ 0.226022] cpuidle: using governor ladder
    [ 0.226024] cpuidle: using governor menu
    [ 0.226046] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.226048] ACPI: bus type PCI registered
    [ 0.226050] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.226221] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.226224] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.230705] PCI: Using configuration type 1 for base access
    [ 0.231329] bio: create slab <bio-0> at 0
    [ 0.231442] ACPI: Added _OSI(Module Device)
    [ 0.231443] ACPI: Added _OSI(Processor Device)
    [ 0.231444] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.231445] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.232701] ACPI: EC: EC description table is found, configuring boot EC
    [ 0.236337] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.272341] ACPI: SSDT 00000000bae3a018 00A01 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
    [ 0.272660] ACPI: Dynamic OEM Table Load:
    [ 0.272661] ACPI: SSDT (null) 00A01 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
    [ 0.288532] ACPI: SSDT 00000000bae3ba98 00303 (v01 PmRef ApIst 00003000 INTL 20061109)
    [ 0.288874] ACPI: Dynamic OEM Table Load:
    [ 0.288876] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20061109)
    [ 0.301731] ACPI: SSDT 00000000bae39d98 00119 (v01 PmRef ApCst 00003000 INTL 20061109)
    [ 0.302048] ACPI: Dynamic OEM Table Load:
    [ 0.302049] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20061109)
    [ 0.316012] ACPI: Interpreter enabled
    [ 0.316018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130725/hwxface-571)
    [ 0.316022] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130725/hwxface-571)
    [ 0.316034] ACPI: (supports S0 S3 S4 S5)
    [ 0.316035] ACPI: Using IOAPIC for interrupt routing
    [ 0.316057] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.316633] ACPI: ACPI Dock Station Driver: 2 docks/bays found
    [ 0.328772] ACPI: Power Resource [PUBS] (on)
    [ 0.332509] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.332575] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *7 9 10 11)
    [ 0.332638] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.332701] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11)
    [ 0.332763] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 *7 9 10 11)
    [ 0.332812] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
    [ 0.332874] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.332936] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11)
    [ 0.332972] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
    [ 0.333055] acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
    [ 0.333132] acpi PNP0A08:00: ACPI _OSC request failed (AE_SUPPORT), returned control mask: 0x0d
    [ 0.333133] acpi PNP0A08:00: ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 0.333260] PCI host bridge to bus 0000:00
    [ 0.333262] pci_bus 0000:00: root bus resource [bus 00-3f]
    [ 0.333264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.333265] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.333267] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.333268] pci_bus 0000:00: root bus resource [mem 0xbfa00000-0xfebfffff]
    [ 0.333270] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed4bfff]
    [ 0.333277] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
    [ 0.333338] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
    [ 0.333365] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.333416] pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
    [ 0.333426] pci 0000:00:02.0: reg 0x10: [mem 0xf1400000-0xf17fffff 64bit]
    [ 0.333432] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.333436] pci 0000:00:02.0: reg 0x20: [io 0x6000-0x603f]
    [ 0.333514] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
    [ 0.333534] pci 0000:00:14.0: reg 0x10: [mem 0xf3a20000-0xf3a2ffff 64bit]
    [ 0.333603] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 0.333630] pci 0000:00:14.0: System wakeup disabled by ACPI
    [ 0.333664] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
    [ 0.333686] pci 0000:00:16.0: reg 0x10: [mem 0xf3a35000-0xf3a3500f 64bit]
    [ 0.333761] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.333815] pci 0000:00:16.3: [8086:1e3d] type 00 class 0x070002
    [ 0.333833] pci 0000:00:16.3: reg 0x10: [io 0x60b0-0x60b7]
    [ 0.333842] pci 0000:00:16.3: reg 0x14: [mem 0xf3a3c000-0xf3a3cfff]
    [ 0.333964] pci 0000:00:19.0: [8086:1502] type 00 class 0x020000
    [ 0.333981] pci 0000:00:19.0: reg 0x10: [mem 0xf3a00000-0xf3a1ffff]
    [ 0.333989] pci 0000:00:19.0: reg 0x14: [mem 0xf3a3b000-0xf3a3bfff]
    [ 0.333997] pci 0000:00:19.0: reg 0x18: [io 0x6080-0x609f]
    [ 0.334058] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
    [ 0.334085] pci 0000:00:19.0: System wakeup disabled by ACPI
    [ 0.334117] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
    [ 0.334137] pci 0000:00:1a.0: reg 0x10: [mem 0xf3a3a000-0xf3a3a3ff]
    [ 0.334226] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 0.334254] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 0.334287] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
    [ 0.334302] pci 0000:00:1b.0: reg 0x10: [mem 0xf3a30000-0xf3a33fff 64bit]
    [ 0.334368] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.334400] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 0.334427] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
    [ 0.334502] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.334557] pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
    [ 0.334632] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.334687] pci 0000:00:1c.2: [8086:1e14] type 01 class 0x060400
    [ 0.334762] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 0.334792] pci 0000:00:1c.2: System wakeup disabled by ACPI
    [ 0.334829] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
    [ 0.334849] pci 0000:00:1d.0: reg 0x10: [mem 0xf3a39000-0xf3a393ff]
    [ 0.334936] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.334965] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.334997] pci 0000:00:1f.0: [8086:1e55] type 00 class 0x060100
    [ 0.335148] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
    [ 0.335165] pci 0000:00:1f.2: reg 0x10: [io 0x60a8-0x60af]
    [ 0.335173] pci 0000:00:1f.2: reg 0x14: [io 0x60bc-0x60bf]
    [ 0.335181] pci 0000:00:1f.2: reg 0x18: [io 0x60a0-0x60a7]
    [ 0.335188] pci 0000:00:1f.2: reg 0x1c: [io 0x60b8-0x60bb]
    [ 0.335195] pci 0000:00:1f.2: reg 0x20: [io 0x6060-0x607f]
    [ 0.335203] pci 0000:00:1f.2: reg 0x24: [mem 0xf3a38000-0xf3a387ff]
    [ 0.335246] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.335294] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
    [ 0.335309] pci 0000:00:1f.3: reg 0x10: [mem 0xf3a34000-0xf3a340ff 64bit]
    [ 0.335329] pci 0000:00:1f.3: reg 0x20: [io 0xefa0-0xefbf]
    [ 0.335425] pci 0000:01:00.0: [10de:0ffb] type 00 class 0x030000
    [ 0.335432] pci 0000:01:00.0: reg 0x10: [mem 0xf0000000-0xf0ffffff]
    [ 0.335439] pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.335445] pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
    [ 0.335450] pci 0000:01:00.0: reg 0x24: [io 0x5000-0x507f]
    [ 0.335454] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
    [ 0.341690] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.341695] pci 0000:00:01.0: bridge window [io 0x5000-0x5fff]
    [ 0.341700] pci 0000:00:01.0: bridge window [mem 0xf0000000-0xf10fffff]
    [ 0.341706] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
    [ 0.341865] pci 0000:02:00.0: [1180:e823] type 00 class 0x088001
    [ 0.341884] pci 0000:02:00.0: MMC controller base frequency changed to 50Mhz.
    [ 0.341910] pci 0000:02:00.0: reg 0x10: [mem 0xf3101000-0xf31010ff]
    [ 0.342112] pci 0000:02:00.0: supports D1 D2
    [ 0.342113] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.342242] pci 0000:02:00.3: [1180:e832] type 00 class 0x0c0010
    [ 0.342268] pci 0000:02:00.3: reg 0x10: [mem 0xf3100000-0xf31007ff]
    [ 0.342472] pci 0000:02:00.3: supports D1 D2
    [ 0.342474] pci 0000:02:00.3: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.348460] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.348465] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff]
    [ 0.348469] pci 0000:00:1c.0: bridge window [mem 0xf3100000-0xf39fffff]
    [ 0.348475] pci 0000:00:1c.0: bridge window [mem 0xf1800000-0xf1ffffff 64bit pref]
    [ 0.348567] pci 0000:03:00.0: [8086:4238] type 00 class 0x028000
    [ 0.348614] pci 0000:03:00.0: reg 0x10: [mem 0xf3000000-0xf3001fff 64bit]
    [ 0.348839] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
    [ 0.355042] pci 0000:00:1c.1: PCI bridge to [bus 03]
    [ 0.355054] pci 0000:00:1c.1: bridge window [mem 0xf3000000-0xf30fffff]
    [ 0.355151] acpiphp: Slot [1] registered
    [ 0.355157] pci 0000:00:1c.2: PCI bridge to [bus 04-0b]
    [ 0.355162] pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff]
    [ 0.355165] pci 0000:00:1c.2: bridge window [mem 0xf2800000-0xf2ffffff]
    [ 0.355171] pci 0000:00:1c.2: bridge window [mem 0xf2000000-0xf27fffff 64bit pref]
    [ 0.356013] ACPI: Enabled 4 GPEs in block 00 to 3F
    [ 0.356023] ACPI: \_SB_.PCI0: notify handler is installed
    [ 0.356059] Found 1 acpi root devices
    [ 0.356106] ACPI: EC: GPE = 0x11, I/O: command/status = 0x66, data = 0x62
    [ 0.356165] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.356169] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
    [ 0.356170] vgaarb: loaded
    [ 0.356171] vgaarb: bridge control possible 0000:01:00.0
    [ 0.356172] vgaarb: no bridge control possible 0000:00:02.0
    [ 0.356199] PCI: Using ACPI for IRQ routing
    [ 0.357682] PCI: pci_cache_line_size set to 64 bytes
    [ 0.357820] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
    [ 0.357822] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
    [ 0.357823] e820: reserve RAM buffer [mem 0xa6b30000-0xa7ffffff]
    [ 0.357824] e820: reserve RAM buffer [mem 0x43e600000-0x43fffffff]
    [ 0.357892] NetLabel: Initializing
    [ 0.357893] NetLabel: domain hash size = 128
    [ 0.357894] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.357904] NetLabel: unlabeled traffic allowed by default
    [ 0.357921] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.357925] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.360952] Switched to clocksource hpet
    [ 0.364213] pnp: PnP ACPI init
    [ 0.364226] ACPI: bus type PNP registered
    [ 0.364530] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.364532] system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
    [ 0.364534] system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
    [ 0.364535] system 00:00: [mem 0x000c8000-0x000cbfff] has been reserved
    [ 0.364537] system 00:00: [mem 0x000cc000-0x000cffff] has been reserved
    [ 0.364538] system 00:00: [mem 0x000d0000-0x000d3fff] has been reserved
    [ 0.364540] system 00:00: [mem 0x000d4000-0x000d7fff] has been reserved
    [ 0.364541] system 00:00: [mem 0x000d8000-0x000dbfff] has been reserved
    [ 0.364545] system 00:00: [mem 0x000dc000-0x000dffff] has been reserved
    [ 0.364546] system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
    [ 0.364548] system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
    [ 0.364549] system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
    [ 0.364551] system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
    [ 0.364552] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
    [ 0.364554] system 00:00: [mem 0x00100000-0xbf9fffff] could not be reserved
    [ 0.364555] system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
    [ 0.364557] system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved
    [ 0.364560] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.364624] pnp 00:01: disabling [mem 0xfffff000-0xffffffff] because it overlaps 0000:01:00.0 BAR 6 [mem 0xfff80000-0xffffffff pref]
    [ 0.364643] system 00:01: [io 0x0400-0x047f] could not be reserved
    [ 0.364644] system 00:01: [io 0x0500-0x057f] has been reserved
    [ 0.364646] system 00:01: [io 0x0800-0x080f] has been reserved
    [ 0.364647] system 00:01: [io 0x15e0-0x15ef] has been reserved
    [ 0.364649] system 00:01: [io 0x1600-0x167f] has been reserved
    [ 0.364651] system 00:01: [mem 0xf8000000-0xfbffffff] has been reserved
    [ 0.364652] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.364654] system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
    [ 0.364655] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.364657] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.364658] system 00:01: [mem 0xfed45000-0xfed4bfff] has been reserved
    [ 0.364661] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.364703] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.364710] pnp 00:03: [dma 4]
    [ 0.364723] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.364738] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.364763] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.364782] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.364803] pnp 00:07: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
    [ 0.364824] pnp 00:08: Plug and Play ACPI device, IDs LEN0015 PNP0f13 (active)
    [ 0.364860] pnp 00:09: Plug and Play ACPI device, IDs SMO1200 PNP0c31 (active)
    [ 0.365288] pnp: PnP ACPI: found 10 devices
    [ 0.365290] ACPI: bus type PNP unregistered
    [ 0.371588] pci 0000:01:00.0: no compatible bridge window for [mem 0xfff80000-0xffffffff pref]
    [ 0.371620] pci 0000:01:00.0: BAR 6: assigned [mem 0xf1000000-0xf107ffff pref]
    [ 0.371622] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.371624] pci 0000:00:01.0: bridge window [io 0x5000-0x5fff]
    [ 0.371627] pci 0000:00:01.0: bridge window [mem 0xf0000000-0xf10fffff]
    [ 0.371629] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
    [ 0.371632] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.371635] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff]
    [ 0.371640] pci 0000:00:1c.0: bridge window [mem 0xf3100000-0xf39fffff]
    [ 0.371644] pci 0000:00:1c.0: bridge window [mem 0xf1800000-0xf1ffffff 64bit pref]
    [ 0.371650] pci 0000:00:1c.1: PCI bridge to [bus 03]
    [ 0.371655] pci 0000:00:1c.1: bridge window [mem 0xf3000000-0xf30fffff]
    [ 0.371663] pci 0000:00:1c.2: PCI bridge to [bus 04-0b]
    [ 0.371666] pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff]
    [ 0.371671] pci 0000:00:1c.2: bridge window [mem 0xf2800000-0xf2ffffff]
    [ 0.371675] pci 0000:00:1c.2: bridge window [mem 0xf2000000-0xf27fffff 64bit pref]
    [ 0.371681] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.371683] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.371684] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.371686] pci_bus 0000:00: resource 7 [mem 0xbfa00000-0xfebfffff]
    [ 0.371687] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed4bfff]
    [ 0.371688] pci_bus 0000:01: resource 0 [io 0x5000-0x5fff]
    [ 0.371690] pci_bus 0000:01: resource 1 [mem 0xf0000000-0xf10fffff]
    [ 0.371691] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
    [ 0.371693] pci_bus 0000:02: resource 0 [io 0x4000-0x4fff]
    [ 0.371694] pci_bus 0000:02: resource 1 [mem 0xf3100000-0xf39fffff]
    [ 0.371695] pci_bus 0000:02: resource 2 [mem 0xf1800000-0xf1ffffff 64bit pref]
    [ 0.371697] pci_bus 0000:03: resource 1 [mem 0xf3000000-0xf30fffff]
    [ 0.371698] pci_bus 0000:04: resource 0 [io 0x3000-0x3fff]
    [ 0.371700] pci_bus 0000:04: resource 1 [mem 0xf2800000-0xf2ffffff]
    [ 0.371701] pci_bus 0000:04: resource 2 [mem 0xf2000000-0xf27fffff 64bit pref]
    [ 0.371726] NET: Registered protocol family 2
    [ 0.371936] TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
    [ 0.372200] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.372304] TCP: Hash tables configured (established 131072 bind 65536)
    [ 0.372320] TCP: reno registered
    [ 0.372335] UDP hash table entries: 8192 (order: 6, 262144 bytes)
    [ 0.372381] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
    [ 0.372455] NET: Registered protocol family 1
    [ 0.372464] pci 0000:00:02.0: Boot video device
    [ 0.372838] PCI: CLS 64 bytes, default 64
    [ 0.372874] Unpacking initramfs...
    [ 0.419708] Freeing initrd memory: 3172K (ffff8800379be000 - ffff880037cd7000)
    [ 0.419712] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.419714] software IO TLB [mem 0xa2b30000-0xa6b30000] (64MB) mapped at [ffff8800a2b30000-ffff8800a6b2ffff]
    [ 0.419965] Scanning for low memory corruption every 60 seconds
    [ 0.420184] audit: initializing netlink socket (disabled)
    [ 0.420191] type=2000 audit(1386283845.413:1): initialized
    [ 0.430696] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.431915] zbud: loaded
    [ 0.432021] VFS: Disk quotas dquot_6.5.2
    [ 0.432054] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.432181] msgmni has been set to 31247
    [ 0.432413] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.432453] io scheduler noop registered
    [ 0.432454] io scheduler deadline registered
    [ 0.432473] io scheduler cfq registered (default)
    [ 0.432595] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.432864] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.432875] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.432907] vesafb: mode is 1920x1080x32, linelength=7680, pages=0
    [ 0.432908] vesafb: scrolling: redraw
    [ 0.432909] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.433568] vesafb: framebuffer at 0xe0000000, mapped to 0xffffc90005c80000, using 8128k, total 8128k
    [ 0.566342] Console: switching to colour frame buffer device 240x67
    [ 0.698577] fb0: VESA VGA frame buffer device
    [ 0.698590] intel_idle: MWAIT substates: 0x21120
    [ 0.698591] intel_idle: v0.4 model 0x3A
    [ 0.698592] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 0.698765] GHES: HEST is not enabled!
    [ 0.698809] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.719500] 0000:00:16.3: ttyS0 at I/O 0x60b0 (irq = 19, base_baud = 115200) is a 16550A
    [ 0.719641] Linux agpgart interface v0.103
    [ 0.719702] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
    [ 0.721201] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.721210] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.721298] mousedev: PS/2 mouse device common for all mice
    [ 0.721324] rtc_cmos 00:06: RTC can wake from S4
    [ 0.721444] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
    [ 0.721474] rtc_cmos 00:06: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 0.721482] Intel P-state driver initializing.
    [ 0.721492] Intel pstate controlling: cpu 0
    [ 0.721502] Intel pstate controlling: cpu 1
    [ 0.721510] Intel pstate controlling: cpu 2
    [ 0.721520] Intel pstate controlling: cpu 3
    [ 0.721532] Intel pstate controlling: cpu 4
    [ 0.721541] Intel pstate controlling: cpu 5
    [ 0.721549] Intel pstate controlling: cpu 6
    [ 0.721558] Intel pstate controlling: cpu 7
    [ 0.721630] drop_monitor: Initializing network drop monitor service
    [ 0.721685] TCP: cubic registered
    [ 0.721757] NET: Registered protocol family 10
    [ 0.721886] NET: Registered protocol family 17
    [ 0.721894] Key type dns_resolver registered
    [ 0.722224] registered taskstats version 1
    [ 0.722596] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.723178] Magic number: 9:534:855
    [ 0.723283] rtc_cmos 00:06: setting system clock to 2013-12-05 22:50:46 UTC (1386283846)
    [ 0.723323] PM: Checking hibernation image partition /dev/sda6
    [ 0.726752] PM: Hibernation image not present or could not be loaded.
    [ 0.727429] Freeing unused kernel memory: 1144K (ffffffff818cb000 - ffffffff819e9000)
    [ 0.727431] Write protecting the kernel read-only data: 8192k
    [ 0.729430] Freeing unused kernel memory: 1012K (ffff880001503000 - ffff880001600000)
    [ 0.730122] Freeing unused kernel memory: 340K (ffff8800017ab000 - ffff880001800000)
    [ 0.737327] systemd-udevd[79]: starting version 208
    [ 0.753625] ACPI: bus type USB registered
    [ 0.753654] usbcore: registered new interface driver usbfs
    [ 0.753672] usbcore: registered new interface driver hub
    [ 0.753762] usbcore: registered new device driver usb
    [ 0.754364] sdhci: Secure Digital Host Controller Interface driver
    [ 0.754367] sdhci: Copyright(c) Pierre Ossman
    [ 0.754471] pcieport 0000:00:1c.0: driver skip pci_set_master, fix it!
    [ 0.754490] SCSI subsystem initialized
    [ 0.754718] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.755262] ehci-pci: EHCI PCI platform driver
    [ 0.755386] ehci-pci 0000:00:1a.0: setting latency timer to 64
    [ 0.755406] ehci-pci 0000:00:1a.0: EHCI Host Controller
    [ 0.755414] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 0.755427] ehci-pci 0000:00:1a.0: debug port 2
    [ 0.756165] libata version 3.00 loaded.
    [ 0.759355] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    [ 0.759370] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf3a3a000
    [ 0.767505] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 0.767646] hub 1-0:1.0: USB hub found
    [ 0.767652] hub 1-0:1.0: 3 ports detected
    [ 0.767804] ehci-pci 0000:00:1d.0: setting latency timer to 64
    [ 0.767809] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 0.767812] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 0.767823] ehci-pci 0000:00:1d.0: debug port 2
    [ 0.771708] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [ 0.771720] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf3a39000
    [ 0.780896] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 0.780996] hub 2-0:1.0: USB hub found
    [ 0.781000] hub 2-0:1.0: 3 ports detected
    [ 0.781193] xhci_hcd 0000:00:14.0: setting latency timer to 64
    [ 0.781197] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 0.781202] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
    [ 0.781297] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 0.781317] xhci_hcd 0000:00:14.0: irq 41 for MSI/MSI-X
    [ 0.781456] hub 3-0:1.0: USB hub found
    [ 0.781467] hub 3-0:1.0: 4 ports detected
    [ 0.781705] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 0.781708] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
    [ 0.781799] hub 4-0:1.0: USB hub found
    [ 0.781807] hub 4-0:1.0: 4 ports detected
    [ 0.791001] ahci 0000:00:1f.2: version 3.0
    [ 0.791067] ahci 0000:00:1f.2: irq 42 for MSI/MSI-X
    [ 0.791088] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
    [ 0.804224] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x17 impl SATA mode
    [ 0.804231] ahci 0000:00:1f.2: flags: 64bit ncq ilck stag pm led clo pio slum part ems sxs apst
    [ 0.804239] ahci 0000:00:1f.2: setting latency timer to 64
    [ 0.820938] firewire_ohci 0000:02:00.3: added OHCI v1.10 device as card 0, 4 IR + 4 IT contexts, quirks 0x11
    [ 0.820989] sdhci-pci 0000:02:00.0: SDHCI controller found [1180:e823] (rev 5)
    [ 0.821107] mmc0: SDHCI controller on PCI [0000:02:00.0] using DMA
    [ 0.824627] scsi0 : ahci
    [ 0.824773] scsi1 : ahci
    [ 0.824907] scsi2 : ahci
    [ 0.825041] scsi3 : ahci
    [ 0.825234] scsi4 : ahci
    [ 0.825350] scsi5 : ahci
    [ 0.825384] ata1: SATA max UDMA/133 abar m2048@0xf3a38000 port 0xf3a38100 irq 42
    [ 0.825387] ata2: SATA max UDMA/133 abar m2048@0xf3a38000 port 0xf3a38180 irq 42
    [ 0.825390] ata3: SATA max UDMA/133 abar m2048@0xf3a38000 port 0xf3a38200 irq 42
    [ 0.825391] ata4: DUMMY
    [ 0.825406] ata5: SATA max UDMA/133 abar m2048@0xf3a38000 port 0xf3a38300 irq 42
    [ 0.825406] ata6: DUMMY
    [ 1.074138] usb 1-1: new high-speed USB device number 2 using ehci-pci
    [ 1.144102] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 1.145449] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.145455] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 1.146823] ata1.00: ATA-8: HGST HTS725050A7E630, GH2ZB550, max UDMA/133
    [ 1.146827] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 1.148298] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.148304] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 1.149813] ata1.00: configured for UDMA/133
    [ 1.150087] scsi 0:0:0:0: Direct-Access ATA HGST HTS725050A7 GH2Z PQ: 0 ANSI: 5
    [ 1.198525] hub 1-1:1.0: USB hub found
    [ 1.198715] hub 1-1:1.0: 6 ports detected
    [ 1.307453] usb 2-1: new high-speed USB device number 2 using ehci-pci
    [ 1.320895] firewire_core 0000:02:00.3: created device fw0: GUID 3c970effbe0ba2ff, S400
    [ 1.420670] tsc: Refined TSC clocksource calibration: 2693.881 MHz
    [ 1.431513] hub 2-1:1.0: USB hub found
    [ 1.431588] hub 2-1:1.0: 8 ports detected
    [ 1.467351] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.471615] ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 (IDLE) succeeded
    [ 1.473091] ata2.00: ACPI cmd e3/00:02:00:00:00:a0 (IDLE) succeeded
    [ 1.476312] ata2.00: ATAPI: HL-DT-ST DVDRAM GT80N, LT20, max UDMA/133
    [ 1.480154] ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 (IDLE) succeeded
    [ 1.481633] ata2.00: ACPI cmd e3/00:02:00:00:00:a0 (IDLE) succeeded
    [ 1.484853] ata2.00: configured for UDMA/133
    [ 1.493873] scsi 1:0:0:0: CD-ROM HL-DT-ST DVDRAM GT80N LT20 PQ: 0 ANSI: 5
    [ 1.590645] usb 3-2: new low-speed USB device number 2 using xhci_hcd
    [ 1.611303] usb 3-2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 1.611311] usb 3-2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 1.613287] hidraw: raw HID events driver (C) Jiri Kosina
    [ 1.623187] usbcore: registered new interface driver usbhid
    [ 1.623191] usbhid: USB HID core driver
    [ 1.623948] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/input/input2
    [ 1.624086] hid-generic 0003:046D:C505.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-2/input0
    [ 1.624501] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1/input/input3
    [ 1.624758] hid-generic 0003:046D:C505.0002: input,hidraw1: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-2/input1
    [ 1.677468] usb 1-1.3: new full-speed USB device number 3 using ehci-pci
    [ 1.813904] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.814517] ata3.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.814523] ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 1.814902] ata3.00: ATA-8: SAMSUNG MZMPC032HBCD-000L1, CXM13L1Q, max UDMA/133
    [ 1.814908] ata3.00: 62533296 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 1.815417] ata3.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.815424] ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 1.815843] ata3.00: configured for UDMA/133
    [ 1.815996] scsi 2:0:0:0: Direct-Access ATA SAMSUNG MZMPC032 CXM1 PQ: 0 ANSI: 5
    [ 1.827413] usb 1-1.4: new full-speed USB device number 4 using ehci-pci
    [ 1.980746] usb 1-1.6: new high-speed USB device number 5 using ehci-pci
    [ 2.133788] ata5: SATA link down (SStatus 0 SControl 300)
    [ 2.138079] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    [ 2.138084] sd 0:0:0:0: [sda] 4096-byte physical blocks
    [ 2.138107] sd 2:0:0:0: [sdb] 62533296 512-byte logical blocks: (32.0 GB/29.8 GiB)
    [ 2.138214] sd 0:0:0:0: [sda] Write Protect is off
    [ 2.138218] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 2.138263] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.138291] sd 2:0:0:0: [sdb] Write Protect is off
    [ 2.138294] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    [ 2.138365] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.139366] sdb: sdb1
    [ 2.139583] sd 2:0:0:0: [sdb] Attached SCSI disk
    [ 2.140832] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 2.140834] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 2.140984] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 2.150609] usb 2-1.5: new low-speed USB device number 3 using ehci-pci
    [ 2.217042] raid6: sse2x1 6045 MB/s
    [ 2.222964] sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
    [ 2.224086] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 2.242780] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/input/input4
    [ 2.242927] hid-generic 0003:046D:C051.0003: input,hidraw2: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1d.0-1.5/input0
    [ 2.273683] raid6: sse2x2 9288 MB/s
    [ 2.330330] raid6: sse2x4 13180 MB/s
    [ 2.330331] raid6: using algorithm sse2x4 (13180 MB/s)
    [ 2.330332] raid6: using ssse3x2 recovery algorithm
    [ 2.330416] xor: automatically using best checksumming function:
    [ 2.363659] avx : 27280.800 MB/sec
    [ 2.365888] bio: create slab <bio-1> at 1
    [ 2.366416] Btrfs loaded
    [ 2.366872] btrfs: device fsid 267f069c-11da-4d2a-88fa-00cab4e28149 devid 1 transid 2746 /dev/sdb1
    [ 2.420417] Switched to clocksource tsc
    [ 2.749348] btrfs: device fsid f6907d81-f46f-4911-8600-858e8b6bd1a0 devid 1 transid 3707 /dev/sda5
    [ 3.007064] PM: Starting manual resume from disk
    [ 3.007067] PM: Hibernation image partition 8:6 present
    [ 3.007068] PM: Looking for hibernation image.
    [ 3.007178] PM: Image not found (code -22)
    [ 3.007183] PM: Hibernation image not present or could not be loaded.
    [ 3.014955] btrfs: device fsid 267f069c-11da-4d2a-88fa-00cab4e28149 devid 1 transid 2746 /dev/sdb1
    [ 3.015285] btrfs: disk space caching is enabled
    [ 3.028402] Btrfs detected SSD devices, enabling SSD mode
    [ 3.211825] systemd[1]: systemd 208 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 3.212136] systemd[1]: Set hostname to <ho-think>.
    [ 3.252550] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 3.252605] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 3.252618] systemd[1]: Starting Remote File Systems.
    [ 3.252629] systemd[1]: Reached target Remote File Systems.
    [ 3.252638] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 3.252667] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 3.252675] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 3.252701] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 3.252709] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 3.252724] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 3.252731] systemd[1]: Starting Delayed Shutdown Socket.
    [ 3.252748] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 3.252758] systemd[1]: Starting Journal Socket.
    [ 3.252795] systemd[1]: Listening on Journal Socket.
    [ 3.253090] systemd[1]: Starting Apply Kernel Variables...
    [ 3.253532] systemd[1]: Starting Journal Service...
    [ 3.253811] systemd[1]: Started Journal Service.
    [ 3.287546] systemd-journald[182]: Vacuuming done, freed 0 bytes
    [ 3.390618] btrfs: use ssd allocation scheme
    [ 3.390622] btrfs: disk space caching is enabled
    [ 3.400329] systemd-udevd[218]: starting version 208
    [ 3.490322] input: PC Speaker as /devices/platform/pcspkr/input/input5
    [ 3.491089] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 3.491746] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input6
    [ 3.491865] ACPI: Lid Switch [LID]
    [ 3.492466] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \_SB_.PCI0.LPC_.PMIO 1 (20130725/utaddress-251)
    [ 3.492471] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 3.492475] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \_SB_.PCI0.LPC_.LPIO 1 (20130725/utaddress-251)
    [ 3.492490] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 3.492491] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \_SB_.PCI0.LPC_.LPIO 1 (20130725/utaddress-251)
    [ 3.492494] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 3.492495] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 3.493000] pps_core: LinuxPPS API ver. 1 registered
    [ 3.493002] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
    [ 3.493659] ACPI: Requesting acpi_cpufreq
    [ 3.493823] PTP clock support registered
    [ 3.494020] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input7
    [ 3.494025] ACPI: Sleep Button [SLPB]
    [ 3.494069] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input8
    [ 3.494071] ACPI: Power Button [PWRF]
    [ 3.494675] mei_me 0000:00:16.0: setting latency timer to 64
    [ 3.494714] mei_me 0000:00:16.0: irq 43 for MSI/MSI-X
    [ 3.494990] ACPI: AC Adapter [AC] (on-line)
    [ 3.495691] tpm_tis 00:09: 1.2 TPM (device-id 0x0, rev-id 78)
    [ 3.498616] Non-volatile memory driver v1.3
    [ 3.498683] [drm] Initialized drm 1.1.0 20060810
    [ 3.499437] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
    [ 3.502565] ACPI: Battery Slot [BAT0] (battery present)
    [ 3.502633] thinkpad_acpi: ThinkPad ACPI Extras v0.24
    [ 3.502635] thinkpad_acpi: http://ibm-acpi.sf.net/
    [ 3.502636] thinkpad_acpi: ThinkPad BIOS G5ET93WW (2.53 ), EC unknown
    [ 3.502637] thinkpad_acpi: Lenovo ThinkPad W530, model 2447DW0
    [ 3.504741] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
    [ 3.504742] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
    [ 3.504806] e1000e 0000:00:19.0: setting latency timer to 64
    [ 3.504855] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
    [ 3.504869] e1000e 0000:00:19.0: irq 44 for MSI/MSI-X
    [ 3.505719] thinkpad_acpi: detected a 8-level brightness capable ThinkPad
    [ 3.505814] thinkpad_acpi: radio switch found; radios are enabled
    [ 3.507612] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
    [ 3.507614] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
    [ 3.508991] wmi: Mapper loaded
    [ 3.510574] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
    [ 3.512202] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
    [ 3.512859] thermal LNXTHERM:00: registered as thermal_zone0
    [ 3.512862] ACPI: Thermal Zone [THM0] (51 C)
    [ 3.512964] thinkpad_acpi: Console audio control enabled, mode: monitor (read only)
    [ 3.513826] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input9
    [ 3.519211] cfg80211: Calling CRDA to update world regulatory domain
    [ 3.529719] Intel(R) Wireless WiFi driver for Linux, in-tree:
    [ 3.529721] Copyright(c) 2003-2013 Intel Corporation
    [ 3.529746] pcieport 0000:00:1c.1: driver skip pci_set_master, fix it!
    [ 3.529786] iwlwifi 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 3.529839] iwlwifi 0000:03:00.0: irq 45 for MSI/MSI-X
    [ 3.541982] microcode: CPU0 sig=0x306a9, pf=0x10, revision=0x17
    [ 3.557020] media: Linux media interface: v0.10
    [ 3.559314] Bluetooth: Core ver 2.16
    [ 3.559324] NET: Registered protocol family 31
    [ 3.559325] Bluetooth: HCI device and connection manager initialized
    [ 3.559331] Bluetooth: HCI socket layer initialized
    [ 3.559332] Bluetooth: L2CAP socket layer initialized
    [ 3.559338] Bluetooth: SCO socket layer initialized
    [ 3.559760] Linux video capture interface: v2.00
    [ 3.561090] btrfs: device fsid 267f069c-11da-4d2a-88fa-00cab4e28149 devid 1 transid 2747 /dev/sdb1
    [ 3.563306] tpm_tis 00:09: TPM is disabled/deactivated (0x6)
    [ 3.565201] usbcore: registered new interface driver btusb
    [ 3.565757] uvcvideo: Found UVC 1.00 device Integrated Camera (04f2:b2ea)
    [ 3.567801] iTCO_vendor_support: vendor-support=0
    [ 3.568229] input: Integrated Camera as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input11
    [ 3.568341] usbcore: registered new interface driver uvcvideo
    [ 3.568342] USB Video Class driver (1.1.1)
    [ 3.568802] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 3.568825] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
    [ 3.568884] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 3.575973] microcode: CPU1 sig=0x306a9, pf=0x10, revision=0x17
    [ 3.579387] microcode: CPU2 sig=0x306a9, pf=0x10, revision=0x17
    [ 3.580314] microcode: CPU3 sig=0x306a9, pf=0x10, revision=0x17
    [ 3.580610] nvidia: module license 'NVIDIA' taints kernel.
    [ 3.580612] Disabling lock debugging due to kernel taint
    [ 3.580964] microcode: CPU4 sig=0x306a9, pf=0x10, revision=0x17
    [ 3.581262] microcode: CPU5 sig=0x306a9, pf=0x10, revision=0x17
    [ 3.581662] microcode: CPU6 sig=0x306a9, pf=0x10, revision=0x17
    [ 3.581969] microcode: CPU7 sig=0x306a9, pf=0x10, revision=0x17
    [ 3.582235] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 3.585585] nvidia 0000:01:00.0: enabling device (0000 -> 0003)
    [ 3.585626] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
    [ 3.585753] [drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 0
    [ 3.585756] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 331.20 Wed Oct 30 17:43:35 PDT 2013
    [ 3.590299] iwlwifi 0000:03:00.0: loaded firmware version 9.221.4.1 build 25532 op_mode iwldvm
    [ 3.604935] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG disabled
    [ 3.604939] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
    [ 3.604940] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
    [ 3.604942] iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Ultimate-N 6300 AGN, REV=0x74
    [ 3.604991] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    [ 3.611807] kvm: disabled by bios
    [ 3.622449] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [ 3.643289] systemd-udevd[222]: renamed network interface wlan0 to wlp3s0
    [ 3.699041] e1000e 0000:00:19.0 eth0: registered PHC clock
    [ 3.699043] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 3c:97:0e:be:0b:a2
    [ 3.699045] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
    [ 3.699088] e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: 1000FF-0FF
    [ 3.699268]

    I decided to use nouveau instead of nvidia and now I got my external an internal display working.

  • Default value of BeX customer Exit variable not Displayed in WeBI??

    Hello Experts,
    We are stuck with a problem where WeBI report is created on top of BeX query and we are not able to see the default value of Bex Customer exit variable in WeBI run. Here is the complete scenario:
    1. One restricted KF is created in BeX, restricted with Customer exit variable on net Due date. And this variable is mandatory, ready for input, and Default value in calculated is user exit as current Week's Monday.
    2. So, by default KF data should be restricted to Monday of current week, if user does not change this value.
    3. Now, WeBI report is created on top of this Bex query, and all is working fine, i.e. we are getting variable as Prompt in WeBI, but Default value is not shown while Running the Webi Report.
    So, need your inputs on the same, if default values from BeX in WeBI is supported or not? If yes, why this is happening, and how to resolve it?
    Please notice, the restrcition is in KF only, it is not a separate restrcition on Net Due date in Filter area or in Defualt area of BeX
    and we are on SAP BW 7.1 and BOXI 3.1 SP4.
    Regards,
    Vipul
    Edited by: VIPUL GOYAL on Nov 23, 2011 9:44 PM

    Hi,
    See 1285993 - Support of Customer Exit Variables from BEx query into WebIntelligence via OLAP universe
    WebI will prompt when executed, but the default values calculated by the user exit  - do not appear.
    Note: If the BEx variable has property 'ready for input' set / enabled, then its WebI prompt shows ok, but no default value appears.
    Cause
    This behaviour expected 'by design' (in the context of the product's current limitations) as explained in the online guide below:
    Please refer to Chapter 7, page 44, document link here: http://help.sap.com/businessobject/product_guides/boexir3/en/xi3_sap_olap_universes_en.pdf
    Characteristic variable > processing type > Customer Exit  is "Supported, without user entry"                                                                               
    -->  This should be understood as meaning "User will not be shown a prompt"
    regards,
    H

  • How do I get access to the SODIMM memory slots on a Pavilion Sleekbook 14-b010us? (Under Keyboard?)

    I think the memory slots are located on the motherboard under the keyboard, but I don't know how to release the keyboard once the designated screws are released. Any tips would be appreciated.
    This question was solved.
    View Solution.

    Hi:
    Below is the link to the service manual for your notebook.
    http://h10032.www1.hp.com/ctg/Manual/c03590565.pdf
    Please refer to chapter 4, pages 39 - 42 for info on how to remove the keyboard.
    Looks to me that there is a lot more involved to install memory than just removing the keyboard. 

  • [SOLVED]problem with Bumblebee and Kernel 3.11-1-2

    Hi!
    I'm having problems with Bumblebee from Kernel 3.10 but I read that Kernel 3.11 solved the problem, I searched and tried possible solutions to my problem unsuccessfully
    The message shows me when I run "optirun":
    [ 5454.262739] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) No devices detected.
    [ 5454.262776] [ERROR]Aborting because fallback start is disabled.
    I've tried with wiki's solutions, forums solutions...
    Configurations files:
    /etc/bumblebee/bumblebee.conf:
    # Configuration file for Bumblebee. Values should **not** be put between quotes
    ## Server options. Any change made in this section will need a server restart
    # to take effect.
    [bumblebeed]
    # The secondary Xorg server DISPLAY number
    VirtualDisplay=:8
    # Should the unused Xorg server be kept running? Set this to true if waiting
    # for X to be ready is too long and don't need power management at all.
    KeepUnusedXServer=false
    # The name of the Bumbleblee server group name (GID name)
    ServerGroup=bumblebee
    # Card power state at exit. Set to false if the card shoud be ON when Bumblebee
    # server exits.
    TurnCardOffAtExit=false
    # The default behavior of '-f' option on optirun. If set to "true", '-f' will
    # be ignored.
    NoEcoModeOverride=false
    # The Driver used by Bumblebee server. If this value is not set (or empty),
    # auto-detection is performed. The available drivers are nvidia and nouveau
    # (See also the driver-specific sections below)
    Driver=
    # Directory with a dummy config file to pass as a -configdir to secondary X
    XorgConfDir=/etc/bumblebee/xorg.conf.d
    ## Client options. Will take effect on the next optirun executed.
    [optirun]
    # Acceleration/ rendering bridge, possible values are auto, virtualgl and
    # primus.
    Bridge=virtualgl
    # The method used for VirtualGL to transport frames between X servers.
    # Possible values are proxy, jpeg, rgb, xv and yuv.
    VGLTransport=proxy
    # List of paths which are searched for the primus libGL.so.1 when using
    # the primus bridge
    PrimusLibraryPath=/usr/lib/primus:/usr/lib32/primus
    # Should the program run under optirun even if Bumblebee server or nvidia card
    # is not available?
    AllowFallbackToIGC=false
    # Driver-specific settings are grouped under [driver-NAME]. The sections are
    # parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
    # detection resolves to NAME).
    # PMMethod: method to use for saving power by disabling the nvidia card, valid
    # values are: auto - automatically detect which PM method to use
    # bbswitch - new in BB 3, recommended if available
    # switcheroo - vga_switcheroo method, use at your own risk
    # none - disable PM completely
    # https://github.com/Bumblebee-Project/Bumblebee/wiki/Comparison-of-PM-methods
    ## Section with nvidia driver specific options, only parsed if Driver=nvidia
    [driver-nvidia]
    # Module name to load, defaults to Driver if empty or unset
    KernelDriver=nvidia
    PMMethod=auto
    # colon-separated path to the nvidia libraries
    LibraryPath=/usr/lib/nvidia:/usr/lib32/nvidia
    # comma-separated path of the directory containing nvidia_drv.so and the
    # default Xorg modules path
    XorgModulePath=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules
    XorgConfFile=/etc/bumblebee/xorg.conf.nvidia
    ## Section with nouveau driver specific options, only parsed if Driver=nouveau
    [driver-nouveau]
    KernelDriver=nouveau
    PMMethod=auto
    XorgConfFile=/etc/bumblebee/xorg.conf.nouveau
    /etc/bumblebee/xorg.conf.nvidia
    Section "ServerLayout"
    Identifier "Layout0"
    Option "AutoAddDevices" "false"
    Option "AutoAddGPU" "false"
    EndSection
    Section "Device"
    Identifier "DiscreteNvidia"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    # If the X server does not automatically detect your VGA device,
    # you can manually set it here.
    # To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
    # as you see in the commented example.
    # This Setting may be needed in some platforms with more than one
    # nvidia card, which may confuse the proprietary driver (e.g.,
    # trying to take ownership of the wrong device). Also needed on Ubuntu 13.04.
    BusID "PCI:01:00.0"
    # Setting ProbeAllGpus to false prevents the new proprietary driver
    # instance spawned to try to control the integrated graphics card,
    # which is already being managed outside bumblebee.
    # This option doesn't hurt and it is required on platforms running
    # more than one nvidia graphics card with the proprietary driver.
    # (E.g. Macbook Pro pre-2010 with nVidia 9400M + 9600M GT).
    # If this option is not set, the new Xorg may blacken the screen and
    # render it unusable (unless you have some way to run killall Xorg).
    Option "ProbeAllGpus" "false"
    Option "NoLogo" "true"
    Option "UseEDID" "false"
    Option "UseDisplayDevice" "none"
    EndSection
    lspci |grep NVIDIA:
    01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 640M] (rev a1)
    I hope can help me
    Thanks!
    Last edited by surrealistic (2013-11-04 18:46:35)

    My /var/log/Xorg.8.log:
    [ 337.161]
    X.Org X Server 1.14.4
    Release Date: 2013-10-31
    [ 337.161] X Protocol Version 11, Revision 0
    [ 337.161] Build Operating System: Linux 3.11.6-1-ARCH x86_64
    [ 337.161] Current Operating System: Linux h131h-laptop 3.11.6-1-ARCH #1 SMP PREEMPT Fri Oct 18 23:22:36 CEST 2013 x86_64
    [ 337.161] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=4eb69984-2228-4aba-9863-28a7fa854e51 rw quiet
    [ 337.161] Build Date: 01 November 2013 05:10:48PM
    [ 337.161]
    [ 337.161] Current version of pixman: 0.30.2
    [ 337.161] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 337.161] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 337.161] (==) Log file: "/var/log/Xorg.8.log", Time: Mon Nov 4 14:20:04 2013
    [ 337.161] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
    [ 337.161] (++) Using config directory: "/etc/bumblebee/xorg.conf.d"
    [ 337.161] (==) ServerLayout "Layout0"
    [ 337.161] (==) No screen section available. Using defaults.
    [ 337.161] (**) |-->Screen "Default Screen Section" (0)
    [ 337.161] (**) | |-->Monitor "<default monitor>"
    [ 337.161] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 337.161] (**) | |-->Device "DiscreteNvidia"
    [ 337.161] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 337.161] (**) Option "AutoAddDevices" "false"
    [ 337.161] (**) Option "AutoAddGPU" "false"
    [ 337.161] (**) Not automatically adding devices
    [ 337.161] (==) Automatically enabling devices
    [ 337.161] (**) Not automatically adding GPU devices
    [ 337.161] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 337.162] Entry deleted from font path.
    [ 337.162] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 337.162] Entry deleted from font path.
    [ 337.162] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 337.162] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 337.162] Entry deleted from font path.
    [ 337.162] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 337.162] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 337.162] (++) ModulePath set to "/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules"
    [ 337.162] (==) |-->Input Device "<default pointer>"
    [ 337.162] (==) |-->Input Device "<default keyboard>"
    [ 337.162] (==) The core pointer device wasn't specified explicitly in the layout.
    Using the default mouse configuration.
    [ 337.162] (==) The core keyboard device wasn't specified explicitly in the layout.
    Using the default keyboard configuration.
    [ 337.162] (II) Loader magic: 0x7fdc20
    [ 337.162] (II) Module ABI versions:
    [ 337.162] X.Org ANSI C Emulation: 0.4
    [ 337.162] X.Org Video Driver: 14.1
    [ 337.162] X.Org XInput driver : 19.1
    [ 337.162] X.Org Server Extension : 7.0
    [ 337.162] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 337.162] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 337.162] setversion 1.4 failed
    [ 337.163] (--) PCI:*(0:1:0:0) 10de:0fd2:1025:0648 rev 161, Mem @ 0xb2000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00002000/128
    [ 337.163] Initializing built-in extension Generic Event Extension
    [ 337.163] Initializing built-in extension SHAPE
    [ 337.163] Initializing built-in extension MIT-SHM
    [ 337.163] Initializing built-in extension XInputExtension
    [ 337.163] Initializing built-in extension XTEST
    [ 337.163] Initializing built-in extension BIG-REQUESTS
    [ 337.163] Initializing built-in extension SYNC
    [ 337.163] Initializing built-in extension XKEYBOARD
    [ 337.163] Initializing built-in extension XC-MISC
    [ 337.163] Initializing built-in extension SECURITY
    [ 337.163] Initializing built-in extension XINERAMA
    [ 337.163] Initializing built-in extension XFIXES
    [ 337.163] Initializing built-in extension RENDER
    [ 337.163] Initializing built-in extension RANDR
    [ 337.164] Initializing built-in extension COMPOSITE
    [ 337.164] Initializing built-in extension DAMAGE
    [ 337.164] Initializing built-in extension MIT-SCREEN-SAVER
    [ 337.164] Initializing built-in extension DOUBLE-BUFFER
    [ 337.164] Initializing built-in extension RECORD
    [ 337.164] Initializing built-in extension DPMS
    [ 337.164] Initializing built-in extension X-Resource
    [ 337.164] Initializing built-in extension XVideo
    [ 337.164] Initializing built-in extension XVideo-MotionCompensation
    [ 337.164] Initializing built-in extension XFree86-VidModeExtension
    [ 337.164] Initializing built-in extension XFree86-DGA
    [ 337.164] Initializing built-in extension XFree86-DRI
    [ 337.164] Initializing built-in extension DRI2
    [ 337.164] (II) LoadModule: "glx"
    [ 337.164] (II) Loading /usr/lib/nvidia/xorg/modules/extensions/libglx.so
    [ 337.172] (II) Module glx: vendor="NVIDIA Corporation"
    [ 337.172] compiled for 4.0.2, module version = 1.0.0
    [ 337.172] Module class: X.Org Server Extension
    [ 337.172] (II) NVIDIA GLX Module 325.15 Wed Jul 31 18:12:00 PDT 2013
    [ 337.172] Loading extension GLX
    [ 337.172] (II) LoadModule: "nvidia"
    [ 337.172] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 337.172] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 337.172] compiled for 4.0.2, module version = 1.0.0
    [ 337.172] Module class: X.Org Video Driver
    [ 337.172] (II) LoadModule: "mouse"
    [ 337.172] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    [ 337.172] (II) Module mouse: vendor="X.Org Foundation"
    [ 337.172] compiled for 1.14.0, module version = 1.9.0
    [ 337.172] Module class: X.Org XInput Driver
    [ 337.172] ABI class: X.Org XInput driver, version 19.1
    [ 337.172] (II) LoadModule: "kbd"
    [ 337.173] (WW) Warning, couldn't open module kbd
    [ 337.173] (II) UnloadModule: "kbd"
    [ 337.173] (II) Unloading kbd
    [ 337.173] (EE) Failed to load module "kbd" (module does not exist, 0)
    [ 337.173] (II) NVIDIA dlloader X Driver 325.15 Wed Jul 31 17:50:57 PDT 2013
    [ 337.173] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 337.173] (--) using VT number 1
    [ 337.173] (II) Loading sub module "fb"
    [ 337.173] (II) LoadModule: "fb"
    [ 337.173] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 337.173] (II) Module fb: vendor="X.Org Foundation"
    [ 337.173] compiled for 1.14.4, module version = 1.0.0
    [ 337.173] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 337.173] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 337.173] (II) Loading sub module "wfb"
    [ 337.173] (II) LoadModule: "wfb"
    [ 337.173] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 337.173] (II) Module wfb: vendor="X.Org Foundation"
    [ 337.173] compiled for 1.14.4, module version = 1.0.0
    [ 337.173] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 337.173] (II) Loading sub module "shadow"
    [ 337.173] (II) LoadModule: "shadow"
    [ 337.173] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 337.173] (II) Module shadow: vendor="X.Org Foundation"
    [ 337.173] compiled for 1.14.4, module version = 1.1.0
    [ 337.173] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 337.173] (II) Loading sub module "ramdac"
    [ 337.173] (II) LoadModule: "ramdac"
    [ 337.173] (II) Module "ramdac" already built-in
    [ 337.174] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 337.174] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 337.174] (==) NVIDIA(0): RGB weight 888
    [ 337.174] (==) NVIDIA(0): Default visual is TrueColor
    [ 337.174] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 337.174] (**) NVIDIA(0): Option "NoLogo" "true"
    [ 337.174] (**) NVIDIA(0): Option "ProbeAllGpus" "false"
    [ 337.174] (**) NVIDIA(0): Option "UseEDID" "false"
    [ 337.174] (**) NVIDIA(0): Option "UseDisplayDevice" "none"
    [ 337.174] (**) NVIDIA(0): Enabling 2D acceleration
    [ 337.174] (**) NVIDIA(0): Ignoring EDIDs
    [ 337.174] (**) NVIDIA(0): Option "UseDisplayDevice" set to "none"; enabling NoScanout
    [ 337.174] (**) NVIDIA(0): mode
    [ 341.309] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 341.309] (EE) NVIDIA(0): check your system's kernel log for additional error
    [ 341.309] (EE) NVIDIA(0): messages and refer to Chapter 8: Common Problems in the
    [ 341.309] (EE) NVIDIA(0): README for additional information.
    [ 341.309] (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    [ 341.309] (EE) NVIDIA(0): Failing initialization of X screen 0
    [ 341.309] (II) UnloadModule: "nvidia"
    [ 341.309] (II) UnloadSubModule: "shadow"
    [ 341.309] (II) UnloadSubModule: "wfb"
    [ 341.309] (II) UnloadSubModule: "fb"
    [ 341.309] (EE) Screen(s) found, but none have a usable configuration.
    [ 341.309] (EE)
    Fatal server error:
    [ 341.309] (EE) no screens found(EE)
    [ 341.309] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 341.309] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
    [ 341.309] (EE)
    [ 341.309] (EE) Server terminated with error (1). Closing log file.
    dmesg |grep bbswitch:
    [ 13.570577] bbswitch: version 0.7
    [ 13.570585] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
    [ 13.570591] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG0.PEGP
    [ 13.570687] bbswitch: detected an Optimus _DSM function
    [ 13.570741] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
    [ 13.572354] bbswitch: disabling discrete graphics
    [ 261.419114] bbswitch: enabling discrete graphics
    [ 278.445698] bbswitch: disabling discrete graphics
    [ 279.055257] bbswitch: enabling discrete graphics
    [ 286.292315] bbswitch: disabling discrete graphics
    [ 291.911052] bbswitch: enabling discrete graphics
    [ 310.011289] bbswitch: disabling discrete graphics
    [ 336.982794] bbswitch: enabling discrete graphics
    [ 349.526470] bbswitch: enabling discrete graphics
    I used "rcutree" option as shown in the post that you put, but I've deleted all changes made to use default configurations, because the solution of the post didn't work

  • Open File dialog window when setting the value of a path type input argument in a VI call

    Hi,
    I am new to TestStand (running 4.0) and I want to create a sequence of VIs to turn on, setup and measure a device. One of my VIs sends a configuration file to my device. An input argument to this VI is the path of the config file. I would like to make it simple to modify this path when setting up the sequence by popping up the File Open dialog window and choose my file. Is this possible? I do not want to manually change the file during execution, just to have multiple calls of one VI, each call opening a different file according to the path given to it during the setup. 
    So far I have only succeeded in manually entering the absolute path each time I add this step. What makes it even more annoying is the fact that LabVIEW interprets the path with the escape codes, rendering the path unusable. Manually adding a 2nd backslash at each '\' occurence adds another step to the process. I tried both String and Path type of inputs, and the SearchandReplace() or ToUpper() (trying to bypass the escape codes) functions in TestStand don't seem to help m.
    Your help is very much appreciated,
    Fred

    Eudaemonic,
    If you want to create a series of easy to configure step types so others can develop sequence files easily, you could use custom step types. When you create a custom step type you implement your own configuration dialog. Since you have control over what controls you expose in your configuration dialog, you can design it so the desired path is selected using a open file dialog. Refer to chapter 13 of the TestStand reference manual for more information about custom step types.
    If you do not want to create a custom step type but you still want to give access to your sequence developers to pre-configured steps, you can use templates. A step template is a snapshot of a step that you can reuse later. Let's assume that instead of asking your users to edit the step to enter the desired path, you create several step templates with different pre-configured paths and based on their applications requirements they could use the appropriate template. Refer to the NI TestStand Help for more information about the Templates list on the Insertion Palette.  
    Hope it helps.
    Antonio Lie. 

  • [Closed]Bumblebee - Failed to initialize the NVIDIA GPU

    Hi,
    I'am having trouble with bumblebee. When i ran
    optirun glxgears -info
    I get the following error,
    [ 66.574]
    X.Org X Server 1.14.2
    Release Date: 2013-06-25
    [ 66.574] X Protocol Version 11, Revision 0
    [ 66.574] Build Operating System: Linux 3.9.7-1-ARCH x86_64
    [ 66.574] Current Operating System: Linux archlinux 3.10.3-1-ARCH #1 SMP PREEMPT Fri Jul 26 11:26:59 CEST 2013 x86_64
    [ 66.574] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=2136b55a-3c0b-4a13-a536-86d195e15fa8 ro
    [ 66.574] Build Date: 01 July 2013 10:48:42AM
    [ 66.574]
    [ 66.574] Current version of pixman: 0.30.0
    [ 66.574] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 66.574] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 66.574] (==) Log file: "/var/log/Xorg.8.log", Time: Tue Jul 30 19:25:29 2013
    [ 66.589] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
    [ 66.589] (++) Using config directory: "/etc/bumblebee/xorg.conf.d"
    [ 66.607] (==) ServerLayout "Layout0"
    [ 66.607] (==) No screen section available. Using defaults.
    [ 66.607] (**) |-->Screen "Default Screen Section" (0)
    [ 66.607] (**) | |-->Monitor "<default monitor>"
    [ 66.607] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 66.607] (**) | |-->Device "DiscreteNvidia"
    [ 66.607] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 66.607] (**) Option "AutoAddDevices" "false"
    [ 66.607] (**) Option "AutoAddGPU" "false"
    [ 66.607] (**) Not automatically adding devices
    [ 66.607] (==) Automatically enabling devices
    [ 66.607] (**) Not automatically adding GPU devices
    [ 66.607] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 66.607] Entry deleted from font path.
    [ 66.607] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 66.607] Entry deleted from font path.
    [ 66.607] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 66.607] Entry deleted from font path.
    [ 66.607] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 66.607] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 66.607] Entry deleted from font path.
    [ 66.607] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 66.607] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 66.607] (++) ModulePath set to "/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules"
    [ 66.607] (==) |-->Input Device "<default pointer>"
    [ 66.607] (==) |-->Input Device "<default keyboard>"
    [ 66.607] (==) The core pointer device wasn't specified explicitly in the layout.
    Using the default mouse configuration.
    [ 66.607] (==) The core keyboard device wasn't specified explicitly in the layout.
    Using the default keyboard configuration.
    [ 66.607] (II) Loader magic: 0x7fdc20
    [ 66.607] (II) Module ABI versions:
    [ 66.607] X.Org ANSI C Emulation: 0.4
    [ 66.607] X.Org Video Driver: 14.1
    [ 66.607] X.Org XInput driver : 19.1
    [ 66.607] X.Org Server Extension : 7.0
    [ 66.607] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 66.608] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 66.608] setversion 1.4 failed
    [ 66.609] (--) PCI:*(0:1:0:0) 10de:0fd4:1462:10d7 rev 161, Mem @ 0xf5000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 66.609] Initializing built-in extension Generic Event Extension
    [ 66.609] Initializing built-in extension SHAPE
    [ 66.609] Initializing built-in extension MIT-SHM
    [ 66.609] Initializing built-in extension XInputExtension
    [ 66.609] Initializing built-in extension XTEST
    [ 66.609] Initializing built-in extension BIG-REQUESTS
    [ 66.609] Initializing built-in extension SYNC
    [ 66.609] Initializing built-in extension XKEYBOARD
    [ 66.609] Initializing built-in extension XC-MISC
    [ 66.609] Initializing built-in extension SECURITY
    [ 66.609] Initializing built-in extension XINERAMA
    [ 66.609] Initializing built-in extension XFIXES
    [ 66.609] Initializing built-in extension RENDER
    [ 66.609] Initializing built-in extension RANDR
    [ 66.609] Initializing built-in extension COMPOSITE
    [ 66.609] Initializing built-in extension DAMAGE
    [ 66.609] Initializing built-in extension MIT-SCREEN-SAVER
    [ 66.609] Initializing built-in extension DOUBLE-BUFFER
    [ 66.609] Initializing built-in extension RECORD
    [ 66.609] Initializing built-in extension DPMS
    [ 66.609] Initializing built-in extension X-Resource
    [ 66.609] Initializing built-in extension XVideo
    [ 66.609] Initializing built-in extension XVideo-MotionCompensation
    [ 66.609] Initializing built-in extension XFree86-VidModeExtension
    [ 66.609] Initializing built-in extension XFree86-DGA
    [ 66.609] Initializing built-in extension XFree86-DRI
    [ 66.609] Initializing built-in extension DRI2
    [ 66.609] (II) LoadModule: "glx"
    [ 66.622] (II) Loading /usr/lib/nvidia/xorg/modules/extensions/libglx.so
    [ 67.248] (II) Module glx: vendor="NVIDIA Corporation"
    [ 67.248] compiled for 4.0.2, module version = 1.0.0
    [ 67.248] Module class: X.Org Server Extension
    [ 67.248] (II) NVIDIA GLX Module 319.32 Wed Jun 19 14:55:38 PDT 2013
    [ 67.257] Loading extension GLX
    [ 67.257] (II) LoadModule: "nvidia"
    [ 67.258] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 67.346] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 67.346] compiled for 4.0.2, module version = 1.0.0
    [ 67.346] Module class: X.Org Video Driver
    [ 67.354] (II) LoadModule: "mouse"
    [ 67.354] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    [ 67.357] (II) Module mouse: vendor="X.Org Foundation"
    [ 67.357] compiled for 1.14.0, module version = 1.9.0
    [ 67.357] Module class: X.Org XInput Driver
    [ 67.357] ABI class: X.Org XInput driver, version 19.1
    [ 67.357] (II) LoadModule: "kbd"
    [ 67.358] (WW) Warning, couldn't open module kbd
    [ 67.358] (II) UnloadModule: "kbd"
    [ 67.358] (II) Unloading kbd
    [ 67.358] (EE) Failed to load module "kbd" (module does not exist, 0)
    [ 67.358] (II) NVIDIA dlloader X Driver 319.32 Wed Jun 19 14:34:12 PDT 2013
    [ 67.358] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 67.359] (--) using VT number 7
    [ 67.367] (II) Loading sub module "fb"
    [ 67.367] (II) LoadModule: "fb"
    [ 67.367] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 67.367] (II) Module fb: vendor="X.Org Foundation"
    [ 67.368] compiled for 1.14.2, module version = 1.0.0
    [ 67.368] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 67.368] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 67.368] (II) Loading sub module "wfb"
    [ 67.368] (II) LoadModule: "wfb"
    [ 67.368] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 67.376] (II) Module wfb: vendor="X.Org Foundation"
    [ 67.376] compiled for 1.14.2, module version = 1.0.0
    [ 67.377] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 67.377] (II) Loading sub module "shadow"
    [ 67.377] (II) LoadModule: "shadow"
    [ 67.377] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 67.377] (II) Module shadow: vendor="X.Org Foundation"
    [ 67.377] compiled for 1.14.2, module version = 1.1.0
    [ 67.377] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 67.377] (II) Loading sub module "ramdac"
    [ 67.377] (II) LoadModule: "ramdac"
    [ 67.377] (II) Module "ramdac" already built-in
    [ 67.378] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 67.378] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 67.378] (==) NVIDIA(0): RGB weight 888
    [ 67.378] (==) NVIDIA(0): Default visual is TrueColor
    [ 67.378] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 67.378] (**) NVIDIA(0): Option "NoLogo" "true"
    [ 67.378] (**) NVIDIA(0): Option "ProbeAllGpus" "false"
    [ 67.379] (**) NVIDIA(0): Option "UseEDID" "false"
    [ 67.379] (**) NVIDIA(0): Option "UseDisplayDevice" "none"
    [ 67.379] (**) NVIDIA(0): Enabling 2D acceleration
    [ 67.379] (**) NVIDIA(0): Ignoring EDIDs
    [ 67.379] (**) NVIDIA(0): Option "UseDisplayDevice" set to "none"; enabling NoScanout
    [ 67.379] (**) NVIDIA(0): mode
    [ 72.511] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 72.511] (EE) NVIDIA(0): check your system's kernel log for additional error
    [ 72.511] (EE) NVIDIA(0): messages and refer to Chapter 8: Common Problems in the
    [ 72.511] (EE) NVIDIA(0): README for additional information.
    [ 72.511] (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    [ 72.511] (EE) NVIDIA(0): Failing initialization of X screen 0
    [ 72.512] (II) UnloadModule: "nvidia"
    [ 72.512] (II) UnloadSubModule: "shadow"
    [ 72.512] (II) UnloadSubModule: "wfb"
    [ 72.512] (II) UnloadSubModule: "fb"
    [ 72.512] (EE) Screen(s) found, but none have a usable configuration.
    [ 72.512] (EE)
    Fatal server error:
    [ 72.512] (EE) no screens found(EE)
    [ 72.512] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 72.512] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
    [ 72.512] (EE)
    [ 72.512] (EE) Server terminated with error (1). Closing log file.
    This is /etc/bumblebee/bumblebee.conf file;
    # Configuration file for Bumblebee. Values should **not** be put between quotes
    ## Server options. Any change made in this section will need a server restart
    # to take effect.
    [bumblebeed]
    # The secondary Xorg server DISPLAY number
    VirtualDisplay=:8
    # Should the unused Xorg server be kept running? Set this to true if waiting
    # for X to be ready is too long and don't need power management at all.
    KeepUnusedXServer=false
    # The name of the Bumbleblee server group name (GID name)
    ServerGroup=bumblebee
    # Card power state at exit. Set to false if the card shoud be ON when Bumblebee
    # server exits.
    TurnCardOffAtExit=false
    # The default behavior of '-f' option on optirun. If set to "true", '-f' will
    # be ignored.
    NoEcoModeOverride=false
    # The Driver used by Bumblebee server. If this value is not set (or empty),
    # auto-detection is performed. The available drivers are nvidia and nouveau
    # (See also the driver-specific sections below)
    Driver=
    # Directory with a dummy config file to pass as a -configdir to secondary X
    XorgConfDir=/etc/bumblebee/xorg.conf.d
    ## Client options. Will take effect on the next optirun executed.
    [optirun]
    # Acceleration/ rendering bridge, possible values are auto, virtualgl and
    # primus.
    Bridge=auto
    # The method used for VirtualGL to transport frames between X servers.
    # Possible values are proxy, jpeg, rgb, xv and yuv.
    VGLTransport=proxy
    # List of paths which are searched for the primus libGL.so.1 when using
    # the primus bridge
    PrimusLibraryPath=/usr/lib/primus:/usr/lib32/primus
    # Should the program run under optirun even if Bumblebee server or nvidia card
    # is not available?
    AllowFallbackToIGC=false
    # Driver-specific settings are grouped under [driver-NAME]. The sections are
    # parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
    # detection resolves to NAME).
    # PMMethod: method to use for saving power by disabling the nvidia card, valid
    # values are: auto - automatically detect which PM method to use
    # bbswitch - new in BB 3, recommended if available
    # switcheroo - vga_switcheroo method, use at your own risk
    # none - disable PM completely
    # https://github.com/Bumblebee-Project/Bumblebee/wiki/Comparison-of-PM-methods
    ## Section with nvidia driver specific options, only parsed if Driver=nvidia
    [driver-nvidia]
    # Module name to load, defaults to Driver if empty or unset
    KernelDriver=nvidia
    PMMethod=auto
    # colon-separated path to the nvidia libraries
    LibraryPath=/usr/lib/nvidia:/usr/lib32/nvidia
    # comma-separated path of the directory containing nvidia_drv.so and the
    # default Xorg modules path
    XorgModulePath=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules
    XorgConfFile=/etc/bumblebee/xorg.conf.nvidia
    ## Section with nouveau driver specific options, only parsed if Driver=nouveau
    [driver-nouveau]
    KernelDriver=nouveau
    PMMethod=auto
    XorgConfFile=/etc/bumblebee/xorg.conf.nouveau
    In addition
    dmesg | grep nvidia
    does not return anything and
    modprobe nvidia
    returns
    modprobe: ERROR: could not insert 'nvidia': No such device
    There is no /etc/X11/xorg.conf file.
    Last edited by Selo (2013-07-30 19:41:25)

    Hello, I also I have that problem.
    $primusrun glxgears
    primus: fatal: Bumblebee daemon reported: error: [XORG] (EE) Failed to load module "mouse" (module does not exist, 0)
    $grep -Fn '(EE' /var/log/Xorg.8.log
    15: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    105:[ 875.659] (EE) Failed to load module "mouse" (module does not exist, 0)
    110:[ 875.659] (EE) Failed to load module "kbd" (module does not exist, 0)
    153:[ 880.312] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    154:[ 880.312] (EE) NVIDIA(0): check your system's kernel log for additional error
    155:[ 880.312] (EE) NVIDIA(0): messages and refer to Chapter 8: Common Problems in the
    156:[ 880.312] (EE) NVIDIA(0): README for additional information.
    157:[ 880.312] (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    158:[ 880.312] (EE) NVIDIA(0): Failing initialization of X screen 0
    163:[ 880.312] (EE) Screen(s) found, but none have a usable configuration.
    164:[ 880.312] (EE)
    166:[ 880.312] (EE) no screens found(EE)
    167:[ 880.312] (EE)
    171:[ 880.312] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
    172:[ 880.313] (EE)
    173:[ 880.313] (EE) Server terminated with error (1). Closing log file.

  • Report changes for Multiple sets of books

    Hi,
    I am new to the financials suite. What changes would be needed in reports to make them global and run across multiple sets of books and currencies.
    I was thinking of eliminating any _all tables. I am not sure on what SOB related parameter changes would be needed.
    Thanks for your help in advance.

    Are the existing reports Standard or Custom Reports?
    If they are Standard then they should work for any SOB.
    If they are Custom Reports then I suggest you to run them in the development instance and see if you are getting any errors.
    For more info you can refer to chapter 4 & 5 of multi org user guide in the following link http://download-uk.oracle.com/docs/cd/B25516_08/current/acrobat/115multorg.pdf

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

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

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

  • How to enable MSDOS program to be called from Oracle PL/SQL procedure ( Web Service )?

    Hello,
    Dealing with the time demanding procedure where power user is interactively execute sequence
    of steps of procedure:
    1. pl/sql procedure for preparing data in some table
    2. java program that read data from the table and creating input txt file for MSDOS program
    3. MSDOS program is autonomous component that reads input txt file and make
        output txtfile.
        MSDOS program is closed component, can not be modified
    4. java program that insert txtfile into Oracle table.
    5. Steps 1 to 4 are executed in interations driven with select on some table.
    Trying to prepare re-design the procedure  and not sure about which technologies to use ?
    The goal is that whole procedure would be implemented in pl/sql procedure and this way could be executed
    so as from power user from command line as from controlled application on any type of the client.
    So if that MSDOS program would be transformed as Web Service offered on  some MSWin server in the intranet.
    Then PL/SQL procedure would communicate ( call this web service ) and do all the job and at the end
    send status of completion and report through e-mail to the issuer of the procedure?
    Not sure what technologies should I use on Oracle RDBMS server on Linux to communicate with MSWin Web service which is running MSDOS program ?

    > Hi TOM,
    This is not asktom.oracle.com.
    > Can Possible to do in Oacle Pl/Sql...?
    Yes it can be done. Simply consult the applicable manuals that contains all of the details on how to do it. The manuals are:
    - Oracle® Database Application Developer's Guide - Large Objects (refer to Chapter 6 section on Using PL/SQL (DBMS_LOB Package) to Work with LOBs)
    - Oracle® Database PL/SQL Packages and Types Reference (refer to the chapter on DBMS_LOB)

  • Error while starting the service

    Hi
    I am trying the web service example using j2ee from
    http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JAXRPC3.html#wp124102
    when I try to deply the service I am getting an exception as follows :
    Can any one help me out ?
    Thanks ,
    Amol
    distribute: C:\j2sdkee1.4\helloapps\MyHelloService.war
    Deploy action running...
    Contacted Server...
    Application MyHelloService transferred
    Application MyHelloService transferred
    Storing final WSDL for Web Service MyHelloService at C:\j2sdkee1.4\repository\applications\MyHelloService\MyHelloService53797.wsdl
    Deployment of MyHelloService is complete.
    Deployment of MyHelloService is complete.
    Completed
    --- Operation Completed Successfully ---
    start: MyHelloService
    Running...
    java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
         java.rmi.RemoteException: null; nested exception is:
         javax.management.ReflectionException
         at com.sun.corba.se.internal.iiop.ShutdownUtilDelegate.mapSystemException(ShutdownUtilDelegate.java:64)
         at javax.rmi.CORBA.Util.mapSystemException(Util.java:65)
         at org.omg.stub.com.sun.enterprise.tools.deployment.backend._JarInstaller_Stub.start(Unknown Source)
         at com.sun.enterprise.deployapi.actions.ModuleStateAction.run(ModuleStateAction.java:58)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: java.rmi.RemoteException: null; nested exception is:
         javax.management.ReflectionException
         at com.sun.enterprise.tools.deployment.backend.JarInstallerImpl.start(JarInstallerImpl.java:1171)
         at org.omg.stub.com.sun.enterprise.tools.deployment.backend._JarInstallerImpl_Tie._invoke(Unknown Source)
         at com.sun.corba.se.internal.corba.ServerDelegate.dispatch(ServerDelegate.java:353)
         at com.sun.corba.se.internal.iiop.ORB.process(ORB.java:280)
         at com.sun.corba.se.internal.iiop.RequestProcessor.process(RequestProcessor.java:81)
         at com.sun.corba.se.internal.orbutil.ThreadPool$PooledThread.run(ThreadPool.java:106)
    Caused by: javax.management.ReflectionException
         at com.sun.management.j2se.MOAgents.EmmaBeanUtil.invoke(EmmaBeanUtil.java:346)
         at com.sun.enterprise.management.model.emma.WebModuleMdlEmmaAgent.invoke(WebModuleMdlEmmaAgent.java:425)
         at com.sun.jdmk.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:334)
         at com.sun.jdmk.MetaDataImpl.invoke(MetaDataImpl.java:496)
         at com.sun.jdmk.DefaultMBeanAccessor.invoke(DefaultMBeanAccessor.java:528)
         at com.sun.jdmk.MBeanServerImpl.invoke(MBeanServerImpl.java:579)
         at com.sun.enterprise.management.agent.MEJBUtility.invoke(MEJBUtility.java:314)
         at com.sun.enterprise.management.util.J2EEManagementObjectManager.startModule(J2EEManagementObjectManager.java:636)
         at com.sun.enterprise.tools.deployment.backend.JarInstallerImpl.start(JarInstallerImpl.java:1161)
         ... 5 more
    !!! Operation Failed !!!
    [Completed (time=22.7sec, status=13)]
    **********************************************************************

    Hi Ray,
    I assuming you are on 5.0.2. If so, please refer to chapter 3(Pre-installation) of the install document, specifically the setup of the automation server user. The stated error indicates that the automation user info you entered into the installer does not match up with the entries in the pre-install steps.
    Hope that helps.
    Vasanth

  • Lenovo IdeaPad Y500, Linux 3.10, NVidia driver crashes

    After today's update of the Linux kernel to 3.10, I can not start X using the proprietary nvidia driver on my IdeaPad Y500 laptop (MBG2BMH with GeForce GT650M GPU).
    When I try to do this, it takes a second or two in the "loading GLX" state, after which the screen goes black. My fan goes to max and after a few seconds, the system dies.
    X logs don't show much:
    [ 49.888] (**) NVIDIA(0): Enabling 2D acceleration
    [ 56.164] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 56.164] (EE) NVIDIA(0): check your system's kernel log for additional error
    [ 56.164] (EE) NVIDIA(0): messages and refer to Chapter 8: Common Problems in the
    [ 56.164] (EE) NVIDIA(0): README for additional information.
    [ 56.164] (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    [ 56.164] (EE) NVIDIA(0): Failing initialization of X screen 0
    [ 56.164] (II) UnloadModule: "nvidia"
    [ 56.164] (II) UnloadSubModule: "shadow"
    [ 56.164] (II) UnloadSubModule: "wfb"
    [ 56.164] (II) UnloadSubModule: "fb"
    [ 56.164] (EE) Screen(s) found, but none have a usable configuration.
    I will add a kernel log after rebooting, because I seem to have lost it.
    I think the relevant message read "GPU fell off the bus", which I think indicates a crash of the GPU driver.
    After rolling back to 3.9.9, the issue is gone.
    My xorg.conf (and xorg.conf.d) does not contain anything special (only a DPI fix). I tried removing it, but the issue is still there.
    EDIT: I seem to be unable to get a kernel log for these sessions.
    Journalctl simply does not show the failing session.
    I don't know why I did get a log before. It happened on a linux-ck build with a couple of modifications, a while back (and the logs seem to be gone).
    I'll try again later, making sure I sync.
    Last edited by TBoshoven (2013-07-25 13:57:22)

    The problem persist for me with:
    local/linux 3.10.5-1 (base)
        The Linux kernel and modules
    local/bumblebee 3.2.1-3
        NVIDIA Optimus support for Linux through VirtualGL
    local/nvidia 325.15-1
        NVIDIA drivers for linux
    local/nvidia-utils 325.15-1
        NVIDIA drivers utilities
    Xorg.8.log
    [ 414.008]
    X.Org X Server 1.14.2
    Release Date: 2013-06-25
    [ 414.008] X Protocol Version 11, Revision 0
    [ 414.008] Build Operating System: Linux 3.9.7-1-ARCH x86_64
    [ 414.008] Current Operating System: Linux drog-laptop 3.10.5-1-ARCH #1 SMP PREEMPT Mon Aug 5 08:04:22 CEST 2013 x86_64
    [ 414.008] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=2d778b92-8e56-41d2-a238-cb1ea674849b ro quiet
    [ 414.008] Build Date: 01 July 2013 10:48:42AM
    [ 414.008]
    [ 414.008] Current version of pixman: 0.30.0
    [ 414.008] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 414.008] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 414.008] (==) Log file: "/var/log/Xorg.8.log", Time: Tue Aug 6 14:58:48 2013
    [ 414.022] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
    [ 414.022] (++) Using config directory: "/etc/bumblebee/xorg.conf.d"
    [ 414.033] (==) ServerLayout "Layout0"
    [ 414.033] (==) No screen section available. Using defaults.
    [ 414.033] (**) |-->Screen "Default Screen Section" (0)
    [ 414.033] (**) | |-->Monitor "<default monitor>"
    [ 414.033] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 414.033] (**) | |-->Device "DiscreteNvidia"
    [ 414.033] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 414.033] (**) Option "AutoAddDevices" "false"
    [ 414.033] (**) Option "AutoAddGPU" "false"
    [ 414.033] (**) Not automatically adding devices
    [ 414.033] (==) Automatically enabling devices
    [ 414.033] (**) Not automatically adding GPU devices
    [ 414.034] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 414.034] Entry deleted from font path.
    [ 414.034] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 414.034] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 414.034] Entry deleted from font path.
    [ 414.034] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 414.034] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/
    [ 414.034] (++) ModulePath set to "/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules"
    [ 414.034] (==) |-->Input Device "<default pointer>"
    [ 414.034] (==) |-->Input Device "<default keyboard>"
    [ 414.034] (==) The core pointer device wasn't specified explicitly in the layout.
    Using the default mouse configuration.
    [ 414.034] (==) The core keyboard device wasn't specified explicitly in the layout.
    Using the default keyboard configuration.
    [ 414.034] (II) Loader magic: 0x7fdc20
    [ 414.034] (II) Module ABI versions:
    [ 414.034] X.Org ANSI C Emulation: 0.4
    [ 414.034] X.Org Video Driver: 14.1
    [ 414.034] X.Org XInput driver : 19.1
    [ 414.034] X.Org Server Extension : 7.0
    [ 414.034] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 414.034] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 414.034] setversion 1.4 failed
    [ 414.035] (--) PCI:*(0:1:0:0) 10de:0fd1:144d:c650 rev 161, Mem @ 0xf0000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00003000/128
    [ 414.036] Initializing built-in extension Generic Event Extension
    [ 414.036] Initializing built-in extension SHAPE
    [ 414.036] Initializing built-in extension MIT-SHM
    [ 414.036] Initializing built-in extension XInputExtension
    [ 414.036] Initializing built-in extension XTEST
    [ 414.036] Initializing built-in extension BIG-REQUESTS
    [ 414.036] Initializing built-in extension SYNC
    [ 414.036] Initializing built-in extension XKEYBOARD
    [ 414.036] Initializing built-in extension XC-MISC
    [ 414.036] Initializing built-in extension SECURITY
    [ 414.036] Initializing built-in extension XINERAMA
    [ 414.036] Initializing built-in extension XFIXES
    [ 414.036] Initializing built-in extension RENDER
    [ 414.036] Initializing built-in extension RANDR
    [ 414.036] Initializing built-in extension COMPOSITE
    [ 414.036] Initializing built-in extension DAMAGE
    [ 414.036] Initializing built-in extension MIT-SCREEN-SAVER
    [ 414.036] Initializing built-in extension DOUBLE-BUFFER
    [ 414.036] Initializing built-in extension RECORD
    [ 414.036] Initializing built-in extension DPMS
    [ 414.036] Initializing built-in extension X-Resource
    [ 414.036] Initializing built-in extension XVideo
    [ 414.036] Initializing built-in extension XVideo-MotionCompensation
    [ 414.036] Initializing built-in extension XFree86-VidModeExtension
    [ 414.036] Initializing built-in extension XFree86-DGA
    [ 414.036] Initializing built-in extension XFree86-DRI
    [ 414.036] Initializing built-in extension DRI2
    [ 414.036] (II) LoadModule: "glx"
    [ 414.064] (II) Loading /usr/lib/nvidia/xorg/modules/extensions/libglx.so
    [ 415.388] (II) Module glx: vendor="NVIDIA Corporation"
    [ 415.388] compiled for 4.0.2, module version = 1.0.0
    [ 415.388] Module class: X.Org Server Extension
    [ 415.388] (II) NVIDIA GLX Module 325.15 Wed Jul 31 18:12:00 PDT 2013
    [ 415.424] Loading extension GLX
    [ 415.424] (II) LoadModule: "nvidia"
    [ 415.424] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 415.575] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 415.575] compiled for 4.0.2, module version = 1.0.0
    [ 415.575] Module class: X.Org Video Driver
    [ 415.586] (II) LoadModule: "mouse"
    [ 415.586] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    [ 415.598] (II) Module mouse: vendor="X.Org Foundation"
    [ 415.598] compiled for 1.14.0, module version = 1.9.0
    [ 415.598] Module class: X.Org XInput Driver
    [ 415.598] ABI class: X.Org XInput driver, version 19.1
    [ 415.598] (II) LoadModule: "kbd"
    [ 415.599] (WW) Warning, couldn't open module kbd
    [ 415.599] (II) UnloadModule: "kbd"
    [ 415.599] (II) Unloading kbd
    [ 415.599] (EE) Failed to load module "kbd" (module does not exist, 0)
    [ 415.599] (II) NVIDIA dlloader X Driver 325.15 Wed Jul 31 17:50:57 PDT 2013
    [ 415.599] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 415.599] (--) using VT number 7
    [ 415.614] (II) Loading sub module "fb"
    [ 415.614] (II) LoadModule: "fb"
    [ 415.614] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 415.631] (II) Module fb: vendor="X.Org Foundation"
    [ 415.631] compiled for 1.14.2, module version = 1.0.0
    [ 415.631] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 415.631] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 415.631] (II) Loading sub module "wfb"
    [ 415.631] (II) LoadModule: "wfb"
    [ 415.631] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 415.647] (II) Module wfb: vendor="X.Org Foundation"
    [ 415.647] compiled for 1.14.2, module version = 1.0.0
    [ 415.647] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 415.647] (II) Loading sub module "shadow"
    [ 415.647] (II) LoadModule: "shadow"
    [ 415.647] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 415.648] (II) Module shadow: vendor="X.Org Foundation"
    [ 415.648] compiled for 1.14.2, module version = 1.1.0
    [ 415.648] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 415.648] (II) Loading sub module "ramdac"
    [ 415.648] (II) LoadModule: "ramdac"
    [ 415.648] (II) Module "ramdac" already built-in
    [ 415.668] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 415.668] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 415.668] (==) NVIDIA(0): RGB weight 888
    [ 415.668] (==) NVIDIA(0): Default visual is TrueColor
    [ 415.668] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 415.669] (**) NVIDIA(0): Option "NoLogo" "true"
    [ 415.669] (**) NVIDIA(0): Option "ProbeAllGpus" "false"
    [ 415.669] (**) NVIDIA(0): Option "UseEDID" "false"
    [ 415.669] (**) NVIDIA(0): Option "UseDisplayDevice" "none"
    [ 415.669] (**) NVIDIA(0): Enabling 2D acceleration
    [ 415.669] (**) NVIDIA(0): Ignoring EDIDs
    [ 415.669] (**) NVIDIA(0): Option "UseDisplayDevice" set to "none"; enabling NoScanout
    [ 415.669] (**) NVIDIA(0): mode
    [ 421.681] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 421.681] (EE) NVIDIA(0): check your system's kernel log for additional error
    [ 421.681] (EE) NVIDIA(0): messages and refer to Chapter 8: Common Problems in the
    [ 421.681] (EE) NVIDIA(0): README for additional information.
    [ 421.681] (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    [ 421.681] (EE) NVIDIA(0): Failing initialization of X screen 0
    [ 421.681] (II) UnloadModule: "nvidia"
    [ 421.681] (II) UnloadSubModule: "shadow"
    [ 421.681] (II) UnloadSubModule: "wfb"
    [ 421.681] (II) UnloadSubModule: "fb"
    [ 421.681] (EE) Screen(s) found, but none have a usable configuration.
    [ 421.681] (EE)
    Fatal server error:
    [ 421.681] (EE) no screens found(EE)
    [ 421.681] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 421.681] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
    [ 421.681] (EE)
    [ 421.681] (EE) Server terminated with error (1). Closing log file.
    dmesg
    [ 26.065828] bbswitch: version 0.7
    [ 26.065841] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
    [ 26.065850] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG0.PEGP
    [ 26.066059] bbswitch: detected an Optimus _DSM function
    [ 26.066076] pci 0000:01:00.0: enabling device (0006 -> 0007)
    [ 26.066122] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
    [ 26.068197] bbswitch: disabling discrete graphics
    [ 26.119240] pci 0000:01:00.0: power state changed by ACPI to D3cold
    [ 26.258241] systemd-logind[1007]: Linked /tmp/.X11-unix/X0 to /run/user/1000/X11-display.
    [ 26.325508] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
    [ 33.492411] r8169 0000:03:00.0 enp3s0: link down
    [ 33.492451] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
    [ 37.846847] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
    [ 38.221072] r8169 0000:03:00.0 enp3s0: link down
    [ 38.221110] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
    [ 45.372589] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
    [ 48.517700] wlp2s0: authenticate with 00:25:c4:5a:3b:e1
    [ 48.537543] wlp2s0: send auth to 00:25:c4:5a:3b:e1 (try 1/3)
    [ 48.539639] wlp2s0: authenticated
    [ 48.539671] ath9k 0000:02:00.0 wlp2s0: disabling HT/VHT due to WEP/TKIP use
    [ 48.540740] wlp2s0: associate with 00:25:c4:5a:3b:e1 (try 1/3)
    [ 48.544916] wlp2s0: RX AssocResp from 00:25:c4:5a:3b:e1 (capab=0x431 status=0 aid=2)
    [ 48.545097] wlp2s0: associated
    [ 48.545113] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
    [ 51.051628] EXT4-fs (sda7): re-mounted. Opts: data=ordered,commit=0
    [ 51.539082] EXT4-fs (sda8): re-mounted. Opts: data=ordered,commit=0
    [ 95.719761] nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead.
    [ 396.531583] usb 1-4: USB disconnect, device number 2
    [ 397.445922] usb 1-4: new low-speed USB device number 3 using xhci_hcd
    [ 397.463231] usb 1-4: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 397.465641] input: USB Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input14
    [ 397.466186] hid-generic 0003:15D9:0A33.0002: input,hidraw0: USB HID v1.10 Mouse [USB Mouse] on usb-0000:00:14.0-4/input0
    [ 408.307902] bbswitch: enabling discrete graphics
    [ 408.447228] pci 0000:01:00.0: power state changed by ACPI to D0
    [ 414.455675] nvidia: module license 'NVIDIA' taints kernel.
    [ 414.455679] Disabling lock debugging due to kernel taint
    [ 414.460793] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
    [ 414.461133] [drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 1
    [ 414.461140] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 325.15 Wed Jul 31 18:50:56 PDT 2013
    [ 416.186061] nvidia 0000:01:00.0: irq 47 for MSI/MSI-X
    [ 422.155242] NVRM: GPU at 0000:01:00.0 has fallen off the bus.
    [ 422.175315] NVRM: RmInitAdapter failed! (0x25:0x28:1157)
    [ 422.175324] NVRM: rm_init_adapter(0) failed
    [ 457.892854] bbswitch: enabling discrete graphics
    [ 467.532288] bbswitch: enabling discrete graphics
    [ 467.532300] nvidia 0000:01:00.0: power state changed by ACPI to D0
    [ 467.542607] nvidia 0000:01:00.0: Refused to change power state, currently in D3
    [ 562.917909] bbswitch: enabling discrete graphics
    [ 562.917923] nvidia 0000:01:00.0: power state changed by ACPI to D0

  • Problem with Nvidia Optimus

    Hello,
    I have a laptop with the Nvidia Optimus technology. I followed the wiki, and now I get a blank screen.
    This is the guide that I followed: https://wiki.archlinux.org/index.php/NV … ing_nvidia
    This is my /var/log/Xorg.0.log file:
    [ 341.985]
    X.Org X Server 1.16.3
    Release Date: 2014-12-20
    [ 341.987] X Protocol Version 11, Revision 0
    [ 341.988] Build Operating System: Linux 3.18.1-1-ARCH x86_64
    [ 341.988] Current Operating System: Linux egidio-arch 3.17.6-1-ARCH #1 SMP PREEMPT Sun Dec 7 23:43:32 UTC 2014 x86_64
    [ 341.988] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=3f7faf8f-4039-466e-b99d-34fa1c61b40f rw quiet
    [ 341.990] Build Date: 29 December 2014 01:09:58PM
    [ 341.990]
    [ 341.991] Current version of pixman: 0.32.6
    [ 341.992] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 341.992] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 341.995] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 3 02:59:24 2015
    [ 341.995] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 341.996] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 341.996] (==) ServerLayout "layout"
    [ 341.996] (**) |-->Screen "nvidia" (0)
    [ 341.996] (**) | |-->Monitor "<default monitor>"
    [ 341.996] (**) | |-->Device "nvidia"
    [ 341.996] (==) No monitor specified for screen "nvidia".
    Using a default monitor configuration.
    [ 341.996] (**) |-->Inactive Device "intel"
    [ 341.996] (==) Automatically adding devices
    [ 341.996] (==) Automatically enabling devices
    [ 341.996] (==) Automatically adding GPU devices
    [ 342.039] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 342.039] Entry deleted from font path.
    [ 342.068] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 342.068] Entry deleted from font path.
    [ 342.068] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 342.068] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 342.068] Entry deleted from font path.
    [ 342.068] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 342.068] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 342.068] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 342.068] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 342.079] (II) Loader magic: 0x818d80
    [ 342.079] (II) Module ABI versions:
    [ 342.079] X.Org ANSI C Emulation: 0.4
    [ 342.079] X.Org Video Driver: 18.0
    [ 342.079] X.Org XInput driver : 21.0
    [ 342.079] X.Org Server Extension : 8.0
    [ 342.081] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
    [ 342.081] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 342.081] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 8 paused 0
    [ 342.081] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 342.082] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 9 paused 0
    [ 342.083] (--) PCI:*(0:0:2:0) 8086:0416:1043:129d rev 6, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
    [ 342.083] (--) PCI: (0:1:0:0) 10de:0fe4:1043:129d rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 342.083] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 342.083] (II) LoadModule: "glx"
    [ 342.123] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 342.678] (II) Module glx: vendor="NVIDIA Corporation"
    [ 342.678] compiled for 4.0.2, module version = 1.0.0
    [ 342.678] Module class: X.Org Server Extension
    [ 342.685] (II) NVIDIA GLX Module 343.36 Mon Dec 1 15:50:02 PST 2014
    [ 342.689] (II) LoadModule: "nvidia"
    [ 342.745] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 342.835] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 342.835] compiled for 4.0.2, module version = 1.0.0
    [ 342.835] Module class: X.Org Video Driver
    [ 342.846] (II) LoadModule: "modesetting"
    [ 342.846] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 342.847] (II) Module modesetting: vendor="X.Org Foundation"
    [ 342.847] compiled for 1.16.0, module version = 0.9.0
    [ 342.847] Module class: X.Org Video Driver
    [ 342.847] ABI class: X.Org Video Driver, version 18.0
    [ 342.847] (II) NVIDIA dlloader X Driver 343.36 Mon Dec 1 15:28:39 PST 2014
    [ 342.847] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 342.847] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 342.847] (++) using VT number 2
    [ 342.847] (--) controlling tty is VT number 2, auto-enabling KeepTty
    [ 342.855] (II) Loading sub module "fb"
    [ 342.855] (II) LoadModule: "fb"
    [ 342.855] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 342.872] (II) Module fb: vendor="X.Org Foundation"
    [ 342.872] compiled for 1.16.3, module version = 1.0.0
    [ 342.872] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 342.872] (II) Loading sub module "wfb"
    [ 342.872] (II) LoadModule: "wfb"
    [ 342.872] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 342.891] (II) Module wfb: vendor="X.Org Foundation"
    [ 342.891] compiled for 1.16.3, module version = 1.0.0
    [ 342.891] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 342.891] (II) Loading sub module "ramdac"
    [ 342.891] (II) LoadModule: "ramdac"
    [ 342.891] (II) Module "ramdac" already built-in
    [ 342.905] (II) modesetting(1): using drv /dev/dri/card0
    [ 342.905] (II) modesetting(G0): using drv /dev/dri/card0
    [ 342.905] (EE) Screen 1 deleted because of no matching config section.
    [ 342.905] (II) UnloadModule: "modesetting"
    [ 342.905] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "nvidia" for depth/fbbpp 24/32
    [ 342.905] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 342.905] (==) NVIDIA(0): RGB weight 888
    [ 342.905] (==) NVIDIA(0): Default visual is TrueColor
    [ 342.905] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 342.905] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
    [ 342.907] (**) NVIDIA(0): Enabling 2D acceleration
    [ 347.122] (EE) NVIDIA(GPU-0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 347.122] (EE) NVIDIA(GPU-0): check your system's kernel log for additional error
    [ 347.122] (EE) NVIDIA(GPU-0): messages and refer to Chapter 8: Common Problems in the
    [ 347.122] (EE) NVIDIA(GPU-0): README for additional information.
    [ 347.122] (EE) NVIDIA(GPU-0): Failed to initialize the NVIDIA graphics device!
    [ 347.122] (EE) NVIDIA(0): Failing initialization of X screen 0
    [ 347.122] (II) UnloadModule: "nvidia"
    [ 347.122] (II) UnloadSubModule: "wfb"
    [ 347.122] (II) UnloadSubModule: "fb"
    [ 347.122] (==) modesetting(G0): Depth 24, (==) framebuffer bpp 32
    [ 347.122] (==) modesetting(G0): RGB weight 888
    [ 347.122] (==) modesetting(G0): Default visual is TrueColor
    [ 347.122] (II) modesetting(G0): ShadowFB: preferred YES, enabled YES
    [ 347.124] (II) modesetting(G0): Output eDP-1-0 has no monitor section
    [ 347.149] (II) modesetting(G0): Output VGA-1-0 has no monitor section
    [ 347.150] (II) modesetting(G0): Output DisplayPort-1-0 has no monitor section
    [ 347.150] (II) modesetting(G0): Output HDMI-1-0 has no monitor section
    [ 347.150] (II) modesetting(G0): Output HDMI-1-1 has no monitor section
    [ 347.152] (II) modesetting(G0): EDID for output eDP-1-0
    [ 347.152] (II) modesetting(G0): Manufacturer: CMO Model: 1720 Serial#: 0
    [ 347.152] (II) modesetting(G0): Year: 2011 Week: 2
    [ 347.152] (II) modesetting(G0): EDID Version: 1.4
    [ 347.152] (II) modesetting(G0): Digital Display Input
    [ 347.152] (II) modesetting(G0): 6 bits per channel
    [ 347.152] (II) modesetting(G0): Digital interface is undefined
    [ 347.152] (II) modesetting(G0): Max Image Size [cm]: horiz.: 38 vert.: 21
    [ 347.152] (II) modesetting(G0): Gamma: 2.20
    [ 347.152] (II) modesetting(G0): No DPMS capabilities specified
    [ 347.152] (II) modesetting(G0): Supported color encodings: RGB 4:4:4
    [ 347.152] (II) modesetting(G0): First detailed timing is preferred mode
    [ 347.152] (II) modesetting(G0): Preferred mode is native pixel format and refresh rate
    [ 347.152] (II) modesetting(G0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.610
    [ 347.152] (II) modesetting(G0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
    [ 347.152] (II) modesetting(G0): Manufacturer's mask: 0
    [ 347.152] (II) modesetting(G0): Supported detailed timing:
    [ 347.152] (II) modesetting(G0): clock: 140.5 MHz Image Size: 382 x 215 mm
    [ 347.152] (II) modesetting(G0): h_active: 1920 h_sync: 1972 h_sync_end 2007 h_blank_end 2094 h_border: 0
    [ 347.152] (II) modesetting(G0): v_active: 1080 v_sync: 1083 v_sync_end 1089 v_blanking: 1118 v_border: 0
    [ 347.152] (II) modesetting(G0): Supported detailed timing:
    [ 347.152] (II) modesetting(G0): clock: 92.5 MHz Image Size: 382 x 215 mm
    [ 347.152] (II) modesetting(G0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
    [ 347.152] (II) modesetting(G0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1111 v_border: 0
    [ 347.152] (II) modesetting(G0): HC9GK173HGE
    [ 347.152] (II) modesetting(G0): Unknown vendor-specific block 0
    [ 347.152] (II) modesetting(G0): EDID (in hex):
    [ 347.152] (II) modesetting(G0): 00ffffffffffff000daf201700000000
    [ 347.152] (II) modesetting(G0): 021501049026157802ed95a3544c9c26
    [ 347.152] (II) modesetting(G0): 0f505400000001010101010101010101
    [ 347.152] (II) modesetting(G0): 010101010101e13680ae703826403423
    [ 347.152] (II) modesetting(G0): 36007ed71000001a1d2480a070381f40
    [ 347.152] (II) modesetting(G0): 302035007ed71000001a000000fe0048
    [ 347.152] (II) modesetting(G0): 4339474b803137334847450a00000000
    [ 347.152] (II) modesetting(G0): 000041319e0000000002010a202000f3
    [ 347.152] (II) modesetting(G0): Printing probed modes for output eDP-1-0
    [ 347.152] (II) modesetting(G0): Modeline "1920x1080"x60.0 140.49 1920 1972 2007 2094 1080 1083 1089 1118 +hsync -vsync (67.1 kHz eP)
    [ 347.152] (II) modesetting(G0): Modeline "1920x1080"x40.0 92.45 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (44.4 kHz e)
    [ 347.152] (II) modesetting(G0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
    [ 347.152] (II) modesetting(G0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
    [ 347.152] (II) modesetting(G0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
    [ 347.152] (II) modesetting(G0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
    [ 347.152] (II) modesetting(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
    [ 347.152] (II) modesetting(G0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
    [ 347.152] (II) modesetting(G0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
    [ 347.152] (II) modesetting(G0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
    [ 347.152] (II) modesetting(G0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
    [ 347.152] (II) modesetting(G0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
    [ 347.152] (II) modesetting(G0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
    [ 347.152] (II) modesetting(G0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
    [ 347.152] (II) modesetting(G0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
    [ 347.152] (II) modesetting(G0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
    [ 347.152] (II) modesetting(G0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
    [ 347.152] (II) modesetting(G0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
    [ 347.152] (II) modesetting(G0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
    [ 347.152] (II) modesetting(G0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
    [ 347.152] (II) modesetting(G0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
    [ 347.176] (II) modesetting(G0): EDID for output VGA-1-0
    [ 347.176] (II) modesetting(G0): EDID for output DisplayPort-1-0
    [ 347.176] (II) modesetting(G0): EDID for output HDMI-1-0
    [ 347.177] (II) modesetting(G0): EDID for output HDMI-1-1
    [ 347.177] (II) modesetting(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 347.177] (==) modesetting(G0): DPI set to (96, 96)
    [ 347.177] (II) Loading sub module "fb"
    [ 347.177] (II) LoadModule: "fb"
    [ 347.177] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 347.177] (II) Module fb: vendor="X.Org Foundation"
    [ 347.177] compiled for 1.16.3, module version = 1.0.0
    [ 347.177] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 347.177] (II) Loading sub module "shadow"
    [ 347.177] (II) LoadModule: "shadow"
    [ 347.177] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 347.183] (II) Module shadow: vendor="X.Org Foundation"
    [ 347.183] compiled for 1.16.3, module version = 1.1.0
    [ 347.183] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 347.183] (EE) Screen(s) found, but none have a usable configuration.
    [ 347.183] (EE)
    Fatal server error:
    [ 347.183] (EE) no screens found(EE)
    [ 347.183] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 347.183] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 347.183] (EE)
    [ 347.189] (EE) Server terminated with error (1). Closing log file.
    I'm using Gnome.
    Can you please help me?
    Last edited by Aegidius (2015-01-03 10:17:22)

    Here it is, but you will get to my same conclusion.
    [egidio@egidio-arch ~]$ lspci -v
    00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor DRAM Controller (rev 06)
    Subsystem: ASUSTeK Computer Inc. Device 129d
    Flags: bus master, fast devsel, latency 0
    Capabilities: <access denied>
    Kernel modules: ie31200_edac
    00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller (rev 06) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0, IRQ 26
    Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
    I/O behind bridge: 0000e000-0000efff
    Memory behind bridge: f6000000-f70fffff
    Prefetchable memory behind bridge: 00000000e0000000-00000000f1ffffff
    Capabilities: <access denied>
    Kernel driver in use: pcieport
    Kernel modules: shpchp
    00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06) (prog-if 00 [VGA controller])
    Subsystem: ASUSTeK Computer Inc. Device 129d
    Flags: bus master, fast devsel, latency 0, IRQ 36
    Memory at f7400000 (64-bit, non-prefetchable) [size=4M]
    Memory at d0000000 (64-bit, prefetchable) [size=256M]
    I/O ports at f000 [size=64]
    Expansion ROM at <unassigned> [disabled]
    Capabilities: <access denied>
    Kernel driver in use: i915
    Kernel modules: i915
    00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
    Subsystem: Intel Corporation Device 2010
    Flags: bus master, fast devsel, latency 0, IRQ 38
    Memory at f7b14000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: <access denied>
    Kernel driver in use: snd_hda_intel
    Kernel modules: snd_hda_intel
    00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 04) (prog-if 30 [XHCI])
    Subsystem: ASUSTeK Computer Inc. Device 129d
    Flags: bus master, medium devsel, latency 0, IRQ 32
    Memory at f7b00000 (64-bit, non-prefetchable) [size=64K]
    Capabilities: <access denied>
    Kernel driver in use: xhci_hcd
    Kernel modules: xhci_hcd
    00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 (rev 04)
    Subsystem: ASUSTeK Computer Inc. Device 129d
    Flags: bus master, fast devsel, latency 0, IRQ 34
    Memory at f7b1e000 (64-bit, non-prefetchable) [size=16]
    Capabilities: <access denied>
    Kernel driver in use: mei_me
    Kernel modules: mei_me
    00:1a.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 (rev 04) (prog-if 20 [EHCI])
    Subsystem: ASUSTeK Computer Inc. Device 129d
    Flags: bus master, medium devsel, latency 0, IRQ 16
    Memory at f7b1c000 (32-bit, non-prefetchable) [size=1K]
    Capabilities: <access denied>
    Kernel driver in use: ehci-pci
    Kernel modules: ehci_pci
    00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 04)
    Subsystem: ASUSTeK Computer Inc. Device 129d
    Flags: bus master, fast devsel, latency 0, IRQ 37
    Memory at f7b10000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: <access denied>
    Kernel driver in use: snd_hda_intel
    Kernel modules: snd_hda_intel
    00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d4) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0, IRQ 27
    Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
    Capabilities: <access denied>
    Kernel driver in use: pcieport
    Kernel modules: shpchp
    00:1c.2 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #3 (rev d4) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0, IRQ 28
    Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
    Memory behind bridge: f7a00000-f7afffff
    Capabilities: <access denied>
    Kernel driver in use: pcieport
    Kernel modules: shpchp
    00:1c.3 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #4 (rev d4) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0, IRQ 29
    Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
    I/O behind bridge: 0000d000-0000dfff
    Memory behind bridge: f7900000-f79fffff
    Prefetchable memory behind bridge: 00000000f2100000-00000000f21fffff
    Capabilities: <access denied>
    Kernel driver in use: pcieport
    Kernel modules: shpchp
    00:1c.4 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #5 (rev d4) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0, IRQ 30
    Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
    Memory behind bridge: f7800000-f78fffff
    Capabilities: <access denied>
    Kernel driver in use: pcieport
    Kernel modules: shpchp
    00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 (rev 04) (prog-if 20 [EHCI])
    Subsystem: ASUSTeK Computer Inc. Device 129d
    Flags: bus master, medium devsel, latency 0, IRQ 23
    Memory at f7b1b000 (32-bit, non-prefetchable) [size=1K]
    Capabilities: <access denied>
    Kernel driver in use: ehci-pci
    Kernel modules: ehci_pci
    00:1f.0 ISA bridge: Intel Corporation HM86 Express LPC Controller (rev 04)
    Subsystem: ASUSTeK Computer Inc. Device 129d
    Flags: bus master, medium devsel, latency 0
    Capabilities: <access denied>
    Kernel driver in use: lpc_ich
    Kernel modules: lpc_ich
    00:1f.2 SATA controller: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] (rev 04) (prog-if 01 [AHCI 1.0])
    Subsystem: ASUSTeK Computer Inc. Device 129d
    Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 33
    I/O ports at f0b0 [size=8]
    I/O ports at f0a0 [size=4]
    I/O ports at f090 [size=8]
    I/O ports at f080 [size=4]
    I/O ports at f060 [size=32]
    Memory at f7b1a000 (32-bit, non-prefetchable) [size=2K]
    Capabilities: <access denied>
    Kernel driver in use: ahci
    Kernel modules: ahci
    00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 04)
    Subsystem: ASUSTeK Computer Inc. Device 129d
    Flags: medium devsel, IRQ 18
    Memory at f7b19000 (64-bit, non-prefetchable) [size=256]
    I/O ports at f040 [size=32]
    Kernel modules: i2c_i801
    01:00.0 3D controller: NVIDIA Corporation GK107M [GeForce GT 750M] (rev a1)
    Subsystem: ASUSTeK Computer Inc. Device 129d
    Flags: bus master, fast devsel, latency 0, IRQ 39
    Memory at f6000000 (32-bit, non-prefetchable) [size=16M]
    Memory at e0000000 (64-bit, prefetchable) [size=256M]
    Memory at f0000000 (64-bit, prefetchable) [size=32M]
    I/O ports at e000 [size=128]
    Expansion ROM at f7000000 [disabled] [size=512K]
    Capabilities: <access denied>
    Kernel driver in use: nouveau
    Kernel modules: nouveau
    03:00.0 Network controller: Qualcomm Atheros AR9485 Wireless Network Adapter (rev 01)
    Subsystem: AzureWave Device 2126
    Flags: bus master, fast devsel, latency 0, IRQ 18
    Memory at f7a00000 (64-bit, non-prefetchable) [size=512K]
    Expansion ROM at f7a80000 [disabled] [size=64K]
    Capabilities: <access denied>
    Kernel driver in use: ath9k
    Kernel modules: ath9k
    04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c)
    Subsystem: ASUSTeK Computer Inc. Device 200f
    Flags: bus master, fast devsel, latency 0, IRQ 35
    I/O ports at d000 [size=256]
    Memory at f7900000 (64-bit, non-prefetchable) [size=4K]
    Memory at f2100000 (64-bit, prefetchable) [size=16K]
    Capabilities: <access denied>
    Kernel driver in use: r8169
    Kernel modules: r8169
    05:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5227 PCI Express Card Reader (rev 01)
    Subsystem: Realtek Semiconductor Co., Ltd. RTS5227 PCI Express Card Reader
    Flags: bus master, fast devsel, latency 0, IRQ 31
    Memory at f7800000 (32-bit, non-prefetchable) [size=4K]
    Capabilities: <access denied>
    Kernel driver in use: rtsx_pci
    Kernel modules: rtsx_pci
    Last edited by Aegidius (2015-01-03 22:04:23)

  • [solved] bumblebee - can't use NVIDIA

    hi
    I can't find anything helpfull about this error.
    johannes@arch-laptop ~ % optirun steam
    [ 1074.176912] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) systemd-logind: failed to get session: PID 753 does not belong to any known session
    [ 1074.176969] [ERROR]Aborting because fallback start is disabled.
    1 johannes@arch-laptop ~ % cat /var/log/Xorg.8.log :(
    [ 25.790]
    X.Org X Server 1.16.0
    Release Date: 2014-07-16
    [ 25.790] X Protocol Version 11, Revision 0
    [ 25.790] Build Operating System: Linux 3.15.5-2-ARCH x86_64
    [ 25.790] Current Operating System: Linux arch-laptop 3.16.1-1-ARCH #1 SMP PREEMPT Thu Aug 14 07:40:19 CEST 2014 x86_64
    [ 25.790] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=b9d0c62c-be3e-43e3-ae89-1908af570819 rw quiet
    [ 25.790] Build Date: 31 July 2014 11:53:19AM
    [ 25.790]
    [ 25.790] Current version of pixman: 0.32.6
    [ 25.790] Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
    [ 25.790] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 25.791] (==) Log file: "/var/log/Xorg.8.log", Time: Tue Aug 19 10:09:35 2014
    [ 25.791] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
    [ 25.791] (++) Using config directory: "/etc/bumblebee/xorg.conf.d"
    [ 25.791] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 25.791] (==) ServerLayout "Layout0"
    [ 25.791] (==) No screen section available. Using defaults.
    [ 25.791] (**) |-->Screen "Default Screen Section" (0)
    [ 25.791] (**) | |-->Monitor "<default monitor>"
    [ 25.791] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 25.791] (**) | |-->Device "DiscreteNvidia"
    [ 25.791] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 25.791] (**) Option "AutoAddDevices" "false"
    [ 25.791] (**) Option "AutoAddGPU" "false"
    [ 25.791] (**) Not automatically adding devices
    [ 25.791] (==) Automatically enabling devices
    [ 25.791] (**) Not automatically adding GPU devices
    [ 25.791] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 25.791] Entry deleted from font path.
    [ 25.791] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 25.791] Entry deleted from font path.
    [ 25.791] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 25.791] Entry deleted from font path.
    [ 25.791] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 25.791] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 25.791] Entry deleted from font path.
    [ 25.791] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 25.791] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 25.791] (++) ModulePath set to "/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules"
    [ 25.791] (==) |-->Input Device "<default pointer>"
    [ 25.791] (==) |-->Input Device "<default keyboard>"
    [ 25.791] (==) The core pointer device wasn't specified explicitly in the layout.
    Using the default mouse configuration.
    [ 25.791] (==) The core keyboard device wasn't specified explicitly in the layout.
    Using the default keyboard configuration.
    [ 25.791] (II) Loader magic: 0x818d80
    [ 25.791] (II) Module ABI versions:
    [ 25.791] X.Org ANSI C Emulation: 0.4
    [ 25.791] X.Org Video Driver: 18.0
    [ 25.791] X.Org XInput driver : 21.0
    [ 25.791] X.Org Server Extension : 8.0
    [ 25.792] (EE) systemd-logind: failed to get session: PID 753 does not belong to any known session
    [ 25.792] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 25.792] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 25.792] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
    [ 25.793] (--) PCI:*(0:1:0:0) 10de:11e2:1558:3537 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 25.793] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 25.793] (II) LoadModule: "glx"
    [ 25.793] (II) Loading /usr/lib/nvidia/xorg/modules/extensions/libglx.so
    [ 25.879] (II) Module glx: vendor="NVIDIA Corporation"
    [ 25.879] compiled for 4.0.2, module version = 1.0.0
    [ 25.879] Module class: X.Org Server Extension
    [ 25.880] (II) NVIDIA GLX Module 340.32 Tue Aug 5 20:32:43 PDT 2014
    [ 25.880] (II) LoadModule: "nvidia"
    [ 25.881] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 25.886] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 25.886] compiled for 4.0.2, module version = 1.0.0
    [ 25.886] Module class: X.Org Video Driver
    [ 25.887] (II) LoadModule: "mouse"
    [ 25.887] (WW) Warning, couldn't open module mouse
    [ 25.887] (II) UnloadModule: "mouse"
    [ 25.887] (II) Unloading mouse
    [ 25.887] (EE) Failed to load module "mouse" (module does not exist, 0)
    [ 25.887] (II) LoadModule: "kbd"
    [ 25.887] (WW) Warning, couldn't open module kbd
    [ 25.887] (II) UnloadModule: "kbd"
    [ 25.887] (II) Unloading kbd
    [ 25.887] (EE) Failed to load module "kbd" (module does not exist, 0)
    [ 25.887] (II) NVIDIA dlloader X Driver 340.32 Tue Aug 5 20:13:04 PDT 2014
    [ 25.887] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 25.888] (--) using VT number 1
    [ 25.888] (II) Loading sub module "fb"
    [ 25.888] (II) LoadModule: "fb"
    [ 25.888] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 25.889] (II) Module fb: vendor="X.Org Foundation"
    [ 25.889] compiled for 1.16.0, module version = 1.0.0
    [ 25.889] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 25.889] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 25.889] (II) Loading sub module "wfb"
    [ 25.889] (II) LoadModule: "wfb"
    [ 25.889] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 25.890] (II) Module wfb: vendor="X.Org Foundation"
    [ 25.890] compiled for 1.16.0, module version = 1.0.0
    [ 25.890] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 25.890] (II) Loading sub module "ramdac"
    [ 25.890] (II) LoadModule: "ramdac"
    [ 25.890] (II) Module "ramdac" already built-in
    [ 25.892] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 25.892] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 25.892] (==) NVIDIA(0): RGB weight 888
    [ 25.892] (==) NVIDIA(0): Default visual is TrueColor
    [ 25.892] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 25.892] (**) NVIDIA(0): Option "NoLogo" "true"
    [ 25.892] (**) NVIDIA(0): Option "ProbeAllGpus" "false"
    [ 25.892] (**) NVIDIA(0): Option "UseEDID" "false"
    [ 25.892] (**) NVIDIA(0): Option "UseDisplayDevice" "none"
    [ 25.892] (**) NVIDIA(0): Enabling 2D acceleration
    [ 25.892] (**) NVIDIA(0): Ignoring EDIDs
    [ 25.892] (**) NVIDIA(0): Option "UseDisplayDevice" set to "none"; enabling NoScanout
    [ 25.892] (**) NVIDIA(0): mode
    [ 26.062] (EE) NVIDIA(GPU-0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 26.062] (EE) NVIDIA(GPU-0): check your system's kernel log for additional error
    [ 26.062] (EE) NVIDIA(GPU-0): messages and refer to Chapter 8: Common Problems in the
    [ 26.062] (EE) NVIDIA(GPU-0): README for additional information.
    [ 26.062] (EE) NVIDIA(GPU-0): Failed to initialize the NVIDIA graphics device!
    [ 26.062] (EE) NVIDIA(0): Failing initialization of X screen 0
    [ 26.062] (II) UnloadModule: "nvidia"
    [ 26.062] (II) UnloadSubModule: "wfb"
    [ 26.062] (II) UnloadSubModule: "fb"
    [ 26.062] (EE) Screen(s) found, but none have a usable configuration.
    [ 26.062] (EE)
    Fatal server error:
    [ 26.062] (EE) no screens found(EE)
    [ 26.062] (EE)
    Please consult the The X.Org Foundation support
    at [url]http://wiki.x.org[/url]
    for help.
    [ 26.062] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
    [ 26.062] (EE)
    [ 26.062] (EE) Server terminated with error (1). Closing log file.
    dmesg:
    [ 21.892672] NVRM: RmInitAdapter failed! (0x24:0x28:1170)
    [ 21.892678] NVRM: rm_init_adapter failed for device bearing minor number 0
    [ 21.892694] NVRM: nvidia_frontend_open: minor 0, module->open() failed, error -5
    [ 21.897046] NVRM: request_irq() failed (-22)
    [ 21.897050] NVRM: nvidia_frontend_open: minor 0, module->open() failed, error -22
    [ 21.900586] NVRM: request_irq() failed (-22)
    [ 21.900590] NVRM: nvidia_frontend_open: minor 0, module->open() failed, error -22
    [ 21.906486] NVRM: request_irq() failed (-22)
    [ 21.906491] NVRM: nvidia_frontend_open: minor 0, module->open() failed, error -22
    [ 21.910275] NVRM: request_irq() failed (-22)
    [ 21.910279] NVRM: nvidia_frontend_open: minor 0, module->open() failed, error -22
    [ 22.193946] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is off
    [ 25.312453] bbswitch: enabling discrete graphics
    [ 25.914870] vgaarb: this pci device is not a vga device
    [ 25.916494] nvidia 0000:01:00.0: irq 51 for MSI/MSI-X
    [ 25.918744] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
    [ 25.918793] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
    [ 25.918819] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
    [ 25.918851] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
    [ 25.918876] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
    [ 25.918900] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
    [ 25.918928] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
    [ 25.918953] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
    [ 25.964044] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
    [ 26.083073] NVRM: GPU at 0000:01:00.0 has fallen off the bus.
    [ 26.085289] NVRM: RmInitAdapter failed! (0x25:0x28:1196)
    [ 26.085296] NVRM: rm_init_adapter failed for device bearing minor number 0
    [ 26.085312] NVRM: nvidia_frontend_open: minor 0, module->open() failed, error -5
    [ 32.838914] bbswitch: enabling discrete graphics
    [ 54.361747] bbswitch: enabling discrete graphics
    [ 54.373589] nvidia 0000:01:00.0: Refused to change power state, currently in D3
    [ 272.255328] [drm] Module unloaded
    [ 292.733787] NVRM: This is a 64-bit BAR mapped above 4GB by the system
    NVRM: BIOS or the Linux kernel, but the PCI bridge
    NVRM: immediately upstream of this GPU does not define
    NVRM: a matching prefetchable memory window.
    [ 292.733790] NVRM: This may be due to a known Linux kernel bug. Please
    NVRM: see the README section on 64-bit BARs for additional
    NVRM: information.
    [ 292.733793] nvidia: probe of 0000:01:00.0 failed with error -1
    [ 292.734134] NVRM: The NVIDIA probe routine failed for 1 device(s).
    [ 292.734135] NVRM: None of the NVIDIA graphics adapters were initialized!
    [ 292.734137] [drm] Module unloaded
    [ 292.734224] NVRM: NVIDIA init module failed!
    [ 601.447155] bbswitch: enabling discrete graphics
    [ 601.458443] pci 0000:01:00.0: Refused to change power state, currently in D3
    [ 1074.830805] bbswitch: enabling discrete graphics
    [ 1074.841537] pci 0000:01:00.0: Refused to change power state, currently in D3
    edit: I think it has something to do with the new Xorg-server:
    https://github.com/Bumblebee-Project/Bu … issues/600
    Last edited by aligator (2014-08-20 17:15:19)

    johannes@arch-laptop ~ % systemctl status bumblebeed
    ● bumblebeed.service - Bumblebee C Daemon
    Loaded: loaded (/usr/lib/systemd/system/bumblebeed.service; enabled)
    Active: active (running) since Di 2014-08-19 12:12:40 CEST; 11min ago
    Main PID: 290 (bumblebeed)
    CGroup: /system.slice/bumblebeed.service
    └─290 /usr/bin/bumblebeed
    Aug 19 12:13:03 arch-laptop bumblebeed[290]: [ 26.738516] [ERROR][XORG] (EE) NVIDIA(0): Failing initialization of X screen 0
    Aug 19 12:13:03 arch-laptop bumblebeed[290]: [ 26.738519] [ERROR][XORG] (EE) Screen(s) found, but none have a usable configuration.
    Aug 19 12:13:03 arch-laptop bumblebeed[290]: [ 26.738521] [ERROR][XORG] (EE)
    Aug 19 12:13:03 arch-laptop bumblebeed[290]: [ 26.738525] [ERROR][XORG] (EE) no screens found(EE)
    Aug 19 12:13:03 arch-laptop bumblebeed[290]: [ 26.738528] [ERROR][XORG] (EE)
    Aug 19 12:13:03 arch-laptop bumblebeed[290]: [ 26.738531] [ERROR][XORG] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
    Aug 19 12:13:03 arch-laptop bumblebeed[290]: [ 26.738533] [ERROR][XORG] (EE)
    Aug 19 12:13:03 arch-laptop bumblebeed[290]: [ 26.738535] [ERROR][XORG] (EE) Server terminated with error (1). Closing log file.
    Aug 19 12:13:03 arch-laptop bumblebeed[290]: [ 26.741900] [ERROR]X did not start properly
    Aug 19 12:13:22 arch-laptop bumblebeed[290]: [ 45.367149] [ERROR]Could not enable discrete graphics card
    1 johannes@arch-laptop ~ % sudo lspci -k | grep -A 2 -i "VGA" :(
    [sudo] password for johannes:
    00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
    Subsystem: CLEVO/KAPOK Computer Device 3537
    Kernel driver in use: i915
    1 johannes@arch-laptop ~ % sudo lspci -k | grep -A 2 -i "NVIDIA" :(
    01:00.0 3D controller: NVIDIA Corporation GK106M [GeForce GTX 765M] (rev ff)
    Kernel driver in use: nvidia
    Kernel modules: nouveau, nvidia
    The strange thing is that sometimes it works great after reboot...
    Last edited by aligator (2014-08-18 10:30:10)

Maybe you are looking for

  • The Definitive Amex 3X CLI Guide

     Note:  while this was at one time the correct guide, recent changes in policy have changed.  There will be updated information coming soon. One of the most popular topics of discussion on the forum is the American Express 3X CLI. Here is a small gui

  • TABLES statement in pnp logical database

    I am using PNP logical database in my program. when i check for obselete errors it is showing the statements "TABLES: PERNR. INFOTYPES: 0001,0002." are Obselete But my program is logically correct and also working. can u tell me how to resolve this e

  • Adobe Illustrator CC crashes immediately upon startup.

    Here is the Error Message I get when Illustrator CC crashes: Adobe Illustrator CC has stopped working. A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available." Here is the info

  • Message mapping with signature changed

    Hello, I have a mapping whose incoming and outgoing message has the same message type, let's say the message type for both in and out message is *MT_Material *. The mapping basically copy all data from in message to out message, however, the out mess

  • Clean up old SID values from an InfoObject that does NOT have master data

    I have a characteristic infoobject that does NOT have Master Data but it has a SID table. I assume that it is used primarily for the F4 value help. Now we have changed some of our data for this infoobject in R3 so that some of the values in the SID t