页次: 1
安装后,一直找不到无线网卡。起初以为是驱动问题,结果发现网卡驱动是有的。我用lspci 和 dmesg均找不到无线网卡的任何信息。ip link 也灭有,只有一项enp3s0。不知道什么情况。请哪位高手指教下啊。先谢谢了。
最近编辑记录 wandy (2015-03-05 08:40:02)
离线
我认为还 是你的驱动有问题
离线
pcie无线网卡才是用lspci查看,
usb应该用 lsusb看下设备有没有识别到。
识别到之后,再看对应的id有没有在kernel的驱动里面,可以看看你的设备id有没有出现在这里,https://wikidevi.com/wiki/List_of_Wi-Fi … s_in_Linux
如果没有,一般是较新的设备,那么就必须要自己修改下代码,或者等有人把新的提交上去。
最近编辑记录 atmouse (2015-03-01 18:17:16)
离线
我认为还 是你的驱动有问题
但是根本找不到无线网卡。如果没有驱动的话,起码应该有硬件信息的吧。不过我会再看看驱动的。
谢谢。
离线
pcie无线网卡才是用lspci查看,
usb应该用 lsusb看下设备有没有识别到。识别到之后,再看对应的id有没有在kernel的驱动里面,可以看看你的设备id有没有出现在这里,https://wikidevi.com/wiki/List_of_Wi-Fi … s_in_Linux
如果没有,一般是较新的设备,那么就必须要自己修改下代码,或者等有人把新的提交上去。
我用的是笔记本,应该是pci集成的吧。
我首次安装成功前的系统是win7的,那时是用无线网络安装的,可以用的。到后来我再安装的时候,就找不到无线网卡了。不知道什么情况,实在是新手。
看了lsusb显示,也没有找到无线网卡的信息。
我看了硬件检测中显示的无线网卡是:Intel Corporation Centino Wireless 1000 BNG.应该是这个,另外应该就是高通的Ethernet了。
离线
那你确实要用lspci -tv 查看下你的pci设备,发出来吧,如果没有看到,那么绝对是硬件问题
离线
那你确实要用lspci -tv 查看下你的pci设备,发出来吧,如果没有看到,那么绝对是硬件问题
我刚刚又看了遍,确实没有发现无线网卡,只看到了Ethernet的信息。请问这样的情况,该如何排查问题。
命令结果现在还不好帖出来,那台机子不能上网,现在不适合倒腾。我尽快贴出来。
现在该怎样排查具体问题。
离线
用u盘把 lspci ,dmesg 的结果都发上来。
如果lspci 都找不到,你这个是硬件问题, 你确定网卡没坏?
最近编辑记录 atmouse (2015-03-02 16:52:27)
离线
我首次安装成功前的系统是win7的,那时是用无线网络安装的,可以用的。到后来我再安装的时候,就找不到无线网卡了 <=== 这个后来再安装时什么意思?
重装linux系统后么?
离线
我首次安装成功前的系统是win7的,那时是用无线网络安装的,可以用的。到后来我再安装的时候,就找不到无线网卡了 <=== 这个后来再安装时什么意思?
重装linux系统后么?
不好意思,我没有表达清楚,我的意思是,我第一次安装Arch之前的系统是win7,第一次安装无线正常,能用wifi-menu。但是后来我重新安装的时候,就不行了。
我把dmesg和lspci -tv 结果贴上来。
lspci -tv::
-+-[0000:ff]-+-00.0 Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers
| +-00.1 Intel Corporation Core Processor QuickPath Architecture System Address Decoder
| +-02.0 Intel Corporation Core Processor QPI Link 0
| +-02.1 Intel Corporation 1st Generation Core Processor QPI Physical 0
| +-02.2 Intel Corporation 1st Generation Core Processor Reserved
| \-02.3 Intel Corporation 1st Generation Core Processor Reserved
\-[0000:00]-+-00.0 Intel Corporation Core Processor DRAM Controller
+-01.0-[01]--+-00.0 NVIDIA Corporation GT215M [GeForce GT 335M]
| \-00.1 NVIDIA Corporation High Definition Audio Controller
+-1a.0 Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller
+-1b.0 Intel Corporation 5 Series/3400 Series Chipset High Definition Audio
+-1c.0-[02]--
+-1c.1-[03]----00.0 Qualcomm Atheros AR8131 Gigabit Ethernet
+-1c.4-[09-0b]--
+-1d.0 Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller
+-1e.0-[04]--
+-1f.0 Intel Corporation Mobile 5 Series Chipset LPC Interface Controller
+-1f.2 Intel Corporation 5 Series/3400 Series Chipset 4 port SATA IDE Controller
+-1f.3 Intel Corporation 5 Series/3400 Series Chipset SMBus Controller
+-1f.5 Intel Corporation 5 Series/3400 Series Chipset 2 port SATA IDE Controller
\-1f.6 Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem
dmesg::
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.18.6-1-ARCH (builduser@tobias) (gcc version 4.9.2 20141224 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Feb 7 08:59:29 CET 2015
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007f63efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007f63f000-0x000000007f6befff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007f6bf000-0x000000007f7befff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000007f7bf000-0x000000007f7fefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000007f7ff000-0x000000007f7fffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007f800000-0x000000007fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1b000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffe80000-0x00000000ffffffff] reserved
[ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[ 0.000000] SMBIOS 2.6 present.
[ 0.000000] DMI: Quanta TW9/SW9/Base Board Product Name, BIOS Q3F82 02/01/2010
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x7f800 max_arch_pfn = 0x100000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-EFFFF write-through
[ 0.000000] F0000-FFFFF write-combining
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask FC0000000 write-back
[ 0.000000] 1 base 0FFE00000 mask FFFE00000 write-protect
[ 0.000000] 2 base 040000000 mask FC0000000 write-back
[ 0.000000] 3 base 07F800000 mask FFF800000 uncachable
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] initial memory mapped: [mem 0x00000000-0x01bfffff]
[ 0.000000] Base memory trampoline at [c009a000] 9a000 size 16384
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x37000000-0x373fffff]
[ 0.000000] [mem 0x37000000-0x373fffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x30000000-0x36ffffff]
[ 0.000000] [mem 0x30000000-0x36ffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x00100000-0x2fffffff]
[ 0.000000] [mem 0x00100000-0x003fffff] page 4k
[ 0.000000] [mem 0x00400000-0x2fffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x37400000-0x377fdfff]
[ 0.000000] [mem 0x37400000-0x377fdfff] page 4k
[ 0.000000] BRK [0x017c0000, 0x017c0fff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x37922000-0x37c88fff]
[ 0.000000] Allocated new RAMDISK: [mem 0x37497000-0x377fd823]
[ 0.000000] Move RAMDISK from [mem 0x37922000-0x37c88823] to [mem 0x37497000-0x377fd823]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x000FE020 000024 (v02 HASEE )
[ 0.000000] ACPI: XSDT 0x7F7FE120 000084 (v01 HASEE PARADISE 00000001 01000013)
[ 0.000000] ACPI: FACP 0x7F7FC000 0000F4 (v04 HASEE PARADISE 00000001 MSFT 01000013)
[ 0.000000] ACPI: DSDT 0x7F7EB000 00DC5D (v02 HASEE PARADISE 00000001 MSFT 01000013)
[ 0.000000] ACPI: FACS 0x7F75F000 000040
[ 0.000000] ACPI: ASF! 0x7F7FD000 0000A5 (v32 HASEE PARADISE 00000001 MSFT 01000013)
[ 0.000000] ACPI: HPET 0x7F7FB000 000038 (v01 HASEE PARADISE 00000001 MSFT 01000013)
[ 0.000000] ACPI: APIC 0x7F7FA000 00008C (v02 HASEE PARADISE 00000001 MSFT 01000013)
[ 0.000000] ACPI: MCFG 0x7F7F9000 00003C (v01 HASEE PARADISE 00000001 MSFT 01000013)
[ 0.000000] ACPI: SLIC 0x7F7EA000 000176 (v01 HASEE PARADISE 00000001 MSFT 01000013)
[ 0.000000] ACPI: BOOT 0x7F7E7000 000028 (v01 HASEE PARADISE 00000001 MSFT 01000013)
[ 0.000000] ACPI: SSDT 0x7F7E6000 000C39 (v01 INTEL SataPri 00001000 INTL 20051117)
[ 0.000000] ACPI: SSDT 0x7F7E5000 0006C5 (v01 INTEL SataSec 00001000 INTL 20051117)
[ 0.000000] ACPI: ASPT 0x7F7E4000 000034 (v04 HASEE PARADISE 00000001 MSFT 01000013)
[ 0.000000] ACPI: WDAT 0x7F7E3000 000224 (v01 HASEE PARADISE 00000001 MSFT 01000013)
[ 0.000000] ACPI: SSDT 0x7F7E2000 0009F1 (v01 HASEE PARADISE 00003000 INTL 20051117)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 1152MB HIGHMEM available.
[ 0.000000] 887MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 377fe000
[ 0.000000] low ram: 0 - 377fe000
[ 0.000000] BRK [0x017c1000, 0x017c1fff] PGTABLE
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] Normal [mem 0x01000000-0x377fdfff]
[ 0.000000] HighMem [mem 0x377fe000-0x7f7fffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0009dfff]
[ 0.000000] node 0: [mem 0x00100000-0x7f63efff]
[ 0.000000] node 0: [mem 0x7f7ff000-0x7f7fffff]
[ 0.000000] Initmem setup node 0 [mem 0x00001000-0x7f7fffff]
[ 0.000000] On node 0 totalpages: 521693
[ 0.000000] free_area_init_node: node 0, pgdat c1638ec0, node_mem_map f64a7020
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3997 pages, LIFO batch:0
[ 0.000000] Normal zone: 1744 pages used for memmap
[ 0.000000] Normal zone: 223230 pages, LIFO batch:31
[ 0.000000] HighMem zone: 2305 pages used for memmap
[ 0.000000] HighMem zone: 294466 pages, LIFO batch:31
[ 0.000000] Using APIC driver default
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x05] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[ 0.000000] e820: [mem 0x80000000-0xdfffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 16 pages/cpu @f641b000 s33600 r0 d31936 u65536
[ 0.000000] pcpu-alloc: s33600 r0 d31936 u65536 alloc=16*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 519917
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=26e42bb2-b9e6-44ad-a865-71b2e7c46b56 rw quiet
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Initializing CPU#0
[ 0.000000] allocated 4177912 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Initializing HighMem for node 0 (000377fe:0007f800)
[ 0.000000] Initializing Movable for node 0 (00000000:00000000)
[ 0.000000] Memory: 2053512K/2086772K available (4592K kernel code, 500K rwdata, 1348K rodata, 592K init, 836K bss, 33260K reserved, 1177864K highmem)
[ 0.000000] virtual kernel memory layout:
fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
pkmap : 0xff800000 - 0xffc00000 (4096 kB)
vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
.init : 0xc164e000 - 0xc16e2000 ( 592 kB)
.data : 0xc147c4a8 - 0xc164c2c0 (1855 kB)
.text : 0xc1000000 - 0xc147c4a8 (4593 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
[ 0.000000] NR_IRQS:2304 nr_irqs:488 0
[ 0.000000] CPU 0 irqstacks, hard=f580a000 soft=f580c000
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2261.294 MHz processor
[ 0.000029] Calibrating delay loop (skipped), value calculated using timer frequency.. 4524.02 BogoMIPS (lpj=7537646)
[ 0.000032] pid_max: default: 32768 minimum: 301
[ 0.000038] ACPI: Core revision 20140926
[ 0.013872] ACPI: All ACPI Tables successfully acquired
[ 0.036721] Security Framework initialized
[ 0.036728] Yama: becoming mindful.
[ 0.036741] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.036743] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.036921] Initializing cgroup subsys memory
[ 0.036928] Initializing cgroup subsys devices
[ 0.036930] Initializing cgroup subsys freezer
[ 0.036932] Initializing cgroup subsys net_cls
[ 0.036935] Initializing cgroup subsys blkio
[ 0.036954] CPU: Physical Processor ID: 0
[ 0.036955] CPU: Processor Core ID: 0
[ 0.036960] mce: CPU supports 9 MCE banks
[ 0.036970] CPU0: Thermal monitoring enabled (TM1)
[ 0.036982] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[ 0.037125] Freeing SMP alternatives memory: 20K (c16e2000 - c16e7000)
[ 0.037738] ftrace: allocating 19787 entries in 39 pages
[ 0.046270] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.046772] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.079788] smpboot: CPU0: Intel(R) Core(TM) i5 CPU M 430 @ 2.27GHz (fam: 06, model: 25, stepping: 02)
[ 0.183886] Performance Events: PEBS fmt1+, 16-deep LBR, Westmere events, Intel PMU driver.
[ 0.183903] perf_event_intel: CPUID marked event: 'bus cycles' unavailable
[ 0.183905] ... version: 3
[ 0.183906] ... bit width: 48
[ 0.183907] ... generic registers: 4
[ 0.183908] ... value mask: 0000ffffffffffff
[ 0.183909] ... max period: 000000007fffffff
[ 0.183910] ... fixed-purpose events: 3
[ 0.183911] ... event mask: 000000070000000f
[ 0.203961] CPU 1 irqstacks, hard=f595a000 soft=f595c000
[ 0.203965] x86: Booting SMP configuration:
[ 0.203967] .... node #0, CPUs: #1
[ 0.215001] Initializing CPU#1
[ 0.215035] CPU1: Thermal monitoring handled by SMI
[ 0.217234] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.223968] CPU 2 irqstacks, hard=f5a3a000 soft=f5a3c000
[ 0.223971] #2
[ 0.235102] Initializing CPU#2
[ 0.235134] CPU2: Thermal monitoring handled by SMI
[ 0.243947] CPU 3 irqstacks, hard=f5a9e000 soft=f5aa0000
[ 0.243950] #3
[ 0.254980] Initializing CPU#3
[ 0.255011] CPU3: Thermal monitoring handled by SMI
[ 0.257110] x86: Booted up 1 node, 4 CPUs
[ 0.257115] smpboot: Total of 4 processors activated (18097.11 BogoMIPS)
[ 0.259693] devtmpfs: initialized
[ 0.259902] PM: Registering ACPI NVS region [mem 0x7f6bf000-0x7f7befff] (1048576 bytes)
[ 0.260991] pinctrl core: initialized pinctrl subsystem
[ 0.261034] RTC time: 13:52:10, date: 03/02/15
[ 0.261150] NET: Registered protocol family 16
[ 0.273900] cpuidle: using governor ladder
[ 0.287239] cpuidle: using governor menu
[ 0.287336] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.287338] ACPI: bus type PCI registered
[ 0.287340] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.287425] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.287429] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.287430] PCI: Using MMCONFIG for extended config space
[ 0.287431] PCI: Using configuration type 1 for base access
[ 0.287540] mtrr: your CPUs had inconsistent variable MTRR settings
[ 0.287541] mtrr: probably your BIOS does not setup all CPUs.
[ 0.287542] mtrr: corrected configuration.
[ 0.300986] ACPI: Added _OSI(Module Device)
[ 0.300988] ACPI: Added _OSI(Processor Device)
[ 0.300989] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.300990] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.304478] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.330608] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.344367] ACPI: Dynamic OEM Table Load:
[ 0.344375] ACPI: SSDT 0xF5816400 0003A0 (v01 HASEE PARADISE 00003000 INTL 20051117)
[ 0.344950] ACPI: Dynamic OEM Table Load:
[ 0.344956] ACPI: SSDT 0xF5873000 000650 (v01 HASEE PARADISE 00003001 INTL 20051117)
[ 0.370871] ACPI: Dynamic OEM Table Load:
[ 0.370878] ACPI: SSDT 0xF5816C00 000303 (v01 HASEE PARADISE 00003000 INTL 20051117)
[ 0.384026] ACPI: Dynamic OEM Table Load:
[ 0.384031] ACPI: SSDT 0xF5B24E00 000119 (v01 HASEE PARADISE 00003000 INTL 20051117)
[ 0.445763] ACPI: Interpreter enabled
[ 0.445774] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140926/hwxface-580)
[ 0.445779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140926/hwxface-580)
[ 0.445798] ACPI: (supports S0 S3 S4 S5)
[ 0.445799] ACPI: Using IOAPIC for interrupt routing
[ 0.445830] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.496082] acpi ABCDEFGH:00: ACPI dock station (docks/bays count: 1)
[ 0.502058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[ 0.502064] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.502097] \_SB_.PCI0:_OSC invalid UUID
[ 0.502098] _OSC request data:1 1f 0
[ 0.502102] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[ 0.502907] PCI host bridge to bus 0000:00
[ 0.502910] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.502912] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 0.502914] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.502915] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.502917] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfeafffff]
[ 0.502926] pci 0000:00:00.0: [8086:0044] type 00 class 0x060000
[ 0.502947] DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
[ 0.503036] pci 0000:00:01.0: [8086:0045] type 01 class 0x060400
[ 0.503072] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.503122] pci 0000:00:01.0: System wakeup disabled by ACPI
[ 0.503204] pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320
[ 0.503608] pci 0000:00:1a.0: reg 0x10: [mem 0x99105400-0x991057ff]
[ 0.505875] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.505947] pci 0000:00:1a.0: System wakeup disabled by ACPI
[ 0.506000] pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300
[ 0.506025] pci 0000:00:1b.0: reg 0x10: [mem 0x99100000-0x99103fff 64bit]
[ 0.506136] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.506196] pci 0000:00:1b.0: System wakeup disabled by ACPI
[ 0.506241] pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
[ 0.506349] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.506410] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 0.506455] pci 0000:00:1c.1: [8086:3b44] type 01 class 0x060400
[ 0.506563] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.506623] pci 0000:00:1c.1: System wakeup disabled by ACPI
[ 0.506671] pci 0000:00:1c.4: [8086:3b4a] type 01 class 0x060400
[ 0.506778] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.506838] pci 0000:00:1c.4: System wakeup disabled by ACPI
[ 0.506891] pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320
[ 0.507277] pci 0000:00:1d.0: reg 0x10: [mem 0x99105000-0x991053ff]
[ 0.509557] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.509628] pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 0.509674] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[ 0.509792] pci 0000:00:1e.0: System wakeup disabled by ACPI
[ 0.509836] pci 0000:00:1f.0: [8086:3b09] type 00 class 0x060100
[ 0.510029] pci 0000:00:1f.2: [8086:3b28] type 00 class 0x01018f
[ 0.510051] pci 0000:00:1f.2: reg 0x10: [io 0x5078-0x507f]
[ 0.510062] pci 0000:00:1f.2: reg 0x14: [io 0x508c-0x508f]
[ 0.510072] pci 0000:00:1f.2: reg 0x18: [io 0x5070-0x5077]
[ 0.510083] pci 0000:00:1f.2: reg 0x1c: [io 0x5088-0x508b]
[ 0.510094] pci 0000:00:1f.2: reg 0x20: [io 0x5050-0x505f]
[ 0.510105] pci 0000:00:1f.2: reg 0x24: [io 0x5040-0x504f]
[ 0.510242] pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500
[ 0.510264] pci 0000:00:1f.3: reg 0x10: [mem 0x99105800-0x991058ff 64bit]
[ 0.510294] pci 0000:00:1f.3: reg 0x20: [io 0x5000-0x501f]
[ 0.510406] pci 0000:00:1f.5: [8086:3b2d] type 00 class 0x010185
[ 0.510427] pci 0000:00:1f.5: reg 0x10: [io 0x5068-0x506f]
[ 0.510438] pci 0000:00:1f.5: reg 0x14: [io 0x5084-0x5087]
[ 0.510449] pci 0000:00:1f.5: reg 0x18: [io 0x5060-0x5067]
[ 0.510460] pci 0000:00:1f.5: reg 0x1c: [io 0x5080-0x5083]
[ 0.510470] pci 0000:00:1f.5: reg 0x20: [io 0x5030-0x503f]
[ 0.510482] pci 0000:00:1f.5: reg 0x24: [io 0x5020-0x502f]
[ 0.510627] pci 0000:00:1f.6: [8086:3b32] type 00 class 0x118000
[ 0.510660] pci 0000:00:1f.6: reg 0x10: [mem 0x99104000-0x99104fff 64bit]
[ 0.510888] pci 0000:01:00.0: [10de:0caf] type 00 class 0x030000
[ 0.510904] pci 0000:01:00.0: reg 0x10: [mem 0x92000000-0x92ffffff]
[ 0.510918] pci 0000:01:00.0: reg 0x14: [mem 0x80000000-0x8fffffff 64bit pref]
[ 0.510931] pci 0000:01:00.0: reg 0x1c: [mem 0x90000000-0x91ffffff 64bit pref]
[ 0.510940] pci 0000:01:00.0: reg 0x24: [io 0x4000-0x407f]
[ 0.510949] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[ 0.511067] pci 0000:01:00.1: [10de:0be4] type 00 class 0x040300
[ 0.511082] pci 0000:01:00.1: reg 0x10: [mem 0x93000000-0x93003fff]
[ 0.511237] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.511239] pci 0000:00:01.0: bridge window [io 0x4000-0x4fff]
[ 0.511242] pci 0000:00:01.0: bridge window [mem 0x92000000-0x930fffff]
[ 0.511245] pci 0000:00:01.0: bridge window [mem 0x80000000-0x91ffffff 64bit pref]
[ 0.511323] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.511328] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
[ 0.511333] pci 0000:00:1c.0: bridge window [mem 0x98100000-0x990fffff]
[ 0.511340] pci 0000:00:1c.0: bridge window [mem 0x93100000-0x940fffff 64bit pref]
[ 0.511482] pci 0000:03:00.0: [1969:1063] type 00 class 0x020000
[ 0.511571] pci 0000:03:00.0: reg 0x10: [mem 0x97100000-0x9713ffff 64bit]
[ 0.511616] pci 0000:03:00.0: reg 0x18: [io 0x2000-0x207f]
[ 0.512046] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.519350] pci 0000:03:00.0: System wakeup disabled by ACPI
[ 0.519451] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 0.519456] pci 0000:00:1c.1: bridge window [io 0x2000-0x2fff]
[ 0.519461] pci 0000:00:1c.1: bridge window [mem 0x97100000-0x980fffff]
[ 0.519468] pci 0000:00:1c.1: bridge window [mem 0x94100000-0x950fffff 64bit pref]
[ 0.519547] pci 0000:00:1c.4: PCI bridge to [bus 09-0b]
[ 0.519552] pci 0000:00:1c.4: bridge window [io 0x1000-0x1fff]
[ 0.519556] pci 0000:00:1c.4: bridge window [mem 0x96100000-0x970fffff]
[ 0.519564] pci 0000:00:1c.4: bridge window [mem 0x95100000-0x960fffff 64bit pref]
[ 0.519648] pci 0000:00:1e.0: PCI bridge to [bus 04] (subtractive decode)
[ 0.519661] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
[ 0.519663] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
[ 0.519665] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.519667] pci 0000:00:1e.0: bridge window [mem 0x80000000-0xfeafffff] (subtractive decode)
[ 0.519707] pci_bus 0000:00: on NUMA node 0
[ 0.520358] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 *7 10 12 14 15)
[ 0.520411] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[ 0.520462] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[ 0.520513] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[ 0.520567] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[ 0.520619] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[ 0.520676] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[ 0.520727] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[ 0.520850] ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus ff])
[ 0.520854] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.520858] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[ 0.520926] PCI host bridge to bus 0000:ff
[ 0.520928] pci_bus 0000:ff: root bus resource [bus ff]
[ 0.520934] pci 0000:ff:00.0: [8086:2c62] type 00 class 0x060000
[ 0.520985] pci 0000:ff:00.1: [8086:2d01] type 00 class 0x060000
[ 0.521036] pci 0000:ff:02.0: [8086:2d10] type 00 class 0x060000
[ 0.521082] pci 0000:ff:02.1: [8086:2d11] type 00 class 0x060000
[ 0.521130] pci 0000:ff:02.2: [8086:2d12] type 00 class 0x060000
[ 0.521175] pci 0000:ff:02.3: [8086:2d13] type 00 class 0x060000
[ 0.521229] pci_bus 0000:ff: on NUMA node 0
[ 0.521315] ACPI: Enabled 14 GPEs in block 00 to 3F
[ 0.521453] ACPI : EC: GPE = 0x16, I/O: command/status = 0x66, data = 0x62
[ 0.521533] vgaarb: setting as boot device: PCI:0000:01:00.0
[ 0.521536] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.521538] vgaarb: loaded
[ 0.521539] vgaarb: bridge control possible 0000:01:00.0
[ 0.521603] PCI: Using ACPI for IRQ routing
[ 0.531378] PCI: pci_cache_line_size set to 64 bytes
[ 0.531441] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
[ 0.531443] e820: reserve RAM buffer [mem 0x7f63f000-0x7fffffff]
[ 0.531444] e820: reserve RAM buffer [mem 0x7f800000-0x7fffffff]
[ 0.531558] NetLabel: Initializing
[ 0.531559] NetLabel: domain hash size = 128
[ 0.531560] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.531571] NetLabel: unlabeled traffic allowed by default
[ 0.531609] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.531614] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.533645] Switched to clocksource hpet
[ 0.539070] pnp: PnP ACPI init
[ 0.542614] pnp 00:00: disabling [io 0x164e-0x164f] because it overlaps 0000:00:1c.4 BAR 13 [io 0x1000-0x1fff]
[ 0.542663] system 00:00: [io 0x0680-0x069f] has been reserved
[ 0.542665] system 00:00: [io 0x0800-0x080f] has been reserved
[ 0.542667] system 00:00: [io 0x0810-0x0813] has been reserved
[ 0.542669] system 00:00: [io 0xffff] has been reserved
[ 0.542671] system 00:00: [io 0x0400-0x047f] could not be reserved
[ 0.542673] system 00:00: [io 0x0500-0x057f] has been reserved
[ 0.542675] system 00:00: [io 0x0380-0x038e] has been reserved
[ 0.542678] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.542713] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.542743] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.542887] pnp 00:03: Plug and Play ACPI device, IDs STL3888 PNP0f13 (active)
[ 0.543240] system 00:04: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.543243] system 00:04: [mem 0xfed10000-0xfed13fff] has been reserved
[ 0.543245] system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.543247] system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.543249] system 00:04: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.543251] system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.543253] system 00:04: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.543255] system 00:04: [mem 0xff000000-0xffffffff] could not be reserved
[ 0.543257] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.543259] system 00:04: [mem 0x99200000-0x99200fff] has been reserved
[ 0.543261] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.543437] pnp: PnP ACPI: found 5 devices
[ 0.580469] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[ 0.580516] pci 0000:01:00.0: BAR 6: assigned [mem 0x93080000-0x930fffff pref]
[ 0.580519] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.580522] pci 0000:00:01.0: bridge window [io 0x4000-0x4fff]
[ 0.580525] pci 0000:00:01.0: bridge window [mem 0x92000000-0x930fffff]
[ 0.580528] pci 0000:00:01.0: bridge window [mem 0x80000000-0x91ffffff 64bit pref]
[ 0.580531] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.580534] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
[ 0.580540] pci 0000:00:1c.0: bridge window [mem 0x98100000-0x990fffff]
[ 0.580545] pci 0000:00:1c.0: bridge window [mem 0x93100000-0x940fffff 64bit pref]
[ 0.580553] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 0.580556] pci 0000:00:1c.1: bridge window [io 0x2000-0x2fff]
[ 0.580562] pci 0000:00:1c.1: bridge window [mem 0x97100000-0x980fffff]
[ 0.580567] pci 0000:00:1c.1: bridge window [mem 0x94100000-0x950fffff 64bit pref]
[ 0.580574] pci 0000:00:1c.4: PCI bridge to [bus 09-0b]
[ 0.580577] pci 0000:00:1c.4: bridge window [io 0x1000-0x1fff]
[ 0.580583] pci 0000:00:1c.4: bridge window [mem 0x96100000-0x970fffff]
[ 0.580587] pci 0000:00:1c.4: bridge window [mem 0x95100000-0x960fffff 64bit pref]
[ 0.580594] pci 0000:00:1e.0: PCI bridge to [bus 04]
[ 0.580609] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.580610] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.580612] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.580614] pci_bus 0000:00: resource 7 [mem 0x80000000-0xfeafffff]
[ 0.580616] pci_bus 0000:01: resource 0 [io 0x4000-0x4fff]
[ 0.580618] pci_bus 0000:01: resource 1 [mem 0x92000000-0x930fffff]
[ 0.580620] pci_bus 0000:01: resource 2 [mem 0x80000000-0x91ffffff 64bit pref]
[ 0.580622] pci_bus 0000:02: resource 0 [io 0x3000-0x3fff]
[ 0.580623] pci_bus 0000:02: resource 1 [mem 0x98100000-0x990fffff]
[ 0.580625] pci_bus 0000:02: resource 2 [mem 0x93100000-0x940fffff 64bit pref]
[ 0.580627] pci_bus 0000:03: resource 0 [io 0x2000-0x2fff]
[ 0.580629] pci_bus 0000:03: resource 1 [mem 0x97100000-0x980fffff]
[ 0.580631] pci_bus 0000:03: resource 2 [mem 0x94100000-0x950fffff 64bit pref]
[ 0.580633] pci_bus 0000:09: resource 0 [io 0x1000-0x1fff]
[ 0.580634] pci_bus 0000:09: resource 1 [mem 0x96100000-0x970fffff]
[ 0.580636] pci_bus 0000:09: resource 2 [mem 0x95100000-0x960fffff 64bit pref]
[ 0.580638] pci_bus 0000:04: resource 4 [io 0x0000-0x0cf7]
[ 0.580640] pci_bus 0000:04: resource 5 [io 0x0d00-0xffff]
[ 0.580642] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.580644] pci_bus 0000:04: resource 7 [mem 0x80000000-0xfeafffff]
[ 0.580669] NET: Registered protocol family 2
[ 0.580859] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.580883] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.580921] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.580938] TCP: reno registered
[ 0.580940] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.580948] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.580998] NET: Registered protocol family 1
[ 0.607169] pci 0000:01:00.0: Video device with shadowed ROM
[ 0.607191] PCI: CLS 64 bytes, default 64
[ 0.607238] Unpacking initramfs...
[ 0.679003] Freeing initrd memory: 3484K (f7497000 - f77fe000)
[ 0.679047] Simple Boot Flag at 0x44 set to 0x1
[ 0.679308] microcode: CPU0 sig=0x20652, pf=0x10, revision=0x9
[ 0.679315] microcode: CPU1 sig=0x20652, pf=0x10, revision=0x9
[ 0.679325] microcode: CPU2 sig=0x20652, pf=0x10, revision=0x9
[ 0.679332] microcode: CPU3 sig=0x20652, pf=0x10, revision=0x9
[ 0.679398] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 0.679411] apm: BIOS not found.
[ 0.679436] Scanning for low memory corruption every 60 seconds
[ 0.679794] futex hash table entries: 2048 (order: 5, 131072 bytes)
[ 0.679828] Initialise system trusted keyring
[ 0.680133] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 0.681588] zpool: loaded
[ 0.681591] zbud: loaded
[ 0.681715] VFS: Disk quotas dquot_6.5.2
[ 0.681753] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.681871] msgmni has been set to 1717
[ 0.681926] Key type big_key registered
[ 0.682152] bounce: pool size: 64 pages
[ 0.682186] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.682241] io scheduler noop registered
[ 0.682243] io scheduler deadline registered
[ 0.682275] io scheduler cfq registered (default)
[ 0.682466] pcieport 0000:00:01.0: irq 24 for MSI/MSI-X
[ 0.682867] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.682884] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.682916] vesafb: mode is 640x480x32, linelength=2560, pages=0
[ 0.682917] vesafb: scrolling: redraw
[ 0.682919] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.682933] vesafb: framebuffer at 0x91000000, mapped to 0xf8080000, using 1216k, total 1216k
[ 0.725426] Console: switching to colour frame buffer device 80x30
[ 0.767855] fb0: VESA VGA frame buffer device
[ 0.767873] intel_idle: MWAIT substates: 0x1120
[ 0.767874] intel_idle: v0.4 model 0x25
[ 0.767875] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.768067] GHES: HEST is not enabled!
[ 0.768081] isapnp: Scanning for PnP cards...
[ 1.081719] isapnp: No Plug & Play device found
[ 1.081775] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 1.082349] rtc_cmos 00:01: RTC can wake from S4
[ 1.082497] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[ 1.082530] rtc_cmos 00:01: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
[ 1.082563] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.082677] TCP: cubic registered
[ 1.082796] NET: Registered protocol family 10
[ 1.083015] NET: Registered protocol family 17
[ 1.083202] Using IPI No-Shortcut mode
[ 1.083380] Loading compiled-in X.509 certificates
[ 1.083395] registered taskstats version 1
[ 1.083855] Magic number: 7:846:886
[ 1.083952] rtc_cmos 00:01: setting system clock to 2015-03-02 13:52:11 UTC (1425304331)
[ 1.084038] PM: Hibernation image not present or could not be loaded.
[ 1.084215] Freeing unused kernel memory: 592K (c164e000 - c16e2000)
[ 1.084239] Write protecting the kernel text: 4596k
[ 1.084291] Write protecting the kernel read-only data: 1352k
[ 1.093681] random: systemd-tmpfile urandom read with 1 bits of entropy available
[ 1.108876] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:AVC0] at 0x60,0x64 irq 1,12
[ 1.122803] ACPI: bus type USB registered
[ 1.122842] usbcore: registered new interface driver usbfs
[ 1.122857] usbcore: registered new interface driver hub
[ 1.122899] usbcore: registered new device driver usb
[ 1.122989] SCSI subsystem initialized
[ 1.123298] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.123622] ehci-pci: EHCI PCI platform driver
[ 1.123815] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 1.123825] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 1.123865] ehci-pci 0000:00:1a.0: debug port 2
[ 1.127814] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[ 1.127839] ehci-pci 0000:00:1a.0: irq 16, io mem 0x99105400
[ 1.132464] libata version 3.00 loaded.
[ 1.137359] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 1.140216] hub 1-0:1.0: USB hub found
[ 1.140230] hub 1-0:1.0: 3 ports detected
[ 1.140481] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.140551] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.140621] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 1.140634] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 1.140651] ehci-pci 0000:00:1d.0: debug port 2
[ 1.144626] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[ 1.144645] ehci-pci 0000:00:1d.0: irq 21, io mem 0x99105000
[ 1.153875] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 1.154086] hub 2-0:1.0: USB hub found
[ 1.154097] hub 2-0:1.0: 3 ports detected
[ 1.154264] ata_piix 0000:00:1f.2: version 2.13
[ 1.154384] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[ 1.170879] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 1.307964] scsi host0: ata_piix
[ 1.308535] scsi host1: ata_piix
[ 1.308656] ata1: SATA max UDMA/133 cmd 0x5078 ctl 0x508c bmdma 0x5050 irq 19
[ 1.308670] ata2: SATA max UDMA/133 cmd 0x5070 ctl 0x5088 bmdma 0x5058 irq 19
[ 1.308777] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[ 1.444065] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 1.460742] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 1.461129] scsi host2: ata_piix
[ 1.461309] scsi host3: ata_piix
[ 1.461362] ata3: SATA max UDMA/133 cmd 0x5068 ctl 0x5084 bmdma 0x5030 irq 19
[ 1.461368] ata4: SATA max UDMA/133 cmd 0x5060 ctl 0x5080 bmdma 0x5038 irq 19
[ 1.568208] hub 1-1:1.0: USB hub found
[ 1.568319] hub 1-1:1.0: 6 ports detected
[ 1.585149] hub 2-1:1.0: USB hub found
[ 1.585378] hub 2-1:1.0: 8 ports detected
[ 1.680813] tsc: Refined TSC clocksource calibration: 2261.254 MHz
[ 1.792368] ata3: SATA link down (SStatus 0 SControl 300)
[ 1.804172] ata4: SATA link down (SStatus 0 SControl 300)
[ 1.857772] usb 2-1.6: new high-speed USB device number 3 using ehci-pci
[ 2.651141] ata2.01: failed to resume link (SControl 0)
[ 2.651243] ata1.01: failed to resume link (SControl 0)
[ 2.681341] Switched to clocksource tsc
[ 2.804589] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 2.804612] ata1.01: SATA link down (SStatus 0 SControl 0)
[ 2.804793] ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 2.804815] ata2.01: SATA link down (SStatus 0 SControl 0)
[ 2.804831] ata2.01: link offline, clearing class 3 to NONE
[ 2.811711] ata1.00: ATA-8: Hitachi HTS545050B9A300, PB4OC64G, max UDMA/133
[ 2.811716] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 2.825069] ata1.00: configured for UDMA/133
[ 2.825390] scsi 0:0:0:0: Direct-Access ATA Hitachi HTS54505 C64G PQ: 0 ANSI: 5
[ 2.828109] ata2.00: ATAPI: TSSTcorp CDDVDW TS-L633C, CH01, max UDMA/100
[ 2.828115] ata2.00: applying bridge limits
[ 2.858127] ata2.00: configured for UDMA/100
[ 2.863338] scsi 1:0:0:0: CD-ROM TSSTcorp CDDVDW TS-L633C CH01 PQ: 0 ANSI: 5
[ 2.879415] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[ 2.879523] sd 0:0:0:0: [sda] Write Protect is off
[ 2.879527] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.879557] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.895646] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 2.895648] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 2.895827] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 2.916032] sda: sda1 sda2 sda3 sda4 < sda5 >
[ 2.917458] sd 0:0:0:0: [sda] Attached SCSI disk
[ 3.596368] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[ 4.176864] random: nonblocking pool is initialized
[ 5.239899] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
[ 5.694120] EXT4-fs (sda3): re-mounted. Opts: data=ordered
[ 6.839950] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
[ 6.839957] ACPI: Power Button [PWRB]
[ 6.840025] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input3
[ 6.843309] ACPI: Video Device [VGA1] (multi-head: yes rom: yes post: no)
[ 6.843520] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0d/LNXVIDEO:02/input/input4
[ 6.843969] ACPI: Lid Switch [LID0]
[ 6.844024] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input5
[ 6.844027] ACPI: Sleep Button [SLPB]
[ 6.844101] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
[ 6.844104] ACPI: Power Button [PWRF]
[ 6.917694] ACPI: Battery Slot [BAT0] (battery present)
[ 6.918328] wmi: Mapper loaded
[ 6.943382] ACPI: AC Adapter [ACAD] (off-line)
[ 6.988957] thermal LNXTHERM:00: registered as thermal_zone0
[ 6.988960] ACPI: Thermal Zone [TZ01] (25 C)
[ 7.092436] intel ips 0000:00:1f.6: CPU TDP doesn't match expected value (found 25, expected 29)
[ 7.092575] intel ips 0000:00:1f.6: failed to get i915 symbols, graphics turbo disabled until i915 loads
[ 7.092654] intel ips 0000:00:1f.6: IPS driver initialized, MCP temp limit 90
[ 7.114660] Linux agpgart interface v0.103
[ 7.156707] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 7.184922] ACPI Warning: SystemIO range 0x00000428-0x0000042f conflicts with OpRegion 0x00000400-0x0000047f (\PMIO) (20140926/utaddress-258)
[ 7.184929] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 7.184932] ACPI Warning: SystemIO range 0x00000540-0x0000054f conflicts with OpRegion 0x00000500-0x00000563 (\GPIO) (20140926/utaddress-258)
[ 7.184936] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 7.184937] ACPI Warning: SystemIO range 0x00000530-0x0000053f conflicts with OpRegion 0x00000500-0x00000563 (\GPIO) (20140926/utaddress-258)
[ 7.184939] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 7.184941] ACPI Warning: SystemIO range 0x00000500-0x0000052f conflicts with OpRegion 0x00000500-0x00000563 (\GPIO) (20140926/utaddress-258)
[ 7.184943] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 7.184944] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 7.209315] input: PC Speaker as /devices/platform/pcspkr/input/input7
[ 7.270943] kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
[ 7.337252] systemd-journald[144]: Received request to flush runtime journal from PID 1
[ 7.458033] ACPI Warning: SystemIO range 0x00005000-0x0000501f conflicts with OpRegion 0x00005000-0x0000500f (\_SB_.PCI0.SBUS.SMBI) (20140926/utaddress-258)
[ 7.458040] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 7.767240] iTCO_vendor_support: vendor-support=0
[ 7.789950] atl1c 0000:03:00.0: version 1.0.1.1-NAPI
[ 7.789951] snd_hda_intel 0000:00:1b.0: irq 25 for MSI/MSI-X
[ 7.790085] snd_hda_intel 0000:01:00.1: Disabling MSI
[ 7.790094] snd_hda_intel 0000:01:00.1: Handle VGA-switcheroo audio client
[ 7.841609] psmouse serio1: hgpk: ID: 10 00 64
[ 7.926967] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 7.927016] iTCO_wdt: Found a HM55 TCO device (Version=2, TCOBASE=0x0460)
[ 7.927212] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 7.944667] sound hdaudioC0D0: autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 7.944671] sound hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 7.944673] sound hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 7.944675] sound hdaudioC0D0: mono: mono_out=0x0
[ 7.944676] sound hdaudioC0D0: inputs:
[ 7.944678] sound hdaudioC0D0: Mic=0x18
[ 7.944680] sound hdaudioC0D0: Internal Mic=0x12
[ 7.955495] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input9
[ 7.955793] input: HDA Intel MID Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 7.955865] input: HDA Intel MID Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 8.170848] [drm] Initialized drm 1.1.0 20060810
[ 8.297670] media: Linux media interface: v0.10
[ 8.356331] psmouse serio1: sentelic: Finger Sensing Pad, hw: 12.1.1, sn: 0, sw: 1.1.0-K
[ 8.374384] Adding 4194300k swap on /dev/sda2. Priority:-1 extents:1 across:4194300k FS
[ 8.396091] atl1c 0000:03:00.0 enp3s0: renamed from eth0
[ 8.554360] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input12
[ 8.554455] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input13
[ 8.554610] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input14
[ 8.554697] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
[ 8.558989] Linux video capture interface: v2.00
[ 8.677710] MXM: GUID detected in BIOS
[ 8.677778] ACPI Warning: \_SB_.PCI0.P0P3.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140926/nsarguments-95)
[ 8.677795] ACPI: \_SB_.PCI0.P0P3.VGA_: failed to evaluate _DSM
[ 8.677822] checking generic (91000000 130000) vs hw (80000000 10000000)
[ 8.677823] checking generic (91000000 130000) vs hw (90000000 2000000)
[ 8.677825] fb: switching to nouveaufb from VESA VGA
[ 8.677846] Console: switching to colour dummy device 80x25
[ 8.678490] nouveau [ DEVICE][0000:01:00.0] BOOT0 : 0x0a3780a2
[ 8.678497] nouveau [ DEVICE][0000:01:00.0] Chipset: GT215 (NVA3)
[ 8.678500] nouveau [ DEVICE][0000:01:00.0] Family : NV50
[ 8.678535] nouveau [ VBIOS][0000:01:00.0] checking PRAMIN for image...
[ 8.809164] nouveau [ VBIOS][0000:01:00.0] ... appears to be valid
[ 8.809168] nouveau [ VBIOS][0000:01:00.0] using image from PRAMIN
[ 8.809273] nouveau [ VBIOS][0000:01:00.0] BIT signature found
[ 8.809276] nouveau [ VBIOS][0000:01:00.0] version 70.15.15.00.05
[ 8.829743] nouveau 0000:01:00.0: irq 26 for MSI/MSI-X
[ 8.829759] nouveau [ PMC][0000:01:00.0] MSI interrupts enabled
[ 8.829809] nouveau [ PFB][0000:01:00.0] RAM type: DDR3
[ 8.829811] nouveau [ PFB][0000:01:00.0] RAM size: 1024 MiB
[ 8.829813] nouveau [ PFB][0000:01:00.0] ZCOMP: 2048 tags
[ 8.833115] nouveau [ VOLT][0000:01:00.0] GPU voltage: 900000uv
[ 8.862217] nouveau [ PTHERM][0000:01:00.0] FAN control: none / external
[ 8.862234] nouveau [ PTHERM][0000:01:00.0] fan management: automatic
[ 8.862239] nouveau [ PTHERM][0000:01:00.0] internal sensor: yes
[ 8.882320] nouveau [ CLK][0000:01:00.0] 03: core 135 MHz shader 270 MHz memory 135 MHz
[ 8.882324] nouveau [ CLK][0000:01:00.0] 07: core 405 MHz shader 810 MHz memory 324 MHz
[ 8.882327] nouveau [ CLK][0000:01:00.0] 0f: core 450 MHz shader 1080 MHz memory 790 MHz
[ 8.882371] nouveau [ CLK][0000:01:00.0] --: core 405 MHz shader 810 MHz memory 324 MHz
[ 8.883682] [TTM] Zone kernel: Available graphics memory: 439872 kiB
[ 8.883685] [TTM] Zone highmem: Available graphics memory: 1028804 kiB
[ 8.883687] [TTM] Initializing pool allocator
[ 8.883694] [TTM] Initializing DMA pool allocator
[ 8.883707] nouveau [ DRM] VRAM: 1024 MiB
[ 8.883709] nouveau [ DRM] GART: 1048576 MiB
[ 8.883713] nouveau [ DRM] TMDS table version 2.0
[ 8.883716] nouveau [ DRM] DCB version 4.0
[ 8.883719] nouveau [ DRM] DCB outp 00: 01000323 00010034
[ 8.883722] nouveau [ DRM] DCB outp 01: 02014300 00000000
[ 8.883724] nouveau [ DRM] DCB outp 02: 02021362 00020010
[ 8.883726] nouveau [ DRM] DCB conn 00: 00000340
[ 8.883729] nouveau [ DRM] DCB conn 01: 00001061
[ 8.883731] nouveau [ DRM] DCB conn 02: 00000147
[ 8.883733] nouveau [ DRM] DCB conn 03: 00202346
[ 8.883734] nouveau [ DRM] DCB conn 04: 00000400
[ 8.883737] nouveau [ DRM] DCB conn 05: 00000210
[ 8.883739] nouveau [ DRM] DCB conn 06: 00000211
[ 8.883741] nouveau [ DRM] DCB conn 07: 00000213
[ 8.929381] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 8.929383] [drm] Driver supports precise vblank timestamp query.
[ 8.947062] uvcvideo: Found UVC 1.00 device USB Webcam (0408:1322)
[ 8.950807] input: USB Webcam as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/input/input16
[ 8.950898] usbcore: registered new interface driver uvcvideo
[ 8.950900] USB Video Class driver (1.1.1)
[ 8.972258] nouveau [ DRM] MM: using COPY for buffer copies
[ 9.126974] input: FSPPS/2 Sentelic FingerSensingPad as /devices/platform/i8042/serio1/input/input8
[ 9.151311] mousedev: PS/2 mouse device common for all mice
[ 9.248258] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: data=ordered
[ 9.425029] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: data=ordered
[ 10.102340] nouveau [ DRM] allocated 1366x768 fb: 0x70000, bo f2291c00
[ 10.102461] fbcon: nouveaufb (fb0) is primary device
[ 10.419175] Console: switching to colour frame buffer device 170x48
[ 10.419802] nouveau 0000:01:00.0: fb0: nouveaufb frame buffer device
[ 10.419805] nouveau 0000:01:00.0: registered panic notifier
[ 10.435412] [drm] Initialized nouveau 1.2.1 20120801 for 0000:01:00.0 on minor 0
[ 122.812138] usb 2-1.2: new low-speed USB device number 4 using ehci-pci
[ 123.268062] hidraw: raw HID events driver (C) Jiri Kosina
[ 123.292135] usbcore: registered new interface driver usbhid
[ 123.292141] usbhid: USB HID core driver
[ 123.303554] input: HID 046a:0011 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/0003:046A:0011.0001/input/input17
[ 123.303748] hid-generic 0003:046A:0011.0001: input,hidraw0: USB HID v1.11 Keyboard [HID 046a:0011] on usb-0000:00:1d.0-1.2/input0
[ 295.123696] atl1c 0000:03:00.0: vpd r/w failed. This is likely a firmware bug on this device. Contact the card vendor for a firmware update
[ 303.113082] atl1c 0000:03:00.0: vpd r/w failed. This is likely a firmware bug on this device. Contact the card vendor for a firmware update
[ 309.892047] atl1c 0000:03:00.0: vpd r/w failed. This is likely a firmware bug on this device. Contact the card vendor for a firmware update
[ 1059.886749] atl1c 0000:03:00.0: vpd r/w failed. This is likely a firmware bug on this device. Contact the card vendor for a firmware update
[ 2016.392967] PM: Syncing filesystems ... done.
[ 2016.496034] PM: Preparing system for mem sleep
[ 2016.497169] Freezing user space processes ... (elapsed 0.001 seconds) done.
[ 2016.498353] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 2016.499494] PM: Entering mem sleep
[ 2016.499586] Suspending console(s) (use no_console_suspend to debug)
[ 2016.500025] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 2016.546677] sd 0:0:0:0: [sda] Stopping disk
[ 2017.084698] i8042 aux 00:03: System wakeup disabled by ACPI
[ 2017.084731] i8042 kbd 00:02: System wakeup enabled by ACPI
[ 2017.084882] nouveau [ DRM] suspending console...
[ 2017.084892] nouveau [ DRM] suspending display...
[ 2017.084975] nouveau [ DRM] evicting buffers...
[ 2017.092466] nouveau [ DRM] waiting for kernel channels to go idle...
[ 2017.092508] nouveau [ DRM] suspending client object trees...
[ 2017.092772] nouveau [ DRM] suspending kernel object tree...
[ 2019.616304] PM: suspend of devices complete after 3115.510 msecs
[ 2019.616669] PM: late suspend of devices complete after 0.360 msecs
[ 2019.617259] ehci-pci 0000:00:1d.0: System wakeup enabled by ACPI
[ 2019.617388] ehci-pci 0000:00:1a.0: System wakeup enabled by ACPI
[ 2019.629424] PM: noirq suspend of devices complete after 12.747 msecs
[ 2019.629725] ACPI: Preparing to enter system sleep state S3
[ 2019.637852] PM: Saving platform NVS memory
[ 2019.638602] Disabling non-boot CPUs ...
[ 2019.639933] kvm: disabling virtualization on CPU1
[ 2019.640143] smpboot: CPU 1 is now offline
[ 2019.641699] kvm: disabling virtualization on CPU2
[ 2019.641707] smpboot: CPU 2 is now offline
[ 2019.643268] kvm: disabling virtualization on CPU3
[ 2019.643294] smpboot: CPU 3 is now offline
[ 2019.644436] ACPI: Low-level resume complete
[ 2019.644493] PM: Restoring platform NVS memory
[ 2019.645132] Enabling non-boot CPUs ...
[ 2019.645184] x86: Booting SMP configuration:
[ 2019.645185] smpboot: Booting Node 0 Processor 1 APIC 0x1
[ 2019.656237] Initializing CPU#1
[ 2019.656305] kvm: enabling virtualization on CPU1
[ 2019.658717] CPU1 is up
[ 2019.658743] smpboot: Booting Node 0 Processor 2 APIC 0x4
[ 2019.669858] Initializing CPU#2
[ 2019.669921] kvm: enabling virtualization on CPU2
[ 2019.672361] CPU2 is up
[ 2019.672388] smpboot: Booting Node 0 Processor 3 APIC 0x5
[ 2019.683403] Initializing CPU#3
[ 2019.683469] kvm: enabling virtualization on CPU3
[ 2019.685950] CPU3 is up
[ 2019.688449] ACPI: Waking up from system sleep state S3
[ 2019.727894] ehci-pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 2019.728125] ehci-pci 0000:00:1a.0: System wakeup disabled by ACPI
[ 2019.728198] PM: noirq resume of devices complete after 13.557 msecs
[ 2019.728409] PM: early resume of devices complete after 0.180 msecs
[ 2019.728606] nouveau [ DRM] re-enabling device...
[ 2019.728623] nouveau [ DRM] resuming kernel object tree...
[ 2019.728642] nouveau [ VBIOS][0000:01:00.0] running init tables
[ 2019.730959] snd_hda_intel 0000:00:1b.0: irq 25 for MSI/MSI-X
[ 2019.731342] sd 0:0:0:0: [sda] Starting disk
[ 2019.740810] rtc_cmos 00:01: System wakeup disabled by ACPI
[ 2019.740838] i8042 kbd 00:02: System wakeup disabled by ACPI
[ 2019.916989] nouveau [ VOLT][0000:01:00.0] GPU voltage: 900000uv
[ 2019.916997] nouveau [ PTHERM][0000:01:00.0] fan management: automatic
[ 2019.937082] nouveau [ CLK][0000:01:00.0] --: core 405 MHz shader 810 MHz memory 324 MHz
[ 2019.941870] nouveau [ DRM] resuming client object trees...
[ 2019.941879] nouveau [ DRM] resuming display...
[ 2019.944248] usb 2-1.6: reset high-speed USB device number 3 using ehci-pci
[ 2020.062765] ata4: SATA link down (SStatus 0 SControl 300)
[ 2020.074595] ata3: SATA link down (SStatus 4 SControl 300)
[ 2020.241981] nouveau [ DRM] resuming console...
[ 2020.242715] PM: resume of devices complete after 514.127 msecs
[ 2020.670701] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input18
[ 2020.670971] PM: Finishing wakeup.
[ 2020.670973] Restarting tasks ... done.
[ 2021.074690] ata2.01: failed to resume link (SControl 0)
[ 2021.074788] ata1.01: failed to resume link (SControl 0)
[ 2021.228884] ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 2021.228911] ata2.01: SATA link down (SStatus 0 SControl 0)
[ 2021.228930] ata2.01: link offline, clearing class 3 to NONE
[ 2021.328359] ata2.00: configured for UDMA/100
[ 2022.668615] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 2022.668638] ata1.01: SATA link down (SStatus 0 SControl 0)
[ 2022.699141] ata1.00: configured for UDMA/133
[ 2046.670333] PM: Syncing filesystems ... done.
[ 2047.302797] PM: Preparing system for mem sleep
[ 2047.303599] Freezing user space processes ... (elapsed 0.001 seconds) done.
[ 2047.304792] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 2047.306002] PM: Entering mem sleep
[ 2047.306093] Suspending console(s) (use no_console_suspend to debug)
[ 2047.306492] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 2047.342704] sd 0:0:0:0: [sda] Stopping disk
[ 2047.901329] i8042 aux 00:03: System wakeup disabled by ACPI
[ 2047.901350] i8042 kbd 00:02: System wakeup enabled by ACPI
[ 2047.901419] nouveau [ DRM] suspending console...
[ 2047.901430] nouveau [ DRM] suspending display...
[ 2047.901528] nouveau [ DRM] evicting buffers...
[ 2047.902149] nouveau [ DRM] waiting for kernel channels to go idle...
[ 2047.902186] nouveau [ DRM] suspending client object trees...
[ 2047.902461] nouveau [ DRM] suspending kernel object tree...
[ 2050.428278] PM: suspend of devices complete after 3120.975 msecs
[ 2050.428614] PM: late suspend of devices complete after 0.332 msecs
[ 2050.429107] ehci-pci 0000:00:1d.0: System wakeup enabled by ACPI
[ 2050.429221] ehci-pci 0000:00:1a.0: System wakeup enabled by ACPI
[ 2050.441335] PM: noirq suspend of devices complete after 12.714 msecs
[ 2050.441643] ACPI: Preparing to enter system sleep state S3
[ 2050.449766] PM: Saving platform NVS memory
[ 2050.450495] Disabling non-boot CPUs ...
[ 2050.451857] kvm: disabling virtualization on CPU1
[ 2050.452086] smpboot: CPU 1 is now offline
[ 2050.453607] kvm: disabling virtualization on CPU2
[ 2050.453615] smpboot: CPU 2 is now offline
[ 2050.455137] kvm: disabling virtualization on CPU3
[ 2050.455160] smpboot: CPU 3 is now offline
[ 2050.456180] ACPI: Low-level resume complete
[ 2050.456239] PM: Restoring platform NVS memory
[ 2050.456881] Enabling non-boot CPUs ...
[ 2050.456947] x86: Booting SMP configuration:
[ 2050.456948] smpboot: Booting Node 0 Processor 1 APIC 0x1
[ 2050.468084] Initializing CPU#1
[ 2050.468150] kvm: enabling virtualization on CPU1
[ 2050.470573] CPU1 is up
[ 2050.470599] smpboot: Booting Node 0 Processor 2 APIC 0x4
[ 2050.481714] Initializing CPU#2
[ 2050.481777] kvm: enabling virtualization on CPU2
[ 2050.484222] CPU2 is up
[ 2050.484255] smpboot: Booting Node 0 Processor 3 APIC 0x5
[ 2050.495270] Initializing CPU#3
[ 2050.495333] kvm: enabling virtualization on CPU3
[ 2050.497807] CPU3 is up
[ 2050.500295] ACPI: Waking up from system sleep state S3
[ 2051.036809] ehci-pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 2051.036853] ehci-pci 0000:00:1a.0: System wakeup disabled by ACPI
[ 2051.036920] PM: noirq resume of devices complete after 11.816 msecs
[ 2051.037092] PM: early resume of devices complete after 0.144 msecs
[ 2051.037229] snd_hda_intel 0000:00:1b.0: irq 25 for MSI/MSI-X
[ 2051.037348] nouveau [ DRM] re-enabling device...
[ 2051.037365] nouveau [ DRM] resuming kernel object tree...
[ 2051.037384] nouveau [ VBIOS][0000:01:00.0] running init tables
[ 2051.039939] sd 0:0:0:0: [sda] Starting disk
[ 2051.049517] rtc_cmos 00:01: System wakeup disabled by ACPI
[ 2051.049549] i8042 kbd 00:02: System wakeup disabled by ACPI
[ 2051.225681] nouveau [ VOLT][0000:01:00.0] GPU voltage: 900000uv
[ 2051.225692] nouveau [ PTHERM][0000:01:00.0] fan management: automatic
[ 2051.245779] nouveau [ CLK][0000:01:00.0] --: core 405 MHz shader 810 MHz memory 324 MHz
[ 2051.250528] nouveau [ DRM] resuming client object trees...
[ 2051.250537] nouveau [ DRM] resuming display...
[ 2051.252941] usb 2-1.6: reset high-speed USB device number 3 using ehci-pci
[ 2051.371735] ata4: SATA link down (SStatus 0 SControl 300)
[ 2051.383921] ata3: SATA link down (SStatus 4 SControl 300)
[ 2051.551815] nouveau [ DRM] resuming console...
[ 2051.552526] PM: resume of devices complete after 515.255 msecs
[ 2051.552753] PM: Finishing wakeup.
[ 2051.552755] Restarting tasks ... done.
[ 2052.386676] ata2.01: failed to resume link (SControl 0)
[ 2052.390003] ata1.01: failed to resume link (SControl 0)
[ 2052.540147] ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 2052.540174] ata2.01: SATA link down (SStatus 0 SControl 0)
[ 2052.540196] ata2.01: link offline, clearing class 3 to NONE
[ 2052.640367] ata2.00: configured for UDMA/100
[ 2053.450447] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 2053.450469] ata1.01: SATA link down (SStatus 0 SControl 0)
[ 2053.474290] ata1.00: configured for UDMA/133
[ 2370.945503] PM: Syncing filesystems ... done.
[ 2371.237152] PM: Preparing system for mem sleep
[ 2371.237959] Freezing user space processes ... (elapsed 0.001 seconds) done.
[ 2371.239100] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 2371.240238] PM: Entering mem sleep
[ 2371.240343] Suspending console(s) (use no_console_suspend to debug)
[ 2371.240853] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 2371.241014] sd 0:0:0:0: [sda] Stopping disk
[ 2371.837330] i8042 aux 00:03: System wakeup disabled by ACPI
[ 2371.837350] i8042 kbd 00:02: System wakeup enabled by ACPI
[ 2371.837443] nouveau [ DRM] suspending console...
[ 2371.837464] nouveau [ DRM] suspending display...
[ 2371.837543] nouveau [ DRM] evicting buffers...
[ 2371.838190] nouveau [ DRM] waiting for kernel channels to go idle...
[ 2371.838227] nouveau [ DRM] suspending client object trees...
[ 2371.838559] nouveau [ DRM] suspending kernel object tree...
[ 2374.366396] PM: suspend of devices complete after 3124.824 msecs
[ 2374.366787] PM: late suspend of devices complete after 0.385 msecs
[ 2374.367344] ehci-pci 0000:00:1d.0: System wakeup enabled by ACPI
[ 2374.367407] ehci-pci 0000:00:1a.0: System wakeup enabled by ACPI
[ 2374.379386] PM: noirq suspend of devices complete after 12.591 msecs
[ 2374.379689] ACPI: Preparing to enter system sleep state S3
[ 2374.387811] PM: Saving platform NVS memory
[ 2374.388555] Disabling non-boot CPUs ...
[ 2374.389916] kvm: disabling virtualization on CPU1
[ 2374.390149] smpboot: CPU 1 is now offline
[ 2374.391707] kvm: disabling virtualization on CPU2
[ 2374.391711] smpboot: CPU 2 is now offline
[ 2374.393332] kvm: disabling virtualization on CPU3
[ 2374.393346] smpboot: CPU 3 is now offline
[ 2374.394368] ACPI: Low-level resume complete
[ 2374.394426] PM: Restoring platform NVS memory
[ 2374.395080] Enabling non-boot CPUs ...
[ 2374.395146] x86: Booting SMP configuration:
[ 2374.395147] smpboot: Booting Node 0 Processor 1 APIC 0x1
[ 2374.406183] Initializing CPU#1
[ 2374.406247] kvm: enabling virtualization on CPU1
[ 2374.408667] CPU1 is up
[ 2374.408692] smpboot: Booting Node 0 Processor 2 APIC 0x4
[ 2374.419708] Initializing CPU#2
[ 2374.419770] kvm: enabling virtualization on CPU2
[ 2374.422216] CPU2 is up
[ 2374.422242] smpboot: Booting Node 0 Processor 3 APIC 0x5
[ 2374.433357] Initializing CPU#3
[ 2374.433422] kvm: enabling virtualization on CPU3
[ 2374.435893] CPU3 is up
[ 2374.438400] ACPI: Waking up from system sleep state S3
[ 2374.974337] ehci-pci 0000:00:1a.0: System wakeup disabled by ACPI
[ 2374.974670] ehci-pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 2374.974885] PM: noirq resume of devices complete after 13.389 msecs
[ 2374.975086] PM: early resume of devices complete after 0.173 msecs
[ 2374.975202] nouveau [ DRM] re-enabling device...
[ 2374.975240] nouveau [ DRM] resuming kernel object tree...
[ 2374.975261] nouveau [ VBIOS][0000:01:00.0] running init tables
[ 2374.975395] snd_hda_intel 0000:00:1b.0: irq 25 for MSI/MSI-X
[ 2374.977888] sd 0:0:0:0: [sda] Starting disk
[ 2374.987545] rtc_cmos 00:01: System wakeup disabled by ACPI
[ 2374.987572] i8042 kbd 00:02: System wakeup disabled by ACPI
[ 2375.164910] nouveau [ VOLT][0000:01:00.0] GPU voltage: 900000uv
[ 2375.164918] nouveau [ PTHERM][0000:01:00.0] fan management: automatic
[ 2375.185009] nouveau [ CLK][0000:01:00.0] --: core 405 MHz shader 810 MHz memory 324 MHz
[ 2375.188588] nouveau [ DRM] resuming client object trees...
[ 2375.188605] nouveau [ DRM] resuming display...
[ 2375.191054] usb 2-1.6: reset high-speed USB device number 3 using ehci-pci
[ 2375.302836] ata3: SATA link down (SStatus 4 SControl 300)
[ 2375.315646] ata4: SATA link down (SStatus 0 SControl 300)
[ 2375.488820] nouveau [ DRM] resuming console...
[ 2375.489528] PM: resume of devices complete after 514.263 msecs
[ 2375.489773] PM: Finishing wakeup.
[ 2375.489775] Restarting tasks ... done.
[ 2376.314747] ata1.01: failed to resume link (SControl 0)
[ 2376.338093] ata2.01: failed to resume link (SControl 0)
[ 2376.491601] ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 2376.491628] ata2.01: SATA link down (SStatus 0 SControl 0)
[ 2376.491647] ata2.01: link offline, clearing class 3 to NONE
[ 2376.591706] ata2.00: configured for UDMA/100
[ 2377.375174] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 2377.375198] ata1.01: SATA link down (SStatus 0 SControl 0)
[ 2377.405663] ata1.00: configured for UDMA/133
[ 2595.898439] atl1c 0000:03:00.0: irq 27 for MSI/MSI-X
[ 2595.898556] atl1c 0000:03:00.0: atl1c: enp3s0 NIC Link is Up<1000 Mbps Full Duplex>
[ 2794.335093] PM: Syncing filesystems ... done.
[ 2794.634638] PM: Preparing system for mem sleep
[ 2794.635506] Freezing user space processes ... (elapsed 0.001 seconds) done.
[ 2794.636731] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 2794.637887] PM: Entering mem sleep
[ 2794.637977] Suspending console(s) (use no_console_suspend to debug)
[ 2794.638484] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 2794.638665] sd 0:0:0:0: [sda] Stopping disk
[ 2795.230399] i8042 aux 00:03: System wakeup disabled by ACPI
[ 2795.230436] i8042 kbd 00:02: System wakeup enabled by ACPI
[ 2795.230577] nouveau [ DRM] suspending console...
[ 2795.230594] nouveau [ DRM] suspending display...
[ 2795.230822] nouveau [ DRM] evicting buffers...
[ 2795.231342] nouveau [ DRM] waiting for kernel channels to go idle...
[ 2795.231377] nouveau [ DRM] suspending client object trees...
[ 2795.231709] nouveau [ DRM] suspending kernel object tree...
[ 2797.748221] PM: suspend of devices complete after 3109.038 msecs
[ 2797.748617] PM: late suspend of devices complete after 0.391 msecs
[ 2797.749259] ehci-pci 0000:00:1d.0: System wakeup enabled by ACPI
[ 2797.749331] ehci-pci 0000:00:1a.0: System wakeup enabled by ACPI
[ 2797.761216] PM: noirq suspend of devices complete after 12.591 msecs
[ 2797.761523] ACPI: Preparing to enter system sleep state S3
[ 2797.769645] PM: Saving platform NVS memory
[ 2797.770393] Disabling non-boot CPUs ...
[ 2797.771746] kvm: disabling virtualization on CPU1
[ 2797.771983] smpboot: CPU 1 is now offline
[ 2797.773782] kvm: disabling virtualization on CPU2
[ 2797.773792] smpboot: CPU 2 is now offline
[ 2797.775672] kvm: disabling virtualization on CPU3
[ 2797.775680] smpboot: CPU 3 is now offline
[ 2797.776888] ACPI: Low-level resume complete
[ 2797.776947] PM: Restoring platform NVS memory
[ 2797.777594] Enabling non-boot CPUs ...
[ 2797.777646] x86: Booting SMP configuration:
[ 2797.777647] smpboot: Booting Node 0 Processor 1 APIC 0x1
[ 2797.788788] Initializing CPU#1
[ 2797.788852] kvm: enabling virtualization on CPU1
[ 2797.791274] CPU1 is up
[ 2797.791301] smpboot: Booting Node 0 Processor 2 APIC 0x4
[ 2797.802415] Initializing CPU#2
[ 2797.802477] kvm: enabling virtualization on CPU2
[ 2797.804918] CPU2 is up
[ 2797.804946] smpboot: Booting Node 0 Processor 3 APIC 0x5
[ 2797.816061] Initializing CPU#3
[ 2797.816124] kvm: enabling virtualization on CPU3
[ 2797.818577] CPU3 is up
[ 2797.821080] ACPI: Waking up from system sleep state S3
[ 2798.356227] ehci-pci 0000:00:1a.0: System wakeup disabled by ACPI
[ 2798.356525] ehci-pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 2798.356803] PM: noirq resume of devices complete after 13.182 msecs
[ 2798.357118] PM: early resume of devices complete after 0.247 msecs
[ 2798.357326] snd_hda_intel 0000:00:1b.0: irq 25 for MSI/MSI-X
[ 2798.357593] nouveau [ DRM] re-enabling device...
[ 2798.357609] nouveau [ DRM] resuming kernel object tree...
[ 2798.357630] nouveau [ VBIOS][0000:01:00.0] running init tables
[ 2798.367178] sd 0:0:0:0: [sda] Starting disk
[ 2798.368398] rtc_cmos 00:01: System wakeup disabled by ACPI
[ 2798.368420] i8042 kbd 00:02: System wakeup disabled by ACPI
[ 2798.379698] atl1c 0000:03:00.0: irq 27 for MSI/MSI-X
[ 2798.546481] nouveau [ VOLT][0000:01:00.0] GPU voltage: 900000uv
[ 2798.546488] nouveau [ PTHERM][0000:01:00.0] fan management: automatic
[ 2798.566574] nouveau [ CLK][0000:01:00.0] --: core 405 MHz shader 810 MHz memory 324 MHz
[ 2798.570429] nouveau [ DRM] resuming client object trees...
[ 2798.570438] nouveau [ DRM] resuming display...
[ 2798.580227] usb 2-1.6: reset high-speed USB device number 3 using ehci-pci
[ 2798.691298] ata4: SATA link down (SStatus 0 SControl 300)
[ 2798.703106] ata3: SATA link down (SStatus 4 SControl 300)
[ 2798.872332] nouveau [ DRM] resuming console...
[ 2798.872964] PM: resume of devices complete after 515.667 msecs
[ 2798.873166] PM: Finishing wakeup.
[ 2798.873168] Restarting tasks ... done.
[ 2799.703260] ata1.01: failed to resume link (SControl 0)
[ 2799.703359] ata2.01: failed to resume link (SControl 0)
[ 2799.856763] ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 2799.856789] ata2.01: SATA link down (SStatus 0 SControl 0)
[ 2799.856809] ata2.01: link offline, clearing class 3 to NONE
[ 2799.940294] ata2.00: configured for UDMA/100
[ 2800.763707] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 2800.763729] ata1.01: SATA link down (SStatus 0 SControl 0)
[ 2800.787583] ata1.00: configured for UDMA/133
[ 2801.399611] atl1c 0000:03:00.0: atl1c: enp3s0 NIC Link is Up<1000 Mbps Full Duplex>
[ 2857.191628] PM: Syncing filesystems ... done.
[ 2857.657259] PM: Preparing system for mem sleep
[ 2857.658113] Freezing user space processes ... (elapsed 0.001 seconds) done.
[ 2857.659373] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 2857.660536] PM: Entering mem sleep
[ 2857.660628] Suspending console(s) (use no_console_suspend to debug)
[ 2857.661015] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 2857.675002] sd 0:0:0:0: [sda] Stopping disk
[ 2858.253544] i8042 aux 00:03: System wakeup disabled by ACPI
[ 2858.253565] i8042 kbd 00:02: System wakeup enabled by ACPI
[ 2858.253710] nouveau [ DRM] suspending console...
[ 2858.253719] nouveau [ DRM] suspending display...
[ 2858.253799] nouveau [ DRM] evicting buffers...
[ 2858.254502] nouveau [ DRM] waiting for kernel channels to go idle...
[ 2858.254536] nouveau [ DRM] suspending client object trees...
[ 2858.254879] nouveau [ DRM] suspending kernel object tree...
[ 2860.784160] PM: suspend of devices complete after 3122.303 msecs
[ 2860.784612] PM: late suspend of devices complete after 0.445 msecs
[ 2860.785244] ehci-pci 0000:00:1d.0: System wakeup enabled by ACPI
[ 2860.785325] ehci-pci 0000:00:1a.0: System wakeup enabled by ACPI
[ 2860.797391] PM: noirq suspend of devices complete after 12.772 msecs
[ 2860.797688] ACPI: Preparing to enter system sleep state S3
[ 2860.805809] PM: Saving platform NVS memory
[ 2860.806565] Disabling non-boot CPUs ...
[ 2860.807920] kvm: disabling virtualization on CPU1
[ 2860.808151] smpboot: CPU 1 is now offline
[ 2860.809695] kvm: disabling virtualization on CPU2
[ 2860.809704] smpboot: CPU 2 is now offline
[ 2860.811242] kvm: disabling virtualization on CPU3
[ 2860.811257] smpboot: CPU 3 is now offline
[ 2860.812251] ACPI: Low-level resume complete
[ 2860.812310] PM: Restoring platform NVS memory
[ 2860.812963] Enabling non-boot CPUs ...
[ 2860.813016] x86: Booting SMP configuration:
[ 2860.813016] smpboot: Booting Node 0 Processor 1 APIC 0x1
[ 2860.824167] Initializing CPU#1
[ 2860.824232] kvm: enabling virtualization on CPU1
[ 2860.826658] CPU1 is up
[ 2860.826683] smpboot: Booting Node 0 Processor 2 APIC 0x4
[ 2860.837799] Initializing CPU#2
[ 2860.837861] kvm: enabling virtualization on CPU2
[ 2860.840307] CPU2 is up
[ 2860.840334] smpboot: Booting Node 0 Processor 3 APIC 0x5
[ 2860.851449] Initializing CPU#3
[ 2860.851513] kvm: enabling virtualization on CPU3
[ 2860.853989] CPU3 is up
[ 2860.856477] ACPI: Waking up from system sleep state S3
[ 2860.895571] ehci-pci 0000:00:1a.0: System wakeup disabled by ACPI
[ 2860.895593] ehci-pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 2860.899069] PM: noirq resume of devices complete after 14.116 msecs
[ 2860.899267] PM: early resume of devices complete after 0.170 msecs
[ 2860.899396] nouveau [ DRM] re-enabling device...
[ 2860.899411] nouveau [ DRM] resuming kernel object tree...
[ 2860.899432] nouveau [ VBIOS][0000:01:00.0] running init tables
[ 2860.902231] snd_hda_intel 0000:00:1b.0: irq 25 for MSI/MSI-X
[ 2860.902804] sd 0:0:0:0: [sda] Starting disk
[ 2860.912051] rtc_cmos 00:01: System wakeup disabled by ACPI
[ 2860.912079] i8042 kbd 00:02: System wakeup disabled by ACPI
[ 2860.925710] atl1c 0000:03:00.0: irq 27 for MSI/MSI-X
[ 2861.088455] nouveau [ VOLT][0000:01:00.0] GPU voltage: 900000uv
[ 2861.088463] nouveau [ PTHERM][0000:01:00.0] fan management: automatic
[ 2861.108550] nouveau [ CLK][0000:01:00.0] --: core 405 MHz shader 810 MHz memory 324 MHz
[ 2861.113045] nouveau [ DRM] resuming client object trees...
[ 2861.113052] nouveau [ DRM] resuming display...
[ 2861.115530] usb 2-1.6: reset high-speed USB device number 3 using ehci-pci
[ 2861.142113] atkbd serio0: Failed to enable keyboard on isa0060/serio0
[ 2861.233948] ata3: SATA link down (SStatus 4 SControl 300)
[ 2861.245744] ata4: SATA link down (SStatus 0 SControl 300)
[ 2861.342198] psmouse serio1: Failed to deactivate mouse on isa0060/serio1
[ 2861.413195] nouveau [ DRM] resuming console...
[ 2861.413904] PM: resume of devices complete after 514.458 msecs
[ 2861.414138] PM: Finishing wakeup.
[ 2861.414140] Restarting tasks ... done.
[ 2861.742397] psmouse serio1: Failed to enable mouse on isa0060/serio1
[ 2861.942457] psmouse serio1: Failed to deactivate mouse on isa0060/serio1
[ 2862.245899] ata2.01: failed to resume link (SControl 0)
[ 2862.245994] ata1.01: failed to resume link (SControl 0)
[ 2862.399373] ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 2862.399398] ata2.01: SATA link down (SStatus 0 SControl 0)
[ 2862.399420] ata2.01: link offline, clearing class 3 to NONE
[ 2862.499574] ata2.00: configured for UDMA/100
[ 2862.742721] psmouse serio1: Failed to enable mouse on isa0060/serio1
[ 2862.742727] psmouse serio1: sentelic: Unable get OPC state.
[ 2862.942789] psmouse serio1: Failed to deactivate mouse on isa0060/serio1
[ 2863.342925] psmouse serio1: Failed to enable mouse on isa0060/serio1
[ 2863.542993] psmouse serio1: Failed to deactivate mouse on isa0060/serio1
[ 2863.839847] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 2863.839869] ata1.01: SATA link down (SStatus 0 SControl 0)
[ 2863.873752] ata1.00: configured for UDMA/133
[ 2863.914092] atl1c 0000:03:00.0: atl1c: enp3s0 NIC Link is Up<1000 Mbps Full Duplex>
[ 2863.943132] psmouse serio1: Failed to enable mouse on isa0060/serio1
[ 2863.946551] atkbd serio0: Spurious ACK on isa0060/serio0. Some program might be trying to access hardware directly.
[ 2864.674063] psmouse serio1: hgpk: ID: 10 00 64
[ 2865.181291] psmouse serio1: sentelic: Finger Sensing Pad, hw: 12.1.1, sn: 0, sw: 1.1.0-K
[ 2865.974905] input: FSPPS/2 Sentelic FingerSensingPad as /devices/platform/i8042/serio1/input/input20
[ 2867.249442] psmouse serio1: hgpk: ID: 10 00 64
[ 2867.759888] psmouse serio1: sentelic: Finger Sensing Pad, hw: 12.1.1, sn: 0, sw: 1.1.0-K
[ 2868.552441] input: FSPPS/2 Sentelic FingerSensingPad as /devices/platform/i8042/serio1/input/input22
离线
如果lspci 都找不到,你这个是硬件问题
离线
如果lspci 都找不到,你这个是硬件问题
解决了,无线开关没有开。shit。原来要先按F2一次,然后按组合键Fn+f2才能打开无线开关。谢谢了。十分感谢。
离线
页次: 1