stepper motor skip stepping control

More
29 Aug 2018 18:11 #116802 by alex123
Hi guys,
Mesa 7I92 the ball screw rotates the stepper motor, at the other end the ecoder 1000 marks. The system works without skipping steps. In the event of an emergency, the stepping motor skips the steps, which protects the machine from breakage - so conceived.
The question is how to configure HAL so that if you skip steps, Linuxcnc immediately stopped the machine, as soon as the discrepancy between the received position on the encoder goes beyond the specified value?
In this case, the stepper motors closed loop is not needed in my system.

Please Log in or Create an account to join the conversation.

More
29 Aug 2018 19:06 #116809 by andypugh
It should be as simple as changing the feedback source.

Currently you will have something like this in the HAL file:

net some-signal stepgen.N.position-fb => joint.N.motor-pos-fb

Change that to

net some-signal encoder.N.position => joint.N.motor-pos-fb

Please Log in or Create an account to join the conversation.

More
29 Aug 2018 19:06 #116810 by andypugh
Though the net might be split over two lines, both with the same some-signal name.

Please Log in or Create an account to join the conversation.

More
01 Sep 2018 16:30 #116950 by alex123
changed as follows:
# !!!!!!!!!!!before editing
#net z-pos-fb <= hm2_7i92.0.stepgen.00.position-fb
#net z-pos-fb => axis.2.motor-pos-fb

# !!!!!!!!!!after editing
net z-pos-fb <= hm2_7i92.0.encoder.00.position-fb
net z-pos-fb => axis.2.motor-pos-fb

linux stops starting
[ 43.852947] wlp8s0: associated
[ 43.853018] IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready
[ 212.002937] tg3 0000:02:00.0 enp2s0: Link is up at 100 Mbps, full duplex
[ 212.002940] tg3 0000:02:00.0 enp2s0: Flow control is on for TX and on for RX
[ 212.003644] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
[ 315.313307] perf: interrupt took too long (2505 > 2500), lowering kernel.perf_event_max_sample_rate to 79750
[ 344.918329] perf: interrupt took too long (3141 > 3131), lowering kernel.perf_event_max_sample_rate to 63500
[ 393.773090] perf: interrupt took too long (3929 > 3926), lowering kernel.perf_event_max_sample_rate to 50750
[ 493.338243] perf: interrupt took too long (4923 > 4911), lowering kernel.perf_event_max_sample_rate to 40500
Print file information:
RUN_IN_PLACE=no
LINUXCNC_DIR=
LINUXCNC_BIN_DIR=/usr/bin
LINUXCNC_TCL_DIR=/usr/lib/tcltk/linuxcnc
LINUXCNC_SCRIPT_DIR=
LINUXCNC_RTLIB_DIR=/usr/lib/linuxcnc/modules
LINUXCNC_CONFIG_DIR=
LINUXCNC_LANG_DIR=/usr/share/linuxcnc/tcl/msgs
INIVAR=inivar
HALCMD=halcmd
LINUXCNC_EMCSH=/usr/bin/wish8.6
LINUXCNC - 2.7.14
Machine configuration directory is '/home/cnc/linuxcnc/configs/тест_1_энкодер_на_оси_посмотреть_что_генерит'
Machine configuration file is 'тест_1_энкодер_на_оси_посмотреть_что_генерит.ini'
INIFILE=/home/cnc/linuxcnc/configs/тест_1_энкодер_на_оси_посмотреть_что_генерит/тест_1_энкодер_на_оси_посмотреть_что_генерит.ini
PARAMETER_FILE=linuxcnc.var
TASK=milltask
HALUI=halui
DISPLAY=axis
Starting LinuxCNC...
Starting LinuxCNC server program: linuxcncsvr
Loading Real Time OS, RTAPI, and HAL_LIB modules
Starting LinuxCNC IO program: io
Starting HAL User Interface program: halui
Found file(REL): ./тест_1_энкодер_на_оси_посмотреть_что_генерит.hal
hm2: loading Mesa HostMot2 driver version 0.15
hm2_eth: loading Mesa AnyIO HostMot2 ethernet driver version 0.2
hm2_eth: 192.168.1.121: Hardware address: 00:60:1b:13:03:fe
hm2_eth: discovered 7I92
hm2/hm2_7i92.0: Smart Serial Firmware Version 43
hm2/hm2_7i92.0: 34 I/O Pins used:
hm2/hm2_7i92.0:     IO Pin 000 (P2-01): StepGen #0, pin Direction (Output)
hm2/hm2_7i92.0:     IO Pin 001 (P2-14): StepGen #0, pin Step (Output)
hm2/hm2_7i92.0:     IO Pin 002 (P2-02): StepGen #1, pin Direction (Output)
hm2/hm2_7i92.0:     IO Pin 003 (P2-15): StepGen #1, pin Step (Output)
hm2/hm2_7i92.0:     IO Pin 004 (P2-03): StepGen #2, pin Direction (Output)
hm2/hm2_7i92.0:     IO Pin 005 (P2-16): StepGen #2, pin Step (Output)
hm2/hm2_7i92.0:     IO Pin 006 (P2-04): IOPort
hm2/hm2_7i92.0:     IO Pin 007 (P2-17): IOPort
hm2/hm2_7i92.0:     IO Pin 008 (P2-05): IOPort
hm2/hm2_7i92.0:     IO Pin 009 (P2-06): IOPort
hm2/hm2_7i92.0:     IO Pin 010 (P2-07): IOPort
hm2/hm2_7i92.0:     IO Pin 011 (P2-08): IOPort
hm2/hm2_7i92.0:     IO Pin 012 (P2-09): IOPort
hm2/hm2_7i92.0:     IO Pin 013 (P2-10): IOPort
hm2/hm2_7i92.0:     IO Pin 014 (P2-11): Encoder #0, pin Index (Input)
hm2/hm2_7i92.0:     IO Pin 015 (P2-12): Encoder #0, pin B (Input)
hm2/hm2_7i92.0:     IO Pin 016 (P2-13): Encoder #0, pin A (Input)
hm2/hm2_7i92.0:     IO Pin 017 (P1-01): IOPort
hm2/hm2_7i92.0:     IO Pin 018 (P1-14): IOPort
hm2/hm2_7i92.0:     IO Pin 019 (P1-02): IOPort
hm2/hm2_7i92.0:     IO Pin 020 (P1-15): IOPort
hm2/hm2_7i92.0:     IO Pin 021 (P1-03): IOPort
hm2/hm2_7i92.0:     IO Pin 022 (P1-16): IOPort
hm2/hm2_7i92.0:     IO Pin 023 (P1-04): IOPort
hm2/hm2_7i92.0:     IO Pin 024 (P1-17): IOPort
hm2/hm2_7i92.0:     IO Pin 025 (P1-05): IOPort
hm2/hm2_7i92.0:     IO Pin 026 (P1-06): IOPort
hm2/hm2_7i92.0:     IO Pin 027 (P1-07): IOPort
hm2/hm2_7i92.0:     IO Pin 028 (P1-08): IOPort
hm2/hm2_7i92.0:     IO Pin 029 (P1-09): IOPort
hm2/hm2_7i92.0:     IO Pin 030 (P1-10): IOPort
hm2/hm2_7i92.0:     IO Pin 031 (P1-11): IOPort
hm2/hm2_7i92.0:     IO Pin 032 (P1-12): IOPort
hm2/hm2_7i92.0:     IO Pin 033 (P1-13): IOPort
hm2/hm2_7i92.0: registered
Shutting down and cleaning up LinuxCNC...
Running HAL shutdown script
Killing task linuxcncsvr, PID=1373
hm2_eth: HostMot2 ethernet driver unloaded
hm2: unloading
Removing HAL_LIB, RTAPI, and Real Time OS modules
Removing NML shared memory segments

Debug file information:
Note: Using POSIX realtime
./тест_1_энкодер_на_оси_посмотреть_что_генерит.hal:128: Pin 'hm2_7i92.0.encoder.00.position-fb' does not exist
1373
  PID TTY      STAT   TIME COMMAND
Stopping realtime threads
Unloading hal components
Note: Using POSIX realtime

Kernel message information:
[    0.000000] Linux version 4.9.0-5-rt-686-pae (debian-kernel@lists.debian.org) (gcc version 6.3.0 20170516 (Debian 6.3.0-18) ) #1 SMP PREEMPT RT Debian 4.9.65-3+deb9u2 (2018-01-04)
[    0.000000] x86/fpu: Legacy x87 FPU detected.
[    0.000000] x86/fpu: Using 'eager' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007fecffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007fed0000-0x000000007fedefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007fedf000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed003ff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed14000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.4 present.
[    0.000000] DMI: Acer Aspire 9920/Aspire 9920, BIOS V1.20    01/07/08
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x7fed0 max_arch_pfn = 0x1000000
[    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-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 07FF00000 mask FFFF00000 uncachable
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] found SMP MP-table at [mem 0x000f70c0-0x000f70cf] mapped at [c00f70c0]
[    0.000000] initial memory mapped: [mem 0x00000000-0x10ffffff]
[    0.000000] Base memory trampoline at [c009a000] 9a000 size 16384
[    0.000000] BRK [0x10a59000, 0x10a59fff] PGTABLE
[    0.000000] BRK [0x10a5a000, 0x10a5bfff] PGTABLE
[    0.000000] BRK [0x10a5c000, 0x10a5cfff] PGTABLE
[    0.000000] BRK [0x10a5d000, 0x10a5dfff] PGTABLE
[    0.000000] RAMDISK: [mem 0x353e3000-0x369e8fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F7020 000024 (v02 ACRSYS)
[    0.000000] ACPI: XSDT 0x000000007FED258F 00008C (v01 ACRSYS ACRPRDCT 06040000  LTP 00000000)
[    0.000000] ACPI: FACP 0x000000007FEDBBD2 0000F4 (v03 INTEL  CRESTLNE 06040000 ALAN 00000001)
[    0.000000] ACPI: DSDT 0x000000007FED3AB3 0080AB (v02 INTEL  CRESTLNE 06040000 INTL 20050624)
[    0.000000] ACPI: FACS 0x000000007FEDEFC0 000040
[    0.000000] ACPI: FACS 0x000000007FEDEFC0 000040
[    0.000000] ACPI: APIC 0x000000007FEDBCC6 000068 (v01 INTEL  CRESTLNE 06040000 LOHR 0000005A)
[    0.000000] ACPI: HPET 0x000000007FEDBD2E 000038 (v01 INTEL  CRESTLNE 06040000 LOHR 0000005A)
[    0.000000] ACPI: MCFG 0x000000007FEDBD66 00003C (v01 INTEL  CRESTLNE 06040000 LOHR 0000005A)
[    0.000000] ACPI: TCPA 0x000000007FEDBDA2 000032 (v01 Intel   CRESTLN 06040000      00005A52)
[    0.000000] ACPI: TMOR 0x000000007FEDBDD4 000026 (v01 PTLTD           06040000 PTL  00000003)
[    0.000000] ACPI: APIC 0x000000007FEDBDFA 000068 (v01 PTLTD  ? APIC   06040000  LTP 00000000)
[    0.000000] ACPI: SLIC 0x000000007FEDBE62 000176 (v01 ACRSYS ACRPRDCT 06040000  LTP 00000000)
[    0.000000] ACPI: BOOT 0x000000007FEDBFD8 000028 (v01 PTLTD  $SBFTBL$ 06040000  LTP 00000001)
[    0.000000] ACPI: SSDT 0x000000007FED37BE 0002F5 (v01 SataRe SataAhci 00001000 INTL 20050624)
[    0.000000] ACPI: SSDT 0x000000007FED2BA7 00025F (v01 PmRef  Cpu0Tst  00003000 INTL 20050624)
[    0.000000] ACPI: SSDT 0x000000007FED2B01 0000A6 (v01 PmRef  Cpu1Tst  00003000 INTL 20050624)
[    0.000000] ACPI: SSDT 0x000000007FED261B 0004E6 (v01 PmRef  CpuPm    00003000 INTL 20050624)
[    0.000000] ACPI: BIOS bug: multiple APIC/MADT found, using 0
[    0.000000] ACPI: If "acpi_apic_instance=2" works better, notify linux-acpi@vger.kernel.org
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 1156MB HIGHMEM available.
[    0.000000] 889MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 379fe000
[    0.000000]   low ram: 0 - 379fe000
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   Normal   [mem 0x0000000001000000-0x00000000379fdfff]
[    0.000000]   HighMem  [mem 0x00000000379fe000-0x000000007fecffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000007fecffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000007fecffff]
[    0.000000] On node 0 totalpages: 523885
[    0.000000] free_area_init_node: node 0, pgdat d081b580, node_mem_map f3fe3028
[    0.000000]   DMA zone: 40 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   Normal zone: 2185 pages used for memmap
[    0.000000]   Normal zone: 223742 pages, LIFO batch:31
[    0.000000]   HighMem zone: 296146 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 1, 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 2 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000e3fff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e4000-0x000fffff]
[    0.000000] e820: [mem 0x80000000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] percpu: Embedded 101 pages/cpu @f7931000 s381408 r0 d32288 u413696
[    0.000000] pcpu-alloc: s381408 r0 d32288 u413696 alloc=101*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 521660
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-5-rt-686-pae root=/dev/sda1 ro quiet
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] microcode: microcode updated early to revision 0xba, date = 2010-10-03
[    0.000000] Initializing CPU#0
[    0.000000] Initializing HighMem for node 0 (000379fe:0007fed0)
[    0.000000] Initializing Movable for node 0 (00000000:00000000)
[    0.000000] Memory: 2039700K/2095540K available (5978K kernel code, 632K rwdata, 1752K rodata, 1052K init, 592K bss, 55840K reserved, 0K cma-reserved, 1184584K highmem)
[    0.000000] virtual kernel memory layout:
                   fixmap  : 0xffd36000 - 0xfffff000   (2852 kB)
                   pkmap   : 0xffa00000 - 0xffc00000   (2048 kB)
                   vmalloc : 0xf81fe000 - 0xff9fe000   ( 120 MB)
                   lowmem  : 0xc0000000 - 0xf79fe000   ( 889 MB)
                     .init : 0xd082f000 - 0xd0936000   (1052 kB)
                     .data : 0xd05d6e64 - 0xd082d0c0   (2392 kB)
                     .text : 0xd0000000 - 0xd05d6e64   (5979 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=2, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=32 to nr_cpu_ids=2.
[    0.000000] 	RCU kthread priority: 1.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS:2304 nr_irqs:440 16
[    0.000000] CPU 0 irqstacks, hard=f703e000 soft=f7080000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2194.606 MHz processor
[    0.004004] Calibrating delay loop (skipped), value calculated using timer frequency.. 4389.21 BogoMIPS (lpj=8778424)
[    0.004005] pid_max: default: 32768 minimum: 301
[    0.004022] ACPI: Core revision 20160831
[    0.013083] ACPI: 5 ACPI AML tables successfully acquired and loaded
[    0.013109] Security Framework initialized
[    0.013110] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.013118] AppArmor: AppArmor disabled by boot time parameter
[    0.013130] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.013132] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.013455] CPU: Physical Processor ID: 0
[    0.013455] CPU: Processor Core ID: 0
[    0.013461] mce: CPU supports 6 MCE banks
[    0.013471] process: using mwait in idle threads
[    0.013478] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
[    0.013479] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
[    0.013697] Freeing SMP alternatives memory: 24K
[    0.015913] ftrace: allocating 24005 entries in 47 pages
[    0.024102] smpboot: Max logical packages: 1
[    0.024108] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.024501] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.068000] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU     T7500  @ 2.20GHz (family: 0x6, model: 0xf, stepping: 0xb)
[    0.068000] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
[    0.068000] core: PEBS disabled due to CPU errata
[    0.068000] ... version:                2
[    0.068000] ... bit width:              40
[    0.068000] ... generic registers:      2
[    0.068000] ... value mask:             000000ffffffffff
[    0.068000] ... max period:             000000007fffffff
[    0.068000] ... fixed-purpose events:   3
[    0.068000] ... event mask:             0000000700000003
[    0.120088] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.172025] CPU 1 irqstacks, hard=f7196000 soft=f7198000
[    0.172026] x86: Booting SMP configuration:
[    0.172028] .... node  #0, CPUs:      #1
[    0.008000] Initializing CPU#1
[    0.180086] x86: Booted up 1 node, 2 CPUs
[    0.180086] smpboot: Total of 2 processors activated (8778.42 BogoMIPS)
[    0.182093] devtmpfs: initialized
[    0.182093] PM: Registering ACPI NVS region [mem 0x7fed0000-0x7fedefff] (61440 bytes)
[    0.182093] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.182093] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.182093] pinctrl core: initialized pinctrl subsystem
[    0.182093] NET: Registered protocol family 16
[    0.188017] cpuidle: using governor ladder
[    0.192012] cpuidle: using governor menu
[    0.192046] Simple Boot Flag at 0x36 set to 0x1
[    0.192059] ACPI: bus type PCI registered
[    0.192061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.192142] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.192144] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.192145] PCI: Using MMCONFIG for extended config space
[    0.192146] PCI: Using configuration type 1 for base access
[    0.192252] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.192253] mtrr: probably your BIOS does not setup all CPUs.
[    0.192254] mtrr: corrected configuration.
[    0.192617] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.192617] ACPI: Added _OSI(Module Device)
[    0.192617] ACPI: Added _OSI(Processor Device)
[    0.192617] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.192617] ACPI: Added _OSI(Processor Aggregator Device)
[    0.220012] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.241791] ACPI: Dynamic OEM Table Load:
[    0.241800] ACPI: SSDT 0x00000000F7207C00 00027A (v01 PmRef  Cpu0Ist  00003000 INTL 20050624)
[    0.242056] ACPI: Dynamic OEM Table Load:
[    0.242063] ACPI: SSDT 0x00000000F71F3000 0005F1 (v01 PmRef  Cpu0Cst  00003001 INTL 20050624)
[    0.242390] ACPI: Dynamic OEM Table Load:
[    0.242396] ACPI: SSDT 0x00000000F71C3E00 0000C8 (v01 PmRef  Cpu1Ist  00003000 INTL 20050624)
[    0.242571] ACPI: Dynamic OEM Table Load:
[    0.242577] ACPI: SSDT 0x00000000F71BC240 000085 (v01 PmRef  Cpu1Cst  00003000 INTL 20050624)
[    0.243134] ACPI : EC: EC started
[    0.243136] ACPI : EC: interrupt blocked
[    0.243235] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
[    0.243238] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.243240] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions
[    0.243241] ACPI: Interpreter enabled
[    0.243266] ACPI: (supports S0 S3 S4 S5)
[    0.243268] ACPI: Using IOAPIC for interrupt routing
[    0.243298] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.245203] acpi SADDLEST:00: ACPI dock station (docks/bays count: 1)
[    0.252167] ACPI: Power Resource [FN00] (off)
[    0.253110] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.253116] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.253121] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.253781] PCI host bridge to bus 0000:00
[    0.253784] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.253786] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.253788] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.253790] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.253792] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.253794] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.253796] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.253797] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.253799] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    0.253801] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff window]
[    0.253803] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.253814] pci 0000:00:00.0: [8086:2a00] type 00 class 0x060000
[    0.253982] pci 0000:00:01.0: [8086:2a01] type 01 class 0x060400
[    0.254037] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.254203] pci 0000:00:1a.0: [8086:2834] type 00 class 0x0c0300
[    0.254261] pci 0000:00:1a.0: reg 0x20: [io  0x1800-0x181f]
[    0.254385] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.254451] pci 0000:00:1a.1: [8086:2835] type 00 class 0x0c0300
[    0.254508] pci 0000:00:1a.1: reg 0x20: [io  0x1820-0x183f]
[    0.254632] pci 0000:00:1a.1: System wakeup disabled by ACPI
[    0.254710] pci 0000:00:1a.7: [8086:283a] type 00 class 0x0c0320
[    0.254731] pci 0000:00:1a.7: reg 0x10: [mem 0xfc304800-0xfc304bff]
[    0.254835] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.254978] pci 0000:00:1b.0: [8086:284b] type 00 class 0x040300
[    0.255003] pci 0000:00:1b.0: reg 0x10: [mem 0xfc300000-0xfc303fff 64bit]
[    0.255108] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.255191] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.255258] pci 0000:00:1c.0: [8086:283f] type 01 class 0x060400
[    0.255365] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.255514] pci 0000:00:1c.1: [8086:2841] type 01 class 0x060400
[    0.255624] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.255772] pci 0000:00:1c.2: [8086:2843] type 01 class 0x060400
[    0.255878] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.256037] pci 0000:00:1c.3: [8086:2845] type 01 class 0x060400
[    0.256144] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.256294] pci 0000:00:1d.0: [8086:2830] type 00 class 0x0c0300
[    0.256352] pci 0000:00:1d.0: reg 0x20: [io  0x1840-0x185f]
[    0.256476] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.256537] pci 0000:00:1d.1: [8086:2831] type 00 class 0x0c0300
[    0.256596] pci 0000:00:1d.1: reg 0x20: [io  0x1860-0x187f]
[    0.256717] pci 0000:00:1d.1: System wakeup disabled by ACPI
[    0.256783] pci 0000:00:1d.2: [8086:2832] type 00 class 0x0c0300
[    0.256840] pci 0000:00:1d.2: reg 0x20: [io  0x1880-0x189f]
[    0.257007] pci 0000:00:1d.7: [8086:2836] type 00 class 0x0c0320
[    0.257029] pci 0000:00:1d.7: reg 0x10: [mem 0xfc304c00-0xfc304fff]
[    0.257133] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.257208] pci 0000:00:1d.7: System wakeup disabled by ACPI
[    0.257277] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.257459] pci 0000:00:1f.0: [8086:2815] type 00 class 0x060100
[    0.257550] pci 0000:00:1f.0: quirk: [io  0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
[    0.257556] pci 0000:00:1f.0: quirk: [io  0x1180-0x11bf] claimed by ICH6 GPIO
[    0.257559] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0400 (mask 0003)
[    0.257563] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 1640 (mask 007f)
[    0.257717] pci 0000:00:1f.1: [8086:2850] type 00 class 0x01018a
[    0.257734] pci 0000:00:1f.1: reg 0x10: [io  0x0000-0x0007]
[    0.257746] pci 0000:00:1f.1: reg 0x14: [io  0x0000-0x0003]
[    0.257758] pci 0000:00:1f.1: reg 0x18: [io  0x0000-0x0007]
[    0.257769] pci 0000:00:1f.1: reg 0x1c: [io  0x0000-0x0003]
[    0.257781] pci 0000:00:1f.1: reg 0x20: [io  0x18a0-0x18af]
[    0.257806] pci 0000:00:1f.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.257808] pci 0000:00:1f.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.257810] pci 0000:00:1f.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.257811] pci 0000:00:1f.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.257943] pci 0000:00:1f.2: [8086:2829] type 00 class 0x010601
[    0.257964] pci 0000:00:1f.2: reg 0x10: [io  0x18d8-0x18df]
[    0.257974] pci 0000:00:1f.2: reg 0x14: [io  0x18cc-0x18cf]
[    0.257985] pci 0000:00:1f.2: reg 0x18: [io  0x18d0-0x18d7]
[    0.257996] pci 0000:00:1f.2: reg 0x1c: [io  0x18c8-0x18cb]
[    0.258007] pci 0000:00:1f.2: reg 0x20: [io  0x18e0-0x18ff]
[    0.258018] pci 0000:00:1f.2: reg 0x24: [mem 0xfc304000-0xfc3047ff]
[    0.258074] pci 0000:00:1f.2: PME# supported from D3hot
[    0.258209] pci 0000:00:1f.3: [8086:283e] type 00 class 0x0c0500
[    0.258226] pci 0000:00:1f.3: reg 0x10: [mem 0x00000000-0x000000ff]
[    0.258265] pci 0000:00:1f.3: reg 0x20: [io  0x1c00-0x1c1f]
[    0.258487] pci 0000:01:00.0: [10de:0407] type 00 class 0x030000
[    0.258501] pci 0000:01:00.0: reg 0x10: [mem 0xca000000-0xcaffffff]
[    0.258514] pci 0000:01:00.0: reg 0x14: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.258526] pci 0000:01:00.0: reg 0x1c: [mem 0xc8000000-0xc9ffffff 64bit]
[    0.258535] pci 0000:01:00.0: reg 0x24: [io  0x2000-0x207f]
[    0.258543] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
[    0.268010] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.268014] pci 0000:00:01.0:   bridge window [io  0x2000-0x2fff]
[    0.268017] pci 0000:00:01.0:   bridge window [mem 0xc8000000-0xcaffffff]
[    0.268022] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.268206] pci 0000:02:00.0: [14e4:1693] type 00 class 0x020000
[    0.268278] pci 0000:02:00.0: reg 0x10: [mem 0xfa000000-0xfa00ffff 64bit]
[    0.268691] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.268840] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.269018] pci 0000:00:1c.0: PCI bridge to [bus 02-03]
[    0.269025] pci 0000:00:1c.0:   bridge window [mem 0xfa000000-0xfbffffff]
[    0.269033] pci 0000:00:1c.0:   bridge window [mem 0xf4000000-0xf5ffffff 64bit pref]
[    0.269132] acpiphp: Slot [1] registered
[    0.269139] pci 0000:00:1c.1: PCI bridge to [bus 04-05]
[    0.269146] pci 0000:00:1c.1:   bridge window [mem 0xf6000000-0xf7ffffff]
[    0.269154] pci 0000:00:1c.1:   bridge window [mem 0xf0000000-0xf1ffffff 64bit pref]
[    0.269242] pci 0000:00:1c.2: PCI bridge to [bus 06-07]
[    0.269250] pci 0000:00:1c.2:   bridge window [mem 0xf8000000-0xf9ffffff]
[    0.269257] pci 0000:00:1c.2:   bridge window [mem 0xf2000000-0xf3ffffff 64bit pref]
[    0.269408] pci 0000:08:00.0: [8086:4229] type 00 class 0x028000
[    0.269460] pci 0000:08:00.0: reg 0x10: [mem 0xc4000000-0xc4001fff 64bit]
[    0.269698] pci 0000:08:00.0: PME# supported from D0 D3hot D3cold
[    0.269778] pci 0000:08:00.0: System wakeup disabled by ACPI
[    0.280042] pci 0000:00:1c.3: PCI bridge to [bus 08-09]
[    0.280050] pci 0000:00:1c.3:   bridge window [mem 0xc4000000-0xc5ffffff]
[    0.280057] pci 0000:00:1c.3:   bridge window [mem 0xcc000000-0xcdffffff 64bit pref]
[    0.280178] pci 0000:0a:06.0: [104c:8039] type 02 class 0x060700
[    0.280196] pci 0000:0a:06.0: reg 0x10: [mem 0xfc004000-0xfc004fff]
[    0.280234] pci 0000:0a:06.0: supports D1 D2
[    0.280236] pci 0000:0a:06.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.280326] pci 0000:0a:06.1: [104c:803a] type 00 class 0x0c0010
[    0.280346] pci 0000:0a:06.1: reg 0x10: [mem 0xfc006000-0xfc0067ff]
[    0.280357] pci 0000:0a:06.1: reg 0x14: [mem 0xfc000000-0xfc003fff]
[    0.280445] pci 0000:0a:06.1: supports D1 D2
[    0.280447] pci 0000:0a:06.1: PME# supported from D0 D1 D2 D3hot
[    0.280535] pci 0000:0a:06.2: [104c:803b] type 00 class 0x018000
[    0.280552] pci 0000:0a:06.2: reg 0x10: [mem 0xfc005000-0xfc005fff]
[    0.280632] pci 0000:0a:06.2: supports D1 D2
[    0.280634] pci 0000:0a:06.2: PME# supported from D0 D1 D2 D3hot
[    0.280718] pci 0000:0a:06.3: [104c:803c] type 00 class 0x080501
[    0.280735] pci 0000:0a:06.3: reg 0x10: [mem 0xfc006800-0xfc0068ff]
[    0.280735] pci 0000:0a:06.3: supports D1 D2
[    0.280735] pci 0000:0a:06.3: PME# supported from D0 D1 D2 D3hot
[    0.280735] pci 0000:00:1e.0: PCI bridge to [bus 0a-0b] (subtractive decode)
[    0.280735] pci 0000:00:1e.0:   bridge window [mem 0xfc000000-0xfc0fffff]
[    0.280735] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.280735] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.280735] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.280735] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
[    0.280735] pci 0000:00:1e.0:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
[    0.280735] pci 0000:00:1e.0:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
[    0.280735] pci 0000:00:1e.0:   bridge window [mem 0x000dc000-0x000dffff window] (subtractive decode)
[    0.280735] pci 0000:00:1e.0:   bridge window [mem 0x000e0000-0x000e3fff window] (subtractive decode)
[    0.280735] pci 0000:00:1e.0:   bridge window [mem 0x80000000-0xdfffffff window] (subtractive decode)
[    0.280735] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xfebfffff window] (subtractive decode)
[    0.280735] pci_bus 0000:0b: busn_res: can not insert [bus 0b-ff] under [bus 0a-0b] (conflicts with (null) [bus 0a-0b])
[    0.280735] pci_bus 0000:0b: busn_res: [bus 0b-ff] end is updated to 0e
[    0.280735] pci_bus 0000:0b: busn_res: can not insert [bus 0b-0e] under [bus 0a-0b] (conflicts with (null) [bus 0a-0b])
[    0.280735] pci_bus 0000:0b: [bus 0b-0e] partially hidden behind transparent bridge 0000:0a [bus 0a-0b]
[    0.280735] pci 0000:00:1e.0: bridge has subordinate 0b but max busn 0e
[    0.280735] pci_bus 0000:00: on NUMA node 0
[    0.280735] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 *5 6 7 10 12 14 15)
[    0.280735] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.280735] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[    0.280751] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.280825] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.280900] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[    0.280973] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[    0.281047] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.282065] ACPI: Enabled 3 GPEs in block 00 to 1F
[    0.282132] ACPI : EC: interrupt unblocked
[    0.282140] ACPI : EC: event unblocked
[    0.282148] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.282151] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
[    0.282279] vgaarb: setting as boot device: PCI:0000:01:00.0
[    0.282279] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.282279] vgaarb: loaded
[    0.282279] vgaarb: bridge control possible 0000:01:00.0
[    0.282279] PCI: Using ACPI for IRQ routing
[    0.292369] PCI: pci_cache_line_size set to 64 bytes
[    0.292547] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.292549] e820: reserve RAM buffer [mem 0x7fed0000-0x7fffffff]
[    0.292720] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.292720] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.292720] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.294128] clocksource: Switched to clocksource hpet
[    0.307817] VFS: Disk quotas dquot_6.6.0
[    0.307840] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.307967] pnp: PnP ACPI init
[    0.308259] system 00:00: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.308262] system 00:00: [mem 0xfed14000-0xfed17fff] has been reserved
[    0.308265] system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.308271] system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.308273] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    0.308276] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.308278] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.308280] system 00:00: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.308286] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.308726] system 00:01: [mem 0xfed00000-0xfed003ff] has been reserved
[    0.308730] system 00:01: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[    0.308830] system 00:02: [io  0x0400-0x0401] has been reserved
[    0.308833] system 00:02: [io  0x01f8-0x0273] has been reserved
[    0.308835] system 00:02: [io  0x0680-0x069f] has been reserved
[    0.308838] system 00:02: [io  0x0800-0x080f] has been reserved
[    0.308840] system 00:02: [io  0x1000-0x107f] has been reserved
[    0.308843] system 00:02: [io  0x1180-0x11bf] has been reserved
[    0.308845] system 00:02: [io  0x1640-0x164f] has been reserved
[    0.308847] system 00:02: [io  0xfe00] has been reserved
[    0.308851] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.308897] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.309287] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.309530] pnp 00:05: Plug and Play ACPI device, IDs PNP0401 (disabled)
[    0.309621] pnp 00:06: Plug and Play ACPI device, IDs ITE8709 (active)
[    0.309680] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.309726] pnp 00:08: Plug and Play ACPI device, IDs SYN1904 SYN1900 SYN0002 PNP0f13 (active)
[    0.309813] pnp: PnP ACPI: found 9 devices
[    0.309816] PnPBIOS: Disabled
[    0.347675] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.347699] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02-03] add_size 1000
[    0.347710] pci 0000:00:1c.1: bridge window [io  0x1000-0x0fff] to [bus 04-05] add_size 1000
[    0.347720] pci 0000:00:1c.2: bridge window [io  0x1000-0x0fff] to [bus 06-07] add_size 1000
[    0.347731] pci 0000:00:1c.3: bridge window [io  0x1000-0x0fff] to [bus 08-09] add_size 1000
[    0.347748] pci 0000:0a:06.0: res[13]=[io  0x0100-0x00ff] res_to_dev_res add_size 100 min_align 100
[    0.347751] pci 0000:0a:06.0: res[14]=[io  0x0100-0x00ff] res_to_dev_res add_size 100 min_align 100
[    0.347753] pci 0000:00:1e.0: bridge window [io  0x1000-0x0fff] to [bus 0a-0b] add_size 1000
[    0.347761] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.347763] pci 0000:00:1c.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.347766] pci 0000:00:1c.1: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.347768] pci 0000:00:1c.1: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.347770] pci 0000:00:1c.2: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.347772] pci 0000:00:1c.2: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.347774] pci 0000:00:1c.3: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.347776] pci 0000:00:1c.3: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.347778] pci 0000:00:1e.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.347780] pci 0000:00:1e.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.347787] pci 0000:00:1c.0: BAR 13: assigned [io  0x3000-0x3fff]
[    0.347791] pci 0000:00:1c.1: BAR 13: assigned [io  0x4000-0x4fff]
[    0.347795] pci 0000:00:1c.2: BAR 13: assigned [io  0x5000-0x5fff]
[    0.347798] pci 0000:00:1c.3: BAR 13: assigned [io  0x6000-0x6fff]
[    0.347802] pci 0000:00:1e.0: BAR 13: assigned [io  0x7000-0x7fff]
[    0.347808] pci 0000:00:1f.3: BAR 0: assigned [mem 0x80000000-0x800000ff]
[    0.347816] pci 0000:01:00.0: BAR 6: no space for [mem size 0x00020000 pref]
[    0.347818] pci 0000:01:00.0: BAR 6: failed to assign [mem size 0x00020000 pref]
[    0.347820] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.347823] pci 0000:00:01.0:   bridge window [io  0x2000-0x2fff]
[    0.347827] pci 0000:00:01.0:   bridge window [mem 0xc8000000-0xcaffffff]
[    0.347830] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.347835] pci 0000:00:1c.0: PCI bridge to [bus 02-03]
[    0.347838] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[    0.347844] pci 0000:00:1c.0:   bridge window [mem 0xfa000000-0xfbffffff]
[    0.347848] pci 0000:00:1c.0:   bridge window [mem 0xf4000000-0xf5ffffff 64bit pref]
[    0.347855] pci 0000:00:1c.1: PCI bridge to [bus 04-05]
[    0.347858] pci 0000:00:1c.1:   bridge window [io  0x4000-0x4fff]
[    0.347863] pci 0000:00:1c.1:   bridge window [mem 0xf6000000-0xf7ffffff]
[    0.347868] pci 0000:00:1c.1:   bridge window [mem 0xf0000000-0xf1ffffff 64bit pref]
[    0.347875] pci 0000:00:1c.2: PCI bridge to [bus 06-07]
[    0.347878] pci 0000:00:1c.2:   bridge window [io  0x5000-0x5fff]
[    0.347883] pci 0000:00:1c.2:   bridge window [mem 0xf8000000-0xf9ffffff]
[    0.347888] pci 0000:00:1c.2:   bridge window [mem 0xf2000000-0xf3ffffff 64bit pref]
[    0.347895] pci 0000:00:1c.3: PCI bridge to [bus 08-09]
[    0.347897] pci 0000:00:1c.3:   bridge window [io  0x6000-0x6fff]
[    0.347903] pci 0000:00:1c.3:   bridge window [mem 0xc4000000-0xc5ffffff]
[    0.347908] pci 0000:00:1c.3:   bridge window [mem 0xcc000000-0xcdffffff 64bit pref]
[    0.347917] pci 0000:0a:06.0: res[15]=[mem 0x04000000-0x03ffffff pref] res_to_dev_res add_size 4000000 min_align 4000000
[    0.347920] pci 0000:0a:06.0: res[15]=[mem 0x04000000-0x07ffffff pref] res_to_dev_res add_size 4000000 min_align 4000000
[    0.347922] pci 0000:0a:06.0: res[16]=[mem 0x04000000-0x03ffffff] res_to_dev_res add_size 4000000 min_align 4000000
[    0.347924] pci 0000:0a:06.0: res[16]=[mem 0x04000000-0x07ffffff] res_to_dev_res add_size 4000000 min_align 4000000
[    0.347926] pci 0000:0a:06.0: res[13]=[io  0x0100-0x00ff] res_to_dev_res add_size 100 min_align 100
[    0.347928] pci 0000:0a:06.0: res[13]=[io  0x0100-0x01ff] res_to_dev_res add_size 100 min_align 100
[    0.347930] pci 0000:0a:06.0: res[14]=[io  0x0100-0x00ff] res_to_dev_res add_size 100 min_align 100
[    0.347932] pci 0000:0a:06.0: res[14]=[io  0x0100-0x01ff] res_to_dev_res add_size 100 min_align 100
[    0.347939] pci 0000:0a:06.0: BAR 15: assigned [mem 0x84000000-0x87ffffff pref]
[    0.347945] pci 0000:0a:06.0: BAR 16: assigned [mem 0x88000000-0x8bffffff]
[    0.347947] pci 0000:0a:06.0: BAR 13: assigned [io  0x7000-0x70ff]
[    0.347949] pci 0000:0a:06.0: BAR 14: assigned [io  0x7400-0x74ff]
[    0.347952] pci 0000:0a:06.0: CardBus bridge to [bus 0b-0e]
[    0.347954] pci 0000:0a:06.0:   bridge window [io  0x7000-0x70ff]
[    0.347958] pci 0000:0a:06.0:   bridge window [io  0x7400-0x74ff]
[    0.347963] pci 0000:0a:06.0:   bridge window [mem 0x84000000-0x87ffffff pref]
[    0.347968] pci 0000:0a:06.0:   bridge window [mem 0x88000000-0x8bffffff]
[    0.347972] pci 0000:00:1e.0: PCI bridge to [bus 0a-0b]
[    0.347975] pci 0000:00:1e.0:   bridge window [io  0x7000-0x7fff]
[    0.347981] pci 0000:00:1e.0:   bridge window [mem 0xfc000000-0xfc0fffff]
[    0.347991] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.347993] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.347995] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.347997] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window]
[    0.347999] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window]
[    0.348014] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window]
[    0.348016] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window]
[    0.348018] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff window]
[    0.348019] pci_bus 0000:00: resource 12 [mem 0x80000000-0xdfffffff window]
[    0.348021] pci_bus 0000:00: resource 13 [mem 0xf0000000-0xfebfffff window]
[    0.348024] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
[    0.348025] pci_bus 0000:01: resource 1 [mem 0xc8000000-0xcaffffff]
[    0.348027] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.348029] pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
[    0.348031] pci_bus 0000:02: resource 1 [mem 0xfa000000-0xfbffffff]
[    0.348033] pci_bus 0000:02: resource 2 [mem 0xf4000000-0xf5ffffff 64bit pref]
[    0.348035] pci_bus 0000:04: resource 0 [io  0x4000-0x4fff]
[    0.348037] pci_bus 0000:04: resource 1 [mem 0xf6000000-0xf7ffffff]
[    0.348039] pci_bus 0000:04: resource 2 [mem 0xf0000000-0xf1ffffff 64bit pref]
[    0.348041] pci_bus 0000:06: resource 0 [io  0x5000-0x5fff]
[    0.348042] pci_bus 0000:06: resource 1 [mem 0xf8000000-0xf9ffffff]
[    0.348044] pci_bus 0000:06: resource 2 [mem 0xf2000000-0xf3ffffff 64bit pref]
[    0.348046] pci_bus 0000:08: resource 0 [io  0x6000-0x6fff]
[    0.348048] pci_bus 0000:08: resource 1 [mem 0xc4000000-0xc5ffffff]
[    0.348050] pci_bus 0000:08: resource 2 [mem 0xcc000000-0xcdffffff 64bit pref]
[    0.348052] pci_bus 0000:0a: resource 0 [io  0x7000-0x7fff]
[    0.348053] pci_bus 0000:0a: resource 1 [mem 0xfc000000-0xfc0fffff]
[    0.348055] pci_bus 0000:0a: resource 4 [io  0x0000-0x0cf7 window]
[    0.348057] pci_bus 0000:0a: resource 5 [io  0x0d00-0xffff window]
[    0.348059] pci_bus 0000:0a: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.348061] pci_bus 0000:0a: resource 7 [mem 0x000d0000-0x000d3fff window]
[    0.348062] pci_bus 0000:0a: resource 8 [mem 0x000d4000-0x000d7fff window]
[    0.348064] pci_bus 0000:0a: resource 9 [mem 0x000d8000-0x000dbfff window]
[    0.348066] pci_bus 0000:0a: resource 10 [mem 0x000dc000-0x000dffff window]
[    0.348068] pci_bus 0000:0a: resource 11 [mem 0x000e0000-0x000e3fff window]
[    0.348070] pci_bus 0000:0a: resource 12 [mem 0x80000000-0xdfffffff window]
[    0.348071] pci_bus 0000:0a: resource 13 [mem 0xf0000000-0xfebfffff window]
[    0.348073] pci_bus 0000:0b: resource 0 [io  0x7000-0x70ff]
[    0.348075] pci_bus 0000:0b: resource 1 [io  0x7400-0x74ff]
[    0.348077] pci_bus 0000:0b: resource 2 [mem 0x84000000-0x87ffffff pref]
[    0.348079] pci_bus 0000:0b: resource 3 [mem 0x88000000-0x8bffffff]
[    0.348212] NET: Registered protocol family 2
[    0.348432] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.348452] TCP bind hash table entries: 8192 (order: 5, 229376 bytes)
[    0.348547] TCP: Hash tables configured (established 8192 bind 8192)
[    0.348581] UDP hash table entries: 512 (order: 3, 32768 bytes)
[    0.348599] UDP-Lite hash table entries: 512 (order: 3, 32768 bytes)
[    0.348669] NET: Registered protocol family 1
[    0.351245] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.351326] PCI: CLS 64 bytes, default 64
[    0.351395] Unpacking initramfs...
[    0.837908] Freeing initrd memory: 22552K
[    0.838549] audit: initializing netlink subsys (disabled)
[    0.838579] audit: type=2000 audit(1535817997.836:1): initialized
[    0.839149] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[    0.842189] zbud: loaded
[    0.843169] bounce: pool size: 64 pages
[    0.843224] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    0.843261] io scheduler noop registered
[    0.843263] io scheduler deadline registered
[    0.843318] io scheduler cfq registered (default)
[    0.844986] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.844995] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.845021] intel_idle: does not run on family 6 model 15
[    0.854344] Monitor-Mwait will be used to enter C-1 state
[    0.854351] Monitor-Mwait will be used to enter C-2 state
[    0.854356] Monitor-Mwait will be used to enter C-3 state
[    0.854362] tsc: Marking TSC unstable due to TSC halts in idle
[    0.856613] GHES: HEST is not enabled!
[    0.856673] isapnp: Scanning for PnP cards...
[    1.210246] isapnp: No Plug & Play device found
[    1.210365] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.230928] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.231709] Linux agpgart interface v0.103
[    1.232405] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.237435] i8042: Detected active multiplexing controller, rev 1.1
[    1.240087] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.240150] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    1.240205] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    1.240261] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    1.240307] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    1.240506] mousedev: PS/2 mouse device common for all mice
[    1.240572] rtc_cmos 00:03: RTC can wake from S4
[    1.240767] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    1.240860] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.241577] NET: Registered protocol family 10
[    1.241916] mip6: Mobile IPv6
[    1.241919] NET: Registered protocol family 17
[    1.241922] mpls_gso: MPLS GSO support
[    1.242163] microcode: sig=0x6fb, pf=0x80, revision=0xba
[    1.242263] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    1.242267] Using IPI No-Shortcut mode
[    1.242509] registered taskstats version 1
[    1.242542] zswap: loaded using pool lzo/zbud
[    1.242592] ima: No TPM chip found, activating TPM-bypass!
[    1.243151] rtc_cmos 00:03: setting system clock to 2018-09-01 16:06:39 UTC (1535817999)
[    1.243223] PM: Hibernation image not present or could not be loaded.
[    1.243838] Freeing unused kernel memory: 1052K
[    1.243970] Write protecting the kernel text: 5980k
[    1.244107] Write protecting the kernel read-only data: 1760k
[    1.244108] NX-protecting the kernel data: 4260k
[    1.244379] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.262926] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.263051] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.264389] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.264714] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.266514] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.266618] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.266721] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.266832] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.266955] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.267522] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.279974] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.311023] ACPI: bus type USB registered
[    1.311065] usbcore: registered new interface driver usbfs
[    1.311082] usbcore: registered new interface driver hub
[    1.316794] usbcore: registered new device driver usb
[    1.317472] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.317880] uhci_hcd: USB Universal Host Controller Interface driver
[    1.318175] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    1.318184] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    1.318194] uhci_hcd 0000:00:1a.0: detected 2 ports
[    1.320500] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00001800
[    1.320584] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[    1.320587] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.320589] usb usb1: Product: UHCI Host Controller
[    1.320590] usb usb1: Manufacturer: Linux 4.9.0-5-rt-686-pae uhci_hcd
[    1.320592] usb usb1: SerialNumber: 0000:00:1a.0
[    1.328505] hub 1-0:1.0: USB hub found
[    1.328516] hub 1-0:1.0: 2 ports detected
[    1.328933] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    1.328940] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
[    1.328948] uhci_hcd 0000:00:1a.1: detected 2 ports
[    1.329124] ehci-pci: EHCI PCI platform driver
[    1.334677] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001820
[    1.334920] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.334922] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.334924] usb usb2: Product: UHCI Host Controller
[    1.334926] usb usb2: Manufacturer: Linux 4.9.0-5-rt-686-pae uhci_hcd
[    1.334928] usb usb2: SerialNumber: 0000:00:1a.1
[    1.335123] hub 2-0:1.0: USB hub found
[    1.335132] hub 2-0:1.0: 2 ports detected
[    1.346125] pps_core: LinuxPPS API ver. 1 registered
[    1.346126] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.346712] thermal LNXTHERM:00: registered as thermal_zone0
[    1.346713] ACPI: Thermal Zone [TZ00] (53 C)
[    1.347145] PTP clock support registered
[    1.347248] thermal LNXTHERM:01: registered as thermal_zone1
[    1.347249] ACPI: Thermal Zone [TZVR] (55 C)
[    1.347436] thermal LNXTHERM:02: registered as thermal_zone2
[    1.347438] ACPI: Thermal Zone [TZVL] (0 C)
[    1.347619] thermal LNXTHERM:03: registered as thermal_zone3
[    1.347621] ACPI: Thermal Zone [TZ01] (36 C)
[    1.348063] ehci-pci 0000:00:1a.7: EHCI Host Controller
[    1.348073] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 3
[    1.348090] ehci-pci 0000:00:1a.7: debug port 1
[    1.352097] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
[    1.352173] ehci-pci 0000:00:1a.7: irq 18, io mem 0xfc304800
[    1.353959] tg3.c:v3.137 (May 11, 2014)
[    1.355605] SCSI subsystem initialized
[    1.360947] sdhci: Secure Digital Host Controller Interface driver
[    1.360949] sdhci: Copyright(c) Pierre Ossman
[    1.361318] sdhci-pci 0000:0a:06.3: SDHCI controller found [104c:803c] (rev 0)
[    1.361331] pci 0000:00:1e.0: enabling device (0004 -> 0007)
[    1.361343] sdhci-pci 0000:0a:06.3: enabling device (0000 -> 0002)
[    1.362633] mmc0: SDHCI controller on PCI [0000:0a:06.3] using DMA
[    1.363442] libata version 3.00 loaded.
[    1.368050] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    1.368156] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    1.368158] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.368160] usb usb3: Product: EHCI Host Controller
[    1.368162] usb usb3: Manufacturer: Linux 4.9.0-5-rt-686-pae ehci_hcd
[    1.368164] usb usb3: SerialNumber: 0000:00:1a.7
[    1.369518] hub 3-0:1.0: USB hub found
[    1.369530] hub 3-0:1.0: 4 ports detected
[    1.396173] hub 1-0:1.0: USB hub found
[    1.396186] hub 1-0:1.0: 2 ports detected
[    1.420676] tg3 0000:02:00.0: VPD access failed.  This is likely a firmware bug on this device.  Contact the card vendor for a firmware update
[    1.421711] tg3 0000:02:00.0 eth0: Tigon3 [partno(none) rev b002] (PCI Express) MAC address 00:a0:d1:a3:62:6f
[    1.421714] tg3 0000:02:00.0 eth0: attached PHY is 5787 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
[    1.421716] tg3 0000:02:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[    1.421718] tg3 0000:02:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[    1.424105] hub 2-0:1.0: USB hub found
[    1.424117] hub 2-0:1.0: 2 ports detected
[    1.424481] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.424488] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
[    1.424498] uhci_hcd 0000:00:1d.0: detected 2 ports
[    1.424710] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001840
[    1.424795] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.424798] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.424799] usb usb4: Product: UHCI Host Controller
[    1.424801] usb usb4: Manufacturer: Linux 4.9.0-5-rt-686-pae uhci_hcd
[    1.424803] usb usb4: SerialNumber: 0000:00:1d.0
[    1.424988] hub 4-0:1.0: USB hub found
[    1.424999] hub 4-0:1.0: 2 ports detected
[    1.425178] ata_piix 0000:00:1f.1: version 2.13
[    1.430413] scsi host0: ata_piix
[    1.434581] scsi host1: ata_piix
[    1.434665] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x18a0 irq 14
[    1.434667] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x18a8 irq 15
[    1.434724] ahci 0000:00:1f.2: version 3.0
[    1.435025] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 3 Gbps 0x7 impl SATA mode
[    1.435029] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ccc 
[    1.436089] firewire_ohci 0000:0a:06.1: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x2
[    1.440149] scsi host2: ahci
[    1.444422] scsi host3: ahci
[    1.448597] scsi host4: ahci
[    1.448697] ata3: SATA max UDMA/133 abar m2048@0xfc304000 port 0xfc304100 irq 29
[    1.448700] ata4: SATA max UDMA/133 abar m2048@0xfc304000 port 0xfc304180 irq 29
[    1.448702] ata5: SATA max UDMA/133 abar m2048@0xfc304000 port 0xfc304200 irq 29
[    1.449070] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    1.450782] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    1.450789] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 5
[    1.450804] ehci-pci 0000:00:1d.7: debug port 1
[    1.454699] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[    1.455359] ehci-pci 0000:00:1d.7: irq 23, io mem 0xfc304c00
[    1.468038] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.468133] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[    1.468135] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.468137] usb usb5: Product: EHCI Host Controller
[    1.468139] usb usb5: Manufacturer: Linux 4.9.0-5-rt-686-pae ehci_hcd
[    1.468141] usb usb5: SerialNumber: 0000:00:1d.7
[    1.468342] hub 5-0:1.0: USB hub found
[    1.468353] hub 5-0:1.0: 6 ports detected
[    1.493069] tg3 0000:02:00.0 enp2s0: renamed from eth0
[    1.496283] hub 4-0:1.0: USB hub found
[    1.496295] hub 4-0:1.0: 2 ports detected
[    1.496667] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.496741] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[    1.496749] uhci_hcd 0000:00:1d.1: detected 2 ports
[    1.499414] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001860
[    1.499536] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.499538] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.499540] usb usb6: Product: UHCI Host Controller
[    1.499542] usb usb6: Manufacturer: Linux 4.9.0-5-rt-686-pae uhci_hcd
[    1.499544] usb usb6: SerialNumber: 0000:00:1d.1
[    1.499738] hub 6-0:1.0: USB hub found
[    1.499749] hub 6-0:1.0: 2 ports detected
[    1.500188] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.500195] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[    1.500202] uhci_hcd 0000:00:1d.2: detected 2 ports
[    1.500267] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001880
[    1.500398] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    1.500401] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.500402] usb usb7: Product: UHCI Host Controller
[    1.500404] usb usb7: Manufacturer: Linux 4.9.0-5-rt-686-pae uhci_hcd
[    1.500406] usb usb7: SerialNumber: 0000:00:1d.2
[    1.500598] hub 7-0:1.0: USB hub found
[    1.500609] hub 7-0:1.0: 2 ports detected
[    1.696059] usb 3-2: new high-speed USB device number 2 using ehci-pci
[    1.768181] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.770680] ata3.00: unexpected _GTF length (8)
[    1.771900] ata3.00: ATA-7: ST9120822AS, 3.AXC, max UDMA/133
[    1.771904] ata3.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    1.776215] ata3.00: unexpected _GTF length (8)
[    1.776259] ata4: SATA link down (SStatus 0 SControl 300)
[    1.777453] ata3.00: configured for UDMA/133
[    1.780259] ata5: SATA link down (SStatus 0 SControl 300)
[    1.796191] usb 5-6: new high-speed USB device number 2 using ehci-pci
[    1.856063] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fa24b52fc2, max_idle_ns: 440795273332 ns
[    1.876367] ata1.01: ATAPI: Slimtype DVD A  DS8A1P, CA14, max UDMA/33
[    1.920269] ata1.01: configured for UDMA/33
[    1.926890] scsi 0:0:1:0: CD-ROM            Slimtype DVD A  DS8A1P    CA14 PQ: 0 ANSI: 5
[    1.945754] scsi 2:0:0:0: Direct-Access     ATA      ST9120822AS      C    PQ: 0 ANSI: 5
[    1.952226] firewire_core 0000:0a:06.1: created device fw0: GUID 00a0d1a0d1a3626f, S400
[    1.953174] usb 5-6: New USB device found, idVendor=064e, idProduct=a101
[    1.953179] usb 5-6: New USB device strings: Mfr=2, Product=1, SerialNumber=3
[    1.953183] usb 5-6: Product: Acer CrystalEye webcam
[    1.953186] usb 5-6: Manufacturer: SuYin
[    1.953189] usb 5-6: SerialNumber: CN0314-OV03-VA-R02.00.00
[    1.993865] sd 2:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[    1.993949] sd 2:0:0:0: [sda] Write Protect is off
[    1.993951] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.993982] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.008078] sr 0:0:1:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.008081] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.008617] sr 0:0:1:0: Attached scsi CD-ROM sr0
[    2.081065]  sda: sda1 sda2 < sda5 >
[    2.081593] sd 2:0:0:0: [sda] Attached SCSI disk
[    2.129694] psmouse serio2: synaptics: Touchpad model: 1, fw: 6.2, id: 0x1280b1, caps: 0xa04713/0x204000/0x0/0x0, board id: 0, fw id: 235996
[    2.166097] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input6
[    2.212874] random: fast init done
[    2.769490] PM: Starting manual resume from disk
[    2.769494] PM: Hibernation image partition 8:5 present
[    2.769495] PM: Looking for hibernation image.
[    2.769693] PM: Image not found (code -22)
[    2.769697] PM: Hibernation image not present or could not be loaded.
[    3.281981] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    5.028419] ip_tables: (C) 2000-2006 Netfilter Core Team
[    5.087242] random: crng init done
[    5.205748] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    5.205913] systemd[1]: Detected architecture x86.
[    5.216600] systemd[1]: Set hostname to <228>.
[    6.397947] systemd[1]: live-tools.service: Cannot add dependency job, ignoring: Unit live-tools.service is masked.
[    6.398017] systemd[1]: rsync.service: Cannot add dependency job, ignoring: Unit rsync.service is masked.
[    6.398979] systemd[1]: Listening on Journal Audit Socket.
[    6.399094] systemd[1]: Listening on Journal Socket (/dev/log).
[    6.399158] systemd[1]: Listening on udev Control Socket.
[    6.399368] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    6.399452] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    6.884727] usb 3-2: New USB device found, idVendor=07ca, idProduct=a310
[    6.884731] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    6.884733] usb 3-2: Product: A310
[    6.884734] usb 3-2: Manufacturer: AVerMedia
[    6.884736] usb 3-2: SerialNumber: 000000000000
[    7.048772] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[    7.402468] lp: driver loaded but no devices found
[    7.481440] ppdev: user-space parallel port driver
[    7.490395] parport_pc 00:05: [io  0x0378-0x037f]
[    7.490400] parport_pc 00:05: [io  0x0778-0x077f]
[    7.490612] parport_pc 00:05: [irq 7]
[    7.490615] parport_pc 00:05: [dma 1]
[    7.491440] parport_pc 00:05: activated
[    7.491443] parport_pc 00:05: reported by Plug and Play ACPI
[    7.491573] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE]
[    7.565465] systemd-journald[230]: Received request to flush runtime journal from PID 1
[    7.596211] lp0: using parport0 (interrupt-driven).
[    9.249165] [Firmware Bug]: ACPI(EVGA) defines _DOD but not _DOS
[    9.249224] ACPI: Video Device [EVGA] (multi-head: yes  rom: no  post: no)
[    9.328155] acpi device:03: registered as cooling_device3
[    9.328229] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input9
[    9.359646] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    9.381893] ACPI: AC Adapter [ADP0] (on-line)
[    9.382176] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input10
[    9.382181] ACPI: Sleep Button [SLPB]
[    9.382284] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input11
[    9.382304] ACPI: Lid Switch [LID]
[    9.382377] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input12
[    9.382380] ACPI: Power Button [PWRB]
[    9.382451] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input13
[    9.382454] ACPI: Power Button [PWRF]
[    9.796708] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC268: line_outs=2 (0x15/0x16/0x0/0x0/0x0) type:speaker
[    9.796711] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    9.796714] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x14/0x0/0x0/0x0/0x0)
[    9.796716] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    9.796717] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
[    9.796719] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    9.796721] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x19
[    9.796724] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
[    9.796725] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[    9.808161] wmi: Mapper loaded
[    9.913373] [drm] Initialized
[    9.924446] yenta_cardbus 0000:0a:06.0: enabling device (0000 -> 0003)
[    9.924531] yenta_cardbus 0000:0a:06.0: CardBus bridge found [1025:0129]
[    9.924549] yenta_cardbus 0000:0a:06.0: Enabling burst memory read transactions
[    9.924554] yenta_cardbus 0000:0a:06.0: Using CSCINT to route CSC interrupts to PCI
[    9.924556] yenta_cardbus 0000:0a:06.0: Routing CardBus interrupts to PCI
[    9.924561] yenta_cardbus 0000:0a:06.0: TI: mfunc 0x01a61b22, devctl 0x66
[    9.934146] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[    9.934581] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[    9.934638] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
[    9.934695] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
[    9.998963] ACPI Warning: SystemIO range 0x0000000000001028-0x000000000000102F conflicts with OpRegion 0x0000000000001000-0x000000000000107F (\PMIO) (20160831/utaddress-247)
[    9.998971] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    9.998975] ACPI Warning: SystemIO range 0x00000000000011B0-0x00000000000011BF conflicts with OpRegion 0x0000000000001180-0x00000000000011BB (\GPIO) (20160831/utaddress-247)
[    9.998980] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    9.998981] ACPI Warning: SystemIO range 0x0000000000001180-0x00000000000011AF conflicts with OpRegion 0x0000000000001180-0x00000000000011BB (\GPIO) (20160831/utaddress-247)
[    9.998985] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    9.998986] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   10.003590] ite_cir: Auto-detected model: ITE8709 CIR transceiver
[   10.003592] ite_cir: Using model: ITE8709 CIR transceiver
[   10.003594] ite_cir: TX-capable: 1
[   10.003595] ite_cir: Sample period (ns): 8680
[   10.003596] ite_cir: TX carrier frequency (Hz): 38000
[   10.003597] ite_cir: TX duty cycle (%): 33
[   10.003598] ite_cir: RX low carrier frequency (Hz): 0
[   10.003599] ite_cir: RX high carrier frequency (Hz): 0
[   10.011637] media: Linux media interface: v0.10
[   10.044140] Linux video capture interface: v2.00
[   10.079161] usb 3-2: dvb_usb_v2: found a 'AVerMedia A310 USB 2.0 DVB-T tuner' in warm state
[   10.079947] sr 0:0:1:0: Attached scsi generic sg0 type 5
[   10.080663] sd 2:0:0:0: Attached scsi generic sg1 type 0
[   10.086557] usb 3-2: dvb_usb_v2: will pass the complete MPEG2 transport stream to the software demuxer
[   10.086584] DVB: registering new adapter (AVerMedia A310 USB 2.0 DVB-T tuner)
[   10.097123] ACPI: Battery Slot [BAT0] (battery present)
[   10.124059] Registered IR keymap rc-rc6-mce
[   10.124181] input: ITE8709 CIR transceiver as /devices/virtual/rc/rc0/input18
[   10.140981] usb 3-2: DVB: registering adapter 0 frontend 0 (Zarlink ZL10353 DVB-T)...
[   10.157483] rc rc0: ITE8709 CIR transceiver as /devices/virtual/rc/rc0
[   10.236722] yenta_cardbus 0000:0a:06.0: ISA IRQ mask 0x0c78, PCI irq 21
[   10.236726] yenta_cardbus 0000:0a:06.0: Socket status: 30000006
[   10.236730] pci_bus 0000:0a: Raising subordinate bus# of parent bus (#0a) from #0b to #0e
[   10.236736] yenta_cardbus 0000:0a:06.0: pcmcia: parent PCI bridge window: [io  0x7000-0x7fff]
[   10.236739] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x7000-0x7fff:
[   10.238081]  excluding 0x7000-0x70ff 0x7400-0x74ff
[   10.244650] yenta_cardbus 0000:0a:06.0: pcmcia: parent PCI bridge window: [mem 0xfc000000-0xfc0fffff]
[   10.244653] pcmcia_socket pcmcia_socket0: cs: memory probe 0xfc000000-0xfc0fffff:
[   10.244657]  excluding 0xfc000000-0xfc00ffff
[   10.245087] tifm_7xx1 0000:0a:06.2: enabling device (0000 -> 0002)
[   10.246422] lirc_dev: IR Remote Control driver registered, major 244
[   10.246660] IR RC6 protocol handler initialized
[   10.257052] rc rc0: lirc_dev: driver ir-lirc-codec (ite-cir) registered at minor = 0
[   10.257055] IR LIRC bridge handler initialized
[   10.272158] ite_cir: driver has been successfully loaded
[   10.301084] MXL5005S: Attached at address 0xc6
[   10.301395] usb 3-2: dvb_usb_v2: 'AVerMedia A310 USB 2.0 DVB-T tuner' successfully initialized and connected
[   10.301422] usbcore: registered new interface driver dvb_usb_ce6230
[   10.308233] uvcvideo: Found UVC 1.00 device Acer CrystalEye webcam (064e:a101)
[   10.310743] uvcvideo 5-6:1.0: Entity type for entity Extension 4 was not initialized!
[   10.310748] uvcvideo 5-6:1.0: Entity type for entity Processing 3 was not initialized!
[   10.310751] uvcvideo 5-6:1.0: Entity type for entity Camera 1 was not initialized!
[   10.310903] input: Acer CrystalEye webcam as /devices/pci0000:00/0000:00:1d.7/usb5/5-6/5-6:1.0/input/input19
[   10.310941] usbcore: registered new interface driver uvcvideo
[   10.310942] USB Video Class driver (1.1.1)
[   10.428293] nouveau 0000:01:00.0: NVIDIA G84 (084700a2)
[   10.548746] nouveau 0000:01:00.0: bios: version 60.84.62.00.39
[   10.570364] nouveau 0000:01:00.0: bios: M0203T not found
[   10.570366] nouveau 0000:01:00.0: bios: M0203E not matched!
[   10.570369] nouveau 0000:01:00.0: fb: 256 MiB DDR2
[   10.619592] [TTM] Zone  kernel: Available graphics memory: 439372 kiB
[   10.619594] [TTM] Zone highmem: Available graphics memory: 1031664 kiB
[   10.619595] [TTM] Initializing pool allocator
[   10.619603] [TTM] Initializing DMA pool allocator
[   10.619626] nouveau 0000:01:00.0: DRM: VRAM: 256 MiB
[   10.619628] nouveau 0000:01:00.0: DRM: GART: 1048576 MiB
[   10.619633] nouveau 0000:01:00.0: DRM: TMDS table version 2.0
[   10.619635] nouveau 0000:01:00.0: DRM: DCB version 4.0
[   10.619638] nouveau 0000:01:00.0: DRM: DCB outp 00: 01000323 00000035
[   10.619641] nouveau 0000:01:00.0: DRM: DCB outp 01: 02011300 00000028
[   10.619643] nouveau 0000:01:00.0: DRM: DCB outp 02: 02022312 00000010
[   10.619645] nouveau 0000:01:00.0: DRM: DCB outp 03: 010333f1 00c0c080
[   10.619647] nouveau 0000:01:00.0: DRM: DCB conn 00: 0040
[   10.619649] nouveau 0000:01:00.0: DRM: DCB conn 01: 0100
[   10.619651] nouveau 0000:01:00.0: DRM: DCB conn 02: 1231
[   10.619653] nouveau 0000:01:00.0: DRM: DCB conn 03: 0310
[   10.619654] nouveau 0000:01:00.0: DRM: DCB conn 04: 0311
[   10.619659] nouveau 0000:01:00.0: DRM: BIOS FP mode: 1680x1050 (151000kHz pixel clock)
[   10.684449] nouveau 0000:01:00.0: DRM: failed to create encoder 0/1/0: -19
[   10.684452] nouveau 0000:01:00.0: DRM: TV-1 has no encoders, removing
[   10.684496] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   10.684497] [drm] Driver supports precise vblank timestamp query.
[   10.725039] input: PC Speaker as /devices/platform/pcspkr/input/input20
[   10.762321] nouveau 0000:01:00.0: DRM: MM: using CRYPT for buffer copies
[   11.188529] iTCO_vendor_support: vendor-support=0
[   11.191584] acer_wmi: Acer Laptop ACPI-WMI Extras
[   11.191737] acer_wmi: Function bitmap for Communication Device: 0x17
[   11.353768] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   11.353808] iTCO_wdt: Found a ICH8M TCO device (Version=2, TCOBASE=0x1060)
[   11.354164] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   11.398611] intel_powerclamp: No package C-state available
[   11.438519] iwl4965: Intel(R) Wireless WiFi 4965 driver for Linux, in-tree:
[   11.438521] iwl4965: Copyright(c) 2003-2011 Intel Corporation
[   11.438580] iwl4965 0000:08:00.0: can't disable ASPM; OS doesn't have ASPM control
[   11.438773] iwl4965 0000:08:00.0: Detected Intel(R) Wireless WiFi Link 4965AGN, REV=0x4
[   11.482163] iwl4965 0000:08:00.0: device EEPROM VER=0x36, CALIB=0x5
[   11.482180] iwl4965 0000:08:00.0: Tunable channels: 13 802.11bg, 19 802.11a channels
[   11.533900] iwl4965 0000:08:00.0: firmware: direct-loading firmware iwlwifi-4965-2.ucode
[   11.533907] iwl4965 0000:08:00.0: loaded firmware version 228.61.2.24
[   11.836042] usb 7-1: new full-speed USB device number 2 using uhci_hcd
[   11.886050] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af:
[   11.886922]  excluding 0x170-0x177 0x1f0-0x277 0x370-0x37f
[   11.887514] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff:
[   11.887883]  excluding 0x3f0-0x407 0x4d0-0x4d7
[   11.888261] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff:
[   11.888850]  clean
[   11.888869] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7:
[   11.889536]  clean
[   11.889561] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
[   11.889568]  excluding 0xc0000-0xcffff 0xe4000-0xfffff
[   11.889602] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
[   11.889625]  clean
[   11.889643] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
[   11.889659]  excluding 0x60000000-0x60ffffff
[   11.889681] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff:
[   11.890354]  clean
[   11.917571] nouveau 0000:01:00.0: DRM: allocated 1680x1050 fb: 0x50000, bo f638b400
[   11.917670] fbcon: nouveaufb (fb0) is primary device
[   12.019066] usb 7-1: New USB device found, idVendor=0a5c, idProduct=2101
[   12.019069] usb 7-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   12.019070] usb 7-1: Product: Acer Module
[   12.019071] usb 7-1: Manufacturer: Broadcom Corp
[   12.022470] Console: switching to colour frame buffer device 210x65
[   12.027048] nouveau 0000:01:00.0: fb0: nouveaufb frame buffer device
[   12.040071] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 0
[   12.203182] ieee80211 phy0: Selected rate control algorithm 'iwl-4965-rs'
[   12.308230] Adding 2093052k swap on /dev/sda5.  Priority:-1 extents:1 across:2093052k FS
[   16.664578] iwl4965 0000:08:00.0: RF_KILL bit toggled to enable radio.
[   16.664581] iwl4965 0000:08:00.0: On demand firmware reload
[   16.664623] ieee80211 phy0: Hardware restart was requested
[   16.819790] iwl4965 0000:08:00.0 wlp8s0: renamed from wlan0
[   17.535042] Bluetooth: Core ver 2.22
[   17.535076] NET: Registered protocol family 31
[   17.535078] Bluetooth: HCI device and connection manager initialized
[   17.535083] Bluetooth: HCI socket layer initialized
[   17.535087] Bluetooth: L2CAP socket layer initialized
[   17.535098] Bluetooth: SCO socket layer initialized
[   17.702987] usbcore: registered new interface driver btusb
[   19.960099] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   19.960101] Bluetooth: BNEP filters: protocol multicast
[   19.960106] Bluetooth: BNEP socket layer initialized
[   24.214479] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[   24.264358] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[   24.285310] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[   24.534834] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[   24.841962] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[   25.899902] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[   41.506881] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[   43.797265] wlp8s0: authenticate with 18:d6:c7:de:f0:0c
[   43.813284] wlp8s0: send auth to 18:d6:c7:de:f0:0c (try 1/3)
[   43.814983] wlp8s0: authenticated
[   43.816037] wlp8s0: associate with 18:d6:c7:de:f0:0c (try 1/3)
[   43.826495] wlp8s0: RX AssocResp from 18:d6:c7:de:f0:0c (capab=0x411 status=0 aid=1)
[   43.852947] wlp8s0: associated
[   43.853018] IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready
[  212.002937] tg3 0000:02:00.0 enp2s0: Link is up at 100 Mbps, full duplex
[  212.002940] tg3 0000:02:00.0 enp2s0: Flow control is on for TX and on for RX
[  212.003644] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
[  315.313307] perf: interrupt took too long (2505 > 2500), lowering kernel.perf_event_max_sample_rate to 79750
[  344.918329] perf: interrupt took too long (3141 > 3131), lowering kernel.perf_event_max_sample_rate to 63500
[  393.773090] perf: interrupt took too long (3929 > 3926), lowering kernel.perf_event_max_sample_rate to 50750
[  493.338243] perf: interrupt took too long (4923 > 4911), lowering kernel.perf_event_max_sample_rate to 40500

Print file information:
RUN_IN_PLACE=no
LINUXCNC_DIR=
LINUXCNC_BIN_DIR=/usr/bin
LINUXCNC_TCL_DIR=/usr/lib/tcltk/linuxcnc
LINUXCNC_SCRIPT_DIR=
LINUXCNC_RTLIB_DIR=/usr/lib/linuxcnc/modules
LINUXCNC_CONFIG_DIR=
LINUXCNC_LANG_DIR=/usr/share/linuxcnc/tcl/msgs
INIVAR=inivar
HALCMD=halcmd
LINUXCNC_EMCSH=/usr/bin/wish8.6
LINUXCNC - 2.7.14
Machine configuration directory is '/home/cnc/linuxcnc/configs/тест_1_энкодер_на_оси_посмотреть_что_генерит'
Machine configuration file is 'тест_1_энкодер_на_оси_посмотреть_что_генерит.ini'
INIFILE=/home/cnc/linuxcnc/configs/тест_1_энкодер_на_оси_посмотреть_что_генерит/тест_1_энкодер_на_оси_посмотреть_что_генерит.ini
PARAMETER_FILE=linuxcnc.var
TASK=milltask
HALUI=halui
DISPLAY=axis
Starting LinuxCNC...
Starting LinuxCNC server program: linuxcncsvr
Loading Real Time OS, RTAPI, and HAL_LIB modules
Starting LinuxCNC IO program: io
Starting HAL User Interface program: halui
Found file(REL): ./тест_1_энкодер_на_оси_посмотреть_что_генерит.hal
hm2: loading Mesa HostMot2 driver version 0.15
hm2_eth: loading Mesa AnyIO HostMot2 ethernet driver version 0.2
hm2_eth: 192.168.1.121: Hardware address: 00:60:1b:13:03:fe
hm2_eth: discovered 7I92
hm2/hm2_7i92.0: Smart Serial Firmware Version 43
hm2/hm2_7i92.0: 34 I/O Pins used:
hm2/hm2_7i92.0:     IO Pin 000 (P2-01): StepGen #0, pin Direction (Output)
hm2/hm2_7i92.0:     IO Pin 001 (P2-14): StepGen #0, pin Step (Output)
hm2/hm2_7i92.0:     IO Pin 002 (P2-02): StepGen #1, pin Direction (Output)
hm2/hm2_7i92.0:     IO Pin 003 (P2-15): StepGen #1, pin Step (Output)
hm2/hm2_7i92.0:     IO Pin 004 (P2-03): StepGen #2, pin Direction (Output)
hm2/hm2_7i92.0:     IO Pin 005 (P2-16): StepGen #2, pin Step (Output)
hm2/hm2_7i92.0:     IO Pin 006 (P2-04): IOPort
hm2/hm2_7i92.0:     IO Pin 007 (P2-17): IOPort
hm2/hm2_7i92.0:     IO Pin 008 (P2-05): IOPort
hm2/hm2_7i92.0:     IO Pin 009 (P2-06): IOPort
hm2/hm2_7i92.0:     IO Pin 010 (P2-07): IOPort
hm2/hm2_7i92.0:     IO Pin 011 (P2-08): IOPort
hm2/hm2_7i92.0:     IO Pin 012 (P2-09): IOPort
hm2/hm2_7i92.0:     IO Pin 013 (P2-10): IOPort
hm2/hm2_7i92.0:     IO Pin 014 (P2-11): Encoder #0, pin Index (Input)
hm2/hm2_7i92.0:     IO Pin 015 (P2-12): Encoder #0, pin B (Input)
hm2/hm2_7i92.0:     IO Pin 016 (P2-13): Encoder #0, pin A (Input)
hm2/hm2_7i92.0:     IO Pin 017 (P1-01): IOPort
hm2/hm2_7i92.0:     IO Pin 018 (P1-14): IOPort
hm2/hm2_7i92.0:     IO Pin 019 (P1-02): IOPort
hm2/hm2_7i92.0:     IO Pin 020 (P1-15): IOPort
hm2/hm2_7i92.0:     IO Pin 021 (P1-03): IOPort
hm2/hm2_7i92.0:     IO Pin 022 (P1-16): IOPort
hm2/hm2_7i92.0:     IO Pin 023 (P1-04): IOPort
hm2/hm2_7i92.0:     IO Pin 024 (P1-17): IOPort
hm2/hm2_7i92.0:     IO Pin 025 (P1-05): IOPort
hm2/hm2_7i92.0:     IO Pin 026 (P1-06): IOPort
hm2/hm2_7i92.0:     IO Pin 027 (P1-07): IOPort
hm2/hm2_7i92.0:     IO Pin 028 (P1-08): IOPort
hm2/hm2_7i92.0:     IO Pin 029 (P1-09): IOPort
hm2/hm2_7i92.0:     IO Pin 030 (P1-10): IOPort
hm2/hm2_7i92.0:     IO Pin 031 (P1-11): IOPort
hm2/hm2_7i92.0:     IO Pin 032 (P1-12): IOPort
hm2/hm2_7i92.0:     IO Pin 033 (P1-13): IOPort
hm2/hm2_7i92.0: registered
Shutting down and cleaning up LinuxCNC...
Running HAL shutdown script
Killing task linuxcncsvr, PID=1373
hm2_eth: HostMot2 ethernet driver unloaded
hm2: unloading
Removing HAL_LIB, RTAPI, and Real Time OS modules
Removing NML shared memory segments

Debug file information:
Note: Using POSIX realtime
./тест_1_энкодер_на_оси_посмотреть_что_генерит.hal:128: Pin 'hm2_7i92.0.encoder.00.position-fb' does not exist
1373
  PID TTY      STAT   TIME COMMAND
Stopping realtime threads
Unloading hal components
Note: Using POSIX realtime

Kernel message information:
[    0.000000] Linux version 4.9.0-5-rt-686-pae (debian-kernel@lists.debian.org) (gcc version 6.3.0 20170516 (Debian 6.3.0-18) ) #1 SMP PREEMPT RT Debian 4.9.65-3+deb9u2 (2018-01-04)
[    0.000000] x86/fpu: Legacy x87 FPU detected.
[    0.000000] x86/fpu: Using 'eager' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007fecffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007fed0000-0x000000007fedefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007fedf000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed003ff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed14000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.4 present.
[    0.000000] DMI: Acer Aspire 9920/Aspire 9920, BIOS V1.20    01/07/08
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x7fed0 max_arch_pfn = 0x1000000
[    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-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 07FF00000 mask FFFF00000 uncachable
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] found SMP MP-table at [mem 0x000f70c0-0x000f70cf] mapped at [c00f70c0]
[    0.000000] initial memory mapped: [mem 0x00000000-0x10ffffff]
[    0.000000] Base memory trampoline at [c009a000] 9a000 size 16384
[    0.000000] BRK [0x10a59000, 0x10a59fff] PGTABLE
[    0.000000] BRK [0x10a5a000, 0x10a5bfff] PGTABLE
[    0.000000] BRK [0x10a5c000, 0x10a5cfff] PGTABLE
[    0.000000] BRK [0x10a5d000, 0x10a5dfff] PGTABLE
[    0.000000] RAMDISK: [mem 0x353e3000-0x369e8fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F7020 000024 (v02 ACRSYS)
[    0.000000] ACPI: XSDT 0x000000007FED258F 00008C (v01 ACRSYS ACRPRDCT 06040000  LTP 00000000)
[    0.000000] ACPI: FACP 0x000000007FEDBBD2 0000F4 (v03 INTEL  CRESTLNE 06040000 ALAN 00000001)
[    0.000000] ACPI: DSDT 0x000000007FED3AB3 0080AB (v02 INTEL  CRESTLNE 06040000 INTL 20050624)
[    0.000000] ACPI: FACS 0x000000007FEDEFC0 000040
[    0.000000] ACPI: FACS 0x000000007FEDEFC0 000040
[    0.000000] ACPI: APIC 0x000000007FEDBCC6 000068 (v01 INTEL  CRESTLNE 06040000 LOHR 0000005A)
[    0.000000] ACPI: HPET 0x000000007FEDBD2E 000038 (v01 INTEL  CRESTLNE 06040000 LOHR 0000005A)
[    0.000000] ACPI: MCFG 0x000000007FEDBD66 00003C (v01 INTEL  CRESTLNE 06040000 LOHR 0000005A)
[    0.000000] ACPI: TCPA 0x000000007FEDBDA2 000032 (v01 Intel   CRESTLN 06040000      00005A52)
[    0.000000] ACPI: TMOR 0x000000007FEDBDD4 000026 (v01 PTLTD           06040000 PTL  00000003)
[    0.000000] ACPI: APIC 0x000000007FEDBDFA 000068 (v01 PTLTD  ? APIC   06040000  LTP 00000000)
[    0.000000] ACPI: SLIC 0x000000007FEDBE62 000176 (v01 ACRSYS ACRPRDCT 06040000  LTP 00000000)
[    0.000000] ACPI: BOOT 0x000000007FEDBFD8 000028 (v01 PTLTD  $SBFTBL$ 06040000  LTP 00000001)
[    0.000000] ACPI: SSDT 0x000000007FED37BE 0002F5 (v01 SataRe SataAhci 00001000 INTL 20050624)
[    0.000000] ACPI: SSDT 0x000000007FED2BA7 00025F (v01 PmRef  Cpu0Tst  00003000 INTL 20050624)
[    0.000000] ACPI: SSDT 0x000000007FED2B01 0000A6 (v01 PmRef  Cpu1Tst  00003000 INTL 20050624)
[    0.000000] ACPI: SSDT 0x000000007FED261B 0004E6 (v01 PmRef  CpuPm    00003000 INTL 20050624)
[    0.000000] ACPI: BIOS bug: multiple APIC/MADT found, using 0
[    0.000000] ACPI: If "acpi_apic_instance=2" works better, notify linux-acpi@vger.kernel.org
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 1156MB HIGHMEM available.
[    0.000000] 889MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 379fe000
[    0.000000]   low ram: 0 - 379fe000
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   Normal   [mem 0x0000000001000000-0x00000000379fdfff]
[    0.000000]   HighMem  [mem 0x00000000379fe000-0x000000007fecffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000007fecffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000007fecffff]
[    0.000000] On node 0 totalpages: 523885
[    0.000000] free_area_init_node: node 0, pgdat d081b580, node_mem_map f3fe3028
[    0.000000]   DMA zone: 40 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   Normal zone: 2185 pages used for memmap
[    0.000000]   Normal zone: 223742 pages, LIFO batch:31
[    0.000000]   HighMem zone: 296146 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 1, 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 2 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000e3fff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e4000-0x000fffff]
[    0.000000] e820: [mem 0x80000000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] percpu: Embedded 101 pages/cpu @f7931000 s381408 r0 d32288 u413696
[    0.000000] pcpu-alloc: s381408 r0 d32288 u413696 alloc=101*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 521660
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-5-rt-686-pae root=/dev/sda1 ro quiet
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] microcode: microcode updated early to revision 0xba, date = 2010-10-03
[    0.000000] Initializing CPU#0
[    0.000000] Initializing HighMem for node 0 (000379fe:0007fed0)
[    0.000000] Initializing Movable for node 0 (00000000:00000000)
[    0.000000] Memory: 2039700K/2095540K available (5978K kernel code, 632K rwdata, 1752K rodata, 1052K init, 592K bss, 55840K reserved, 0K cma-reserved, 1184584K highmem)
[    0.000000] virtual kernel memory layout:
                   fixmap  : 0xffd36000 - 0xfffff000   (2852 kB)
                   pkmap   : 0xffa00000 - 0xffc00000   (2048 kB)
                   vmalloc : 0xf81fe000 - 0xff9fe000   ( 120 MB)
                   lowmem  : 0xc0000000 - 0xf79fe000   ( 889 MB)
                     .init : 0xd082f000 - 0xd0936000   (1052 kB)
                     .data : 0xd05d6e64 - 0xd082d0c0   (2392 kB)
                     .text : 0xd0000000 - 0xd05d6e64   (5979 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=2, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=32 to nr_cpu_ids=2.
[    0.000000] 	RCU kthread priority: 1.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS:2304 nr_irqs:440 16
[    0.000000] CPU 0 irqstacks, hard=f703e000 soft=f7080000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2194.606 MHz processor
[    0.004004] Calibrating delay loop (skipped), value calculated using timer frequency.. 4389.21 BogoMIPS (lpj=8778424)
[    0.004005] pid_max: default: 32768 minimum: 301
[    0.004022] ACPI: Core revision 20160831
[    0.013083] ACPI: 5 ACPI AML tables successfully acquired and loaded
[    0.013109] Security Framework initialized
[    0.013110] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.013118] AppArmor: AppArmor disabled by boot time parameter
[    0.013130] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.013132] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.013455] CPU: Physical Processor ID: 0
[    0.013455] CPU: Processor Core ID: 0
[    0.013461] mce: CPU supports 6 MCE banks
[    0.013471] process: using mwait in idle threads
[    0.013478] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
[    0.013479] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
[    0.013697] Freeing SMP alternatives memory: 24K
[    0.015913] ftrace: allocating 24005 entries in 47 pages
[    0.024102] smpboot: Max logical packages: 1
[    0.024108] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.024501] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.068000] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU     T7500  @ 2.20GHz (family: 0x6, model: 0xf, stepping: 0xb)
[    0.068000] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
[    0.068000] core: PEBS disabled due to CPU errata
[    0.068000] ... version:                2
[    0.068000] ... bit width:              40
[    0.068000] ... generic registers:      2
[    0.068000] ... value mask:             000000ffffffffff
[    0.068000] ... max period:             000000007fffffff
[    0.068000] ... fixed-purpose events:   3
[    0.068000] ... event mask:             0000000700000003
[    0.120088] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.172025] CPU 1 irqstacks, hard=f7196000 soft=f7198000
[    0.172026] x86: Booting SMP configuration:
[    0.172028] .... node  #0, CPUs:      #1
[    0.008000] Initializing CPU#1
[    0.180086] x86: Booted up 1 node, 2 CPUs
[    0.180086] smpboot: Total of 2 processors activated (8778.42 BogoMIPS)
[    0.182093] devtmpfs: initialized
[    0.182093] PM: Registering ACPI NVS region [mem 0x7fed0000-0x7fedefff] (61440 bytes)
[    0.182093] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.182093] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.182093] pinctrl core: initialized pinctrl subsystem
[    0.182093] NET: Registered protocol family 16
[    0.188017] cpuidle: using governor ladder
[    0.192012] cpuidle: using governor menu
[    0.192046] Simple Boot Flag at 0x36 set to 0x1
[    0.192059] ACPI: bus type PCI registered
[    0.192061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.192142] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.192144] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.192145] PCI: Using MMCONFIG for extended config space
[    0.192146] PCI: Using configuration type 1 for base access
[    0.192252] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.192253] mtrr: probably your BIOS does not setup all CPUs.
[    0.192254] mtrr: corrected configuration.
[    0.192617] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.192617] ACPI: Added _OSI(Module Device)
[    0.192617] ACPI: Added _OSI(Processor Device)
[    0.192617] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.192617] ACPI: Added _OSI(Processor Aggregator Device)
[    0.220012] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.241791] ACPI: Dynamic OEM Table Load:
[    0.241800] ACPI: SSDT 0x00000000F7207C00 00027A (v01 PmRef  Cpu0Ist  00003000 INTL 20050624)
[    0.242056] ACPI: Dynamic OEM Table Load:
[    0.242063] ACPI: SSDT 0x00000000F71F3000 0005F1 (v01 PmRef  Cpu0Cst  00003001 INTL 20050624)
[    0.242390] ACPI: Dynamic OEM Table Load:
[    0.242396] ACPI: SSDT 0x00000000F71C3E00 0000C8 (v01 PmRef  Cpu1Ist  00003000 INTL 20050624)
[    0.242571] ACPI: Dynamic OEM Table Load:
[    0.242577] ACPI: SSDT 0x00000000F71BC240 000085 (v01 PmRef  Cpu1Cst  00003000 INTL 20050624)
[    0.243134] ACPI : EC: EC started
[    0.243136] ACPI : EC: interrupt blocked
[    0.243235] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
[    0.243238] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.243240] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions
[    0.243241] ACPI: Interpreter enabled
[    0.243266] ACPI: (supports S0 S3 S4 S5)
[    0.243268] ACPI: Using IOAPIC for interrupt routing
[    0.243298] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.245203] acpi SADDLEST:00: ACPI dock station (docks/bays count: 1)
[    0.252167] ACPI: Power Resource [FN00] (off)
[    0.253110] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.253116] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.253121] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.253781] PCI host bridge to bus 0000:00
[    0.253784] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.253786] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.253788] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.253790] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.253792] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.253794] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.253796] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.253797] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.253799] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    0.253801] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff window]
[    0.253803] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.253814] pci 0000:00:00.0: [8086:2a00] type 00 class 0x060000
[    0.253982] pci 0000:00:01.0: [8086:2a01] type 01 class 0x060400
[    0.254037] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.254203] pci 0000:00:1a.0: [8086:2834] type 00 class 0x0c0300
[    0.254261] pci 0000:00:1a.0: reg 0x20: [io  0x1800-0x181f]
[    0.254385] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.254451] pci 0000:00:1a.1: [8086:2835] type 00 class 0x0c0300
[    0.254508] pci 0000:00:1a.1: reg 0x20: [io  0x1820-0x183f]
[    0.254632] pci 0000:00:1a.1: System wakeup disabled by ACPI
[    0.254710] pci 0000:00:1a.7: [8086:283a] type 00 class 0x0c0320
[    0.254731] pci 0000:00:1a.7: reg 0x10: [mem 0xfc304800-0xfc304bff]
[    0.254835] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.254978] pci 0000:00:1b.0: [8086:284b] type 00 class 0x040300
[    0.255003] pci 0000:00:1b.0: reg 0x10: [mem 0xfc300000-0xfc303fff 64bit]
[    0.255108] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.255191] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.255258] pci 0000:00:1c.0: [8086:283f] type 01 class 0x060400
[    0.255365] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.255514] pci 0000:00:1c.1: [8086:2841] type 01 class 0x060400
[    0.255624] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.255772] pci 0000:00:1c.2: [8086:2843] type 01 class 0x060400
[    0.255878] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.256037] pci 0000:00:1c.3: [8086:2845] type 01 class 0x060400
[    0.256144] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.256294] pci 0000:00:1d.0: [8086:2830] type 00 class 0x0c0300
[    0.256352] pci 0000:00:1d.0: reg 0x20: [io  0x1840-0x185f]
[    0.256476] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.256537] pci 0000:00:1d.1: [8086:2831] type 00 class 0x0c0300
[    0.256596] pci 0000:00:1d.1: reg 0x20: [io  0x1860-0x187f]
[    0.256717] pci 0000:00:1d.1: System wakeup disabled by ACPI
[    0.256783] pci 0000:00:1d.2: [8086:2832] type 00 class 0x0c0300
[    0.256840] pci 0000:00:1d.2: reg 0x20: [io  0x1880-0x189f]
[    0.257007] pci 0000:00:1d.7: [8086:2836] type 00 class 0x0c0320
[    0.257029] pci 0000:00:1d.7: reg 0x10: [mem 0xfc304c00-0xfc304fff]
[    0.257133] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.257208] pci 0000:00:1d.7: System wakeup disabled by ACPI
[    0.257277] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.257459] pci 0000:00:1f.0: [8086:2815] type 00 class 0x060100
[    0.257550] pci 0000:00:1f.0: quirk: [io  0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
[    0.257556] pci 0000:00:1f.0: quirk: [io  0x1180-0x11bf] claimed by ICH6 GPIO
[    0.257559] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0400 (mask 0003)
[    0.257563] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 1640 (mask 007f)
[    0.257717] pci 0000:00:1f.1: [8086:2850] type 00 class 0x01018a
[    0.257734] pci 0000:00:1f.1: reg 0x10: [io  0x0000-0x0007]
[    0.257746] pci 0000:00:1f.1: reg 0x14: [io  0x0000-0x0003]
[    0.257758] pci 0000:00:1f.1: reg 0x18: [io  0x0000-0x0007]
[    0.257769] pci 0000:00:1f.1: reg 0x1c: [io  0x0000-0x0003]
[    0.257781] pci 0000:00:1f.1: reg 0x20: [io  0x18a0-0x18af]
[    0.257806] pci 0000:00:1f.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.257808] pci 0000:00:1f.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.257810] pci 0000:00:1f.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.257811] pci 0000:00:1f.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.257943] pci 0000:00:1f.2: [8086:2829] type 00 class 0x010601
[    0.257964] pci 0000:00:1f.2: reg 0x10: [io  0x18d8-0x18df]
[    0.257974] pci 0000:00:1f.2: reg 0x14: [io  0x18cc-0x18cf]
[    0.257985] pci 0000:00:1f.2: reg 0x18: [io  0x18d0-0x18d7]
[    0.257996] pci 0000:00:1f.2: reg 0x1c: [io  0x18c8-0x18cb]
[    0.258007] pci 0000:00:1f.2: reg 0x20: [io  0x18e0-0x18ff]
[    0.258018] pci 0000:00:1f.2: reg 0x24: [mem 0xfc304000-0xfc3047ff]
[    0.258074] pci 0000:00:1f.2: PME# supported from D3hot
[    0.258209] pci 0000:00:1f.3: [8086:283e] type 00 class 0x0c0500
[    0.258226] pci 0000:00:1f.3: reg 0x10: [mem 0x00000000-0x000000ff]
[    0.258265] pci 0000:00:1f.3: reg 0x20: [io  0x1c00-0x1c1f]
[    0.258487] pci 0000:01:00.0: [10de:0407] type 00 class 0x030000
[    0.258501] pci 0000:01:00.0: reg 0x10: [mem 0xca000000-0xcaffffff]
[    0.258514] pci 0000:01:00.0: reg 0x14: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.258526] pci 0000:01:00.0: reg 0x1c: [mem 0xc8000000-0xc9ffffff 64bit]
[    0.258535] pci 0000:01:00.0: reg 0x24: [io  0x2000-0x207f]
[    0.258543] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
[    0.268010] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.268014] pci 0000:00:01.0:   bridge window [io  0x2000-0x2fff]
[    0.268017] pci 0000:00:01.0:   bridge window [mem 0xc8000000-0xcaffffff]
[    0.268022] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.268206] pci 0000:02:00.0: [14e4:1693] type 00 class 0x020000
[    0.268278] pci 0000:02:00.0: reg 0x10: [mem 0xfa000000-0xfa00ffff 64bit]
[    0.268691] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.268840] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.269018] pci 0000:00:1c.0: PCI bridge to [bus 02-03]
[    0.269025] pci 0000:00:1c.0:   bridge window [mem 0xfa000000-0xfbffffff]
[    0.269033] pci 0000:00:1c.0:   bridge window [mem 0xf4000000-0xf5ffffff 64bit pref]
[    0.269132] acpiphp: Slot [1] registered
[    0.269139] pci 0000:00:1c.1: PCI bridge to [bus 04-05]
[    0.269146] pci 0000:00:1c.1:   bridge window [mem 0xf6000000-0xf7ffffff]
[    0.269154] pci 0000:00:1c.1:   bridge window [mem 0xf0000000-0xf1ffffff 64bit pref]
[    0.269242] pci 0000:00:1c.2: PCI bridge to [bus 06-07]
[    0.269250] pci 0000:00:1c.2:   bridge window [mem 0xf8000000-0xf9ffffff]
[    0.269257] pci 0000:00:1c.2:   bridge window [mem 0xf2000000-0xf3ffffff 64bit pref]
[    0.269408] pci 0000:08:00.0: [8086:4229] type 00 class 0x028000
[    0.269460] pci 0000:08:00.0: reg 0x10: [mem 0xc4000000-0xc4001fff 64bit]
[    0.269698] pci 0000:08:00.0: PME# supported from D0 D3hot D3cold
[    0.269778] pci 0000:08:00.0: System wakeup disabled by ACPI
[    0.280042] pci 0000:00:1c.3: PCI bridge to [bus 08-09]
[    0.280050] pci 0000:00:1c.3:   bridge window [mem 0xc4000000-0xc5ffffff]
[    0.280057] pci 0000:00:1c.3:   bridge window [mem 0xcc000000-0xcdffffff 64bit pref]
[    0.280178] pci 0000:0a:06.0: [104c:8039] type 02 class 0x060700
[    0.280196] pci 0000:0a:06.0: reg 0x10: [mem 0xfc004000-0xfc004fff]
[    0.280234] pci 0000:0a:06.0: supports D1 D2
[    0.280236] pci 0000:0a:06.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.280326] pci 0000:0a:06.1: [104c:803a] type 00 class 0x0c0010
[    0.280346] pci 0000:0a:06.1: reg 0x10: [mem 0xfc006000-0xfc0067ff]
[    0.280357] pci 0000:0a:06.1: reg 0x14: [mem 0xfc000000-0xfc003fff]
[    0.280445] pci 0000:0a:06.1: supports D1 D2
[    0.280447] pci 0000:0a:06.1: PME# supported from D0 D1 D2 D3hot
[    0.280535] pci 0000:0a:06.2: [104c:803b] type 00 class 0x018000
[    0.280552] pci 0000:0a:06.2: reg 0x10: [mem 0xfc005000-0xfc005fff]
[    0.280632] pci 0000:0a:06.2: supports D1 D2
[    0.280634] pci 0000:0a:06.2: PME# supported from D0 D1 D2 D3hot
[    0.280718] pci 0000:0a:06.3: [104c:803c] type 00 class 0x080501
[    0.280735] pci 0000:0a:06.3: reg 0x10: [mem 0xfc006800-0xfc0068ff]
[    0.280735] pci 0000:0a:06.3: supports D1 D2
[    0.280735] pci 0000:0a:06.3: PME# supported from D0 D1 D2 D3hot
[    0.280735] pci 0000:00:1e.0: PCI bridge to [bus 0a-0b] (subtractive decode)
[    0.280735] pci 0000:00:1e.0:   bridge window [mem 0xfc000000-0xfc0fffff]
[    0.280735] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.280735] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.280735] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.280735] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
[    0.280735] pci 0000:00:1e.0:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
[    0.280735] pci 0000:00:1e.0:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
[    0.280735] pci 0000:00:1e.0:   bridge window [mem 0x000dc000-0x000dffff window] (subtractive decode)
[    0.280735] pci 0000:00:1e.0:   bridge window [mem 0x000e0000-0x000e3fff window] (subtractive decode)
[    0.280735] pci 0000:00:1e.0:   bridge window [mem 0x80000000-0xdfffffff window] (subtractive decode)
[    0.280735] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xfebfffff window] (subtractive decode)
[    0.280735] pci_bus 0000:0b: busn_res: can not insert [bus 0b-ff] under [bus 0a-0b] (conflicts with (null) [bus 0a-0b])
[    0.280735] pci_bus 0000:0b: busn_res: [bus 0b-ff] end is updated to 0e
[    0.280735] pci_bus 0000:0b: busn_res: can not insert [bus 0b-0e] under [bus 0a-0b] (conflicts with (null) [bus 0a-0b])
[    0.280735] pci_bus 0000:0b: [bus 0b-0e] partially hidden behind transparent bridge 0000:0a [bus 0a-0b]
[    0.280735] pci 0000:00:1e.0: bridge has subordinate 0b but max busn 0e
[    0.280735] pci_bus 0000:00: on NUMA node 0
[    0.280735] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 *5 6 7 10 12 14 15)
[    0.280735] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.280735] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[    0.280751] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.280825] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.280900] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[    0.280973] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[    0.281047] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.282065] ACPI: Enabled 3 GPEs in block 00 to 1F
[    0.282132] ACPI : EC: interrupt unblocked
[    0.282140] ACPI : EC: event unblocked
[    0.282148] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.282151] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
[    0.282279] vgaarb: setting as boot device: PCI:0000:01:00.0
[    0.282279] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.282279] vgaarb: loaded
[    0.282279] vgaarb: bridge control possible 0000:01:00.0
[    0.282279] PCI: Using ACPI for IRQ routing
[    0.292369] PCI: pci_cache_line_size set to 64 bytes
[    0.292547] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.292549] e820: reserve RAM buffer [mem 0x7fed0000-0x7fffffff]
[    0.292720] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.292720] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.292720] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.294128] clocksource: Switched to clocksource hpet
[    0.307817] VFS: Disk quotas dquot_6.6.0
[    0.307840] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.307967] pnp: PnP ACPI init
[    0.308259] system 00:00: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.308262] system 00:00: [mem 0xfed14000-0xfed17fff] has been reserved
[    0.308265] system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.308271] system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.308273] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    0.308276] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.308278] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.308280] system 00:00: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.308286] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.308726] system 00:01: [mem 0xfed00000-0xfed003ff] has been reserved
[    0.308730] system 00:01: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[    0.308830] system 00:02: [io  0x0400-0x0401] has been reserved
[    0.308833] system 00:02: [io  0x01f8-0x0273] has been reserved
[    0.308835] system 00:02: [io  0x0680-0x069f] has been reserved
[    0.308838] system 00:02: [io  0x0800-0x080f] has been reserved
[    0.308840] system 00:02: [io  0x1000-0x107f] has been reserved
[    0.308843] system 00:02: [io  0x1180-0x11bf] has been reserved
[    0.308845] system 00:02: [io  0x1640-0x164f] has been reserved
[    0.308847] system 00:02: [io  0xfe00] has been reserved
[    0.308851] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.308897] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.309287] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.309530] pnp 00:05: Plug and Play ACPI device, IDs PNP0401 (disabled)
[    0.309621] pnp 00:06: Plug and Play ACPI device, IDs ITE8709 (active)
[    0.309680] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.309726] pnp 00:08: Plug and Play ACPI device, IDs SYN1904 SYN1900 SYN0002 PNP0f13 (active)
[    0.309813] pnp: PnP ACPI: found 9 devices
[    0.309816] PnPBIOS: Disabled
[    0.347675] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.347699] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02-03] add_size 1000
[    0.347710] pci 0000:00:1c.1: bridge window [io  0x1000-0x0fff] to [bus 04-05] add_size 1000
[    0.347720] pci 0000:00:1c.2: bridge window [io  0x1000-0x0fff] to [bus 06-07] add_size 1000
[    0.347731] pci 0000:00:1c.3: bridge window [io  0x1000-0x0fff] to [bus 08-09] add_size 1000
[    0.347748] pci 0000:0a:06.0: res[13]=[io  0x0100-0x00ff] res_to_dev_res add_size 100 min_align 100
[    0.347751] pci 0000:0a:06.0: res[14]=[io  0x0100-0x00ff] res_to_dev_res add_size 100 min_align 100
[    0.347753] pci 0000:00:1e.0: bridge window [io  0x1000-0x0fff] to [bus 0a-0b] add_size 1000
[    0.347761] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.347763] pci 0000:00:1c.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.347766] pci 0000:00:1c.1: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.347768] pci 0000:00:1c.1: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.347770] pci 0000:00:1c.2: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.347772] pci 0000:00:1c.2: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.347774] pci 0000:00:1c.3: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.347776] pci 0000:00:1c.3: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.347778] pci 0000:00:1e.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.347780] pci 0000:00:1e.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.347787] pci 0000:00:1c.0: BAR 13: assigned [io  0x3000-0x3fff]
[    0.347791] pci 0000:00:1c.1: BAR 13: assigned [io  0x4000-0x4fff]
[    0.347795] pci 0000:00:1c.2: BAR 13: assigned [io  0x5000-0x5fff]
[    0.347798] pci 0000:00:1c.3: BAR 13: assigned [io  0x6000-0x6fff]
[    0.347802] pci 0000:00:1e.0: BAR 13: assigned [io  0x7000-0x7fff]
[    0.347808] pci 0000:00:1f.3: BAR 0: assigned [mem 0x80000000-0x800000ff]
[    0.347816] pci 0000:01:00.0: BAR 6: no space for [mem size 0x00020000 pref]
[    0.347818] pci 0000:01:00.0: BAR 6: failed to assign [mem size 0x00020000 pref]
[    0.347820] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.347823] pci 0000:00:01.0:   bridge window [io  0x2000-0x2fff]
[    0.347827] pci 0000:00:01.0:   bridge window [mem 0xc8000000-0xcaffffff]
[    0.347830] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.347835] pci 0000:00:1c.0: PCI bridge to [bus 02-03]
[    0.347838] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[    0.347844] pci 0000:00:1c.0:   bridge window [mem 0xfa000000-0xfbffffff]
[    0.347848] pci 0000:00:1c.0:   bridge window [mem 0xf4000000-0xf5ffffff 64bit pref]
[    0.347855] pci 0000:00:1c.1: PCI bridge to [bus 04-05]
[    0.347858] pci 0000:00:1c.1:   bridge window [io  0x4000-0x4fff]
[    0.347863] pci 0000:00:1c.1:   bridge window [mem 0xf6000000-0xf7ffffff]
[    0.347868] pci 0000:00:1c.1:   bridge window [mem 0xf0000000-0xf1ffffff 64bit pref]
[    0.347875] pci 0000:00:1c.2: PCI bridge to [bus 06-07]
[    0.347878] pci 0000:00:1c.2:   bridge window [io  0x5000-0x5fff]
[    0.347883] pci 0000:00:1c.2:   bridge window [mem 0xf8000000-0xf9ffffff]
[    0.347888] pci 0000:00:1c.2:   bridge window [mem 0xf2000000-0xf3ffffff 64bit pref]
[    0.347895] pci 0000:00:1c.3: PCI bridge to [bus 08-09]
[    0.347897] pci 0000:00:1c.3:   bridge window [io  0x6000-0x6fff]
[    0.347903] pci 0000:00:1c.3:   bridge window [mem 0xc4000000-0xc5ffffff]
[    0.347908] pci 0000:00:1c.3:   bridge window [mem 0xcc000000-0xcdffffff 64bit pref]
[    0.347917] pci 0000:0a:06.0: res[15]=[mem 0x04000000-0x03ffffff pref] res_to_dev_res add_size 4000000 min_align 4000000
[    0.347920] pci 0000:0a:06.0: res[15]=[mem 0x04000000-0x07ffffff pref] res_to_dev_res add_size 4000000 min_align 4000000
[    0.347922] pci 0000:0a:06.0: res[16]=[mem 0x04000000-0x03ffffff] res_to_dev_res add_size 4000000 min_align 4000000
[    0.347924] pci 0000:0a:06.0: res[16]=[mem 0x04000000-0x07ffffff] res_to_dev_res add_size 4000000 min_align 4000000
[    0.347926] pci 0000:0a:06.0: res[13]=[io  0x0100-0x00ff] res_to_dev_res add_size 100 min_align 100
[    0.347928] pci 0000:0a:06.0: res[13]=[io  0x0100-0x01ff] res_to_dev_res add_size 100 min_align 100
[    0.347930] pci 0000:0a:06.0: res[14]=[io  0x0100-0x00ff] res_to_dev_res add_size 100 min_align 100
[    0.347932] pci 0000:0a:06.0: res[14]=[io  0x0100-0x01ff] res_to_dev_res add_size 100 min_align 100
[    0.347939] pci 0000:0a:06.0: BAR 15: assigned [mem 0x84000000-0x87ffffff pref]
[    0.347945] pci 0000:0a:06.0: BAR 16: assigned [mem 0x88000000-0x8bffffff]
[    0.347947] pci 0000:0a:06.0: BAR 13: assigned [io  0x7000-0x70ff]
[    0.347949] pci 0000:0a:06.0: BAR 14: assigned [io  0x7400-0x74ff]
[    0.347952] pci 0000:0a:06.0: CardBus bridge to [bus 0b-0e]
[    0.347954] pci 0000:0a:06.0:   bridge window [io  0x7000-0x70ff]
[    0.347958] pci 0000:0a:06.0:   bridge window [io  0x7400-0x74ff]
[    0.347963] pci 0000:0a:06.0:   bridge window [mem 0x84000000-0x87ffffff pref]
[    0.347968] pci 0000:0a:06.0:   bridge window [mem 0x88000000-0x8bffffff]
[    0.347972] pci 0000:00:1e.0: PCI bridge to [bus 0a-0b]
[    0.347975] pci 0000:00:1e.0:   bridge window [io  0x7000-0x7fff]
[    0.347981] pci 0000:00:1e.0:   bridge window [mem 0xfc000000-0xfc0fffff]
[    0.347991] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.347993] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.347995] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.347997] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window]
[    0.347999] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window]
[    0.348014] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window]
[    0.348016] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window]
[    0.348018] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff window]
[    0.348019] pci_bus 0000:00: resource 12 [mem 0x80000000-0xdfffffff window]
[    0.348021] pci_bus 0000:00: resource 13 [mem 0xf0000000-0xfebfffff window]
[    0.348024] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
[    0.348025] pci_bus 0000:01: resource 1 [mem 0xc8000000-0xcaffffff]
[    0.348027] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.348029] pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
[    0.348031] pci_bus 0000:02: resource 1 [mem 0xfa000000-0xfbffffff]
[    0.348033] pci_bus 0000:02: resource 2 [mem 0xf4000000-0xf5ffffff 64bit pref]
[    0.348035] pci_bus 0000:04: resource 0 [io  0x4000-0x4fff]
[    0.348037] pci_bus 0000:04: resource 1 [mem 0xf6000000-0xf7ffffff]
[    0.348039] pci_bus 0000:04: resource 2 [mem 0xf0000000-0xf1ffffff 64bit pref]
[    0.348041] pci_bus 0000:06: resource 0 [io  0x5000-0x5fff]
[    0.348042] pci_bus 0000:06: resource 1 [mem 0xf8000000-0xf9ffffff]
[    0.348044] pci_bus 0000:06: resource 2 [mem 0xf2000000-0xf3ffffff 64bit pref]
[    0.348046] pci_bus 0000:08: resource 0 [io  0x6000-0x6fff]
[    0.348048] pci_bus 0000:08: resource 1 [mem 0xc4000000-0xc5ffffff]
[    0.348050] pci_bus 0000:08: resource 2 [mem 0xcc000000-0xcdffffff 64bit pref]
[    0.348052] pci_bus 0000:0a: resource 0 [io  0x7000-0x7fff]
[    0.348053] pci_bus 0000:0a: resource 1 [mem 0xfc000000-0xfc0fffff]
[    0.348055] pci_bus 0000:0a: resource 4 [io  0x0000-0x0cf7 window]
[    0.348057] pci_bus 0000:0a: resource 5 [io  0x0d00-0xffff window]
[    0.348059] pci_bus 0000:0a: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.348061] pci_bus 0000:0a: resource 7 [mem 0x000d0000-0x000d3fff window]
[    0.348062] pci_bus 0000:0a: resource 8 [mem 0x000d4000-0x000d7fff window]
[    0.348064] pci_bus 0000:0a: resource 9 [mem 0x000d8000-0x000dbfff window]
[    0.348066] pci_bus 0000:0a: resource 10 [mem 0x000dc000-0x000dffff window]
[    0.348068] pci_bus 0000:0a: resource 11 [mem 0x000e0000-0x000e3fff window]
[    0.348070] pci_bus 0000:0a: resource 12 [mem 0x80000000-0xdfffffff window]
[    0.348071] pci_bus 0000:0a: resource 13 [mem 0xf0000000-0xfebfffff window]
[    0.348073] pci_bus 0000:0b: resource 0 [io  0x7000-0x70ff]
[    0.348075] pci_bus 0000:0b: resource 1 [io  0x7400-0x74ff]
[    0.348077] pci_bus 0000:0b: resource 2 [mem 0x84000000-0x87ffffff pref]
[    0.348079] pci_bus 0000:0b: resource 3 [mem 0x88000000-0x8bffffff]
[    0.348212] NET: Registered protocol family 2
[    0.348432] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.348452] TCP bind hash table entries: 8192 (order: 5, 229376 bytes)
[    0.348547] TCP: Hash tables configured (established 8192 bind 8192)
[    0.348581] UDP hash table entries: 512 (order: 3, 32768 bytes)
[    0.348599] UDP-Lite hash table entries: 512 (order: 3, 32768 bytes)
[    0.348669] NET: Registered protocol family 1
[    0.351245] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.351326] PCI: CLS 64 bytes, default 64
[    0.351395] Unpacking initramfs...
[    0.837908] Freeing initrd memory: 22552K
[    0.838549] audit: initializing netlink subsys (disabled)
[    0.838579] audit: type=2000 audit(1535817997.836:1): initialized
[    0.839149] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[    0.842189] zbud: loaded
[    0.843169] bounce: pool size: 64 pages
[    0.843224] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    0.843261] io scheduler noop registered
[    0.843263] io scheduler deadline registered
[    0.843318] io scheduler cfq registered (default)
[    0.844986] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.844995] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.845021] intel_idle: does not run on family 6 model 15
[    0.854344] Monitor-Mwait will be used to enter C-1 state
[    0.854351] Monitor-Mwait will be used to enter C-2 state
[    0.854356] Monitor-Mwait will be used to enter C-3 state
[    0.854362] tsc: Marking TSC unstable due to TSC halts in idle
[    0.856613] GHES: HEST is not enabled!
[    0.856673] isapnp: Scanning for PnP cards...
[    1.210246] isapnp: No Plug & Play device found
[    1.210365] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.230928] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.231709] Linux agpgart interface v0.103
[    1.232405] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.237435] i8042: Detected active multiplexing controller, rev 1.1
[    1.240087] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.240150] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    1.240205] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    1.240261] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    1.240307] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    1.240506] mousedev: PS/2 mouse device common for all mice
[    1.240572] rtc_cmos 00:03: RTC can wake from S4
[    1.240767] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    1.240860] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.241577] NET: Registered protocol family 10
[    1.241916] mip6: Mobile IPv6
[    1.241919] NET: Registered protocol family 17
[    1.241922] mpls_gso: MPLS GSO support
[    1.242163] microcode: sig=0x6fb, pf=0x80, revision=0xba
[    1.242263] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    1.242267] Using IPI No-Shortcut mode
[    1.242509] registered taskstats version 1
[    1.242542] zswap: loaded using pool lzo/zbud
[    1.242592] ima: No TPM chip found, activating TPM-bypass!
[    1.243151] rtc_cmos 00:03: setting system clock to 2018-09-01 16:06:39 UTC (1535817999)
[    1.243223] PM: Hibernation image not present or could not be loaded.
[    1.243838] Freeing unused kernel memory: 1052K
[    1.243970] Write protecting the kernel text: 5980k
[    1.244107] Write protecting the kernel read-only data: 1760k
[    1.244108] NX-protecting the kernel data: 4260k
[    1.244379] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.262926] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.263051] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.264389] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.264714] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.266514] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.266618] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.266721] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.266832] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.266955] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.267522] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.279974] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.311023] ACPI: bus type USB registered
[    1.311065] usbcore: registered new interface driver usbfs
[    1.311082] usbcore: registered new interface driver hub
[    1.316794] usbcore: registered new device driver usb
[    1.317472] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.317880] uhci_hcd: USB Universal Host Controller Interface driver
[    1.318175] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    1.318184] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    1.318194] uhci_hcd 0000:00:1a.0: detected 2 ports
[    1.320500] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00001800
[    1.320584] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[    1.320587] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.320589] usb usb1: Product: UHCI Host Controller
[    1.320590] usb usb1: Manufacturer: Linux 4.9.0-5-rt-686-pae uhci_hcd
[    1.320592] usb usb1: SerialNumber: 0000:00:1a.0
[    1.328505] hub 1-0:1.0: USB hub found
[    1.328516] hub 1-0:1.0: 2 ports detected
[    1.328933] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    1.328940] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
[    1.328948] uhci_hcd 0000:00:1a.1: detected 2 ports
[    1.329124] ehci-pci: EHCI PCI platform driver
[    1.334677] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001820
[    1.334920] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.334922] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.334924] usb usb2: Product: UHCI Host Controller
[    1.334926] usb usb2: Manufacturer: Linux 4.9.0-5-rt-686-pae uhci_hcd
[    1.334928] usb usb2: SerialNumber: 0000:00:1a.1
[    1.335123] hub 2-0:1.0: USB hub found
[    1.335132] hub 2-0:1.0: 2 ports detected
[    1.346125] pps_core: LinuxPPS API ver. 1 registered
[    1.346126] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.346712] thermal LNXTHERM:00: registered as thermal_zone0
[    1.346713] ACPI: Thermal Zone [TZ00] (53 C)
[    1.347145] PTP clock support registered
[    1.347248] thermal LNXTHERM:01: registered as thermal_zone1
[    1.347249] ACPI: Thermal Zone [TZVR] (55 C)
[    1.347436] thermal LNXTHERM:02: registered as thermal_zone2
[    1.347438] ACPI: Thermal Zone [TZVL] (0 C)
[    1.347619] thermal LNXTHERM:03: registered as thermal_zone3
[    1.347621] ACPI: Thermal Zone [TZ01] (36 C)
[    1.348063] ehci-pci 0000:00:1a.7: EHCI Host Controller
[    1.348073] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 3
[    1.348090] ehci-pci 0000:00:1a.7: debug port 1
[    1.352097] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
[    1.352173] ehci-pci 0000:00:1a.7: irq 18, io mem 0xfc304800
[    1.353959] tg3.c:v3.137 (May 11, 2014)
[    1.355605] SCSI subsystem initialized
[    1.360947] sdhci: Secure Digital Host Controller Interface driver
[    1.360949] sdhci: Copyright(c) Pierre Ossman
[    1.361318] sdhci-pci 0000:0a:06.3: SDHCI controller found [104c:803c] (rev 0)
[    1.361331] pci 0000:00:1e.0: enabling device (0004 -> 0007)
[    1.361343] sdhci-pci 0000:0a:06.3: enabling device (0000 -> 0002)
[    1.362633] mmc0: SDHCI controller on PCI [0000:0a:06.3] using DMA
[    1.363442] libata version 3.00 loaded.
[    1.368050] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    1.368156] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    1.368158] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.368160] usb usb3: Product: EHCI Host Controller
[    1.368162] usb usb3: Manufacturer: Linux 4.9.0-5-rt-686-pae ehci_hcd
[    1.368164] usb usb3: SerialNumber: 0000:00:1a.7
[    1.369518] hub 3-0:1.0: USB hub found
[    1.369530] hub 3-0:1.0: 4 ports detected
[    1.396173] hub 1-0:1.0: USB hub found
[    1.396186] hub 1-0:1.0: 2 ports detected
[    1.420676] tg3 0000:02:00.0: VPD access failed.  This is likely a firmware bug on this device.  Contact the card vendor for a firmware update
[    1.421711] tg3 0000:02:00.0 eth0: Tigon3 [partno(none) rev b002] (PCI Express) MAC address 00:a0:d1:a3:62:6f
[    1.421714] tg3 0000:02:00.0 eth0: attached PHY is 5787 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
[    1.421716] tg3 0000:02:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[    1.421718] tg3 0000:02:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[    1.424105] hub 2-0:1.0: USB hub found
[    1.424117] hub 2-0:1.0: 2 ports detected
[    1.424481] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.424488] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
[    1.424498] uhci_hcd 0000:00:1d.0: detected 2 ports
[    1.424710] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001840
[    1.424795] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.424798] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.424799] usb usb4: Product: UHCI Host Controller
[    1.424801] usb usb4: Manufacturer: Linux 4.9.0-5-rt-686-pae uhci_hcd
[    1.424803] usb usb4: SerialNumber: 0000:00:1d.0
[    1.424988] hub 4-0:1.0: USB hub found
[    1.424999] hub 4-0:1.0: 2 ports detected
[    1.425178] ata_piix 0000:00:1f.1: version 2.13
[    1.430413] scsi host0: ata_piix
[    1.434581] scsi host1: ata_piix
[    1.434665] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x18a0 irq 14
[    1.434667] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x18a8 irq 15
[    1.434724] ahci 0000:00:1f.2: version 3.0
[    1.435025] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 3 Gbps 0x7 impl SATA mode
[    1.435029] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ccc 
[    1.436089] firewire_ohci 0000:0a:06.1: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x2
[    1.440149] scsi host2: ahci
[    1.444422] scsi host3: ahci
[    1.448597] scsi host4: ahci
[    1.448697] ata3: SATA max UDMA/133 abar m2048@0xfc304000 port 0xfc304100 irq 29
[    1.448700] ata4: SATA max UDMA/133 abar m2048@0xfc304000 port 0xfc304180 irq 29
[    1.448702] ata5: SATA max UDMA/133 abar m2048@0xfc304000 port 0xfc304200 irq 29
[    1.449070] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    1.450782] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    1.450789] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 5
[    1.450804] ehci-pci 0000:00:1d.7: debug port 1
[    1.454699] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[    1.455359] ehci-pci 0000:00:1d.7: irq 23, io mem 0xfc304c00
[    1.468038] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.468133] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[    1.468135] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.468137] usb usb5: Product: EHCI Host Controller
[    1.468139] usb usb5: Manufacturer: Linux 4.9.0-5-rt-686-pae ehci_hcd
[    1.468141] usb usb5: SerialNumber: 0000:00:1d.7
[    1.468342] hub 5-0:1.0: USB hub found
[    1.468353] hub 5-0:1.0: 6 ports detected
[    1.493069] tg3 0000:02:00.0 enp2s0: renamed from eth0
[    1.496283] hub 4-0:1.0: USB hub found
[    1.496295] hub 4-0:1.0: 2 ports detected
[    1.496667] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.496741] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[    1.496749] uhci_hcd 0000:00:1d.1: detected 2 ports
[    1.499414] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001860
[    1.499536] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.499538] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.499540] usb usb6: Product: UHCI Host Controller
[    1.499542] usb usb6: Manufacturer: Linux 4.9.0-5-rt-686-pae uhci_hcd
[    1.499544] usb usb6: SerialNumber: 0000:00:1d.1
[    1.499738] hub 6-0:1.0: USB hub found
[    1.499749] hub 6-0:1.0: 2 ports detected
[    1.500188] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.500195] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[    1.500202] uhci_hcd 0000:00:1d.2: detected 2 ports
[    1.500267] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001880
[    1.500398] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    1.500401] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.500402] usb usb7: Product: UHCI Host Controller
[    1.500404] usb usb7: Manufacturer: Linux 4.9.0-5-rt-686-pae uhci_hcd
[    1.500406] usb usb7: SerialNumber: 0000:00:1d.2
[    1.500598] hub 7-0:1.0: USB hub found
[    1.500609] hub 7-0:1.0: 2 ports detected
[    1.696059] usb 3-2: new high-speed USB device number 2 using ehci-pci
[    1.768181] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.770680] ata3.00: unexpected _GTF length (8)
[    1.771900] ata3.00: ATA-7: ST9120822AS, 3.AXC, max UDMA/133
[    1.771904] ata3.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    1.776215] ata3.00: unexpected _GTF length (8)
[    1.776259] ata4: SATA link down (SStatus 0 SControl 300)
[    1.777453] ata3.00: configured for UDMA/133
[    1.780259] ata5: SATA link down (SStatus 0 SControl 300)
[    1.796191] usb 5-6: new high-speed USB device number 2 using ehci-pci
[    1.856063] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fa24b52fc2, max_idle_ns: 440795273332 ns
[    1.876367] ata1.01: ATAPI: Slimtype DVD A  DS8A1P, CA14, max UDMA/33
[    1.920269] ata1.01: configured for UDMA/33
[    1.926890] scsi 0:0:1:0: CD-ROM            Slimtype DVD A  DS8A1P    CA14 PQ: 0 ANSI: 5
[    1.945754] scsi 2:0:0:0: Direct-Access     ATA      ST9120822AS      C    PQ: 0 ANSI: 5
[    1.952226] firewire_core 0000:0a:06.1: created device fw0: GUID 00a0d1a0d1a3626f, S400
[    1.953174] usb 5-6: New USB device found, idVendor=064e, idProduct=a101
[    1.953179] usb 5-6: New USB device strings: Mfr=2, Product=1, SerialNumber=3
[    1.953183] usb 5-6: Product: Acer CrystalEye webcam
[    1.953186] usb 5-6: Manufacturer: SuYin
[    1.953189] usb 5-6: SerialNumber: CN0314-OV03-VA-R02.00.00
[    1.993865] sd 2:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[    1.993949] sd 2:0:0:0: [sda] Write Protect is off
[    1.993951] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.993982] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.008078] sr 0:0:1:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.008081] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.008617] sr 0:0:1:0: Attached scsi CD-ROM sr0
[    2.081065]  sda: sda1 sda2 < sda5 >
[    2.081593] sd 2:0:0:0: [sda] Attached SCSI disk
[    2.129694] psmouse serio2: synaptics: Touchpad model: 1, fw: 6.2, id: 0x1280b1, caps: 0xa04713/0x204000/0x0/0x0, board id: 0, fw id: 235996
[    2.166097] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input6
[    2.212874] random: fast init done
[    2.769490] PM: Starting manual resume from disk
[    2.769494] PM: Hibernation image partition 8:5 present
[    2.769495] PM: Looking for hibernation image.
[    2.769693] PM: Image not found (code -22)
[    2.769697] PM: Hibernation image not present or could not be loaded.
[    3.281981] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    5.028419] ip_tables: (C) 2000-2006 Netfilter Core Team
[    5.087242] random: crng init done
[    5.205748] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    5.205913] systemd[1]: Detected architecture x86.
[    5.216600] systemd[1]: Set hostname to <228>.
[    6.397947] systemd[1]: live-tools.service: Cannot add dependency job, ignoring: Unit live-tools.service is masked.
[    6.398017] systemd[1]: rsync.service: Cannot add dependency job, ignoring: Unit rsync.service is masked.
[    6.398979] systemd[1]: Listening on Journal Audit Socket.
[    6.399094] systemd[1]: Listening on Journal Socket (/dev/log).
[    6.399158] systemd[1]: Listening on udev Control Socket.
[    6.399368] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    6.399452] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    6.884727] usb 3-2: New USB device found, idVendor=07ca, idProduct=a310
[    6.884731] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    6.884733] usb 3-2: Product: A310
[    6.884734] usb 3-2: Manufacturer: AVerMedia
[    6.884736] usb 3-2: SerialNumber: 000000000000
[    7.048772] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[    7.402468] lp: driver loaded but no devices found
[    7.481440] ppdev: user-space parallel port driver
[    7.490395] parport_pc 00:05: [io  0x0378-0x037f]
[    7.490400] parport_pc 00:05: [io  0x0778-0x077f]
[    7.490612] parport_pc 00:05: [irq 7]
[    7.490615] parport_pc 00:05: [dma 1]
[    7.491440] parport_pc 00:05: activated
[    7.491443] parport_pc 00:05: reported by Plug and Play ACPI
[    7.491573] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE]
[    7.565465] systemd-journald[230]: Received request to flush runtime journal from PID 1
[    7.596211] lp0: using parport0 (interrupt-driven).
[    9.249165] [Firmware Bug]: ACPI(EVGA) defines _DOD but not _DOS
[    9.249224] ACPI: Video Device [EVGA] (multi-head: yes  rom: no  post: no)
[    9.328155] acpi device:03: registered as cooling_device3
[    9.328229] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input9
[    9.359646] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    9.381893] ACPI: AC Adapter [ADP0] (on-line)
[    9.382176] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input10
[    9.382181] ACPI: Sleep Button [SLPB]
[    9.382284] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input11
[    9.382304] ACPI: Lid Switch [LID]
[    9.382377] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input12
[    9.382380] ACPI: Power Button [PWRB]
[    9.382451] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input13
[    9.382454] ACPI: Power Button [PWRF]
[    9.796708] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC268: line_outs=2 (0x15/0x16/0x0/0x0/0x0) type:speaker
[    9.796711] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    9.796714] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x14/0x0/0x0/0x0/0x0)
[    9.796716] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    9.796717] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
[    9.796719] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    9.796721] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x19
[    9.796724] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
[    9.796725] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[    9.808161] wmi: Mapper loaded
[    9.913373] [drm] Initialized
[    9.924446] yenta_cardbus 0000:0a:06.0: enabling device (0000 -> 0003)
[    9.924531] yenta_cardbus 0000:0a:06.0: CardBus bridge found [1025:0129]
[    9.924549] yenta_cardbus 0000:0a:06.0: Enabling burst memory read transactions
[    9.924554] yenta_cardbus 0000:0a:06.0: Using CSCINT to route CSC interrupts to PCI
[    9.924556] yenta_cardbus 0000:0a:06.0: Routing CardBus interrupts to PCI
[    9.924561] yenta_cardbus 0000:0a:06.0: TI: mfunc 0x01a61b22, devctl 0x66
[    9.934146] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[    9.934581] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[    9.934638] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
[    9.934695] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
[    9.998963] ACPI Warning: SystemIO range 0x0000000000001028-0x000000000000102F conflicts with OpRegion 0x0000000000001000-0x000000000000107F (\PMIO) (20160831/utaddress-247)
[    9.998971] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    9.998975] ACPI Warning: SystemIO range 0x00000000000011B0-0x00000000000011BF conflicts with OpRegion 0x0000000000001180-0x00000000000011BB (\GPIO) (20160831/utaddress-247)
[    9.998980] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    9.998981] ACPI Warning: SystemIO range 0x0000000000001180-0x00000000000011AF conflicts with OpRegion 0x0000000000001180-0x00000000000011BB (\GPIO) (20160831/utaddress-247)
[    9.998985] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    9.998986] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   10.003590] ite_cir: Auto-detected model: ITE8709 CIR transceiver
[   10.003592] ite_cir: Using model: ITE8709 CIR transceiver
[   10.003594] ite_cir: TX-capable: 1
[   10.003595] ite_cir: Sample period (ns): 8680
[   10.003596] ite_cir: TX carrier frequency (Hz): 38000
[   10.003597] ite_cir: TX duty cycle (%): 33
[   10.003598] ite_cir: RX low carrier frequency (Hz): 0
[   10.003599] ite_cir: RX high carrier frequency (Hz): 0
[   10.011637] media: Linux media interface: v0.10
[   10.044140] Linux video capture interface: v2.00
[   10.079161] usb 3-2: dvb_usb_v2: found a 'AVerMedia A310 USB 2.0 DVB-T tuner' in warm state
[   10.079947] sr 0:0:1:0: Attached scsi generic sg0 type 5
[   10.080663] sd 2:0:0:0: Attached scsi generic sg1 type 0
[   10.086557] usb 3-2: dvb_usb_v2: will pass the complete MPEG2 transport stream to the software demuxer
[   10.086584] DVB: registering new adapter (AVerMedia A310 USB 2.0 DVB-T tuner)
[   10.097123] ACPI: Battery Slot [BAT0] (battery present)
[   10.124059] Registered IR keymap rc-rc6-mce
[   10.124181] input: ITE8709 CIR transceiver as /devices/virtual/rc/rc0/input18
[   10.140981] usb 3-2: DVB: registering adapter 0 frontend 0 (Zarlink ZL10353 DVB-T)...
[   10.157483] rc rc0: ITE8709 CIR transceiver as /devices/virtual/rc/rc0
[   10.236722] yenta_cardbus 0000:0a:06.0: ISA IRQ mask 0x0c78, PCI irq 21
[   10.236726] yenta_cardbus 0000:0a:06.0: Socket status: 30000006
[   10.236730] pci_bus 0000:0a: Raising subordinate bus# of parent bus (#0a) from #0b to #0e
[   10.236736] yenta_cardbus 0000:0a:06.0: pcmcia: parent PCI bridge window: [io  0x7000-0x7fff]
[   10.236739] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x7000-0x7fff:
[   10.238081]  excluding 0x7000-0x70ff 0x7400-0x74ff
[   10.244650] yenta_cardbus 0000:0a:06.0: pcmcia: parent PCI bridge window: [mem 0xfc000000-0xfc0fffff]
[   10.244653] pcmcia_socket pcmcia_socket0: cs: memory probe 0xfc000000-0xfc0fffff:
[   10.244657]  excluding 0xfc000000-0xfc00ffff
[   10.245087] tifm_7xx1 0000:0a:06.2: enabling device (0000 -> 0002)
[   10.246422] lirc_dev: IR Remote Control driver registered, major 244
[   10.246660] IR RC6 protocol handler initialized
[   10.257052] rc rc0: lirc_dev: driver ir-lirc-codec (ite-cir) registered at minor = 0
[   10.257055] IR LIRC bridge handler initialized
[   10.272158] ite_cir: driver has been successfully loaded
[   10.301084] MXL5005S: Attached at address 0xc6
[   10.301395] usb 3-2: dvb_usb_v2: 'AVerMedia A310 USB 2.0 DVB-T tuner' successfully initialized and connected
[   10.301422] usbcore: registered new interface driver dvb_usb_ce6230
[   10.308233] uvcvideo: Found UVC 1.00 device Acer CrystalEye webcam (064e:a101)
[   10.310743] uvcvideo 5-6:1.0: Entity type for entity Extension 4 was not initialized!
[   10.310748] uvcvideo 5-6:1.0: Entity type for entity Processing 3 was not initialized!
[   10.310751] uvcvideo 5-6:1.0: Entity type for entity Camera 1 was not initialized!
[   10.310903] input: Acer CrystalEye webcam as /devices/pci0000:00/0000:00:1d.7/usb5/5-6/5-6:1.0/input/input19
[   10.310941] usbcore: registered new interface driver uvcvideo
[   10.310942] USB Video Class driver (1.1.1)
[   10.428293] nouveau 0000:01:00.0: NVIDIA G84 (084700a2)
[   10.548746] nouveau 0000:01:00.0: bios: version 60.84.62.00.39
[   10.570364] nouveau 0000:01:00.0: bios: M0203T not found
[   10.570366] nouveau 0000:01:00.0: bios: M0203E not matched!
[   10.570369] nouveau 0000:01:00.0: fb: 256 MiB DDR2
[   10.619592] [TTM] Zone  kernel: Available graphics memory: 439372 kiB
[   10.619594] [TTM] Zone highmem: Available graphics memory: 1031664 kiB
[   10.619595] [TTM] Initializing pool allocator
[   10.619603] [TTM] Initializing DMA pool allocator
[   10.619626] nouveau 0000:01:00.0: DRM: VRAM: 256 MiB
[   10.619628] nouveau 0000:01:00.0: DRM: GART: 1048576 MiB
[   10.619633] nouveau 0000:01:00.0: DRM: TMDS table version 2.0
[   10.619635] nouveau 0000:01:00.0: DRM: DCB version 4.0
[   10.619638] nouveau 0000:01:00.0: DRM: DCB outp 00: 01000323 00000035
[   10.619641] nouveau 0000:01:00.0: DRM: DCB outp 01: 02011300 00000028
[   10.619643] nouveau 0000:01:00.0: DRM: DCB outp 02: 02022312 00000010
[   10.619645] nouveau 0000:01:00.0: DRM: DCB outp 03: 010333f1 00c0c080
[   10.619647] nouveau 0000:01:00.0: DRM: DCB conn 00: 0040
[   10.619649] nouveau 0000:01:00.0: DRM: DCB conn 01: 0100
[   10.619651] nouveau 0000:01:00.0: DRM: DCB conn 02: 1231
[   10.619653] nouveau 0000:01:00.0: DRM: DCB conn 03: 0310
[   10.619654] nouveau 0000:01:00.0: DRM: DCB conn 04: 0311
[   10.619659] nouveau 0000:01:00.0: DRM: BIOS FP mode: 1680x1050 (151000kHz pixel clock)
[   10.684449] nouveau 0000:01:00.0: DRM: failed to create encoder 0/1/0: -19
[   10.684452] nouveau 0000:01:00.0: DRM: TV-1 has no encoders, removing
[   10.684496] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   10.684497] [drm] Driver supports precise vblank timestamp query.
[   10.725039] input: PC Speaker as /devices/platform/pcspkr/input/input20
[   10.762321] nouveau 0000:01:00.0: DRM: MM: using CRYPT for buffer copies
[   11.188529] iTCO_vendor_support: vendor-support=0
[   11.191584] acer_wmi: Acer Laptop ACPI-WMI Extras
[   11.191737] acer_wmi: Function bitmap for Communication Device: 0x17
[   11.353768] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   11.353808] iTCO_wdt: Found a ICH8M TCO device (Version=2, TCOBASE=0x1060)
[   11.354164] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   11.398611] intel_powerclamp: No package C-state available
[   11.438519] iwl4965: Intel(R) Wireless WiFi 4965 driver for Linux, in-tree:
[   11.438521] iwl4965: Copyright(c) 2003-2011 Intel Corporation
[   11.438580] iwl4965 0000:08:00.0: can't disable ASPM; OS doesn't have ASPM control
[   11.438773] iwl4965 0000:08:00.0: Detected Intel(R) Wireless WiFi Link 4965AGN, REV=0x4
[   11.482163] iwl4965 0000:08:00.0: device EEPROM VER=0x36, CALIB=0x5
[   11.482180] iwl4965 0000:08:00.0: Tunable channels: 13 802.11bg, 19 802.11a channels
[   11.533900] iwl4965 0000:08:00.0: firmware: direct-loading firmware iwlwifi-4965-2.ucode
[   11.533907] iwl4965 0000:08:00.0: loaded firmware version 228.61.2.24
[   11.836042] usb 7-1: new full-speed USB device number 2 using uhci_hcd
[   11.886050] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af:
[   11.886922]  excluding 0x170-0x177 0x1f0-0x277 0x370-0x37f
[   11.887514] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff:
[   11.887883]  excluding 0x3f0-0x407 0x4d0-0x4d7
[   11.888261] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff:
[   11.888850]  clean
[   11.888869] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7:
[   11.889536]  clean
[   11.889561] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
[   11.889568]  excluding 0xc0000-0xcffff 0xe4000-0xfffff
[   11.889602] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
[   11.889625]  clean
[   11.889643] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
[   11.889659]  excluding 0x60000000-0x60ffffff
[   11.889681] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff:
[   11.890354]  clean
[   11.917571] nouveau 0000:01:00.0: DRM: allocated 1680x1050 fb: 0x50000, bo f638b400
[   11.917670] fbcon: nouveaufb (fb0) is primary device
[   12.019066] usb 7-1: New USB device found, idVendor=0a5c, idProduct=2101
[   12.019069] usb 7-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   12.019070] usb 7-1: Product: Acer Module
[   12.019071] usb 7-1: Manufacturer: Broadcom Corp
[   12.022470] Console: switching to colour frame buffer device 210x65
[   12.027048] nouveau 0000:01:00.0: fb0: nouveaufb frame buffer device
[   12.040071] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 0
[   12.203182] ieee80211 phy0: Selected rate control algorithm 'iwl-4965-rs'
[   12.308230] Adding 2093052k swap on /dev/sda5.  Priority:-1 extents:1 across:2093052k FS
[   16.664578] iwl4965 0000:08:00.0: RF_KILL bit toggled to enable radio.
[   16.664581] iwl4965 0000:08:00.0: On demand firmware reload
[   16.664623] ieee80211 phy0: Hardware restart was requested
[   16.819790] iwl4965 0000:08:00.0 wlp8s0: renamed from wlan0
[   17.535042] Bluetooth: Core ver 2.22
[   17.535076] NET: Registered protocol family 31
[   17.535078] Bluetooth: HCI device and connection manager initialized
[   17.535083] Bluetooth: HCI socket layer initialized
[   17.535087] Bluetooth: L2CAP socket layer initialized
[   17.535098] Bluetooth: SCO socket layer initialized
[   17.702987] usbcore: registered new interface driver btusb
[   19.960099] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   19.960101] Bluetooth: BNEP filters: protocol multicast
[   19.960106] Bluetooth: BNEP socket layer initialized
[   24.214479] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[   24.264358] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[   24.285310] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[   24.534834] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[   24.841962] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[   25.899902] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[   41.506881] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
[   43.797265] wlp8s0: authenticate with 18:d6:c7:de:f0:0c
[   43.813284] wlp8s0: send auth to 18:d6:c7:de:f0:0c (try 1/3)
[   43.814983] wlp8s0: authenticated
[   43.816037] wlp8s0: associate with 18:d6:c7:de:f0:0c (try 1/3)
[   43.826495] wlp8s0: RX AssocResp from 18:d6:c7:de:f0:0c (capab=0x411 status=0 aid=1)
[   43.852947] wlp8s0: associated
[   43.853018] IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready
[  212.002937] tg3 0000:02:00.0 enp2s0: Link is up at 100 Mbps, full duplex
[  212.002940] tg3 0000:02:00.0 enp2s0: Flow control is on for TX and on for RX
[  212.003644] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
[  315.313307] perf: interrupt took too long (2505 > 2500), lowering kernel.perf_event_max_sample_rate to 79750
[  344.918329] perf: interrupt took too long (3141 > 3131), lowering kernel.perf_event_max_sample_rate to 63500
[  393.773090] perf: interrupt took too long (3929 > 3926), lowering kernel.perf_event_max_sample_rate to 50750
[  493.338243] perf: interrupt took too long (4923 > 4911), lowering kernel.perf_event_max_sample_rate to 40500

Please Log in or Create an account to join the conversation.

More
01 Sep 2018 16:42 #116951 by alex123
Here hal and ini what is wrong?
This is a test file to run on the Z axis control of skipping steps on the encoder.
# Generated by PNCconf at Sun Aug 26 17:34:28 2018
# Все изменения в этом файле будут перезаписаны
# overwritten when you run PNCconf again

loadrt trivkins
loadrt [EMCMOT]EMCMOT servo_period_nsec=[EMCMOT]SERVO_PERIOD num_joints=[TRAJ]AXES
loadrt hostmot2
loadrt hm2_eth board_ip="192.168.1.121" config=" num_encoders=1 num_pwmgens=0 num_stepgens=3" 
setp    hm2_7i92.0.watchdog.timeout_ns 5000000
loadrt pid names=pid.x,pid.z,pid.s

addf hm2_7i92.0.read          servo-thread
addf motion-command-handler   servo-thread
addf motion-controller        servo-thread
addf pid.x.do-pid-calcs       servo-thread
addf pid.z.do-pid-calcs       servo-thread
addf pid.s.do-pid-calcs       servo-thread
addf hm2_7i92.0.write         servo-thread
setp hm2_7i92.0.dpll.01.timer-us -50
setp hm2_7i92.0.stepgen.timer-number 1

# external output signals

# external input signals

#*******************
#  AXIS X
#*******************

setp   pid.x.Pgain     [AXIS_0]P
setp   pid.x.Igain     [AXIS_0]I
setp   pid.x.Dgain     [AXIS_0]D
setp   pid.x.bias      [AXIS_0]BIAS
setp   pid.x.FF0       [AXIS_0]FF0
setp   pid.x.FF1       [AXIS_0]FF1
setp   pid.x.FF2       [AXIS_0]FF2
setp   pid.x.deadband  [AXIS_0]DEADBAND
setp   pid.x.maxoutput [AXIS_0]MAX_OUTPUT
setp   pid.x.error-previous-target true
setp   pid.x.maxerror .0005

net x-index-enable  <=> pid.x.index-enable
net x-enable        =>  pid.x.enable
net x-pos-cmd       =>  pid.x.command
net x-vel-cmd       =>  pid.x.command-deriv
net x-pos-fb        =>  pid.x.feedback
net x-output        =>  pid.x.output

# Step Gen signals/setup

setp   hm2_7i92.0.stepgen.02.dirsetup        [AXIS_0]DIRSETUP
setp   hm2_7i92.0.stepgen.02.dirhold         [AXIS_0]DIRHOLD
setp   hm2_7i92.0.stepgen.02.steplen         [AXIS_0]STEPLEN
setp   hm2_7i92.0.stepgen.02.stepspace       [AXIS_0]STEPSPACE
setp   hm2_7i92.0.stepgen.02.position-scale  [AXIS_0]STEP_SCALE
setp   hm2_7i92.0.stepgen.02.step_type        0
setp   hm2_7i92.0.stepgen.02.control-type     1
setp   hm2_7i92.0.stepgen.02.maxaccel         [AXIS_0]STEPGEN_MAXACCEL
setp   hm2_7i92.0.stepgen.02.maxvel           [AXIS_0]STEPGEN_MAXVEL

# ---closedloop stepper signals---

net x-pos-cmd    <= axis.0.motor-pos-cmd
net x-vel-cmd    <= axis.0.joint-vel-cmd
net x-output     => hm2_7i92.0.stepgen.02.velocity-cmd
net x-pos-fb     <= hm2_7i92.0.stepgen.02.position-fb
net x-pos-fb     => axis.0.motor-pos-fb
net x-enable     <= axis.0.amp-enable-out
net x-enable     => hm2_7i92.0.stepgen.02.enable

# ---setup home / limit switch signals---

net x-home-sw     =>  axis.0.home-sw-in
net x-neg-limit     =>  axis.0.neg-lim-sw-in
net x-pos-limit     =>  axis.0.pos-lim-sw-in

#*******************
#  AXIS Z
#*******************

setp   pid.z.Pgain     [AXIS_2]P
setp   pid.z.Igain     [AXIS_2]I
setp   pid.z.Dgain     [AXIS_2]D
setp   pid.z.bias      [AXIS_2]BIAS
setp   pid.z.FF0       [AXIS_2]FF0
setp   pid.z.FF1       [AXIS_2]FF1
setp   pid.z.FF2       [AXIS_2]FF2
setp   pid.z.deadband  [AXIS_2]DEADBAND
setp   pid.z.maxoutput [AXIS_2]MAX_OUTPUT
setp   pid.z.error-previous-target true
setp   pid.z.maxerror .0005

net z-index-enable  <=> pid.z.index-enable
net z-enable        =>  pid.z.enable
net z-pos-cmd       =>  pid.z.command
net z-vel-cmd       =>  pid.z.command-deriv
net z-pos-fb        =>  pid.z.feedback
net z-output        =>  pid.z.output

# Step Gen signals/setup

setp   hm2_7i92.0.stepgen.00.dirsetup        [AXIS_2]DIRSETUP
setp   hm2_7i92.0.stepgen.00.dirhold         [AXIS_2]DIRHOLD
setp   hm2_7i92.0.stepgen.00.steplen         [AXIS_2]STEPLEN
setp   hm2_7i92.0.stepgen.00.stepspace       [AXIS_2]STEPSPACE
setp   hm2_7i92.0.stepgen.00.position-scale  [AXIS_2]STEP_SCALE
setp   hm2_7i92.0.stepgen.00.step_type        0
setp   hm2_7i92.0.stepgen.00.control-type     1
setp   hm2_7i92.0.stepgen.00.maxaccel         [AXIS_2]STEPGEN_MAXACCEL
setp   hm2_7i92.0.stepgen.00.maxvel           [AXIS_2]STEPGEN_MAXVEL

# ---closedloop stepper signals---

net z-pos-cmd    <= axis.2.motor-pos-cmd
net z-vel-cmd    <= axis.2.joint-vel-cmd
net z-output     => hm2_7i92.0.stepgen.00.velocity-cmd






# !!!!!!!!!!!so it started without changing
#net z-pos-fb     <= hm2_7i92.0.stepgen.00.position-fb
#net z-pos-fb     => axis.2.motor-pos-fb

# !!!!!!!!!!so changed and gives a loading error
net z-pos-fb     <= hm2_7i92.0.encoder.00.position-fb
net z-pos-fb     => axis.2.motor-pos-fb











net z-enable     <= axis.2.amp-enable-out
net z-enable     => hm2_7i92.0.stepgen.00.enable

# ---Encoder feedback signals/setup---

setp    hm2_7i92.0.encoder.00.counter-mode 0
setp    hm2_7i92.0.encoder.00.filter 1
setp    hm2_7i92.0.encoder.00.index-invert 0
setp    hm2_7i92.0.encoder.00.index-mask 0
setp    hm2_7i92.0.encoder.00.index-mask-invert 0
setp    hm2_7i92.0.encoder.00.scale  [AXIS_2]ENCODER_SCALE

#  net z-pos-fb               <=  hm2_7i92.0.encoder.00.position
net z-vel-fb               <=  hm2_7i92.0.encoder.00.velocity
net z-pos-fb               =>  axis.2.motor-pos-fb
net z-index-enable    axis.2.index-enable  <=>  hm2_7i92.0.encoder.00.index-enable
net z-pos-rawcounts        <=  hm2_7i92.0.encoder.00.rawcounts

# ---setup home / limit switch signals---

net z-home-sw     =>  axis.2.home-sw-in
net z-neg-limit     =>  axis.2.neg-lim-sw-in
net z-pos-limit     =>  axis.2.pos-lim-sw-in

#*******************
#  SPINDLE S
#*******************

setp   pid.s.Pgain     [SPINDLE_9]P
setp   pid.s.Igain     [SPINDLE_9]I
setp   pid.s.Dgain     [SPINDLE_9]D
setp   pid.s.bias      [SPINDLE_9]BIAS
setp   pid.s.FF0       [SPINDLE_9]FF0
setp   pid.s.FF1       [SPINDLE_9]FF1
setp   pid.s.FF2       [SPINDLE_9]FF2
setp   pid.s.deadband  [SPINDLE_9]DEADBAND
setp   pid.s.maxoutput [SPINDLE_9]MAX_OUTPUT
setp   pid.s.error-previous-target true

net spindle-index-enable  <=> pid.s.index-enable
net spindle-enable        =>  pid.s.enable
net spindle-vel-cmd-rpm     => pid.s.command
net spindle-vel-fb-rpm      => pid.s.feedback
net spindle-output        <=  pid.s.output

# ---setup spindle control signals---

net spindle-vel-cmd-rps        <=  motion.spindle-speed-out-rps
net spindle-vel-cmd-rps-abs    <=  motion.spindle-speed-out-rps-abs
net spindle-vel-cmd-rpm        <=  motion.spindle-speed-out
net spindle-vel-cmd-rpm-abs    <=  motion.spindle-speed-out-abs
net spindle-enable             <=  motion.spindle-on
net spindle-cw                 <=  motion.spindle-forward
net spindle-ccw                <=  motion.spindle-reverse
net spindle-brake              <=  motion.spindle-brake
net spindle-revs               =>  motion.spindle-revs
net spindle-at-speed           =>  motion.spindle-at-speed
net spindle-vel-fb-rps         =>  motion.spindle-speed-in
net spindle-index-enable      <=>  motion.spindle-index-enable

# ---Setup spindle at speed signals---

sets spindle-at-speed true


#******************************
# connect miscellaneous signals
#******************************

#  ---HALUI signals---

net joint-select-a        halui.joint.0.select
net x-is-homed            halui.joint.0.is-homed
net jog-x-pos             halui.jog.0.plus
net jog-x-neg             halui.jog.0.minus
net jog-x-analog          halui.jog.0.analog
net joint-select-c        halui.joint.2.select
net z-is-homed            halui.joint.2.is-homed
net jog-z-pos             halui.jog.2.plus
net jog-z-neg             halui.jog.2.minus
net jog-z-analog          halui.jog.2.analog
net jog-selected-pos      halui.jog.selected.plus
net jog-selected-neg      halui.jog.selected.minus
net spindle-manual-cw     halui.spindle.forward
net spindle-manual-ccw    halui.spindle.reverse
net spindle-manual-stop   halui.spindle.stop
net machine-is-on         halui.machine.is-on
net jog-speed             halui.jog-speed 
net MDI-mode              halui.mode.is-mdi

#  ---coolant signals---

net coolant-mist      <=  iocontrol.0.coolant-mist
net coolant-flood     <=  iocontrol.0.coolant-flood

#  ---probe signal---

net probe-in     =>  motion.probe-input

#  ---motion control signals---

net in-position               <=  motion.in-position
net machine-is-enabled        <=  motion.motion-enabled

#  ---digital in / out signals---

#  ---estop signals---

net estop-out     <=  iocontrol.0.user-enable-out
net estop-out     =>  iocontrol.0.emc-enable-in

#  ---manual tool change signals---

loadusr -W hal_manualtoolchange
net tool-change-request     iocontrol.0.tool-change       =>  hal_manualtoolchange.change
net tool-change-confirmed   iocontrol.0.tool-changed      <=  hal_manualtoolchange.changed
net tool-number             iocontrol.0.tool-prep-number  =>  hal_manualtoolchange.number
net tool-prepare-loopback   iocontrol.0.tool-prepare      =>  iocontrol.0.tool-prepared

# Generated by PNCconf at Sun Aug 26 17:34:28 2018
# Все изменения в этом файле будут перезаписаны
# overwritten when you run PNCconf again

[EMC]
MACHINE = тест_1_энкодер_на_оси_посмотреть_что_генерит
DEBUG = 0

[DISPLAY]
DISPLAY = axis
POSITION_OFFSET = RELATIVE
POSITION_FEEDBACK = ACTUAL
MAX_FEED_OVERRIDE = 2.000000
MAX_SPINDLE_OVERRIDE = 1.000000
MIN_SPINDLE_OVERRIDE = 0.500000
INTRO_GRAPHIC = linuxcnc.gif
INTRO_TIME = 5
PROGRAM_PREFIX = /home/cnc/linuxcnc/nc_files
INCREMENTS = 5mm 1mm .5mm .1mm .05mm .01mm .005mm
LATHE = 1
POSITION_FEEDBACK = ACTUAL
DEFAULT_LINEAR_VELOCITY = 6.000000
MAX_LINEAR_VELOCITY = 25.000000
MIN_LINEAR_VELOCITY = 0.500000
DEFAULT_ANGULAR_VELOCITY = 12.000000
MAX_ANGULAR_VELOCITY = 180.000000
MIN_ANGULAR_VELOCITY = 1.666667
EDITOR = gedit
GEOMETRY = xyz

[FILTER]
PROGRAM_EXTENSION = .png,.gif,.jpg Greyscale Depth Image
PROGRAM_EXTENSION = .py Python Script
png = image-to-gcode
gif = image-to-gcode
jpg = image-to-gcode
py = python

[TASK]
TASK = milltask
CYCLE_TIME = 0.010

[RS274NGC]
PARAMETER_FILE = linuxcnc.var

[EMCMOT]
EMCMOT = motmod
COMM_TIMEOUT = 1.0
COMM_WAIT = 0.010
SERVO_PERIOD = 1000000

[HOSTMOT2]
# **** This is for info only ****
# DRIVER0=hm2_eth
# BOARD0=7i92

[HAL]
HALUI = halui
HALFILE = тест_1_энкодер_на_оси_посмотреть_что_генерит.hal
HALFILE = custom.hal
POSTGUI_HALFILE = postgui_call_list.hal
SHUTDOWN = shutdown.hal

[HALUI]

[TRAJ]
AXES = 3
COORDINATES = X Z
LINEAR_UNITS = mm
ANGULAR_UNITS = degree
CYCLE_TIME = 0.010
DEFAULT_VELOCITY = 2.50
MAX_LINEAR_VELOCITY = 25.00

[EMCIO]
EMCIO = io
CYCLE_TIME = 0.100
TOOL_TABLE = tool.tbl

#********************
# Axis X
#********************
[AXIS_0]
TYPE = LINEAR
HOME = 0.0
FERROR = 10.0
MIN_FERROR = 1.0
MAX_VELOCITY = 25.0
MAX_ACCELERATION = 750.0
# The values below should be 25% larger than MAX_VELOCITY and MAX_ACCELERATION
# If using BACKLASH compensation STEPGEN_MAXACCEL should be 100% larger.
STEPGEN_MAXVEL = 31.25
STEPGEN_MAXACCEL = 937.50
P = 1000.0
I = 0.0
D = 0.0
FF0 = 0.0
FF1 = 1.0
FF2 = 0.0
BIAS = 0.0
DEADBAND = 0.0
MAX_OUTPUT = 0.0
# these are in nanoseconds
DIRSETUP   = 1000
DIRHOLD    = 1000
STEPLEN    = 1000
STEPSPACE  = 1000
STEP_SCALE = 3333.0
MIN_LIMIT = -0.01
MAX_LIMIT = 200.0
HOME_OFFSET = 0.0

#********************
# Axis Z
#********************
[AXIS_2]
TYPE = LINEAR
HOME = 0.0
FERROR = 10.0
MIN_FERROR = 1.0
MAX_VELOCITY = 25.0
MAX_ACCELERATION = 750.0
# The values below should be 25% larger than MAX_VELOCITY and MAX_ACCELERATION
# If using BACKLASH compensation STEPGEN_MAXACCEL should be 100% larger.
STEPGEN_MAXVEL = 31.25


STEPGEN_MAXACCEL = 100


P = 1000.0
I = 0.0
D = 0.0
FF0 = 0.0
FF1 = 1.0
FF2 = 0.0
BIAS = 0.0
DEADBAND = 0.0
MAX_OUTPUT = 0.0


ENCODER_SCALE = 100



# these are in nanoseconds
DIRSETUP   = 1000
DIRHOLD    = 1000
STEPLEN    = 1000
STEPSPACE  = 1000
STEP_SCALE = 300
MIN_LIMIT = -100.0
MAX_LIMIT = 0.01
HOME_OFFSET = 0.0

#********************
# Spindle 
#********************
[SPINDLE_9]
P = 0
I = 0
D = 0
FF0 = 1
FF1 = 0
FF2 = 0
BIAS = 0
DEADBAND = 0
MAX_OUTPUT = 2000

Please Log in or Create an account to join the conversation.

More
01 Sep 2018 17:31 - 01 Sep 2018 17:31 #116952 by PCW
There is no pin "hm2_7i92.0.encoder.00.position-fb", it should be hm2_7i92.0.encoder.00.position

If you want to know the available hardware pins/parameters, launch a working hal/ini file set and run the command:

halcmd show all hm2* > hardware.txt

hardware.txt will contain a list of all available hardware pins, parameters, and functions.
Last edit: 01 Sep 2018 17:31 by PCW.

Please Log in or Create an account to join the conversation.

More
02 Sep 2018 10:57 #116971 by alex123
I overlooked, corrected, worked.
Now so:
# ---closedloop stepper signals---

net z-pos-cmd    <= axis.2.motor-pos-cmd
net z-vel-cmd    <= axis.2.joint-vel-cmd
net z-output     => hm2_7i92.0.stepgen.00.velocity-cmd






# !!!!!!!!!!!так было до правки
#net z-pos-fb     <= hm2_7i92.0.stepgen.00.position-fb
#net z-pos-fb     => axis.2.motor-pos-fb

# !!!!!!!!!!правка чтобы просто контролтровало перемещение по энкодеру и правило шаги мотора
# !!!!!!!!!!к последующему пункту добавил <= pid.z.feedback работает то-же по внешнему разница не заметна!!!!
#net z-pos-fb     <= hm2_7i92.0.encoder.00.position <= pid.z.feedback
#net z-pos-fb     => axis.2.motor-pos-fb


# !!!!!!!!!!правка чтобы просто контролтровало перемещение по энкодеру это работает но с полноценной обр связью по положению!!!!!
# !!!!!!!!!!шаговик управляется по положению энкодера или линейки!!!!!
net z-pos-fb     <= hm2_7i92.0.encoder.00.position
net z-pos-fb     => axis.2.motor-pos-fb








net z-enable     <= axis.2.amp-enable-out
net z-enable     => hm2_7i92.0.stepgen.00.enable
BUT it gives full feedback on the encoder / ruler to the stepper motor.
In the current application, it is necessary that linux generates steps from the specified speed and distance, and the encoder stands on the motor shaft and counts the steps, if there is a discrepancy greater than allowed, it is necessary not to add steps to the motor and stop the machine (in other words, the encoder detects an emergency machine prevents shchagovy motor).
Work on the principle of the torque limiter in a screwdriver.

Please Log in or Create an account to join the conversation.

More
02 Sep 2018 12:59 - 02 Sep 2018 12:59 #116972 by PCW
That should be automatic with encoder feedback.
The following error limits in the ini file determine the allowable difference
between step motor position (step count/scale) and encoder feedback position
Last edit: 02 Sep 2018 12:59 by PCW.

Please Log in or Create an account to join the conversation.

More
02 Sep 2018 15:06 #116976 by alex123
In Mach3 feedback is not possible but there is a DRO for the encoder / line, I periodically compare the distance and the DRO when exceeding the specified mismatch - the program is paused. I'm not such an expert linux to do this in it.
1)How to implement this in linux?
2)7i92 has firmware 7i92_5ABOB_Enc but it's not in the configurator, Now I'm testing on the firmware 7i92_7i76x1D. How to transfer these settings to the firmware 7i92_5ABOB_Enc in it there are 5 encoders 3 of which I need to use?

Please Log in or Create an account to join the conversation.

More
02 Sep 2018 15:19 - 02 Sep 2018 15:27 #116978 by PCW
As I mentioned, LinuxCNC will automatically fault if the following error (difference between commanded and actual positions) exceeds the following error limits specified in the INI file. If faulting and aborting the program is OK, this is already the built in behaviour of your current setup. If you want to pause the program rather than fault and abort, then you will have to set this up in the hal file using the "near" component and some logic.

To use the 5ABOB_enc config I would just clone (copy/paste) your working axis hal file entries and change the encoder, stepgen, and PID numbers/names as desired
Last edit: 02 Sep 2018 15:27 by PCW.

Please Log in or Create an account to join the conversation.

Time to create page: 0.235 seconds
Powered by Kunena Forum