Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 15/04/2015, à 08:32

adrenalinos

[RÉSOLU] ALSA installation et configuration

Bonjour,

je démarre ce topic parce que
- je galère à (ré)installer ALSA, la configuration suivra
- je ne comprends pas les liens entre ALSA et PulseAudio
- les tutos et autres topics sur lesquels je tombe dans mes recherches semblent un peu obsolètes: de 2008, linux 7 ...
bref, pas à pas, j'avais commencé par désinstaller complètement (purge) ALSA

sudo apt-get remove alsa* linux-sound-base
sudo apt-get clean
sudo apt-get autoremove

puis, après une petite galère d'effet de bord (ou dégât collatéral?), j'ai dû réinstaller kde (avec startkde qui m'a renvoyé l'info que kde n'était pas installé tout en me suggérant la commande à saisir pour l'installer).
Enfin, j'ai commencé l'installation d'ALSA en suivant les consignes de la page d'ALSA
alsa-lib-1.0.28
- d'abord un petit détour par l'installation de Doxygen-1.8.9.1    
c'est pour gérer/générer les docs si j'ai bien compris, et ça m'interresse les Docs!
+ re petit détour par l'installation de Graphviz-2.38.0    
là, l'installation semble avoir bien fonctionné.
retour à Doxygen-1.8.9.1
déjà

./configure --prefix /usr \
            --docdir /usr/share/doc/doxygen-1.8.9.1 &&
make

ne semble pas ok! (sorry pour retranscrire la console, il semble qu'il y ait "trop" de lignes? je copie tout ce qu'il y a, les erreurs sont à la fin ->)

checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for flex... no
checking for lex... no
checking for bison... no
checking for byacc... no
checking for gawk... (cached) mawk
checking whether ln -s works... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for gsed... /bin/sed
checking for gsort... no
checking for sort... sort
checking for egrep... /bin/grep -E
checking for groff... groff
checking for ps2pdf... ps2pdf
checking for pstopdf... (cached) ps2pdf
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for tclsh8.6... /usr/bin/tclsh8.6
checking whether gcc and cc understand -c and -o together... yes
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking for gcc... gcc
checking whether we are using the GNU Objective C compiler... no
checking whether gcc accepts -g... no
checking dependency style of gcc... gcc3
checking for inline... inline
checking for windres... no
checking for an ANSI C-conforming const... yes
checking for mode_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uid_t in sys/types.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for stdint.h... (cached) yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking search.h usability... yes
checking search.h presence... yes
checking for search.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking values.h usability... yes
checking values.h presence... yes
checking for values.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking fenv.h usability... yes
checking fenv.h presence... yes
checking for fenv.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for sys/types.h... (cached) yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking fpu_control.h usability... yes
checking fpu_control.h presence... yes
checking for fpu_control.h... yes
checking sys/fpu.h usability... no
checking sys/fpu.h presence... no
checking for sys/fpu.h... no
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/inotify.h usability... yes
checking sys/inotify.h presence... yes
checking for sys/inotify.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking whether time.h and sys/time.h may both be included... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for socklen_t... yes
checking for bool... no
checking for struct dioattr... no
checking for main in -lm... yes
checking for feenableexcept... yes
checking for fesetenv... yes
checking for log2... yes
checking for sincos... yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking for basename in -lgen... no
checking for working alloca.h... yes
checking for alloca... yes
checking for lrand48... yes
checking for drand48... yes
checking for srand48... yes
checking for setmode... no
checking for setenv... yes
checking for getenv... yes
checking for __freadable... yes
checking for _sysconf... no
checking for getrusage... yes
checking for strerror... yes
checking for cbrt... no
checking for lsqrt... no
checking for vsnprintf... yes
checking for strtoul... yes
checking for strtoll... yes
checking for strtoull... yes
checking for uname... yes
checking for memset... yes
checking for nl_langinfo... yes
checking for pow... no
checking for sqrt... no
checking for strchr... yes
checking for strdup... yes
checking for strerror... (cached) yes
checking for strstr... yes
checking for _NSGetEnviron... no
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for strcasestr... yes
checking which extension is used for runtime loadable modules... .so
checking which variable specifies run-time module search path... LD_LIBRARY_PATH
checking for the default library search path... /lib64 /usr/lib64 /lib /usr/lib /usr/lib/x86_64-linux-gnu/libfakeroot /usr/lib/i386-linux-gnu/mesa /lib/i386-linux-gnu /usr/lib/i386-linux-gnu /lib/i686-linux-gnu /usr/lib/i686-linux-gnu /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/mesa-egl /usr/lib/x86_64-linux-gnu/mesa 
checking for library containing dlopen... -ldl
checking for dlerror... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dld_link in -ldld... no
checking for _ prefix in compiled symbols... no
checking whether deplibs are loaded by dlopen... yes
checking for argz.h... yes
checking for error_t... yes
checking for argz_add... yes
checking for argz_append... yes
checking for argz_count... yes
checking for argz_create_sep... yes
checking for argz_insert... yes
checking for argz_next... yes
checking for argz_stringify... yes
checking if argz actually works... yes
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for ltdl.h... no
checking where to find libltdl headers... -I${top_srcdir}/libltdl
checking where to find libltdl library... ${top_build_prefix}libltdl/libltdlc.la
checking for unistd.h... (cached) yes
checking for dl.h... no
checking for sys/dl.h... no
checking for dld.h... no
checking for mach-o/dyld.h... no
checking for dirent.h... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
checking for strlcat... no
checking for strlcpy... no
checking for X... no
configure: WARNING: X11 not available.
checking for swig... no
checking tcl.h usability... no
checking tcl.h presence... no
checking for tcl.h... no
configure: WARNING: Unable to find header tcl.h. The Tcl packages will not be built
configure: WARNING: No Tcl. The Tk packages will not be built either
checking for connect... yes
checking for gethostbyname... yes
checking for expat-config... no
checking expat.h usability... no
checking expat.h presence... no
checking for expat.h... no
configure: WARNING: Optional expat library not available - missing headers
checking for main in -lexpat... no
configure: WARNING: Optional expat library not available
checking IL/il.h usability... no
checking IL/il.h presence... no
checking for IL/il.h... no
configure: WARNING: Optional DevIL library not available - missing headers
checking for main in -lIL... no
configure: WARNING: Optional DevIL library not available
checking for main in -lXpm... no
configure: WARNING: Optional Xpm library not available
checking X11/Intrinsic.h usability... no
checking X11/Intrinsic.h presence... no
checking for X11/Intrinsic.h... no
checking for X11/Xaw/Text.h... no
configure: WARNING: Optional Xaw library not available - missing headers
checking zlib.h usability... no
checking zlib.h presence... no
checking for zlib.h... no
configure: WARNING: Optional z library not available - no zlib.h
checking for deflateBound... no
checking for POPPLER... no
checking for RSVG... no
checking for PANGOCAIRO... no
checking for FREETYPE2... no
configure: WARNING: pkg-config did not find a freetype2.pc.  Looking for freetype-config.
checking for freetype-config... no
configure: WARNING: freetype library not available
checking for FONTCONFIG... no
configure: WARNING: pkg-config did not find a fontconfig.pc.  Looking for fontconfig-config.
checking for fontconfig-config... no
configure: WARNING: fontconfig library not available
checking for GDK... no
checking for GDK_PIXBUF... no
checking for GTK... no
checking for GTKGL... no
checking for GTKGLEXT... no
checking for GTS... no
checking for ANN... no
checking for GLADE... no
checking for qmake-qt4... no
checking for qmake-qt3... no
checking for qmake... qmake
checking for QTCORE... no
checking for gdlib-config... no
configure: WARNING: GD gdlib-config not found
checking gd.h usability... no
checking gd.h presence... no
checking for gd.h... no
configure: WARNING: Optional GD library not available - no gd.h
checking GL/glut.h usability... no
checking GL/glut.h presence... no
checking for GL/glut.h... no
configure: WARNING: Optional glut library not available - no GL/glut.h
checking if FILE struct contains _cnt... no
checking if FILE struct contains _r... no
checking if FILE struct contains _next... no
checking if FILE struct contains _IO_read_end... yes
checking if errno externs are declared... yes
checking if getopt externs are declared... yes
checking if intptr_t is declared... yes
checking if assert needs __eprintf... no
checking size of long long... 8
checking size of int... 4
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating debian/changelog
config.status: creating doc/Makefile
config.status: creating doc/info/Makefile
config.status: creating doc/schema/Makefile
config.status: creating contrib/Makefile
config.status: creating contrib/prune/Makefile
config.status: creating contrib/diffimg/Makefile
config.status: creating graphs/Makefile
config.status: creating graphs/directed/Makefile
config.status: creating graphs/undirected/Makefile
config.status: creating lib/Makefile
config.status: creating lib/cdt/Makefile
config.status: creating lib/cdt/libcdt.pc
config.status: creating lib/cgraph/Makefile
config.status: creating lib/cgraph/libcgraph.pc
config.status: creating lib/rbtree/Makefile
config.status: creating lib/pathplan/Makefile
config.status: creating lib/pathplan/libpathplan.pc
config.status: creating lib/ast/Makefile
config.status: creating lib/sfio/Makefile
config.status: creating lib/sfio/Sfio_f/Makefile
config.status: creating lib/vmalloc/Makefile
config.status: creating lib/dotgen/Makefile
config.status: creating lib/dotgen2/Makefile
config.status: creating lib/neatogen/Makefile
config.status: creating lib/fdpgen/Makefile
config.status: creating lib/sparse/Makefile
config.status: creating lib/mingle/Makefile
config.status: creating lib/label/Makefile
config.status: creating lib/sfdpgen/Makefile
config.status: creating lib/osage/Makefile
config.status: creating lib/edgepaint/Makefile
config.status: creating lib/gvpr/Makefile
config.status: creating lib/gvpr/libgvpr.pc
config.status: creating lib/circogen/Makefile
config.status: creating lib/twopigen/Makefile
config.status: creating lib/patchwork/Makefile
config.status: creating lib/pack/Makefile
config.status: creating lib/ortho/Makefile
config.status: creating lib/expr/Makefile
config.status: creating lib/expr/libexpr.pc
config.status: creating lib/common/Makefile
config.status: creating lib/ingraphs/Makefile
config.status: creating lib/vpsc/Makefile
config.status: creating lib/gvc/Makefile
config.status: creating lib/gvc/libgvc.pc
config.status: creating lib/xdot/Makefile
config.status: creating lib/xdot/libxdot.pc
config.status: creating lib/topfish/Makefile
config.status: creating lib/glcomp/Makefile
config.status: creating macosx/Info.plist
config.status: creating macosx/build/graphviz.pmdoc/01local.xml
config.status: creating macosx/build/graphviz.pmdoc/02graphviz.xml
config.status: creating windows/build/graphviz.wxs
config.status: creating windows/Properties/AssemblyInfo.cs
config.status: creating plugin/Makefile
config.status: creating plugin/core/Makefile
config.status: creating plugin/devil/Makefile
config.status: creating plugin/gd/Makefile
config.status: creating plugin/gdk/Makefile
config.status: creating plugin/gdiplus/Makefile
config.status: creating plugin/glitz/Makefile
config.status: creating plugin/gs/Makefile
config.status: creating plugin/gtk/Makefile
config.status: creating plugin/lasi/Makefile
config.status: creating plugin/ming/Makefile
config.status: creating plugin/pango/Makefile
config.status: creating plugin/poppler/Makefile
config.status: creating plugin/quartz/Makefile
config.status: creating plugin/rsvg/Makefile
config.status: creating plugin/visio/Makefile
config.status: creating plugin/webp/Makefile
config.status: creating plugin/xlib/Makefile
config.status: creating plugin/dot_layout/Makefile
config.status: creating plugin/neato_layout/Makefile
config.status: creating cmd/Makefile
config.status: creating cmd/dot/Makefile
config.status: creating cmd/tools/Makefile
config.status: creating cmd/gvpr/Makefile
config.status: creating cmd/gvpr/lib/Makefile
config.status: creating cmd/lefty/ws/x11/libfilereq/Makefile
config.status: creating cmd/lefty/ws/x11/Makefile
config.status: creating cmd/lefty/ws/mswin32/Makefile
config.status: creating cmd/lefty/ws/Makefile
config.status: creating cmd/lefty/os/unix/Makefile
config.status: creating cmd/lefty/os/mswin32/Makefile
config.status: creating cmd/lefty/os/Makefile
config.status: creating cmd/lefty/dot2l/Makefile
config.status: creating cmd/lefty/examples/Makefile
config.status: creating cmd/lefty/Makefile
config.status: creating cmd/lneato/Makefile
config.status: creating cmd/dotty/Makefile
config.status: creating cmd/smyrna/Makefile
config.status: creating cmd/gvmap/Makefile
config.status: creating cmd/mingle/Makefile
config.status: creating cmd/edgepaint/Makefile
config.status: creating cmd/gvedit/Makefile
config.status: creating cmd/gvedit/gvedit.pro
config.status: creating cmd/gvedit/ui/Makefile
config.status: creating cmd/gvedit/images/Makefile
config.status: creating tclpkg/Makefile
config.status: creating tclpkg/tclstubs/Makefile
config.status: creating tclpkg/tkstubs/Makefile
config.status: creating tclpkg/tclhandle/Makefile
config.status: creating tclpkg/gdtclft/Makefile
config.status: creating tclpkg/gdtclft/demo/Makefile
config.status: creating tclpkg/tcldot/Makefile
config.status: creating tclpkg/tcldot/demo/Makefile
config.status: creating tclpkg/tclpathplan/Makefile
config.status: creating tclpkg/tclpathplan/demo/Makefile
config.status: creating tclpkg/tclpathplan/demo/pathplan_data/Makefile
config.status: creating tclpkg/tkspline/Makefile
config.status: creating tclpkg/tkspline/demo/Makefile
config.status: creating tclpkg/gv/Makefile
config.status: creating tclpkg/gv/demo/Makefile
config.status: creating tclpkg/gv/META.gv
config.status: creating rtest/Makefile
config.status: creating share/Makefile
config.status: creating share/examples/Makefile
config.status: creating share/gui/Makefile
config.status: creating graphviz.spec
config.status: creating Doxyfile
config.status: creating config.h
config.status: config.h is unchanged
config.status: creating lib/common/types.h
config.status: lib/common/types.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in libltdl (/home/adrenalinos/Documents/graphviz-2.38.0/libltdl)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  '--docdir' '/usr/share/doc/doxygen-1.8.9.1' '--enable-ltdl-convenience' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking which extension is used for runtime loadable modules... .so
checking which variable specifies run-time module search path... LD_LIBRARY_PATH
checking for the default library search path... /lib64 /usr/lib64 /lib /usr/lib /usr/lib/x86_64-linux-gnu/libfakeroot /usr/lib/i386-linux-gnu/mesa /lib/i386-linux-gnu /usr/lib/i386-linux-gnu /lib/i686-linux-gnu /usr/lib/i686-linux-gnu /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/mesa-egl /usr/lib/x86_64-linux-gnu/mesa 
checking for library containing dlopen... -ldl
checking for dlerror... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dld_link in -ldld... no
checking for _ prefix in compiled symbols... no
checking whether deplibs are loaded by dlopen... yes
checking for argz.h... yes
checking for error_t... yes
checking for argz_add... yes
checking for argz_append... yes
checking for argz_count... yes
checking for argz_create_sep... yes
checking for argz_insert... yes
checking for argz_next... yes
checking for argz_stringify... yes
checking if argz actually works... yes
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for unistd.h... (cached) yes
checking for dl.h... no
checking for sys/dl.h... no
checking for dld.h... no
checking for mach-o/dyld.h... no
checking for dirent.h... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
checking for strlcat... no
checking for strlcpy... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands

----------------------------------------------------------------

graphviz-2.38.0 will be compiled with the following:

options:
  cgraph:        
  digcola:       Yes
  expat:         No (missing library)
  fontconfig:    No (missing fontconfig-config)
  freetype:      No (missing freetype-config)
  glut:          No (missing GL/glut.h)
  ann:           No (ANN library not available)
  gts:           No (gts library not available)
  ipsepcola:     No (disabled by default - C++ portability issues)
  ltdl:          Yes
  ortho:         Yes
  sfdp:          Yes
  shared:        Yes
  static:        No (disabled by default)
  qt:            No (QtCore not available)
  x:             No (disabled or unavailable)

commands:
  dot:           Yes (always enabled)
  neato:         Yes (always enabled)
  fdp:           Yes (always enabled)
  circo:         Yes (always enabled)
  twopi:         Yes (always enabled)
  gvpr:          Yes (always enabled)
  gvmap:         Yes (always enabled)
  lefty:         No (missing Xaw headers)
  smyrna:        No (disabled by default - experimental)
  gvedit:        No (QtCore not available)

plugin libraries:
  dot_layout:    Yes (always enabled)
  neato_layout:  Yes (always enabled)
  core:          Yes (always enabled)
  devil:         No (missing library)
  gd:            No (gd headers not found)
  gdiplus:       No (disabled by default - Windows only)
  gdk:           
  gdk_pixbuf:    No (gdk_pixbuf library not available)
  ghostscript:   No (missing Xrender)
  glitz:         No (disabled by default - incomplete)
  gtk:           No (gtk library not available)
  lasi:          No (missing pangocairo support)
  ming:          No (disabled by default - incomplete)
  pangocairo:    No (pangocairo library not available)
  poppler:       No (poppler library not available)
  quartz:        No (disabled by default - Mac only)
  rsvg:          No (rsvg library not available)
  visio:         No (disabled by default - experimental)
  webp:          No (disabled by default - experimental)
  xlib:          No (disabled or unavailable)

language extensions:
  gv_sharp:      No (swig not available)
  gv_go:         No (disabled by default - experimental)
  gv_guile:      No (swig not available)
  gv_io:         No (disabled by default - no swig support yet)
  gv_java:       No (swig not available)
  gv_lua:        No (swig not available)
  gv_ocaml:      No (swig not available)
  gv_perl:       No (swig not available)
  gv_php:        No (swig not available)
  gv_python:     No (swig not available)
  gv_python23:   No (disabled by default - for multiversion installs)
  gv_python24:   No (disabled by default - for multiversion installs)
  gv_python25:   No (disabled by default - for multiversion installs)
  gv_python26:   No (disabled by default - for multiversion installs)
  gv_python27:   No (disabled by default - for multiversion installs)
  gv_R:          No (swig not available)
  gv_ruby:       No (swig not available)
  gv_tcl:        No (tcl not available)

  tcldot:        No (tcl not available)
  tclpathplan:   No (tcl not available)
  gdtclft:       No (tcl not available)
  tkspline:      No (tk not available)
make  all-recursive
make[1]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0 »
Making all in libltdl
make[2]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/libltdl »
make  all-am
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/libltdl »
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/libltdl »
make[2]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/libltdl »
Making all in lib
make[2]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib »
Making all in cdt
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/cdt »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/cdt »
Making all in cgraph
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/cgraph »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/cgraph »
Making all in pathplan
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/pathplan »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/pathplan »
Making all in sfio
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/sfio »
Making all in Sfio_f
make[4]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/sfio/Sfio_f »
make[4]: Rien à faire pour « all ».
make[4]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/sfio/Sfio_f »
make[4]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/sfio »
make[4]: Rien à faire pour « all-am ».
make[4]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/sfio »
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/sfio »
Making all in vmalloc
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/vmalloc »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/vmalloc »
Making all in ast
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/ast »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/ast »
Making all in vpsc
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/vpsc »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/vpsc »
Making all in rbtree
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/rbtree »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/rbtree »
Making all in ortho
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/ortho »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/ortho »
Making all in sparse
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/sparse »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/sparse »
Making all in patchwork
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/patchwork »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/patchwork »
Making all in expr
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/expr »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/expr »
Making all in common
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/common »
make  all-am
make[4]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/common »
make[4]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/common »
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/common »
Making all in pack
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/pack »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/pack »
Making all in xdot
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/xdot »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/xdot »
Making all in label
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/label »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/label »
Making all in gvc
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/gvc »
  CC       gvcontext.lo
  CCLD     libgvc.la
.libs/gvbuffstderr.o: In function `buffstderr':
/home/adrenalinos/Documents/graphviz-2.38.0/lib/gvc/gvbuffstderr.c:22: warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
  CCLD     libgvc_C.la
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/gvc »
Making all in ingraphs
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/ingraphs »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/ingraphs »
Making all in topfish
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/topfish »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/topfish »
Making all in glcomp
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/glcomp »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/glcomp »
Making all in mingle
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/mingle »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/mingle »
Making all in edgepaint
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/edgepaint »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/edgepaint »
Making all in circogen
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/circogen »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/circogen »
Making all in dotgen
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/dotgen »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/dotgen »
Making all in dotgen2
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/dotgen2 »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/dotgen2 »
Making all in fdpgen
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/fdpgen »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/fdpgen »
Making all in neatogen
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/neatogen »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/neatogen »
Making all in twopigen
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/twopigen »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/twopigen »
Making all in sfdpgen
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/sfdpgen »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/sfdpgen »
Making all in osage
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/osage »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/osage »
Making all in gvpr
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/gvpr »
  CC       gvpr.lo
  CCLD     libgvpr.la
  CCLD     libgvpr_C.la
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/gvpr »
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib »
make[3]: Rien à faire pour « all-am ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib »
make[2]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib »
Making all in plugin
make[2]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin »
Making all in core
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin/core »
  CCLD     libgvplugin_core.la
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin/core »
Making all in devil
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin/devil »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin/devil »
Making all in gd
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin/gd »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin/gd »
Making all in gdk
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin/gdk »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin/gdk »
Making all in gdiplus
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin/gdiplus »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin/gdiplus »
Making all in glitz
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin/glitz »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin/glitz »
Making all in gs
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin/gs »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin/gs »
Making all in gtk
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin/gtk »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin/gtk »
Making all in lasi
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin/lasi »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin/lasi »
Making all in ming
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin/ming »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin/ming »
Making all in pango
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin/pango »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin/pango »
Making all in quartz
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin/quartz »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin/quartz »
Making all in rsvg
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin/rsvg »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin/rsvg »
Making all in visio
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin/visio »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin/visio »
Making all in xlib
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin/xlib »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin/xlib »
Making all in dot_layout
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin/dot_layout »
  CCLD     libgvplugin_dot_layout.la
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin/dot_layout »
Making all in neato_layout
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin/neato_layout »
  CCLD     libgvplugin_neato_layout.la
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin/neato_layout »
Making all in webp
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin/webp »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin/webp »
Making all in poppler
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin/poppler »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin/poppler »
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin »
make[3]: Rien à faire pour « all-am ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin »
make[2]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/plugin »
Making all in cmd
make[2]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd »
Making all in dot
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/dot »
  CCLD     dot
  CCLD     dot_builtins
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/dot »
Making all in tools
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/tools »
  CCLD     gvpack
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/tools »
Making all in gvpr
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/gvpr »
Making all in lib
make[4]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/gvpr/lib »
make[4]: Rien à faire pour « all ».
make[4]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/gvpr/lib »
make[4]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/gvpr »
  CCLD     gvpr
make[4]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/gvpr »
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/gvpr »
Making all in lefty
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/lefty »
Making all in ws
make[4]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/lefty/ws »
Making all in x11
make[5]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/lefty/ws/x11 »
Making all in libfilereq
make[6]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/lefty/ws/x11/libfilereq »
make[6]: Rien à faire pour « all ».
make[6]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/lefty/ws/x11/libfilereq »
make[6]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/lefty/ws/x11 »
make[6]: Rien à faire pour « all-am ».
make[6]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/lefty/ws/x11 »
make[5]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/lefty/ws/x11 »
Making all in mswin32
make[5]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/lefty/ws/mswin32 »
make[5]: Rien à faire pour « all ».
make[5]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/lefty/ws/mswin32 »
make[5]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/lefty/ws »
make[5]: Rien à faire pour « all-am ».
make[5]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/lefty/ws »
make[4]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/lefty/ws »
Making all in os
make[4]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/lefty/os »
Making all in unix
make[5]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/lefty/os/unix »
make[5]: Rien à faire pour « all ».
make[5]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/lefty/os/unix »
Making all in mswin32
make[5]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/lefty/os/mswin32 »
make[5]: Rien à faire pour « all ».
make[5]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/lefty/os/mswin32 »
make[5]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/lefty/os »
make[5]: Rien à faire pour « all-am ».
make[5]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/lefty/os »
make[4]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/lefty/os »
Making all in dot2l
make[4]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/lefty/dot2l »
make[4]: Rien à faire pour « all ».
make[4]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/lefty/dot2l »
Making all in examples
make[4]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/lefty/examples »
make[4]: Rien à faire pour « all ».
make[4]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/lefty/examples »
make[4]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/lefty »
make[4]: Rien à faire pour « all-am ».
make[4]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/lefty »
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/lefty »
Making all in lneato
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/lneato »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/lneato »
Making all in dotty
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/dotty »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/dotty »
Making all in smyrna
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/smyrna »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/smyrna »
Making all in gvmap
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/gvmap »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/gvmap »
Making all in gvedit
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/gvedit »
Making all in ui
make[4]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/gvedit/ui »
make[4]: Rien à faire pour « all ».
make[4]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/gvedit/ui »
Making all in images
make[4]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/gvedit/images »
make[4]: Rien à faire pour « all ».
make[4]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/gvedit/images »
make[4]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/gvedit »
make[4]: Rien à faire pour « all-am ».
make[4]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/gvedit »
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/gvedit »
Making all in mingle
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/mingle »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/mingle »
Making all in edgepaint
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/edgepaint »
  CCLD     edgepaint
/usr/bin/ld: cannot find -lstdc++
collect2: error: ld returned 1 exit status
make[3]: *** [edgepaint] Erreur 1
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd/edgepaint »
make[2]: *** [all-recursive] Erreur 1
make[2]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/cmd »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0 »
make: *** [all] Erreur 2
adrenalinos@adrenalinos-Alienware-17-R2:~/Documents/graphviz-2.38.0$ 

-> je n'ai pas de répertoire /usr/share/doc/doxygen-1.8.9.1  !!?
ps: j'ai lancé la commande depuis /home/adrenalinos/Documents/doxygen-1.8.9.1, et je me retrouve dans  /home/adrenalinos/Documents/graphviz-2.38.0 après!!

j'essaie quand même la suite:

make MAN1DIR=share/man/man1 install

semble ne pas très bien marcher

adrenalinos@adrenalinos-Alienware-17-R2:~/Documents/graphviz-2.38.0$ make MAN1DIR=share/man/man1 install
make  install-recursive
make[1]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0 »
Making install in libltdl
make[2]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/libltdl »
make  install-am
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/libltdl »
make[4]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/libltdl »
make[4]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/libltdl »
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/libltdl »
make[2]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/libltdl »
Making install in lib
make[2]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib »
Making install in cdt
make[3]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/cdt »
make[4]: entrant dans le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/cdt »
 /bin/mkdir -p '/usr/lib'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   libcdt.la '/usr/lib'
libtool: install: /usr/bin/install -c .libs/libcdt.so.5.0.0 /usr/lib/libcdt.so.5.0.0
/usr/bin/install: cannot remove '/usr/lib/libcdt.so.5.0.0': Permission denied
make[4]: *** [install-libLTLIBRARIES] Erreur 1
make[4]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/cdt »
make[3]: *** [install-am] Erreur 2
make[3]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib/cdt »
make[2]: *** [install-recursive] Erreur 1
make[2]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0/lib »
make[1]: *** [install-recursive] Erreur 1
make[1]: quittant le répertoire « /home/adrenalinos/Documents/graphviz-2.38.0 »
make: *** [install] Erreur 2
adrenalinos@adrenalinos-Alienware-17-R2:~/Documents/graphviz-2.38.0$ 

c'est "cannot remove '/usr/lib/libcdt.so.5.0.0': Permission denied" qui me fait tilter.. alors quid des erreurs d'après?

mais c'était peut-être pas le bon répertoire de départ!! (mais qu'est-ce qu'il m'a fait alors!?)

adrenalinos@adrenalinos-Alienware-17-R2:~/Documents/doxygen-1.8.9.1$ sudo -i
root@adrenalinos-Alienware-17-R2:~# cd /home/adrenalinos/Documents/doxygen-1.8.9.1
root@adrenalinos-Alienware-17-R2:/home/adrenalinos/Documents/doxygen-1.8.9.1# make MAN1DIR=share/man/man1 install
/usr/bin/install -d /usr/local/bin
/usr/bin/install -d /usr/local/doc/doxygen
/usr/bin/install -m 755 bin/doxygen    /usr/local/bin
/usr/bin/install -m 755 bin/doxytag    /usr/local/bin
/usr/bin/install: impossible d'évaluer «bin/doxytag»: Aucun fichier ou dossier de ce type
make: *** [install] Erreur 1
root@adrenalinos-Alienware-17-R2:/home/adrenalinos/Documents/doxygen-1.8.9.1# 

Bref -> ??? sad mad
pour la suite, j'ai quand même déjà installé
alsa-lib-1.0.28
alsa-plugins-1.0.28
alsa-utils-1.0.28
reste alsa-tools-1.0.28 qui me semble plus ardu..
je dois GO pour la journée,
si quelqu'un a une ou des explications, interprétation des erreurs, conseils, etc.   Tout est bienvenu! Merci. wink

ps:
des "install" n'ayant pas fonctionné (!??...), j'ai fait:

apt-get install alsa-utils
apt-get install alsa-tools

.. et si je comprends bien (get va chercher sur internet non?), mes packages téléchargés n'ont pas été utilisés!
et indépendamment, comme prescrit, ajouté mon user-id

usermod -a -G audio adrenalinos

Dernière modification par adrenalinos (Le 19/12/2017, à 01:24)


Alienware17 i7-4980HQ 16Go DDRL3 1,6GHz NVIDIA GeForce GTX 980M 4 Go GDDR5 - SSD de 256 Go + disque dur de 2 To à 5 400 tr/min  Kubuntu22.04
HP OfficeJet 7740

Hors ligne

#2 Le 16/04/2015, à 23:29

adrenalinos

Re : [RÉSOLU] ALSA installation et configuration

Waouh! .. a y est, j'ai du son.. TERRIBLISSIME!!! big_smile lol cool
comment j'ai fait?
ps: mon matos ->

lspci | grep -i audio
00:03.0 Audio device: Intel Corporation Crystal Well HD Audio Controller (rev 08)
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)

- ajouter options snd-hda-intel position_fix=1 dans /etc/modprobe.d/alsa-base.conf

echo "options snd-hda-intel position_fix=1" | sudo tee -a /etc/modprobe.d/alsa-base.conf

- check https://wiki.archlinux.fr/Alsa , lire les instructions/infos super Utiles!
- lancer alsamixer en konsole, F6 -> choisir HDA Intel PCH

┌─────────────────────────────────────────────────────────── AlsaMixer v1.0.27.2 ────────────────────────────────────────────────────────────┐
│    Carte: HDA Intel HDMI                                                                                         F1:  Aide                 │
│     Puce: Intel Haswell HDMI                                                                                     F2:  Informations Système │
│      Vue: F3:[Lecture] F4: Capture  F5: Tout                                                                     F6:  Choisir la carte son │
│ Contrôle: S/PDIF                                                                                                 Esc: Quitter              │
│                                                                                                                                            │
│                                                                                                                                            │
│                                                                                                                                            │
│                                                                                                                                            │
│                                                                                                                                            │
│                                                                                                                                            │
│                                                                                                                                            │
│                                                                                                                                            │
│                                                                                                                                            │
│                                                                                                                                            │
│                                                                                                                                            │
│                                                                                                                                            │
│                                                   ┌──────────── Carte Son ────────────┐                                                    │
│                                                   │-  (par défaut)                    │                                                    │
│                                                   │0  HDA Intel HDMI                  │                                                    │
│                                                   │1  HDA Intel PCH                   │                                                    │
│                                                   │   entrez le nom du périphérique...│                                                    │
│                                                   └───────────────────────────────────┘                                                    │
│                                                        < S/PDIF >S/PDIF 1 S/PDIF 2                                                         │
│                                                                                                                                            │
│                                                                                                                                            │
│                                                                                                                                            │
│                                                                                                                                            │
│                                                                                                                                            │
│                                                                                                                                            │
│                                                                                                                                            │
│                                                                                                                                            │
│                                                                                                                                            │
│                                                                                                                                            │
│                                                                                                                                            │
│                                                                                                                                            │
│                                                                                                                                            │
│                                                                                                                                            │
│                                                                                                                                            │
└────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘

- changer les modes "muet" (MM) avec la touche M, canal par canal selon désiré, régler le volume avec les touches flèche-haut et flèche-bas

┌─────────────────────────────────────────────────────────── AlsaMixer v1.0.27.2 ────────────────────────────────────────────────────────────┐
│    Carte: HDA Intel PCH                                                                                          F1:  Aide                 │
│     Puce: Creative CA0132                                                                                        F2:  Informations Système │
│      Vue: F3:[Lecture] F4: Capture  F5: Tout                                                                     F6:  Choisir la carte son │
│ Contrôle: HP/Speaker [Fermé]                                                                                     Esc: Quitter              │
│                                                                                                                                            │
│                                                                                                                                            │
│                                                                                                                                            │
│                                                                                                                                            │
│                                                                                                                                            │
│       ┌──┐      ┌──┐                                                                                                                       │
│       │  │      │  │                                                                                                                       │
│       │  │      │  │                                                                                                                       │
│       │  │      │▒▒│                                                                                                                       │
│       │▒▒│      │▒▒│                                                                                                                       │
│       │▒▒│      │▒▒│                                                                                                                       │
│       │▒▒│      │▒▒│                                                                                                                       │
│       │▒▒│      │▒▒│                                                                                                                       │
│       │▒▒│      │▒▒│                                                                                                                       │
│       │▒▒│      │▒▒│                                                                                                                       │
│       │▒▒│      │▒▒│                                                                                                                       │
│       │▒▒│      │▒▒│                                                                                                                       │
│       │▒▒│      │▒▒│                                                                                                                       │
│       │▒▒│      │▒▒│                                                                                                                       │
│       │▒▒│      │▒▒│                                                                                                                       │
│       │▒▒│      │▒▒│                                                                                                                       │
│       │▒▒│      │▒▒│                                                                                                                       │
│       │▒▒│      │▒▒│                                                                                                                       │
│       │▒▒│      │▒▒│                                                                                                                       │
│       │▒▒│      │▒▒│                                                                                                                       │
│       ├──┤      └──┘      ┌──┐      ┌──┐      ┌──┐      ┌──┐      ┌──┐      ┌──┐      ┌──┐      ┌──┐      ┌──┐      ┌──┐      ┌──┐         │
│       │OO│                │OO│      │OO│      │OO│      │OO│      │OO│      │OO│      │MM│      │MM│      │OO│      │OO│      │OO│         │
│       └──┘                └──┘      └──┘      └──┘      └──┘      └──┘      └──┘      └──┘      └──┘      └──┘      └──┘      └──┘         │
│      82<>82    88<>88                                                                                                                      │
│      Master      PCM    Surround   S/PDIF   S/PDIF De Crystaliz Dialog Pl Equalizer<HP/Speake>HP/Speake PlayEnhan Smart Vol  X-Bass        │
│                                                                                                                                            │
│                                                                                                                                            │
│                                                                                                                                            │
│                                                                                                                                            │
└────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘

et voilà! big_smile
.. maintenant il me reste à remettre (trouver comment?) le contrôle volume dans le tableau de bord...

Dernière modification par adrenalinos (Le 16/04/2015, à 23:34)


Alienware17 i7-4980HQ 16Go DDRL3 1,6GHz NVIDIA GeForce GTX 980M 4 Go GDDR5 - SSD de 256 Go + disque dur de 2 To à 5 400 tr/min  Kubuntu22.04
HP OfficeJet 7740

Hors ligne

#3 Le 17/04/2015, à 01:08

adrenalinos

Re : [RÉSOLU] ALSA installation et configuration

.. en attendant, quelques tests (youtube/flashplugin crashe, une vidéo ouverte dans VLC (même si pause) et pas de son dans autre application, en VM W81$ le son crachouille) m'obligent à poursuivre plus profondément la configuration.. on parle de rajouter des lignes dans le fichier "asoundrc" .. qu'il faut le créer : ~/.asoundrc .. ! ?? c'est quoi ça? tilde slash point .. que que quoi?
Bref, chers Linunautes adorés, je vous le demande: Où et Comment créer ce fichier ?
.../...
il y a bien un fichier asoundsrc.txt dans ~/Documents/alsa-lib-1.0.28/doc .. ah tiens, le tilde voudrait dire Dossier personnel ?
donc, je copie ce fichier asoundsrc.txt le renommant en asoundsrc dans mon Dossier personnel ?


Alienware17 i7-4980HQ 16Go DDRL3 1,6GHz NVIDIA GeForce GTX 980M 4 Go GDDR5 - SSD de 256 Go + disque dur de 2 To à 5 400 tr/min  Kubuntu22.04
HP OfficeJet 7740

Hors ligne

#4 Le 17/04/2015, à 01:37

adrenalinos

Re : [RÉSOLU] ALSA installation et configuration

suite et retour à me réinstaller un contrôle de volume dans le tableau de bord...
il y a bien le kdeplasma-applets-veromix/ mais Comment l'installer!??
ou le kdemultimedia-kmix .. idem même question!
??? mad
.../... ok, le kmix c'est l'appli de kdemultimedia.. déjà installée.. MAIS je la lance, ça tourne dans la barre des tâches puis ça disparaît! !!
.../... et veromix, à installer via la logithèque... hmm ! !  !
mais toujours pas de contrôle volume dans le tableau de bord!

Dernière modification par adrenalinos (Le 17/04/2015, à 02:11)


Alienware17 i7-4980HQ 16Go DDRL3 1,6GHz NVIDIA GeForce GTX 980M 4 Go GDDR5 - SSD de 256 Go + disque dur de 2 To à 5 400 tr/min  Kubuntu22.04
HP OfficeJet 7740

Hors ligne

#5 Le 17/04/2015, à 05:55

F50

Re : [RÉSOLU] ALSA installation et configuration

Salut,

Tu créer un fichier nommé .asoundrc dans ton /home et tu mets ceci dedans :

defaults.pcm.!card 1

Avec ça, les logiciels devraient accéder à la bonne carte son.

#6 Le 17/04/2015, à 07:55

adrenalinos

Re : [RÉSOLU] ALSA installation et configuration

salut F50,
oui, je n'avais pas transcrit ici mes dernières manips ->

j'ai créé le fichier comme ça

vi /home/xxx/.asoundrc

(bonjour les dégâts pour se dépatouiller avec vi !)
le fichier créé (fichier caché!) je l'édite avec Dolphin, je copie les lignes comme préconisé.. je redémarre et:
- ça crachouille toujours en VM W81$
- youtube déconne toujours aussi sec
- dailymotion, image ok mais pas de son
- VLC ok, Amarok ok, les 2 ensembles ok, contrôle de volume PulseAudio ok, en VM W81$ ok aussi crachouillant, 2 applis son ok, les 4 ensembles ok (mais la puissance sonore en VM a diminué alors qu'à fond dans le contrôle volume!?)..

quant à youtube, c'est flashplayer/java non? il me semble avoir lu ça qlq part...

mon .asoundsrc ->

pcm.!default {
	type hw
	card 0
}

ctl.!default {
	type hw           
	card 0
}

# réglage de la carte son par défaut, selon la commande « aplay -l », card = carte et device = périphérique
defaults.pcm.card 0
defaults.pcm.device 0
defaults.ctl.card 0

# fréquence d'échantillonnage
defaults.pcm.dmix.!rate 44100

# algorithme de re-échantillonnage
defaults.pcm.!rate_converter "samplerate_medium"

# réglage des cartes son, selon la commande « aplay -l », card = carte et device = périphérique
pcm.carteInterne {
    type hw
    card 0
    device 0
}

ctl.carteInterne {
    type hw
    card 0
    device 0
}

pcm.carteUsb {
    type hw
    card 2
    device 0
}

ctl.carteUsb {
    type hw
    card 2
    device 0
}

# Creation d'un Dmix pour chacune 
pcm.interneMix {
    type dmix
    ipc_key 1024
    ipc_key_add_uid false
    ipc_perm 0666
    slave {
        pcm "carteInterne"
        channels 2
        periods 128
        period_time 0
        period_size 2048
        buffer_size 4096
    }
    bindings {
        0 0
        1 1
    }
}

pcm.usbMix {
    type dmix
    ipc_key 2048
    ipc_key_add_uid false
    ipc_perm 0666
    slave {
        pcm "carteUsb"
        channels 2
        periods 128
        period_time 0
        period_size 2048
        buffer_size 4096
    }
    bindings {
        0 0
        1 1
    }
}

# Sortie multi cartes
pcm.both {
    type route;
    slave.pcm {
        type multi;
        slaves.a.pcm "interneMix";
        slaves.b.pcm "usbMix";
        slaves.a.channels 2;
        slaves.b.channels 2;

        bindings.0.slave a;
        bindings.0.channel 0;
        bindings.1.slave a;
        bindings.1.channel 1;
     
        bindings.2.slave b;
        bindings.2.channel 0;
        bindings.3.slave b;
        bindings.3.channel 1;
    }
    ttable.0.0 1;
    ttable.1.1 1;
  
    ttable.0.2 1;
    ttable.1.3 1;
}

pcm.!default {
        type plug
        slave {
                pcm both
        }
}

ctl.!default {
        type hw
        card 2
}

je l'avais rempli avec des copier-coller,
je suppose que tout ce qui concerne une carte USB peut être viré puisqu'à priori je n'en ai pas!
quant à ton conseil, defaults.pcm.!card 1 , ça signifie quoi exactement?


Alienware17 i7-4980HQ 16Go DDRL3 1,6GHz NVIDIA GeForce GTX 980M 4 Go GDDR5 - SSD de 256 Go + disque dur de 2 To à 5 400 tr/min  Kubuntu22.04
HP OfficeJet 7740

Hors ligne

#7 Le 17/04/2015, à 10:23

F50

Re : [RÉSOLU] ALSA installation et configuration

Si la carte PCH est bien la carte 1 dans cat /proc/asound/cards, le defaults.pcm.!card 1 signifie aux logiciels d'utiliser celle-là. Il n'y a besoin de rien d'autre dans .asoundrc. Essaye, tu seras vite fixé, après reboot, naturellement.

#8 Le 17/04/2015, à 15:37

adrenalinos

Re : [RÉSOLU] ALSA installation et configuration

1/ essayé.. mis seul defaults.pcm.!card 1 dans ~/.asoundrc , reboot  => point de son du tout!     .. j' avais mis des # devant les lignes, et oublié Un devant un } !!  mad
2/ ...

root@adrenalinos-Alienware-17-R2:~# cat /proc/asound/cards
 0 [HDMI           ]: HDA-Intel - HDA Intel HDMI
                      HDA Intel HDMI at 0xf751c000 irq 49
 1 [PCH            ]: HDA-Intel - HDA Intel PCH
                      HDA Intel PCH at 0xf7518000 irq 48

pige pas! .. avant j'avais du son, et curieusement aucun card 1 !!?? .. card 0 pour carteInterne !!
OKAY! ça marche!!! big_smile
mais je ne pige quand même pas! hmm

Dernière modification par adrenalinos (Le 17/04/2015, à 15:55)


Alienware17 i7-4980HQ 16Go DDRL3 1,6GHz NVIDIA GeForce GTX 980M 4 Go GDDR5 - SSD de 256 Go + disque dur de 2 To à 5 400 tr/min  Kubuntu22.04
HP OfficeJet 7740

Hors ligne

#9 Le 17/04/2015, à 22:12

adrenalinos

Re : [RÉSOLU] ALSA installation et configuration

.. suite, dans mes tentatives pour améliorer le son en VM, je dois ajouter une ligne à mon kernel command line: "add intel_iommu=igfx_off to your kernel command line"
Comment qu'on fait ça?? hmm


Alienware17 i7-4980HQ 16Go DDRL3 1,6GHz NVIDIA GeForce GTX 980M 4 Go GDDR5 - SSD de 256 Go + disque dur de 2 To à 5 400 tr/min  Kubuntu22.04
HP OfficeJet 7740

Hors ligne

#10 Le 18/04/2015, à 05:34

F50

Re : [RÉSOLU] ALSA installation et configuration

adrenalinos a écrit :

pour améliorer le son en VM

Améliorer ?

adrenalinos a écrit :

Comment qu'on fait ça??

De la même manière que dans l'exemple au point 6.12 :

http://doc.ubuntu-fr.org/grub-pc

Qu'est sensé amener quoi cette option intel_iommu=igfx_off au niveau du son ?

Edit : http://stackoverflow.com/questions/2286 … what-is-it

Dernière modification par F50 (Le 18/04/2015, à 07:47)

#11 Le 18/04/2015, à 08:23

maxire

Re : [RÉSOLU] ALSA installation et configuration

Bonjour adrenalinos,

C'est toujours bien de tenter de comprendre comment configurer son système, pour répondre à ta question « je ne comprends pas les liens entre ALSA et PulseAudio», Pulseaudio est juste une couche logicielle entre les applications et les gestionnaires de son ALSA ou OSS.
Cette couche logicielle est susceptible d'utiliser des modules spécialisés comme ceux utilisés pour transmettre des flux audios via le réseau.
L'installation de Pulseaudio n'est pas obligatoire mais fortement conseillée dans la mesure où la plupart pour ne pas dire toutes les applications peuvent utiliser Pulseaudio, pour autant qu'un démon Pulseaudio utilisateur ou système est actif.
Le démon Pulseaudio utilisateur est lancé au démarrage de la session utilisateur graphique par le script start-pulseaudio-x11 si il n'a pas été déjà démarré par le gestionnaire de session.
Le démon Pulseaudio système (déconseillé, utile uniquement dans le cas de machines clientes diskless par exemple comme celles de LTSP) est lancé au démarrage système.

Je sais, la documentation officielle de Pulseaudio est particulièrement absconse et confuse, configurer Pulseaudio est un vrai défi.

Concernant le problème de son de la  VM W81$, si je traduis par machine Virtualbox hébergeant un Windows 8.1, je pense que le problème vient de la configuration de Virtualbox plus que d'autre chose, dans la configuration de la carte son virtuelle tu peux choisir le modèle de contrôleur audio ainsi que le mode de gestion (Pulseaudio, Alsa, OSS, factice).
Je me souviens d'un problème de son (crachements) qvec une machine virtuelle Windows XP résolu en jouant simplement sur ce paramétrage.
Les gestionnaires VirtualBox (Virtualbox guest additions)  de Windows 8.1 sont-ils installés?

Je pense qu'en installant Pulseaudio tu aurais évité tout ce travail de configuration mais c'est tout aussi bien que tu ne l'aies pas installé, c'est instructif.

À propos tu utilises bien Ubuntu et non «Linux from scratch» ou Archlinux?

Parce que c'est toujours un peu délicat d'adapter des configurations valables pour une distribution à d'autres distributions (pas les mêmes noyaux, pas les mêmes versions de logiciels).


Maxire
Archlinux/Mate + Ubuntu 22.04 + Archlinux/Gnome sur poste de travail

Hors ligne

#12 Le 19/04/2015, à 07:24

adrenalinos

Re : [RÉSOLU] ALSA installation et configuration

@ F50 : "Améliorer" le son dans ma machine virtuelle: il est haché le son, parasité, crachouillant, ça fait skritch-kritch, ce n'est pas très fonctionnel! (alors qu'il est nickel dans linux/Kubuntu)
+ le conseil "intel_iommu=igfx_off" je l'ai trouvé dans un topic du forum de VirtualBox (sorry, j'en ai perdu la trace et je ne sais plus quels mots-clé j'avais utilisés pour la recherche, je me rappelle avoir débuté avec "choppy sound" mais je ne tombe plus dessus!)
+ Oh -mauvaise- surprise!.. en rentrant hier soir et en redémarrant mon ordi, je n'avais plus de son du tout!.. avant de paniquer et trifouiller les fichiers de configuration (un petit élan de parano me faisait redouter que j'aurais fait un ultime changement la veille!!), j'ai eu l'idée de rebooter en W81$ natif, où j'avais bien du son d'entrée de jeu.. j'ai alors simplement rebooté en linux, et j'avais le son!!! . . .   .     .    ça, je ne comprends pas trop! ??? hmm


Alienware17 i7-4980HQ 16Go DDRL3 1,6GHz NVIDIA GeForce GTX 980M 4 Go GDDR5 - SSD de 256 Go + disque dur de 2 To à 5 400 tr/min  Kubuntu22.04
HP OfficeJet 7740

Hors ligne

#13 Le 19/04/2015, à 08:11

F50

Re : [RÉSOLU] ALSA installation et configuration

Ok pour l'option intel_iommu=igfx_off, quoique je ne soit pas persuadé du résultat mais ça coûte rien d'essayer. Si ça merde pas sous nunux/kde en dur, ça vient plutôt de virtualbox mais là, je n'ai aucune connaissance.

Concernant la soupe du son entre w$ et nunux, rien ne m'étonne sur ces machines. Sur mon alienware 14 si je reboot depuis w$, je me retrouve sans son depuis les haut-parleurs sous nunux et suis obligé d'arrêter w$ complètement ! Les config sons de chez Dell sont souvent une vraie m*rde et sur ces alienware c'est particulièrement naze. Il faut faire toute une manip pour que le son sorte de tous les haut-parleurs (avant + subwoofer) et en stéréo car il y a des ponts entres les sorties casques, casques-micro et micro etc. Alors en virtualbox j'ose même pas y songer.

#14 Le 19/04/2015, à 18:12

adrenalinos

Re : [RÉSOLU] ALSA installation et configuration

F50 a écrit :

Concernant la soupe du son entre w$ et nunux, rien ne m'étonne sur ces machines.

.. encore une tite surprise: j'avais le son, j'étais sur secteur, je "ferme" l'ordi avec  "Mettre en veille (en mémoire)", 2h plus tard je suis dehors, je le "rallume" (je n'ai qu'à l'ouvrir), sur batterie donc, et je n'ai plus de son!.. je me dis zut je vais devoir rebooter en zindoz, je le referme (en veille donc) je rentre chez moi, le branche sur secteur et le réouvre, et là le son est là! (j'avais oublié qu'Amarok était en pleine lecture).. je débranche l'alim pour voir, le son reste (un chouïa diminué) . . .  Well, well!! je n'y comprends rien! hmm roll


Alienware17 i7-4980HQ 16Go DDRL3 1,6GHz NVIDIA GeForce GTX 980M 4 Go GDDR5 - SSD de 256 Go + disque dur de 2 To à 5 400 tr/min  Kubuntu22.04
HP OfficeJet 7740

Hors ligne

#15 Le 19/04/2015, à 19:26

adrenalinos

Re : [RÉSOLU] ALSA installation et configuration

Bonjour maxire,

maxire a écrit :

Concernant le problème de son de la  VM W81$, si je traduis par machine Virtualbox hébergeant un Windows 8.1, je pense que le problème vient de la configuration de Virtualbox plus que d'autre chose, dans la configuration de la carte son virtuelle tu peux choisir le modèle de contrôleur audio ainsi que le mode de gestion (Pulseaudio, Alsa, OSS, factice).
Je me souviens d'un problème de son (crachements) qvec une machine virtuelle Windows XP résolu en jouant simplement sur ce paramétrage.
Les gestionnaires VirtualBox (Virtualbox guest additions)  de Windows 8.1 sont-ils installés?

Je pense qu'en installant Pulseaudio tu aurais évité tout ce travail de configuration mais c'est tout aussi bien que tu ne l'aies pas installé, c'est instructif.

À propos tu utilises bien Ubuntu et non «Linux from scratch» ou Archlinux?

oui pour Ubuntu, Kubuntu en l'occurence.
PulseAudio est installé (je crois d'origine?), je n'y ai pas touché, juste desinstallé-réinstallé ALSA comme j'ai pu..
Il me semble que Virtualbox guest additions était déjà installé.. dans le doute je l'ai réinstallé.. un petit moment de panique: VM en écran noir, la petite fenêtre de prévisualisation de VirtualBox alternant écran noir et w81$ avec vraisemblablement la fenêtre d'installation, tout ça pendant 1/2h !! .. puis, ouf, retour au 1er écran d’accueil de w81$.. mais le son est toujours crachouillant!
config son de ma VM
pilote audio hôte: PulseAudio
contrôleur audio: Intel Audio HD   
j'avais essayé d'autres combinaisons, il n'y a que Intel Audio HD qui rend du son, pilote Audio ALSA c'est infâme, on entend à peine la musique derrière la friture! (OSS ou factice ne donnent rien)


Alienware17 i7-4980HQ 16Go DDRL3 1,6GHz NVIDIA GeForce GTX 980M 4 Go GDDR5 - SSD de 256 Go + disque dur de 2 To à 5 400 tr/min  Kubuntu22.04
HP OfficeJet 7740

Hors ligne

#16 Le 20/04/2015, à 07:38

adrenalinos

Re : [RÉSOLU] ALSA installation et configuration

F50 a écrit :
adrenalinos a écrit :

Comment qu'on fait ça??

De la même manière que dans l'exemple au point 6.12 :
http://doc.ubuntu-fr.org/grub-pc
Qu'est sensé amener quoi cette option intel_iommu=igfx_off au niveau du son ?
Edit : http://stackoverflow.com/questions/2286 … what-is-it

dans le fichier /etc/default/grub il y a l'info de taper la commande pour "For full documentation of the options in this file, see"

info -f grub -n 'Simple configuration'

mais.. j'y nage un peu!..
juste au point 6.1:
'GRUB_CMDLINE_LINUX'
     Command-line arguments to add to menu entries for the Linux kernel.

si je comprends bien ->
ESSAI : éditer /etc/default/grub pour changer
GRUB_CMDLINE_LINUX="intel_iommu=igfx_off"     <- ???
Une fois la ligne éditée il faut mettre à jour le fichier de config de grub :
sudo update-grub

Ah bin! j'attendrais confirmation avant d'essayer ça. Je ne voudrais pas me retrouver avec un écran noir et ne plus savoir comment récupérer ma config d'avant!
j'aurais préféré/imaginé pouvoir ajouter une option (configuration?) au démarrage, une ligne supplémentaire quoi, genre "Ubuntu avec intel_iommu=igfx_off"

à ce stade, j'aimerais comprendre la séquence d'amorçage et les fichiers impliqués côté Linux.. idéalement sous forme schématique?
.../...
j'ai fait ça, éditer le grub et ajouter GRUB_CMDLINE_LINUX="intel_iommu=igfx_off", je n'ai pas eu d'écran noir... mais ça n'a rien changé au son en Virtualbox!

Dernière modification par adrenalinos (Le 20/04/2015, à 08:53)


Alienware17 i7-4980HQ 16Go DDRL3 1,6GHz NVIDIA GeForce GTX 980M 4 Go GDDR5 - SSD de 256 Go + disque dur de 2 To à 5 400 tr/min  Kubuntu22.04
HP OfficeJet 7740

Hors ligne

#17 Le 20/04/2015, à 09:05

maxire

Re : [RÉSOLU] ALSA installation et configuration

Salut,

Concernant la machine virtuelle Windows 8.1, le son fonctionnait-il correctement avant la désinstallation/réinstallation d'Alsa?

Ton ajout de l'option de démarrage du noyau est correct, tu peux continuer.
Je suis comme F50, je doute fortement que l'ajout de cette option liée à la gestion de la GPU améliore le son.
Mais pourquoi pas? Les modems 56K sont bien souvent «intégrés» dans les cartes audio des ordinateurs portables même si j'ai du mal à lier la fonction d'un modem à celle d'une carte son.

adrenalinos a écrit :

j'aimerais comprendre la séquence d'amorçage et les fichiers impliqués côté Linux

La séquence de démarrage est simple, Grub se contente de charger le noyau et éventuellement une image initiale en ajoutant un certain nombre d'options, certaines sont directement exploitées par le noyau comme celle que tu viens d'ajouter d'autres sont interprétées par l'image initiale.
Le noyau une fois chargé exécute le code de l'image initiale qui va interpréter ses propres options comme l'option loop=  ou root=UUID.
À noter que l'utilisation d'une image initiale n'a rien d'obligatoire, tu peux démarrer directement en utilsant les options bin=/bin/init et root=«ton périphérique racine sous la forme /dev/sdxx», mais tu n'iras pas bien loin avec Kubuntu car son démarrage nécessite l'exécution au préalable de l'image initiale.

Concernant la configuration du démarrage tu as d'une part les fichiers de configuration de grub qui permettent outre le fonctionnement propre de grub de préciser les options du noyau ainsi que celles de l'image initiale et d'autre part les fichiers de configuration de l'image initiale qui permettent de générer celle-ci, ces fichiers sont disponibles de mémoire en /etc/initramfs-tools et en /usr/share/initramfs-tools.

Si tu veux expérimenter un peu, essaies d'installer scratch from linux, c'est du boulot mais cela permet de mieux comprendre le fonctionnement de Linux.

Note: j'ai oublié une chose importante, une fois que l'image initiale a terminé son travail elle rend la main au programme /bin/init qui en fonction du niveau d'exécution va exécuter des scripts localisés en /etc/init.d

Dernière modification par maxire (Le 20/04/2015, à 09:14)


Maxire
Archlinux/Mate + Ubuntu 22.04 + Archlinux/Gnome sur poste de travail

Hors ligne

#18 Le 20/04/2015, à 18:49

adrenalinos

Re : [RÉSOLU] ALSA installation et configuration

maxire a écrit :

Concernant la machine virtuelle Windows 8.1, le son fonctionnait-il correctement avant la désinstallation/réinstallation d'Alsa?

pas correctement non, mais c'était le même sous linux et en VM, faiblard volume à fond, vraisemblablement seul le subwoofer sortait du son... mais je ne sais quoi dire de plus, je n'avais pas essayé de lancer alsamixer, et je crois me rappeler que je n'avais pas pilote Audio ALSA dans VirtualBox.

Maintenant-maintenant, "le" problème est un peu décalé: ... euh.. Oups! pas de son du tout!.. hmm je redémarre en zindoz pour voir!
.../... bin NON, pas de son de retour sous Linux! !! ?? je n'ai pourtant rien changé depuis hier où j'avais du son, à part retirer le "intel_iommu=igfx_off" !
mais je constate des différences:
dans le Contrôle du Volume PulseAudio, en périphérique de sortie j'ai maintenant Audio interne Digital Surround 5.1 (HDMI) en 1er, non modifiable ( Port: HDMI / DisplayPort (unplugged) ), en 2ème j'ai Audio interne Stéréo analogique(Port: Haut-parleurs) et j'y vois la jauge bouger avec ce qui est en train de jouer, il est selectionné en "définir comme alternative", aucun n'est selectionné en sourdine    .. et dans Configuration du système / Configuration du son et de la vidéo, j'ai maintenant 6 "entrées" dans Lecture audio:
Audio interne Stéréo analogique
Simultaneous output to Audio interne Digital Surround 5.1 (HDMI), Audio interne Stéréo analogique
Audio interne Digital Surround 5.1 (HDMI)
Audio interne Digital Stereo (HDMI)      grisé
Audio interne Digital Setreo (IEC958)   grisé
Audio interne Digital Surround 5.1 (HDMI)    grisé
 
j'ai fait un tour dans alsamixer pour sélectionner/vérifier HDA Intel PCH ...
.. je ne sais pas comment "nettoyer" tout ça !?
.../...
dans Configuration du système / Configuration du son et de la vidéo / Configuration des périphériques audio, en Carte son j'ai 3 "entrées" : Périphériques indépendants, Audio interne et Audio interne ! .. ça complique! le 1er Audio interne a Profil: Digital Stereo (HDMI) Sortie (Périphérique audio: Lecture (Audio interne Digital Stereo (HDMI)); Connecteur: HDMI / DisplayPort); le 2ème a Profil: Stéréo analogique Sortie (Périphérique audio: Lecture (Audio interne Stéréo analogique); Connecteur: Haut-parleurs)
.. j'ai changé pour le 2ème, fait Appliquer .. je n'avais toujours pas de son .. j'ai redémarré, et là j'ai du son!!!
ce qui m’embête c'est quand je retourne dans Configuration du système / Configuration du son et de la vidéo / Configuration des périphériques audio, je vois à nouveau le 1er Audio interne selectionné! .. pige pas!! mad roll ..
+ dans le Contrôle du Volume PulseAudio, en périphérique de sortie j'ai maintenant Audio interne Digital Digital Stereo (HDMI) (Port: HDMI/DisplayPort (unplugged)) en 1er! hmm
le son est toujours crachouillant en VM (pas de miracle!)
et, même si j'aimerais avant tout STABILISER ma configuration audio (et y comprendre quelque chose!),  j'en reviens à ce que j'appelle mon "problème décalé":
- son pour ainsi dire inutilisable en VM, alors que java/flashplayer/youtube fonctionne ok
- sous linux/Kubuntu j'ai le problème java/flashplayer/youtube, "an error occured, please try again later" impossible de lire quoi que ce soit, adieu mon suivi de vidéoconférences en direct!!!
pour java, quelqu'un a une idée? (ça fonctionnait avec mon son faiblard avant toute cette désinstallation-réinstallation d'ALSA.. et, euh, dans la foulée j'ai peut-être bien installé un paquet java!??)

Dernière modification par adrenalinos (Le 20/04/2015, à 20:23)


Alienware17 i7-4980HQ 16Go DDRL3 1,6GHz NVIDIA GeForce GTX 980M 4 Go GDDR5 - SSD de 256 Go + disque dur de 2 To à 5 400 tr/min  Kubuntu22.04
HP OfficeJet 7740

Hors ligne

#19 Le 21/04/2015, à 06:17

F50

Re : [RÉSOLU] ALSA installation et configuration

Le fait que w$ monopolise le son même sous nunux est pareil sur mon laptop :

F50 a écrit :

Sur mon alienware 14 si je reboot depuis w$, je me retrouve sans son depuis les haut-parleurs sous nunux et suis obligé d'arrêter w$ complètement !

Dans ton /var/log/syslog, tu as un passage concernant l'initialisation de la carte son vers la fin du boot qui ressemble à ceci :

snd_hda_intel 0000:00:1b.0: irq 47 for MSI/MSI-X
snd_hda_intel 0000:00:03.0: irq 48 for MSI/MSI-X
SKU: Nid=0x1d sku_cfg=0x41000001
SKU: port_connectivity=0x1
SKU: enable_pcbeep=0x0
SKU: check_sum=0x00000000
SKU: customization=0x00000000
SKU: external_amp=0x0
SKU: platform_type=0x0
SKU: swap=0x0
SKU: override=0x1
autoconfig: line_outs=2 (0x18/0x1a/0x0/0x0/0x0) type:line
speaker_outs=1 (0x14/0x0/0x0/0x0/0x0)
hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
mono: mono_out=0x0
inputs:
Mic=0x19
Internal Mic=0x12
realtek: No valid SSID, checking pincfg 0x41000001 for NID 0x1d
realtek: Enabling init ASM_ID=0x0001 CODEC_ID=10ec0668
input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input12
input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card1/input11
input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card1/input10
input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input9
input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input15
input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input14
input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input13

Poste le tien.

Dernière modification par F50 (Le 25/04/2015, à 04:53)

#20 Le 21/04/2015, à 07:51

adrenalinos

Re : [RÉSOLU] ALSA installation et configuration

F50 a écrit :

Dans ton /var/syslog,
.../...
Poste le tien.

Well & Oups!?
dans /var/ je n'ai pas de fichier syslog
dans /var/log/ j'en ai un mais qui ne ressemble pas du tout au tien, puis j'ai un syslog.1 puis des syslog2.gz syslog3.gz etc.
ça doit encore être un truc genre trivial qui m'échappe neutral , alors tu peux préciser stp?
.../...
dans /var/log/syslog.1 je trouve des trucs comme ça:

Apr 20 20:51:52 adrenalinos-Alienware-17-R2 kernel: [   30.952337] snd_hda_intel 0000:00:1b.0: IRQ timing workaround is activated for card #1. Suggest a bigger bdl_pos_adj.
Apr 20 20:51:52 adrenalinos-Alienware-17-R2 pulseaudio[2261]: [pulseaudio] module.c: module-combine is deprecated: Please use module-combine-sink instead of module-combine!
Apr 20 20:51:52 adrenalinos-Alienware-17-R2 pulseaudio[2261]: [pulseaudio] module-combine.c: We will now load module-combine-sink. Please make sure to remove module-combine from your configuration.

et aussi:

Apr 20 20:52:03 adrenalinos-Alienware-17-R2 pulseaudio[2261]: [alsa-sink-CA0132 Analog] alsa-sink.c: ALSA nous a réveillé pour écrire de nouvelles données à partir du périphérique, mais il n'y avait en fait rien à écrire !
Apr 20 20:52:03 adrenalinos-Alienware-17-R2 pulseaudio[2261]: [alsa-sink-CA0132 Analog] alsa-sink.c: Il s'agit très probablement d'un bogue dans le pilote ALSA « snd_hda_intel ». Veuillez rapporter ce problème aux développeurs d'ALSA.
Apr 20 20:52:03 adrenalinos-Alienware-17-R2 pulseaudio[2261]: [alsa-sink-CA0132 Analog] alsa-sink.c: Nous avons été réveillés avec POLLOUT actif, cependant un snd_pcm_avail() ultérieur a retourné 0 ou une autre valeur < min_avail.

... et, tant qu'à faire, la "totale" -du début de- mon dernier reboot d'hier soir:

Apr 20 20:51:31 adrenalinos-Alienware-17-R2 rsyslogd: [origin software="rsyslogd" swVersion="7.4.4" x-pid="976" x-info="http://www.rsyslog.com"] start
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 rsyslogd: rsyslogd's groupid changed to 104
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 rsyslogd: rsyslogd's userid changed to 101
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] Initializing cgroup subsys cpuset
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] Initializing cgroup subsys cpu
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] Initializing cgroup subsys cpuacct
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] Linux version 3.16.0-34-generic (buildd@brownie) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #45~14.04.1-Ubuntu SMP Tue Mar 24 11:14:29 UTC 2015 (Ubuntu 3.16.0-34.45~14.04.1-generic 3.16.7-ckt8)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-34-generic.efi.signed root=UUID=4635899b-690a-4f1d-8ce4-f266a2dd0afe ro quiet splash vt.handoff=7
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] KERNEL supported cpus:
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]   Intel GenuineIntel
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]   AMD AuthenticAMD
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]   Centaur CentaurHauls
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] e820: BIOS-provided physical RAM map:
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bbbd0fff] usable
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] BIOS-e820: [mem 0x00000000bbbd1000-0x00000000bbf64fff] reserved
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] BIOS-e820: [mem 0x00000000bbf65000-0x00000000c9b69fff] usable
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] BIOS-e820: [mem 0x00000000c9b6a000-0x00000000ca37cfff] reserved
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] BIOS-e820: [mem 0x00000000ca37d000-0x00000000ca3aafff] ACPI data
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] BIOS-e820: [mem 0x00000000ca3ab000-0x00000000cad12fff] ACPI NVS
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] BIOS-e820: [mem 0x00000000cad13000-0x00000000caf9afff] reserved
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] BIOS-e820: [mem 0x00000000caf9b000-0x00000000caffefff] type 20
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] BIOS-e820: [mem 0x00000000cafff000-0x00000000caffffff] usable
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] BIOS-e820: [mem 0x00000000cb800000-0x00000000cf9fffff] reserved
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000042f5fffff] usable
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] NX (Execute Disable) protection: active
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: EFI v2.40 by American Megatrends
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi:  ACPI=0xca386000  ACPI 2.0=0xca386000  SMBIOS=0xcaee3e18 
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem00: type=7, attr=0xf, range=[0x0000000000000000-0x0000000000058000) (0MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem01: type=0, attr=0xf, range=[0x0000000000058000-0x0000000000059000) (0MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem02: type=7, attr=0xf, range=[0x0000000000059000-0x000000000009e000) (0MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem03: type=0, attr=0xf, range=[0x000000000009e000-0x00000000000a0000) (0MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem04: type=2, attr=0xf, range=[0x0000000000100000-0x00000000014e1000) (19MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem05: type=7, attr=0xf, range=[0x00000000014e1000-0x0000000002000000) (11MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem06: type=2, attr=0xf, range=[0x0000000002000000-0x00000000033e1000) (19MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem07: type=7, attr=0xf, range=[0x00000000033e1000-0x0000000010000000) (204MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem08: type=3, attr=0xf, range=[0x0000000010000000-0x000000001000b000) (0MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem09: type=7, attr=0xf, range=[0x000000001000b000-0x0000000034a9c000) (586MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem10: type=2, attr=0xf, range=[0x0000000034a9c000-0x0000000036546000) (26MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem11: type=7, attr=0xf, range=[0x0000000036546000-0x0000000089497000) (1327MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem12: type=2, attr=0xf, range=[0x0000000089497000-0x00000000b7f7d000) (746MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem13: type=4, attr=0xf, range=[0x00000000b7f7d000-0x00000000b7fbd000) (0MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem14: type=7, attr=0xf, range=[0x00000000b7fbd000-0x00000000baa95000) (42MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem15: type=2, attr=0xf, range=[0x00000000baa95000-0x00000000bac69000) (1MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem16: type=1, attr=0xf, range=[0x00000000bac69000-0x00000000bad9d000) (1MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem17: type=4, attr=0xf, range=[0x00000000bad9d000-0x00000000bbbd1000) (14MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem18: type=6, attr=0x800000000000000f, range=[0x00000000bbbd1000-0x00000000bbf65000) (3MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem19: type=4, attr=0xf, range=[0x00000000bbf65000-0x00000000bbf6d000) (0MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem20: type=7, attr=0xf, range=[0x00000000bbf6d000-0x00000000bbf7a000) (0MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem21: type=2, attr=0xf, range=[0x00000000bbf7a000-0x00000000bbf7c000) (0MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem22: type=4, attr=0xf, range=[0x00000000bbf7c000-0x00000000c956a000) (213MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem23: type=7, attr=0xf, range=[0x00000000c956a000-0x00000000c97aa000) (2MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem24: type=2, attr=0xf, range=[0x00000000c97aa000-0x00000000c97b4000) (0MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem25: type=3, attr=0xf, range=[0x00000000c97b4000-0x00000000c9b6a000) (3MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem26: type=0, attr=0xf, range=[0x00000000c9b6a000-0x00000000ca37d000) (8MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem27: type=9, attr=0xf, range=[0x00000000ca37d000-0x00000000ca3ab000) (0MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem28: type=10, attr=0xf, range=[0x00000000ca3ab000-0x00000000cad13000) (9MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem29: type=6, attr=0x800000000000000f, range=[0x00000000cad13000-0x00000000caf9b000) (2MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem30: type=5, attr=0x800000000000000f, range=[0x00000000caf9b000-0x00000000cafff000) (0MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem31: type=4, attr=0xf, range=[0x00000000cafff000-0x00000000cb000000) (0MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem32: type=7, attr=0xf, range=[0x0000000100000000-0x000000042f600000) (13046MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem33: type=0, attr=0x0, range=[0x00000000cb800000-0x00000000cfa00000) (66MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem34: type=11, attr=0x8000000000000001, range=[0x00000000f8000000-0x00000000fc000000) (64MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem35: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem36: type=11, attr=0x8000000000000001, range=[0x00000000fed00000-0x00000000fed04000) (0MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem37: type=11, attr=0x8000000000000001, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem38: type=11, attr=0x8000000000000001, range=[0x00000000fee00000-0x00000000fee01000) (0MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] efi: mem39: type=11, attr=0x8000000000000001, range=[0x00000000ff000000-0x0000000100000000) (16MB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] SMBIOS 2.8 present.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] DMI: Alienware Alienware 17 R2/Alienware 17 R2, BIOS A01 01/30/2015
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] AGP: No AGP bridge found
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] e820: last_pfn = 0x42f600 max_arch_pfn = 0x400000000
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] MTRR default type: uncachable
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] MTRR fixed ranges enabled:
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]   00000-9FFFF write-back
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]   A0000-EFFFF uncachable
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]   F0000-FFFFF write-protect
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] MTRR variable ranges enabled:
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]   0 base 0000000000 mask 7C00000000 write-back
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]   1 base 0400000000 mask 7FC0000000 write-back
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]   2 base 0430000000 mask 7FF0000000 uncachable
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]   3 base 042F800000 mask 7FFF800000 uncachable
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]   4 base 042F600000 mask 7FFFE00000 uncachable
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]   5 base 00E0000000 mask 7FE0000000 uncachable
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]   6 base 00D0000000 mask 7FF0000000 uncachable
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]   7 base 00CC000000 mask 7FFC000000 uncachable
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]   8 base 00CB800000 mask 7FFF800000 uncachable
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]   9 disabled
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] original variable MTRRs
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] reg 0, base: 0GB, range: 16GB, type WB
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] reg 1, base: 16GB, range: 1GB, type WB
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] reg 2, base: 17152MB, range: 256MB, type UC
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] reg 3, base: 17144MB, range: 8MB, type UC
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] reg 4, base: 17142MB, range: 2MB, type UC
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] reg 5, base: 3584MB, range: 512MB, type UC
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] reg 6, base: 3328MB, range: 256MB, type UC
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] reg 7, base: 3264MB, range: 64MB, type UC
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] reg 8, base: 3256MB, range: 8MB, type UC
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] total RAM covered: 16302M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 64K 	chunk_size: 64K 	num_reg: 10  	lose cover RAM: 118M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 64K 	chunk_size: 128K 	num_reg: 10  	lose cover RAM: 118M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 64K 	chunk_size: 256K 	num_reg: 10  	lose cover RAM: 118M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 64K 	chunk_size: 512K 	num_reg: 10  	lose cover RAM: 118M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 64K 	chunk_size: 1M 	num_reg: 10  	lose cover RAM: 118M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 64K 	chunk_size: 2M 	num_reg: 10  	lose cover RAM: 118M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 64K 	chunk_size: 4M 	num_reg: 10  	lose cover RAM: 118M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 64K 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: 118M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 64K 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: -8M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 64K 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: -8M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 64K 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: -8M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 64K 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: -8M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 64K 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: -8M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 64K 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: -264M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 64K 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: -256M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 64K 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: -1280M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 128K 	chunk_size: 128K 	num_reg: 10  	lose cover RAM: 118M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 128K 	chunk_size: 256K 	num_reg: 10  	lose cover RAM: 118M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 128K 	chunk_size: 512K 	num_reg: 10  	lose cover RAM: 118M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 128K 	chunk_size: 1M 	num_reg: 10  	lose cover RAM: 118M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 128K 	chunk_size: 2M 	num_reg: 10  	lose cover RAM: 118M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 128K 	chunk_size: 4M 	num_reg: 10  	lose cover RAM: 118M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 128K 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: 118M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 128K 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: -8M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 128K 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: -8M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 128K 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: -8M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 128K 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: -8M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 128K 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: -8M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 128K 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: -264M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 128K 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: -256M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 128K 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: -1280M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 256K 	chunk_size: 256K 	num_reg: 10  	lose cover RAM: 118M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 256K 	chunk_size: 512K 	num_reg: 10  	lose cover RAM: 118M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 256K 	chunk_size: 1M 	num_reg: 10  	lose cover RAM: 118M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 256K 	chunk_size: 2M 	num_reg: 10  	lose cover RAM: 118M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 256K 	chunk_size: 4M 	num_reg: 10  	lose cover RAM: 118M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 256K 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: 118M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 256K 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: -8M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 256K 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: -8M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 256K 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: -8M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 256K 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: -8M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 256K 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: -8M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 256K 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: -264M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 256K 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: -256M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 256K 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: -1280M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 512K 	chunk_size: 512K 	num_reg: 10  	lose cover RAM: 118M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 512K 	chunk_size: 1M 	num_reg: 10  	lose cover RAM: 118M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 512K 	chunk_size: 2M 	num_reg: 10  	lose cover RAM: 118M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 512K 	chunk_size: 4M 	num_reg: 10  	lose cover RAM: 118M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 512K 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: 118M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 512K 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: -8M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 512K 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: -8M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 512K 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: -8M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 512K 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: -8M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 512K 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: -8M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 512K 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: -264M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 512K 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: -256M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 512K 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: -1280M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 1M 	chunk_size: 1M 	num_reg: 10  	lose cover RAM: 118M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 1M 	chunk_size: 2M 	num_reg: 10  	lose cover RAM: 118M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 1M 	chunk_size: 4M 	num_reg: 10  	lose cover RAM: 118M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 1M 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: 118M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 1M 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: -8M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 1M 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: -8M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 1M 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: -8M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 1M 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: -8M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 1M 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: -8M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 1M 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: -264M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 1M 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: -256M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 1M 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: -1280M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 2M 	chunk_size: 2M 	num_reg: 10  	lose cover RAM: 118M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 2M 	chunk_size: 4M 	num_reg: 10  	lose cover RAM: 118M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 2M 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: 118M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 2M 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: -8M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 2M 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: -8M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 2M 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: -8M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 2M 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: -8M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 2M 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: -8M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 2M 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: -264M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 2M 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: -256M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 2M 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: -1280M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 4M 	chunk_size: 4M 	num_reg: 10  	lose cover RAM: 118M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 4M 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: 118M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 4M 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: -6M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 4M 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: -6M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 4M 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: -6M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 4M 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: -6M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 4M 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: -6M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 4M 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: -262M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 4M 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: -254M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 4M 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: -1278M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 8M 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: 118M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 8M 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: 54M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 8M 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: 6M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 8M 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: 6M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 8M 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: 6M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 8M 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: 6M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 8M 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: -250M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 8M 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: 6M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 8M 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: -1018M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 16M 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: 62M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 16M 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: 14M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 16M 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: 14M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 16M 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: 14M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 16M 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: 14M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 16M 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: -242M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 16M 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: 14M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 16M 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: -1010M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 32M 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: 46M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 32M 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: 46M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 32M 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: 46M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 32M 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: 46M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 32M 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: -210M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 32M 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: 46M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] *BAD*gran_size: 32M 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: -978M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 64M 	chunk_size: 64M 	num_reg: 8  	lose cover RAM: 110M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 64M 	chunk_size: 128M 	num_reg: 8  	lose cover RAM: 110M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 64M 	chunk_size: 256M 	num_reg: 9  	lose cover RAM: 110M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 64M 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: 110M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 64M 	chunk_size: 1G 	num_reg: 9  	lose cover RAM: 110M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 64M 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: 110M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 128M 	chunk_size: 128M 	num_reg: 7  	lose cover RAM: 174M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 128M 	chunk_size: 256M 	num_reg: 9  	lose cover RAM: 174M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 128M 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: 174M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 128M 	chunk_size: 1G 	num_reg: 9  	lose cover RAM: 174M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 128M 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: 174M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 256M 	chunk_size: 256M 	num_reg: 5  	lose cover RAM: 430M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 256M 	chunk_size: 512M 	num_reg: 5  	lose cover RAM: 430M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 256M 	chunk_size: 1G 	num_reg: 6  	lose cover RAM: 430M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 256M 	chunk_size: 2G 	num_reg: 7  	lose cover RAM: 430M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 512M 	chunk_size: 512M 	num_reg: 5  	lose cover RAM: 430M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 512M 	chunk_size: 1G 	num_reg: 6  	lose cover RAM: 430M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 512M 	chunk_size: 2G 	num_reg: 7  	lose cover RAM: 430M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 1G 	chunk_size: 1G 	num_reg: 4  	lose cover RAM: 942M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 1G 	chunk_size: 2G 	num_reg: 4  	lose cover RAM: 942M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  gran_size: 2G 	chunk_size: 2G 	num_reg: 3  	lose cover RAM: 1966M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] mtrr_cleanup: can not find optimal value
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] please specify mtrr_gran_size/mtrr_chunk_size
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] e820: update [mem 0xcb800000-0xffffffff] usable ==> reserved
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] e820: last_pfn = 0xcb000 max_arch_pfn = 0x400000000
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] Scanning 1 areas for low memory corruption
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] Using GB pages for direct mapping
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  [mem 0x00000000-0x000fffff] page 4k
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] BRK [0x02fbd000, 0x02fbdfff] PGTABLE
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] BRK [0x02fbe000, 0x02fbefff] PGTABLE
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] BRK [0x02fbf000, 0x02fbffff] PGTABLE
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] init_memory_mapping: [mem 0x42f400000-0x42f5fffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  [mem 0x42f400000-0x42f5fffff] page 2M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] BRK [0x02fc0000, 0x02fc0fff] PGTABLE
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] init_memory_mapping: [mem 0x42c000000-0x42f3fffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  [mem 0x42c000000-0x42f3fffff] page 2M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] init_memory_mapping: [mem 0x400000000-0x42bffffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  [mem 0x400000000-0x42bffffff] page 2M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] init_memory_mapping: [mem 0x00100000-0xbbbd0fff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  [mem 0x00100000-0x001fffff] page 4k
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  [mem 0x00200000-0x3fffffff] page 2M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  [mem 0x40000000-0x7fffffff] page 1G
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  [mem 0x80000000-0xbb9fffff] page 2M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  [mem 0xbba00000-0xbbbd0fff] page 4k
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] init_memory_mapping: [mem 0xbbf65000-0xc9b69fff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  [mem 0xbbf65000-0xbbffffff] page 4k
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  [mem 0xbc000000-0xc99fffff] page 2M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  [mem 0xc9a00000-0xc9b69fff] page 4k
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] BRK [0x02fc1000, 0x02fc1fff] PGTABLE
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] BRK [0x02fc2000, 0x02fc2fff] PGTABLE
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] init_memory_mapping: [mem 0xcafff000-0xcaffffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  [mem 0xcafff000-0xcaffffff] page 4k
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] init_memory_mapping: [mem 0x100000000-0x3ffffffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  [mem 0x100000000-0x3ffffffff] page 1G
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] RAMDISK: [mem 0x34a9c000-0x36545fff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: Early table checksum verification disabled
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: RSDP 0x00000000CA386000 000024 (v02 ALWARE)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: XSDT 0x00000000CA3860A8 0000D4 (v01 ALWARE ALIENWRE 01072009 AMI  00010013)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: FACP 0x00000000CA39C250 00010C (v05 ALWARE ALIENWRE 01072009 AMI  00010013)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: DSDT 0x00000000CA386210 01603C (v02 ALWARE ALIENWRE 01072009 INTL 20120913)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: FACS 0x00000000CAD0DF80 000040
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: APIC 0x00000000CA39C360 0000BC (v03 ALWARE ALIENWRE 01072009 AMI  00010013)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: FPDT 0x00000000CA39C420 000044 (v01 ALWARE ALIENWRE 01072009 AMI  00010013)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: FIDT 0x00000000CA39C468 00009C (v01 ALWARE ALIENWRE 01072009 AMI  00010013)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: MCFG 0x00000000CA39C508 00003C (v01 ALWARE ALIENWRE 01072009 MSFT 00000097)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: HPET 0x00000000CA39C548 000038 (v01 ALWARE ALIENWRE 01072009 AMI. 00000005)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: SSDT 0x00000000CA39C580 0003EF (v01 SataRe SataTabl 00001000 INTL 20120913)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: UEFI 0x00000000CA39C970 000042 (v01                 00000000      00000000)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: MSDM 0x00000000CA39C9B8 000055 (v03 ALWARE ALIENWRE 01072009 AMI  00010013)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: SSDT 0x00000000CA39CA10 0004A8 (v02 Ther_R Ther_Rvp 00001000 INTL 20120913)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: ASF! 0x00000000CA39CEB8 0000A0 (v32 INTEL   HCG     00000001 TFSM 000F4240)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: SLIC 0x00000000CA39CF58 000176 (v01 ALWARE ALIENWRE 01072009 AMI  00010013)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: SSDT 0x00000000CA39D0D0 000539 (v02 PmRef  Cpu0Ist  00003000 INTL 20120913)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: SSDT 0x00000000CA39D610 000B74 (v02 CpuRef CpuSsdt  00003000 INTL 20120913)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: SSDT 0x00000000CA39E188 003235 (v02 DptfTa DptfTabl 00001000 INTL 20120913)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: SSDT 0x00000000CA3A13C0 006571 (v02 SaSsdt SaSsdt   00003000 INTL 20120913)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: SSDT 0x00000000CA3A7938 00027A (v02 SgRef  SgPeg    00001000 INTL 20120913)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: DMAR 0x00000000CA3A7BB8 0000B8 (v01 INTEL  BDW      00000001 INTL 00000001)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: BGRT 0x00000000CA3A7C70 000038 (v01 ALWARE ALIENWRE 01072009 AMI  00010013)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: UEFI 0x00000000CA3A7CA8 00063A (v01 INTEL  RstSataE 00000000 ??   00000000)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: UEFI 0x00000000CA3A82E8 00005C (v01 INTEL  RstSataV 00000000 ??   00000000)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: SSDT 0x00000000CA3A8348 002389 (v01 OptRef OptTabl  00001000 INTL 20120913)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: Local APIC address 0xfee00000
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] No NUMA configuration found
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] Faking a node at [mem 0x0000000000000000-0x000000042f5fffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] Initmem setup node 0 [mem 0x00000000-0x42f5fffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]   NODE_DATA [mem 0x42f5f7000-0x42f5fbfff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]  [ffffea0000000000-ffffea0010bfffff] PMD -> [ffff88041ec00000-ffff88042ebfffff] on node 0
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] Zone ranges:
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]   Normal   [mem 0x100000000-0x42f5fffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] Movable zone start for each node
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] Early memory node ranges
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]   node   0: [mem 0x00001000-0x00057fff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]   node   0: [mem 0x00059000-0x0009dfff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]   node   0: [mem 0x00100000-0xbbbd0fff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]   node   0: [mem 0xbbf65000-0xc9b69fff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]   node   0: [mem 0xcafff000-0xcaffffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]   node   0: [mem 0x100000000-0x42f5fffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] On node 0 totalpages: 4164979
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]   DMA zone: 64 pages used for memmap
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]   DMA zone: 22 pages reserved
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]   DMA zone: 3996 pages, LIFO batch:0
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]   DMA32 zone: 12832 pages used for memmap
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]   DMA32 zone: 821207 pages, LIFO batch:31
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]   Normal zone: 52184 pages used for memmap
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000]   Normal zone: 3339776 pages, LIFO batch:31
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] Reserving Intel graphics stolen memory at 0xcba00000-0xcf9fffff
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: PM-Timer IO Port: 0x1808
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: Local APIC address 0xfee00000
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] res edge lint[0xb8])
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: NMI not connected to LINT 1!
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] low level lint[0x48])
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: NMI not connected to LINT 1!
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl res lint[0x89])
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: NMI not connected to LINT 1!
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] dfl dfl lint[0x0])
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: NMI not connected to LINT 1!
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] low res lint[0xc0])
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: NMI not connected to LINT 1!
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] dfl res lint[0x5d])
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: NMI not connected to LINT 1!
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high res lint[0x72])
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: NMI not connected to LINT 1!
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high res lint[0x0])
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: NMI not connected to LINT 1!
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: IRQ0 used by override.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: IRQ2 used by override.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: IRQ9 used by override.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] Using ACPI (MADT) for SMP configuration information
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] nr_irqs_gsi: 40
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xbbbd1000-0xbbf64fff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xc9b6a000-0xca37cfff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xca37d000-0xca3aafff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xca3ab000-0xcad12fff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xcad13000-0xcaf9afff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xcaf9b000-0xcaffefff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xcb000000-0xcb7fffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xcb800000-0xcf9fffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xcfa00000-0xf7ffffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] e820: [mem 0xcfa00000-0xf7ffffff] available for PCI devices
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] Booting paravirtualized kernel on bare hardware
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] PERCPU: Embedded 27 pages/cpu @ffff88042f200000 s81408 r8192 d20992 u262144
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] pcpu-alloc: s81408 r8192 d20992 u262144 alloc=1*2097152
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 4099877
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] Policy zone: Normal
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-34-generic.efi.signed root=UUID=4635899b-690a-4f1d-8ce4-f266a2dd0afe ro quiet splash vt.handoff=7
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] AGP: Checking aperture...
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] AGP: No AGP bridge found
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] Calgary: detecting Calgary via BIOS EBDA area
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] Memory: 16049288K/16659916K available (7622K kernel code, 1131K rwdata, 3596K rodata, 1352K init, 1300K bss, 610628K reserved)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] Hierarchical RCU implementation.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] 	Offload RCU callbacks from all CPUs
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] 	Offload RCU callbacks from CPUs: 0-7.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] NR_IRQS:16640 nr_irqs:744 16
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] vt handoff: transparent VT on vt#7
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] Console: colour dummy device 80x25
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] console [tty0] enabled
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] allocated 67108864 bytes of page_cgroup
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] hpet clockevent registered
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] tsc: Fast TSC calibration using PIT
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000000] tsc: Detected 2798.377 MHz processor
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000081] Calibrating delay loop (skipped), value calculated using timer frequency.. 5596.75 BogoMIPS (lpj=11193508)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000087] pid_max: default: 32768 minimum: 301
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.000105] ACPI: Core revision 20140424
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.065806] ACPI: All ACPI Tables successfully acquired
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.069716] Security Framework initialized
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.069759] AppArmor: AppArmor initialized
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.069762] Yama: becoming mindful.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.072655] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.081209] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.084819] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.084867] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.085481] Initializing cgroup subsys memory
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.085540] Initializing cgroup subsys devices
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.085556] Initializing cgroup subsys freezer
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.085563] Initializing cgroup subsys net_cls
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.085573] Initializing cgroup subsys blkio
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.085581] Initializing cgroup subsys perf_event
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.085587] Initializing cgroup subsys net_prio
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.085602] Initializing cgroup subsys hugetlb
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.085657] CPU: Physical Processor ID: 0
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.085660] CPU: Processor Core ID: 0
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.085671] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.085671] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.087715] mce: CPU supports 10 MCE banks
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.087756] CPU0: Thermal monitoring enabled (TM1)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.087793] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.087793] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.087793] tlb_flushall_shift: 6
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.088092] Freeing SMP alternatives memory: 32K (ffffffff81e6e000 - ffffffff81e76000)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.109846] ftrace: allocating 29236 entries in 115 pages
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.142573] dmar: Host address width 39
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.142579] dmar: DRHD base: 0x000000fed90000 flags: 0x0
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.142601] dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.142604] dmar: DRHD base: 0x000000fed91000 flags: 0x1
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.142616] dmar: IOMMU 1: reg_base_addr fed91000 ver 1:0 cap d2008c20660462 ecap f010da
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.142619] dmar: RMRR base: 0x000000caef4000 end: 0x000000caf02fff
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.142623] dmar: RMRR base: 0x000000cb800000 end: 0x000000cf9fffff
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.142705] IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.142708] HPET id 0 under DRHD base 0xfed91000
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.142711] Queued invalidation will be enabled to support x2apic and Intr-remapping.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.142713] Your BIOS is broken and requested that x2apic be disabled.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.142713] This will slightly decrease performance.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.142713] Use 'intremap=no_x2apic_optout' to override BIOS request.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.143160] Enabled IRQ remapping in xapic mode
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.143163] x2apic not enabled, IRQ remapping is in xapic mode
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.143744] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.183444] smpboot: CPU0: Intel(R) Core(TM) i7-4980HQ CPU @ 2.80GHz (fam: 06, model: 46, stepping: 01)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.183466] TSC deadline timer enabled
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.183528] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.183580] ... version:                3
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.183583] ... bit width:              48
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.183585] ... generic registers:      4
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.183587] ... value mask:             0000ffffffffffff
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.183590] ... max period:             0000ffffffffffff
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.183592] ... fixed-purpose events:   3
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.183595] ... event mask:             000000070000000f
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.188329] x86: Booting SMP configuration:
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.188335] .... node  #0, CPUs:      #1
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.221530] TSC synchronization [CPU#0 -> CPU#1]:
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.221535] Measured 2804634 cycles TSC warp between CPUs, turning off TSC clock.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.221544] tsc: Marking TSC unstable due to check_tsc_sync_source failed
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.221764] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.221952]  #2 #3 #4 #5 #6 #7
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.388787] x86: Booted up 1 node, 8 CPUs
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.388796] smpboot: Total of 8 processors activated (44774.03 BogoMIPS)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.392268] devtmpfs: initialized
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.401358] evm: security.selinux
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.401361] evm: security.SMACK64
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.401364] evm: security.SMACK64EXEC
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.401366] evm: security.SMACK64TRANSMUTE
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.401368] evm: security.SMACK64MMAP
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.401370] evm: security.ima
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.401372] evm: security.capability
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.401417] PM: Registering ACPI NVS region [mem 0xca3ab000-0xcad12fff] (9863168 bytes)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.402512] pinctrl core: initialized pinctrl subsystem
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.404120] regulator-dummy: no parameters
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.404183] RTC time: 20:51:22, date: 04/20/15
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.404318] NET: Registered protocol family 16
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.404704] cpuidle: using governor ladder
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.404711] cpuidle: using governor menu
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.404848] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.404851] ACPI: bus type PCI registered
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.404855] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.405030] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.405035] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.405253] PCI: Using configuration type 1 for base access
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.412259] ACPI: Added _OSI(Module Device)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.412264] ACPI: Added _OSI(Processor Device)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.412267] ACPI: Added _OSI(3.0 _SCP Extensions)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.412271] ACPI: Added _OSI(Processor Aggregator Device)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.429521] ACPI: Executed 18 blocks of module-level executable AML code
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.460275] ACPI: Dynamic OEM Table Load:
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.460296] ACPI: SSDT 0xFFFF8804185FD000 0003D3 (v02 PmRef  Cpu0Cst  00003001 INTL 20120913)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.464624] ACPI: Dynamic OEM Table Load:
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.464642] ACPI: SSDT 0xFFFF8804186B9800 0005AA (v02 PmRef  ApIst    00003000 INTL 20120913)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.468234] ACPI: Dynamic OEM Table Load:
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.468248] ACPI: SSDT 0xFFFF880418643800 000119 (v02 PmRef  ApCst    00003000 INTL 20120913)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.477194] ACPI: Interpreter enabled
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.477216] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.477233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.477270] ACPI: (supports S0 S3 S4 S5)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.477273] ACPI: Using IOAPIC for interrupt routing
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.477347] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    0.481861] ACPI: Power Resource [PG00] (on)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.440959] ACPI: Power Resource [PG01] (on)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.456833] ACPI: Power Resource [PG02] (on)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.502583] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.502599] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.503837] acpi PNP0A08:00: _OSC: platform does not support [PCIeCapability]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.504436] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.504443] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug PME AER PCIeCapability]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.504447] acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug PME AER]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.504452] acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.505754] PCI host bridge to bus 0000:00
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.505761] pci_bus 0000:00: root bus resource [bus 00-3e]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.505766] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.505770] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.505774] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.505778] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.505782] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.505785] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.505789] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.505793] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.505796] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.505800] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.505803] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.505807] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.505811] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.505814] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.505818] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.505822] pci_bus 0000:00: root bus resource [mem 0xcfa00000-0xfeafffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.505840] pci 0000:00:00.0: [8086:0d04] type 00 class 0x060000
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.506079] pci 0000:00:01.0: [8086:0d01] type 01 class 0x060400
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.506170] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.506313] pci 0000:00:01.0: System wakeup disabled by ACPI
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.506423] pci 0000:00:02.0: [8086:0d26] type 00 class 0x030000
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.506452] pci 0000:00:02.0: reg 0x10: [mem 0xf6400000-0xf67fffff 64bit]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.506469] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.506482] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.506704] pci 0000:00:03.0: [8086:0d0c] type 00 class 0x040300
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.506723] pci 0000:00:03.0: reg 0x10: [mem 0xf751c000-0xf751ffff 64bit]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.506950] pci 0000:00:04.0: [8086:0d03] type 00 class 0x118000
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.506975] pci 0000:00:04.0: reg 0x10: [mem 0xf7510000-0xf7517fff 64bit]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.507250] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.507300] pci 0000:00:14.0: reg 0x10: [mem 0xf7500000-0xf750ffff 64bit]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.507452] pci 0000:00:14.0: PME# supported from D3hot D3cold
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.507587] pci 0000:00:14.0: System wakeup disabled by ACPI
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.507690] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.507742] pci 0000:00:16.0: reg 0x10: [mem 0xf7525000-0xf752500f 64bit]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.507898] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.508138] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.508185] pci 0000:00:1a.0: reg 0x10: [mem 0xf7523000-0xf75233ff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.508373] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.508515] pci 0000:00:1a.0: System wakeup disabled by ACPI
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.508619] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.508658] pci 0000:00:1b.0: reg 0x10: [mem 0xf7518000-0xf751bfff 64bit]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.508811] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.508947] pci 0000:00:1b.0: System wakeup disabled by ACPI
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.509036] pci 0000:00:1c.0: [8086:8c14] type 01 class 0x060400
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.509214] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.509339] pci 0000:00:1c.0: System wakeup disabled by ACPI
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.509440] pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.509619] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.509741] pci 0000:00:1c.3: System wakeup disabled by ACPI
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.509833] pci 0000:00:1c.4: [8086:8c18] type 01 class 0x060400
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.510012] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.510131] pci 0000:00:1c.4: System wakeup disabled by ACPI
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.510237] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.510284] pci 0000:00:1d.0: reg 0x10: [mem 0xf7522000-0xf75223ff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.510471] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.510609] pci 0000:00:1d.0: System wakeup disabled by ACPI
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.510708] pci 0000:00:1f.0: [8086:8c4b] type 00 class 0x060100
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.511089] pci 0000:00:1f.2: [8086:282a] type 00 class 0x010400
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.511135] pci 0000:00:1f.2: reg 0x10: [io  0xf0b0-0xf0b7]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.511154] pci 0000:00:1f.2: reg 0x14: [io  0xf0a0-0xf0a3]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.511174] pci 0000:00:1f.2: reg 0x18: [io  0xf090-0xf097]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.511198] pci 0000:00:1f.2: reg 0x1c: [io  0xf080-0xf083]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.511222] pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.511246] pci 0000:00:1f.2: reg 0x24: [mem 0xf7521000-0xf75217ff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.511353] pci 0000:00:1f.2: PME# supported from D3hot
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.511547] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.511588] pci 0000:00:1f.3: reg 0x10: [mem 0xf7520000-0xf75200ff 64bit]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.511642] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.511963] pci 0000:01:00.0: [10de:13d7] type 00 class 0x030200
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.511983] pci 0000:01:00.0: reg 0x10: [mem 0xf5000000-0xf5ffffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.512000] pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.512020] pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.512033] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.512047] pci 0000:01:00.0: reg 0x30: [mem 0xf6000000-0xf607ffff pref]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.512139] pci 0000:01:00.0: System wakeup disabled by ACPI
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.520029] pci 0000:00:01.0: PCI bridge to [bus 01]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.520037] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.520043] pci 0000:00:01.0:   bridge window [mem 0xf5000000-0xf60fffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.520051] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.520339] pci 0000:02:00.0: [1969:e091] type 00 class 0x020000
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.520504] pci 0000:02:00.0: reg 0x10: [mem 0xf7400000-0xf743ffff 64bit]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.520587] pci 0000:02:00.0: reg 0x18: [io  0xd000-0xd07f]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.521233] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.521369] pci 0000:02:00.0: System wakeup disabled by ACPI
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.528064] pci 0000:00:1c.0: PCI bridge to [bus 02]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.528073] pci 0000:00:1c.0:   bridge window [io  0xd000-0xdfff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.528086] pci 0000:00:1c.0:   bridge window [mem 0xf7400000-0xf74fffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.528363] pci 0000:03:00.0: [168c:003e] type 00 class 0x028000
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.528471] pci 0000:03:00.0: reg 0x10: [mem 0xf6800000-0xf69fffff 64bit]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.528820] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.528949] pci 0000:03:00.0: System wakeup disabled by ACPI
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.536089] pci 0000:00:1c.3: PCI bridge to [bus 03]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.536102] pci 0000:00:1c.3:   bridge window [mem 0xf6800000-0xf69fffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.536300] acpiphp: Slot [1] registered
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.536347] pci 0000:04:00.0: [10ec:5227] type 00 class 0xff0000
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.536377] pci 0000:04:00.0: reg 0x10: [mem 0xf6a00000-0xf6a00fff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.536575] pci 0000:04:00.0: supports D1 D2
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.536579] pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.536639] pci 0000:04:00.0: System wakeup disabled by ACPI
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.544032] pci 0000:00:1c.4: PCI bridge to [bus 04]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.544046] pci 0000:00:1c.4:   bridge window [io  0xc000-0xcfff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.544059] pci 0000:00:1c.4:   bridge window [mem 0xf6a00000-0xf73fffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.544076] pci 0000:00:1c.4:   bridge window [mem 0xf2100000-0xf2afffff 64bit pref]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.549170] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.549310] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.549443] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.549567] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.549692] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.549816] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.549940] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.550065] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.550832] ACPI: Enabled 4 GPEs in block 00 to 3F
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.550932] ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.551101] vgaarb: setting as boot device: PCI:0000:00:02.0
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.551101] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.551101] vgaarb: loaded
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.551101] vgaarb: bridge control possible 0000:00:02.0
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.551101] SCSI subsystem initialized
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.551101] libata version 3.00 loaded.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.551101] ACPI: bus type USB registered
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.551101] usbcore: registered new interface driver usbfs
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.551101] usbcore: registered new interface driver hub
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.552016] usbcore: registered new device driver usb
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.552220] PCI: Using ACPI for IRQ routing
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.556186] PCI: pci_cache_line_size set to 64 bytes
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.556417] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.556421] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.556425] e820: reserve RAM buffer [mem 0xbbbd1000-0xbbffffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.556428] e820: reserve RAM buffer [mem 0xc9b6a000-0xcbffffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.556433] e820: reserve RAM buffer [mem 0xcb000000-0xcbffffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.556437] e820: reserve RAM buffer [mem 0x42f600000-0x42fffffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.556720] NetLabel: Initializing
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.556723] NetLabel:  domain hash size = 128
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.556726] NetLabel:  protocols = UNLABELED CIPSOv4
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.556753] NetLabel:  unlabeled traffic allowed by default
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.556787] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.556787] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.558214] Switched to clocksource hpet
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.569888] AppArmor: AppArmor Filesystem Enabled
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.569957] pnp: PnP ACPI init
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.569988] ACPI: bus type PNP registered
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.570394] pnp 00:00: Plug and Play ACPI device, IDs PNP0303 (active)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.570491] pnp 00:01: Plug and Play ACPI device, IDs DLL0688 PNP0f13 (active)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.570709] system 00:02: [io  0x0680-0x069f] has been reserved
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.570715] system 00:02: [io  0xffff] has been reserved
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.570720] system 00:02: [io  0xffff] has been reserved
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.570724] system 00:02: [io  0xffff] has been reserved
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.570729] system 00:02: [io  0x1800-0x18fe] could not be reserved
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.570733] system 00:02: [io  0x164e-0x164f] has been reserved
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.570740] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.570866] system 00:03: [io  0x0800-0x087f] has been reserved
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.570872] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.570946] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.571047] system 00:05: [io  0x1854-0x1857] has been reserved
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.571053] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.572439] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.572445] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.572450] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.572454] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.572459] system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.572463] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.572468] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.572473] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.572477] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.572482] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.572487] system 00:06: [mem 0xf7fe0000-0xf7feffff] has been reserved
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.572491] system 00:06: [mem 0xf7ff0000-0xf7ffffff] has been reserved
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.572497] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.573683] pnp: PnP ACPI: found 7 devices
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.573686] ACPI: bus type PNP unregistered
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583374] pci 0000:00:01.0: PCI bridge to [bus 01]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583381] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583390] pci 0000:00:01.0:   bridge window [mem 0xf5000000-0xf60fffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583398] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583407] pci 0000:00:1c.0: PCI bridge to [bus 02]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583417] pci 0000:00:1c.0:   bridge window [io  0xd000-0xdfff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583432] pci 0000:00:1c.0:   bridge window [mem 0xf7400000-0xf74fffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583455] pci 0000:00:1c.3: PCI bridge to [bus 03]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583471] pci 0000:00:1c.3:   bridge window [mem 0xf6800000-0xf69fffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583493] pci 0000:00:1c.4: PCI bridge to [bus 04]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583503] pci 0000:00:1c.4:   bridge window [io  0xc000-0xcfff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583518] pci 0000:00:1c.4:   bridge window [mem 0xf6a00000-0xf73fffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583527] pci 0000:00:1c.4:   bridge window [mem 0xf2100000-0xf2afffff 64bit pref]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583547] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583551] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583556] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583559] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583563] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583567] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583571] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583575] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583578] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583582] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583586] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583589] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583593] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583597] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583601] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583604] pci_bus 0000:00: resource 19 [mem 0xcfa00000-0xfeafffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583609] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583613] pci_bus 0000:01: resource 1 [mem 0xf5000000-0xf60fffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583617] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583621] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583625] pci_bus 0000:02: resource 1 [mem 0xf7400000-0xf74fffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583629] pci_bus 0000:03: resource 1 [mem 0xf6800000-0xf69fffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583633] pci_bus 0000:04: resource 0 [io  0xc000-0xcfff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583636] pci_bus 0000:04: resource 1 [mem 0xf6a00000-0xf73fffff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583640] pci_bus 0000:04: resource 2 [mem 0xf2100000-0xf2afffff 64bit pref]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.583708] NET: Registered protocol family 2
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.584321] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.584888] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.585174] TCP: Hash tables configured (established 131072 bind 65536)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.585213] TCP: reno registered
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.585261] UDP hash table entries: 8192 (order: 6, 262144 bytes)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.585387] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.585563] NET: Registered protocol family 1
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.585600] pci 0000:00:02.0: Video device with shadowed ROM
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.624229] pci 0000:02:00.0: set MSI_INTX_DISABLE_BUG flag
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.624308] PCI: CLS 64 bytes, default 64
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    3.624431] Trying to unpack rootfs image as initramfs...
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.834698] Freeing initrd memory: 27304K (ffff880034a9c000 - ffff880036546000)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.834791] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.834798] software IO TLB [mem 0xb3f7d000-0xb7f7d000] (64MB) mapped at [ffff8800b3f7d000-ffff8800b7f7cfff]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.835859] microcode: CPU0 sig=0x40661, pf=0x20, revision=0x12
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.835892] microcode: CPU1 sig=0x40661, pf=0x20, revision=0x12
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.835908] microcode: CPU2 sig=0x40661, pf=0x20, revision=0x12
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.835928] microcode: CPU3 sig=0x40661, pf=0x20, revision=0x12
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.835947] microcode: CPU4 sig=0x40661, pf=0x20, revision=0x12
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.835979] microcode: CPU5 sig=0x40661, pf=0x20, revision=0x12
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.835991] microcode: CPU6 sig=0x40661, pf=0x20, revision=0x12
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.836042] microcode: CPU7 sig=0x40661, pf=0x20, revision=0x12
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.836209] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.836295] Scanning for low memory corruption every 60 seconds
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.837167] futex hash table entries: 2048 (order: 5, 131072 bytes)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.837220] Initialise system trusted keyring
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.837281] audit: initializing netlink subsys (disabled)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.837319] audit: type=2000 audit(1429563085.832:1): initialized
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.838119] HugeTLB registered 2 MB page size, pre-allocated 0 pages
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.841680] zpool: loaded
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.841690] zbud: loaded
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.842098] VFS: Disk quotas dquot_6.5.2
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.842180] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.843279] fuse init (API version 7.23)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.843508] msgmni has been set to 31864
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.843653] Key type big_key registered
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.844798] Key type asymmetric registered
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.844803] Asymmetric key parser 'x509' registered
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.844887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.845000] io scheduler noop registered
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.845007] io scheduler deadline registered (default)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.845122] io scheduler cfq registered
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.845582] pcieport 0000:00:01.0: irq 42 for MSI/MSI-X
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.846483] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.846524] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.846657] efifb: probing for efifb
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.846709] efifb: framebuffer at 0xd0000000, mapped to 0xffffc90006180000, using 8128k, total 8128k
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.846712] efifb: mode is 1920x1080x32, linelength=7680, pages=1
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.846714] efifb: scrolling: redraw
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.846719] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.846954] Console: switching to colour frame buffer device 240x67
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.847012] fb0: EFI VGA frame buffer device
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.847054] intel_idle: MWAIT substates: 0x42120
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.847057] intel_idle: v0.4 model 0x46
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.847060] intel_idle: lapic_timer_reliable_states 0xffffffff
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.848045] ACPI: AC Adapter [ACAD] (on-line)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.848325] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:27/PNP0C0D:01/input/input0
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.848375] ACPI: Lid Switch [LID0]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.848485] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.848492] ACPI: Power Button [PWRB]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.848575] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.848580] ACPI: Power Button [PWRF]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.849517] thermal LNXTHERM:00: registered as thermal_zone0
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.849522] ACPI: Thermal Zone [TZ00] (28 C)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.850023] thermal LNXTHERM:01: registered as thermal_zone1
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.850027] ACPI: Thermal Zone [TZ01] (30 C)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.850180] GHES: HEST is not enabled!
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.850433] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.880059] [Firmware Bug]: battery: (dis)charge rate invalid.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.880120] ACPI: Battery Slot [BAT1] (battery present)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.880474] Linux agpgart interface v0.103
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.883957] brd: module loaded
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.885593] loop: module loaded
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.886113] libphy: Fixed MDIO Bus: probed
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.886124] tun: Universal TUN/TAP device driver, 1.6
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.886127] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.886245] PPP generic driver version 2.4.2
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.886375] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.886390] ehci-pci: EHCI PCI platform driver
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.886641] ehci-pci 0000:00:1a.0: EHCI Host Controller
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.886657] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.886685] ehci-pci 0000:00:1a.0: debug port 2
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.890612] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.890655] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7523000
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.900042] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.900136] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.900140] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.900144] usb usb1: Product: EHCI Host Controller
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.900148] usb usb1: Manufacturer: Linux 3.16.0-34-generic ehci_hcd
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.900151] usb usb1: SerialNumber: 0000:00:1a.0
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.900473] hub 1-0:1.0: USB hub found
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.900485] hub 1-0:1.0: 2 ports detected
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.900976] ehci-pci 0000:00:1d.0: EHCI Host Controller
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.900988] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.901014] ehci-pci 0000:00:1d.0: debug port 2
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.904925] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.904967] ehci-pci 0000:00:1d.0: irq 22, io mem 0xf7522000
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.916042] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.916121] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.916125] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.916129] usb usb2: Product: EHCI Host Controller
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.916133] usb usb2: Manufacturer: Linux 3.16.0-34-generic ehci_hcd
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.916136] usb usb2: SerialNumber: 0000:00:1d.0
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.916487] hub 2-0:1.0: USB hub found
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.916502] hub 2-0:1.0: 2 ports detected
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.916813] ehci-platform: EHCI generic platform driver
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.916843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.916860] ohci-pci: OHCI PCI platform driver
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.916893] ohci-platform: OHCI generic platform driver
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.916917] uhci_hcd: USB Universal Host Controller Interface driver
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.917213] xhci_hcd 0000:00:14.0: xHCI Host Controller
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.917225] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.917399] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.917454] xhci_hcd 0000:00:14.0: irq 43 for MSI/MSI-X
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.917577] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.917581] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.917585] usb usb3: Product: xHCI Host Controller
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.917588] usb usb3: Manufacturer: Linux 3.16.0-34-generic xhci_hcd
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.917592] usb usb3: SerialNumber: 0000:00:14.0
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.917948] hub 3-0:1.0: USB hub found
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.917982] hub 3-0:1.0: 14 ports detected
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.931525] xhci_hcd 0000:00:14.0: xHCI Host Controller
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.931535] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.931630] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.931634] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.931638] usb usb4: Product: xHCI Host Controller
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.931642] usb usb4: Manufacturer: Linux 3.16.0-34-generic xhci_hcd
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.931646] usb usb4: SerialNumber: 0000:00:14.0
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.932044] hub 4-0:1.0: USB hub found
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.932073] hub 4-0:1.0: 6 ports detected
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.938878] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.979498] serio: i8042 KBD port at 0x60,0x64 irq 1
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.979508] serio: i8042 AUX port at 0x60,0x64 irq 12
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.979935] mousedev: PS/2 mouse device common for all mice
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.980596] rtc_cmos 00:04: RTC can wake from S4
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.980902] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.980953] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.981117] device-mapper: uevent: version 1.0.3
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.981394] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.981436] Intel P-state driver initializing.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.981501] Intel pstate controlling: cpu 0
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.981584] Intel pstate controlling: cpu 1
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.981630] Intel pstate controlling: cpu 2
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.981645] Intel pstate controlling: cpu 3
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.981678] Intel pstate controlling: cpu 4
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.981711] Intel pstate controlling: cpu 5
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.981739] Intel pstate controlling: cpu 6
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.981759] Intel pstate controlling: cpu 7
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.981780] Consider also installing thermald for improved thermal control.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.981784] ledtrig-cpu: registered to indicate activity on CPUs
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.981788] EFI Variables Facility v0.08 2004-May-17
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.983858] TCP: cubic registered
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.983918] NET: Registered protocol family 10
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.984095] NET: Registered protocol family 17
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.984111] Key type dns_resolver registered
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.984708] Loading compiled-in X.509 certificates
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.985205] Loaded X.509 cert 'Magrathea: Glacier signing key: 4a55719e5c6c6154be0625d04883ae411b7641ad'
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.985215] registered taskstats version 1
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.986702] Key type trusted registered
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.989697] Key type encrypted registered
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.989704] AppArmor: AppArmor sha1 policy hashing enabled
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.989708] ima: No TPM chip found, activating TPM-bypass!
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.989725] evm: HMAC attrs: 0x1
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.990565]   Magic number: 11:950:902
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.990697] rtc_cmos 00:04: setting system clock to 2015-04-20 20:51:26 UTC (1429563086)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.990760] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.990761] EDD information not available.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.990820] PM: Hibernation image not present or could not be loaded.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.991439] Freeing unused kernel memory: 1352K (ffffffff81d1c000 - ffffffff81e6e000)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.991440] Write protecting the kernel read-only data: 12288k
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.992491] Freeing unused kernel memory: 560K (ffff880002774000 - ffff880002800000)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    4.993207] Freeing unused kernel memory: 500K (ffff880002b83000 - ffff880002c00000)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.002531] systemd-udevd[147]: starting version 204
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.011450] sdhci: Secure Digital Host Controller Interface driver
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.011452] sdhci: Copyright(c) Pierre Ossman
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.013447] wmi: Mapper loaded
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.018824] rtsx_pci 0000:04:00.0: enabling device (0000 -> 0002)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.018917] rtsx_pci 0000:04:00.0: irq 44 for MSI/MSI-X
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.018935] rtsx_pci 0000:04:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 44
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.020363] ahci 0000:00:1f.2: version 3.0
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.020507] ahci 0000:00:1f.2: irq 45 for MSI/MSI-X
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.020625] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3 impl RAID mode
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.020627] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst 
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.021049] [drm] Initialized drm 1.1.0 20060810
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.027777] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.029023] scsi0 : ahci
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.029288] scsi1 : ahci
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.029438] scsi2 : ahci
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.029776] scsi3 : ahci
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.030164] scsi4 : ahci
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.030353] scsi5 : ahci
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.030471] ata1: SATA max UDMA/133 abar m2048@0xf7521000 port 0xf7521100 irq 45
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.030474] ata2: SATA max UDMA/133 abar m2048@0xf7521000 port 0xf7521180 irq 45
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.030475] ata3: DUMMY
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.030476] ata4: DUMMY
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.030477] ata5: DUMMY
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.030478] ata6: DUMMY
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.031569] alx 0000:02:00.0 eth0: Qualcomm Atheros AR816x/AR817x Ethernet [34:e6:d7:49:f8:ca]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.039017] [drm] Found 128MB of eLLC
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.039050] [drm] Memory usable by graphics device = 2048M
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.039052] checking generic (d0000000 7f0000) vs hw (d0000000 10000000)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.039053] fb: switching to inteldrmfb from EFI VGA
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.039066] Console: switching to colour dummy device 80x25
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.039112] [drm] Replacing VGA console driver
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.039494] [drm] ACPI BIOS requests an excessive sleep of 2000 ms, using 1500 ms instead
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.042153] MXM: GUID detected in BIOS
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.042207] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.042248] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.042414] pci 0000:01:00.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.042415] VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.PEG0.PEGP handle
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.042432] nouveau 0000:01:00.0: enabling device (0006 -> 0007)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.060093] i915 0000:00:02.0: irq 46 for MSI/MSI-X
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.060106] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.060107] [drm] Driver supports precise vblank timestamp query.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.060125] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.097185] [drm] seamless DRRS supported for eDP panel.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.212031] usb 1-1: new high-speed USB device number 2 using ehci-pci
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.344329] usb 1-1: New USB device found, idVendor=8087, idProduct=8008
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.344331] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.344472] hub 1-1:1.0: USB hub found
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.344573] hub 1-1:1.0: 6 ports detected
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.348055] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.348080] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.349934] ata2.00: ATA-8: LITEONIT LGT-512L9G-11 M.2 2280 512GB, HG9110C, max UDMA/133
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.349936] ata2.00: 1000215216 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.350244] ata2.00: configured for UDMA/133
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.403012] ata1.00: ATA-8: TOSHIBA MQ01ABD100, AX0P2D, max UDMA/100
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.403014] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.404701] ata1.00: configured for UDMA/100
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.404873] scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA MQ01ABD1 2D   PQ: 0 ANSI: 5
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.405138] sd 0:0:0:0: Attached scsi generic sg0 type 0
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.405158] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.405160] sd 0:0:0:0: [sda] 4096-byte physical blocks
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.405304] sd 0:0:0:0: [sda] Write Protect is off
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.405305] scsi 1:0:0:0: Direct-Access     ATA      LITEONIT LGT-512 10C  PQ: 0 ANSI: 5
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.405308] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.405410] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.405553] sd 1:0:0:0: [sdb] 1000215216 512-byte logical blocks: (512 GB/476 GiB)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.405570] sd 1:0:0:0: Attached scsi generic sg1 type 0
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.405659] sd 1:0:0:0: [sdb] Write Protect is off
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.405661] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.405684] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.407256]  sdb: sdb1 sdb2 sdb3 sdb4 sdb5 sdb6 sdb7 sdb8
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.407748] sd 1:0:0:0: [sdb] Attached SCSI disk
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.456047] usb 2-1: new high-speed USB device number 2 using ehci-pci
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.460050] [drm] GMBUS [i915 gmbus vga] timed out, falling back to bit banging on pin 2
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.477041] fbcon: inteldrmfb (fb0) is primary device
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.477066] Console: switching to colour frame buffer device 240x67
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.477087] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.477089] i915 0000:00:02.0: registered panic notifier
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.485492] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.485559] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.485680] ACPI Exception: AE_NOT_FOUND, Evaluating _DOD (20140424/video-1419)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.485683] ACPI: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.485719] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:01/input/input7
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.485874] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.486088] nouveau E[  DEVICE][0000:01:00.0] unknown chipset, 0x124170a1
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.486091] nouveau E[     DRM] failed to create 0x80000080, -22
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.486232] nouveau: probe of 0000:01:00.0 failed with error -22
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.521040]  sda: sda1 sda2 sda3 sda4
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.521718] sd 0:0:0:0: [sda] Attached SCSI disk
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.588494] usb 2-1: New USB device found, idVendor=8087, idProduct=8000
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.588497] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.588746] hub 2-1:1.0: USB hub found
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.588851] hub 2-1:1.0: 8 ports detected
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.756118] usb 3-1: new low-speed USB device number 2 using xhci_hcd
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.888558] usb 3-1: New USB device found, idVendor=1bcf, idProduct=05ca
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.888561] usb 3-1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.888563] usb 3-1: Product: 2.4GHz 2way RF Receiver
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.888691] usb 3-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.888695] usb 3-1: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.895266] hidraw: raw HID events driver (C) Jiri Kosina
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.904114] usbcore: registered new interface driver usbhid
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.904115] usbhid: USB HID core driver
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.905732] input: 2.4GHz 2way RF Receiver as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/0003:1BCF:05CA.0001/input/input8
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.905794] hid-generic 0003:1BCF:05CA.0001: input,hidraw0: USB HID v1.00 Keyboard [2.4GHz 2way RF Receiver] on usb-0000:00:14.0-1/input0
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.905936] input: 2.4GHz 2way RF Receiver as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.1/0003:1BCF:05CA.0002/input/input9
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    5.906037] hid-generic 0003:1BCF:05CA.0002: input,hiddev0,hidraw1: USB HID v1.00 Mouse [2.4GHz 2way RF Receiver] on usb-0000:00:14.0-1/input1
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    6.060070] usb 3-4: new full-speed USB device number 3 using xhci_hcd
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    6.188954] usb 3-4: config 1 interface 0 altsetting 0 has 2 endpoint descriptors, different from the interface descriptor's value: 1
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    6.189704] usb 3-4: New USB device found, idVendor=187c, idProduct=0528
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    6.189706] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    6.189707] usb 3-4: Product: AW1517
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    6.189708] usb 3-4: Manufacturer: Alienware
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    6.189709] usb 3-4: SerialNumber: 15.0
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    6.189843] usb 3-4: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    6.191182] hid-generic 0003:187C:0528.0003: hiddev0,hidraw2: USB HID v1.01 Device [Alienware AW1517] on usb-0000:00:14.0-4/input0
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    6.356084] usb 3-9: new full-speed USB device number 4 using xhci_hcd
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    6.485190] usb 3-9: New USB device found, idVendor=0cf3, idProduct=3004
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    6.485194] usb 3-9: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    6.518882] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x26c00, board id: 2417, fw id: 1365292
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    6.631099] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input5
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    6.652085] usb 3-13: new high-speed USB device number 5 using xhci_hcd
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    6.820189] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    6.909754] usb 3-13: New USB device found, idVendor=0c45, idProduct=6708
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    6.909756] usb 3-13: New USB device strings: Mfr=2, Product=1, SerialNumber=0
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    6.909757] usb 3-13: Product: Integrated_Webcam_FHD
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    6.909759] usb 3-13: Manufacturer: CN036P597248751CA3GTA00
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    7.258866] EXT4-fs (sdb6): mounted filesystem with ordered data mode. Opts: (null)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    7.289928] random: nonblocking pool is initialized
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.054548] Adding 16777212k swap on /dev/sda2.  Priority:-1 extents:1 across:16777212k FS
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.081368] systemd-udevd[391]: starting version 204
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.101219] lp: driver loaded but no devices found
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.106092] ppdev: user-space parallel port driver
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.132561] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.137782] snd_hda_intel 0000:00:03.0: enabling device (0000 -> 0002)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.137874] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.137997] snd_hda_intel 0000:00:1b.0: irq 47 for MSI/MSI-X
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.144170] snd_hda_intel 0000:00:03.0: irq 48 for MSI/MSI-X
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.147545] mei_me 0000:00:16.0: irq 49 for MSI/MSI-X
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.153309] sound hdaudioC1D0: autoconfig: line_outs=1 (0xb/0x0/0x0/0x0/0x0) type:speaker
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.153312] sound hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.153313] sound hdaudioC1D0:    hp_outs=0 (0x0/0x0/0x0/0x0/0x0)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.153315] sound hdaudioC1D0:    mono: mono_out=0x0
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.153316] sound hdaudioC1D0:    inputs:
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.153318] sound hdaudioC1D0:      Mic=0x12
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.153319] sound hdaudioC1D0:      Line=0x11
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.158915] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input10
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.158983] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input11
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.159028] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input12
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.162872] ip_tables: (C) 2000-2006 Netfilter Core Team
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.166809] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.174031] ip6_tables: (C) 2000-2006 Netfilter Core Team
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.176287] AVX2 version of gcm_enc/dec engaged.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.186259] audit: type=1400 audit(1429555889.692:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=512 comm="apparmor_parser"
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.186265] audit: type=1400 audit(1429555889.692:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=512 comm="apparmor_parser"
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.186268] audit: type=1400 audit(1429555889.692:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=512 comm="apparmor_parser"
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.186603] audit: type=1400 audit(1429555889.692:5): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=512 comm="apparmor_parser"
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.186608] audit: type=1400 audit(1429555889.692:6): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=512 comm="apparmor_parser"
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.186784] audit: type=1400 audit(1429555889.692:7): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=512 comm="apparmor_parser"
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.186858] EXT4-fs (sdb6): re-mounted. Opts: errors=remount-ro
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.214088] Bluetooth: Core ver 2.19
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.214105] NET: Registered protocol family 31
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.214106] Bluetooth: HCI device and connection manager initialized
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.214112] Bluetooth: HCI socket layer initialized
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.214114] Bluetooth: L2CAP socket layer initialized
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.214120] Bluetooth: SCO socket layer initialized
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.216392] usbcore: registered new interface driver btusb
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.218683] usb 3-9: Direct firmware load failed with error -2
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.218686] usb 3-9: Falling back to user helper
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.221249] media: Linux media interface: v0.10
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.225003] Linux video capture interface: v2.00
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.236891] uvcvideo: Found UVC 1.00 device Integrated_Webcam_FHD (0c45:6708)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.237310] input: Dell WMI hotkeys as /devices/virtual/input/input13
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.249526] Bluetooth: Patch file not found ar3k/AthrBT_0x00000200.dfu
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.249529] Bluetooth: Loading patch file failed
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.251944] ath3k: probe of 3-9:1.0 failed with error -12
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.251967] usbcore: registered new interface driver ath3k
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.280087] input: Integrated_Webcam_FHD as /devices/pci0000:00/0000:00:14.0/usb3/3-13/3-13:1.0/input/input14
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.280155] usbcore: registered new interface driver uvcvideo
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.280157] USB Video Class driver (1.1.1)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.446016] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.732266] ca0132 DOWNLOAD OK :-) DSP IS RUNNING.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    8.953967] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card1/input15
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    9.939501] init: failsafe main process (859) killed by TERM signal
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    9.970800] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    9.970802] Bluetooth: BNEP filters: protocol multicast
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    9.970808] Bluetooth: BNEP socket layer initialized
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    9.973558] audit: type=1400 audit(1429555891.480:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=925 comm="apparmor_parser"
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    9.973562] audit: type=1400 audit(1429555891.480:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=925 comm="apparmor_parser"
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    9.973876] audit: type=1400 audit(1429555891.480:10): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=925 comm="apparmor_parser"
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    9.973880] Bluetooth: RFCOMM TTY layer initialized
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    9.973886] Bluetooth: RFCOMM socket layer initialized
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    9.973889] Bluetooth: RFCOMM ver 1.11
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    9.984649] init: cups main process (937) killed by HUP signal
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    9.984657] init: cups main process ended, respawning
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 rsyslogd-2039: Could no open output pipe '/dev/xconsole': No such file or directory [try http://www.rsyslog.com/e/2039 ]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> NetworkManager (version 0.9.8.8) is starting...
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> Read config file /etc/NetworkManager/NetworkManager.conf
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> WEXT support is enabled
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> VPN: loaded org.freedesktop.NetworkManager.pptp
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> DNS: loaded plugin dnsmasq
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 dbus[863]: [system] Activating service name='org.freedesktop.PolicyKit1' (using servicehelper)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    9.997205] audit: type=1400 audit(1429555891.504:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=994 comm="apparmor_parser"
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    9.997214] audit: type=1400 audit(1429555891.504:12): apparmor="STATUS" operation="profile_load" profile="unconfined" name="chromium" pid=994 comm="apparmor_parser"
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    9.997409] audit: type=1400 audit(1429555891.504:13): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="chromium" pid=994 comm="apparmor_parser"
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    9.997485] audit: type=1400 audit(1429555891.504:14): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=998 comm="apparmor_parser"
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    9.997804] audit: type=1400 audit(1429555891.504:15): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=999 comm="apparmor_parser"
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    9.997815] audit: type=1400 audit(1429555891.504:16): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=999 comm="apparmor_parser"
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [    9.998035] audit: type=1400 audit(1429555891.504:17): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=999 comm="apparmor_parser"
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 polkitd[1006]: started daemon version 0.105 using authority implementation `local' version `0.105'
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 dbus[863]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]:    SCPlugin-Ifupdown: init!
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]:    SCPlugin-Ifupdown: update_system_hostname
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]:       interface-parser: parsing file /etc/network/interfaces
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]:       interface-parser: finished parsing file /etc/network/interfaces
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]:    SCPluginIfupdown: management mode: unmanaged
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]:    SCPlugin-Ifupdown: devices added (path: /sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0, iface: eth0)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]:    SCPlugin-Ifupdown: device added (path: /sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0, iface: eth0): no ifupdown configuration found.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]:    SCPlugin-Ifupdown: devices added (path: /sys/devices/virtual/net/lo, iface: lo)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]:    SCPlugin-Ifupdown: device added (path: /sys/devices/virtual/net/lo, iface: lo): no ifupdown configuration found.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]:    SCPlugin-Ifupdown: end _init.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> Loaded plugin ifupdown: (C) 2008 Canonical Ltd.  To report bugs please use the NetworkManager mailing list.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]:    SCPlugin-Ofono: Acquired D-Bus service com.canonical.NMOfono
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]:    SCPlugin-Ofono: init!
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]:    SCPlugin-Ofono: end _init.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> Loaded plugin (null): (null)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]:    Ifupdown: get unmanaged devices count: 0
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]:    SCPlugin-Ifupdown: (23114288) ... get_connections.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]:    SCPlugin-Ifupdown: (23114288) ... get_connections (managed=false): return empty list.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]:    keyfile: parsing Nouvelle connexion 802-11-wireless ... 
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]:    keyfile:     read connection 'Nouvelle connexion 802-11-wireless'
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]:    SCPlugin-Ofono: (1073757552) ... get_connections.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]:    SCPlugin-Ofono: (1073757552) connections count: 0
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]:    Ifupdown: get unmanaged devices count: 0
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> monitoring kernel firmware directory '/lib/firmware'.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> WiFi enabled by radio killswitch; enabled by state file
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> WWAN enabled by radio killswitch; enabled by state file
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> WiMAX enabled by radio killswitch; enabled by state file
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> Networking is enabled by state file
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <warn> failed to allocate link cache: (-12) Object not found
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> (eth0): carrier is OFF
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> (eth0): new Ethernet device (driver: 'alx' ifindex: 2)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/0
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> (eth0): bringing up device.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [   10.021948] alx 0000:02:00.0: irq 50 for MSI/MSI-X
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [   10.022213] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [   10.023318] alx 0000:02:00.0 eth0: NIC Up: 100 Mbps Full
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [   10.023938] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> (eth0): carrier now ON (device state 20)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> (eth0): preparing device.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> (eth0): deactivating device (reason 'managed') [2]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> Added default wired connection 'Connexion filaire 1' for /sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring...
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring...
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> (eth0): carrier now OFF (device state 20)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> (eth0): carrier now ON (device state 20)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> urfkill disappeared from the bus
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> (eth0): device state change: unavailable -> disconnected (reason 'carrier-changed') [20 30 40]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> Auto-activating connection 'Connexion filaire 1'.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> Activation (eth0) starting connection 'Connexion filaire 1'
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> NetworkManager state is now CONNECTING
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled...
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started...
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled...
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting...
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started...
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0]
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> Activation (eth0) Beginning DHCPv4 transaction (timeout in 45 seconds)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> dhclient started with pid 1031
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> Activation (eth0) Beginning IP6 addrconf.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> ModemManager available in the bus
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 dhclient: Internet Systems Consortium DHCP Client 4.2.4
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 dhclient: Copyright 2004-2012 Internet Systems Consortium.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 dhclient: All rights reserved.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 dhclient: For info, please visit https://www.isc.org/software/dhcp/
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 dhclient: 
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> (eth0): DHCPv4 state changed nbi -> preinit
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 dhclient: Listening on LPF/eth0/34:e6:d7:49:f8:ca
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 dhclient: Sending on   LPF/eth0/34:e6:d7:49:f8:ca
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 dhclient: Sending on   Socket/fallback
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3 (xid=0x9ccecb6)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [   10.066111] init: Failed to spawn gpu-manager main process: unable to execute: No such file or directory
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 anacron[1100]: Anacron 2.3 started on 2015-04-20
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 cron[1067]: (CRON) INFO (pidfile fd = 3)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 anacron[1100]: Normal exit (0 jobs run)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 cron[1101]: (CRON) STARTUP (fork ok)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 cron[1101]: (CRON) INFO (Running @reboot jobs)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 whoopsie[1105]: whoopsie 0.2.24.6 starting up.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 whoopsie[1105]: Using lock path: /var/lock/whoopsie/lock
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 whoopsie[1147]: offline
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 ntpdate[1210]: Can't find host ntp.ubuntu.com: Name or service not known (-2)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 ntpdate[1210]: no servers can be used, exiting
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 dbus[863]: [system] Activating service name='org.freedesktop.Accounts' (using servicehelper)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [   10.149859] vboxdrv: module verification failed: signature and/or  required key missing - tainting kernel
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [   10.152684] vboxdrv: Found 8 processor cores.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [   10.152831] vboxdrv: fAsync=1 offMin=0x2acc34 offMax=0x2acc34
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [   10.152924] vboxdrv: TSC mode is 'asynchronous', kernel timer mode is 'normal'.
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [   10.152924] vboxdrv: Successfully loaded version 4.3.26 (interface 0x001a000a).
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 accounts-daemon[1227]: started daemon version 0.6.35
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 dbus[863]: [system] Successfully activated service 'org.freedesktop.Accounts'
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 acpid: starting up with netlink and the input layer
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 acpid: 9 rules loaded
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 acpid: waiting for events: event logging is off
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [   10.308967] init: plymouth-upstart-bridge main process ended, respawning
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [   10.312709] init: plymouth-upstart-bridge main process (1250) terminated with status 1
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [   10.312715] init: plymouth-upstart-bridge main process ended, respawning
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 kernel: [   10.358399] vboxpci: IOMMU not found (not registered)
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 dhclient: isc-dhclient-4.2.4
Apr 20 20:51:31 adrenalinos-Alienware-17-R2 dhclient: isc-dhclient-4.2.4
Apr 20 20:51:32 adrenalinos-Alienware-17-R2 kernel: [   10.521784] init: plymouth-stop pre-start process (1352) terminated with status 1
Apr 20 20:51:32 adrenalinos-Alienware-17-R2 dbus[863]: [system] Activating service name='org.freedesktop.UPower' (using servicehelper)
Apr 20 20:51:32 adrenalinos-Alienware-17-R2 dbus[863]: [system] Successfully activated service 'org.freedesktop.UPower'
Apr 20 20:51:32 adrenalinos-Alienware-17-R2 dbus[863]: [system] Activating service name='org.freedesktop.ConsoleKit' (using servicehelper)
Apr 20 20:51:32 adrenalinos-Alienware-17-R2 dbus[863]: [system] Successfully activated service 'org.freedesktop.ConsoleKit'
Apr 20 20:51:32 adrenalinos-Alienware-17-R2 anacron[1533]: Anacron 2.3 started on 2015-04-20
Apr 20 20:51:32 adrenalinos-Alienware-17-R2 anacron[1533]: Normal exit (0 jobs run)
Apr 20 20:51:32 adrenalinos-Alienware-17-R2 dhclient: DHCPREQUEST of 192.168.1.3 on eth0 to 255.255.255.255 port 67 (xid=0x9ccecb6)
Apr 20 20:51:32 adrenalinos-Alienware-17-R2 dhclient: DHCPOFFER of 192.168.1.3 from 192.168.1.1
Apr 20 20:51:33 adrenalinos-Alienware-17-R2 ModemManager[894]: <warn>  Couldn't find support for device at '/sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0': not supported by any plugin
Apr 20 20:51:34 adrenalinos-Alienware-17-R2 dhclient: DHCPACK of 192.168.1.3 from 192.168.1.1
Apr 20 20:51:34 adrenalinos-Alienware-17-R2 dhclient: bound to 192.168.1.3 -- renewal in 75679 seconds.
Apr 20 20:51:34 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> (eth0): DHCPv4 state changed preinit -> bound
Apr 20 20:51:34 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info>   address 192.168.1.3
Apr 20 20:51:34 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info>   prefix 24 (255.255.255.0)
Apr 20 20:51:34 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info>   gateway 192.168.1.1
Apr 20 20:51:34 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info>   nameserver '192.168.1.1'
Apr 20 20:51:34 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled...
Apr 20 20:51:34 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started...
Apr 20 20:51:35 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> (eth0): device state change: ip-config -> secondaries (reason 'none') [70 90 0]
Apr 20 20:51:35 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete.
Apr 20 20:51:35 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> (eth0): device state change: secondaries -> activated (reason 'none') [90 100 0]
Apr 20 20:51:35 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> NetworkManager state is now CONNECTED_GLOBAL
Apr 20 20:51:35 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> Policy set 'Connexion filaire 1' (eth0) as default for IPv4 routing and DNS.
Apr 20 20:51:35 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> DNS: starting dnsmasq...
Apr 20 20:51:35 adrenalinos-Alienware-17-R2 NetworkManager[985]: <warn> dnsmasq not available on the bus, can't update servers.
Apr 20 20:51:35 adrenalinos-Alienware-17-R2 NetworkManager[985]: <error> [1429555895.30798] [nm-dns-dnsmasq.c:396] update(): dnsmasq owner not found on bus: Could not get owner of name 'org.freedesktop.NetworkManager.dnsmasq': no such name
Apr 20 20:51:35 adrenalinos-Alienware-17-R2 NetworkManager[985]: <warn> DNS: plugin dnsmasq update failed
Apr 20 20:51:35 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> Writing DNS information to /sbin/resolvconf
Apr 20 20:51:35 adrenalinos-Alienware-17-R2 dnsmasq[1638]: démarrage avec le cache désactivé (version 2.68)
Apr 20 20:51:35 adrenalinos-Alienware-17-R2 dnsmasq[1638]: options à la compilation : IPv6 GNU-getopt DBus i18n IDN DHCP DHCPv6 no-Lua TFTP conntrack ipset auth
Apr 20 20:51:35 adrenalinos-Alienware-17-R2 dnsmasq[1638]: Support DBus autorisé : connecté au bus système
Apr 20 20:51:35 adrenalinos-Alienware-17-R2 dnsmasq[1638]: attention : aucun serveur amont n'est configuré
Apr 20 20:51:35 adrenalinos-Alienware-17-R2 whoopsie[1147]: offline
Apr 20 20:51:38 adrenalinos-Alienware-17-R2 whoopsie[1147]: Could not get the list of active connections: Timeout was reached
Apr 20 20:51:40 adrenalinos-Alienware-17-R2 dbus[863]: [system] Activating service name='org.freedesktop.UDisks2' (using servicehelper)
Apr 20 20:51:40 adrenalinos-Alienware-17-R2 udisksd[1995]: udisks daemon version 2.1.3 starting
Apr 20 20:51:40 adrenalinos-Alienware-17-R2 dbus[863]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Apr 20 20:51:40 adrenalinos-Alienware-17-R2 udisksd[1995]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Apr 20 20:51:40 adrenalinos-Alienware-17-R2 udisksd[1995]: Cleaning up mount point /media/adrenalinos/DIAGS (device 8:18 is not mounted)
Apr 20 20:51:40 adrenalinos-Alienware-17-R2 udisksd[1995]: Cleaning up mount point /media/adrenalinos/PBR Image (device 8:23 is not mounted)
Apr 20 20:51:40 adrenalinos-Alienware-17-R2 udisksd[1995]: Cleaning up mount point /media/adrenalinos/WINRETOOLS (device 8:20 is not mounted)
Apr 20 20:51:40 adrenalinos-Alienware-17-R2 udisksd[1995]: Cleaning up mount point /media/adrenalinos/DATA1 (device 8:24 is not mounted)
Apr 20 20:51:40 adrenalinos-Alienware-17-R2 udisksd[1995]: Cleaning up mount point /media/adrenalinos/DATA2 (device 8:4 is not mounted)
Apr 20 20:51:40 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> Activation (eth0) successful, device activated.
Apr 20 20:51:40 adrenalinos-Alienware-17-R2 dbus[863]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Apr 20 20:51:40 adrenalinos-Alienware-17-R2 NetworkManager[985]: <warn> dnsmasq appeared on DBus: :1.24
Apr 20 20:51:40 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> Writing DNS information to /sbin/resolvconf
Apr 20 20:51:40 adrenalinos-Alienware-17-R2 dnsmasq[1638]: configuration des serveurs amonts à partir de DBus
Apr 20 20:51:40 adrenalinos-Alienware-17-R2 dnsmasq[1638]: utilise le serveur de nom 192.168.1.1#53
Apr 20 20:51:40 adrenalinos-Alienware-17-R2 dbus[863]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 dbus[863]: [system] Activating service name='org.freedesktop.ColorManager' (using servicehelper)
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 colord: Using config file /etc/colord.conf
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 colord: Using mapping database file /var/lib/colord/mapping.db
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 colord: Using device database file /var/lib/colord/storage.db
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 colord: loaded plugin libcd_plugin_camera.so
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 colord: loaded plugin libcd_plugin_scanner.so
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 colord: plugin /usr/lib/x86_64-linux-gnu/colord-plugins/libcd_plugin_sane.so not loaded: plugin refused to load
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 colord: Daemon ready for requests
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 dbus[863]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 colord: Profile added: icc-314a3644b910a4fc0ec4a59e89c5722e
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 colord: Profile added: icc-0720e7cdbc792b77c0740c39f325ef9e
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 colord: Profile added: icc-523e494bc2f53c53d51d0758b07f4879
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 colord: Profile added: icc-c227f46f246694ba9971f270cb61a0c1
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 colord: Profile added: icc-57f0d896250f6f98f77ca1b0d19019c0
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 colord: Profile added: icc-a1d13bd5309e0f06ceda6f0d75367823
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 colord: Profile added: icc-3a34aa6c3d1fb1ef63ff41e04ee00979
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 colord: Profile added: icc-f64a1f19ce07290b35a752b00217b684
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 colord: Profile added: icc-6ad6d63767ce0393245528ada92f1cb2
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 colord: Profile added: icc-fb0ac62618f016ed9b92ce239258efa8
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 colord: Profile added: icc-353a6bcabda00f04b6988f89126ce6f5
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 colord: Profile added: icc-3bd2261b1125a0fd9ebf827a2d1bed84
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 colord: Profile added: icc-654b99c87e67edb1c1cfb0dcb7fa9d04
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 colord: Profile added: icc-c3e6382fa9b2d31b01b736f6f97aac3a
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 colord: Profile added: icc-526fbc9bdf0d7156c553998d47a3b5fc
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 colord: Profile added: icc-2f1f11ecd613fe5551420fcaf5b11ff8
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 colord: Profile added: icc-ea421e3a65cfa796e2732ce36086e327
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 colord: Profile added: icc-72f5b1cba915b68ea75cc843e270df5a
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 colord: Profile added: icc-d6490883a866e4059370e1de1d840283
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 colord: Profile added: icc-d4a7a2bd8ddaacf10e275e3db31d72b8
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 colord: Profile added: icc-0383c34650771ce95ef93fe916867725
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 colord: Profile added: icc-b0701c2ccf059287d0b067464df8bda9
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 colord: Profile added: icc-6a245ab2d8892e2e56232af93cd48b81
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 colord: Profile added: icc-a10be98be58460669fcdc6946939b7cf
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 dbus[863]: [system] Activating service name='org.freedesktop.systemd1' (using servicehelper)
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 colord: Profile added: icc-df7c0067b1eb9bcc9fc9b33bc3a797eb
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 dbus[863]: [system] Successfully activated service 'org.freedesktop.systemd1'
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 colord: Device added: xrandr-eDP1
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 udisksd[1995]: Mounted /dev/sdb2 at /media/adrenalinos/DIAGS on behalf of uid 1000
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 ntfs-3g[2181]: Version 2013.1.13AR.1 external FUSE 29
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 ntfs-3g[2181]: Mounted /dev/sdb7 (Read-Write, label "PBR Image", NTFS 3.1)
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 ntfs-3g[2181]: Cmdline options: rw,nosuid,nodev,uhelper=udisks2,uid=1000,gid=1000,dmask=0077,fmask=0177
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 ntfs-3g[2181]: Mount options: rw,nosuid,nodev,uhelper=udisks2,allow_other,nonempty,relatime,default_permissions,fsname=/dev/sdb7,blkdev,blksize=4096
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 ntfs-3g[2181]: Global ownership and permissions enforced, configuration type 7
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 ntfs-3g[2183]: Version 2013.1.13AR.1 external FUSE 29
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 ntfs-3g[2183]: Mounted /dev/sdb4 (Read-Write, label "WINRETOOLS", NTFS 3.1)
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 ntfs-3g[2183]: Cmdline options: rw,nosuid,nodev,uhelper=udisks2,uid=1000,gid=1000,dmask=0077,fmask=0177
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 ntfs-3g[2183]: Mount options: rw,nosuid,nodev,uhelper=udisks2,allow_other,nonempty,relatime,default_permissions,fsname=/dev/sdb4,blkdev,blksize=4096
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 ntfs-3g[2183]: Global ownership and permissions enforced, configuration type 7
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 udisksd[1995]: Mounted /dev/sdb7 at /media/adrenalinos/PBR Image on behalf of uid 1000
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 udisksd[1995]: Mounted /dev/sdb4 at /media/adrenalinos/WINRETOOLS on behalf of uid 1000
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 ntfs-3g[2185]: Version 2013.1.13AR.1 external FUSE 29
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 ntfs-3g[2185]: Mounted /dev/sdb8 (Read-Write, label "DATA1", NTFS 3.1)
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 ntfs-3g[2185]: Cmdline options: rw,nosuid,nodev,uhelper=udisks2,uid=1000,gid=1000,dmask=0077,fmask=0177
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 ntfs-3g[2185]: Mount options: rw,nosuid,nodev,uhelper=udisks2,allow_other,nonempty,relatime,default_permissions,fsname=/dev/sdb8,blkdev,blksize=4096
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 ntfs-3g[2185]: Global ownership and permissions enforced, configuration type 7
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 udisksd[1995]: Mounted /dev/sdb8 at /media/adrenalinos/DATA1 on behalf of uid 1000
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 ntfs-3g[2188]: Version 2013.1.13AR.1 external FUSE 29
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 ntfs-3g[2188]: Mounted /dev/sda4 (Read-Write, label "DATA2", NTFS 3.1)
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 ntfs-3g[2188]: Cmdline options: rw,nosuid,nodev,uhelper=udisks2,uid=1000,gid=1000,dmask=0077,fmask=0177
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 ntfs-3g[2188]: Mount options: rw,nosuid,nodev,uhelper=udisks2,allow_other,nonempty,relatime,default_permissions,fsname=/dev/sda4,blkdev,blksize=4096
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 ntfs-3g[2188]: Global ownership and permissions enforced, configuration type 7
Apr 20 20:51:41 adrenalinos-Alienware-17-R2 udisksd[1995]: Mounted /dev/sda4 at /media/adrenalinos/DATA2 on behalf of uid 1000
Apr 20 20:51:43 adrenalinos-Alienware-17-R2 whoopsie[1147]: offline
Apr 20 20:51:45 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> WiFi hardware radio set enabled
Apr 20 20:51:50 adrenalinos-Alienware-17-R2 dbus[863]: [system] Activating service name='org.freedesktop.RealtimeKit1' (using servicehelper)
Apr 20 20:51:50 adrenalinos-Alienware-17-R2 dbus[863]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Apr 20 20:51:50 adrenalinos-Alienware-17-R2 rtkit-daemon[2263]: Successfully called chroot.
Apr 20 20:51:50 adrenalinos-Alienware-17-R2 rtkit-daemon[2263]: Successfully dropped privileges.
Apr 20 20:51:50 adrenalinos-Alienware-17-R2 rtkit-daemon[2263]: Successfully limited resources.
Apr 20 20:51:50 adrenalinos-Alienware-17-R2 rtkit-daemon[2263]: Running.
Apr 20 20:51:50 adrenalinos-Alienware-17-R2 rtkit-daemon[2263]: Watchdog thread running.
Apr 20 20:51:50 adrenalinos-Alienware-17-R2 rtkit-daemon[2263]: Canary thread running.
Apr 20 20:51:50 adrenalinos-Alienware-17-R2 rtkit-daemon[2263]: Successfully made thread 2261 of process 2261 (n/a) owned by '1000' high priority at nice level -11.
Apr 20 20:51:50 adrenalinos-Alienware-17-R2 rtkit-daemon[2263]: Supervising 1 threads of 1 processes of 1 users.
Apr 20 20:51:50 adrenalinos-Alienware-17-R2 rtkit-daemon[2263]: Successfully made thread 2273 of process 2261 (n/a) owned by '1000' RT at priority 5.
Apr 20 20:51:50 adrenalinos-Alienware-17-R2 rtkit-daemon[2263]: Supervising 2 threads of 1 processes of 1 users.
Apr 20 20:51:50 adrenalinos-Alienware-17-R2 kernel: [   29.410623] snd_hda_intel 0000:00:03.0: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.
Apr 20 20:51:51 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> (eth0): IP6 addrconf timed out or failed.
Apr 20 20:51:51 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) scheduled...
Apr 20 20:51:51 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) started...
Apr 20 20:51:51 adrenalinos-Alienware-17-R2 NetworkManager[985]: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) complete.
Apr 20 20:51:51 adrenalinos-Alienware-17-R2 ntpdate[2071]: adjust time server 91.189.89.199 offset 0.426199 sec
Apr 20 20:51:51 adrenalinos-Alienware-17-R2 kernel: [   30.433834] nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead.
Apr 20 20:51:52 adrenalinos-Alienware-17-R2 rtkit-daemon[2263]: Successfully made thread 2532 of process 2261 (n/a) owned by '1000' RT at priority 5.
Apr 20 20:51:52 adrenalinos-Alienware-17-R2 rtkit-daemon[2263]: Supervising 3 threads of 1 processes of 1 users.
Apr 20 20:51:52 adrenalinos-Alienware-17-R2 kernel: [   30.952337] snd_hda_intel 0000:00:1b.0: IRQ timing workaround is activated for card #1. Suggest a bigger bdl_pos_adj.
Apr 20 20:51:52 adrenalinos-Alienware-17-R2 pulseaudio[2261]: [pulseaudio] module.c: module-combine is deprecated: Please use module-combine-sink instead of module-combine!
Apr 20 20:51:52 adrenalinos-Alienware-17-R2 pulseaudio[2261]: [pulseaudio] module-combine.c: We will now load module-combine-sink. Please make sure to remove module-combine from your configuration.
Apr 20 20:51:52 adrenalinos-Alienware-17-R2 rtkit-daemon[2263]: Successfully made thread 2536 of process 2261 (n/a) owned by '1000' RT at priority 6.
Apr 20 20:51:52 adrenalinos-Alienware-17-R2 rtkit-daemon[2263]: Supervising 4 threads of 1 processes of 1 users.
Apr 20 20:51:52 adrenalinos-Alienware-17-R2 rtkit-daemon[2263]: Successfully made thread 2540 of process 2540 (n/a) owned by '1000' high priority at nice level -11.
Apr 20 20:51:52 adrenalinos-Alienware-17-R2 rtkit-daemon[2263]: Supervising 5 threads of 2 processes of 1 users.
Apr 20 20:51:52 adrenalinos-Alienware-17-R2 pulseaudio[2540]: [pulseaudio] pid.c: Daemon already running.
Apr 20 20:51:52 adrenalinos-Alienware-17-R2 rtkit-daemon[2263]: Successfully made thread 2542 of process 2542 (n/a) owned by '1000' high priority at nice level -11.
Apr 20 20:51:52 adrenalinos-Alienware-17-R2 rtkit-daemon[2263]: Supervising 5 threads of 2 processes of 1 users.
Apr 20 20:51:52 adrenalinos-Alienware-17-R2 pulseaudio[2542]: [pulseaudio] pid.c: Daemon already running.
Apr 20 20:51:52 adrenalinos-Alienware-17-R2 rtkit-daemon[2263]: Successfully made thread 2544 of process 2544 (n/a) owned by '1000' high priority at nice level -11.
Apr 20 20:51:52 adrenalinos-Alienware-17-R2 rtkit-daemon[2263]: Supervising 5 threads of 2 processes of 1 users.
Apr 20 20:51:52 adrenalinos-Alienware-17-R2 pulseaudio[2544]: [pulseaudio] pid.c: Daemon already running.
Apr 20 20:51:52 adrenalinos-Alienware-17-R2 rtkit-daemon[2263]: Successfully made thread 2546 of process 2546 (n/a) owned by '1000' high priority at nice level -11.
Apr 20 20:51:52 adrenalinos-Alienware-17-R2 rtkit-daemon[2263]: Supervising 5 threads of 2 processes of 1 users.
Apr 20 20:51:52 adrenalinos-Alienware-17-R2 pulseaudio[2546]: [pulseaudio] pid.c: Daemon already running.
Apr 20 20:51:52 adrenalinos-Alienware-17-R2 rtkit-daemon[2263]: Successfully made thread 2549 of process 2549 (n/a) owned by '1000' high priority at nice level -11.
Apr 20 20:51:52 adrenalinos-Alienware-17-R2 rtkit-daemon[2263]: Supervising 5 threads of 2 processes of 1 users.
Apr 20 20:51:52 adrenalinos-Alienware-17-R2 pulseaudio[2549]: [pulseaudio] pid.c: Daemon already running.
Apr 20 20:52:01 adrenalinos-Alienware-17-R2 kernel: [   40.031648] audit_printk_skb: 90 callbacks suppressed
Apr 20 20:52:01 adrenalinos-Alienware-17-R2 kernel: [   40.031650] audit: type=1400 audit(1429555921.537:48): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=2667 comm="apparmor_parser"
Apr 20 20:52:01 adrenalinos-Alienware-17-R2 kernel: [   40.031654] audit: type=1400 audit(1429555921.537:49): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=2667 comm="apparmor_parser"
Apr 20 20:52:01 adrenalinos-Alienware-17-R2 kernel: [   40.031877] audit: type=1400 audit(1429555921.537:50): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=2667 comm="apparmor_parser"
Apr 20 20:52:03 adrenalinos-Alienware-17-R2 pulseaudio[2261]: [alsa-sink-CA0132 Analog] alsa-sink.c: ALSA nous a réveillé pour écrire de nouvelles données à partir du périphérique, mais il n'y avait en fait rien à écrire !
Apr 20 20:52:03 adrenalinos-Alienware-17-R2 pulseaudio[2261]: [alsa-sink-CA0132 Analog] alsa-sink.c: Il s'agit très probablement d'un bogue dans le pilote ALSA « snd_hda_intel ». Veuillez rapporter ce problème aux développeurs d'ALSA.
Apr 20 20:52:03 adrenalinos-Alienware-17-R2 pulseaudio[2261]: [alsa-sink-CA0132 Analog] alsa-sink.c: Nous avons été réveillés avec POLLOUT actif, cependant un snd_pcm_avail() ultérieur a retourné 0 ou une autre valeur < min_avail.

Dernière modification par adrenalinos (Le 21/04/2015, à 09:35)


Alienware17 i7-4980HQ 16Go DDRL3 1,6GHz NVIDIA GeForce GTX 980M 4 Go GDDR5 - SSD de 256 Go + disque dur de 2 To à 5 400 tr/min  Kubuntu22.04
HP OfficeJet 7740

Hors ligne

#21 Le 21/04/2015, à 12:10

F50

Re : [RÉSOLU] ALSA installation et configuration

Oui c'est bien /var/log/syslog, je ne devrait pas avoir à le préciser car quant on trifouille un ordi à donf, c'est le minimum à connaître pour savoir ce que l'on fait.

Je regarderai demain, là, je vais être en déplacement mais tu as déjà des pistes en lisant tes logs.

Dernière modification par F50 (Le 21/04/2015, à 12:11)

#22 Le 23/04/2015, à 00:51

adrenalinos

Re : [RÉSOLU] ALSA installation et configuration

F50 a écrit :

Oui c'est bien /var/log/syslog,

je viens de découvrir KSystemLog l'afficheur des journaux du système! big_smile

+ @maxire: concernant VirtualBox, j'ai des questions là: W$8.1 sur clé USB "de récupération", créer VM avec VirtualBox 4.3


Alienware17 i7-4980HQ 16Go DDRL3 1,6GHz NVIDIA GeForce GTX 980M 4 Go GDDR5 - SSD de 256 Go + disque dur de 2 To à 5 400 tr/min  Kubuntu22.04
HP OfficeJet 7740

Hors ligne

#23 Le 24/04/2015, à 08:18

adrenalinos

Re : [RÉSOLU] ALSA installation et configuration

j'ai découvert et installé le gestionnaire de paquets Synaptic big_smile ..
- par là, j'ai installé le contrôleur de volume Veromix pour tableau de bord de Plasma, et donc, enfin je l'ai dans le tableau de bord! big_smile
- mais il y a des trucs que je ne pige pas, Version de PulseAudio affichée 14:0.0-0ubuntu11.1 (pas de date ou autre info de recoupement dans les propriétés!) alors que sur le site de PulseAudio la dernière version est 6.0 de février 2015!.. je ne m'y retrouve pas, comment savoir?

+ @F50: d'accord avec toi, le fichier syslog est certainement un des 1ers trucs à connaître quand on débarque dans Linux... néanmoins s'il y a bien un domaine où la précision dans la terminologie est de rigueur c'est bien l'informatique! (les domaines scientifiques en général).. pensons aux newbies qui tombent sur ces topics lors de leurs recherches. wink


Alienware17 i7-4980HQ 16Go DDRL3 1,6GHz NVIDIA GeForce GTX 980M 4 Go GDDR5 - SSD de 256 Go + disque dur de 2 To à 5 400 tr/min  Kubuntu22.04
HP OfficeJet 7740

Hors ligne

#24 Le 25/04/2015, à 04:55

F50

Re : [RÉSOLU] ALSA installation et configuration

adrenalinos a écrit :

néanmoins s'il y a bien un domaine où la précision dans la terminologie est de rigueur c'est bien l'informatique!

Yep, #19 modifié. smile

#25 Le 19/12/2017, à 01:23

adrenalinos

Re : [RÉSOLU] ALSA installation et configuration

Bonjour-bonsoir,

je relis ce post et je me dis un mea-culpa d'avoir un tipeu tout mélangé, m'enfin je me rends compte qu'à l'époque j'étais dans le flou, et donc c'était normal que mon discours fut de même (flou)!...
j'ai dû ouvrir des posts par ailleurs sur ce même problème... en fait: VirtualBox (avec mon Windows 8.1, mais je pense bien que la version de ouindoze n'intervient pas trop dans l'équation!), dans sa version, ET la déclinaison de la version Linux sur laquelle c'est installé! (moi c'est du KDE, la pire en terme de stabilité à lire les avis sur internet!.. [d'abord 14.04 puis 16.04, actuelle])... Hardware = Alienware, ce n'est pas vraiment du standard!
Bref,
dernière&nouvelle mouture de VirtualBox, (Version 5.1.30 r118389 (Qt5.5.1)), installée après effacement/errasage/destruction_totale de tout ce qui concernait VirtualBox et les miasmes restant des installations précédentes (exceptée l'image de mon windOz), et tout soudain, après quelques années de patience, ça y est: le son ne crachouille plus sous windows virtualisé!!! lol big_smile smile cool
BREF,
c'est bien les moteurs de virtualisation du son de VirtualBox qui faisaient "tout" (PulseAudio .. et  Alsa?) ... je me suis "cassé le cul" à plusieurs reprises à tenter de changer des paramètres de configuration, selon indications/conseils trouvés sur forums, mais rien n'y fît!...
jusqu'à . . .     Version 5.1.30

VOILÀ! cool


Alienware17 i7-4980HQ 16Go DDRL3 1,6GHz NVIDIA GeForce GTX 980M 4 Go GDDR5 - SSD de 256 Go + disque dur de 2 To à 5 400 tr/min  Kubuntu22.04
HP OfficeJet 7740

Hors ligne