You are not logged in.

#1 2015-11-20 14:17:59

sashang
Member
Registered: 2011-11-22
Posts: 23

black screen with linux-lts 4.1.13-1-lts and nvidia-lts-355.11-5

I get a black screen when booting up with nvidia-lts. I've tried setting the default.target to multi-user.target but even then I still get a black screen. The only thing that fixes it is:

boot into arch live cd
mount root partiion
arch-chroot /mnt
pacman -R nvidia-lts
rm /etc/X11/xorg.conf (this  file was generated by nviidia-xconfig anyway)
reboot

Then it boots up and uses the nouveau drivers which have other problems, like not rendering complete fonts.

Offline

#2 2015-11-20 16:48:08

LithiumPT
Member
Registered: 2013-02-25
Posts: 15

Re: black screen with linux-lts 4.1.13-1-lts and nvidia-lts-355.11-5

Have you installed nvidia-libgl ?

Which videocard is installed on the computer?

Last edited by LithiumPT (2015-11-20 17:04:18)

Offline

#3 2015-11-21 00:03:49

sashang
Member
Registered: 2011-11-22
Posts: 23

Re: black screen with linux-lts 4.1.13-1-lts and nvidia-lts-355.11-5

I have a GTX680.

I tried to install nvidia-libgl but it conflicts with mesa-libgl. So I did

pacman -Rc mesa-libgl

This removed a lot of packages. Then I reinstalled nvidia-libgl and nvidia-lts

pacman -S nvidia-libgl nvidia-lts

Then I installed all the packages that were removed when I removed mesa-libgl (things like firefox,gvim,gnome,i3-wm,xorg etc....)

Rebooted and still get a black screen.

Offline

#4 2015-11-21 00:24:54

Ropid
Member
Registered: 2015-03-09
Posts: 1,069

Re: black screen with linux-lts 4.1.13-1-lts and nvidia-lts-355.11-5

What's recorded in "/var/log/Xorg.0.log"?

Offline

#5 2015-11-21 04:23:18

sashang
Member
Registered: 2011-11-22
Posts: 23

Re: black screen with linux-lts 4.1.13-1-lts and nvidia-lts-355.11-5

It's not Xorg. I've removed xorg and set the default target to multi-user, not graphical. Still get a black screen (i.e. no login prompt).

Offline

#6 2015-11-21 05:04:52

sashang
Member
Registered: 2011-11-22
Posts: 23

Re: black screen with linux-lts 4.1.13-1-lts and nvidia-lts-355.11-5

I tried with the non-lts kernel and nvidia driver. Same problem, the multi user target doesn't show a login prompt. Everything else is working so  I ssh'ed into the box to get the information from journalctl.

-- Reboot --
Nov 21 15:41:24 phoenix systemd-journald[165]: Runtime journal (/run/log/journal/) is currently using 8.0M.
                                               Maximum allowed usage is set to 796.8M.
                                               Leaving at least 1.1G free (of currently available 7.7G of space).
                                               Enforced usage limit is thus 796.8M, of which 788.8M are still available.
Nov 21 15:41:25 phoenix systemd-journald[165]: System journal (/var/log/journal/) is currently using 736.1M.
                                               Maximum allowed usage is set to 4.0G.
                                               Leaving at least 4.0G free (of currently available 189.9G of space).
                                               Enforced usage limit is thus 4.0G, of which 3.2G are still available.
Nov 21 15:41:25 phoenix systemd-journald[165]: Time spent on flushing to /var is 284.747ms for 2 entries.
Nov 21 15:41:25 phoenix kernel: Initializing cgroup subsys cpuset
Nov 21 15:41:25 phoenix kernel: Initializing cgroup subsys cpu
Nov 21 15:41:25 phoenix kernel: Initializing cgroup subsys cpuacct
Nov 21 15:41:25 phoenix kernel: Linux version 4.2.5-1-ARCH (builduser@tobias) (gcc version 5.2.0 (GCC) ) #1 SMP PREEMPT Tue Oct 27 08:13:28 CET 2015
Nov 21 15:41:25 phoenix kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=c138d1ca-6bc7-430a-b2d8-3dcaa1f36af4 rw quiet
Nov 21 15:41:25 phoenix kernel: x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100
Nov 21 15:41:25 phoenix kernel: x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
Nov 21 15:41:25 phoenix kernel: x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
Nov 21 15:41:25 phoenix kernel: x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'
Nov 21 15:41:25 phoenix kernel: x86/fpu: Enabled xstate features 0x7, context size is 0x340 bytes, using 'standard' format.
Nov 21 15:41:25 phoenix kernel: x86/fpu: Using 'eager' FPU context switches.
Nov 21 15:41:25 phoenix kernel: e820: BIOS-provided physical RAM map:
Nov 21 15:41:25 phoenix kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
Nov 21 15:41:25 phoenix kernel: BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
Nov 21 15:41:25 phoenix kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Nov 21 15:41:25 phoenix kernel: BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
Nov 21 15:41:25 phoenix kernel: BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
Nov 21 15:41:25 phoenix kernel: BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
Nov 21 15:41:25 phoenix kernel: BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
Nov 21 15:41:25 phoenix kernel: BIOS-e820: [mem 0x0000000040005000-0x00000000c8c5afff] usable
Nov 21 15:41:25 phoenix kernel: BIOS-e820: [mem 0x00000000c8c5b000-0x00000000c9803fff] reserved
Nov 21 15:41:25 phoenix kernel: BIOS-e820: [mem 0x00000000c9804000-0x00000000c988efff] usable
Nov 21 15:41:25 phoenix kernel: BIOS-e820: [mem 0x00000000c988f000-0x00000000c992efff] ACPI NVS
Nov 21 15:41:25 phoenix kernel: BIOS-e820: [mem 0x00000000c992f000-0x00000000ca138fff] reserved
Nov 21 15:41:25 phoenix kernel: BIOS-e820: [mem 0x00000000ca139000-0x00000000ca139fff] usable
Nov 21 15:41:25 phoenix kernel: BIOS-e820: [mem 0x00000000ca13a000-0x00000000ca17cfff] ACPI NVS
Nov 21 15:41:25 phoenix kernel: BIOS-e820: [mem 0x00000000ca17d000-0x00000000cabecfff] usable
Nov 21 15:41:25 phoenix kernel: BIOS-e820: [mem 0x00000000cabed000-0x00000000caff1fff] reserved
Nov 21 15:41:25 phoenix kernel: BIOS-e820: [mem 0x00000000caff2000-0x00000000caffffff] usable
Nov 21 15:41:25 phoenix kernel: BIOS-e820: [mem 0x00000000cb800000-0x00000000cf9fffff] reserved
Nov 21 15:41:25 phoenix kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Nov 21 15:41:25 phoenix kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Nov 21 15:41:25 phoenix kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
Nov 21 15:41:25 phoenix kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Nov 21 15:41:25 phoenix kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Nov 21 15:41:25 phoenix kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Nov 21 15:41:25 phoenix kernel: BIOS-e820: [mem 0x0000000100000000-0x000000042f5fffff] usable
Nov 21 15:41:25 phoenix kernel: NX (Execute Disable) protection: active
Nov 21 15:41:25 phoenix kernel: SMBIOS 2.7 present.
Nov 21 15:41:25 phoenix kernel: DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./Z77 Extreme4, BIOS P2.50 10/31/2012
Nov 21 15:41:25 phoenix kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Nov 21 15:41:25 phoenix kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Nov 21 15:41:25 phoenix kernel: e820: last_pfn = 0x42f600 max_arch_pfn = 0x400000000
Nov 21 15:41:25 phoenix kernel: MTRR default type: uncachable
Nov 21 15:41:25 phoenix kernel: MTRR fixed ranges enabled:
Nov 21 15:41:25 phoenix kernel:   00000-9FFFF write-back
Nov 21 15:41:25 phoenix kernel:   A0000-BFFFF uncachable
Nov 21 15:41:25 phoenix kernel:   C0000-CFFFF write-protect
Nov 21 15:41:25 phoenix kernel:   D0000-E7FFF uncachable
Nov 21 15:41:25 phoenix kernel:   E8000-FFFFF write-protect
Nov 21 15:41:25 phoenix kernel: MTRR variable ranges enabled:
Nov 21 15:41:25 phoenix kernel:   0 base 000000000 mask C00000000 write-back
Nov 21 15:41:25 phoenix kernel:   1 base 400000000 mask FE0000000 write-back
Nov 21 15:41:25 phoenix kernel:   2 base 420000000 mask FF0000000 write-back
Nov 21 15:41:25 phoenix kernel:   3 base 0E0000000 mask FE0000000 uncachable
Nov 21 15:41:25 phoenix kernel:   4 base 0D0000000 mask FF0000000 uncachable
Nov 21 15:41:25 phoenix kernel:   5 base 0CC000000 mask FFC000000 uncachable
Nov 21 15:41:25 phoenix kernel:   6 base 0CB800000 mask FFF800000 uncachable
Nov 21 15:41:25 phoenix kernel:   7 base 42F800000 mask FFF800000 uncachable
Nov 21 15:41:25 phoenix kernel:   8 base 42F600000 mask FFFE00000 uncachable
Nov 21 15:41:25 phoenix kernel:   9 disabled
Nov 21 15:41:25 phoenix kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
Nov 21 15:41:25 phoenix kernel: e820: update [mem 0xcb800000-0xffffffff] usable ==> reserved
Nov 21 15:41:25 phoenix kernel: e820: last_pfn = 0xcb000 max_arch_pfn = 0x400000000
Nov 21 15:41:25 phoenix kernel: found SMP MP-table at [mem 0x000fd8e0-0x000fd8ef] mapped at [ffff8800000fd8e0]
Nov 21 15:41:25 phoenix kernel: Scanning 1 areas for low memory corruption
Nov 21 15:41:25 phoenix kernel: Base memory trampoline at [ffff880000097000] 97000 size 24576
Nov 21 15:41:25 phoenix kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
Nov 21 15:41:25 phoenix kernel:  [mem 0x00000000-0x000fffff] page 4k
Nov 21 15:41:25 phoenix kernel: BRK [0x01b36000, 0x01b36fff] PGTABLE
Nov 21 15:41:25 phoenix kernel: BRK [0x01b37000, 0x01b37fff] PGTABLE
Nov 21 15:41:25 phoenix kernel: BRK [0x01b38000, 0x01b38fff] PGTABLE
Nov 21 15:41:25 phoenix kernel: init_memory_mapping: [mem 0x42f400000-0x42f5fffff]
Nov 21 15:41:25 phoenix kernel:  [mem 0x42f400000-0x42f5fffff] page 2M
Nov 21 15:41:25 phoenix kernel: BRK [0x01b39000, 0x01b39fff] PGTABLE
Nov 21 15:41:25 phoenix kernel: init_memory_mapping: [mem 0x420000000-0x42f3fffff]
Nov 21 15:41:25 phoenix kernel:  [mem 0x420000000-0x42f3fffff] page 2M
Nov 21 15:41:25 phoenix kernel: init_memory_mapping: [mem 0x400000000-0x41fffffff]
Nov 21 15:41:25 phoenix kernel:  [mem 0x400000000-0x41fffffff] page 2M
Nov 21 15:41:25 phoenix kernel: init_memory_mapping: [mem 0x00100000-0x1fffffff]
Nov 21 15:41:25 phoenix kernel:  [mem 0x00100000-0x001fffff] page 4k
Nov 21 15:41:25 phoenix kernel:  [mem 0x00200000-0x1fffffff] page 2M
Nov 21 15:41:25 phoenix kernel: init_memory_mapping: [mem 0x20200000-0x40003fff]
Nov 21 15:41:25 phoenix kernel:  [mem 0x20200000-0x3fffffff] page 2M
Nov 21 15:41:25 phoenix kernel:  [mem 0x40000000-0x40003fff] page 4k
Nov 21 15:41:25 phoenix kernel: BRK [0x01b3a000, 0x01b3afff] PGTABLE
Nov 21 15:41:25 phoenix kernel: BRK [0x01b3b000, 0x01b3bfff] PGTABLE
Nov 21 15:41:25 phoenix kernel: init_memory_mapping: [mem 0x40005000-0xc8c5afff]
Nov 21 15:41:25 phoenix kernel:  [mem 0x40005000-0x401fffff] page 4k
Nov 21 15:41:25 phoenix kernel:  [mem 0x40200000-0xc8bfffff] page 2M
Nov 21 15:41:25 phoenix kernel:  [mem 0xc8c00000-0xc8c5afff] page 4k
Nov 21 15:41:25 phoenix kernel: init_memory_mapping: [mem 0xc9804000-0xc988efff]
Nov 21 15:41:25 phoenix kernel:  [mem 0xc9804000-0xc988efff] page 4k
Nov 21 15:41:25 phoenix kernel: init_memory_mapping: [mem 0xca139000-0xca139fff]
Nov 21 15:41:25 phoenix kernel:  [mem 0xca139000-0xca139fff] page 4k
Nov 21 15:41:25 phoenix kernel: init_memory_mapping: [mem 0xca17d000-0xcabecfff]
Nov 21 15:41:25 phoenix kernel:  [mem 0xca17d000-0xca1fffff] page 4k
Nov 21 15:41:25 phoenix kernel:  [mem 0xca200000-0xca9fffff] page 2M
Nov 21 15:41:25 phoenix kernel:  [mem 0xcaa00000-0xcabecfff] page 4k
Nov 21 15:41:25 phoenix kernel: init_memory_mapping: [mem 0xcaff2000-0xcaffffff]
Nov 21 15:41:25 phoenix kernel:  [mem 0xcaff2000-0xcaffffff] page 4k
Nov 21 15:41:25 phoenix kernel: init_memory_mapping: [mem 0x100000000-0x3ffffffff]
Nov 21 15:41:25 phoenix kernel:  [mem 0x100000000-0x3ffffffff] page 2M
Nov 21 15:41:25 phoenix kernel: RAMDISK: [mem 0x37930000-0x37c8ffff]
Nov 21 15:41:25 phoenix kernel: ACPI: Early table checksum verification disabled
Nov 21 15:41:25 phoenix kernel: ACPI: RSDP 0x00000000000F0490 000024 (v02 ALASKA)
Nov 21 15:41:25 phoenix kernel: ACPI: XSDT 0x00000000C9913080 00007C (v01 ALASKA A M I    01072009 AMI  00010013)
Nov 21 15:41:25 phoenix kernel: ACPI: FACP 0x00000000C991CF70 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
Nov 21 15:41:25 phoenix kernel: ACPI: DSDT 0x00000000C9913190 009DDD (v02 ALASKA A M I    00000022 INTL 20051117)
Nov 21 15:41:25 phoenix kernel: ACPI: FACS 0x00000000C992D080 000040
Nov 21 15:41:25 phoenix kernel: ACPI: APIC 0x00000000C991D080 000072 (v03 ALASKA A M I    01072009 AMI  00010013)
Nov 21 15:41:25 phoenix kernel: ACPI: FPDT 0x00000000C991D0F8 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
Nov 21 15:41:25 phoenix kernel: ACPI: MCFG 0x00000000C991D140 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
Nov 21 15:41:25 phoenix kernel: ACPI: SSDT 0x00000000C991D180 0007E1 (v01 Intel_ AoacTabl 00001000 INTL 20091112)
Nov 21 15:41:25 phoenix kernel: ACPI: AAFT 0x00000000C991D968 000112 (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
Nov 21 15:41:25 phoenix kernel: ACPI: HPET 0x00000000C991DA80 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
Nov 21 15:41:25 phoenix kernel: ACPI: SSDT 0x00000000C991DAB8 00036D (v01 SataRe SataTabl 00001000 INTL 20091112)
Nov 21 15:41:25 phoenix kernel: ACPI: SSDT 0x00000000C991DE28 0009AA (v01 PmRef  Cpu0Ist  00003000 INTL 20051117)
Nov 21 15:41:25 phoenix kernel: ACPI: SSDT 0x00000000C991E7D8 000A92 (v01 PmRef  CpuPm    00003000 INTL 20051117)
Nov 21 15:41:25 phoenix kernel: ACPI: BGRT 0x00000000C991F270 000038 (v00 ALASKA A M I    01072009 AMI  00010013)
Nov 21 15:41:25 phoenix kernel: ACPI: Local APIC address 0xfee00000
Nov 21 15:41:25 phoenix kernel: No NUMA configuration found
Nov 21 15:41:25 phoenix kernel: Faking a node at [mem 0x0000000000000000-0x000000042f5fffff]
Nov 21 15:41:25 phoenix kernel: NODE_DATA(0) allocated [mem 0x42f5e9000-0x42f5ecfff]
Nov 21 15:41:25 phoenix kernel:  [ffffea0000000000-ffffea0010bfffff] PMD -> [ffff88041ec00000-ffff88042ebfffff] on node 0
Nov 21 15:41:25 phoenix kernel: Zone ranges:
Nov 21 15:41:25 phoenix kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Nov 21 15:41:25 phoenix kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Nov 21 15:41:25 phoenix kernel:   Normal   [mem 0x0000000100000000-0x000000042f5fffff]
Nov 21 15:41:25 phoenix kernel: Movable zone start for each node
Nov 21 15:41:25 phoenix kernel: Early memory node ranges
Nov 21 15:41:25 phoenix kernel:   node   0: [mem 0x0000000000001000-0x000000000009cfff]
Nov 21 15:41:25 phoenix kernel:   node   0: [mem 0x0000000000100000-0x000000001fffffff]
Nov 21 15:41:25 phoenix kernel:   node   0: [mem 0x0000000020200000-0x0000000040003fff]
Nov 21 15:41:25 phoenix kernel:   node   0: [mem 0x0000000040005000-0x00000000c8c5afff]
Nov 21 15:41:25 phoenix kernel:   node   0: [mem 0x00000000c9804000-0x00000000c988efff]
Nov 21 15:41:25 phoenix kernel:   node   0: [mem 0x00000000ca139000-0x00000000ca139fff]
Nov 21 15:41:25 phoenix kernel:   node   0: [mem 0x00000000ca17d000-0x00000000cabecfff]
Nov 21 15:41:25 phoenix kernel:   node   0: [mem 0x00000000caff2000-0x00000000caffffff]
Nov 21 15:41:25 phoenix kernel:   node   0: [mem 0x0000000100000000-0x000000042f5fffff]
Nov 21 15:41:25 phoenix kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000042f5fffff]
Nov 21 15:41:25 phoenix kernel: On node 0 totalpages: 4164352
Nov 21 15:41:25 phoenix kernel:   DMA zone: 64 pages used for memmap
Nov 21 15:41:25 phoenix kernel:   DMA zone: 21 pages reserved
Nov 21 15:41:25 phoenix kernel:   DMA zone: 3996 pages, LIFO batch:0
Nov 21 15:41:25 phoenix kernel:   DMA32 zone: 12822 pages used for memmap
Nov 21 15:41:25 phoenix kernel:   DMA32 zone: 820580 pages, LIFO batch:31
Nov 21 15:41:25 phoenix kernel:   Normal zone: 52184 pages used for memmap
Nov 21 15:41:25 phoenix kernel:   Normal zone: 3339776 pages, LIFO batch:31
Nov 21 15:41:25 phoenix kernel: ACPI: PM-Timer IO Port: 0x408
Nov 21 15:41:25 phoenix kernel: ACPI: Local APIC address 0xfee00000
Nov 21 15:41:25 phoenix kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Nov 21 15:41:25 phoenix kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Nov 21 15:41:25 phoenix kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Nov 21 15:41:25 phoenix kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Nov 21 15:41:25 phoenix kernel: ACPI: IRQ0 used by override.
Nov 21 15:41:25 phoenix kernel: ACPI: IRQ9 used by override.
Nov 21 15:41:25 phoenix kernel: Using ACPI (MADT) for SMP configuration information
Nov 21 15:41:25 phoenix kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Nov 21 15:41:25 phoenix kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
Nov 21 15:41:25 phoenix kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Nov 21 15:41:25 phoenix kernel: PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
Nov 21 15:41:25 phoenix kernel: PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
Nov 21 15:41:25 phoenix kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Nov 21 15:41:25 phoenix kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Nov 21 15:41:25 phoenix kernel: PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
Nov 21 15:41:25 phoenix kernel: PM: Registered nosave memory: [mem 0x40004000-0x40004fff]
Nov 21 15:41:25 phoenix kernel: PM: Registered nosave memory: [mem 0xc8c5b000-0xc9803fff]
Nov 21 15:41:25 phoenix kernel: PM: Registered nosave memory: [mem 0xc988f000-0xc992efff]
Nov 21 15:41:25 phoenix kernel: PM: Registered nosave memory: [mem 0xc992f000-0xca138fff]
Nov 21 15:41:25 phoenix kernel: PM: Registered nosave memory: [mem 0xca13a000-0xca17cfff]
Nov 21 15:41:25 phoenix kernel: PM: Registered nosave memory: [mem 0xcabed000-0xcaff1fff]
Nov 21 15:41:25 phoenix kernel: PM: Registered nosave memory: [mem 0xcb000000-0xcb7fffff]
Nov 21 15:41:25 phoenix kernel: PM: Registered nosave memory: [mem 0xcb800000-0xcf9fffff]
Nov 21 15:41:25 phoenix kernel: PM: Registered nosave memory: [mem 0xcfa00000-0xf7ffffff]
Nov 21 15:41:25 phoenix kernel: PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
Nov 21 15:41:25 phoenix kernel: PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
Nov 21 15:41:25 phoenix kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Nov 21 15:41:25 phoenix kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
Nov 21 15:41:25 phoenix kernel: PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
Nov 21 15:41:25 phoenix kernel: PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
Nov 21 15:41:25 phoenix kernel: PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Nov 21 15:41:25 phoenix kernel: PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
Nov 21 15:41:25 phoenix kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Nov 21 15:41:25 phoenix kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
Nov 21 15:41:25 phoenix kernel: PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
Nov 21 15:41:25 phoenix kernel: e820: [mem 0xcfa00000-0xf7ffffff] available for PCI devices
Nov 21 15:41:25 phoenix kernel: Booting paravirtualized kernel on bare hardware
Nov 21 15:41:25 phoenix kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Nov 21 15:41:25 phoenix kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
Nov 21 15:41:25 phoenix kernel: PERCPU: Embedded 32 pages/cpu @ffff88042f200000 s91480 r8192 d31400 u524288
Nov 21 15:41:25 phoenix kernel: pcpu-alloc: s91480 r8192 d31400 u524288 alloc=1*2097152
Nov 21 15:41:25 phoenix kernel: pcpu-alloc: [0] 0 1 2 3 
Nov 21 15:41:25 phoenix kernel: Built 1 zonelists in Node order, mobility grouping on.  Total pages: 4099261
Nov 21 15:41:25 phoenix kernel: Policy zone: Normal
Nov 21 15:41:25 phoenix kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=c138d1ca-6bc7-430a-b2d8-3dcaa1f36af4 rw quiet
Nov 21 15:41:25 phoenix kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
Nov 21 15:41:25 phoenix kernel: Calgary: detecting Calgary via BIOS EBDA area
Nov 21 15:41:25 phoenix kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Nov 21 15:41:25 phoenix kernel: Memory: 16313312K/16657408K available (5611K kernel code, 922K rwdata, 1768K rodata, 1180K init, 1152K bss, 344096K reserved, 0K cma-reserved)
Nov 21 15:41:25 phoenix kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Nov 21 15:41:25 phoenix kernel: Preemptible hierarchical RCU implementation.
Nov 21 15:41:25 phoenix kernel:         Build-time adjustment of leaf fanout to 64.
Nov 21 15:41:25 phoenix kernel:         RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
Nov 21 15:41:25 phoenix kernel: RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
Nov 21 15:41:25 phoenix kernel: NR_IRQS:8448 nr_irqs:456 16
Nov 21 15:41:25 phoenix kernel: Console: colour dummy device 80x25
Nov 21 15:41:25 phoenix kernel: console [tty0] enabled
Nov 21 15:41:25 phoenix kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Nov 21 15:41:25 phoenix kernel: hpet clockevent registered
Nov 21 15:41:25 phoenix kernel: tsc: Fast TSC calibration using PIT
Nov 21 15:41:25 phoenix kernel: tsc: Detected 3400.075 MHz processor
Nov 21 15:41:25 phoenix kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6802.48 BogoMIPS (lpj=11333583)
Nov 21 15:41:25 phoenix kernel: pid_max: default: 32768 minimum: 301
Nov 21 15:41:25 phoenix kernel: ACPI: Core revision 20150619
Nov 21 15:41:25 phoenix kernel: ACPI: All ACPI Tables successfully acquired
Nov 21 15:41:25 phoenix kernel: Security Framework initialized
Nov 21 15:41:25 phoenix kernel: Yama: becoming mindful.
Nov 21 15:41:25 phoenix kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
Nov 21 15:41:25 phoenix kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Nov 21 15:41:25 phoenix kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
Nov 21 15:41:25 phoenix kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
Nov 21 15:41:25 phoenix kernel: Initializing cgroup subsys blkio
Nov 21 15:41:25 phoenix kernel: Initializing cgroup subsys memory
Nov 21 15:41:25 phoenix kernel: Initializing cgroup subsys devices
Nov 21 15:41:25 phoenix kernel: Initializing cgroup subsys freezer
Nov 21 15:41:25 phoenix kernel: Initializing cgroup subsys net_cls
Nov 21 15:41:25 phoenix kernel: CPU: Physical Processor ID: 0
Nov 21 15:41:25 phoenix kernel: CPU: Processor Core ID: 0
Nov 21 15:41:25 phoenix kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Nov 21 15:41:25 phoenix kernel: ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
Nov 21 15:41:25 phoenix kernel: mce: CPU supports 9 MCE banks
Nov 21 15:41:25 phoenix kernel: CPU0: Thermal monitoring enabled (TM1)
Nov 21 15:41:25 phoenix kernel: process: using mwait in idle threads
Nov 21 15:41:25 phoenix kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
Nov 21 15:41:25 phoenix kernel: Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
Nov 21 15:41:25 phoenix kernel: Freeing SMP alternatives memory: 20K (ffffffff81a0f000 - ffffffff81a14000)
Nov 21 15:41:25 phoenix kernel: ftrace: allocating 22161 entries in 87 pages
Nov 21 15:41:25 phoenix kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Nov 21 15:41:25 phoenix kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Nov 21 15:41:25 phoenix kernel: TSC deadline timer enabled
Nov 21 15:41:25 phoenix kernel: smpboot: CPU0: Intel(R) Core(TM) i5-3570 CPU @ 3.40GHz (fam: 06, model: 3a, stepping: 09)
Nov 21 15:41:25 phoenix kernel: Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
Nov 21 15:41:25 phoenix kernel: ... version:                3
Nov 21 15:41:25 phoenix kernel: ... bit width:              48
Nov 21 15:41:25 phoenix kernel: ... generic registers:      8
Nov 21 15:41:25 phoenix kernel: ... value mask:             0000ffffffffffff
Nov 21 15:41:25 phoenix kernel: ... max period:             0000ffffffffffff
Nov 21 15:41:25 phoenix kernel: ... fixed-purpose events:   3
Nov 21 15:41:25 phoenix kernel: ... event mask:             00000007000000ff
Nov 21 15:41:25 phoenix kernel: x86: Booting SMP configuration:
Nov 21 15:41:25 phoenix kernel: .... node  #0, CPUs:      #1
Nov 21 15:41:25 phoenix kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
Nov 21 15:41:25 phoenix kernel:  #2 #3
Nov 21 15:41:25 phoenix kernel: x86: Booted up 1 node, 4 CPUs
Nov 21 15:41:25 phoenix kernel: smpboot: Total of 4 processors activated (27211.95 BogoMIPS)
Nov 21 15:41:25 phoenix kernel: devtmpfs: initialized
Nov 21 15:41:25 phoenix kernel: PM: Registering ACPI NVS region [mem 0xc988f000-0xc992efff] (655360 bytes)
Nov 21 15:41:25 phoenix kernel: PM: Registering ACPI NVS region [mem 0xca13a000-0xca17cfff] (274432 bytes)
Nov 21 15:41:25 phoenix kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Nov 21 15:41:25 phoenix kernel: pinctrl core: initialized pinctrl subsystem
Nov 21 15:41:25 phoenix kernel: RTC time:  4:41:19, date: 11/21/15
Nov 21 15:41:25 phoenix kernel: NET: Registered protocol family 16
Nov 21 15:41:25 phoenix kernel: cpuidle: using governor ladder
Nov 21 15:41:25 phoenix kernel: cpuidle: using governor menu
Nov 21 15:41:25 phoenix kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Nov 21 15:41:25 phoenix kernel: ACPI: bus type PCI registered
Nov 21 15:41:25 phoenix kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Nov 21 15:41:25 phoenix kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Nov 21 15:41:25 phoenix kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Nov 21 15:41:25 phoenix kernel: pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
Nov 21 15:41:25 phoenix kernel: PCI: Using configuration type 1 for base access
Nov 21 15:41:25 phoenix kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
Nov 21 15:41:25 phoenix kernel: perf_event_intel: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
Nov 21 15:41:25 phoenix kernel: ACPI: Added _OSI(Module Device)
Nov 21 15:41:25 phoenix kernel: ACPI: Added _OSI(Processor Device)
Nov 21 15:41:25 phoenix kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Nov 21 15:41:25 phoenix kernel: ACPI: Added _OSI(Processor Aggregator Device)
Nov 21 15:41:25 phoenix kernel: ACPI: Executed 1 blocks of module-level executable AML code
Nov 21 15:41:25 phoenix kernel: ACPI: Dynamic OEM Table Load:
Nov 21 15:41:25 phoenix kernel: ACPI: SSDT 0xFFFF88041E827000 00083B (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
Nov 21 15:41:25 phoenix kernel: ACPI: Dynamic OEM Table Load:
Nov 21 15:41:25 phoenix kernel: ACPI: SSDT 0xFFFF88041C8DF800 000303 (v01 PmRef  ApIst    00003000 INTL 20051117)
Nov 21 15:41:25 phoenix kernel: ACPI: Dynamic OEM Table Load:
Nov 21 15:41:25 phoenix kernel: ACPI: SSDT 0xFFFF88041CEFD600 000119 (v01 PmRef  ApCst    00003000 INTL 20051117)
Nov 21 15:41:25 phoenix kernel: ACPI: Interpreter enabled
Nov 21 15:41:25 phoenix kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150619/hwxface-580)
Nov 21 15:41:25 phoenix kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150619/hwxface-580)
Nov 21 15:41:25 phoenix kernel: ACPI: (supports S0 S3 S4 S5)
Nov 21 15:41:25 phoenix kernel: ACPI: Using IOAPIC for interrupt routing
Nov 21 15:41:25 phoenix kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Nov 21 15:41:25 phoenix kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
Nov 21 15:41:25 phoenix kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Nov 21 15:41:25 phoenix kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
Nov 21 15:41:25 phoenix kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
Nov 21 15:41:25 phoenix kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Nov 21 15:41:25 phoenix kernel: PCI host bridge to bus 0000:00
Nov 21 15:41:25 phoenix kernel: pci_bus 0000:00: root bus resource [bus 00-3e]
Nov 21 15:41:25 phoenix kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Nov 21 15:41:25 phoenix kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Nov 21 15:41:25 phoenix kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Nov 21 15:41:25 phoenix kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
Nov 21 15:41:25 phoenix kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
Nov 21 15:41:25 phoenix kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
Nov 21 15:41:25 phoenix kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
Nov 21 15:41:25 phoenix kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
Nov 21 15:41:25 phoenix kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
Nov 21 15:41:25 phoenix kernel: pci_bus 0000:00: root bus resource [mem 0xcfa00000-0xfeafffff window]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:00.0: [8086:0150] type 00 class 0x060000
Nov 21 15:41:25 phoenix kernel: pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
Nov 21 15:41:25 phoenix kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Nov 21 15:41:25 phoenix kernel: pci 0000:00:01.0: System wakeup disabled by ACPI
Nov 21 15:41:25 phoenix kernel: pci 0000:00:02.0: [8086:0152] type 00 class 0x038000
Nov 21 15:41:25 phoenix kernel: pci 0000:00:02.0: reg 0x10: [mem 0xf7400000-0xf77fffff 64bit]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
Nov 21 15:41:25 phoenix kernel: pci 0000:00:14.0: reg 0x10: [mem 0xf7c00000-0xf7c0ffff 64bit]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Nov 21 15:41:25 phoenix kernel: pci 0000:00:14.0: System wakeup disabled by ACPI
Nov 21 15:41:25 phoenix kernel: pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
Nov 21 15:41:25 phoenix kernel: pci 0000:00:16.0: reg 0x10: [mem 0xf7c1a000-0xf7c1a00f 64bit]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xf7c18000-0xf7c183ff]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1a.0: System wakeup disabled by ACPI
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xf7c10000-0xf7c13fff 64bit]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1b.0: System wakeup disabled by ACPI
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1c.3: [8086:1e16] type 01 class 0x060400
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1c.3: System wakeup disabled by ACPI
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1c.4: [8086:1e18] type 01 class 0x060400
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1c.4: System wakeup disabled by ACPI
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1c.5: [8086:1e1a] type 01 class 0x060400
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1c.5: System wakeup disabled by ACPI
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1c.7: [8086:1e1e] type 01 class 0x060400
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1c.7: System wakeup disabled by ACPI
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xf7c17000-0xf7c173ff]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1f.0: [8086:1e44] type 00 class 0x060100
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1f.2: [8086:1e02] type 00 class 0x010601
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1f.2: reg 0x10: [io  0xf0b0-0xf0b7]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1f.2: reg 0x14: [io  0xf0a0-0xf0a3]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1f.2: reg 0x18: [io  0xf090-0xf097]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1f.2: reg 0x1c: [io  0xf080-0xf083]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xf7c16000-0xf7c167ff]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1f.2: PME# supported from D3hot
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xf7c15000-0xf7c150ff 64bit]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
Nov 21 15:41:25 phoenix kernel: pci 0000:01:00.0: [10de:1180] type 00 class 0x030000
Nov 21 15:41:25 phoenix kernel: pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
Nov 21 15:41:25 phoenix kernel: pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xe7ffffff 64bit pref]
Nov 21 15:41:25 phoenix kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xe8000000-0xe9ffffff 64bit pref]
Nov 21 15:41:25 phoenix kernel: pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
Nov 21 15:41:25 phoenix kernel: pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
Nov 21 15:41:25 phoenix kernel: pci 0000:01:00.1: [10de:0e0a] type 00 class 0x040300
Nov 21 15:41:25 phoenix kernel: pci 0000:01:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xe9ffffff 64bit pref]
Nov 21 15:41:25 phoenix kernel: pci 0000:02:00.0: [13f6:5011] type 00 class 0x040300
Nov 21 15:41:25 phoenix kernel: pci 0000:02:00.0: reg 0x10: [mem 0xf7b00000-0xf7b03fff]
Nov 21 15:41:25 phoenix kernel: pci 0000:02:00.0: supports D1 D2
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1c.0:   bridge window [mem 0xf7b00000-0xf7bfffff]
Nov 21 15:41:25 phoenix kernel: pci 0000:03:00.0: [1b21:0612] type 00 class 0x010601
Nov 21 15:41:25 phoenix kernel: pci 0000:03:00.0: reg 0x10: [io  0xd050-0xd057]
Nov 21 15:41:25 phoenix kernel: pci 0000:03:00.0: reg 0x14: [io  0xd040-0xd043]
Nov 21 15:41:25 phoenix kernel: pci 0000:03:00.0: reg 0x18: [io  0xd030-0xd037]
Nov 21 15:41:25 phoenix kernel: pci 0000:03:00.0: reg 0x1c: [io  0xd020-0xd023]
Nov 21 15:41:25 phoenix kernel: pci 0000:03:00.0: reg 0x20: [io  0xd000-0xd01f]
Nov 21 15:41:25 phoenix kernel: pci 0000:03:00.0: reg 0x24: [mem 0xf7a00000-0xf7a001ff]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1c.3: PCI bridge to [bus 03]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1c.3:   bridge window [mem 0xf7a00000-0xf7afffff]
Nov 21 15:41:25 phoenix kernel: pci 0000:04:00.0: [14e4:16b1] type 00 class 0x020000
Nov 21 15:41:25 phoenix kernel: pci 0000:04:00.0: reg 0x10: [mem 0xea110000-0xea11ffff 64bit pref]
Nov 21 15:41:25 phoenix kernel: pci 0000:04:00.0: reg 0x18: [mem 0xea100000-0xea10ffff 64bit pref]
Nov 21 15:41:25 phoenix kernel: pci 0000:04:00.0: reg 0x30: [mem 0xf7900000-0xf79007ff pref]
Nov 21 15:41:25 phoenix kernel: pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1c.4: PCI bridge to [bus 04]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1c.4:   bridge window [mem 0xf7900000-0xf79fffff]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1c.4:   bridge window [mem 0xea100000-0xea1fffff 64bit pref]
Nov 21 15:41:25 phoenix kernel: pci 0000:05:00.0: [1b21:1080] type 01 class 0x060401
Nov 21 15:41:25 phoenix kernel: pci 0000:05:00.0: System wakeup disabled by ACPI
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1c.5: PCI bridge to [bus 05-06]
Nov 21 15:41:25 phoenix kernel: pci 0000:05:00.0: PCI bridge to [bus 06] (subtractive decode)
Nov 21 15:41:25 phoenix kernel: pci 0000:07:00.0: [1b21:1042] type 00 class 0x0c0330
Nov 21 15:41:25 phoenix kernel: pci 0000:07:00.0: reg 0x10: [mem 0xf7800000-0xf7807fff 64bit]
Nov 21 15:41:25 phoenix kernel: pci 0000:07:00.0: PME# supported from D3hot D3cold
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1c.7: PCI bridge to [bus 07]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1c.7:   bridge window [mem 0xf7800000-0xf78fffff]
Nov 21 15:41:25 phoenix kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
Nov 21 15:41:25 phoenix kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
Nov 21 15:41:25 phoenix kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 11 12 14 15)
Nov 21 15:41:25 phoenix kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 10 11 12 14 15)
Nov 21 15:41:25 phoenix kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Nov 21 15:41:25 phoenix kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Nov 21 15:41:25 phoenix kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 10 11 12 14 15)
Nov 21 15:41:25 phoenix kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
Nov 21 15:41:25 phoenix kernel: ACPI: Enabled 4 GPEs in block 00 to 3F
Nov 21 15:41:25 phoenix kernel: vgaarb: setting as boot device: PCI:0000:01:00.0
Nov 21 15:41:25 phoenix kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
Nov 21 15:41:25 phoenix kernel: vgaarb: loaded
Nov 21 15:41:25 phoenix kernel: vgaarb: bridge control possible 0000:01:00.0
Nov 21 15:41:25 phoenix kernel: PCI: Using ACPI for IRQ routing
Nov 21 15:41:25 phoenix kernel: PCI: pci_cache_line_size set to 64 bytes
Nov 21 15:41:25 phoenix kernel: e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
Nov 21 15:41:25 phoenix kernel: e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
Nov 21 15:41:25 phoenix kernel: e820: reserve RAM buffer [mem 0xc8c5b000-0xcbffffff]
Nov 21 15:41:25 phoenix kernel: e820: reserve RAM buffer [mem 0xc988f000-0xcbffffff]
Nov 21 15:41:25 phoenix kernel: e820: reserve RAM buffer [mem 0xca13a000-0xcbffffff]
Nov 21 15:41:25 phoenix kernel: e820: reserve RAM buffer [mem 0xcabed000-0xcbffffff]
Nov 21 15:41:25 phoenix kernel: e820: reserve RAM buffer [mem 0xcb000000-0xcbffffff]
Nov 21 15:41:25 phoenix kernel: e820: reserve RAM buffer [mem 0x42f600000-0x42fffffff]
Nov 21 15:41:25 phoenix kernel: NetLabel: Initializing
Nov 21 15:41:25 phoenix kernel: NetLabel:  domain hash size = 128
Nov 21 15:41:25 phoenix kernel: NetLabel:  protocols = UNLABELED CIPSOv4
Nov 21 15:41:25 phoenix kernel: NetLabel:  unlabeled traffic allowed by default
Nov 21 15:41:25 phoenix kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Nov 21 15:41:25 phoenix kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Nov 21 15:41:25 phoenix kernel: clocksource: Switched to clocksource hpet
Nov 21 15:41:25 phoenix kernel: pnp: PnP ACPI init
Nov 21 15:41:25 phoenix kernel: system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
Nov 21 15:41:25 phoenix kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
Nov 21 15:41:25 phoenix kernel: system 00:01: [io  0x0680-0x069f] has been reserved
Nov 21 15:41:25 phoenix kernel: system 00:01: [io  0x1000-0x100f] has been reserved
Nov 21 15:41:25 phoenix kernel: system 00:01: [io  0xffff] has been reserved
Nov 21 15:41:25 phoenix kernel: system 00:01: [io  0xffff] has been reserved
Nov 21 15:41:25 phoenix kernel: system 00:01: [io  0x0400-0x0453] could not be reserved
Nov 21 15:41:25 phoenix kernel: system 00:01: [io  0x0458-0x047f] has been reserved
Nov 21 15:41:25 phoenix kernel: system 00:01: [io  0x0500-0x057f] has been reserved
Nov 21 15:41:25 phoenix kernel: system 00:01: [io  0x164e-0x164f] has been reserved
Nov 21 15:41:25 phoenix kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
Nov 21 15:41:25 phoenix kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
Nov 21 15:41:25 phoenix kernel: system 00:03: [io  0x0454-0x0457] has been reserved
Nov 21 15:41:25 phoenix kernel: system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Nov 21 15:41:25 phoenix kernel: system 00:04: [io  0x0290-0x029f] has been reserved
Nov 21 15:41:25 phoenix kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
Nov 21 15:41:25 phoenix kernel: system 00:05: [io  0x04d0-0x04d1] has been reserved
Nov 21 15:41:25 phoenix kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
Nov 21 15:41:25 phoenix kernel: pnp 00:06: [dma 0 disabled]
Nov 21 15:41:25 phoenix kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
Nov 21 15:41:25 phoenix kernel: system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
Nov 21 15:41:25 phoenix kernel: system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
Nov 21 15:41:25 phoenix kernel: system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
Nov 21 15:41:25 phoenix kernel: system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
Nov 21 15:41:25 phoenix kernel: system 00:07: [mem 0xf8000000-0xfbffffff] has been reserved
Nov 21 15:41:25 phoenix kernel: system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
Nov 21 15:41:25 phoenix kernel: system 00:07: [mem 0xfed90000-0xfed93fff] has been reserved
Nov 21 15:41:25 phoenix kernel: system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
Nov 21 15:41:25 phoenix kernel: system 00:07: [mem 0xff000000-0xffffffff] has been reserved
Nov 21 15:41:25 phoenix kernel: system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
Nov 21 15:41:25 phoenix kernel: system 00:07: [mem 0xcfa00000-0xcfa00fff] has been reserved
Nov 21 15:41:25 phoenix kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
Nov 21 15:41:25 phoenix kernel: system 00:08: [mem 0x20000000-0x201fffff] has been reserved
Nov 21 15:41:25 phoenix kernel: system 00:08: [mem 0x40004000-0x40004fff] has been reserved
Nov 21 15:41:25 phoenix kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
Nov 21 15:41:25 phoenix kernel: pnp: PnP ACPI: found 9 devices
Nov 21 15:41:25 phoenix kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Nov 21 15:41:25 phoenix kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xe9ffffff 64bit pref]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1c.0:   bridge window [mem 0xf7b00000-0xf7bfffff]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1c.3: PCI bridge to [bus 03]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1c.3:   bridge window [mem 0xf7a00000-0xf7afffff]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1c.4: PCI bridge to [bus 04]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1c.4:   bridge window [mem 0xf7900000-0xf79fffff]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1c.4:   bridge window [mem 0xea100000-0xea1fffff 64bit pref]
Nov 21 15:41:25 phoenix kernel: pci 0000:05:00.0: PCI bridge to [bus 06]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1c.5: PCI bridge to [bus 05-06]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1c.7: PCI bridge to [bus 07]
Nov 21 15:41:25 phoenix kernel: pci 0000:00:1c.7:   bridge window [mem 0xf7800000-0xf78fffff]
Nov 21 15:41:25 phoenix kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Nov 21 15:41:25 phoenix kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Nov 21 15:41:25 phoenix kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Nov 21 15:41:25 phoenix kernel: pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window]
Nov 21 15:41:25 phoenix kernel: pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window]
Nov 21 15:41:25 phoenix kernel: pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window]
Nov 21 15:41:25 phoenix kernel: pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window]
Nov 21 15:41:25 phoenix kernel: pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff window]
Nov 21 15:41:25 phoenix kernel: pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff window]
Nov 21 15:41:25 phoenix kernel: pci_bus 0000:00: resource 13 [mem 0xcfa00000-0xfeafffff window]
Nov 21 15:41:25 phoenix kernel: pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
Nov 21 15:41:25 phoenix kernel: pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
Nov 21 15:41:25 phoenix kernel: pci_bus 0000:01: resource 2 [mem 0xe0000000-0xe9ffffff 64bit pref]
Nov 21 15:41:25 phoenix kernel: pci_bus 0000:02: resource 1 [mem 0xf7b00000-0xf7bfffff]
Nov 21 15:41:25 phoenix kernel: pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
Nov 21 15:41:25 phoenix kernel: pci_bus 0000:03: resource 1 [mem 0xf7a00000-0xf7afffff]
Nov 21 15:41:25 phoenix kernel: pci_bus 0000:04: resource 1 [mem 0xf7900000-0xf79fffff]
Nov 21 15:41:25 phoenix kernel: pci_bus 0000:04: resource 2 [mem 0xea100000-0xea1fffff 64bit pref]
Nov 21 15:41:25 phoenix kernel: pci_bus 0000:07: resource 1 [mem 0xf7800000-0xf78fffff]
Nov 21 15:41:25 phoenix kernel: NET: Registered protocol family 2
Nov 21 15:41:25 phoenix kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
Nov 21 15:41:25 phoenix kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Nov 21 15:41:25 phoenix kernel: TCP: Hash tables configured (established 131072 bind 65536)
Nov 21 15:41:25 phoenix kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes)
Nov 21 15:41:25 phoenix kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
Nov 21 15:41:25 phoenix kernel: NET: Registered protocol family 1
Nov 21 15:41:25 phoenix kernel: pci 0000:01:00.0: Video device with shadowed ROM
Nov 21 15:41:25 phoenix kernel: PCI: CLS mismatch (64 != 32), using 64 bytes
Nov 21 15:41:25 phoenix kernel: Unpacking initramfs...
Nov 21 15:41:25 phoenix kernel: Freeing initrd memory: 3456K (ffff880037930000 - ffff880037c90000)
Nov 21 15:41:25 phoenix kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Nov 21 15:41:25 phoenix kernel: software IO TLB [mem 0xc4c5b000-0xc8c5b000] (64MB) mapped at [ffff8800c4c5b000-ffff8800c8c5afff]
Nov 21 15:41:25 phoenix kernel: RAPL PMU detected, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer
Nov 21 15:41:25 phoenix kernel: hw unit of domain pp0-core 2^-16 Joules
Nov 21 15:41:25 phoenix kernel: hw unit of domain package 2^-16 Joules
Nov 21 15:41:25 phoenix kernel: hw unit of domain pp1-gpu 2^-16 Joules
Nov 21 15:41:25 phoenix kernel: microcode: CPU0 sig=0x306a9, pf=0x2, revision=0x15
Nov 21 15:41:25 phoenix kernel: microcode: CPU1 sig=0x306a9, pf=0x2, revision=0x15
Nov 21 15:41:25 phoenix kernel: microcode: CPU2 sig=0x306a9, pf=0x2, revision=0x15
Nov 21 15:41:25 phoenix kernel: microcode: CPU3 sig=0x306a9, pf=0x2, revision=0x15
Nov 21 15:41:25 phoenix kernel: microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
Nov 21 15:41:25 phoenix kernel: Scanning for low memory corruption every 60 seconds
Nov 21 15:41:25 phoenix kernel: futex hash table entries: 1024 (order: 4, 65536 bytes)
Nov 21 15:41:25 phoenix kernel: Initialise system trusted keyring
Nov 21 15:41:25 phoenix kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
Nov 21 15:41:25 phoenix kernel: zpool: loaded
Nov 21 15:41:25 phoenix kernel: zbud: loaded
Nov 21 15:41:25 phoenix kernel: VFS: Disk quotas dquot_6.6.0
Nov 21 15:41:25 phoenix kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Nov 21 15:41:25 phoenix kernel: Key type big_key registered
Nov 21 15:41:25 phoenix kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
Nov 21 15:41:25 phoenix kernel: io scheduler noop registered
Nov 21 15:41:25 phoenix kernel: io scheduler deadline registered
Nov 21 15:41:25 phoenix kernel: io scheduler cfq registered (default)
Nov 21 15:41:25 phoenix kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Nov 21 15:41:25 phoenix kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
Nov 21 15:41:25 phoenix kernel: vesafb: mode is 1920x1080x32, linelength=7680, pages=0
Nov 21 15:41:25 phoenix kernel: vesafb: scrolling: redraw
Nov 21 15:41:25 phoenix kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Nov 21 15:41:25 phoenix kernel: vesafb: framebuffer at 0xe9000000, mapped to 0xffffc90002000000, using 8128k, total 8128k
Nov 21 15:41:25 phoenix kernel: Console: switching to colour frame buffer device 240x67
Nov 21 15:41:25 phoenix kernel: fb0: VESA VGA frame buffer device
Nov 21 15:41:25 phoenix kernel: intel_idle: MWAIT substates: 0x1120
Nov 21 15:41:25 phoenix kernel: intel_idle: v0.4 model 0x3A
Nov 21 15:41:25 phoenix kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
Nov 21 15:41:25 phoenix kernel: GHES: HEST is not enabled!
Nov 21 15:41:25 phoenix kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
Nov 21 15:41:25 phoenix kernel: 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Nov 21 15:41:25 phoenix kernel: Linux agpgart interface v0.103
Nov 21 15:41:25 phoenix kernel: rtc_cmos 00:02: RTC can wake from S4
Nov 21 15:41:25 phoenix kernel: rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
Nov 21 15:41:25 phoenix kernel: rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Nov 21 15:41:25 phoenix kernel: Intel P-state driver initializing.
Nov 21 15:41:25 phoenix kernel: ledtrig-cpu: registered to indicate activity on CPUs
Nov 21 15:41:25 phoenix kernel: NET: Registered protocol family 10
Nov 21 15:41:25 phoenix kernel: NET: Registered protocol family 17
Nov 21 15:41:25 phoenix kernel: Loading compiled-in X.509 certificates
Nov 21 15:41:25 phoenix kernel: registered taskstats version 1
Nov 21 15:41:25 phoenix kernel: zswap: loading zswap
Nov 21 15:41:25 phoenix kernel: zswap: using zbud pool
Nov 21 15:41:25 phoenix kernel: zswap: using lzo compressor
Nov 21 15:41:25 phoenix kernel:   Magic number: 7:164:667
Nov 21 15:41:25 phoenix kernel: rtc_cmos 00:02: setting system clock to 2015-11-21 04:41:19 UTC (1448080879)
Nov 21 15:41:25 phoenix kernel: PM: Hibernation image not present or could not be loaded.
Nov 21 15:41:25 phoenix kernel: Freeing unused kernel memory: 1180K (ffffffff818e8000 - ffffffff81a0f000)
Nov 21 15:41:25 phoenix kernel: Write protecting the kernel read-only data: 8192k
Nov 21 15:41:25 phoenix kernel: Freeing unused kernel memory: 520K (ffff88000157e000 - ffff880001600000)
Nov 21 15:41:25 phoenix kernel: Freeing unused kernel memory: 280K (ffff8800017ba000 - ffff880001800000)
Nov 21 15:41:25 phoenix kernel: random: systemd-tmpfile urandom read with 1 bits of entropy available
Nov 21 15:41:25 phoenix kernel: i8042: PNP: No PS/2 controller found. Probing ports directly.
Nov 21 15:41:25 phoenix kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Nov 21 15:41:25 phoenix kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Nov 21 15:41:25 phoenix kernel: ACPI: bus type USB registered
Nov 21 15:41:25 phoenix kernel: usbcore: registered new interface driver usbfs
Nov 21 15:41:25 phoenix kernel: usbcore: registered new interface driver hub
Nov 21 15:41:25 phoenix kernel: usbcore: registered new device driver usb
Nov 21 15:41:25 phoenix kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Nov 21 15:41:25 phoenix kernel: SCSI subsystem initialized
Nov 21 15:41:25 phoenix kernel: ehci-pci: EHCI PCI platform driver
Nov 21 15:41:25 phoenix kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
Nov 21 15:41:25 phoenix kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
Nov 21 15:41:25 phoenix kernel: ehci-pci 0000:00:1a.0: debug port 2
Nov 21 15:41:25 phoenix kernel: libata version 3.00 loaded.
Nov 21 15:41:25 phoenix kernel: ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
Nov 21 15:41:25 phoenix kernel: ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7c18000
Nov 21 15:41:25 phoenix kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Nov 21 15:41:25 phoenix kernel: hub 1-0:1.0: USB hub found
Nov 21 15:41:25 phoenix kernel: hub 1-0:1.0: 2 ports detected
Nov 21 15:41:25 phoenix kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
Nov 21 15:41:25 phoenix kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
Nov 21 15:41:25 phoenix kernel: ehci-pci 0000:00:1d.0: debug port 2
Nov 21 15:41:25 phoenix kernel: ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
Nov 21 15:41:25 phoenix kernel: ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7c17000
Nov 21 15:41:25 phoenix kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Nov 21 15:41:25 phoenix kernel: hub 2-0:1.0: USB hub found
Nov 21 15:41:25 phoenix kernel: hub 2-0:1.0: 2 ports detected
Nov 21 15:41:25 phoenix kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Nov 21 15:41:25 phoenix kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
Nov 21 15:41:25 phoenix kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007181 hci version 0x100 quirks 0x0000b930
Nov 21 15:41:25 phoenix kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Nov 21 15:41:25 phoenix kernel: hub 3-0:1.0: USB hub found
Nov 21 15:41:25 phoenix kernel: hub 3-0:1.0: 4 ports detected
Nov 21 15:41:25 phoenix kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Nov 21 15:41:25 phoenix kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
Nov 21 15:41:25 phoenix kernel: hub 4-0:1.0: USB hub found
Nov 21 15:41:25 phoenix kernel: hub 4-0:1.0: 4 ports detected
Nov 21 15:41:25 phoenix kernel: ahci 0000:00:1f.2: version 3.0
Nov 21 15:41:25 phoenix kernel: xhci_hcd 0000:07:00.0: xHCI Host Controller
Nov 21 15:41:25 phoenix kernel: xhci_hcd 0000:07:00.0: new USB bus registered, assigned bus number 5
Nov 21 15:41:25 phoenix kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
Nov 21 15:41:25 phoenix kernel: ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst 
Nov 21 15:41:25 phoenix kernel: scsi host0: ahci
Nov 21 15:41:25 phoenix kernel: scsi host1: ahci
Nov 21 15:41:25 phoenix kernel: scsi host2: ahci
Nov 21 15:41:25 phoenix kernel: scsi host3: ahci
Nov 21 15:41:25 phoenix kernel: scsi host4: ahci
Nov 21 15:41:25 phoenix kernel: scsi host5: ahci
Nov 21 15:41:25 phoenix kernel: ata1: SATA max UDMA/133 abar m2048@0xf7c16000 port 0xf7c16100 irq 26
Nov 21 15:41:25 phoenix kernel: ata2: SATA max UDMA/133 abar m2048@0xf7c16000 port 0xf7c16180 irq 26
Nov 21 15:41:25 phoenix kernel: ata3: SATA max UDMA/133 abar m2048@0xf7c16000 port 0xf7c16200 irq 26
Nov 21 15:41:25 phoenix kernel: ata4: SATA max UDMA/133 abar m2048@0xf7c16000 port 0xf7c16280 irq 26
Nov 21 15:41:25 phoenix kernel: ata5: SATA max UDMA/133 abar m2048@0xf7c16000 port 0xf7c16300 irq 26
Nov 21 15:41:25 phoenix kernel: ata6: SATA max UDMA/133 abar m2048@0xf7c16000 port 0xf7c16380 irq 26
Nov 21 15:41:25 phoenix kernel: ahci 0000:03:00.0: SSS flag set, parallel bus scan disabled
Nov 21 15:41:25 phoenix kernel: ahci 0000:03:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
Nov 21 15:41:25 phoenix kernel: ahci 0000:03:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs 
Nov 21 15:41:25 phoenix kernel: scsi host6: ahci
Nov 21 15:41:25 phoenix kernel: scsi host7: ahci
Nov 21 15:41:25 phoenix kernel: ata7: SATA max UDMA/133 abar m512@0xf7a00000 port 0xf7a00100 irq 27
Nov 21 15:41:25 phoenix kernel: ata8: SATA max UDMA/133 abar m512@0xf7a00000 port 0xf7a00180 irq 27
Nov 21 15:41:25 phoenix kernel: xhci_hcd 0000:07:00.0: hcc params 0x0200f180 hci version 0x96 quirks 0x00080000
Nov 21 15:41:25 phoenix kernel: hub 5-0:1.0: USB hub found
Nov 21 15:41:25 phoenix kernel: hub 5-0:1.0: 2 ports detected
Nov 21 15:41:25 phoenix kernel: xhci_hcd 0000:07:00.0: xHCI Host Controller
Nov 21 15:41:25 phoenix kernel: xhci_hcd 0000:07:00.0: new USB bus registered, assigned bus number 6
Nov 21 15:41:25 phoenix kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Nov 21 15:41:25 phoenix kernel: hub 6-0:1.0: USB hub found
Nov 21 15:41:25 phoenix kernel: hub 6-0:1.0: 2 ports detected
Nov 21 15:41:25 phoenix kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
Nov 21 15:41:25 phoenix kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci
Nov 21 15:41:25 phoenix kernel: usb 3-1: new full-speed USB device number 2 using xhci_hcd
Nov 21 15:41:25 phoenix kernel: ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Nov 21 15:41:25 phoenix kernel: ata3: SATA link down (SStatus 0 SControl 300)
Nov 21 15:41:25 phoenix kernel: ata6: SATA link down (SStatus 0 SControl 300)
Nov 21 15:41:25 phoenix kernel: ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Nov 21 15:41:25 phoenix kernel: ata4: SATA link down (SStatus 0 SControl 300)
Nov 21 15:41:25 phoenix kernel: ata5: SATA link down (SStatus 0 SControl 300)
Nov 21 15:41:25 phoenix kernel: ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Nov 21 15:41:25 phoenix kernel: ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Nov 21 15:41:25 phoenix kernel: ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Nov 21 15:41:25 phoenix kernel: ata2.00: ATA-7: SAMSUNG SP2504C, VT100-41, max UDMA7
Nov 21 15:41:25 phoenix kernel: ata2.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
Nov 21 15:41:25 phoenix kernel: ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Nov 21 15:41:25 phoenix kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Nov 21 15:41:25 phoenix kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Nov 21 15:41:25 phoenix kernel: ata1.00: ATAPI: HL-DT-ST BDDVDRW CH12LS28, 1.00, max UDMA/133
Nov 21 15:41:25 phoenix kernel: ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Nov 21 15:41:25 phoenix kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Nov 21 15:41:25 phoenix kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Nov 21 15:41:25 phoenix kernel: ata1.00: configured for UDMA/133
Nov 21 15:41:25 phoenix kernel: scsi 0:0:0:0: CD-ROM            HL-DT-ST BDDVDRW CH12LS28 1.00 PQ: 0 ANSI: 5
Nov 21 15:41:25 phoenix kernel: hub 1-1:1.0: USB hub found
Nov 21 15:41:25 phoenix kernel: hub 1-1:1.0: 6 ports detected
Nov 21 15:41:25 phoenix kernel: sr 0:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
Nov 21 15:41:25 phoenix kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Nov 21 15:41:25 phoenix kernel: sr 0:0:0:0: Attached scsi CD-ROM sr0
Nov 21 15:41:25 phoenix kernel: hub 2-1:1.0: USB hub found
Nov 21 15:41:25 phoenix kernel: hub 2-1:1.0: 8 ports detected
Nov 21 15:41:25 phoenix kernel: ata7: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Nov 21 15:41:25 phoenix kernel: hidraw: raw HID events driver (C) Jiri Kosina
Nov 21 15:41:25 phoenix kernel: usbcore: registered new interface driver usbhid
Nov 21 15:41:25 phoenix kernel: usbhid: USB HID core driver
Nov 21 15:41:25 phoenix kernel: input: Mad Catz Mad Catz R.A.T.7 Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/0003:0738:1708.0001/input/input2
Nov 21 15:41:25 phoenix kernel: hid-generic 0003:0738:1708.0001: input,hidraw0: USB HID v1.11 Mouse [Mad Catz Mad Catz R.A.T.7 Mouse] on usb-0000:00:14.0-1/input0
Nov 21 15:41:25 phoenix kernel: ata7.00: ATA-9: INTEL SSDSC2CT120A3, 300i, max UDMA/133
Nov 21 15:41:25 phoenix kernel: ata7.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
Nov 21 15:41:25 phoenix kernel: ata7.00: configured for UDMA/133
Nov 21 15:41:25 phoenix kernel: usb 3-2: new full-speed USB device number 3 using xhci_hcd
Nov 21 15:41:25 phoenix kernel: usb 2-1.6: new full-speed USB device number 3 using ehci-pci
Nov 21 15:41:25 phoenix kernel: tsc: Refined TSC clocksource calibration: 3400.023 MHz
Nov 21 15:41:25 phoenix kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x31026473058, max_idle_ns: 440795314252 ns
Nov 21 15:41:25 phoenix kernel: ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Nov 21 15:41:25 phoenix kernel: ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Nov 21 15:41:25 phoenix kernel: ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Nov 21 15:41:25 phoenix kernel: ata2.00: configured for UDMA/133
Nov 21 15:41:25 phoenix kernel: scsi 1:0:0:0: Direct-Access     ATA      SAMSUNG SP2504C  0-41 PQ: 0 ANSI: 5
Nov 21 15:41:25 phoenix kernel: scsi 6:0:0:0: Direct-Access     ATA      INTEL SSDSC2CT12 300i PQ: 0 ANSI: 5
Nov 21 15:41:25 phoenix kernel: sd 1:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
Nov 21 15:41:25 phoenix kernel: sd 6:0:0:0: [sdb] 234441648 512-byte logical blocks: (120 GB/111 GiB)
Nov 21 15:41:25 phoenix kernel: sd 1:0:0:0: [sda] Write Protect is off
Nov 21 15:41:25 phoenix kernel: sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
Nov 21 15:41:25 phoenix kernel: sd 6:0:0:0: [sdb] Write Protect is off
Nov 21 15:41:25 phoenix kernel: sd 6:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Nov 21 15:41:25 phoenix kernel: sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 21 15:41:25 phoenix kernel: sd 6:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 21 15:41:25 phoenix kernel:  sdb: sdb1 sdb2 sdb3
Nov 21 15:41:25 phoenix kernel: sd 6:0:0:0: [sdb] Attached SCSI disk
Nov 21 15:41:25 phoenix kernel: input: Cougar700k Cougar700k Gaming Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/0003:060B:700A.0002/input/input3
Nov 21 15:41:25 phoenix kernel:  sda: sda1 sda2 sda3
Nov 21 15:41:25 phoenix kernel: sd 1:0:0:0: [sda] Attached SCSI disk
Nov 21 15:41:25 phoenix kernel: hid-generic 0003:060B:700A.0002: input,hidraw1: USB HID v1.11 Keyboard [Cougar700k Cougar700k Gaming Keyboard] on usb-0000:00:14.0-2/input0
Nov 21 15:41:25 phoenix kernel: input: Cougar700k Cougar700k Gaming Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1/0003:060B:700A.0003/input/input4
Nov 21 15:41:25 phoenix kernel: hid-generic 0003:060B:700A.0003: input,hiddev0,hidraw2: USB HID v1.11 Mouse [Cougar700k Cougar700k Gaming Keyboard] on usb-0000:00:14.0-2/input1
Nov 21 15:41:25 phoenix kernel: hid-generic 0003:060B:700A.0004: hiddev0,hidraw3: USB HID v1.11 Device [Cougar700k Cougar700k Gaming Keyboard] on usb-0000:00:14.0-2/input2
Nov 21 15:41:25 phoenix kernel: usb 3-4: new high-speed USB device number 4 using xhci_hcd
Nov 21 15:41:25 phoenix kernel: usb-storage 3-4:1.0: USB Mass Storage device detected
Nov 21 15:41:25 phoenix kernel: scsi host8: usb-storage 3-4:1.0
Nov 21 15:41:25 phoenix kernel: usbcore: registered new interface driver usb-storage
Nov 21 15:41:25 phoenix kernel: usbcore: registered new interface driver uas
Nov 21 15:41:25 phoenix kernel: ata8: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Nov 21 15:41:25 phoenix kernel: ata8.00: ATA-8: ST2000DM001-1CH164, CC24, max UDMA/133
Nov 21 15:41:25 phoenix kernel: ata8.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
Nov 21 15:41:25 phoenix kernel: ata8.00: configured for UDMA/133
Nov 21 15:41:25 phoenix kernel: scsi 7:0:0:0: Direct-Access     ATA      ST2000DM001-1CH1 CC24 PQ: 0 ANSI: 5
Nov 21 15:41:25 phoenix kernel: sd 7:0:0:0: [sdc] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
Nov 21 15:41:25 phoenix kernel: sd 7:0:0:0: [sdc] 4096-byte physical blocks
Nov 21 15:41:25 phoenix kernel: sd 7:0:0:0: [sdc] Write Protect is off
Nov 21 15:41:25 phoenix kernel: sd 7:0:0:0: [sdc] Mode Sense: 00 3a 00 00
Nov 21 15:41:25 phoenix kernel: sd 7:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 21 15:41:25 phoenix kernel:  sdc: sdc1 sdc2 sdc3
Nov 21 15:41:25 phoenix kernel: sd 7:0:0:0: [sdc] Attached SCSI disk
Nov 21 15:41:25 phoenix kernel: clocksource: Switched to clocksource tsc
Nov 21 15:41:25 phoenix kernel: EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
Nov 21 15:41:25 phoenix kernel: random: nonblocking pool is initialized
Nov 21 15:41:25 phoenix kernel: scsi 8:0:0:0: Direct-Access     Lexar    USB Flash Drive  8.07 PQ: 0 ANSI: 4
Nov 21 15:41:25 phoenix kernel: sd 8:0:0:0: [sdd] 15659008 512-byte logical blocks: (8.01 GB/7.46 GiB)
Nov 21 15:41:25 phoenix kernel: sd 8:0:0:0: [sdd] Write Protect is off
Nov 21 15:41:25 phoenix kernel: sd 8:0:0:0: [sdd] Mode Sense: 23 00 00 00
Nov 21 15:41:25 phoenix kernel: sd 8:0:0:0: [sdd] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Nov 21 15:41:25 phoenix kernel:  sdd: sdd1
Nov 21 15:41:25 phoenix kernel: sd 8:0:0:0: [sdd] Attached SCSI removable disk
Nov 21 15:41:25 phoenix kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
Nov 21 15:41:25 phoenix systemd[1]: systemd 227 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN)
Nov 21 15:41:25 phoenix systemd[1]: Detected architecture x86-64.
Nov 21 15:41:25 phoenix systemd[1]: Set hostname to <phoenix>.
Nov 21 15:41:25 phoenix systemd[1]: Reached target Remote File Systems.
Nov 21 15:41:25 phoenix systemd[1]: Listening on LVM2 metadata daemon socket.
Nov 21 15:41:25 phoenix systemd[1]: Reached target Encrypted Volumes.
Nov 21 15:41:25 phoenix systemd[1]: Listening on udev Kernel Socket.
Nov 21 15:41:25 phoenix systemd[1]: Listening on Journal Socket (/dev/log).
Nov 21 15:41:25 phoenix systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
Nov 21 15:41:25 phoenix systemd[1]: Created slice User and Session Slice.
Nov 21 15:41:25 phoenix systemd[1]: Listening on Device-mapper event daemon FIFOs.
Nov 21 15:41:25 phoenix systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Nov 21 15:41:25 phoenix systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Nov 21 15:41:25 phoenix systemd[1]: Created slice System Slice.
Nov 21 15:41:25 phoenix systemd[1]: Reached target Slices.
Nov 21 15:41:25 phoenix systemd[1]: Created slice system-systemd\x2dfsck.slice.
Nov 21 15:41:25 phoenix systemd[1]: Listening on udev Control Socket.
Nov 21 15:41:25 phoenix systemd[1]: Created slice system-getty.slice.
Nov 21 15:41:25 phoenix systemd[1]: Created slice system-dhcpcd.slice.
Nov 21 15:41:25 phoenix systemd[1]: Listening on Journal Socket.
Nov 21 15:41:25 phoenix systemd[1]: Starting Journal Service...
Nov 21 15:41:25 phoenix systemd[1]: Mounting Debug File System...
Nov 21 15:41:25 phoenix systemd[1]: Mounting POSIX Message Queue File System...
Nov 21 15:41:25 phoenix systemd[1]: Starting Setup Virtual Console...
Nov 21 15:41:25 phoenix systemd[1]: Starting Remount Root and Kernel File Systems...
Nov 21 15:41:25 phoenix systemd[1]: Starting Create list of required static device nodes for the current kernel...
Nov 21 15:41:25 phoenix systemd[1]: Mounting Temporary Directory...
Nov 21 15:41:25 phoenix systemd[1]: Mounting Configuration File System...
Nov 21 15:41:25 phoenix systemd[1]: Starting Apply Kernel Variables...
Nov 21 15:41:25 phoenix systemd[1]: Mounting Huge Pages File System...
Nov 21 15:41:25 phoenix systemd[1]: Reached target Paths.
Nov 21 15:41:25 phoenix systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Nov 21 15:41:25 phoenix systemd[1]: Started Create list of required static device nodes for the current kernel.
Nov 21 15:41:25 phoenix systemd[1]: Started Setup Virtual Console.
Nov 21 15:41:25 phoenix systemd[1]: Mounted POSIX Message Queue File System.
Nov 21 15:41:25 phoenix systemd[1]: Mounted Debug File System.
Nov 21 15:41:25 phoenix kernel: EXT4-fs (sda3): re-mounted. Opts: data=ordered
Nov 21 15:41:25 phoenix systemd[1]: Mounted Configuration File System.
Nov 21 15:41:25 phoenix systemd[1]: Mounted Huge Pages File System.
Nov 21 15:41:25 phoenix systemd[1]: Mounted Temporary Directory.
Nov 21 15:41:25 phoenix systemd[1]: Started Remount Root and Kernel File Systems.
Nov 21 15:41:25 phoenix systemd[1]: Starting Load/Save Random Seed...
Nov 21 15:41:25 phoenix systemd[1]: Starting udev Coldplug all Devices...
Nov 21 15:41:25 phoenix systemd[1]: Starting Create Static Device Nodes in /dev...
Nov 21 15:41:25 phoenix systemd[1]: Started Load/Save Random Seed.
Nov 21 15:41:25 phoenix systemd[1]: Started udev Coldplug all Devices.
Nov 21 15:41:25 phoenix systemd[1]: Started Apply Kernel Variables.
Nov 21 15:41:25 phoenix systemd[1]: Started Create Static Device Nodes in /dev.
Nov 21 15:41:25 phoenix systemd[1]: Starting udev Kernel Device Manager...
Nov 21 15:41:25 phoenix systemd[1]: Reached target Local File Systems (Pre).
Nov 21 15:41:25 phoenix systemd-journald[165]: Journal started
Nov 21 15:41:25 phoenix systemd[1]: Starting Flush Journal to Persistent Storage...
Nov 21 15:41:26 phoenix systemd[1]: Started Journal Service.
Nov 21 15:41:31 phoenix kernel: EDAC MC: Ver: 3.0.0
Nov 21 15:41:31 phoenix kernel: ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Nov 21 15:41:31 phoenix kernel: acpi device:42: registered as cooling_device4
Nov 21 15:41:31 phoenix kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5
Nov 21 15:41:31 phoenix kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6
Nov 21 15:41:31 phoenix kernel: ACPI: Power Button [PWRB]
Nov 21 15:41:31 phoenix kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
Nov 21 15:41:31 phoenix kernel: ACPI: Power Button [PWRF]
Nov 21 15:41:31 phoenix kernel: ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20150619/utaddress-254)
Nov 21 15:41:31 phoenix kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Nov 21 15:41:31 phoenix kernel: ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\GPR2) (20150619/utaddress-254)
Nov 21 15:41:31 phoenix kernel: ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150619/utaddress-254)
Nov 21 15:41:31 phoenix kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Nov 21 15:41:31 phoenix kernel: ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\GPR2) (20150619/utaddress-254)
Nov 21 15:41:31 phoenix kernel: ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150619/utaddress-254)
Nov 21 15:41:31 phoenix kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Nov 21 15:41:31 phoenix kernel: ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\GPR2) (20150619/utaddress-254)
Nov 21 15:41:31 phoenix kernel: ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150619/utaddress-254)
Nov 21 15:41:31 phoenix kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Nov 21 15:41:31 phoenix kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
Nov 21 15:41:31 phoenix kernel: wmi: Mapper loaded
Nov 21 15:41:31 phoenix kernel: [drm] Initialized drm 1.1.0 20060810
Nov 21 15:41:31 phoenix kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Nov 21 15:41:31 phoenix kernel: ACPI Warning: SystemIO range 0x000000000000F040-0x000000000000F05F conflicts with OpRegion 0x000000000000F040-0x000000000000F04F (\_SB_.PCI0.SBUS.SMBI) (20150619/utaddress-254)
Nov 21 15:41:31 phoenix kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Nov 21 15:41:31 phoenix kernel: [drm] Memory usable by graphics device = 2048M
Nov 21 15:41:31 phoenix kernel: checking generic (e9000000 7f0000) vs hw (d0000000 10000000)
Nov 21 15:41:31 phoenix kernel: [drm] Replacing VGA console driver
Nov 21 15:41:31 phoenix kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Nov 21 15:41:31 phoenix kernel: [drm] Driver supports precise vblank timestamp query.
Nov 21 15:41:31 phoenix kernel: [drm] Initialized i915 1.6.0 20150522 for 0000:00:02.0 on minor 0
Nov 21 15:41:31 phoenix kernel: [drm] GMBUS [i915 gmbus dpc] timed out, falling back to bit banging on pin 4
Nov 21 15:41:31 phoenix kernel: i915 0000:00:02.0: No connectors reported connected with modes
Nov 21 15:41:31 phoenix kernel: [drm] Cannot find any crtc or sizes - going 1024x768
Nov 21 15:41:31 phoenix kernel: checking generic (e9000000 7f0000) vs hw (d0000000 10000000)
Nov 21 15:41:31 phoenix kernel: i915 0000:00:02.0: fb1: inteldrmfb frame buffer device
Nov 21 15:41:31 phoenix kernel: i915 0000:00:02.0: registered panic notifier
Nov 21 15:41:31 phoenix kernel: pps_core: LinuxPPS API ver. 1 registered
Nov 21 15:41:31 phoenix kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Nov 21 15:41:31 phoenix kernel: input: PC Speaker as /devices/platform/pcspkr/input/input8
Nov 21 15:41:31 phoenix kernel: PTP clock support registered
Nov 21 15:41:31 phoenix kernel: tg3.c:v3.137 (May 11, 2014)
Nov 21 15:41:31 phoenix kernel: tg3 0000:04:00.0 eth0: Tigon3 [partno(BCM57781) rev 57785100] (PCI Express) MAC address bc:5f:f4:85:78:f0
Nov 21 15:41:31 phoenix kernel: tg3 0000:04:00.0 eth0: attached PHY is 57765 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
Nov 21 15:41:31 phoenix kernel: tg3 0000:04:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
Nov 21 15:41:31 phoenix kernel: tg3 0000:04:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
Nov 21 15:41:31 phoenix kernel: AVX version of gcm_enc/dec engaged.
Nov 21 15:41:31 phoenix kernel: AES CTR mode by8 optimization enabled
Nov 21 15:41:31 phoenix kernel: nvidia: module license 'NVIDIA' taints kernel.
Nov 21 15:41:31 phoenix kernel: Disabling lock debugging due to kernel taint
Nov 21 15:41:31 phoenix kernel: vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
Nov 21 15:41:31 phoenix kernel: NVLINK: Nvlink Core is being initialized, major device number 244
Nov 21 15:41:31 phoenix kernel: [drm] Initialized nvidia-drm 0.0.0 20150116 for 0000:01:00.0 on minor 1
Nov 21 15:41:31 phoenix kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  355.11  Wed Aug 26 16:35:41 PDT 2015
Nov 21 15:41:31 phoenix kernel: mousedev: PS/2 mouse device common for all mice
Nov 21 15:41:31 phoenix kernel: input: Microsoft X-Box One pad as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/input/input10
Nov 21 15:41:31 phoenix kernel: usbcore: registered new interface driver xpad
Nov 21 15:41:26 phoenix systemd[1]: Started udev Kernel Device Manager.
Nov 21 15:41:29 phoenix mtp-probe[232]: checking bus 2, device 3: "/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6"
Nov 21 15:41:31 phoenix systemd[1]: Started Flush Journal to Persistent Storage.
Nov 21 15:41:29 phoenix mtp-probe[229]: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2"
Nov 21 15:41:31 phoenix systemd[1]: Found device SAMSUNG_SP2504C 1.
Nov 21 15:41:29 phoenix mtp-probe[231]: checking bus 3, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4"
Nov 21 15:41:31 phoenix systemd[1]: Starting File System Check on /dev/sda1...
Nov 21 15:41:29 phoenix mtp-probe[230]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1"
Nov 21 15:41:29 phoenix mtp-probe[230]: bus: 3, device: 2 was not an MTP device
Nov 21 15:41:29 phoenix mtp-probe[231]: bus: 3, device: 4 was not an MTP device
Nov 21 15:41:29 phoenix mtp-probe[229]: bus: 3, device: 3 was not an MTP device
Nov 21 15:41:29 phoenix mtp-probe[232]: bus: 2, device: 3 was not an MTP device
Nov 21 15:41:31 phoenix systemd[1]: Created slice system-systemd\x2dbacklight.slice.
Nov 21 15:41:31 phoenix systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
Nov 21 15:41:31 phoenix kernel: tg3 0000:04:00.0 enp4s0: renamed from eth0
Nov 21 15:41:31 phoenix systemd[1]: Found device NetLink BCM57781 Gigabit Ethernet PCIe (Z77 Extreme4 motherboard).
Nov 21 15:41:31 phoenix kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Nov 21 15:41:31 phoenix kernel: snd_hda_intel 0000:01:00.1: Handle VGA-switcheroo audio client
Nov 21 15:41:31 phoenix kernel: snd_hda_intel 0000:02:00.0: Disabling MSI
Nov 21 15:41:31 phoenix kernel: snd_hda_intel 0000:02:00.0: Force to non-snoop mode
Nov 21 15:41:31 phoenix kernel: iTCO_vendor_support: vendor-support=0
Nov 21 15:41:31 phoenix kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Nov 21 15:41:31 phoenix kernel: iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
Nov 21 15:41:31 phoenix kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Nov 21 15:41:31 phoenix kernel: intel_rapl: Found RAPL domain package
Nov 21 15:41:31 phoenix kernel: intel_rapl: Found RAPL domain core
Nov 21 15:41:31 phoenix kernel: intel_rapl: Found RAPL domain uncore
Nov 21 15:41:31 phoenix systemd[1]: Found device SAMSUNG_SP2504C 2.
Nov 21 15:41:31 phoenix systemd[1]: Activating swap /dev/sda2...
Nov 21 15:41:31 phoenix kernel: snd_hda_codec_cmedia hdaudioC2D1: autoconfig for CMI8888: line_outs=4 (0xc/0xe/0xd/0xf/0x0) type:line
Nov 21 15:41:31 phoenix kernel: snd_hda_codec_cmedia hdaudioC2D1:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Nov 21 15:41:31 phoenix kernel: snd_hda_codec_cmedia hdaudioC2D1:    hp_outs=1 (0x10/0x0/0x0/0x0/0x0)
Nov 21 15:41:31 phoenix kernel: snd_hda_codec_cmedia hdaudioC2D1:    mono: mono_out=0x0
Nov 21 15:41:31 phoenix kernel: snd_hda_codec_cmedia hdaudioC2D1:    dig-out=0x14/0x0
Nov 21 15:41:31 phoenix kernel: snd_hda_codec_cmedia hdaudioC2D1:    inputs:
Nov 21 15:41:31 phoenix kernel: snd_hda_codec_cmedia hdaudioC2D1:      Mic=0x12
Nov 21 15:41:31 phoenix kernel: snd_hda_codec_cmedia hdaudioC2D1:      Line=0x15
Nov 21 15:41:31 phoenix kernel: snd_hda_codec_cmedia hdaudioC2D1:      Aux=0x13
Nov 21 15:41:31 phoenix kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC898: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
Nov 21 15:41:31 phoenix kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Nov 21 15:41:31 phoenix kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Nov 21 15:41:31 phoenix kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Nov 21 15:41:31 phoenix kernel: snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
Nov 21 15:41:31 phoenix kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Nov 21 15:41:31 phoenix kernel: snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
Nov 21 15:41:31 phoenix kernel: snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
Nov 21 15:41:31 phoenix kernel: snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
Nov 21 15:41:31 phoenix kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
Nov 21 15:41:31 phoenix kernel: input: HDA C-Media Mic as /devices/pci0000:00/0000:00:1c.0/0000:02:00.0/sound/card2/input12
Nov 21 15:41:31 phoenix kernel: input: HDA C-Media Line as /devices/pci0000:00/0000:00:1c.0/0000:02:00.0/sound/card2/input13
Nov 21 15:41:31 phoenix kernel: input: HDA C-Media Line Out Front as /devices/pci0000:00/0000:00:1c.0/0000:02:00.0/sound/card2/input14
Nov 21 15:41:31 phoenix kernel: input: HDA C-Media Line Out Surround as /devices/pci0000:00/0000:00:1c.0/0000:02:00.0/sound/card2/input15
Nov 21 15:41:31 phoenix kernel: input: HDA C-Media Line Out CLFE as /devices/pci0000:00/0000:00:1c.0/0000:02:00.0/sound/card2/input19
Nov 21 15:41:31 phoenix kernel: input: HDA C-Media Line Out Side as /devices/pci0000:00/0000:00:1c.0/0000:02:00.0/sound/card2/input24
Nov 21 15:41:31 phoenix kernel: input: HDA C-Media Front Headphone as /devices/pci0000:00/0000:00:1c.0/0000:02:00.0/sound/card2/input25
Nov 21 15:41:31 phoenix kernel: input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
Nov 21 15:41:31 phoenix kernel: input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
Nov 21 15:41:31 phoenix kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
Nov 21 15:41:31 phoenix kernel: input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input20
Nov 21 15:41:31 phoenix kernel: input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input21
Nov 21 15:41:31 phoenix kernel: input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input22
Nov 21 15:41:31 phoenix kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input23
Nov 21 15:41:31 phoenix kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input26
Nov 21 15:41:31 phoenix kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input27
Nov 21 15:41:32 phoenix kernel: Adding 4194300k swap on /dev/sda2.  Priority:-1 extents:1 across:4194300k FS
Nov 21 15:41:32 phoenix systemd[1]: Activated swap /dev/sda2.
Nov 21 15:41:32 phoenix systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:acpi_video0.
Nov 21 15:41:32 phoenix systemd[1]: Reached target Swap.
Nov 21 15:41:32 phoenix systemd[1]: Reached target Sound Card.
Nov 21 15:41:32 phoenix kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input28
Nov 21 15:41:32 phoenix kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input29
Nov 21 15:41:32 phoenix kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input30
Nov 21 15:41:32 phoenix kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input31
Nov 21 15:41:32 phoenix systemd-udevd[211]: Process '/usr/bin/alsactl restore 1' failed with exit code 99.
Nov 21 15:41:32 phoenix systemd-udevd[208]: Process '/usr/bin/alsactl restore 0' failed with exit code 99.
Nov 21 15:41:32 phoenix systemd-fsck[277]: /dev/sda1: clean, 363/131072 files, 41084/524288 blocks
Nov 21 15:41:32 phoenix systemd[1]: Started File System Check on /dev/sda1.
Nov 21 15:41:32 phoenix systemd[1]: boot.mount: Directory /boot to mount over is not empty, mounting anyway.
Nov 21 15:41:32 phoenix systemd[1]: Mounting /boot...
Nov 21 15:41:32 phoenix kernel: EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem
Nov 21 15:41:32 phoenix systemd[1]: Mounted /boot.
Nov 21 15:41:32 phoenix kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
Nov 21 15:41:32 phoenix systemd[1]: Reached target Local File Systems.
Nov 21 15:41:32 phoenix systemd[1]: Starting Create Volatile Files and Directories...
Nov 21 15:41:33 phoenix systemd[1]: Started Create Volatile Files and Directories.
Nov 21 15:41:33 phoenix systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Nov 21 15:41:33 phoenix systemd[1]: Starting Network Time Synchronization...
Nov 21 15:41:33 phoenix systemd[1]: Started Update UTMP about System Boot/Shutdown.
Nov 21 15:41:33 phoenix systemd[1]: Started Network Time Synchronization.
Nov 21 15:41:33 phoenix systemd[1]: Reached target System Time Synchronized.
Nov 21 15:41:33 phoenix systemd[1]: Reached target System Initialization.
Nov 21 15:41:33 phoenix systemd[1]: Started Daily Cleanup of Temporary Directories.
Nov 21 15:41:33 phoenix systemd[1]: Listening on D-Bus System Message Bus Socket.
Nov 21 15:41:33 phoenix systemd[1]: Reached target Sockets.
Nov 21 15:41:33 phoenix systemd[1]: Reached target Basic System.
Nov 21 15:41:33 phoenix systemd[1]: Started D-Bus System Message Bus.
Nov 21 15:41:34 phoenix systemd[1]: Starting Permit User Sessions...
Nov 21 15:41:34 phoenix systemd[1]: Starting Initialize hardware monitoring sensors...
Nov 21 15:41:34 phoenix systemd[1]: Starting SSH Key Generation...
Nov 21 15:41:34 phoenix systemd[1]: Starting dhcpcd on enp4s0...
Nov 21 15:41:34 phoenix systemd[1]: Starting Save/Restore Sound Card State...
Nov 21 15:41:34 phoenix systemd[1]: Starting Login Service...
Nov 21 15:41:34 phoenix systemd[1]: Starting Network Manager...
Nov 21 15:41:34 phoenix systemd[1]: Started Daily man-db cache update.
Nov 21 15:41:34 phoenix systemd[1]: Started Daily rotation of log files.
Nov 21 15:41:34 phoenix systemd[1]: Started Daily verification of password and group files.
Nov 21 15:41:34 phoenix systemd[1]: Reached target Timers.
Nov 21 15:41:34 phoenix systemd[1]: Started Save/Restore Sound Card State.
Nov 21 15:41:34 phoenix systemd[1]: Started Permit User Sessions.
Nov 21 15:41:34 phoenix systemd[1]: Started Getty on tty1.
Nov 21 15:41:34 phoenix systemd[1]: Reached target Login Prompts.
Nov 21 15:41:34 phoenix kernel: nct6775: Found NCT6776D/F or compatible chip at 0x2e:0x290
Nov 21 15:41:34 phoenix systemd[1]: Started Login Service.
Nov 21 15:41:34 phoenix systemd-logind[366]: New seat seat0.
Nov 21 15:41:34 phoenix systemd-logind[366]: Watching system buttons on /dev/input/event5 (Power Button)
Nov 21 15:41:34 phoenix systemd-logind[366]: Watching system buttons on /dev/input/event3 (Video Bus)
Nov 21 15:41:34 phoenix systemd-logind[366]: Watching system buttons on /dev/input/event4 (Power Button)
Nov 21 15:41:34 phoenix dhcpcd[364]: enp4s0: adding address fe80::1a5b:a8c6:1a24:d5a4
Nov 21 15:41:34 phoenix systemd[1]: Started Initialize hardware monitoring sensors.
Nov 21 15:41:34 phoenix systemd[1]: Started Start fan control, if configured.
Nov 21 15:41:34 phoenix systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Nov 21 15:41:34 phoenix systemd[1]: Started SSH Key Generation.
Nov 21 15:41:35 phoenix fancontrol[395]: Loading configuration from /etc/fancontrol ...
Nov 21 15:41:35 phoenix fancontrol[395]: Common settings:
Nov 21 15:41:35 phoenix fancontrol[395]: INTERVAL=10
Nov 21 15:41:35 phoenix dhcpcd[364]: enp4s0: waiting for carrier
Nov 21 15:41:35 phoenix kernel: IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
Nov 21 15:41:35 phoenix fancontrol[395]: Settings for hwmon1/pwm2:
Nov 21 15:41:35 phoenix fancontrol[395]: Depends on hwmon0/device/temp1_input
Nov 21 15:41:35 phoenix fancontrol[395]: Controls
Nov 21 15:41:35 phoenix fancontrol[395]: MINTEMP=50
Nov 21 15:41:35 phoenix fancontrol[395]: MAXTEMP=65
Nov 21 15:41:35 phoenix fancontrol[395]: MINSTART=150
Nov 21 15:41:35 phoenix fancontrol[395]: MINSTOP=100
Nov 21 15:41:35 phoenix fancontrol[395]: MINPWM=0
Nov 21 15:41:35 phoenix fancontrol[395]: MAXPWM=255
Nov 21 15:41:35 phoenix fancontrol[395]: Adjusing hwmon0/device/temp1_input -> hwmon0/temp1_input
Nov 21 15:41:35 phoenix fancontrol[395]: Enabling PWM on fans...
Nov 21 15:41:35 phoenix fancontrol[395]: Starting automatic fan control...
Nov 21 15:41:35 phoenix NetworkManager[367]: <info>  NetworkManager (version 1.0.7) is starting...
Nov 21 15:41:35 phoenix NetworkManager[367]: <info>  Read config: /etc/NetworkManager/NetworkManager.conf
Nov 21 15:41:35 phoenix systemd[1]: Started Network Manager.
Nov 21 15:41:36 phoenix NetworkManager[367]: <info>  Loaded settings plugin keyfile: (c) 2007 - 2015 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
Nov 21 15:41:36 phoenix NetworkManager[367]: <info>  keyfile: new connection /etc/NetworkManager/system-connections/client (39479daf-763b-4472-a8ac-b119bfe0c618,"dektech")
Nov 21 15:41:36 phoenix NetworkManager[367]: <info>  keyfile: new connection /etc/NetworkManager/system-connections/Wired connection 1 (dfaf6f77-5fda-4e59-8594-7fd7602797d3,"Wired connection 1")
Nov 21 15:41:36 phoenix NetworkManager[367]: <info>  monitoring kernel firmware directory '/usr/lib/firmware'.
Nov 21 15:41:36 phoenix NetworkManager[367]: <info>  WiFi hardware radio set enabled
Nov 21 15:41:36 phoenix NetworkManager[367]: <info>  WWAN hardware radio set enabled
Nov 21 15:41:36 phoenix NetworkManager[367]: <info>  Loaded device plugin: NMVxlanFactory (internal)
Nov 21 15:41:36 phoenix NetworkManager[367]: <info>  Loaded device plugin: NMVlanFactory (internal)
Nov 21 15:41:36 phoenix NetworkManager[367]: <info>  Loaded device plugin: NMVethFactory (internal)
Nov 21 15:41:36 phoenix NetworkManager[367]: <info>  Loaded device plugin: NMTunFactory (internal)
Nov 21 15:41:36 phoenix NetworkManager[367]: <info>  Loaded device plugin: NMMacvlanFactory (internal)
Nov 21 15:41:36 phoenix NetworkManager[367]: <info>  Loaded device plugin: NMInfinibandFactory (internal)
Nov 21 15:41:36 phoenix NetworkManager[367]: <info>  Loaded device plugin: NMGreFactory (internal)
Nov 21 15:41:36 phoenix NetworkManager[367]: <info>  Loaded device plugin: NMEthernetFactory (internal)
Nov 21 15:41:36 phoenix NetworkManager[367]: <info>  Loaded device plugin: NMBridgeFactory (internal)
Nov 21 15:41:36 phoenix NetworkManager[367]: <info>  Loaded device plugin: NMBondFactory (internal)
Nov 21 15:41:36 phoenix NetworkManager[367]: <info>  Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/libnm-device-plugin-team.so)
Nov 21 15:41:36 phoenix NetworkManager[367]: <info>  Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/libnm-device-plugin-wifi.so)
Nov 21 15:41:36 phoenix NetworkManager[367]: <info>  Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/libnm-device-plugin-wwan.so)
Nov 21 15:41:36 phoenix NetworkManager[367]: <info>  Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/libnm-device-plugin-bluetooth.so)
Nov 21 15:41:36 phoenix NetworkManager[367]: <info>  Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/libnm-device-plugin-adsl.so)
Nov 21 15:41:36 phoenix NetworkManager[367]: <info>  WiFi enabled by radio killswitch; enabled by state file
Nov 21 15:41:36 phoenix NetworkManager[367]: <info>  WWAN enabled by radio killswitch; enabled by state file
Nov 21 15:41:36 phoenix NetworkManager[367]: <info>  WiMAX enabled by radio killswitch; enabled by state file
Nov 21 15:41:36 phoenix NetworkManager[367]: <info>  Networking is enabled by state file
Nov 21 15:41:36 phoenix NetworkManager[367]: <info>  (enp4s0): new Ethernet device (carrier: OFF, driver: 'tg3', ifindex: 2)
Nov 21 15:41:36 phoenix NetworkManager[367]: <info>  (enp4s0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Nov 21 15:41:36 phoenix NetworkManager[367]: <info>  (lo): link connected
Nov 21 15:41:36 phoenix NetworkManager[367]: <info>  (lo): new Generic device (carrier: ON, driver: 'unknown', ifindex: 1)
Nov 21 15:41:36 phoenix kernel: IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
Nov 21 15:41:36 phoenix dbus[359]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
Nov 21 15:41:36 phoenix dbus[359]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service'
Nov 21 15:41:36 phoenix systemd[1]: Starting WPA supplicant...
Nov 21 15:41:36 phoenix systemd[1]: Starting Authorization Manager...
Nov 21 15:41:36 phoenix dbus[359]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Nov 21 15:41:36 phoenix systemd[1]: Started WPA supplicant.
Nov 21 15:41:36 phoenix NetworkManager[367]: <info>  wpa_supplicant running
Nov 21 15:41:36 phoenix polkitd[535]: Started polkitd version 0.113
Nov 21 15:41:36 phoenix polkitd[535]: Loading rules from directory /etc/polkit-1/rules.d
Nov 21 15:41:36 phoenix polkitd[535]: Loading rules from directory /usr/share/polkit-1/rules.d
Nov 21 15:41:36 phoenix kernel: tg3 0000:04:00.0 enp4s0: Link is up at 100 Mbps, full duplex
Nov 21 15:41:36 phoenix kernel: tg3 0000:04:00.0 enp4s0: Flow control is on for TX and on for RX
Nov 21 15:41:36 phoenix kernel: tg3 0000:04:00.0 enp4s0: EEE is disabled
Nov 21 15:41:36 phoenix kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0: link becomes ready
Nov 21 15:41:36 phoenix dhcpcd[364]: enp4s0: carrier acquired
Nov 21 15:41:36 phoenix NetworkManager[367]: <info>  (enp4s0): link connected
Nov 21 15:41:36 phoenix dhcpcd[364]: enp4s0: adding address fe80::1a5b:a8c6:1a24:d5a4
Nov 21 15:41:36 phoenix NetworkManager[367]: <info>  (enp4s0): device state change: unavailable -> disconnected (reason 'carrier-changed') [20 30 40]
Nov 21 15:41:36 phoenix NetworkManager[367]: <info>  Auto-activating connection 'Wired connection 1'.
Nov 21 15:41:36 phoenix NetworkManager[367]: <info>  (enp4s0): Activation: starting connection 'Wired connection 1' (dfaf6f77-5fda-4e59-8594-7fd7602797d3)
Nov 21 15:41:36 phoenix NetworkManager[367]: <info>  (enp4s0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Nov 21 15:41:36 phoenix NetworkManager[367]: <info>  NetworkManager state is now CONNECTING
Nov 21 15:41:36 phoenix NetworkManager[367]: <info>  (enp4s0): device state change: prepare -> config (reason 'none') [40 50 0]
Nov 21 15:41:36 phoenix NetworkManager[367]: <info>  (enp4s0): device state change: config -> ip-config (reason 'none') [50 70 0]
Nov 21 15:41:37 phoenix NetworkManager[367]: <info>  Activation (enp4s0) Beginning DHCPv4 transaction (timeout in 45 seconds)
Nov 21 15:41:37 phoenix polkitd[535]: Finished loading, compiling and executing 2 rules
Nov 21 15:41:37 phoenix dbus[359]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Nov 21 15:41:37 phoenix systemd[1]: Started Authorization Manager.
Nov 21 15:41:37 phoenix polkitd[535]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Nov 21 15:41:37 phoenix dhcpcd[364]: DUID 00:01:00:01:1d:34:54:b7:bc:5f:f4:85:78:f0
Nov 21 15:41:37 phoenix dhcpcd[364]: enp4s0: IAID f4:85:78:f0
Nov 21 15:41:37 phoenix NetworkManager[367]: <info>  dhclient started with pid 543
Nov 21 15:41:37 phoenix dhcpcd[364]: enp4s0: rebinding lease of 192.168.1.6
Nov 21 15:41:37 phoenix dhcpcd[364]: enp4s0: probing static address 192.168.1.6/24
Nov 21 15:41:37 phoenix dhclient[543]: DHCPREQUEST on enp4s0 to 255.255.255.255 port 67
Nov 21 15:41:37 phoenix dhclient[543]: DHCPACK from 192.168.1.1
Nov 21 15:41:37 phoenix NetworkManager[367]: <info>    address 192.168.1.6
Nov 21 15:41:37 phoenix NetworkManager[367]: <info>    plen 24 (255.255.255.0)
Nov 21 15:41:37 phoenix NetworkManager[367]: <info>    gateway 192.168.1.1
Nov 21 15:41:37 phoenix NetworkManager[367]: <info>    server identifier 192.168.1.1
Nov 21 15:41:37 phoenix NetworkManager[367]: <info>    lease time 86400
Nov 21 15:41:37 phoenix NetworkManager[367]: <info>    nameserver '192.168.1.1'
Nov 21 15:41:37 phoenix NetworkManager[367]: <info>    domain name 'Home'
Nov 21 15:41:37 phoenix NetworkManager[367]: <info>  (enp4s0): DHCPv4 state changed unknown -> bound
Nov 21 15:41:37 phoenix NetworkManager[367]: <info>  (enp4s0): device state change: ip-config -> ip-check (reason 'none') [70 80 0]
Nov 21 15:41:37 phoenix NetworkManager[367]: <info>  (enp4s0): device state change: ip-check -> secondaries (reason 'none') [80 90 0]
Nov 21 15:41:37 phoenix NetworkManager[367]: <info>  (enp4s0): device state change: secondaries -> activated (reason 'none') [90 100 0]
Nov 21 15:41:37 phoenix NetworkManager[367]: <info>  NetworkManager state is now CONNECTED_LOCAL
Nov 21 15:41:37 phoenix dhclient[543]: bound to 192.168.1.6 -- renewal in 40373 seconds.
Nov 21 15:41:37 phoenix NetworkManager[367]: <info>  NetworkManager state is now CONNECTED_GLOBAL
Nov 21 15:41:37 phoenix NetworkManager[367]: <info>  Policy set 'Wired connection 1' (enp4s0) as default for IPv4 routing and DNS.
Nov 21 15:41:37 phoenix NetworkManager[367]: <info>  Writing DNS information to /usr/bin/resolvconf
Nov 21 15:41:37 phoenix NetworkManager[367]: <info>  (enp4s0): Activation: successful, device activated.
Nov 21 15:41:37 phoenix dbus[359]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
Nov 21 15:41:37 phoenix systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 21 15:41:37 phoenix dbus[359]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 21 15:41:37 phoenix systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 21 15:41:38 phoenix dhcpcd[364]: enp4s0: soliciting an IPv6 router
Nov 21 15:41:42 phoenix NetworkManager[367]: <info>  startup complete
Nov 21 15:41:42 phoenix dhcpcd[364]: enp4s0: leased 192.168.1.6 for 86400 seconds
Nov 21 15:41:42 phoenix dhcpcd[364]: enp4s0: adding route to 192.168.1.0/24
Nov 21 15:41:42 phoenix dhcpcd[364]: enp4s0: adding default route via 192.168.1.1
Nov 21 15:41:42 phoenix dhcpcd[364]: forked to background, child pid 633
Nov 21 15:41:42 phoenix systemd[1]: Started dhcpcd on enp4s0.
Nov 21 15:41:42 phoenix systemd[1]: Reached target Network.
Nov 21 15:41:42 phoenix systemd[1]: Started OpenSSH Daemon.
Nov 21 15:41:42 phoenix systemd[1]: Reached target Multi-User System.
Nov 21 15:41:42 phoenix systemd[1]: Startup finished in 3.170s (kernel) + 20.290s (userspace) = 23.461s.
Nov 21 15:41:42 phoenix sshd[634]: Server listening on 0.0.0.0 port 22.
Nov 21 15:41:42 phoenix sshd[634]: Server listening on :: port 22.
Nov 21 15:41:50 phoenix dhcpcd[633]: enp4s0: no IPv6 Routers available
Nov 21 15:42:01 phoenix sshd[641]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=192.168.1.10  user=root
Nov 21 15:42:03 phoenix sshd[641]: Failed password for root from 192.168.1.10 port 59499 ssh2
Nov 21 15:42:04 phoenix systemd-timesyncd[357]: Synchronized to time server 203.56.27.253:123 (2.arch.pool.ntp.org).
Nov 21 15:42:10 phoenix sshd[641]: Failed password for root from 192.168.1.10 port 59499 ssh2
Nov 21 15:42:18 phoenix sshd[641]: Failed password for root from 192.168.1.10 port 59499 ssh2
Nov 21 15:42:31 phoenix sshd[641]: Failed password for root from 192.168.1.10 port 59499 ssh2
Nov 21 15:42:33 phoenix sshd[641]: error: Received disconnect from 192.168.1.10: 13: Unable to authenticate [preauth]
Nov 21 15:42:33 phoenix sshd[641]: Disconnected from 192.168.1.10 [preauth]
Nov 21 15:42:33 phoenix sshd[641]: PAM 3 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=192.168.1.10  user=root
Nov 21 15:42:33 phoenix sshd[641]: PAM service(sshd) ignoring max retries; 4 > 3
Nov 21 15:42:48 phoenix sshd[652]: Accepted password for sashan from 192.168.1.10 port 59501 ssh2
Nov 21 15:42:49 phoenix sshd[652]: pam_unix(sshd:session): session opened for user sashan by (uid=0)
Nov 21 15:42:49 phoenix systemd[1]: Created slice user-1000.slice.
Nov 21 15:42:49 phoenix systemd[1]: Starting User Manager for UID 1000...
Nov 21 15:42:49 phoenix systemd-logind[366]: New session c1 of user sashan.
Nov 21 15:42:49 phoenix systemd[1]: Started Session c1 of user sashan.
Nov 21 15:42:49 phoenix systemd[655]: pam_unix(systemd-user:session): session opened for user sashan by (uid=0)
Nov 21 15:42:49 phoenix systemd[655]: Reached target Paths.
Nov 21 15:42:49 phoenix systemd[655]: Reached target Timers.
Nov 21 15:42:49 phoenix systemd[655]: Starting D-Bus User Message Bus Socket.
Nov 21 15:42:49 phoenix systemd[655]: Listening on Sound System.
Nov 21 15:42:49 phoenix systemd[655]: Listening on D-Bus User Message Bus Socket.
Nov 21 15:42:49 phoenix systemd[655]: Reached target Sockets.
Nov 21 15:42:49 phoenix systemd[655]: Reached target Basic System.
Nov 21 15:42:49 phoenix systemd[655]: feh-wallpaper.service: Failed to load environment files: Is a directory
Nov 21 15:42:49 phoenix systemd[655]: feh-wallpaper.service: Failed to run 'start' task: Is a directory
Nov 21 15:42:49 phoenix systemd[655]: Failed to start Random wallpaper with feh.
Nov 21 15:42:49 phoenix systemd[655]: feh-wallpaper.service: Unit entered failed state.
Nov 21 15:42:49 phoenix systemd[655]: feh-wallpaper.service: Failed with result 'resources'.
Nov 21 15:42:49 phoenix systemd[655]: Reached target Default.
Nov 21 15:42:49 phoenix systemd[655]: Startup finished in 437ms.
Nov 21 15:42:58 phoenix su[681]: pam_unix(su:auth): authentication failure; logname=sashan uid=1000 euid=0 tty=pts/0 ruser=sashan rhost=  user=root
Nov 21 15:43:00 phoenix su[681]: FAILED SU (to root) sashan on pts/0

Offline

#7 2015-11-21 10:24:56

sashang
Member
Registered: 2011-11-22
Posts: 23

Re: black screen with linux-lts 4.1.13-1-lts and nvidia-lts-355.11-5

Turns out I didn't have nomodeset in the kernel parameters list in my grub.cfg. This was because when I updated the kernel I did this:

sudo grub-mkconfig -o /boot/grub/grub.conf 

when I should have done this:

sudo grub-mkconfig -o /boot/grub/grub.cfg 

Last edited by sashang (2015-11-21 10:26:13)

Offline

Board footer

Powered by FluxBB