Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Dual Boot Gentoo/Windows Install on Dell m3800 [Complete]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Faraclas
Tux's lil' helper
Tux's lil' helper


Joined: 08 Dec 2014
Posts: 117

PostPosted: Thu Mar 05, 2015 7:03 pm    Post subject: Dual Boot Gentoo/Windows Install on Dell m3800 [Complete] Reply with quote

I am taking the plunge and just got a brand new Dell m3800 (4k Display, Thunderbolt, nvidia Quadro, 16GB Ram, 500GB SSD, yummy!) from work and my goal is to have the primary OS on this be Gentoo Linux (gnome systemd) and then a) be able to dual boot into windows 8 and b) run this windows 8 in a virtual machine (VMWare, work will pay for it) for normal use.

I have posted some things about this https://forums.gentoo.org/viewtopic-t-1010232-highlight-.html specifically for thunderbolt. I will maintain that thread when I get to thunderbolt issues, but thought I would start another more general thread here. There is a lot to do to even get the system ready for the gentoo installation and I am going to need some help.

My background with linux [mostly gentoo] has always been to start with an older computer that wasn't mission critial, wipe the hard drive, and install the system. Currently I have a Sony Vaio (about 6 years old) that is running Gentoo/Xfce and it is AWESOME. However, UEFI, dual-boot, systemd, thunderbolt, touchscreens, gnome, initial system backup, are all new things for me.

I will try and do as much research as I can into all of the necessary steps, but I only have about 21 days to prove a fully functional workstation until the return deadline passes for me. So any help the community can provide as I go through this will be invaluable.

In return, I will try and document as much as possible about the process so that anyone else can have a very easy time running gentoo on this (flagship?) laptop.

Thanks to all in advance...


Last edited by Faraclas on Sun Mar 22, 2015 2:52 am; edited 1 time in total
Back to top
View user's profile Send private message
Faraclas
Tux's lil' helper
Tux's lil' helper


Joined: 08 Dec 2014
Posts: 117

PostPosted: Thu Mar 05, 2015 7:20 pm    Post subject: Reply with quote

Step One: Backup the existing Ubuntu installation, then repartition for Windows 8.1 Installation

Here is how the disk is partitioned now:

Partition FS Mount Label Size Flags
/dev/sda1 fat32 /boot/efi ESP 500M boot
/dev/sda2 fat32 DIAGS 40M hidden
/dev/sda3 fat32 OS 3G msftdata
/dev/sda4 ext4 / 41.6G
/dev/sda5 swap 31.81G

Questions:
What is the best way to back this up and should I resize the big ext4 / partition first?

What is the 3G msftdata partition? Do I need this? I think I do not need it as windows needs to be installed on an NTFS partition?

Proposal:

  • Delete /dev/sda2 and /dev/sda3 partitions
  • Resize ext4 partition to roughly half of the available space. Gentoo will go here eventually
  • Using the remaining space, create a new NTFS partition for windows
Back to top
View user's profile Send private message
Faraclas
Tux's lil' helper
Tux's lil' helper


Joined: 08 Dec 2014
Posts: 117

PostPosted: Thu Mar 05, 2015 11:55 pm    Post subject: Reply with quote

I'm going to keep a running log of the steps that I take for anyone else who wants to see them in more detail. It will be in a Google Doc here: https://docs.google.com/document/d/1ceLv8lyxv4660QfIuklbRJb0ozh_zeSfaty2FLKhtr0/edit?usp=sharing
Back to top
View user's profile Send private message
Faraclas
Tux's lil' helper
Tux's lil' helper


Joined: 08 Dec 2014
Posts: 117

PostPosted: Sun Mar 08, 2015 9:52 pm    Post subject: Reply with quote

Ok. I need some help understanding how to partition things for the gentoo installation to work with EFI booting. The current partition (housing Windows 8.1) looks like this

Code:

Partion     FS            Mount     Label     size     ...    flags
/dev/sda1   fat32        /boot/efi   ESP      500M            boot
/dev/sda2   unknown                           128M            msftres
/dev/sda3   NTFS                                220G            msftdata
...
Need to complete the rest


I am a bit confused by the handbook as what to do next. Here is the section on block devices:
Quote:
http://wiki.gentoo.org/wiki/Handbook:AMD64/Full/Installation#Introduction_to_block_devices
Specifically, the default partition is listed as:

Code:

Partition    Filesystem    Size    Description
/dev/sda1    (bootloader)    2M    BIOS boot partition
/dev/sda2    ext2 (or vfat)    128M    Boot partition
/dev/sda3    (swap)    512M or higher    Swap partition
/dev/sda4    ext4    Rest of the disk    Root partition


1. Do I need to evan have the (/dev/sda1) boot partition? If yes, how can I install this without messing up the existing installation? Or should I be using the existing fat32 boot partition?
2. There are so many different ways to boot I I guess I am confused. Is grub2 the best thing to use and to install this on a vfat Boot partition? I do want to make sure I can customize my boot parameters, so it seems like Grub2 is the way to go. If I do this, then the EFI system will chose either the Windows boot manager or the Grub2 boot manager?

so then my final partition scheme should look something like this:

Code:
Partion     FS            Mount     Label     size     ...    flags
/dev/sda1   fat32        /boot/efi   ESP      500M            boot
/dev/sda2   unknown                               128M        msftres
/dev/sda3   NTFS                                    220G        msftdata
/dev/sda4  fat32                                      128M        Boot partition for Grub2
/dev/sda5  ex4     /                                  220G+      rootfs
/dev/sda6  linux-swap                             32G          swap (2x RAM for hibernation support)


Although this seems contrary to what is listed in the gentoo grub2 Wiki: http://wiki.gentoo.org/wiki/GRUB2#UEFI_with_GPT
According to this, I should use the existing /dev/sda1 /boot/efi partition and then make a boot directory on my root / partition.

I'm really confused...
Back to top
View user's profile Send private message
Faraclas
Tux's lil' helper
Tux's lil' helper


Joined: 08 Dec 2014
Posts: 117

PostPosted: Mon Mar 09, 2015 8:59 pm    Post subject: Reply with quote

I think I figured out the whole EFI boot thing. Check my Google Doc for details.

Now I am stuck with testing the initial kernel. I am trying to boot into a simple terminal (i.e. no X or anything yet) first. Grub loads up fine (as the default EFI boot manager) and launches the kernel. Then the screen flashes and goes black...

I see this on the SystemrescueCD [EFI boot] when trying to use the default boot options. However, if I select the disable Kernel-Mode-Settings option then it boots fine (although the font is very very small) and I am able to startx from there.

I am trying to do this also from my installation

Code:
GRUB_CMDLINE_LINUX="init=/usr/lib/systemd/systemd rootfstype=ext4 nomodeset"


I'm not really sure what to do next...
Back to top
View user's profile Send private message
Faraclas
Tux's lil' helper
Tux's lil' helper


Joined: 08 Dec 2014
Posts: 117

PostPosted: Fri Mar 13, 2015 4:37 am    Post subject: Reply with quote

Things are progressing nicely. Thunderbolt ethernet is working great. I will get the nvidia drivers [optimus] working next, then I will test the Thunderbolt Monitor / hub next. At this point I am hopeful.
Back to top
View user's profile Send private message
Faraclas
Tux's lil' helper
Tux's lil' helper


Joined: 08 Dec 2014
Posts: 117

PostPosted: Mon Mar 16, 2015 2:36 am    Post subject: Reply with quote

HELP REQUESTED PLEASE

I am having a hard time getting good performance out of the nvidia card. For details of where I am now, take a look at my documentation https://docs.google.com/document/d/1ceLv8lyxv4660QfIuklbRJb0ozh_zeSfaty2FLKhtr0/edit?usp=sharing and goto the Graphics Cards section.

getting closer...
Back to top
View user's profile Send private message
Faraclas
Tux's lil' helper
Tux's lil' helper


Joined: 08 Dec 2014
Posts: 117

PostPosted: Sun Mar 22, 2015 2:55 am    Post subject: Reply with quote

Many thanks to all of the good people on the gentoo IRC channel. This project is completed (minor software issues notwithstanding) with all of the hardware working. I've updated the documentation[url] https://docs.google.com/document/d/1ceLv8lyxv4660QfIuklbRJb0ozh_zeSfaty2FLKhtr0/edit?usp=sharing[/url] with a link to my kernel .config for anyone else who wants to get this laptop up and running.

Thanks again for all the help from the community. I am SO EXCITED to have a gentoo linux system as my main production system.
Back to top
View user's profile Send private message
mpagano
Developer
Developer


Joined: 27 Apr 2004
Posts: 197
Location: USA

PostPosted: Sun Apr 26, 2015 2:46 pm    Post subject: Reply with quote

Thanks for posting this. I'm close. Same exact laptop.

Using KDE plasma and I'm totally ok with nvidia always on. Not using bumblebee.
I am using your .config from your document. (Thanks for that).


Here's where I am now:

http://imgur.com/aF5neWk

It seems the resolution is affected by the framebuffer resolution. Notice the large black bars on either side of the screen.

I have no monitor shown in KDE systems settings, so I can't change it.

Any ideas?


xorg.conf
Code:

Section "ServerLayout"
    Identifier "layout"
    Screen 0 "nvidia"
    Inactive "intel"
EndSection

Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "PCI:2:0:0"
EndSection

Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
    Option "AllowEmptyInitialConfiguration"
EndSection

Section "Device"
    Identifier "intel"
    Driver "modesetting"
    BusID "PCI:0:2:0"
EndSection

Section "Screen"

    Identifier "intel"
    Device "intel"
EndSection


make.conf
Code:

CFLAGS="-march=core-avx2 -O2 -pipe"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j5"
CHOST="x86_64-pc-linux-gnu"

PORT_LOGDIR=/var/log/portage
PORTAGE_ELOG_CLASSES="${PORTAGE_ELOG_CLASSES} error log"
#PORTAGE_ELOG_CLASSES="${PORTAGE_ELOG_CLASSES} warn error log qa"
PORTAGE_ELOG_SYSTEM="save"

PORTDIR="/usr/portage"
DISTDIR="${PORTDIR}/distfiles"
PKGDIR="${PORTDIR}/packages"
USE="acpi aes alsa -aqua bluetooth crypt dri fma3 gd gpg icu kde libkms modemanager networkmanager nvidia pcpcnt policykit pulseaudio python qt4 qt5 rss samba sna ssl subversion tools truetype udev udisks uvm win32codecs X"

ABI_X86="32 64"
ALSA_CARDS="hda-intel"
ELIBC="glibc"
INPUT_DEVICES="evdev keyboard mouse synaptics virtualbox"
KERNEL="linux"
LINGUAS="en_US"

PORTDIR_OVERLAY="$PORTDIR_OVERLAY
/usr/portage/local"
PORTAGE_TMPDIR="/tmp"

source /var/lib/layman/make.conf

LINGUAS="en_US"
USE_PYTHON='2.7 3.3 3.4'
PYTHON_SINGLE_TARGET="python2_7"
PYTHON_TARGETS="python2_7 python3_3 python3_4"
RUBY_TARGETS="ruby19 ruby20"
USERLAND="GNU"
VIDEO_CARDS="intel i915 i965 nvidia modesetting"

CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3"
GRUB_PLATFORMS="pc"



dmesg
[code:1:bbc611e318]
[[[[p1.4,[[[[[[[[[[[[[[[[[[[[[[[[[[01/08/2015
[[[[[[[[[[[[0.000000] Initializing cgroup subsys cpuset
0.000000] Initializing cgroup subsys cpu
0.000000] Initializing cgroup subsys cpuacct
0.000000] Linux version 3.19.5-gentoo (root@geronimo) (gcc version 4.8.4 (Gentoo 4.8.4
pie-0.6.1) ) #6 SMP Sat Apr 25 19:44:33 2015
0.000000] Command line: BOOT_IMAGE=/kernel-3.19.5-gentoo-hope root=/dev/sda3 ro
0.000000] e820: BIOS-provided physical RAM map:
0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000064980fff] usable
0.000000] BIOS-e820: [mem 0x0000000064981000-0x0000000064987fff] ACPI NVS
0.000000] BIOS-e820: [mem 0x0000000064988000-0x0000000064dc5fff] usable
0.000000] BIOS-e820: [mem 0x0000000064dc6000-0x00000000653e1fff] reserved
0.000000] BIOS-e820: [mem 0x00000000653e2000-0x000000007a7cdfff] usable
0.000000] BIOS-e820: [mem 0x000000007a7ce000-0x000000007ab3dfff] reserved
0.000000] BIOS-e820: [mem 0x000000007ab3e000-0x000000007ab60fff] ACPI data
0.000000] BIOS-e820: [mem 0x000000007ab61000-0x000000007b536fff] ACPI NVS
0.000000] BIOS-e820: [mem 0x000000007b537000-0x000000007bffefff] reserved
0.000000] BIOS-e820: [mem 0x000000007bfff000-0x000000007bffffff] usable
0.000000] BIOS-e820: [mem 0x000000007d000000-0x000000007f1fffff] reserved
0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000027fdfffff] usable
0.000000] NX (Execute Disable) protection: active
0.000000] SMBIOS 2.7 present.
0.000000] DMI: Dell Inc. Dell Precision M3800/Dell Precision M3800, BIOS A09
0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
0.000000] e820: last_pfn = 0x27fe00 max_arch_pfn = 0x400000000
0.000000] MTRR default type: uncachable
0.000000] MTRR fixed ranges enabled:
0.000000] 00000-9FFFF write-back
0.000000] A0000-BFFFF uncachable
0.000000] C0000-CFFFF write-protect
0.000000] D0000-E7FFF uncachable
0.000000] E8000-FFFFF write-protect
0.000000] MTRR variable ranges enabled:
0.000000] 0 base 0000000000 mask 7E00000000 write-back[[[[[[[[[[[[[[ffff8800000fda80]
[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[0.000000] 1 base 0200000000 mask 7F80000000 write-back
0.000000] 2 base 0080000000 mask 7F80000000 uncachable
0.000000] 3 base 007E000000 mask 7FFE000000 uncachable
0.000000] 4 base 007D000000 mask 7FFF000000 uncachable
0.000000] 5 base 027FE00000 mask 7FFFE00000 uncachable
0.000000] 6 disabled
0.000000] 7 disabled
0.000000] 8 disabled
0.000000] 9 disabled
0.000000] PAT configuration [0-7]: WB WC UC- UC WB WC UC- UC
0.000000] e820: update [mem 0x7d000000-0xffffffff] usable ==> reserved
0.000000] e820: last_pfn = 0x7c000 max_arch_pfn = 0x400000000
0.000000] found SMP MP-table at [mem 0x000fda80-0x000fda8f] mapped at
0.000000] Scanning 1 areas for low memory corruption
0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
0.000000] Using GB pages for direct mapping
0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
0.000000] [mem 0x00000000-0x000fffff] page 4k
0.000000] BRK [0x020dc000, 0x020dcfff] PGTABLE
0.000000] BRK [0x020dd000, 0x020ddfff] PGTABLE
0.000000] BRK [0x020de000, 0x020defff] PGTABLE
0.000000] init_memory_mapping: [mem 0x27fc00000-0x27fdfffff]
0.000000] [mem 0x27fc00000-0x27fdfffff] page 2M
0.000000] BRK [0x020df000, 0x020dffff] PGTABLE
0.000000] init_memory_mapping: [mem 0x260000000-0x27fbfffff]
0.000000] [mem 0x260000000-0x27fbfffff] page 2M
0.000000] init_memory_mapping: [mem 0x240000000-0x25fffffff]
0.000000] [mem 0x240000000-0x25fffffff] page 2M
0.000000] init_memory_mapping: [mem 0x00100000-0x64980fff]
0.000000] [mem 0x00100000-0x001fffff] page 4k
0.000000] [mem 0x00200000-0x647fffff] page 2M
0.000000] [mem 0x64800000-0x64980fff] page 4k
0.000000] init_memory_mapping: [mem 0x64988000-0x64dc5fff]
0.000000] [mem 0x64988000-0x649fffff] page 4k
0.000000] [mem 0x64a00000-0x64bfffff] page 2M
0.000000] [mem 0x64c00000-0x64dc5fff] page 4k
0.000000] BRK [0x020e0000, 0x020e0fff] PGTABLE
0.000000] init_memory_mapping: [mem 0x653e2000-0x7a7cdfff]
0.000000] [mem 0x653e2000-0x653fffff] page 4k
0.000000] [mem 0x65400000-0x7a5fffff] page 2M
0.000000] [mem 0x7a600000-0x7a7cdfff] page 4k
0.000000] BRK [0x020e1000, 0x020e1fff] PGTABLE
0.000000] init_memory_mapping: [mem 0x7bfff000-0x7bffffff][ 0.000000] [mem 0x7bfff000-0x7bffffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x23fffffff]
[ 0.000000] [mem 0x100000000-0x23fffffff] page 1G
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F0490 000024 (v02 DELL )
[ 0.000000] ACPI: XSDT 0x000000007AB45098 0000AC (v01 DELL CL09 01072009 AMI
00010013)
[ 0.000000] ACPI: FACP 0x000000007AB53A70 00010C (v05 DELL CL09 01072009 AMI
00010013)
[ 0.000000] ACPI: DSDT 0x000000007AB451D0 00E8A0 (v02 DELL CL09 00000000
INTL 20120711)
[ 0.000000] ACPI: FACS 0x000000007B530080 000040
[ 0.000000] ACPI: APIC 0x000000007AB53B80 000092 (v03 DELL CL09 01072009 AMI
00010013)
[ 0.000000] ACPI: FPDT 0x000000007AB53C18 000044 (v01 DELL CL09 01072009 AMI
00010013)
[ 0.000000] ACPI: SSDT 0x000000007AB53C60 000C9A (v01 TrmRef PtidDevc 00001000
INTL 20091112)
[ 0.000000] ACPI: SSDT 0x000000007AB54900 000228 (v01 INTEL sensrhub 00000000
INTL 20120711)
[ 0.000000] ACPI: SSDT 0x000000007AB54B28 000539 (v01 PmRef Cpu0Ist 00003000
INTL 20120711)
[ 0.000000] ACPI: SSDT 0x000000007AB55068 000AD8 (v01 PmRef CpuPm 00003000
INTL 20120711)
[ 0.000000] ACPI: SSDT 0x000000007AB55B40 0002DE (v01 PmRef Cpu0Tst 00003000
INTL 20120711)
[ 0.000000] ACPI: SSDT 0x000000007AB55E20 000348 (v01 PmRef ApTst 00003000
INTL 20120711)
[ 0.000000] ACPI: MCFG 0x000000007AB56168 00003C (v01 DELL CL09 01072009
MSFT 00000097)
[ 0.000000] ACPI: SSDT 0x000000007AB561A8 004F7F (v01 DptfTa DptfTabl 00001000
INTL 20120711)
[ 0.000000] ACPI: HPET 0x000000007AB5B128 000038 (v01 DELL CL09 01072009 AMI.
00000005)
[ 0.000000] ACPI: SSDT 0x000000007AB5B160 0003AA (v01 SataRe SataTabl 00001000
INTL 20120711)
[ 0.000000] ACPI: SSDT 0x000000007AB5B510 002B6D (v01 SaSsdt SaSsdt 00003000
INTL 20091112)
[ 0.000000] ACPI: SSDT 0x000000007AB5E080 000DA0 (v01 SgRef SgPeg 00001000
INTL 20120711)
[ 0.000000] ACPI: DMAR 0x000000007AB5EE20 0000B8 (v01 INTEL HSW 00000001
INTL 00000001)
[ 0.000000] ACPI: SSDT 0x000000007AB5EED8 00123B (v01 OptRef OptTabl 00001000
INTL 20120711)[[[[[ffff88027f3fffff][[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[0.000000] ACPI: Local APIC address 0xfee00000
0.000000] No NUMA configuration found
0.000000] Faking a node at [mem 0x0000000000000000-0x000000027fdfffff]
0.000000] NODE_DATA(0) allocated [mem 0x27fdf8000-0x27fdfbfff]
0.000000] [ffffea0000000000-ffffea0009ffffff] PMD -> [ffff880277400000
on node 0
0.000000] Zone ranges:
0.000000] DMA [mem 0x00001000-0x00ffffff]
0.000000] DMA32 [mem 0x01000000-0xffffffff]
0.000000] Normal [mem 0x100000000-0x27fdfffff]
0.000000] Movable zone start for each node
0.000000] Early memory node ranges
0.000000] node 0: [mem 0x00001000-0x0009cfff]
0.000000] node 0: [mem 0x00100000-0x64980fff]
0.000000] node 0: [mem 0x64988000-0x64dc5fff]
0.000000] node 0: [mem 0x653e2000-0x7a7cdfff]
0.000000] node 0: [mem 0x7bfff000-0x7bffffff]
0.000000] node 0: [mem 0x100000000-0x27fdfffff]
0.000000] Initmem setup node 0 [mem 0x00001000-0x27fdfffff]
0.000000] On node 0 totalpages: 2072392
0.000000] DMA zone: 64 pages used for memmap
0.000000] DMA zone: 21 pages reserved
0.000000] DMA zone: 3996 pages, LIFO batch:0
0.000000] DMA32 zone: 7751 pages used for memmap
0.000000] DMA32 zone: 496044 pages, LIFO batch:31
0.000000] Normal zone: 24568 pages used for memmap
0.000000] Normal zone: 1572352 pages, LIFO batch:31
0.000000] Reserving Intel graphics stolen memory at 0x7d200000-0x7f1fffff
0.000000] ACPI: PM-Timer IO Port: 0x1808
0.000000] ACPI: Local APIC address 0xfee00000
0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
0.000000] ACPI: IRQ0 used by override.[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[u262144
[[[[[root=/dev/sda3[[[[[0.000000] ACPI: IRQ9 used by override.
0.000000] Using ACPI (MADT) for SMP configuration information
0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
0.000000] PM: Registered nosave memory: [mem 0x64981000-0x64987fff]
0.000000] PM: Registered nosave memory: [mem 0x64dc6000-0x653e1fff]
0.000000] PM: Registered nosave memory: [mem 0x7a7ce000-0x7ab3dfff]
0.000000] PM: Registered nosave memory: [mem 0x7ab3e000-0x7ab60fff]
0.000000] PM: Registered nosave memory: [mem 0x7ab61000-0x7b536fff]
0.000000] PM: Registered nosave memory: [mem 0x7b537000-0x7bffefff]
0.000000] PM: Registered nosave memory: [mem 0x7c000000-0x7cffffff]
0.000000] PM: Registered nosave memory: [mem 0x7d000000-0x7f1fffff]
0.000000] PM: Registered nosave memory: [mem 0x7f200000-0xefffffff]
0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfebfffff]
0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
0.000000] e820: [mem 0x7f200000-0xefffffff] available for PCI devices
0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:8 nr_node_ids:1
0.000000] PERCPU: Embedded 29 pages/cpu @ffff88027fa00000 s79424 r8192 d31168
0.000000] pcpu-alloc: s79424 r8192 d31168 u262144 alloc=1*2097152
0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 2039988
0.000000] Policy zone: Normal
0.000000] Kernel command line: BOOT_IMAGE=/kernel-3.19.5-gentoo-hope
ro
0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form
0.000000] Calgary: detecting Calgary via BIOS EBDA area
0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
0.000000] Memory: 8073956K/8289568K available (9399K kernel code, 877K rwdata,3144K rodata, 1084K init, 916K bss, 215612K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=8.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.000000] NR_IRQS:4352 nr_irqs:488 16
[ 0.000000] spurious 8259A interrupt: IRQ7.
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2294.777 MHz processor
[ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 4589.55
BogoMIPS (lpj=2294777)
[ 0.000005] pid_max: default: 32768 minimum: 301
[ 0.000009] ACPI: Core revision 20141107
[ 0.012595] ACPI: All ACPI Tables successfully acquired
[ 0.016596] Security Framework initialized
[ 0.016599] SELinux: Initializing.
[ 0.016604] SELinux: Starting in permissive mode
[ 0.016949] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.018665] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.019467] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.019474] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.019655] Initializing cgroup subsys freezer
[ 0.019674] CPU: Physical Processor ID: 0
[ 0.019675] CPU: Processor Core ID: 0
[ 0.019679] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.020482] mce: CPU supports 9 MCE banks
[ 0.020494] CPU0: Thermal monitoring enabled (TM1)
[ 0.020505] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[ 0.020608] Freeing SMP alternatives memory: 36K (ffffffff81fec000 - ffffffff81ff5000)
[ 0.020999] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[ 0.030999] smpboot: CPU0: Intel(R) Core(TM) i7-4712HQ CPU @ 2.30GHz (fam: 06, model:
3c, stepping: 03)
[ 0.031006] TSC deadline timer enabled
[ 0.031022] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width
counters, Intel PMU driver.
[ 0.031038] ... version: 3
[ 0.031039] ... bit width: 48
[ 0.031040] ... generic registers: 4
[ 0.031041] ... value mask: 0000ffffffffffff[ 0.031042] ... max period: 0000ffffffffffff
[ 0.031043] ... fixed-purpose events: 3
[ 0.031044] ... event mask: 000000070000000f
[ 0.031239] x86: Booting SMP configuration:
[ 0.031241] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
[ 0.129574] x86: Booted up 1 node, 8 CPUs
[ 0.129579] smpboot: Total of 8 processors activated (36716.43 BogoMIPS)
[ 0.134925] devtmpfs: initialized
[ 0.135051] PM: Registering ACPI NVS region [mem 0x64981000-0x64987fff] (28672 bytes)
[ 0.135053] PM: Registering ACPI NVS region [mem 0x7ab61000-0x7b536fff] (10313728
bytes)
[ 0.135241] xor: automatically using best checksumming function:
[ 0.144796] avx : 25904.000 MB/sec
[ 0.144824] RTC time: 14:12:18, date: 04/26/15
[ 0.144897] NET: Registered protocol family 16
[ 0.149823] cpuidle: using governor ladder
[ 0.155835] cpuidle: using governor menu
[ 0.155870] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.155873] ACPI: bus type PCI registered
[ 0.155912] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff]
(base 0xf0000000)
[ 0.155915] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[ 0.156013] PCI: Using configuration type 1 for base access
[ 0.178858] raid6: sse2x1 9550 MB/s
[ 0.195860] raid6: sse2x2 11984 MB/s
[ 0.212866] raid6: sse2x4 13972 MB/s
[ 0.229872] raid6: avx2x1 18546 MB/s
[ 0.246878] raid6: avx2x2 21296 MB/s
[ 0.263881] raid6: avx2x4 25019 MB/s
[ 0.263883] raid6: using algorithm avx2x4 (25019 MB/s)
[ 0.263884] raid6: using avx2x2 recovery algorithm
[ 0.263920] ACPI: Added _OSI(Module Device)
[ 0.263921] ACPI: Added _OSI(Processor Device)
[ 0.263923] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.263924] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.267369] ACPI: Executed 2 blocks of module-level executable AML code
[ 0.270120] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.271197] ACPI: Dynamic OEM Table Load:
[ 0.271203] ACPI: SSDT 0xFFFF880275C80800 0003D3 (v01 PmRef Cpu0Cst 00003001
INTL 20120711)
[ 0.271771] ACPI: Dynamic OEM Table Load:
[ 0.271776] ACPI: SSDT 0xFFFF880275C5A000 0005AA (v01 PmRef ApIst 00003000 INTL
20120711)
[ 0.272380] ACPI: Dynamic OEM Table Load:[ 0.272384] ACPI: SSDT 0xFFFF880275C45E00 000119 (v01 PmRef ApCst 00003000 INTL
20120711)
[ 0.273845] ACPI: Interpreter enabled
[ 0.273851] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_]
(20141107/hwxface-580)
[ 0.273857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_]
(20141107/hwxface-580)
[ 0.273870] ACPI: (supports S0 S3 S4 S5)
[ 0.273872] ACPI: Using IOAPIC for interrupt routing
[ 0.273892] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report
a bug
[ 0.404138] ACPI: Power Resource [NVP3] (on)
[ 0.404157] ACPI: Power Resource [NVP2] (on)
[ 0.405494] ACPI: Power Resource [FN00] (off)
[ 0.405541] ACPI: Power Resource [FN01] (off)
[ 0.406140] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
[ 0.406145] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments
MSI]
[ 0.406302] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
[ 0.406388] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[ 0.406649] PCI host bridge to bus 0000:00
[ 0.406651] pci_bus 0000:00: root bus resource [bus 00-7e]
[ 0.406653] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 0.406655] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.406657] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.406658] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
[ 0.406660] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[ 0.406661] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[ 0.406663] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[ 0.406664] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[ 0.406666] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
[ 0.406668] pci_bus 0000:00: root bus resource [mem 0x7f200000-0xfeafffff]
[ 0.406674] pci 0000:00:00.0: [8086:0c04] type 00 class 0x060000
[ 0.406737] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
[ 0.406765] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.406795] pci 0000:00:01.0: System wakeup disabled by ACPI
[ 0.406824] pci 0000:00:02.0: [8086:0416] type 00 class 0x030000
[ 0.406832] pci 0000:00:02.0: reg 0x10: [mem 0xec400000-0xec7fffff 64bit]
[ 0.406837] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
[ 0.406840] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
[ 0.406895] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
[ 0.406901] pci 0000:00:03.0: reg 0x10: [mem 0xecc1c000-0xecc1ffff 64bit]
[ 0.406961] pci 0000:00:04.0: [8086:0c03] type 00 class 0x118000
[ 0.406970] pci 0000:00:04.0: reg 0x10: [mem 0xecc10000-0xecc17fff 64bit][[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[0.407052] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
0.407068] pci 0000:00:14.0: reg 0x10: [mem 0xecc00000-0xecc0ffff 64bit]
0.407124] pci 0000:00:14.0: PME# supported from D3hot D3cold
0.407152] pci 0000:00:14.0: System wakeup disabled by ACPI
0.407178] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
0.407195] pci 0000:00:16.0: reg 0x10: [mem 0xecc26000-0xecc2600f 64bit]
0.407252] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
0.407311] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
0.407329] pci 0000:00:1a.0: reg 0x10: [mem 0xecc24000-0xecc243ff]
0.407409] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
0.407447] pci 0000:00:1a.0: System wakeup disabled by ACPI
0.407476] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
0.407489] pci 0000:00:1b.0: reg 0x10: [mem 0xecc18000-0xecc1bfff 64bit]
0.407550] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
0.407578] pci 0000:00:1b.0: System wakeup disabled by ACPI
0.407602] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
0.407662] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
0.407691] pci 0000:00:1c.0: System wakeup disabled by ACPI
0.407717] pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400
0.407777] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
0.407806] pci 0000:00:1c.2: System wakeup disabled by ACPI
0.407831] pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
0.407891] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
0.407921] pci 0000:00:1c.3: System wakeup disabled by ACPI
0.407945] pci 0000:00:1c.4: [8086:8c18] type 01 class 0x060400
0.408012] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
0.408042] pci 0000:00:1c.4: System wakeup disabled by ACPI
0.408073] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
0.408094] pci 0000:00:1d.0: reg 0x10: [mem 0xecc23000-0xecc233ff]
0.408174] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
0.408211] pci 0000:00:1d.0: System wakeup disabled by ACPI
0.408239] pci 0000:00:1f.0: [8086:8c4b] type 00 class 0x060100
0.408376] pci 0000:00:1f.2: [8086:8c03] type 00 class 0x010601
0.408390] pci 0000:00:1f.2: reg 0x10: [io 0xf0b0-0xf0b7]
0.408396] pci 0000:00:1f.2: reg 0x14: [io 0xf0a0-0xf0a3]
0.408403] pci 0000:00:1f.2: reg 0x18: [io 0xf090-0xf097]
0.408409] pci 0000:00:1f.2: reg 0x1c: [io 0xf080-0xf083]
0.408416] pci 0000:00:1f.2: reg 0x20: [io 0xf060-0xf07f]
0.408422] pci 0000:00:1f.2: reg 0x24: [mem 0xecc22000-0xecc227ff]
0.408456] pci 0000:00:1f.2: PME# supported from D3hot
0.408501] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
0.408513] pci 0000:00:1f.3: reg 0x10: [mem 0xecc21000-0xecc210ff 64bit]
0.408530] pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f]
0.408590] pci 0000:00:1f.6: [8086:8c24] type 00 class 0x118000[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[0.408607] pci 0000:00:1f.6: reg 0x10: [mem 0xecc20000-0xecc20fff 64bit]
0.408733] pci 0000:02:00.0: [10de:0ff6] type 00 class 0x030200
0.408746] pci 0000:02:00.0: reg 0x10: [mem 0xeb000000-0xebffffff]
0.408759] pci 0000:02:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
0.408771] pci 0000:02:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
0.408779] pci 0000:02:00.0: reg 0x24: [io 0xe000-0xe07f]
0.408788] pci 0000:02:00.0: reg 0x30: [mem 0xec000000-0xec07ffff pref]
0.408855] pci 0000:02:00.0: System wakeup disabled by ACPI
0.408884] pci 0000:00:01.0: PCI bridge to [bus 02-03]
0.408886] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
0.408888] pci 0000:00:01.0: bridge window [mem 0xeb000000-0xec0fffff]
0.408890] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
0.408928] pci 0000:00:1c.0: PCI bridge to [bus 04]
0.409037] pci 0000:06:00.0: [14e4:43b1] type 00 class 0x028000
0.409075] pci 0000:06:00.0: reg 0x10: [mem 0xeca00000-0xeca07fff 64bit]
0.409104] pci 0000:06:00.0: reg 0x18: [mem 0xec800000-0xec9fffff 64bit]
0.409302] pci 0000:06:00.0: supports D1 D2
0.409303] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
0.409336] pci 0000:06:00.0: System wakeup disabled by ACPI
0.411144] pci 0000:00:1c.2: PCI bridge to [bus 06]
0.411150] pci 0000:00:1c.2: bridge window [mem 0xec800000-0xecafffff]
0.411274] pci 0000:07:00.0: [10ec:5249] type 00 class 0xff0000
0.411303] pci 0000:07:00.0: reg 0x10: [mem 0xecb00000-0xecb00fff]
0.411612] pci 0000:07:00.0: supports D1 D2
0.411613] pci 0000:07:00.0: PME# supported from D1 D2 D3hot D3cold
0.411684] pci 0000:07:00.0: System wakeup disabled by ACPI
0.413132] pci 0000:00:1c.3: PCI bridge to [bus 07]
0.413138] pci 0000:00:1c.3: bridge window [mem 0xecb00000-0xecbfffff]
0.413189] pci 0000:00:1c.4: PCI bridge to [bus 08-40]
0.413195] pci 0000:00:1c.4: bridge window [mem 0xd4000000-0xea0fffff]
0.413201] pci 0000:00:1c.4: bridge window [mem 0x90000000-0xb1ffffff 64bit pref]
0.413265] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
0.476503] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
0.476547] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
0.476588] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 10 11 12 14 15)
0.476628] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
0.476667] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
0.476706] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
0.476747] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 10 11 12 14 15)
0.476787] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 5 6 10 11 12 14 15)
0.477065] ACPI: Enabled 4 GPEs in block 00 to 3F
0.477099] ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
0.477155] vgaarb: setting as boot device: PCI:0000:00:02.0
0.477158] vgaarb: device added:PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[[[[[[[[[[[<giometti@linux.it>
[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[0.477162] vgaarb: loaded
0.477163] vgaarb: bridge control possible 0000:00:02.0
0.477218] SCSI subsystem initialized
0.477253] libata version 3.00 loaded.
0.477278] ACPI: bus type USB registered
0.477294] usbcore: registered new interface driver usbfs
0.477301] usbcore: registered new interface driver hub
0.477322] usbcore: registered new device driver usb
0.477342] Linux video capture interface: v2.00
0.477350] pps_core: LinuxPPS API ver. 1 registered
0.477352] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti
0.477358] PTP clock support registered
0.477423] Advanced Linux Sound Architecture Driver Initialized.
0.477427] PCI: Using ACPI for IRQ routing
0.480172] PCI: pci_cache_line_size set to 64 bytes
0.480221] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
0.480222] e820: reserve RAM buffer [mem 0x64981000-0x67ffffff]
0.480223] e820: reserve RAM buffer [mem 0x64dc6000-0x67ffffff]
0.480224] e820: reserve RAM buffer [mem 0x7a7ce000-0x7bffffff]
0.480225] e820: reserve RAM buffer [mem 0x27fe00000-0x27fffffff]
0.480296] Bluetooth: Core ver 2.20
0.480300] NET: Registered protocol family 31
0.480302] Bluetooth: HCI device and connection manager initialized
0.480304] Bluetooth: HCI socket layer initialized
0.480305] Bluetooth: L2CAP socket layer initialized
0.480309] Bluetooth: SCO socket layer initialized
0.480357] cfg80211: Calling CRDA to update world regulatory domain
0.480370] NetLabel: Initializing
0.480373] NetLabel: domain hash size = 128
0.480375] NetLabel: protocols = UNLABELED CIPSOv4
0.480390] NetLabel: unlabeled traffic allowed by default
0.480442] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
0.480447] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
0.482472] Switched to clocksource hpet
0.485881] FS-Cache: Loaded
0.487154] pnp: PnP ACPI init
0.487203] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
0.487206] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
0.487391] system 00:01: [io 0x0680-0x069f] has been reserved
0.487394] system 00:01: [io 0xffff] has been reserved
0.487395] system 00:01: [io 0xffff] has been reserved
0.487397] system 00:01: [io 0xffff] has been reserved[ 0.487399] system 00:01: [io 0x1c00-0x1cfe] has been reserved
[ 0.487400] system 00:01: [io 0x1d00-0x1dfe] has been reserved
[ 0.487402] system 00:01: [io 0x1e00-0x1efe] has been reserved
[ 0.487404] system 00:01: [io 0x1f00-0x1ffe] has been reserved
[ 0.487405] system 00:01: [io 0x1800-0x18fe] could not be reserved
[ 0.487407] system 00:01: [io 0x164e-0x164f] has been reserved
[ 0.487409] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.487426] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.487454] system 00:03: [io 0x1854-0x1857] has been reserved
[ 0.487456] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.487492] system 00:04: [io 0x04d0-0x04d1] has been reserved
[ 0.487494] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.487514] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.487533] pnp 00:06: Plug and Play ACPI device, IDs DLL060d PNP0f13 (active)
[ 0.550707] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.550711] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.550713] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.550715] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.550718] system 00:07: [mem 0xf0000000-0xf7ffffff] has been reserved
[ 0.550720] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.550722] system 00:07: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.550724] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.550727] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
[ 0.550729] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.550731] system 00:07: [mem 0xeffee000-0xeffeefff] has been reserved
[ 0.550734] system 00:07: [mem 0xeffd0000-0xeffdffff] has been reserved
[ 0.550737] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.550989] pnp: PnP ACPI: found 8 devices
[ 0.555552] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 04] add_size 1000
[ 0.555554] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus
04] add_size 200000
[ 0.555555] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 04]
add_size 200000
[ 0.555572] pci 0000:00:1c.4: bridge window [io 0x1000-0x0fff] to [bus 08-40] add_size
1000
[ 0.555575] pci 0000:00:1c.0: res[8]=[mem 0x00100000-0x000fffff] get_res_add_size
add_size 200000
[ 0.555576] pci 0000:00:1c.0: res[9]=[mem 0x00100000-0x000fffff 64bit pref]
get_res_add_size add_size 200000
[ 0.555578] pci 0000:00:1c.0: res[7]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.555579] pci 0000:00:1c.4: res[7]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.555582] pci 0000:00:1c.0: BAR 8: assigned [mem 0x7f200000-0x7f3fffff]
[ 0.555588] pci 0000:00:1c.0: BAR 9: assigned [mem 0x7f400000-0x7f5fffff 64bit pref]
[ 0.555590] pci 0000:00:1c.0: BAR 7: assigned [io 0x2000-0x2fff][[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[0.555592] pci 0000:00:1c.4: BAR 7: assigned [io 0x3000-0x3fff]
0.555595] pci 0000:00:01.0: PCI bridge to [bus 02-03]
0.555597] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
0.555599] pci 0000:00:01.0: bridge window [mem 0xeb000000-0xec0fffff]
0.555602] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
0.555605] pci 0000:00:1c.0: PCI bridge to [bus 04]
0.555608] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
0.555613] pci 0000:00:1c.0: bridge window [mem 0x7f200000-0x7f3fffff]
0.555617] pci 0000:00:1c.0: bridge window [mem 0x7f400000-0x7f5fffff 64bit pref]
0.555622] pci 0000:00:1c.2: PCI bridge to [bus 06]
0.555627] pci 0000:00:1c.2: bridge window [mem 0xec800000-0xecafffff]
0.555633] pci 0000:00:1c.3: PCI bridge to [bus 07]
0.555638] pci 0000:00:1c.3: bridge window [mem 0xecb00000-0xecbfffff]
0.555645] pci 0000:00:1c.4: PCI bridge to [bus 08-40]
0.555648] pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff]
0.555653] pci 0000:00:1c.4: bridge window [mem 0xd4000000-0xea0fffff]
0.555657] pci 0000:00:1c.4: bridge window [mem 0x90000000-0xb1ffffff 64bit pref]
0.555663] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
0.555664] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
0.555665] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
0.555666] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
0.555667] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
0.555668] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
0.555669] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
0.555670] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
0.555671] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
0.555672] pci_bus 0000:00: resource 13 [mem 0x7f200000-0xfeafffff]
0.555673] pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
0.555675] pci_bus 0000:02: resource 1 [mem 0xeb000000-0xec0fffff]
0.555676] pci_bus 0000:02: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
0.555677] pci_bus 0000:04: resource 0 [io 0x2000-0x2fff]
0.555678] pci_bus 0000:04: resource 1 [mem 0x7f200000-0x7f3fffff]
0.555679] pci_bus 0000:04: resource 2 [mem 0x7f400000-0x7f5fffff 64bit pref]
0.555680] pci_bus 0000:06: resource 1 [mem 0xec800000-0xecafffff]
0.555681] pci_bus 0000:07: resource 1 [mem 0xecb00000-0xecbfffff]
0.555682] pci_bus 0000:08: resource 0 [io 0x3000-0x3fff]
0.555683] pci_bus 0000:08: resource 1 [mem 0xd4000000-0xea0fffff]
0.555684] pci_bus 0000:08: resource 2 [mem 0x90000000-0xb1ffffff 64bit pref]
0.555700] NET: Registered protocol family 2
0.555838] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
0.555970] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
0.556154] TCP: Hash tables configured (established 65536 bind 65536)
0.556171] TCP: reno registered
0.556179] UDP hash table entries: 4096 (order: 5, 131072 bytes)[ 0.556209] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.556264] NET: Registered protocol family 1
[ 0.556324] RPC: Registered named UNIX socket transport module.
[ 0.556326] RPC: Registered udp transport module.
[ 0.556327] RPC: Registered tcp transport module.
[ 0.556328] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.556336] pci 0000:00:02.0: Video device with shadowed ROM
[ 0.572541] PCI: CLS mismatch (64 != 128), using 64 bytes
[ 0.588552] dmar: Host address width 39
[ 0.588556] dmar: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.588564] dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap
f0101a
[ 0.588567] dmar: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.588572] dmar: IOMMU 1: reg_base_addr fed91000 ver 1:0 cap d2008020660462 ecap
f010da
[ 0.588574] dmar: RMRR base: 0x0000007be81000 end: 0x0000007be8ffff
[ 0.588576] dmar: RMRR base: 0x0000007d000000 end: 0x0000007f1fffff
[ 0.588584] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.588587] software IO TLB [mem 0x767ce000-0x7a7ce000] (64MB) mapped at
[ffff8800767ce000-ffff88007a7cdfff]
[ 0.589005] RAPL PMU detected, hw unit 2^-14 Joules, API unit is 2^-32 Joules, 4 fixed
counters 655360 ms ovfl timer
[ 0.589051] microcode: CPU0 sig=0x306c3, pf=0x20, revision=0x17
[ 0.589059] microcode: CPU1 sig=0x306c3, pf=0x20, revision=0x17
[ 0.589065] microcode: CPU2 sig=0x306c3, pf=0x20, revision=0x17
[ 0.589073] microcode: CPU3 sig=0x306c3, pf=0x20, revision=0x17
[ 0.589082] microcode: CPU4 sig=0x306c3, pf=0x20, revision=0x17
[ 0.589090] microcode: CPU5 sig=0x306c3, pf=0x20, revision=0x17
[ 0.589098] microcode: CPU6 sig=0x306c3, pf=0x20, revision=0x17
[ 0.589107] microcode: CPU7 sig=0x306c3, pf=0x20, revision=0x17
[ 0.589138] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter
Oruba
[ 0.589473] Scanning for low memory corruption every 60 seconds
[ 0.589686] futex hash table entries: 2048 (order: 5, 131072 bytes)
[ 0.589728] audit: initializing netlink subsys (disabled)
[ 0.589735] audit: type=2000 audit(1430057538.574:1): initialized
[ 0.590083] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.591401] VFS: Disk quotas dquot_6.5.2
[ 0.591433] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.591779] NFS: Registering the id_resolver key type
[ 0.591784] Key type id_resolver registered
[ 0.591786] Key type id_legacy registered
[ 0.591877] ntfs: driver 2.1.31 [Flags: R/W].
[ 0.591929] fuse init (API version 7.23)[ 0.592027] SELinux: Registering netfilter hooks
[ 0.592105] cryptomgr_test (58) used greatest stack depth: 15120 bytes left
[ 0.592379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[ 0.592383] io scheduler noop registered
[ 0.592385] io scheduler deadline registered
[ 0.592426] io scheduler cfq registered (default)
[ 0.592818] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.600464] Non-volatile memory driver v1.3
[ 0.600469] Linux agpgart interface v0.103
[ 0.600494] vesafb: mode is 1920x1440x32, linelength=7680, pages=0
[ 0.600495] vesafb: scrolling: redraw
[ 0.600496] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.600508] vesafb: framebuffer at 0x80000000, mapped to 0xffffc90008f00000, using
10816k, total 10816k
[ 0.788821] Console: switching to colour frame buffer device 240x90
[ 0.970896] fb0: VESA VGA frame buffer device
[ 0.971422] ACPI: AC Adapter [ACAD] (on-line)
[ 0.971934] input: Power Button as
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.972782] ACPI: Power Button [PWRB]
[ 0.973173] input: Lid Switch as
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[ 0.974011] ACPI: Lid Switch [LID0]
[ 0.974390] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 0.975130] ACPI: Power Button [PWRF]
[ 0.976588] Monitor-Mwait will be used to enter C-1 state
[ 0.976597] Monitor-Mwait will be used to enter C-2 state
[ 0.976606] ACPI: acpi_idle registered with cpuidle
[ 0.978563] ACPI: Invalid active2 threshold
[ 0.979191] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.979868] ACPI: Thermal Zone [TZ00] (28 C)
[ 0.980511] thermal LNXTHERM:01: registered as thermal_zone1
[ 0.981078] ACPI: Thermal Zone [TZ01] (-267 C)
[ 0.981540] [drm] Initialized drm 1.1.0 20060810
[ 0.982427] loop: module loaded
[ 0.982786] ahci 0000:00:1f.2: version 3.0
[ 0.982890] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x1 impl SATA mode
[ 0.983709] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst
[ 0.984809] scsi host0: ahci
[ 0.985201] scsi host1: ahci
[ 0.985558] scsi host2: ahci
[ 0.985914] scsi host3: ahci
[ 0.986274] scsi host4: ahci
[ 0.986630] scsi host5: ahci[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[0.986943] ata1: SATA max UDMA/133 abar m2048@0xecc22000 port 0xecc22100 irq 25
0.987693] ata2: DUMMY
0.987940] ata3: DUMMY
0.988193] ata4: DUMMY
0.988441] ata5: DUMMY
0.988689] ata6: DUMMY
0.988988] tun: Universal TUN/TAP device driver, 1.6
0.989520] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
0.990180] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
0.990801] e100: Copyright(c) 1999-2006 Intel Corporation
0.991369] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
0.992080] e1000: Copyright (c) 1999-2006 Intel Corporation.
0.992674] sky2: driver version 1.30
0.993192] xhci_hcd 0000:00:14.0: xHCI Host Controller
0.993745] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
0.994575] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
0.994630] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
0.995318] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
0.996042] usb usb1: Product: xHCI Host Controller
0.996536] usb usb1: Manufacturer: Linux 3.19.5-gentoo xhci-hcd
0.997137] usb usb1: SerialNumber: 0000:00:14.0
0.997672] hub 1-0:1.0: USB hub found
0.998063] hub 1-0:1.0: 14 ports detected
1.000761] xhci_hcd 0000:00:14.0: xHCI Host Controller
1.001314] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
1.002083] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
1.002768] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
1.003497] usb usb2: Product: xHCI Host Controller
1.003986] usb usb2: Manufacturer: Linux 3.19.5-gentoo xhci-hcd
1.004591] usb usb2: SerialNumber: 0000:00:14.0
1.005115] hub 2-0:1.0: USB hub found
1.005505] hub 2-0:1.0: 6 ports detected
1.006626] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
1.007287] ehci-pci: EHCI PCI platform driver
1.007795] ehci-pci 0000:00:1a.0: EHCI Host Controller
1.008351] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 3
1.009103] ehci-pci 0000:00:1a.0: debug port 2
1.013448] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
1.013458] ehci-pci 0000:00:1a.0: irq 16, io mem 0xecc24000
1.053181] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
1.087942] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
1.122502] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
1.157192] usb usb3: Product: EHCI Host Controller
1.191131] ACPI: Battery Slot [BAT1] (battery present)[[[[[[[[[[[[[[FUA
[[[[[[[[[[[[[[[[[[[[[[[[[[[[[1.225015] usb usb3: Manufacturer: Linux 3.19.5-gentoo ehci_hcd
1.258727] usb usb3: SerialNumber: 0000:00:1a.0
1.292628] hub 3-0:1.0: USB hub found
1.293061] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
1.322823] ata1.00: ATA-8: ST500LM021-1KJ152, 0002SDM1, max UDMA/133
1.322824] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
1.361876] ata1.00: configured for UDMA/133
1.361997] scsi 0:0:0:0: Direct-Access ATA ST500LM021-1KJ15 SDM1 PQ: 0 ANSI: 5
1.362261] sd 0:0:0:0: Attached scsi generic sg0 type 0
1.362291] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
1.362292] sd 0:0:0:0: [sda] 4096-byte physical blocks
1.362422] sd 0:0:0:0: [sda] Write Protect is off
1.362424] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
1.362464] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or
1.464328] sda: sda1 sda2 sda3
1.464642] sd 0:0:0:0: [sda] Attached SCSI disk
1.544899] usb 1-6: new full-speed USB device number 2 using xhci_hcd
1.588900] tsc: Refined TSC clocksource calibration: 2294.685 MHz
1.710154] usb 1-6: New USB device found, idVendor=04f3, idProduct=21f9
1.710155] usb 1-6: New USB device strings: Mfr=4, Product=14, SerialNumber=0
1.710156] usb 1-6: Product: Touchscreen
1.710156] usb 1-6: Manufacturer: ELAN
1.862720] usb 1-9: new full-speed USB device number 3 using xhci_hcd
1.990951] hub 3-0:1.0: 2 ports detected
1.991088] ehci-pci 0000:00:1d.0: EHCI Host Controller
1.991192] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
1.991202] ehci-pci 0000:00:1d.0: debug port 2
1.995095] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
1.995105] ehci-pci 0000:00:1d.0: irq 23, io mem 0xecc23000
2.022658] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
2.022686] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
2.022686] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2.022687] usb usb4: Product: EHCI Host Controller
2.022688] usb usb4: Manufacturer: Linux 3.19.5-gentoo ehci_hcd
2.022688] usb usb4: SerialNumber: 0000:00:1d.0
2.022831] hub 4-0:1.0: USB hub found
2.022833] hub 4-0:1.0: 2 ports detected
2.022908] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
2.022912] ohci-pci: OHCI PCI platform driver
2.022920] uhci_hcd: USB Universal Host Controller Interface driver
2.022941] usbcore: registered new interface driver usblp
2.022957] usbcore: registered new interface driver usb-storage
2.022964] usbcore: registered new interface driver ums-realtek[ 2.022985] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq
1,12
[ 2.028847] usb 1-9: New USB device found, idVendor=0a5c, idProduct=216f
[ 2.028848] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.028848] usb 1-9: Product: BCM20702A0
[ 2.028849] usb 1-9: Manufacturer: Broadcom Corp
[ 2.028850] usb 1-9: SerialNumber: 346895ED941C
[ 2.054776] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 2.054778] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 2.054853] mousedev: PS/2 mouse device common for all mice
[ 2.056695] rtc_cmos 00:02: RTC can wake from S4
[ 2.056831] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[ 2.056866] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 2.056872] i2c /dev entries driver
[ 2.056942] ACPI Warning: SystemIO range 0x000000000000f040-0x000000000000f05f
conflicts with OpRegion 0x000000000000f040-0x000000000000f04f
(\_SB_.PCI0.SBUS.SMBI) (20141107/utaddress-258)
[ 2.056942] ACPI: If an ACPI driver is available for this device, you should use it instead of the
native driver
[ 2.056953] gspca_main: v2.14.0 registered
[ 2.057056] device-mapper: ioctl: 4.29.0-ioctl (2014-10-28) initialised: dm
devel@redhat.com
[ 2.057064] Bluetooth: HCI UART driver ver 2.2
[ 2.057065] Bluetooth: HCI H4 protocol initialized
[ 2.057182] usbcore: registered new interface driver btusb
[ 2.057213] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[ 2.057224] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.057233] bluetooth hci0: Direct firmware load for brcm/BCM20702A0-0a5c-216f.hcd
failed with error -2
[ 2.057234] Bluetooth: hci0: BCM: patch brcm/BCM20702A0-0a5c-216f.hcd not found
[ 2.062659] usbcore: registered new interface driver usbhid
[ 2.062659] usbhid: USB HID core driver
[ 2.063057] kworker/u16:0 (105) used greatest stack depth: 13928 bytes left
[ 2.063833] Netfilter messages via NETLINK v0.30.
[ 2.063840] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 2.063891] ctnetlink v0.93: registering with nfnetlink.
[ 2.063942] ipip: IPv4 over IPv4 tunneling driver
[ 2.064040] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 2.064064] TCP: cubic registered
[ 2.064067] Initializing XFRM netlink socket
[ 2.064143] NET: Registered protocol family 10
[ 2.064287] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 2.064313] sit: IPv6 over IPv4 tunneling driver
[ 2.064441] NET: Registered protocol family 17[ 2.064446] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your
scripts to load br_netfilter if you need this.
[ 2.064475] Bluetooth: RFCOMM socket layer initialized
[ 2.064485] Bluetooth: RFCOMM ver 1.11
[ 2.064487] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 2.064489] Bluetooth: HIDP socket layer initialized
[ 2.064499] l2tp_core: L2TP core driver, V2.0
[ 2.064507] Key type dns_resolver registered
[ 2.064763] registered taskstats version 1
[ 2.065016] Btrfs loaded
[ 2.065443] Magic number: 11:593:233
[ 2.065465] tty ttyv3: hash matches
[ 2.065502] acpi device:4d: hash matches
[ 2.086599] input: AT Translated Set 2 keyboard as
/devices/platform/i8042/serio0/input/input3
[ 2.181560] usb 1-11: new high-speed USB device number 4 using xhci_hcd
[ 2.298487] usb 3-1: new high-speed USB device number 2 using ehci-pci
[ 2.327467] usb 4-1: new high-speed USB device number 2 using ehci-pci
[ 2.380487] usb 1-11: New USB device found, idVendor=0bda, idProduct=573c
[ 2.380488] usb 1-11: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 2.380488] usb 1-11: Product: Integrated_Webcam_HD
[ 2.380489] usb 1-11: Manufacturer: CN0Y2TKG724874C4A1KLA00
[ 2.380490] usb 1-11: SerialNumber: 200901010001
[ 2.416815] usb 3-1: New USB device found, idVendor=8087, idProduct=8008
[ 2.416816] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.416958] hub 3-1:1.0: USB hub found
[ 2.417063] hub 3-1:1.0: 6 ports detected
[ 2.444800] usb 4-1: New USB device found, idVendor=8087, idProduct=8000
[ 2.444801] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.444940] hub 4-1:1.0: USB hub found
[ 2.445049] hu
Back to top
View user's profile Send private message
mpagano
Developer
Developer


Joined: 27 Apr 2004
Posts: 197
Location: USA

PostPosted: Sun Apr 26, 2015 3:26 pm    Post subject: Reply with quote

Xorg.0.log

[code:1:cedf7fa704]
[ 976.429]
X.Org X Server 1.16.4
Release Date: 2014-12-20
[ 976.434] X Protocol Version 11, Revision 0
[ 976.436] Build Operating System: Linux 3.19.5-gentoo x86_64 Gentoo
[ 976.438] Current Operating System: Linux geronimo 3.19.5-gentoo #6 SMP Sat Apr 25
19:44:33 2015 x86_64
[ 976.438] Kernel command line: BOOT_IMAGE=/kernel-3.19.5-gentoo-hope root=/dev/sda3
ro
[ 976.441] Build Date: 26 April 2015 01:58:55PM
[ 976.443]
[ 976.445] Current version of pixman: 0.32.6
[ 976.448] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 976.448] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 976.455] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Apr 26 15:25:12 2015
[ 976.457] (==) Using config file: "/etc/X11/xorg.conf"
[ 976.459] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 976.461] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 976.461] (==) ServerLayout "layout"
[ 976.461] (**) |-->Screen "nvidia" (0)
[ 976.461] (**) | |-->Monitor "<default monitor>"
[ 976.461] (**) | |-->Device "nvidia"
[ 976.461] (==) No monitor specified for screen "nvidia".
Using a default monitor configuration.
[ 976.461] (**) |-->Inactive Device "intel"
[ 976.461] (==) Automatically adding devices
[ 976.461] (==) Automatically enabling devices
[ 976.461] (==) Automatically adding GPU devices
[ 976.461] (WW) The directory "/usr/share/fonts/misc/" does not exist.
[ 976.461] Entry deleted from font path.
[ 976.461] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[ 976.461] Entry deleted from font path.
[ 976.461] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 976.461] Entry deleted from font path.
[ 976.461] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 976.461] Entry deleted from font path.
[ 976.461] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
[ 976.461] Entry deleted from font path.
[ 976.461] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
[ 976.461] Entry deleted from font path.
[ 976.461] (==) FontPath set to:
[ 976.461] (**) ModulePath set to
"/usr/lib32/xorg/modules,/usr/lib64/opengl/nvidia,/usr/lib64/xorg/modules"
[ 976.461] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 976.461] (II) Loader magic: 0x805c80
[ 976.461] (II) Module ABI versions:
[ 976.461] X.Org ANSI C Emulation: 0.4
[ 976.461] X.Org Video Driver: 18.0
[ 976.461] X.Org XInput driver : 21.0
[ 976.461] X.Org Server Extension : 8.0
[ 976.461] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 976.461] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 976.462] (--) PCI:*(0:0:2:0) 8086:0416:1028:060d rev 6, Mem @ 0xec400000/4194304,
0x80000000/268435456, I/O @ 0x0000f000/64
[ 976.462] (--) PCI: (0:2:0:0) 10de:0ff6:1028:060d rev 161, Mem @ 0xeb000000/16777216,
0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @
0x????????/524288
[ 976.462] (II) LoadModule: "glx"
[ 976.462] (II) Loading /usr/lib64/opengl/nvidia/extensions/libglx.so
[ 976.470] (II) Module glx: vendor="NVIDIA Corporation"
[ 976.470] compiled for 4.0.2, module version = 1.0.0
[ 976.470] Module class: X.Org Server Extension
[ 976.470] (II) NVIDIA GLX Module 349.16 Tue Apr 7 23:42:45 PDT 2015
[ 976.470] (II) LoadModule: "nvidia"
[ 976.470] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[ 976.470] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 976.470] compiled for 4.0.2, module version = 1.0.0
[ 976.470] Module class: X.Org Video Driver
[ 976.470] (II) LoadModule: "modesetting"
[ 976.470] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[ 976.470] (II) Module modesetting: vendor="X.Org Foundation"
[ 976.470] compiled for 1.16.4, module version = 0.9.0
[ 976.470] Module class: X.Org Video Driver
[ 976.470] ABI class: X.Org Video Driver, version 18.0
[ 976.470] (II) NVIDIA dlloader X Driver 349.16 Tue Apr 7 23:19:49 PDT 2015
[ 976.470] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 976.470] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 976.470] (--) using VT number 7

[ 976.483] (II) Loading sub module "fb"
[ 976.483] (II) LoadModule: "fb"
[ 976.483] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 976.483] (II) Module fb: vendor="X.Org Foundation"[[[[[[[[[[[[[[[[ "nvidia"[[[[[[[[[[[[[[[[[[[[[[[[[[[976.483] compiled for 1.16.4, module version = 1.0.0
976.483] ABI class: X.Org ANSI C Emulation, version 0.4
976.483] (II) Loading sub module "wfb"
976.483] (II) LoadModule: "wfb"
976.483] (II) Loading /usr/lib64/xorg/modules/libwfb.so
976.483] (II) Module wfb: vendor="X.Org Foundation"
976.483] compiled for 1.16.4, module version = 1.0.0
976.483] ABI class: X.Org ANSI C Emulation, version 0.4
976.483] (II) Loading sub module "ramdac"
976.483] (II) LoadModule: "ramdac"
976.484] (II) Module "ramdac" already built-in
976.484] (II) modesetting(1): using drv /dev/dri/card0
976.484] (II) modesetting(G0): using drv /dev/dri/card0
976.484] (EE) Screen 1 deleted because of no matching config section.
976.484] (II) UnloadModule: "modesetting"
976.484] (II) NVIDIA(0): Creating default Display subsection in Screen section
for depth/fbbpp 24/32
976.484] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
976.484] (==) NVIDIA(0): RGB weight 888
976.484] (==) NVIDIA(0): Default visual is TrueColor
976.484] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
976.484] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
976.484] (**) NVIDIA(0): Option "UseEDID" "False"
976.484] (**) NVIDIA(0): Enabling 2D acceleration
976.484] (**) NVIDIA(0): Ignoring EDIDs
976.592] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
976.593] (II) NVIDIA(0): NVIDIA GPU Quadro K1100M (GK107GL) at PCI:2:0:0 (GPU-0)
976.593] (--) NVIDIA(0): Memory: 2097152 kBytes
976.593] (--) NVIDIA(0): VideoBIOS: 80.07.b3.00.20
976.593] (II) NVIDIA(0): Detected PCI Express Link width: 16X
976.593] (--) NVIDIA(0): Valid display device(s) on Quadro K1100M at PCI:2:0:0
976.593] (--) NVIDIA(0): none
976.593] (II) NVIDIA(0): Validated MetaModes:
976.593] (II) NVIDIA(0): "NULL"
976.593] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
976.593] (WW) NVIDIA(0): Unable to get display device for DPI computation.
976.593] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
976.593] (==) modesetting(G0): Depth 24, (==) framebuffer bpp 32
976.593] (==) modesetting(G0): RGB weight 888
976.593] (==) modesetting(G0): Default visual is TrueColor
976.593] (II) modesetting(G0): ShadowFB: preferred YES, enabled YES
976.593] (II) modesetting(G0): Output eDP-1-0 has no monitor section
976.609] (II) modesetting(G0): Output VGA-1-0 has no monitor section
976.609] (II) modesetting(G0): Output HDMI-1-0 has no monitor section[ 976.609] (II) modesetting(G0): Output DisplayPort-1-0 has no monitor section
[ 976.609] (II) modesetting(G0): Output HDMI-1-1 has no monitor section
[ 976.609] (II) modesetting(G0): EDID for output eDP-1-0
[ 976.609] (II) modesetting(G0): Manufacturer: SHP Model: 1431 Serial#: 0
[ 976.609] (II) modesetting(G0): Year: 2014 Week: 44
[ 976.609] (II) modesetting(G0): EDID Version: 1.4
[ 976.609] (II) modesetting(G0): Digital Display Input
[ 976.609] (II) modesetting(G0): 8 bits per channel
[ 976.609] (II) modesetting(G0): Digital interface is DisplayPort
[ 976.609] (II) modesetting(G0): Max Image Size [cm]: horiz.: 35 vert.: 19
[ 976.609] (II) modesetting(G0): Gamma: 2.20
[ 976.609] (II) modesetting(G0): No DPMS capabilities specified
[ 976.609] (II) modesetting(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 976.609] (II) modesetting(G0): Default color space is primary color space
[ 976.609] (II) modesetting(G0): First detailed timing is preferred mode
[ 976.609] (II) modesetting(G0): Preferred mode is native pixel format and refresh rate
[ 976.609] (II) modesetting(G0): redX: 0.640 redY: 0.329 greenX: 0.300 greenY: 0.600
[ 976.609] (II) modesetting(G0): blueX: 0.149 blueY: 0.060 whiteX: 0.312 whiteY: 0.328
[ 976.609] (II) modesetting(G0): Manufacturer's mask: 0
[ 976.609] (II) modesetting(G0): Supported detailed timing:
[ 976.609] (II) modesetting(G0): clock: 533.2 MHz Image Size: 346 x 194 mm
[ 976.609] (II) modesetting(G0): h_active: 3840 h_sync: 3888 h_sync_end 3920 h_blank_end
4000 h_border: 0
[ 976.609] (II) modesetting(G0): v_active: 2160 v_sync: 2163 v_sync_end 2168 v_blanking:
2222 v_border: 0
[ 976.609] (II) modesetting(G0): Supported detailed timing:
[ 976.609] (II) modesetting(G0): clock: 533.2 MHz Image Size: 0 x 0 mm
[ 976.609] (II) modesetting(G0): h_active: 3840 h_sync: 3888 h_sync_end 3920 h_blank_end
4000 h_border: 0
[ 976.609] (II) modesetting(G0): v_active: 2160 v_sync: 2163 v_sync_end 2168 v_blanking:
2776 v_border: 0
[ 976.609] (II) modesetting(G0): TY3XC�LQ156D1
[ 976.609] (II) modesetting(G0): Unknown vendor-specific block 0
[ 976.609] (II) modesetting(G0): EDID (in hex):
[ 976.609] (II) modesetting(G0): 00ffffffffffff004d10311400000000
[ 976.609] (II) modesetting(G0): 2c180104a52313780ede50a3544c9926
[ 976.609] (II) modesetting(G0): 0f505400000001010101010101010101
[ 976.609] (II) modesetting(G0): 0101010101014dd000a0f0703e803020
[ 976.609] (II) modesetting(G0): 35005ac2100000184dd000a0f0706882
[ 976.609] (II) modesetting(G0): 30203500000000000000000000fe0054
[ 976.609] (II) modesetting(G0): 59335843804c51313536443100000000
[ 976.609] (II) modesetting(G0): 0002010323001200000b010a2020005f
[ 976.610] (II) modesetting(G0): Printing probed modes for output eDP-1-0
[ 976.610] (II) modesetting(G0): Modeline "3840x2160"x60.0 533.25 3840 3888 3920 40002160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 976.610] (II) modesetting(G0): Modeline "3840x2160"x48.0 533.25 3840 3888 3920 4000
2160 2163 2168 2776 -hsync -vsync (133.3 kHz e)
[ 976.610] (II) modesetting(G0): Modeline "2048x1536"x60.0 266.95 2048 2200 2424 2800
1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
[ 976.610] (II) modesetting(G0): Modeline "1920x1440"x60.0 234.00 1920 2048 2256 2600
1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[ 976.610] (II) modesetting(G0): Modeline "1856x1392"x60.0 218.30 1856 1952 2176 2528
1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[ 976.610] (II) modesetting(G0): Modeline "1792x1344"x60.0 204.80 1792 1920 2120 2448
1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[ 976.610] (II) modesetting(G0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160
1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[ 976.610] (II) modesetting(G0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880
1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 976.610] (II) modesetting(G0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688
1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 976.610] (II) modesetting(G0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800
960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 976.610] (II) modesetting(G0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400
768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 976.610] (II) modesetting(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344
768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 976.610] (II) modesetting(G0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300
720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 976.610] (II) modesetting(G0): Modeline "928x696"x120.1 109.15 928 976 1088 1264
696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 976.610] (II) modesetting(G0): Modeline "896x672"x120.0 102.40 896 960 1060 1224
672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 976.610] (II) modesetting(G0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600
600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 976.610] (II) modesetting(G0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600
601 605 628 +hsync +vsync (37.9 kHz d)
[ 976.610] (II) modesetting(G0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600
601 603 625 +hsync +vsync (35.2 kHz d)
[ 976.610] (II) modesetting(G0): Modeline "700x525"x120.0 61.00 700 744 820 940 525
526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 976.610] (II) modesetting(G0): Modeline "640x512"x120.0 54.00 640 664 720 844 512
512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 976.610] (II) modesetting(G0): Modeline "640x480"x120.0 54.00 640 688 744 900 480
480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 976.610] (II) modesetting(G0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490
492 525 -hsync -vsync (31.5 kHz d)
[ 976.610] (II) modesetting(G0): Modeline "512x384"x120.0 32.50 512 524 592 672 384385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 976.610] (II) modesetting(G0): Modeline "400x300"x120.6 20.00 400 420 484 528 300
300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 976.610] (II) modesetting(G0): Modeline "400x300"x112.7 18.00 400 412 448 512 300
300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 976.610] (II) modesetting(G0): Modeline "320x240"x120.1 12.59 320 328 376 400 240
245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 976.626] (II) modesetting(G0): EDID for output VGA-1-0
[ 976.626] (II) modesetting(G0): EDID for output HDMI-1-0
[ 976.626] (II) modesetting(G0): EDID for output DisplayPort-1-0
[ 976.626] (II) modesetting(G0): EDID for output HDMI-1-1
[ 976.626] (II) modesetting(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 976.626] (==) modesetting(G0): DPI set to (96, 96)
[ 976.626] (II) Loading sub module "fb"
[ 976.626] (II) LoadModule: "fb"
[ 976.626] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 976.626] (II) Module fb: vendor="X.Org Foundation"
[ 976.626] compiled for 1.16.4, module version = 1.0.0
[ 976.626] ABI class: X.Org ANSI C Emulation, version 0.4
[ 976.626] (II) Loading sub module "shadow"
[ 976.626] (II) LoadModule: "shadow"
[ 976.627] (II) Loading /usr/lib64/xorg/modules/libshadow.so
[ 976.627] (II) Module shadow: vendor="X.Org Foundation"
[ 976.627] compiled for 1.16.4, module version = 1.1.0
[ 976.627] ABI class: X.Org ANSI C Emulation, version 0.4
[ 976.627] (--) Depth 24 pixmap format is 32 bpp
[ 976.627] (==) modesetting(G0): Backing store enabled
[ 976.627] (==) modesetting(G0): Silken mouse enabled
[ 976.627] (II) modesetting(G0): RandR 1.2 enabled, ignore the following RandR disabled
message.
[ 976.627] (==) modesetting(G0): DPMS enabled
[ 976.627] (WW) modesetting(G0): Option "AccelMethod" is not used
[ 976.627] (WW) modesetting(G0): Option "AllowEmptyInitialConfiguration" is not used
[ 976.627] (WW) modesetting(G0): Option "UseEdid" is not used
[ 976.896] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[ 976.896] (II) NVIDIA: access.
[ 976.899] (II) NVIDIA(0): Setting mode "NULL"
[ 976.912] (II) NVIDIA(0): Built-in logo is bigger than the screen.
[ 976.914] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 976.914] (==) NVIDIA(0): Backing store enabled
[ 976.914] (==) NVIDIA(0): Silken mouse enabled
[ 976.914] (==) NVIDIA(0): DPMS enabled
[ 976.915] (II) Loading sub module "dri2"
[ 976.915] (II) LoadModule: "dri2"[ 976.915] (II) Module "dri2" already built-in
[ 976.915] (II) NVIDIA(0): [DRI2] Setup complete
[ 976.915] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 976.915] (--) RandR disabled
[ 976.918] (II) Initializing extension GLX
[ 976.918] (II) modesetting(G0): Damage tracking initialized
[ 976.937] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 976.937] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 976.937] (II) LoadModule: "evdev"
[ 976.937] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 976.938] (II) Module evdev: vendor="X.Org Foundation"
[ 976.938] compiled for 1.16.4, module version = 2.9.1
[ 976.938] Module class: X.Org XInput Driver
[ 976.938] ABI class: X.Org XInput driver, version 21.0
[ 976.938] (II) Using input driver 'evdev' for 'Power Button'
[ 976.938] (**) Power Button: always reports core events
[ 976.938] (**) evdev: Power Button: Device: "/dev/input/event2"
[ 976.938] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 976.938] (--) evdev: Power Button: Found keys
[ 976.938] (II) evdev: Power Button: Configuring as keyboard
[ 976.938] (**) Option "config_info"
"udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 976.938] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 976.938] (**) Option "xkb_rules" "evdev"
[ 976.938] (**) Option "xkb_model" "pc104"
[ 976.938] (**) Option "xkb_layout" "us"
[ 976.948] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[ 976.948] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 976.948] (II) Using input driver 'evdev' for 'Video Bus'
[ 976.948] (**) Video Bus: always reports core events
[ 976.948] (**) evdev: Video Bus: Device: "/dev/input/event7"
[ 976.948] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 976.948] (--) evdev: Video Bus: Found keys
[ 976.948] (II) evdev: Video Bus: Configuring as keyboard
[ 976.948] (**) Option "config_info"
"udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input9/e
ent7"
[ 976.948] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 976.948] (**) Option "xkb_rules" "evdev"
[ 976.948] (**) Option "xkb_model" "pc104"
[ 976.948] (**) Option "xkb_layout" "us"
[ 976.948] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[ 976.948] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 976.948] (II) Using input driver 'evdev' for 'Video Bus'[ 976.948] (**) Video Bus: always reports core events
[ 976.948] (**) evdev: Video Bus: Device: "/dev/input/event6"
[ 976.948] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 976.948] (--) evdev: Video Bus: Found keys
[ 976.948] (II) evdev: Video Bus: Configuring as keyboard
[ 976.948] (**) Option "config_info"
"udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4d/LNXVIDEO:00/input
input8/event6"
[ 976.948] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 976.948] (**) Option "xkb_rules" "evdev"
[ 976.948] (**) Option "xkb_model" "pc104"
[ 976.948] (**) Option "xkb_layout" "us"
[ 976.948] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 976.948] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 976.948] (II) Using input driver 'evdev' for 'Power Button'
[ 976.948] (**) Power Button: always reports core events
[ 976.950] (**) evdev: Power Button: Device: "/dev/input/event0"
[ 976.950] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 976.950] (--) evdev: Power Button: Found keys
[ 976.950] (II) evdev: Power Button: Configuring as keyboard
[ 976.950] (**) Option "config_info"
"udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 976.950] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[ 976.950] (**) Option "xkb_rules" "evdev"
[ 976.950] (**) Option "xkb_model" "pc104"
[ 976.950] (**) Option "xkb_layout" "us"
[ 976.950] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 976.950] (II) No input driver specified, ignoring this device.
[ 976.950] (II) This device may have been added with another device file.
[ 976.950] (II) config/udev: Adding input device Integrated_Webcam_HD (/dev/input/event8)
[ 976.950] (**) Integrated_Webcam_HD: Applying InputClass "evdev keyboard catchall"
[ 976.950] (II) Using input driver 'evdev' for 'Integrated_Webcam_HD'
[ 976.950] (**) Integrated_Webcam_HD: always reports core events
[ 976.950] (**) evdev: Integrated_Webcam_HD: Device: "/dev/input/event8"
[ 976.950] (--) evdev: Integrated_Webcam_HD: Vendor 0xbda Product 0x573c
[ 976.950] (--) evdev: Integrated_Webcam_HD: Found keys
[ 976.950] (II) evdev: Integrated_Webcam_HD: Configuring as keyboard
[ 976.950] (**) Option "config_info"
"udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.0/input/input10/event8"
[ 976.950] (II) XINPUT: Adding extended input device "Integrated_Webcam_HD" (type:
KEYBOARD, id 10)
[ 976.950] (**) Option "xkb_rules" "evdev"
[ 976.950] (**) Option "xkb_model" "pc104"
[ 976.950] (**) Option "xkb_layout" "us"[ 976.950] (II) config/udev: Adding input device ELAN Touchscreen (/dev/input/event5)
[ 976.950] (**) ELAN Touchscreen: Applying InputClass "evdev touchscreen catchall"
[ 976.950] (II) Using input driver 'evdev' for 'ELAN Touchscreen'
[ 976.950] (**) ELAN Touchscreen: always reports core events
[ 976.950] (**) evdev: ELAN Touchscreen: Device: "/dev/input/event5"
[ 977.001] (--) evdev: ELAN Touchscreen: Vendor 0x4f3 Product 0x21f9
[ 977.001] (--) evdev: ELAN Touchscreen: Found absolute axes
[ 977.001] (--) evdev: ELAN Touchscreen: Found absolute multitouch axes
[ 977.001] (II) evdev: ELAN Touchscreen: No buttons found, faking one.
[ 977.001] (--) evdev: ELAN Touchscreen: Found x and y absolute axes
[ 977.001] (--) evdev: ELAN Touchscreen: Found absolute touchscreen
[ 977.001] (II) evdev: ELAN Touchscreen: Configuring as touchscreen
[ 977.001] (**) evdev: ELAN Touchscreen: YAxisMapping: buttons 4 and 5
[ 977.001] (**) evdev: ELAN Touchscreen: EmulateWheelButton: 4, EmulateWheelInertia: 10,
EmulateWheelTimeout: 200
[ 977.001] (**) Option "config_info"
"udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:04F3:21F9.0001/inp
t/input6/event5"
[ 977.001] (II) XINPUT: Adding extended input device "ELAN Touchscreen" (type:
TOUCHSCREEN, id 11)
[ 977.001] (II) evdev: ELAN Touchscreen: initialized for absolute axes.
[ 977.001] (**) ELAN Touchscreen: (accel) keeping acceleration scheme 1
[ 977.001] (**) ELAN Touchscreen: (accel) acceleration profile 0
[ 977.001] (**) ELAN Touchscreen: (accel) acceleration factor: 2.000
[ 977.001] (**) ELAN Touchscreen: (accel) acceleration threshold: 4
[ 977.001] (II) config/udev: Adding input device ELAN Touchscreen (/dev/input/mouse1)
[ 977.001] (II) No input driver specified, ignoring this device.
[ 977.001] (II) This device may have been added with another device file.
[ 977.001] (II) config/udev: Adding input device AT Translated Set 2 keyboard
(/dev/input/event3)
[ 977.001] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 977.001] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 977.001] (**) AT Translated Set 2 keyboard: always reports core events
[ 977.001] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event3"
[ 977.001] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 977.001] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 977.001] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 977.001] (**) Option "config_info"
"udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 977.001] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type:
KEYBOARD, id 12)
[ 977.001] (**) Option "xkb_rules" "evdev"
[ 977.001] (**) Option "xkb_model" "pc104"
[ 977.001] (**) Option "xkb_layout" "us"[ 977.001] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad
(/dev/input/event4)
[ 977.001] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 977.001] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 977.001] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[ 977.001] (II) LoadModule: "synaptics"
[ 977.001] (II) Loading /usr/lib64/xorg/modules/input/synaptics_drv.so
[ 977.001] (II) Module synaptics: vendor="X.Org Foundation"
[ 977.001] compiled for 1.16.4, module version = 1.8.1
[ 977.001] Module class: X.Org XInput Driver
[ 977.001] ABI class: X.Org XInput driver, version 21.0
[ 977.001] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 977.001] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 977.001] (**) Option "Device" "/dev/input/event4"
[ 977.027] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
[ 977.027] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1386 - 5660 (res 42)
[ 977.027] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1252 - 4646 (res 44)
[ 977.027] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 977.027] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 977.027] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
[ 977.027] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[ 977.027] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[ 977.027] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 977.027] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 977.039] (**) Option "config_info"
"udev:/sys/devices/platform/i8042/serio1/input/input5/event4"
[ 977.039] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type:
TOUCHPAD, id 13)
[ 977.039] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant
deceleration 2.5
[ 977.039] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[ 977.039] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.037
[ 977.039] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 977.039] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 977.039] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 977.039] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 977.039] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 977.039] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad
(/dev/input/mouse0)
[ 977.039] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore
duplicates"
[ 977.052] (II) modesetting(G0): EDID vendor "SHP", prod id 5169
[ 977.052] (II) modesetting(G0): DDCModeFromDetailedTiming: 3840x2160 Warning: We only
handle separate sync.[ 977.052] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 977.052] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 977.052] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2776 -hsync -vsync (133.3 kHz e)
[ 977.068] reporting 3 5 26 203
[ 977.092] have a master to look out for
[ 977.092] adjust shatters 0 3840
[ 977.098] need to create shared pixmap 1(II) modesetting(G0): EDID vendor "SHP", prod id
5169
[ 977.794] (II) modesetting(G0): DDCModeFromDetailedTiming: 3840x2160 Warning: We only
handle separate sync.
[ 977.794] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 977.794] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 977.794] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2776 -hsync -vsync (133.3 kHz e)
[ 977.811] reporting 3 5 26 203
[ 977.976] (II) modesetting(G0): EDID vendor "SHP", prod id 5169
[ 977.976] (II) modesetting(G0): DDCModeFromDetailedTiming: 3840x2160 Warning: We only
handle separate sync.
[ 977.976] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 977.976] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 977.976] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2776 -hsync -vsync (133.3 kHz e)
[ 977.992] reporting 3 5 26 203
[ 978.054] (II) modesetting(G0): EDID vendor "SHP", prod id 5169
[ 978.054] (II) modesetting(G0): DDCModeFromDetailedTiming: 3840x2160 Warning: We only
handle separate sync.
[ 978.054] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 978.054] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 978.054] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2776 -hsync -vsync (133.3 kHz e)
[ 978.069] reporting 3 5 26 203
[ 978.075] (II) modesetting(G0): EDID vendor "SHP", prod id 5169
[ 978.075] (II) modesetting(G0): DDCModeFromDetailedTiming: 3840x2160 Warning: We only
handle separate sync.
[ 978.075] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 978.075] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 978.075] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2776 -hsync -vsync (133.3 kHz e)[ 978.092] reporting 3 5 26 203
[ 978.248] (II) modesetting(G0): EDID vendor "SHP", prod id 5169
[ 978.248] (II) modesetting(G0): DDCModeFromDetailedTiming: 3840x2160 Warning: We only
handle separate sync.
[ 978.248] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 978.248] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 978.248] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2776 -hsync -vsync (133.3 kHz e)
[ 978.264] reporting 3 5 26 203
[ 978.353] (II) modesetting(G0): EDID vendor "SHP", prod id 5169
[ 978.353] (II) modesetting(G0): DDCModeFromDetailedTiming: 3840x2160 Warning: We only
handle separate sync.
[ 978.353] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 978.353] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 978.353] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2776 -hsync -vsync (133.3 kHz e)
[ 978.370] reporting 3 5 26 203
[ 978.378] (II) modesetting(G0): EDID vendor "SHP", prod id 5169
[ 978.378] (II) modesetting(G0): DDCModeFromDetailedTiming: 3840x2160 Warning: We only
handle separate sync.
[ 978.378] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 978.378] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 978.378] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2776 -hsync -vsync (133.3 kHz e)
[ 978.394] reporting 3 5 26 203
[ 978.395] (II) modesetting(G0): EDID vendor "SHP", prod id 5169
[ 978.395] (II) modesetting(G0): DDCModeFromDetailedTiming: 3840x2160 Warning: We only
handle separate sync.
[ 978.395] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 978.395] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 978.395] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2776 -hsync -vsync (133.3 kHz e)
[ 978.411] reporting 3 5 26 203
[ 978.466] (II) modesetting(G0): EDID vendor "SHP", prod id 5169
[ 978.466] (II) modesetting(G0): DDCModeFromDetailedTiming: 3840x2160 Warning: We only
handle separate sync.
[ 978.466] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 978.466] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 978.466] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 40002160 2163 2168 2776 -hsync -vsync (133.3 kHz e)
[ 978.482] reporting 3 5 26 203
[ 978.521] (II) modesetting(G0): EDID vendor "SHP", prod id 5169
[ 978.521] (II) modesetting(G0): DDCModeFromDetailedTiming: 3840x2160 Warning: We only
handle separate sync.
[ 978.521] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 978.521] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 978.521] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2776 -hsync -vsync (133.3 kHz e)
[ 978.537] reporting 3 5 26 203
[ 978.538] (II) modesetting(G0): EDID vendor "SHP", prod id 5169
[ 978.538] (II) modesetting(G0): DDCModeFromDetailedTiming: 3840x2160 Warning: We only
handle separate sync.
[ 978.538] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 978.538] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 978.538] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2776 -hsync -vsync (133.3 kHz e)
[ 978.556] reporting 3 5 26 203
[ 978.556] (II) modesetting(G0): EDID vendor "SHP", prod id 5169
[ 978.556] (II) modesetting(G0): DDCModeFromDetailedTiming: 3840x2160 Warning: We only
handle separate sync.
[ 978.556] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 978.556] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 978.556] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2776 -hsync -vsync (133.3 kHz e)
[ 978.574] reporting 3 5 26 203
[ 978.574] (II) modesetting(G0): EDID vendor "SHP", prod id 5169
[ 978.574] (II) modesetting(G0): DDCModeFromDetailedTiming: 3840x2160 Warning: We only
handle separate sync.
[ 978.574] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 978.574] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 978.574] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2776 -hsync -vsync (133.3 kHz e)
[ 978.591] reporting 3 5 26 203
[ 978.591] reporting 3 5 26 203
[ 978.591] reporting 3 5 26 203
[ 978.591] reporting 3 5 26 203
[ 978.591] reporting 3 5 26 203
[ 978.591] reporting 3 5 26 203
[ 978.591] reporting 3 5 26 203[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[978.591] reporting 3 5 26 203
978.592] reporting 3 5 26 203
978.592] reporting 3 5 26 203
978.595] reporting 3 5 26 203
978.595] reporting 3 5 26 203
978.595] reporting 3 5 26 203
978.604] reporting 3 5 26 203
978.604] reporting 3 5 26 203
978.605] reporting 3 5 26 203
978.605] reporting 3 5 26 203
978.605] reporting 3 5 26 203
978.605] reporting 3 5 26 203
978.605] reporting 3 5 26 203
978.605] reporting 3 5 26 203
978.605] reporting 3 5 26 203
978.605] reporting 3 5 26 203
978.605] reporting 3 5 26 203
978.605] reporting 3 5 26 203
978.605] reporting 3 5 26 203
978.605] reporting 3 5 26 203
978.606] reporting 3 5 26 203
978.606] reporting 3 5 26 203
978.606] reporting 3 5 26 203
978.606] reporting 3 5 26 203
978.606] reporting 3 5 26 203
978.607] reporting 3 5 26 203
978.607] reporting 3 5 26 203
978.607] reporting 3 5 26 203
978.607] reporting 3 5 26 203
978.607] reporting 3 5 26 203
978.607] reporting 3 5 26 203
978.607] reporting 3 5 26 203
978.607] reporting 3 5 26 203
978.607] reporting 3 5 26 203
978.612] reporting 3 5 26 203
978.612] reporting 3 5 26 203
978.612] reporting 3 5 26 203
978.612] reporting 3 5 26 203
978.612] reporting 3 5 26 203
978.612] reporting 3 5 26 203
978.612] reporting 3 5 26 203
978.612] reporting 3 5 26 203
978.613] reporting 3 5 26 203
978.613] reporting 3 5 26 203[ 978.613] have a master to look out for
[ 978.873] need to create shared pixmap 1reporting 3 5 26 203
[ 978.922] reporting 3 5 26 203
[ 978.923] have a master to look out for
[ 978.923] adjust shatters 0 1920
[ 978.926] need to create shared pixmap 1reporting 3 5 26 203
[ 979.648] reporting 3 5 26 203
[ 979.649] reporting 3 5 26 203
[ 979.649] (II) modesetting(G0): EDID vendor "SHP", prod id 5169
[ 979.649] (II) modesetting(G0): DDCModeFromDetailedTiming: 3840x2160 Warning: We only
handle separate sync.
[ 979.649] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 979.649] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 979.649] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2776 -hsync -vsync (133.3 kHz e)
[ 979.665] reporting 3 5 26 203
[ 979.666] (II) modesetting(G0): EDID vendor "SHP", prod id 5169
[ 979.666] (II) modesetting(G0): DDCModeFromDetailedTiming: 3840x2160 Warning: We only
handle separate sync.
[ 979.666] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 979.666] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 979.666] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2776 -hsync -vsync (133.3 kHz e)
[ 979.682] reporting 3 5 26 203
[ 979.682] (II) modesetting(G0): EDID vendor "SHP", prod id 5169
[ 979.682] (II) modesetting(G0): DDCModeFromDetailedTiming: 3840x2160 Warning: We only
handle separate sync.
[ 979.682] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 979.682] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 979.682] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2776 -hsync -vsync (133.3 kHz e)
[ 979.698] reporting 3 5 26 203
[ 979.698] (II) modesetting(G0): EDID vendor "SHP", prod id 5169
[ 979.698] (II) modesetting(G0): DDCModeFromDetailedTiming: 3840x2160 Warning: We only
handle separate sync.
[ 979.698] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 979.698] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 979.698] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2776 -hsync -vsync (133.3 kHz e)
[ 979.714] reporting 3 5 26 203[ 979.714] (II) modesetting(G0): EDID vendor "SHP", prod id 5169
[ 979.714] (II) modesetting(G0): DDCModeFromDetailedTiming: 3840x2160 Warning: We only
handle separate sync.
[ 979.714] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 979.714] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 979.714] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2776 -hsync -vsync (133.3 kHz e)
[ 979.730] reporting 3 5 26 203
[ 979.731] (II) modesetting(G0): EDID vendor "SHP", prod id 5169
[ 979.731] (II) modesetting(G0): DDCModeFromDetailedTiming: 3840x2160 Warning: We only
handle separate sync.
[ 979.731] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 979.731] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 979.731] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2776 -hsync -vsync (133.3 kHz e)
[ 979.747] reporting 3 5 26 203
[ 979.747] (II) modesetting(G0): EDID vendor "SHP", prod id 5169
[ 979.748] (II) modesetting(G0): DDCModeFromDetailedTiming: 3840x2160 Warning: We only
handle separate sync.
[ 979.748] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 979.748] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 979.748] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2776 -hsync -vsync (133.3 kHz e)
[ 979.764] reporting 3 5 26 203
[ 979.765] (II) modesetting(G0): EDID vendor "SHP", prod id 5169
[ 979.765] (II) modesetting(G0): DDCModeFromDetailedTiming: 3840x2160 Warning: We only
handle separate sync.
[ 979.765] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 979.765] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 979.765] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2776 -hsync -vsync (133.3 kHz e)
[ 979.781] reporting 3 5 26 203
[ 979.781] (II) modesetting(G0): EDID vendor "SHP", prod id 5169
[ 979.781] (II) modesetting(G0): DDCModeFromDetailedTiming: 3840x2160 Warning: We only
handle separate sync.
[ 979.781] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 979.781] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 979.781] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2776 -hsync -vsync (133.3 kHz e)[ 979.798] reporting 3 5 26 203
[ 979.798] (II) modesetting(G0): EDID vendor "SHP", prod id 5169
[ 979.798] (II) modesetting(G0): DDCModeFromDetailedTiming: 3840x2160 Warning: We only
handle separate sync.
[ 979.798] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 979.798] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 979.798] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2776 -hsync -vsync (133.3 kHz e)
[ 979.815] reporting 3 5 26 203
[ 979.815] (II) modesetting(G0): EDID vendor "SHP", prod id 5169
[ 979.815] (II) modesetting(G0): DDCModeFromDetailedTiming: 3840x2160 Warning: We only
handle separate sync.
[ 979.815] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 979.815] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 979.815] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2776 -hsync -vsync (133.3 kHz e)
[ 979.831] reporting 3 5 26 203
[ 979.831] (II) modesetting(G0): EDID vendor "SHP", prod id 5169
[ 979.831] (II) modesetting(G0): DDCModeFromDetailedTiming: 3840x2160 Warning: We only
handle separate sync.
[ 979.831] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 979.831] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 979.831] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2776 -hsync -vsync (133.3 kHz e)
[ 979.848] reporting 3 5 26 203
[ 979.849] (II) modesetting(G0): EDID vendor "SHP", prod id 5169
[ 979.849] (II) modesetting(G0): DDCModeFromDetailedTiming: 3840x2160 Warning: We only
handle separate sync.
[ 979.849] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 979.849] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 979.849] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2776 -hsync -vsync (133.3 kHz e)
[ 979.865] reporting 3 5 26 203
[ 979.865] (II) modesetting(G0): EDID vendor "SHP", prod id 5169
[ 979.865] (II) modesetting(G0): DDCModeFromDetailedTiming: 3840x2160 Warning: We only
handle separate sync.
[ 979.865] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 979.865] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 979.866] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 40002160 2163 2168 2776 -hsync -vsync (133.3 kHz e)
[ 979.882] reporting 3 5 26 203
[ 979.882] reporting 3 5 26 203
[ 979.883] reporting 3 5 26 203
[ 979.883] reporting 3 5 26 203
[ 979.883] (II) modesetting(G0): EDID vendor "SHP", prod id 5169
[ 979.883] (II) modesetting(G0): DDCModeFromDetailedTiming: 3840x2160 Warning: We only
handle separate sync.
[ 979.883] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 979.883] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 979.883] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2776 -hsync -vsync (133.3 kHz e)
[ 979.899] reporting 3 5 26 203
[ 979.899] (II) modesetting(G0): EDID vendor "SHP", prod id 5169
[ 979.899] (II) modesetting(G0): DDCModeFromDetailedTiming: 3840x2160 Warning: We only
handle separate sync.
[ 979.899] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 979.899] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 979.899] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2776 -hsync -vsync (133.3 kHz e)
[ 979.916] reporting 3 5 26 203
[ 979.918] reporting 3 5 26 203
[ 979.918] (II) modesetting(G0): EDID vendor "SHP", prod id 5169
[ 979.918] (II) modesetting(G0): DDCModeFromDetailedTiming: 3840x2160 Warning: We only
handle separate sync.
[ 979.918] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 979.918] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 979.918] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2776 -hsync -vsync (133.3 kHz e)
[ 979.934] reporting 3 5 26 203
[ 979.937] (II) modesetting(G0): EDID vendor "SHP", prod id 5169
[ 979.937] (II) modesetting(G0): DDCModeFromDetailedTiming: 3840x2160 Warning: We only
handle separate sync.
[ 979.937] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 979.937] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 979.937] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2776 -hsync -vsync (133.3 kHz e)
[ 979.953] reporting 3 5 26 203
[ 979.954] (II) modesetting(G0): EDID vendor "SHP", prod id 5169
[ 979.954] (II) modesetting(G0): DDCModeFromDetailedTiming: 3840x2160 Warning: We onlyhandle separate sync.
[ 979.954] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 979.954] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 979.954] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2776 -hsync -vsync (133.3 kHz e)
[ 979.970] reporting 3 5 26 203
[ 979.971] reporting 3 5 26 203
[ 979.971] reporting 3 5 26 203
[ 979.972] (II) modesetting(G0): EDID vendor "SHP", prod id 5169
[ 979.972] (II) modesetting(G0): DDCModeFromDetailedTiming: 3840x2160 Warning: We only
handle separate sync.
[ 979.972] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 979.972] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 979.972] (II) modesetting(G0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000
2160 2163 2168 2776 -hsync -vsync (133.3 kHz e)
[ 979.988] reporting 3 5 26 203
[ 979.989] (II) modesetting(G0): EDID vendor "SHP",
Back to top
View user's profile Send private message
mpagano
Developer
Developer


Joined: 27 Apr 2004
Posts: 197
Location: USA

PostPosted: Sun Apr 26, 2015 4:39 pm    Post subject: Reply with quote

Fixed for me with this in .xinitrc


Code:

xrandr --output eDP-1-0 --set "scaling mode" "Full"


My last thing to solve is the super tiny console font. Were you able to change this?
Back to top
View user's profile Send private message
mpagano
Developer
Developer


Joined: 27 Apr 2004
Posts: 197
Location: USA

PostPosted: Mon May 04, 2015 11:51 pm    Post subject: Reply with quote

Ok, here's how I fixed the console font.

I compiled i915 into the kernel like so:

Code:

CONFIG_DRM_I915=y
CONFIG_DRM_I915_KMS=y
CONFIG_DRM_I915_FBDEV=y


The I set the modeset parameter, intel fb and video resolution as follows on the kernel command line:

Code:

linux   /kernel-3.19.5-gentoo-nofb root=/dev/sda3 ro i915.modeset=1 video=1280x720


I use KDE and was able to set a 16:9 resolution with the following monitor section:

Code:

Section "Monitor"
    Identifier      "Monitor1"
    VendorName      "Dell"
    ModeLine         "1920x1080" 173.00 1920 2048 2248 2576 1080 1083 1088 1120
EndSection


Hope this helps someone.
Back to top
View user's profile Send private message
]grimm[
n00b
n00b


Joined: 04 Jun 2003
Posts: 44

PostPosted: Mon Jun 22, 2015 2:07 pm    Post subject: Reply with quote

This has been an extremely helpful thread, I've been able to get Funtoo running well on my M800 with the help of a lot of this information.

mpagano wrote:
Fixed for me with this in .xinitrc


Code:

xrandr --output eDP-1-0 --set "scaling mode" "Full"


My last thing to solve is the super tiny console font. Were you able to change this?


I adjusted the console font by installing the terminus fonts and setting
Code:
consolefont="ter-932n"


In /etc/conf.d/consolefont

I continue to run the console at native resolution but it effectively functions for me as 1920x1080 due to the double size font.

I'm still having a couple of issues though, I grabbed the missing firmware for the bluetooth driver but it is still not being loaded properly by the kernel driver for some reason. Any thoughts?

Code:
356ecc4d52b344109b55b3c96d6ec4d0  /lib/firmware/brcm/BCM20702A0-0a5c-216f.hcd


Code:
[    8.285006] bluetooth hci0: Direct firmware load for brcm/BCM20702A0-0a5c-216f.hcd failed with error -2
[    8.285007] Bluetooth: hci0: BCM: patch brcm/BCM20702A0-0a5c-216f.hcd not found
[22187.671773] bluetooth hci0: firmware: brcm/BCM20702A0-0a5c-216f.hcd will not be loaded
[22187.671775] Bluetooth: hci0: BCM: patch brcm/BCM20702A0-0a5c-216f.hcd not found


*The bluetooth issue was fixed by compiling the bluetooth subsystem as modules instead of into the kernel.

Also, have either of you (or anyone else) noticed that the headphone socket is very noisy? I noticed that there was a similar issue reported for the new XPS 13 developer edition with a fix posted here: http://xps13-9333.appspot.com/root/usr/local/bin/white_noise_fix.py

There was also a very annoying issue I faced that had a simple fix in a config file that resulted from an incompatibility between lightdm and bumblebee. I unfortunately didn't make a note of it, but I will edit this post with it as soon as I re-trace my steps. I believe it was following these steps: https://wiki.archlinux.org/index.php/NVIDIA_Optimus#LightDM and also making changes to /etc/conf.d/vgl to select the lightdm option.

My configuration is a little different from the original poster's, I opted against using systemd and went for an MBR installation as I am not dual-booting. I've also made some kernel configuration changes to use thermald and pstates for thermal control. I'm happy to share it would be helpful to host this on the google doc or elsewhere on the web.

I also had some difficulty setting up fbsplash (something that is entirely unimportant from a functional standpoint) due to conflicts between the uvesafb (for an early initramfs framebuffer) and the i915 KMS driver. If I enable "nodemodet" to disable i915 KMS, then bumblebee appears to break. As it stands right now, I have a minuscule interval where my console decorations disappear and reappear during the boot sequence due to the driver take over. This hardly matters, but I'd be curious if anyone had some further insight into whether there was a more graceful way to implement this.


Last edited by ]grimm[ on Sun Jul 19, 2015 3:15 pm; edited 1 time in total
Back to top
View user's profile Send private message
]grimm[
n00b
n00b


Joined: 04 Jun 2003
Posts: 44

PostPosted: Mon Jun 22, 2015 10:49 pm    Post subject: SD Card reader Reply with quote

Faracias' config is fairly complete, but one thing I noticed that was missing is the Realtek RTS5249 PCI Express Card Reader. This can be configured in the kernel, but as found elsewhere on the forums, it's handy to also make sure that PCIE hotplugging is configured as well in order to make sure that you can hotplug SD cards.
Back to top
View user's profile Send private message
Faraclas
Tux's lil' helper
Tux's lil' helper


Joined: 08 Dec 2014
Posts: 117

PostPosted: Mon Jun 22, 2015 10:56 pm    Post subject: Reply with quote

Actually, the sd card reader is the one thing that I do not have working yet!
Back to top
View user's profile Send private message
]grimm[
n00b
n00b


Joined: 04 Jun 2003
Posts: 44

PostPosted: Tue Jun 23, 2015 10:32 pm    Post subject: Reply with quote

Faraclas wrote:
Actually, the sd card reader is the one thing that I do not have working yet!


I think this is what needed to be set for the SD Card reader:

Code:
CONFIG_PCI_MMCONFIG=y
CONFIG_MMC=m
CONFIG_MMC_SDHCI_ACPI=m
CONFIG_MMC_SDHCI=m
CONFIG_MMC_SDHCI_PCI=m
CONFIG_MMC_REALTEK_PCI=m
CONFIG_HOTPLUG_PCI_PCIE=y
CONFIG_PCIEASPM=y
CONFIG_MFD_RTSX_PCI=m
Back to top
View user's profile Send private message
Faraclas
Tux's lil' helper
Tux's lil' helper


Joined: 08 Dec 2014
Posts: 117

PostPosted: Wed Jun 24, 2015 5:07 pm    Post subject: Reply with quote

]grimm[

That worked perfectly! I have updated the document with that config section for the SD card reader and uploaded my complete 4.0.5 .config as well.

Thanks!!!!
Back to top
View user's profile Send private message
]grimm[
n00b
n00b


Joined: 04 Jun 2003
Posts: 44

PostPosted: Fri Jun 26, 2015 10:46 pm    Post subject: Kernel 4.1 and synaptics Reply with quote

I just updated to gentoo-sources 4.1 and noticed that three-finger clicking is broken when using the synaptics driver. Just a heads up if someone else updates.

Update: This has been reported upstream: https://bugzilla.kernel.org/show_bug.cgi?id=100481
Back to top
View user's profile Send private message
]grimm[
n00b
n00b


Joined: 04 Jun 2003
Posts: 44

PostPosted: Sat Jun 27, 2015 8:43 pm    Post subject: Ambient light sensor Reply with quote

This is probably more academic than useful at this point in time, but does anyone know what ambient light sensor is used in the M3800? I looked through /sys and I don't see one listed, so I'm guessing I don't have the modules installed. I believe Gnome is planning on including automatic light adjustment support in an upcoming release, so this could in theory be useful at some point in time in the future.
Back to top
View user's profile Send private message
Faraclas
Tux's lil' helper
Tux's lil' helper


Joined: 08 Dec 2014
Posts: 117

PostPosted: Sun Jun 28, 2015 2:40 am    Post subject: Reply with quote

Hmm... I haven't thought about that before. The backlight adjustments are working from my keyboard, but I have never looked into auto-sensing.
Back to top
View user's profile Send private message
]grimm[
n00b
n00b


Joined: 04 Jun 2003
Posts: 44

PostPosted: Wed Jul 01, 2015 1:22 am    Post subject: Reply with quote

Faraclas wrote:
Hmm... I haven't thought about that before. The backlight adjustments are working from my keyboard, but I have never looked into auto-sensing.


I pinged Jared on the Dell forums, but he wasn't sure what part was being used for the ALS. He thought that new versions of libsmbios might be able to enumerate the device. If you're dual-booting with Windows, would you mind checking if you can find the device there? Once the hardware can be identified, I suspect it shouldn't be too hard to figure out whether it's supported or not.

Edit: I think it might be the upcoming ACPI0008 driver that's currently staged for merging into 4.2 http://lkml.iu.edu/hypermail/linux/kernel/1506.3/02043.html

I'll try it out when 4.2 is out and report back. I have tried the other usual candidates listed under IIO and it seems that none of them are the ALS on this laptop.
Back to top
View user's profile Send private message
]grimm[
n00b
n00b


Joined: 04 Jun 2003
Posts: 44

PostPosted: Sun Jul 12, 2015 7:04 pm    Post subject: White noise fix Reply with quote

The white noise script that fixes the audio for the XPS 13 that I posted above works to reduce the white noise on the M3800's headphone jack as well. However, the kernel has since been patched to fix this issue on the XPS 13:

http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=5e6db6699b7651f02f4b7cc6a86f5b3d9359d636
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=033b0a7ca9ca6589003e7cd135d2de490d3848ad

Assuming that the solution is the same for the M3800 as it is for the XPS 13 9333, it seems like it should be fairly trivial to adapt the patches.
Back to top
View user's profile Send private message
]grimm[
n00b
n00b


Joined: 04 Jun 2003
Posts: 44

PostPosted: Sat Sep 05, 2015 3:33 am    Post subject: White noise patch Reply with quote

I just tested this patch on 4.2.0 and it seems to work without a hitch. I submitted it upstream, but I thought I'd put it here as well in case one of you wanted to try it out earlier.

Code:

--- linux/sound/pci/hda/patch_realtek.c.orig   2015-09-04 23:12:31.734414349 -0
400
+++ linux/sound/pci/hda/patch_realtek.c   2015-09-02 10:27:13.611845533 -0400
@@ -6579,6 +6579,7 @@ static const struct snd_pci_quirk alc662
    SND_PCI_QUIRK(0x1028, 0x05db, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE)
,
    SND_PCI_QUIRK(0x1028, 0x05fe, "Dell XPS 15", ALC668_FIXUP_DELL_XPS13),
    SND_PCI_QUIRK(0x1028, 0x060a, "Dell XPS 13", ALC668_FIXUP_DELL_XPS13),
+   SND_PCI_QUIRK(0x1028, 0x060d, "Dell M3800", ALC668_FIXUP_DELL_XPS13),
    SND_PCI_QUIRK(0x1028, 0x0625, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE)
,
    SND_PCI_QUIRK(0x1028, 0x0626, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE)
,
    SND_PCI_QUIRK(0x1028, 0x0696, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE)
,

Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

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