Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problems with xorg-server and nvidia-drivers for Notebook
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
sensimuc
n00b
n00b


Joined: 24 Oct 2009
Posts: 13

PostPosted: Thu Apr 11, 2013 10:02 am    Post subject: Problems with xorg-server and nvidia-drivers for Notebook Reply with quote

Hi guys,

im having some troubles to make my xorg-server work.
The problem i can see in the xorg logfile is the message "Fatal server error:[ 170.748] no screens found" and i have no idea whats could be the reason for it.

I started the installation with stage3 for the amd64 architecture (first time; on my old desktop machines i was always using x86 without any problems).
I tried to follow the instruction in the X and nvidia installation guide but still without any success.
I created two configuration files:
/etc/X11/xorg.conf.d/nvidia.conf (manually created)
Code:
Section "Device"
        Identifier "nvidia"
        Driver "nvidia"
EndSection


/etc/X11/xorg.conf
Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 313.30  (buildmeister@swio-display-x86-rhel47-05)  Wed Mar 27 16:37:22 PDT 2013


Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from data in "/etc/conf.d/gpm"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol"
    Option         "Device" "/dev/input/mice"
    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



The hardware i am using since yesterday: http://config.nexoc.de/G728 (only available in german, sorry)
As its an individual configured notebook this is my concrete configuration:
- 17.3" screen (1920x1080)
- Nvidia GTX 660M 2GB ("Optimus")
- I7 3630QP CPU

Im currently using the latest version of genkernel and nvidia-drivers.

After the problem occured i tried to boot with the latest amd64 live-dvd and could see that the hardware im using should be supported in general,everything was working fine so far.
One thing i noticed for the live dvd is that the nouveau drivers seems to be used instead of the original nvidia driver which i would like to use.

Does anybody have an idea what i could try?


Outputs

xorg
Code:
[   170.729]
X.Org X Server 1.13.1
Release Date: 2012-12-13
[   170.730] X Protocol Version 11, Revision 0
[   170.731] Build Operating System: Linux 3.7.10-gentoo x86_64 Gentoo
[   170.731] Current Operating System: Linux localhost 3.7.10-gentoo #1 SMP Thu Apr 11 13:40:09 CEST 2013 x86_64
[   170.731] Kernel command line: root=/dev/ram0 real_root=/dev/sda3
[   170.731] Build Date: 11 April 2013  01:43:03AM
[   170.731] 
[   170.731] Current version of pixman: 0.28.0
[   170.731]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[   170.731] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   170.732] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr 11 13:48:53 2013
[   170.733] (==) Using config file: "/etc/X11/xorg.conf"
[   170.733] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   170.733] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   170.734] (==) ServerLayout "Layout0"
[   170.734] (**) |-->Screen "Screen0" (0)
[   170.734] (**) |   |-->Monitor "Monitor0"
[   170.734] (**) |   |-->Device "Device0"
[   170.734] (**) |-->Input Device "Keyboard0"
[   170.734] (**) |-->Input Device "Mouse0"
[   170.734] (==) Automatically adding devices
[   170.734] (==) Automatically enabling devices
[   170.734] (==) Automatically adding GPU devices
[   170.735] (WW) The directory "/usr/share/fonts/misc/" does not exist.
[   170.735]    Entry deleted from font path.
[   170.735] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[   170.735]    Entry deleted from font path.
[   170.735] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[   170.735]    Entry deleted from font path.
[   170.735] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[   170.735]    Entry deleted from font path.
[   170.735] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
[   170.735]    Entry deleted from font path.
[   170.735] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
[   170.735]    Entry deleted from font path.
[   170.735] (==) FontPath set to:
   
[   170.735] (==) ModulePath set to "/usr/lib64/xorg/modules"
[   170.735] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   170.735] (WW) Disabling Keyboard0
[   170.735] (WW) Disabling Mouse0
[   170.735] (II) Loader magic: 0x808be0
[   170.735] (II) Module ABI versions:
[   170.735]    X.Org ANSI C Emulation: 0.4
[   170.735]    X.Org Video Driver: 13.1
[   170.735]    X.Org XInput driver : 18.0
[   170.735]    X.Org Server Extension : 7.0
[   170.736] (--) PCI:*(0:0:2:0) 8086:0166:1558:3700 rev 9, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[   170.736] (--) PCI: (0:1:0:0) 10de:0fd4:1558:3700 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[   170.736] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   170.736] Initializing built-in extension Generic Event Extension
[   170.736] Initializing built-in extension SHAPE
[   170.736] Initializing built-in extension MIT-SHM
[   170.736] Initializing built-in extension XInputExtension
[   170.736] Initializing built-in extension XTEST
[   170.736] Initializing built-in extension BIG-REQUESTS
[   170.736] Initializing built-in extension SYNC
[   170.737] Initializing built-in extension XKEYBOARD
[   170.737] Initializing built-in extension XC-MISC
[   170.737] Initializing built-in extension XINERAMA
[   170.737] Initializing built-in extension XFIXES
[   170.737] Initializing built-in extension RENDER
[   170.737] Initializing built-in extension RANDR
[   170.737] Initializing built-in extension COMPOSITE
[   170.737] Initializing built-in extension DAMAGE
[   170.737] Initializing built-in extension MIT-SCREEN-SAVER
[   170.737] Initializing built-in extension DOUBLE-BUFFER
[   170.737] Initializing built-in extension RECORD
[   170.738] Initializing built-in extension DPMS
[   170.738] Initializing built-in extension X-Resource
[   170.738] Initializing built-in extension XVideo
[   170.738] Initializing built-in extension XVideo-MotionCompensation
[   170.738] Initializing built-in extension XFree86-VidModeExtension
[   170.738] Initializing built-in extension XFree86-DGA
[   170.738] Initializing built-in extension XFree86-DRI
[   170.738] Initializing built-in extension DRI2
[   170.738] (II) LoadModule: "glx"
[   170.739] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[   170.745] (II) Module glx: vendor="NVIDIA Corporation"
[   170.745]    compiled for 4.0.2, module version = 1.0.0
[   170.745]    Module class: X.Org Server Extension
[   170.745] (II) NVIDIA GLX Module  313.30  Wed Mar 27 15:51:21 PDT 2013
[   170.745] Loading extension GLX
[   170.745] (II) LoadModule: "nvidia"
[   170.745] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[   170.746] (II) Module nvidia: vendor="NVIDIA Corporation"
[   170.746]    compiled for 4.0.2, module version = 1.0.0
[   170.746]    Module class: X.Org Video Driver
[   170.746] (II) NVIDIA dlloader X Driver  313.30  Wed Mar 27 15:33:21 PDT 2013
[   170.746] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   170.746] (--) using VT number 7

[   170.748] (EE) No devices detected.
[   170.748]
Fatal server error:
[   170.748] no screens found
[   170.748] (EE)
Please consult the The X.Org Foundation support
    at http://wiki.x.org
 for help.
[   170.748] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   170.748] (EE)


lspci
Code:
00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.2 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 (rev c4)
00:1c.3 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 4 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM77 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GTX 660M] (rev a1)
03:00.0 Network controller: Intel Corporation Centrino Wireless-N 135 (rev c4)
04:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device 5289 (rev 01)
04:00.2 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168 PCI Express Gigabit Ethernet controller (rev 0a)


emerge --info
Code:
Portage 2.1.11.55 (default/linux/amd64/13.0, gcc-4.6.3, glibc-2.15-r3, 3.7.10-gentoo x86_64)
=================================================================
System uname: Linux-3.7.10-gentoo-x86_64-Intel-R-_Core-TM-_i7-3630QM_CPU_@_2.40GHz-with-gentoo-2.1
KiB Mem:    16334992 total,  15762384 free
KiB Swap:   15623144 total,  15623144 free
Timestamp of tree: Wed, 10 Apr 2013 17:00:01 +0000
ld GNU ld (GNU Binutils) 2.22
app-shells/bash:          4.2_p37
dev-lang/python:          2.7.3-r3, 3.2.3-r2
dev-util/cmake:           2.8.9
dev-util/pkgconfig:       0.28
sys-apps/baselayout:      2.1-r1
sys-apps/openrc:          0.11.8
sys-apps/sandbox:         2.5
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.10.3, 1.11.6, 1.12.6
sys-devel/binutils:       2.22-r1
sys-devel/gcc:            4.6.3
sys-devel/gcc-config:     1.7.3
sys-devel/libtool:        2.4-r1
sys-devel/make:           3.82-r4
sys-kernel/linux-headers: 3.7 (virtual/os-headers)
sys-libs/glibc:           2.15-r3
Repositories: gentoo
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=corei7 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=corei7 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="de_DE.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j9"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X acl alsa amd64 apache2 bash-completion berkdb bindist branding bzip2 cairo cdinstall cdr cli consolekit cracklib crypt crypto cups cxx dbus dri dvb dvd dvdr encode firefox fortran g3dvl gcj gdbm gif gimp gpm gtk hal iconv ieee1394 imap innodb ipv6 jpeg mime mmx modules mp3 mudflap multilib mysql ncurses nls nocd nptl nsplugin nvidia opengl openmp pam pcre png policykit python readline rss samba sasl session sql sse sse2 ssl startup-notification svg swt tcpd tiff truetype udev unicode usb xcomposite xine xml xml2 xscreensaver xulrunner xvmc zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-3" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2" RUBY_TARGETS="ruby18 ruby19" USERLAND="GNU" VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON


dmesg
Code:
[    0.769581] pnp 00:05: [io  0x3322-0x3323]
[    0.769626] system 00:05: [io  0x0680-0x069f] has been reserved
[    0.769677] system 00:05: [io  0x1000-0x100f] has been reserved
[    0.769728] system 00:05: [io  0xffff] has been reserved
[    0.769778] system 00:05: [io  0xffff] has been reserved
[    0.769827] system 00:05: [io  0x0400-0x0453] has been reserved
[    0.769878] system 00:05: [io  0x0458-0x047f] has been reserved
[    0.769929] system 00:05: [io  0x0500-0x057f] has been reserved
[    0.769979] system 00:05: [io  0x164e-0x164f] has been reserved
[    0.770031] system 00:05: [io  0x3322-0x3323] has been reserved
[    0.770082] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.770088] pnp 00:06: [io  0x0070-0x0077]
[    0.770094] pnp 00:06: [irq 8]
[    0.770128] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.770149] pnp 00:07: [io  0x0454-0x0457]
[    0.770188] system 00:07: [io  0x0454-0x0457] has been reserved
[    0.770240] system 00:07: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.770258] pnp 00:08: [io  0x0010-0x001f]
[    0.770259] pnp 00:08: [io  0x0022-0x003f]
[    0.770261] pnp 00:08: [io  0x0044-0x005f]
[    0.770262] pnp 00:08: [io  0x0072-0x007f]
[    0.770263] pnp 00:08: [io  0x0080]
[    0.770264] pnp 00:08: [io  0x0084-0x0086]
[    0.770265] pnp 00:08: [io  0x0088]
[    0.770267] pnp 00:08: [io  0x008c-0x008e]
[    0.770268] pnp 00:08: [io  0x0090-0x009f]
[    0.770269] pnp 00:08: [io  0x00a2-0x00bf]
[    0.770270] pnp 00:08: [io  0x00e0-0x00ef]
[    0.770271] pnp 00:08: [io  0x04d0-0x04d1]
[    0.770313] system 00:08: [io  0x04d0-0x04d1] has been reserved
[    0.770364] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.770371] pnp 00:09: [io  0x00f0-0x00ff]
[    0.770375] pnp 00:09: [irq 13]
[    0.770408] pnp 00:09: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.770419] pnp 00:0a: [io  0x0060]
[    0.770420] pnp 00:0a: [io  0x0064]
[    0.770424] pnp 00:0a: [irq 1]
[    0.770458] pnp 00:0a: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.770486] pnp 00:0b: [io  0x0060]
[    0.770488] pnp 00:0b: [io  0x0064]
[    0.770492] pnp 00:0b: [irq 12]
[    0.770526] pnp 00:0b: Plug and Play ACPI device, IDs ETD0403 PNP0f13 (active)
[    0.771097] pnp 00:0c: [mem 0xfed1c000-0xfed1ffff]
[    0.771099] pnp 00:0c: [mem 0xfed10000-0xfed17fff]
[    0.771101] pnp 00:0c: [mem 0xfed18000-0xfed18fff]
[    0.771102] pnp 00:0c: [mem 0xfed19000-0xfed19fff]
[    0.771103] pnp 00:0c: [mem 0xf8000000-0xfbffffff]
[    0.771105] pnp 00:0c: [mem 0xfed20000-0xfed3ffff]
[    0.771106] pnp 00:0c: [mem 0xfed90000-0xfed93fff]
[    0.771107] pnp 00:0c: [mem 0xfed45000-0xfed8ffff]
[    0.771108] pnp 00:0c: [mem 0xff000000-0xffffffff]
[    0.771109] pnp 00:0c: [mem 0xfee00000-0xfeefffff]
[    0.771111] pnp 00:0c: [mem 0xcfa00000-0xcfa00fff]
[    0.771165] system 00:0c: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.771217] system 00:0c: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.771269] system 00:0c: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.771320] system 00:0c: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.771372] system 00:0c: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.771424] system 00:0c: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.771475] system 00:0c: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.771527] system 00:0c: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.771578] system 00:0c: [mem 0xff000000-0xffffffff] has been reserved
[    0.771630] system 00:0c: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.771683] system 00:0c: [mem 0xcfa00000-0xcfa00fff] has been reserved
[    0.771736] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.771843] pnp 00:0d: [mem 0x20000000-0x201fffff]
[    0.771845] pnp 00:0d: [mem 0x40000000-0x401fffff]
[    0.771891] system 00:0d: [mem 0x20000000-0x201fffff] has been reserved
[    0.771947] system 00:0d: [mem 0x40000000-0x401fffff] could not be reserved
[    0.772000] system 00:0d: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.772013] pnp: PnP ACPI: found 14 devices
[    0.772061] ACPI: ACPI bus type pnp unregistered
[    0.776671] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.776721] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.776773] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.776825] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.776880] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.776938] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    0.776990] pci 0000:00:1c.2:   bridge window [mem 0xf7900000-0xf79fffff]
[    0.777048] pci 0000:00:1c.3: PCI bridge to [bus 04]
[    0.777098] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    0.777152] pci 0000:00:1c.3:   bridge window [mem 0xf7800000-0xf78fffff]
[    0.777206] pci 0000:00:1c.3:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.777288] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.777289] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.777291] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.777292] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
[    0.777293] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
[    0.777295] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
[    0.777296] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
[    0.777298] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
[    0.777299] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
[    0.777300] pci_bus 0000:00: resource 13 [mem 0xcfa00000-0xfeafffff]
[    0.777302] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.777303] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
[    0.777305] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.777306] pci_bus 0000:03: resource 1 [mem 0xf7900000-0xf79fffff]
[    0.777308] pci_bus 0000:04: resource 0 [io  0xd000-0xdfff]
[    0.777309] pci_bus 0000:04: resource 1 [mem 0xf7800000-0xf78fffff]
[    0.777310] pci_bus 0000:04: resource 2 [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.777379] NET: Registered protocol family 2
[    0.777597] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[    0.778112] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.778272] TCP: Hash tables configured (established 262144 bind 65536)
[    0.778339] TCP: reno registered
[    0.778387] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.778474] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.778641] NET: Registered protocol family 1
[    0.778699] pci 0000:00:02.0: Boot video device
[    0.778729] pci 0000:00:14.0: CONFIG_USB_XHCI_HCD is turned off, defaulting to EHCI.
[    0.778781] pci 0000:00:14.0: USB 3.0 devices will work at USB 2.0 speeds.
[    0.816057] PCI: CLS 64 bytes, default 64
[    0.816089] Trying to unpack rootfs image as initramfs...
[    1.163107] Freeing initrd memory: 3112k freed
[    1.163481] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.163534] software IO TLB [mem 0xc56e7000-0xc96e6fff] (64MB) mapped at [ffff8800c56e7000-ffff8800c96e6fff]
[    1.164131] audit: initializing netlink socket (disabled)
[    1.164188] type=2000 audit(1365680764.050:1): initialized
[    1.164677] VFS: Disk quotas dquot_6.5.2
[    1.164747] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.165082] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.165178] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
[    1.165469] OCFS2 1.5.0
[    1.165593] ocfs2: Registered cluster interface o2cb
[    1.165641] OCFS2 DLMFS 1.5.0
[    1.165716] OCFS2 User DLM kernel interface loaded
[    1.165765] OCFS2 Node Manager 1.5.0
[    1.165879] OCFS2 DLM 1.5.0
[    1.166119] GFS2 installed
[    1.166167] msgmni has been set to 31903
[    1.166411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
[    1.166464] io scheduler noop registered
[    1.166511] io scheduler deadline registered
[    1.166578] io scheduler cfq registered (default)
[    1.166711] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[    1.167021] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.167535] Linux agpgart interface v0.103
[    1.169116] brd: module loaded
[    1.169916] loop: module loaded
[    1.170055] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    1.170316] r8169 0000:04:00.2: irq 41 for MSI/MSI-X
[    1.170486] r8169 0000:04:00.2 eth0: RTL8411 at 0xffffc90000032000, 00:90:f5:e0:31:96, XID 08800800 IRQ 41
[    1.170553] r8169 0000:04:00.2 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    1.170726] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:ELNM] at 0x60,0x64 irq 1,12
[    1.174169] i8042: Detected active multiplexing controller, rev 1.1
[    1.177316] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.177366] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    1.177416] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    1.177465] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    1.177514] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    1.177691] mousedev: PS/2 mouse device common for all mice
[    1.177829] cpuidle: using governor ladder
[    1.177877] cpuidle: using governor menu
[    1.178099] TCP: cubic registered
[    1.178147] NET: Registered protocol family 17
[    1.178666] registered taskstats version 1
[    1.179777] Freeing unused kernel memory: 508k freed
[    1.180785] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.229112] ACPI: bus type scsi registered
[    1.229243] libata version 3.00 loaded.
[    1.832788] ahci 0000:00:1f.2: version 3.0
[    1.832860] ahci 0000:00:1f.2: irq 42 for MSI/MSI-X
[    1.832887] ahci: SSS flag set, parallel bus scan disabled
[    1.844575] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x17 impl SATA mode
[    1.844578] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo pio slum part ems sxs apst
[    1.844582] ahci 0000:00:1f.2: setting latency timer to 64
[    1.905426] scsi0 : ahci
[    1.905552] scsi1 : ahci
[    1.905651] scsi2 : ahci
[    1.905749] scsi3 : ahci
[    1.905848] scsi4 : ahci
[    1.905947] scsi5 : ahci
[    1.906034] ata1: SATA max UDMA/133 abar m2048@0xf7a16000 port 0xf7a16100 irq 42
[    1.906036] ata2: SATA max UDMA/133 abar m2048@0xf7a16000 port 0xf7a16180 irq 42
[    1.906038] ata3: SATA max UDMA/133 abar m2048@0xf7a16000 port 0xf7a16200 irq 42
[    1.906039] ata4: DUMMY
[    1.906041] ata5: SATA max UDMA/133 abar m2048@0xf7a16000 port 0xf7a16300 irq 42
[    1.906041] ata6: DUMMY
[    2.154042] tsc: Refined TSC clocksource calibration: 2394.560 MHz
[    2.154057] Switching to clocksource tsc
[    2.253885] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.254431] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    2.254436] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    2.254440] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    2.254748] ata1.00: ATA-9: M4-CT256M4SSD2, 040H, max UDMA/100
[    2.254752] ata1.00: 500118192 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.255295] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    2.255299] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    2.255303] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    2.255612] ata1.00: configured for UDMA/100
[    2.255709] scsi 0:0:0:0: Direct-Access     ATA      M4-CT256M4SSD2   040H PQ: 0 ANSI: 5
[    2.255930] sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[    2.255991] sd 0:0:0:0: [sda] Write Protect is off
[    2.255993] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.256011] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.256478]  sda: sda1 sda2 sda3 sda4
[    2.256883] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.368820] input: PS/2 Logitech Wheel Mouse as /devices/platform/i8042/serio2/input/input1
[    2.603370] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.604398] ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    2.604403] ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    2.604407] ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    2.605140] ata2.00: ATA-8: ST9500424AS, 0001BSM1, max UDMA/133
[    2.605143] ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    2.606244] ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    2.606248] ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    2.606252] ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    2.606965] ata2.00: configured for UDMA/133
[    2.607044] scsi 1:0:0:0: Direct-Access     ATA      ST9500424AS      0001 PQ: 0 ANSI: 5
[    2.607236] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.607238] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    2.607289] sd 1:0:0:0: [sdb] Write Protect is off
[    2.607291] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.607308] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.256093] ACPI: Invalid Power Resource to register!
[    2.607416] ACPI: Invalid Power Resource to register!
[    2.677119]  sdb: sdb1 < sdb5 sdb6 sdb7 sdb8 sdb9 >
[    2.677634] sd 1:0:0:0: [sdb] Attached SCSI disk
[    2.952836] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.954850] ata3.00: ATAPI: TSSTcorp BDDVDW SN-506BB, SB00, max UDMA/100
[    2.955757] ata3.00: configured for UDMA/100
[    2.959174] scsi 2:0:0:0: CD-ROM            TSSTcorp BDDVDW SN-506BB  SB00 PQ: 0 ANSI: 5
[    2.962655] sr0: scsi3-mmc drive: 0x/62x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.962656] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.962780] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    3.312309] ata5: SATA link down (SStatus 0 SControl 300)
[    3.419090] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.419141] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    3.419190] sr 2:0:0:0: Attached scsi generic sg2 type 5
[    3.562648] scsi: <fdomain> Detection failed (no card)
[    3.661084] GDT-HA: Storage RAID Controller Driver. Version: 3.05
[    3.665239] input: PS/2 Logitech Wheel Mouse as /devices/platform/i8042/serio2/input/input2
[    3.740603] imm: Version 2.05 (for Linux 2.4.0)
[    3.936085] Fusion MPT base driver 3.04.20
[    3.936086] Copyright (c) 1999-2008 LSI Corporation
[    3.981519] Fusion MPT SPI Host driver 3.04.20
[    4.013433] Fusion MPT FC Host driver 3.04.20
[    4.041406] Fusion MPT SAS Host driver 3.04.20
[    4.063371] 3ware Storage Controller device driver for Linux v1.26.02.003.
[    4.085808] 3ware 9000 Storage Controller device driver for Linux v2.26.02.014.
[    4.108568] Compaq SMART2 Driver (v 2.6.0)
[    4.193869] HP CISS Driver (v 3.6.26)
[    4.264860] Adaptec aacraid driver 1.2-0[29800]-ms
[    4.315879] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
[    4.316879] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
[    4.365187] megasas: 06.504.01.00-rc1 Mon. Oct. 1 17:00:00 PDT 2012
[    4.392493] qla2xxx [0000:00:00.0]-0005: : QLogic Fibre Channel HBA Driver: 8.04.00.07-k.
[    4.420277] Emulex LightPulse Fibre Channel SCSI driver 8.3.35
[    4.420278] Copyright(c) 2004-2009 Emulex.  All rights reserved.
[    4.478620] aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded
[    4.515113] ACPI: bus type usb registered
[    4.515189] usbcore: registered new interface driver usbfs
[    4.515228] usbcore: registered new interface driver hub
[    4.515276] usbcore: registered new device driver usb
[    4.516699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    4.516801] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[    4.516805] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[    4.516809] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    4.516822] ehci_hcd 0000:00:1a.0: debug port 2
[    4.520710] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
[    4.520725] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf7a18000
[    4.540470] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    4.540506] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    4.540508] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.540509] usb usb1: Product: EHCI Host Controller
[    4.540511] usb usb1: Manufacturer: Linux 3.7.10-gentoo ehci_hcd
[    4.540512] usb usb1: SerialNumber: 0000:00:1a.0
[    4.540677] hub 1-0:1.0: USB hub found
[    4.540681] hub 1-0:1.0: 2 ports detected
[    4.540815] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[    4.540818] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[    4.540822] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    4.540833] ehci_hcd 0000:00:1d.0: debug port 2
[    4.544723] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
[    4.544734] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf7a17000
[    4.560436] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    4.560472] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    4.560474] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.560475] usb usb2: Product: EHCI Host Controller
[    4.560476] usb usb2: Manufacturer: Linux 3.7.10-gentoo ehci_hcd
[    4.560478] usb usb2: SerialNumber: 0000:00:1d.0
[    4.560619] hub 2-0:1.0: USB hub found
[    4.560622] hub 2-0:1.0: 2 ports detected
[    4.592627] Initializing USB Mass Storage driver...
[    4.592673] usbcore: registered new interface driver usb-storage
[    4.592673] USB Mass Storage support registered.
[    4.620251] uhci_hcd: USB Universal Host Controller Interface driver
[    4.648292] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    4.677813] usbcore: registered new interface driver usbhid
[    4.677814] usbhid: USB HID core driver
[    4.859998] usb 1-1: new high-speed USB device number 2 using ehci_hcd
[    5.010158] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
[    5.010160] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    5.010462] hub 1-1:1.0: USB hub found
[    5.010533] hub 1-1:1.0: 6 ports detected
[    5.129612] usb 2-1: new high-speed USB device number 2 using ehci_hcd
[    5.198170] device-mapper: uevent: version 1.0.3
[    5.198243] device-mapper: ioctl: 4.23.0-ioctl (2012-07-25) initialised: dm-devel@redhat.com
[    5.279759] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
[    5.279761] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    5.279939] hub 2-1:1.0: USB hub found
[    5.280001] hub 2-1:1.0: 8 ports detected
[    5.436239] md: raid0 personality registered for level 0
[    5.468690] md: raid1 personality registered for level 1
[    5.510264] async_tx: api initialized (async)
[    5.559089] usb 2-1.6: new high-speed USB device number 3 using ehci_hcd
[    5.678767] raid6: sse2x1    6472 MB/s
[    5.746804] usb 2-1.6: New USB device found, idVendor=5986, idProduct=0401
[    5.746806] usb 2-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    5.746808] usb 2-1.6: Product: BisonCam, NB Pro
[    5.746809] usb 2-1.6: Manufacturer: Bison
[    5.848509] raid6: sse2x2    8100 MB/s
[    6.018258] raid6: sse2x4    9189 MB/s
[    6.018259] raid6: using algorithm sse2x4 (9189 MB/s)
[    6.018260] raid6: using ssse3x2 recovery algorithm
[    6.036421] xor: automatically using best checksumming function:
[    6.128092]    avx       : 16827.600 MB/sec
[    6.135121] md: raid6 personality registered for level 6
[    6.135123] md: raid5 personality registered for level 5
[    6.135123] md: raid4 personality registered for level 4
[    6.171121] md: raid10 personality registered for level 10
[    6.204522] md: linear personality registered for level -1
[    6.238171] md: multipath personality registered for level -4
[    6.278586] JFS: nTxBlock = 8192, nTxLock = 65536
[    6.323687] RPC: Registered named UNIX socket transport module.
[    6.323688] RPC: Registered udp transport module.
[    6.323689] RPC: Registered tcp transport module.
[    6.323689] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    6.367231] fuse init (API version 7.20)
[    6.406327] Loading iSCSI transport class v2.0-870.
[    6.646183] EXT3-fs (sda3): error: couldn't mount because of unsupported optional features (240)
[    6.646416] EXT2-fs (sda3): error: couldn't mount because of unsupported optional features (240)
[    6.655666] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[    7.071988] systemd-udevd[16284]: starting version 200
[    7.108551] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
[    7.108612] ACPI: Power Button [PWRB]
[    7.108711] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4
[    7.108764] ACPI: Sleep Button [SLPB]
[    7.108886] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input5
[    7.110917] ACPI: Requesting acpi_cpufreq
[    2.962983] ACPI: Invalid Power Resource to register!
[    7.121327] ACPI Warning:
[    7.121329] 0x000000000000f040-0x000000000000f05f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20120913/utaddress-251)
[    7.121332] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    7.124055] input: PC Speaker as /devices/platform/pcspkr/input/input6
[    7.156299] microcode: CPU0 sig=0x306a9, pf=0x10, revision=0x15
[    7.206594] systemd-udevd[16310]: renamed network interface eth0 to enp4s0f2
[    7.206933] Monitor-Mwait will be used to enter C-1 state
[    7.206939] Monitor-Mwait will be used to enter C-2 state
[    7.206946] ACPI: acpi_idle registered with cpuidle
[    7.207773] ACPI: Lid Switch [LID0]
[    7.209231] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    7.209841] thermal LNXTHERM:00: registered as thermal_zone0
[    7.209843] ACPI: Thermal Zone [TZ0] (56 C)
[    7.211093] ACPI: AC Adapter [AC] (on-line)
[    7.211180] wmi: Mapper loaded
[    7.222234] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    7.222238] ACPI: Battery Slot [BAT] (battery present)
[    7.222336] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
[    7.222501] ACPI: Power Button [PWRF]
[    7.226070] cfg80211: Calling CRDA to update world regulatory domain
[    7.229882] Intel(R) Wireless WiFi driver for Linux, in-tree:
[    7.229884] Copyright(c) 2003-2012 Intel Corporation
[    7.229970] iwlwifi 0000:03:00.0: pci_resource_len = 0x00002000
[    7.229973] iwlwifi 0000:03:00.0: pci_resource_base = ffffc9000411c000
[    7.229975] iwlwifi 0000:03:00.0: HW Revision ID = 0xC4
[    7.230057] iwlwifi 0000:03:00.0: irq 43 for MSI/MSI-X
[    7.239661] microcode: CPU1 sig=0x306a9, pf=0x10, revision=0x15
[    7.242161] iwlwifi 0000:03:00.0: request for firmware file 'iwlwifi-135-6.ucode' failed.
[    7.242380] microcode: CPU2 sig=0x306a9, pf=0x10, revision=0x15
[    7.242472] iwlwifi 0000:03:00.0: request for firmware file 'iwlwifi-135-5.ucode' failed.
[    7.242475] iwlwifi 0000:03:00.0: no suitable firmware found!
[    7.242643] microcode: CPU3 sig=0x306a9, pf=0x10, revision=0x15
[    7.242880] microcode: CPU4 sig=0x306a9, pf=0x10, revision=0x15
[    7.243093] microcode: CPU5 sig=0x306a9, pf=0x10, revision=0x15
[    7.243293] microcode: CPU6 sig=0x306a9, pf=0x10, revision=0x15
[    7.243477] microcode: CPU7 sig=0x306a9, pf=0x10, revision=0x15
[    7.243710] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    7.257448] nvidia: module license 'NVIDIA' taints kernel.
[    7.257449] Disabling lock debugging due to kernel taint
[    7.259278] snd_hda_intel 0000:00:1b.0: irq 43 for MSI/MSI-X
[    7.263722] nvidia 0000:01:00.0: enabling device (0006 -> 0007)
[    7.263732] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
[    7.263830] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  313.30  Wed Mar 27 16:56:45 PDT 2013
[   23.562033] NVRM: RmInitAdapter failed! (0x25:0x28:1094)
[   23.562039] NVRM: rm_init_adapter(0) failed
[   24.165948] EXT4-fs (sda3): re-mounted. Opts: (null)
[   24.580183] Adding 15623144k swap on /dev/sdb5.  Priority:-1 extents:1 across:15623144k
[   24.717722] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
[   24.754693] EXT4-fs (sdb6): mounted filesystem with ordered data mode. Opts: (null)
[   24.791511] EXT4-fs (sdb7): mounted filesystem with ordered data mode. Opts: (null)
[   24.833445] EXT4-fs (sdb8): mounted filesystem with ordered data mode. Opts: (null)
[   24.881781] EXT4-fs (sdb9): mounted filesystem with ordered data mode. Opts: (null)
[   27.249678] NET: Registered protocol family 10
[   49.440195] r8169 0000:04:00.2 enp4s0f2: unable to load firmware patch rtl_nic/rtl8411-1.fw (-2)
[   49.466448] r8169 0000:04:00.2 enp4s0f2: link down
[   49.466478] r8169 0000:04:00.2 enp4s0f2: link down
[   49.466491] IPv6: ADDRCONF(NETDEV_UP): enp4s0f2: link is not ready
[   51.834527] r8169 0000:04:00.2 enp4s0f2: link up
[   51.834533] IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0f2: link becomes ready
Back to top
View user's profile Send private message
DawgG
l33t
l33t


Joined: 17 Sep 2003
Posts: 866

PostPosted: Thu Apr 11, 2013 10:32 am    Post subject: Reply with quote

the "Device"-sections in xorg.conf and nvidia.conf contradict each other (different names for the same device where one is enough). try to temporarily move one of the files somwhere else (i suggest xorg.conf because it manually decribes a lot of stuff that is ususally configured automagically) and see if X starts.
i don't know if any of the optimus/igd-stuff interferes, though.
GOOD LUCK!
_________________
DUMM KLICKT GUT.
Back to top
View user's profile Send private message
sensimuc
n00b
n00b


Joined: 24 Oct 2009
Posts: 13

PostPosted: Thu Apr 11, 2013 10:49 am    Post subject: Reply with quote

Deleted all xorg.conf* files but no changes. Still the same error :(

What i noticed in the kernel log is the following:

Code:
[    7.257448] nvidia: module license 'NVIDIA' taints kernel.
[    7.257449] Disabling lock debugging due to kernel taint
[    7.259278] snd_hda_intel 0000:00:1b.0: irq 43 for MSI/MSI-X
[    7.263722] nvidia 0000:01:00.0: enabling device (0006 -> 0007)
[    7.263732] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
[    7.263830] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  313.30  Wed Mar 27 16:56:45 PDT 2013
[   23.562033] NVRM: RmInitAdapter failed! (0x25:0x28:1094)
[   23.562039] NVRM: rm_init_adapter(0) failed


Im not sure but it sounds to me that the driver isn't loaded (properly).
Back to top
View user's profile Send private message
DawgG
l33t
l33t


Joined: 17 Sep 2003
Posts: 866

PostPosted: Thu Apr 11, 2013 11:41 am    Post subject: Reply with quote

Quote:
Deleted all xorg.conf* files

delete not *all* of them but *ONE* of them; one has to be there so the nvidia binary module is used.

as said, i don't know about optimus/hybrid stuff, maybe check that in the bios.

Quote:
[ 7.257448] nvidia: module license 'NVIDIA' taints kernel.

the kernel-module seems to loaded correctly, but it does not hurt to double-check.

if there is more than one gfx-device you might have to explicitly define it in ONE of the *.conf-files (PCI-something inside the "Device"-section, i think.)
GOOD LUCK!
_________________
DUMM KLICKT GUT.
Back to top
View user's profile Send private message
creaker
l33t
l33t


Joined: 14 Jul 2012
Posts: 651

PostPosted: Thu Apr 11, 2013 6:29 pm    Post subject: Reply with quote

sensimuc wrote:

Im not sure but it sounds to me that the driver isn't loaded (properly).


Did you try lsmod? If nvidia module missing in lsmod output try to load it with modprobe or insmod.

Also you can try ACCEPT_LICENSE="*" in you make.conf
Back to top
View user's profile Send private message
sensimuc
n00b
n00b


Joined: 24 Oct 2009
Posts: 13

PostPosted: Fri Apr 12, 2013 8:40 am    Post subject: Reply with quote

I tried creaker but nothing helped.

I "wasted" all day yesterday to try several things (using nouveau driver, intel driver and many things more). After a while i found out that this nvidia OPTIMUS technology has nearly no real support from NVIDIA for linux since several years now. Finally i gave up to use the nvidia-drivers (tried also the brandnew 319 nvidia drivers released 2 days ago after reading that nvidia released first time linux drivers with a kind of OPTIMUS support). I also found out that there are three different generations of bios out there (which was also explained to me by my notebook manufacturer). The first and second generation u mostly could change settings in the bios (choose with card u want to use -> nvidia gpu or (mostly) intel gpu), With that u would loose of course the main feature of this optimius technology but at least it works somehow with the nvidia drivers. Plus to this it depends also somehow on the notebook manufaturere what kind of bios he is using. Sadly im having the third generation of this bios variant where u just cant change anything regards the video card.
Some people managed it to make their cards working (of course not with all features) but it seems to be a long journey (found many forum postings and blogs where people needed several days to make it finally work) and some notebooks just dont work. No matter what kind of driver u use, with or without Bumblebee.

As i dont planning to use linux as a gaming platform now im waiting for my hdmi wire to check out if its possible to connect a external screen. I can live with using only the intel gpu and forget about the nvidia gpu (even the money is totally wasted then). With every live-cd i tried to boot i could see that at least the nouveau drivers seems to work (i was only able make it work with intel drivers yet). So im still having hope that i can manage it somehow. Will check it out on monday when the wire arrives. Would be just a nightmare for me to be forced to use windows for the next years as my operation system only because of this xxxx nvidia company.

The conclusion of all this is for me that i will never buy again a card from nvidia if i can avoid this. In the past i had never any problems but these have been desktop machines. Thats the reason why im kind of shocked that they dont offer a real linux support of this optimus technology as these cards are used in nearly all notebooks nowadays.


Some resources for guys having the same or similar problems:

Bumblebee project for Optimus support:
http://bumblebee-project.org/

News for the new 319 nvidia driver with optimus support
http://www.phoronix.com/scan.php?page=news_item&px=MTM0NzE

Explaination of the Bumblebee team what the 319 nvidia drivers really supports/does:
http://forums.linuxmint.com/viewtopic.php?f=59&p=707978
Back to top
View user's profile Send private message
creaker
l33t
l33t


Joined: 14 Jul 2012
Posts: 651

PostPosted: Fri Apr 12, 2013 10:12 am    Post subject: Reply with quote

I can suggest you one option. I did it several times, when I can't install driver on Debian in "true" Debian-way (dkms) and on Arch in Arch-way (PKGBUILD). Everytime when distro-related "way" failed, I installed nvidia driver in native nvidia way. You can try it.
Just download bundle from nvidia site (current version is http://uk.download.nvidia.com/XFree86/Linux-x86_64/310.44/NVIDIA-Linux-x86_64-310.44.run), reboot into safe mode, navigate to saved bundle and run 'sh NVIDIA-Linux-x86_64-310.44.run'. Also xorg,conf would be configured during installation.
Instead of 310.44 you can download version that matches your nvidia version, just google it.

Last week I did it on Arch with my custom kernel because PKGBUILD failed and put a nvidia module into wrong directory, so kernel can't locate and load it.

I didn't try it on Gentoo because emerge installed nvidia correctly.
Back to top
View user's profile Send private message
sensimuc
n00b
n00b


Joined: 24 Oct 2009
Posts: 13

PostPosted: Fri Apr 12, 2013 11:18 am    Post subject: Reply with quote

Thanks for ur reply creaker.
Dont get me wrong... But the problem is not to install the driver itself; i could manage it (apart from the stange error shown in the kernel log). The driver was shown always correct with lsmod; even if its not a gurantee as far as i could read that its working properly.
The problem seems more to be (imho) that even with the original nvidia driver the optimus technolgy is NOT supported by nvidia (yet). Their support is only for windows >= 7. Some articles saying that they startet finally to put some more attention on this as rumors are saying valve made some pressure since they are offering a linux steam client. From what i read so far it means the only way to get it working somehow is to configure ur bios (if ur notebook/bios offer such options) and/or hope that the bumblebee projekt/package helps. In my case i couldn't find a way yet (but im not a linux super guru :) ...so can be of course that i did something wrong or was missing something. What i ll try on monday is to make the external screen work. I don't really care with what driver this would be but for me is essential to have a external screen support.

Like i wrote yesterday i was only able to make the xserver work (only notebook screen) with the intel driver (first gpu is a intel). Anyway it was ok as i dont need really a extensive gfx cpu for working (programmer). The live cds (gentoo & ubuntu) showed me its at least possible to use the nouveau driver which was already a step forward for me.

So the only important question for me now is whether a external screen will work or not.
Back to top
View user's profile Send private message
one_and_only
Apprentice
Apprentice


Joined: 13 May 2007
Posts: 250
Location: PL/Krakow

PostPosted: Sat Apr 13, 2013 2:31 pm    Post subject: Reply with quote

Don't have Optimus card myself, but it seems that it should work (or at least have some initial support) with the latest driver, so maybe it's worth check out that one (currently masked, but I''ve never had much problems with Nvidia's beta drivers):
https://devtalk.nvidia.com/default/topic/539249/unix-graphics-announcements-and-news/-linux-solaris-and-freebsd-driver-319-12-beta-/
Back to top
View user's profile Send private message
sensimuc
n00b
n00b


Joined: 24 Oct 2009
Posts: 13

PostPosted: Wed Apr 17, 2013 7:10 pm    Post subject: Reply with quote

Ok...just to let u know....im now using the intel driver and managed it with the external laptop screen via hdmi....so this is actually the most important for me...glxgears show me about 70fps what is probably horrible for that kind of card but f.... it...most important for me was not to use windows the next years :) who knows when nvidia will finally release some proper linux drivers which are not only working for SOME constellations...

thx to the open source community with all their tutorials, tools and everybody who was helping me to find a workaorund...cool stuff

@one_and_only
i tried the 319 driver already some days ago but without any success (wrote it in one of my posts)...anyway...thx for the suggestion
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum