Analog Overrides? 5i25+7i77 Mode 3
- B.Reilly01
- Offline
- Elite Member
Less
More
- Posts: 162
- Thank you received: 23
08 Sep 2017 01:16 #98650
by B.Reilly01
Analog Overrides? 5i25+7i77 Mode 3 was created by B.Reilly01
I would like to have analog overrides for spindle, rapid, and feed. I would like to use the Analog inputs connected to potentiometers. I would like to use PNCConf for this so I don't hose something up. Is this possible? My 7i77 is set to Mode3, which should allow 4 analog inputs (0-3) as well as 2 MPGs (only using 1 on 16-17). Under this mode, I don't seem to be able to select analog input in PNCCONF. Any help would be appreciated.
Thank you
Thank you
The following user(s) said Thank You: Ichzwei
Please Log in or Create an account to join the conversation.
08 Sep 2017 15:42 - 08 Sep 2017 15:45 #98696
by andypugh
Replied by andypugh on topic Analog Overrides? 5i25+7i77 Mode 3
I think that this level of complexity is beyond the capability of PnCConf.
You will have to configure this by hand in the HAL file.
Something like:
linuxcnc.org/docs/2.7/html/man/man1/halui.1.html
You will have to configure this by hand in the HAL file.
Something like:
net spindle-override hm2_7i77.0.analog0 => halui.spindle-override.scale
setp halui.spindle-override.counts 100
setp halui.spindle-override.direct-value 1
linuxcnc.org/docs/2.7/html/man/man1/halui.1.html
Last edit: 08 Sep 2017 15:45 by andypugh.
The following user(s) said Thank You: Ichzwei
Please Log in or Create an account to join the conversation.
28 Dec 2017 23:39 #103805
by Ichzwei
Replied by Ichzwei on topic Analog Overrides? 5i25+7i77 Mode 3
Hi, i have search the forum for help with a potentiometer as spindle override, and find this post.
but it don't work for me.
i have this in my HAL-file:
loadrt scale names=spindle-scale
addf spindle-scale servo-thread
net spindle-analogue hm2_5i25.0.7i77.0.0.analogin0 => spindle-scale.in
net spindle-override spindle-scale.out => halui.spindle-override.value
setp halui.spindle-override.direct-value 1
setp spindle-scale.gain 1
setp spindle-scale.offset -2.5
it shows this error:
Debug file information:
./my_LinuxCNC_machine.hal:318: Signal 'spindle-override' can not add OUT pin 'halui.spindle-override.value', it already has OUT pin 'spindle-scale.out'
16983
what is my mistake?
but it don't work for me.
i have this in my HAL-file:
loadrt scale names=spindle-scale
addf spindle-scale servo-thread
net spindle-analogue hm2_5i25.0.7i77.0.0.analogin0 => spindle-scale.in
net spindle-override spindle-scale.out => halui.spindle-override.value
setp halui.spindle-override.direct-value 1
setp spindle-scale.gain 1
setp spindle-scale.offset -2.5
it shows this error:
Debug file information:
./my_LinuxCNC_machine.hal:318: Signal 'spindle-override' can not add OUT pin 'halui.spindle-override.value', it already has OUT pin 'spindle-scale.out'
16983
what is my mistake?
Please Log in or Create an account to join the conversation.
29 Dec 2017 05:09 #103812
by Henk
Replied by Henk on topic Analog Overrides? 5i25+7i77 Mode 3
Hi
It seems that the signal spindle-override exists somewhere else in your hal file and you are trying to connect another out pin which is not allowed.
henk
It seems that the signal spindle-override exists somewhere else in your hal file and you are trying to connect another out pin which is not allowed.
henk
The following user(s) said Thank You: Ichzwei
Please Log in or Create an account to join the conversation.
29 Dec 2017 09:45 - 29 Dec 2017 09:50 #103817
by Ichzwei
Replied by Ichzwei on topic Analog Overrides? 5i25+7i77 Mode 3
Thanks henk.
I have chanced the name of the pin, so it definitely only on this position in the HAL-file.
but it shows the same error.
i add the hal file, maybe i overlooking something
thanks for your help
michael
I have chanced the name of the pin, so it definitely only on this position in the HAL-file.
but it shows the same error.
i add the hal file, maybe i overlooking something
thanks for your help
michael
Warning: Spoiler!
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/realtime-3.4-9-rtai-686-pae/modules/linuxcnc
LINUXCNC_CONFIG_DIR=
LINUXCNC_LANG_DIR=/usr/share/linuxcnc/tcl/msgs
INIVAR=inivar
HALCMD=halcmd
LINUXCNC_EMCSH=/usr/bin/wish8.5
LINUXCNC - 2.8.0-pre1-3393-g8afc258
Machine configuration directory is '/home/linuxcnc/linuxcnc/configs/my_LinuxCNC_machine'
Machine configuration file is 'my_LinuxCNC_machine.ini'
INIFILE=/home/linuxcnc/linuxcnc/configs/my_LinuxCNC_machine/my_LinuxCNC_machine.ini
VERSION=1.0
PARAMETER_FILE=linuxcnc.var
TASK=milltask
HALUI=halui
DISPLAY=axis
COORDINATES=X Y Z
KINEMATICS=trivkins coordinates=XYZ
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): ./my_LinuxCNC_machine.hal
Shutting down and cleaning up LinuxCNC...
Running HAL shutdown script
Killing task linuxcncsvr, PID=4544
Removing HAL_LIB, RTAPI, and Real Time OS modules
Removing NML shared memory segments
Debug file information:
.
./my_LinuxCNC_machine.hal:318: Signal 'spindle-override' can not add OUT pin 'halui.spindle-override.value', it already has OUT pin 'spindle-scale.out'
4544
PID TTY STAT TIME COMMAND
Stopping realtime threads
Unloading hal components
Kernel message information:
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.4-9-rtai-686-pae (Debian 3.4.55-4linuxcnc) () (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP PREEMPT Debian 3.4.55-4linuxcnc
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f400 (usable)
[ 0.000000] BIOS-e820: 000000000009f400 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000007fff0000 (usable)
[ 0.000000] BIOS-e820: 000000007fff0000 - 000000007fff3000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000007fff3000 - 0000000080000000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
[ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[ 0.000000] SMBIOS 2.2 present.
[ 0.000000] DMI: /nForce4 DDR: 9NPA+ / 9NPA+Ultra / 9NPAJ / 9NPA Ultra Series, BIOS 6.00 PG 08/11/2006
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] last_pfn = 0x7fff0 max_arch_pfn = 0x100000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-C7FFF write-protect
[ 0.000000] C8000-FFFFF uncachable
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0000000000 mask FF80000000 write-back
[ 0.000000] 1 disabled
[ 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 enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] found SMP MP-table at [c00f4250] f4250
[ 0.000000] initial memory mapped : 0 - 01800000
[ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[ 0.000000] 0000000000 - 0000400000 page 4k
[ 0.000000] 0000400000 - 0037400000 page 2M
[ 0.000000] 0037400000 - 00377fe000 page 4k
[ 0.000000] kernel direct mapping tables up to 0x377fdfff @ [mem 0x017f8000-0x017fffff]
[ 0.000000] RAMDISK: 3652a000 - 3728d000
[ 0.000000] ACPI: RSDP 000f8380 00014 (v00 Nvidia)
[ 0.000000] ACPI: RSDT 7fff3040 00030 (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000)
[ 0.000000] ACPI: FACP 7fff30c0 00074 (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000)
[ 0.000000] ACPI: DSDT 7fff3180 06633 (v01 NVIDIA AWRDACPI 00001000 MSFT 0100000E)
[ 0.000000] ACPI: FACS 7fff0000 00040
[ 0.000000] ACPI: MCFG 7fff98c0 0003C (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000)
[ 0.000000] ACPI: APIC 7fff9800 0007C (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 1159MB HIGHMEM available.
[ 0.000000] 887MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 377fe000
[ 0.000000] low ram: 0 - 377fe000
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x000377fe
[ 0.000000] HighMem 0x000377fe -> 0x0007fff0
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] Early memory PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x0007fff0
[ 0.000000] On node 0 totalpages: 524159
[ 0.000000] free_area_init_node: node 0, pgdat c1498a00, node_mem_map f552a200
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3951 pages, LIFO batch:0
[ 0.000000] Normal zone: 1744 pages used for memmap
[ 0.000000] Normal zone: 221486 pages, LIFO batch:31
[ 0.000000] HighMem zone: 2320 pages used for memmap
[ 0.000000] HighMem zone: 294626 pages, LIFO batch:31
[ 0.000000] Using APIC driver default
[ 0.000000] Nvidia board detected. Ignoring ACPI timer override.
[ 0.000000] If you got timer trouble try acpi_use_timer_override
[ 0.000000] ACPI: PM-Timer IO Port: 0x4008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[ 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] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: BIOS IRQ0 override ignored.
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] ACPI: IRQ14 used by override.
[ 0.000000] ACPI: IRQ15 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at 80000000 (gap: 80000000:60000000)
[ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 17 pages/cpu @f77cf000 s48384 r0 d21248 u69632
[ 0.000000] pcpu-alloc: s48384 r0 d21248 u69632 alloc=17*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 520063
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.4-9-rtai-686-pae root=UUID=61e7afdd-fdbe-4754-b456-10b0e2c56271 ro initrd=/install/gtk/initrd.gz lapic quiet rootdelay=5
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Initializing CPU#0
[ 0.000000] allocated 4194048 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Initializing HighMem for node 0 (000377fe:0007fff0)
[ 0.000000] Memory: 2055600k/2097088k available (3495k kernel code, 41036k reserved, 1237k data, 416k init, 1187784k highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xfff17000 - 0xfffff000 ( 928 kB)
[ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
[ 0.000000] .init : 0xc14a0000 - 0xc1508000 ( 416 kB)
[ 0.000000] .data : 0xc1369d4a - 0xc149f480 (1237 kB)
[ 0.000000] .text : 0xc1000000 - 0xc1369d4a (3495 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] NR_IRQS:2304 nr_irqs:512 16
[ 0.000000] CPU 0 irqstacks, hard=f5006000 soft=f5008000
[ 0.000000] Interrupt pipeline (release #3)
[ 0.000000] spurious 8259A interrupt: IRQ7.
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 2009.406 MHz processor.
[ 0.000000] Marking TSC unstable due to TSCs unsynchronized
[ 0.008005] Calibrating delay loop (skipped), value calculated using timer frequency.. 4018.81 BogoMIPS (lpj=8037624)
[ 0.008010] pid_max: default: 32768 minimum: 301
[ 0.008064] Security Framework initialized
[ 0.008070] AppArmor: AppArmor disabled by boot time parameter
[ 0.008090] Mount-cache hash table entries: 512
[ 0.008298] Initializing cgroup subsys cpuacct
[ 0.008301] Initializing cgroup subsys memory
[ 0.008310] Initializing cgroup subsys devices
[ 0.008312] Initializing cgroup subsys freezer
[ 0.008315] Initializing cgroup subsys net_cls
[ 0.008317] Initializing cgroup subsys blkio
[ 0.008325] Initializing cgroup subsys perf_event
[ 0.008351] CPU: Physical Processor ID: 0
[ 0.008353] CPU: Processor Core ID: 0
[ 0.008356] mce: CPU supports 5 MCE banks
[ 0.008413] ACPI: Core revision 20120320
[ 0.016090] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.016447] ..TIMER: vector=0x30 apic1=0 pin1=0 apic2=-1 pin2=-1
[ 0.056432] CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ stepping 01
[ 0.060003] Performance Events: AMD PMU driver.
[ 0.060003] ... version: 0
[ 0.060003] ... bit width: 48
[ 0.060003] ... generic registers: 4
[ 0.060003] ... value mask: 0000ffffffffffff
[ 0.060003] ... max period: 00007fffffffffff
[ 0.060003] ... fixed-purpose events: 0
[ 0.060003] ... event mask: 000000000000000f
[ 0.068026] NMI watchdog: enabled, takes one hw-pmu counter.
[ 0.080023] CPU 1 irqstacks, hard=f5094000 soft=f5096000
[ 0.080025] Booting Node 0, Processors #1 Ok.
[ 0.012000] Initializing CPU#1
[ 0.168103] NMI watchdog: enabled, takes one hw-pmu counter.
[ 0.168134] Brought up 2 CPUs
[ 0.168138] Total of 2 processors activated (8037.58 BogoMIPS).
[ 0.168542] devtmpfs: initialized
[ 0.168542] PM: Registering ACPI NVS region [mem 0x7fff0000-0x7fff2fff] (12288 bytes)
[ 0.168542] dummy:
[ 0.168542] NET: Registered protocol family 16
[ 0.168542] node 0 link 0: io port [6000, ffff]
[ 0.168542] TOM: 0000000080000000 aka 2048M
[ 0.168542] node 0 link 0: mmio [a0000, bffff]
[ 0.168542] node 0 link 0: mmio [feb00000, fec0ffff]
[ 0.168542] node 0 link 0: mmio [80000000, fe02ffff]
[ 0.168542] node 0 link 0: mmio [e0000000, e05fffff]
[ 0.168542] bus: [00, 05] on node 0 link 0
[ 0.168542] bus: 00 index 0 [io 0x0000-0xffff]
[ 0.168542] bus: 00 index 1 [mem 0x000a0000-0x000bffff]
[ 0.168542] bus: 00 index 2 [mem 0xfe030000-0xffffffff]
[ 0.168542] bus: 00 index 3 [mem 0x80000000-0xfe02ffff]
[ 0.168542] ACPI: bus type pci registered
[ 0.168542] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.168542] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.168542] PCI: Using MMCONFIG for extended config space
[ 0.168542] PCI: Using configuration type 1 for base access
[ 0.169126] bio: create slab <bio-0> at 0
[ 0.169126] ACPI: Added _OSI(Module Device)
[ 0.169126] ACPI: Added _OSI(Processor Device)
[ 0.169126] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.169126] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.172206] ACPI: EC: Look up EC in DSDT
[ 0.178317] ACPI: Interpreter enabled
[ 0.178324] ACPI: (supports S0 S1 S4 S5)
[ 0.178352] ACPI: Using IOAPIC for interrupt routing
[ 0.185356] ACPI: No dock devices found.
[ 0.185363] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[ 0.186074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-05])
[ 0.187419] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7] (ignored)
[ 0.187422] pci_root PNP0A08:00: host bridge window [io 0x6000-0xffff] (ignored)
[ 0.187426] pci_root PNP0A08:00: host bridge window [io 0x03b0-0x03df] (ignored)
[ 0.187429] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[ 0.187433] pci_root PNP0A08:00: host bridge window [mem 0x80000000-0xfe02ffff] (ignored)
[ 0.187437] pci_root PNP0A08:00: host bridge window [mem 0xfeb00000-0xfebfffff] (ignored)
[ 0.187440] PCI: root bus 00: hardware-probed resources
[ 0.187484] PCI host bridge to bus 0000:00
[ 0.187488] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 0.187491] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.187495] pci_bus 0000:00: root bus resource [mem 0xfe030000-0xffffffff]
[ 0.187498] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfe02ffff]
[ 0.187516] pci 0000:00:00.0: [10de:005e] type 00 class 0x058000
[ 0.187586] pci 0000:00:01.0: [10de:0050] type 00 class 0x060100
[ 0.187612] HPET not enabled in BIOS. You might try hpet=force boot option
[ 0.187626] pci 0000:00:01.1: [10de:0052] type 00 class 0x0c0500
[ 0.187636] pci 0000:00:01.1: reg 10: [io 0xfc00-0xfc1f]
[ 0.187651] pci 0000:00:01.1: reg 20: [io 0xf800-0xf83f]
[ 0.187658] pci 0000:00:01.1: reg 24: [io 0xf400-0xf43f]
[ 0.187672] pci 0000:00:01.1: PME# supported from D3hot D3cold
[ 0.187690] pci 0000:00:02.0: [10de:005a] type 00 class 0x0c0310
[ 0.187700] pci 0000:00:02.0: reg 10: [mem 0xfe02f000-0xfe02ffff]
[ 0.187728] pci 0000:00:02.0: supports D1 D2
[ 0.187731] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.187746] pci 0000:00:02.1: [10de:005b] type 00 class 0x0c0320
[ 0.187756] pci 0000:00:02.1: reg 10: [mem 0xfeb00000-0xfeb000ff]
[ 0.187789] pci 0000:00:02.1: supports D1 D2
[ 0.187791] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.187813] pci 0000:00:06.0: [10de:0053] type 00 class 0x01018a
[ 0.187834] pci 0000:00:06.0: reg 20: [io 0xe800-0xe80f]
[ 0.187863] pci 0000:00:07.0: [10de:0054] type 00 class 0x010185
[ 0.187872] pci 0000:00:07.0: reg 10: [io 0x09f0-0x09f7]
[ 0.187878] pci 0000:00:07.0: reg 14: [io 0x0bf0-0x0bf3]
[ 0.187884] pci 0000:00:07.0: reg 18: [io 0x0970-0x0977]
[ 0.187890] pci 0000:00:07.0: reg 1c: [io 0x0b70-0x0b73]
[ 0.187896] pci 0000:00:07.0: reg 20: [io 0xd400-0xd40f]
[ 0.187902] pci 0000:00:07.0: reg 24: [mem 0xfe02c000-0xfe02cfff]
[ 0.187924] pci 0000:00:08.0: [10de:0055] type 00 class 0x010185
[ 0.187933] pci 0000:00:08.0: reg 10: [io 0x09e0-0x09e7]
[ 0.187940] pci 0000:00:08.0: reg 14: [io 0x0be0-0x0be3]
[ 0.187946] pci 0000:00:08.0: reg 18: [io 0x0960-0x0967]
[ 0.187952] pci 0000:00:08.0: reg 1c: [io 0x0b60-0x0b63]
[ 0.187958] pci 0000:00:08.0: reg 20: [io 0xc000-0xc00f]
[ 0.187965] pci 0000:00:08.0: reg 24: [mem 0xfe02b000-0xfe02bfff]
[ 0.187986] pci 0000:00:09.0: [10de:005c] type 01 class 0x060401
[ 0.188018] pci 0000:00:0a.0: [10de:0057] type 00 class 0x068000
[ 0.188028] pci 0000:00:0a.0: reg 10: [mem 0xfe02a000-0xfe02afff]
[ 0.188034] pci 0000:00:0a.0: reg 14: [io 0xbc00-0xbc07]
[ 0.188060] pci 0000:00:0a.0: supports D1 D2
[ 0.188063] pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.188079] pci 0000:00:0b.0: [10de:005d] type 01 class 0x060400
[ 0.188109] pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.188127] pci 0000:00:0c.0: [10de:005d] type 01 class 0x060400
[ 0.188155] pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.188173] pci 0000:00:0d.0: [10de:005d] type 01 class 0x060400
[ 0.188201] pci 0000:00:0d.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.188218] pci 0000:00:0e.0: [10de:005d] type 01 class 0x060400
[ 0.188246] pci 0000:00:0e.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.188268] pci 0000:00:18.0: [1022:1100] type 00 class 0x060000
[ 0.188293] pci 0000:00:18.1: [1022:1101] type 00 class 0x060000
[ 0.188315] pci 0000:00:18.2: [1022:1102] type 00 class 0x060000
[ 0.188336] pci 0000:00:18.3: [1022:1103] type 00 class 0x060000
[ 0.188379] pci 0000:01:06.0: [2718:5125] type 00 class 0x110000
[ 0.188390] pci 0000:01:06.0: reg 10: [mem 0xfdee0000-0xfdeeffff]
[ 0.188439] pci 0000:01:09.0: [1106:3044] type 00 class 0x0c0010
[ 0.188453] pci 0000:01:09.0: reg 10: [mem 0xfdeff000-0xfdeff7ff]
[ 0.188462] pci 0000:01:09.0: reg 14: [io 0xac00-0xac7f]
[ 0.188504] pci 0000:01:09.0: supports D2
[ 0.188506] pci 0000:01:09.0: PME# supported from D2 D3hot D3cold
[ 0.188533] pci 0000:00:09.0: PCI bridge to [bus 01-01] (subtractive decode)
[ 0.188538] pci 0000:00:09.0: bridge window [io 0xa000-0xafff]
[ 0.188542] pci 0000:00:09.0: bridge window [mem 0xfde00000-0xfdefffff]
[ 0.188546] pci 0000:00:09.0: bridge window [mem 0xfdf00000-0xfdffffff pref]
[ 0.188550] pci 0000:00:09.0: bridge window [io 0x0000-0xffff] (subtractive decode)
[ 0.188553] pci 0000:00:09.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.188557] pci 0000:00:09.0: bridge window [mem 0xfe030000-0xffffffff] (subtractive decode)
[ 0.188561] pci 0000:00:09.0: bridge window [mem 0x80000000-0xfe02ffff] (subtractive decode)
[ 0.188586] pci 0000:00:0b.0: PCI bridge to [bus 02-02]
[ 0.188590] pci 0000:00:0b.0: bridge window [io 0x9000-0x9fff]
[ 0.188594] pci 0000:00:0b.0: bridge window [mem 0xfdd00000-0xfddfffff]
[ 0.188600] pci 0000:00:0b.0: bridge window [mem 0xfdc00000-0xfdcfffff 64bit pref]
[ 0.188625] pci 0000:00:0c.0: PCI bridge to [bus 03-03]
[ 0.188630] pci 0000:00:0c.0: bridge window [io 0x8000-0x8fff]
[ 0.188634] pci 0000:00:0c.0: bridge window [mem 0xfdb00000-0xfdbfffff]
[ 0.188639] pci 0000:00:0c.0: bridge window [mem 0xfda00000-0xfdafffff 64bit pref]
[ 0.188663] pci 0000:00:0d.0: PCI bridge to [bus 04-04]
[ 0.188668] pci 0000:00:0d.0: bridge window [io 0x7000-0x7fff]
[ 0.188672] pci 0000:00:0d.0: bridge window [mem 0xfd900000-0xfd9fffff]
[ 0.188677] pci 0000:00:0d.0: bridge window [mem 0xfd800000-0xfd8fffff 64bit pref]
[ 0.188710] pci 0000:05:00.0: [102b:2539] type 00 class 0x030000
[ 0.188724] pci 0000:05:00.0: reg 10: [mem 0xd8000000-0xdfffffff 64bit pref]
[ 0.188735] pci 0000:05:00.0: reg 18: [mem 0xfd7fe000-0xfd7fffff 64bit]
[ 0.188752] pci 0000:05:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[ 0.196025] pci 0000:00:0e.0: PCI bridge to [bus 05-05]
[ 0.196030] pci 0000:00:0e.0: bridge window [io 0x6000-0x6fff]
[ 0.196034] pci 0000:00:0e.0: bridge window [mem 0xfd700000-0xfd7fffff]
[ 0.196039] pci 0000:00:0e.0: bridge window [mem 0xd8000000-0xdfffffff 64bit pref]
[ 0.196051] pci_bus 0000:00: on NUMA node 0
[ 0.196055] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.196280] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
[ 0.196510] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x0f)
[ 0.237174] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[ 0.237238] ACPI: PCI Interrupt Link [LNK2] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[ 0.237302] ACPI: PCI Interrupt Link [LNK3] (IRQs 3 4 *5 7 9 10 11 12 14 15)
[ 0.237364] ACPI: PCI Interrupt Link [LNK4] (IRQs *3 4 5 7 9 10 11 12 14 15)
[ 0.237425] ACPI: PCI Interrupt Link [LNK5] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[ 0.237488] ACPI: PCI Interrupt Link [LUBA] (IRQs 3 *4 5 7 9 10 11 12 14 15)
[ 0.237549] ACPI: PCI Interrupt Link [LUBB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[ 0.237615] ACPI: PCI Interrupt Link [LMAC] (IRQs 3 4 5 *7 9 10 11 12 14 15)
[ 0.237678] ACPI: PCI Interrupt Link [LACI] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[ 0.237740] ACPI: PCI Interrupt Link [LMCI] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[ 0.237803] ACPI: PCI Interrupt Link [LSMB] (IRQs 3 4 5 7 9 *10 11 12 14 15)
[ 0.237865] ACPI: PCI Interrupt Link [LUB2] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[ 0.237926] ACPI: PCI Interrupt Link [LIDE] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[ 0.237997] ACPI: PCI Interrupt Link [LSID] (IRQs 3 4 5 7 9 *10 11 12 14 15)
[ 0.238066] ACPI: PCI Interrupt Link [LFID] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[ 0.238134] ACPI: PCI Interrupt Link [LPCA] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[ 0.238180] ACPI: PCI Interrupt Link [APC1] (IRQs *16), disabled.
[ 0.238219] ACPI: PCI Interrupt Link [APC2] (IRQs *17), disabled.
[ 0.238258] ACPI: PCI Interrupt Link [APC3] (IRQs *18)
[ 0.238296] ACPI: PCI Interrupt Link [APC4] (IRQs *19)
[ 0.238334] ACPI: PCI Interrupt Link [APC5] (IRQs *16), disabled.
[ 0.238420] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22 23) *0
[ 0.238506] ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22 23) *0, disabled.
[ 0.238594] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22 23) *0
[ 0.238679] ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22 23) *0, disabled.
[ 0.238765] ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22 23) *0, disabled.
[ 0.238850] ACPI: PCI Interrupt Link [APCS] (IRQs 20 21 22 23) *0
[ 0.238936] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22 23) *0
[ 0.239020] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22 23) *0, disabled.
[ 0.239113] ACPI: PCI Interrupt Link [APSI] (IRQs 20 21 22 23) *0
[ 0.239205] ACPI: PCI Interrupt Link [APSJ] (IRQs 20 21 22 23) *0
[ 0.239297] ACPI: PCI Interrupt Link [APCP] (IRQs 20 21 22 23) *0, disabled.
[ 0.239372] vgaarb: device added: PCI:0000:05:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.239372] vgaarb: loaded
[ 0.239372] vgaarb: bridge control possible 0000:05:00.0
[ 0.239372] PCI: Using ACPI for IRQ routing
[ 0.245045] PCI: pci_cache_line_size set to 64 bytes
[ 0.245108] reserve RAM buffer: 000000000009f400 - 000000000009ffff
[ 0.245112] reserve RAM buffer: 000000007fff0000 - 000000007fffffff
[ 0.245390] pnp: PnP ACPI init
[ 0.245402] ACPI: bus type pnp registered
[ 0.245426] pnp 00:00: [io 0x4000-0x407f]
[ 0.245429] pnp 00:00: [io 0x4080-0x40ff]
[ 0.245432] pnp 00:00: [io 0x4400-0x447f]
[ 0.245435] pnp 00:00: [io 0x4480-0x44ff]
[ 0.245438] pnp 00:00: [io 0x4800-0x487f]
[ 0.245441] pnp 00:00: [io 0x4880-0x48ff]
[ 0.245494] system 00:00: [io 0x4000-0x407f] has been reserved
[ 0.245498] system 00:00: [io 0x4080-0x40ff] has been reserved
[ 0.245502] system 00:00: [io 0x4400-0x447f] has been reserved
[ 0.245506] system 00:00: [io 0x4480-0x44ff] has been reserved
[ 0.245509] system 00:00: [io 0x4800-0x487f] has been reserved
[ 0.245513] system 00:00: [io 0x4880-0x48ff] has been reserved
[ 0.245517] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.246231] pnp 00:01: [bus 00-05]
[ 0.246234] pnp 00:01: [io 0x0cf8-0x0cff]
[ 0.246238] pnp 00:01: [io 0x0000-0x0cf7 window]
[ 0.246241] pnp 00:01: [io 0x6000-0xffff window]
[ 0.246244] pnp 00:01: [io 0x03b0-0x03df window]
[ 0.246248] pnp 00:01: [mem 0x000a0000-0x000bffff window]
[ 0.246251] pnp 00:01: [mem 0x80000000-0xfe02ffff window]
[ 0.246255] pnp 00:01: [mem 0x00000000 window]
[ 0.246259] pnp 00:01: [mem 0xfeb00000-0xfebfffff window]
[ 0.246324] pnp 00:01: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[ 0.247028] pnp 00:02: [io 0x0010-0x001f]
[ 0.247031] pnp 00:02: [io 0x0022-0x003f]
[ 0.247035] pnp 00:02: [io 0x0044-0x005f]
[ 0.247038] pnp 00:02: [io 0x0062-0x0063]
[ 0.247041] pnp 00:02: [io 0x0065-0x006f]
[ 0.247044] pnp 00:02: [io 0x0074-0x007f]
[ 0.247047] pnp 00:02: [io 0x0091-0x0093]
[ 0.247050] pnp 00:02: [io 0x00a2-0x00bf]
[ 0.247053] pnp 00:02: [io 0x00e0-0x00ef]
[ 0.247056] pnp 00:02: [io 0x0b78-0x0b7b]
[ 0.247059] pnp 00:02: [io 0x0f78-0x0f7b]
[ 0.247062] pnp 00:02: [io 0x0a78-0x0a7b]
[ 0.247065] pnp 00:02: [io 0x0e78-0x0e7b]
[ 0.247068] pnp 00:02: [io 0x0bbc-0x0bbf]
[ 0.247071] pnp 00:02: [io 0x0fbc-0x0fbf]
[ 0.247074] pnp 00:02: [io 0x04d0-0x04d1]
[ 0.247078] pnp 00:02: [io 0x0290-0x029f]
[ 0.247080] pnp 00:02: [io 0x04e0-0x04e7]
[ 0.247174] system 00:02: [io 0x0b78-0x0b7b] has been reserved
[ 0.247177] system 00:02: [io 0x0f78-0x0f7b] has been reserved
[ 0.247181] system 00:02: [io 0x0a78-0x0a7b] has been reserved
[ 0.247185] system 00:02: [io 0x0e78-0x0e7b] has been reserved
[ 0.247189] system 00:02: [io 0x0bbc-0x0bbf] has been reserved
[ 0.247192] system 00:02: [io 0x0fbc-0x0fbf] has been reserved
[ 0.247196] system 00:02: [io 0x04d0-0x04d1] has been reserved
[ 0.247199] system 00:02: [io 0x0290-0x029f] has been reserved
[ 0.247203] system 00:02: [io 0x04e0-0x04e7] has been reserved
[ 0.247207] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.247225] pnp 00:03: [dma 4]
[ 0.247228] pnp 00:03: [io 0x0000-0x000f]
[ 0.247232] pnp 00:03: [io 0x0080-0x0090]
[ 0.247235] pnp 00:03: [io 0x0094-0x009f]
[ 0.247238] pnp 00:03: [io 0x00c0-0x00df]
[ 0.247288] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.247304] pnp 00:04: [io 0x0070-0x0073]
[ 0.247319] pnp 00:04: [irq 8]
[ 0.247370] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.247383] pnp 00:05: [io 0x0061]
[ 0.247433] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.247446] pnp 00:06: [io 0x00f0-0x00ff]
[ 0.247453] pnp 00:06: [irq 13]
[ 0.247504] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.248156] pnp 00:07: [mem 0xe0000000-0xefffffff]
[ 0.248233] system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.248237] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.248383] pnp 00:08: [mem 0x000d0000-0x000d3fff]
[ 0.248387] pnp 00:08: [mem 0x000f0000-0x000f7fff]
[ 0.248390] pnp 00:08: [mem 0x000f8000-0x000fbfff]
[ 0.248393] pnp 00:08: [mem 0x000fc000-0x000fffff]
[ 0.248397] pnp 00:08: [mem 0x7fff0000-0x7fffffff]
[ 0.248400] pnp 00:08: [mem 0xffff0000-0xffffffff]
[ 0.248403] pnp 00:08: [mem 0x00000000-0x0009ffff]
[ 0.248406] pnp 00:08: [mem 0x00100000-0x7ffeffff]
[ 0.248410] pnp 00:08: [mem 0xfec00000-0xfec00fff]
[ 0.248413] pnp 00:08: [mem 0xfee00000-0xfeefffff]
[ 0.248416] pnp 00:08: [mem 0xfefff000-0xfeffffff]
[ 0.248419] pnp 00:08: [mem 0xfff80000-0xfff80fff]
[ 0.248423] pnp 00:08: [mem 0xfff90000-0xfffbffff]
[ 0.248426] pnp 00:08: [mem 0xfffed000-0xfffeffff]
[ 0.248513] system 00:08: [mem 0x000d0000-0x000d3fff] has been reserved
[ 0.248517] system 00:08: [mem 0x000f0000-0x000f7fff] could not be reserved
[ 0.248521] system 00:08: [mem 0x000f8000-0x000fbfff] could not be reserved
[ 0.248525] system 00:08: [mem 0x000fc000-0x000fffff] could not be reserved
[ 0.248529] system 00:08: [mem 0x7fff0000-0x7fffffff] could not be reserved
[ 0.248532] system 00:08: [mem 0xffff0000-0xffffffff] has been reserved
[ 0.248539] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.248543] system 00:08: [mem 0x00100000-0x7ffeffff] could not be reserved
[ 0.248547] system 00:08: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.248551] system 00:08: [mem 0xfee00000-0xfeefffff] has been reserved
[ 0.248555] system 00:08: [mem 0xfefff000-0xfeffffff] has been reserved
[ 0.248558] system 00:08: [mem 0xfff80000-0xfff80fff] has been reserved
[ 0.248562] system 00:08: [mem 0xfff90000-0xfffbffff] has been reserved
[ 0.248566] system 00:08: [mem 0xfffed000-0xfffeffff] has been reserved
[ 0.248570] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.248583] pnp: PnP ACPI: found 9 devices
[ 0.248586] ACPI: ACPI bus type pnp unregistered
[ 0.248590] PnPBIOS: Disabled by ACPI PNP
[ 0.285541] Switching to clocksource acpi_pm
[ 0.285594] pci 0000:00:09.0: PCI bridge to [bus 01-01]
[ 0.285598] pci 0000:00:09.0: bridge window [io 0xa000-0xafff]
[ 0.285603] pci 0000:00:09.0: bridge window [mem 0xfde00000-0xfdefffff]
[ 0.285607] pci 0000:00:09.0: bridge window [mem 0xfdf00000-0xfdffffff pref]
[ 0.285612] pci 0000:00:0b.0: PCI bridge to [bus 02-02]
[ 0.285615] pci 0000:00:0b.0: bridge window [io 0x9000-0x9fff]
[ 0.285620] pci 0000:00:0b.0: bridge window [mem 0xfdd00000-0xfddfffff]
[ 0.285624] pci 0000:00:0b.0: bridge window [mem 0xfdc00000-0xfdcfffff 64bit pref]
[ 0.285629] pci 0000:00:0c.0: PCI bridge to [bus 03-03]
[ 0.285632] pci 0000:00:0c.0: bridge window [io 0x8000-0x8fff]
[ 0.285636] pci 0000:00:0c.0: bridge window [mem 0xfdb00000-0xfdbfffff]
[ 0.285640] pci 0000:00:0c.0: bridge window [mem 0xfda00000-0xfdafffff 64bit pref]
[ 0.285645] pci 0000:00:0d.0: PCI bridge to [bus 04-04]
[ 0.285648] pci 0000:00:0d.0: bridge window [io 0x7000-0x7fff]
[ 0.285653] pci 0000:00:0d.0: bridge window [mem 0xfd900000-0xfd9fffff]
[ 0.285657] pci 0000:00:0d.0: bridge window [mem 0xfd800000-0xfd8fffff 64bit pref]
[ 0.285666] pci 0000:05:00.0: BAR 6: assigned [mem 0xfd700000-0xfd71ffff pref]
[ 0.285669] pci 0000:00:0e.0: PCI bridge to [bus 05-05]
[ 0.285673] pci 0000:00:0e.0: bridge window [io 0x6000-0x6fff]
[ 0.285677] pci 0000:00:0e.0: bridge window [mem 0xfd700000-0xfd7fffff]
[ 0.285681] pci 0000:00:0e.0: bridge window [mem 0xd8000000-0xdfffffff 64bit pref]
[ 0.285691] pci 0000:00:09.0: setting latency timer to 64
[ 0.285706] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
[ 0.285709] pci_bus 0000:00: resource 5 [mem 0x000a0000-0x000bffff]
[ 0.285712] pci_bus 0000:00: resource 6 [mem 0xfe030000-0xffffffff]
[ 0.285716] pci_bus 0000:00: resource 7 [mem 0x80000000-0xfe02ffff]
[ 0.285719] pci_bus 0000:01: resource 0 [io 0xa000-0xafff]
[ 0.285723] pci_bus 0000:01: resource 1 [mem 0xfde00000-0xfdefffff]
[ 0.285726] pci_bus 0000:01: resource 2 [mem 0xfdf00000-0xfdffffff pref]
[ 0.285729] pci_bus 0000:01: resource 4 [io 0x0000-0xffff]
[ 0.285733] pci_bus 0000:01: resource 5 [mem 0x000a0000-0x000bffff]
[ 0.285736] pci_bus 0000:01: resource 6 [mem 0xfe030000-0xffffffff]
[ 0.285739] pci_bus 0000:01: resource 7 [mem 0x80000000-0xfe02ffff]
[ 0.285742] pci_bus 0000:02: resource 0 [io 0x9000-0x9fff]
[ 0.285746] pci_bus 0000:02: resource 1 [mem 0xfdd00000-0xfddfffff]
[ 0.285749] pci_bus 0000:02: resource 2 [mem 0xfdc00000-0xfdcfffff 64bit pref]
[ 0.285753] pci_bus 0000:03: resource 0 [io 0x8000-0x8fff]
[ 0.285756] pci_bus 0000:03: resource 1 [mem 0xfdb00000-0xfdbfffff]
[ 0.285759] pci_bus 0000:03: resource 2 [mem 0xfda00000-0xfdafffff 64bit pref]
[ 0.285763] pci_bus 0000:04: resource 0 [io 0x7000-0x7fff]
[ 0.285766] pci_bus 0000:04: resource 1 [mem 0xfd900000-0xfd9fffff]
[ 0.285769] pci_bus 0000:04: resource 2 [mem 0xfd800000-0xfd8fffff 64bit pref]
[ 0.285773] pci_bus 0000:05: resource 0 [io 0x6000-0x6fff]
[ 0.285776] pci_bus 0000:05: resource 1 [mem 0xfd700000-0xfd7fffff]
[ 0.285780] pci_bus 0000:05: resource 2 [mem 0xd8000000-0xdfffffff 64bit pref]
[ 0.285887] NET: Registered protocol family 2
[ 0.285961] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.286237] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.286926] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.287285] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.287288] TCP: reno registered
[ 0.287292] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.287305] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.287432] NET: Registered protocol family 1
[ 0.287645] ACPI: PCI Interrupt Link [APCF] enabled at IRQ 23
[ 0.356171] ACPI: PCI Interrupt Link [APCL] enabled at IRQ 22
[ 0.356206] pci 0000:00:0b.0: Linking AER extended capability
[ 0.356212] pci 0000:00:0c.0: Linking AER extended capability
[ 0.356217] pci 0000:00:0d.0: Linking AER extended capability
[ 0.356222] pci 0000:00:0e.0: Linking AER extended capability
[ 0.356241] pci 0000:05:00.0: Boot video device
[ 0.356244] PCI: CLS 32 bytes, default 64
[ 0.356303] Unpacking initramfs...
[ 0.723533] Freeing initrd memory: 13708k freed
[ 0.732406] audit: initializing netlink socket (disabled)
[ 0.732424] type=2000 audit(1514539782.728:1): initialized
[ 0.747166] highmem bounce pool size: 64 pages
[ 0.747172] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 0.747490] VFS: Disk quotas dquot_6.5.2
[ 0.747526] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.747611] msgmni has been set to 1721
[ 0.747862] alg: No test for stdrng (krng)
[ 0.747904] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.747909] io scheduler noop registered
[ 0.747911] io scheduler deadline registered
[ 0.747938] io scheduler cfq registered (default)
[ 0.748226] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.748259] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.748262] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.748933] GHES: HEST is not enabled!
[ 0.748947] isapnp: Scanning for PnP cards...
[ 1.101534] isapnp: No Plug & Play device found
[ 1.101613] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.102121] Linux agpgart interface v0.103
[ 1.102448] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 1.104920] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.104935] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.105096] mousedev: PS/2 mouse device common for all mice
[ 1.105135] rtc_cmos 00:04: RTC can wake from S4
[ 1.105276] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[ 1.105300] rtc0: alarms up to one year, y3k, 242 bytes nvram
[ 1.105443] TCP: cubic registered
[ 1.105523] NET: Registered protocol family 10
[ 1.105771] Mobile IPv6
[ 1.105775] NET: Registered protocol family 17
[ 1.105780] Registering the dns_resolver key type
[ 1.105833] Using IPI No-Shortcut mode
[ 1.105988] PM: Hibernation image not present or could not be loaded.
[ 1.106005] registered taskstats version 1
[ 1.106383] rtc_cmos 00:04: setting system clock to 2017-12-29 09:29:43 UTC (1514539783)
[ 1.106494] Freeing unused kernel memory: 416k freed
[ 1.106790] Write protecting the kernel text: 3496k
[ 1.106821] Write protecting the kernel read-only data: 984k
[ 1.121289] udevd[49]: starting version 175
[ 1.140866] usbcore: registered new interface driver usbfs
[ 1.140896] usbcore: registered new interface driver hub
[ 1.148875] usbcore: registered new device driver usb
[ 1.155179] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.155255] ehci_hcd 0000:00:02.1: setting latency timer to 64
[ 1.155261] ehci_hcd 0000:00:02.1: EHCI Host Controller
[ 1.155300] ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 1
[ 1.155333] ehci_hcd 0000:00:02.1: debug port 1
[ 1.155340] ehci_hcd 0000:00:02.1: cache line size of 32 is not supported
[ 1.155363] ehci_hcd 0000:00:02.1: irq 22, io mem 0xfeb00000
[ 1.157331] SCSI subsystem initialized
[ 1.161965] libata version 3.00 loaded.
[ 1.164085] ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00
[ 1.164144] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.164149] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.164153] usb usb1: Product: EHCI Host Controller
[ 1.164156] usb usb1: Manufacturer: Linux 3.4-9-rtai-686-pae ehci_hcd
[ 1.164159] usb usb1: SerialNumber: 0000:00:02.1
[ 1.165750] hub 1-0:1.0: USB hub found
[ 1.165759] hub 1-0:1.0: 10 ports detected
[ 1.166345] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.166409] ohci_hcd 0000:00:02.0: setting latency timer to 64
[ 1.166413] ohci_hcd 0000:00:02.0: OHCI Host Controller
[ 1.166426] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2
[ 1.166461] ohci_hcd 0000:00:02.0: irq 23, io mem 0xfe02f000
[ 1.190574] microcode: AMD CPU family 0xf not supported
[ 1.196162] ACPI: Fan [FAN] (on)
[ 1.222080] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.222086] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.222091] usb usb2: Product: OHCI Host Controller
[ 1.222094] usb usb2: Manufacturer: Linux 3.4-9-rtai-686-pae ohci_hcd
[ 1.222096] usb usb2: SerialNumber: 0000:00:02.0
[ 1.222302] hub 2-0:1.0: USB hub found
[ 1.222312] hub 2-0:1.0: 10 ports detected
[ 1.222457] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[ 1.222700] ACPI: PCI Interrupt Link [APCH] enabled at IRQ 21
[ 1.222725] forcedeth 0000:00:0a.0: setting latency timer to 64
[ 1.225301] ACPI: PCI Interrupt Link [APC4] enabled at IRQ 19
[ 1.288074] firewire_ohci 0000:01:09.0: added OHCI v1.0 device as card 0, 4 IR + 8 IT contexts, quirks 0x11
[ 1.536030] usb 1-2: new high-speed USB device number 3 using ehci_hcd
[ 1.669272] usb 1-2: New USB device found, idVendor=0bda, idProduct=8179
[ 1.669277] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.669280] usb 1-2: Product: 802.11n NIC
[ 1.669283] usb 1-2: Manufacturer: Realtek
[ 1.669286] usb 1-2: SerialNumber: 7CDD90D4AD5B
[ 1.744698] forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x3f1 @ 1, addr 00:04:61:ab:77:94
[ 1.744705] forcedeth 0000:00:0a.0: highdma csum gbit lnktim desc-v3
[ 1.744741] sata_nv 0000:00:07.0: version 3.5
[ 1.744995] ACPI: PCI Interrupt Link [APSI] enabled at IRQ 20
[ 1.745088] sata_nv 0000:00:07.0: setting latency timer to 64
[ 1.745774] scsi0 : sata_nv
[ 1.746000] scsi1 : sata_nv
[ 1.746173] ata1: SATA max UDMA/133 cmd 0x9f0 ctl 0xbf0 bmdma 0xd400 irq 20
[ 1.746177] ata2: SATA max UDMA/133 cmd 0x970 ctl 0xb70 bmdma 0xd408 irq 20
[ 1.746452] ACPI: PCI Interrupt Link [APSJ] enabled at IRQ 23
[ 1.746512] sata_nv 0000:00:08.0: setting latency timer to 64
[ 1.746801] scsi2 : sata_nv
[ 1.746881] scsi3 : sata_nv
[ 1.747032] ata3: SATA max UDMA/133 cmd 0x9e0 ctl 0xbe0 bmdma 0xc000 irq 23
[ 1.747036] ata4: SATA max UDMA/133 cmd 0x960 ctl 0xb60 bmdma 0xc008 irq 23
[ 1.747078] pata_amd 0000:00:06.0: version 0.4.1
[ 1.747121] pata_amd 0000:00:06.0: setting latency timer to 64
[ 1.747504] scsi4 : pata_amd
[ 1.747735] scsi5 : pata_amd
[ 1.748318] ata5: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xe800 irq 14
[ 1.748321] ata6: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xe808 irq 15
[ 1.748644] ata5: port disabled--ignoring
[ 1.788151] firewire_core 0000:01:09.0: created device fw0: GUID 00046100000cb97a, S400
[ 2.056037] ata1: SATA link down (SStatus 0 SControl 300)
[ 2.140030] usb 2-1: new low-speed USB device number 2 using ohci_hcd
[ 2.212034] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 2.220357] ata3.00: ATA-9: SanDisk SDSSDP064G, 2.0.0, max UDMA/133
[ 2.220360] ata3.00: 125045424 sectors, multi 1: LBA48 NCQ (depth 0/32)
[ 2.236221] ata3.00: configured for UDMA/133
[ 2.368025] ata2: SATA link down (SStatus 0 SControl 300)
[ 2.368232] scsi 2:0:0:0: Direct-Access ATA SanDisk SDSSDP06 2.0. PQ: 0 ANSI: 5
[ 2.474084] usb 2-1: New USB device found, idVendor=1532, idProduct=0001
[ 2.474088] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.474092] usb 2-1: Product: Razer 1600dpi Mouse
[ 2.474094] usb 2-1: Manufacturer: Razer
[ 2.680033] ata4: SATA link down (SStatus 0 SControl 300)
[ 2.680131] ata6: port disabled--ignoring
[ 2.686587] sd 2:0:0:0: [sda] 125045424 512-byte logical blocks: (64.0 GB/59.6 GiB)
[ 2.686678] sd 2:0:0:0: [sda] Write Protect is off
[ 2.686685] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.686748] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.687680] sda: sda1 sda2 < sda5 >
[ 2.688191] sd 2:0:0:0: [sda] Attached SCSI disk
[ 2.690368] sd 2:0:0:0: Attached scsi generic sg0 type 0
[ 2.692165] input: Razer Razer 1600dpi Mouse as /devices/pci0000:00/0000:00:02.0/usb2/2-1/2-1:1.0/input/input0
[ 2.693199] generic-usb 0003:1532:0001.0001: input,hidraw0: USB HID v1.10 Mouse [Razer Razer 1600dpi Mouse] on usb-0000:00:02.0-1/input0
[ 2.693322] usbcore: registered new interface driver usbhid
[ 2.693325] usbhid: USB HID core driver
[ 2.784039] usb 2-3: new low-speed USB device number 3 using ohci_hcd
[ 3.016083] usb 2-3: New USB device found, idVendor=062a, idProduct=0102
[ 3.016089] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.016093] usb 2-3: Product: Wireless Keyboard & Mouse
[ 3.016096] usb 2-3: Manufacturer: MOSART Semi.
[ 3.026616] input: MOSART Semi. Wireless Keyboard & Mouse as /devices/pci0000:00/0000:00:02.0/usb2/2-3/2-3:1.0/input/input1
[ 3.026721] generic-usb 0003:062A:0102.0002: input,hidraw1: USB HID v1.10 Keyboard [MOSART Semi. Wireless Keyboard & Mouse] on usb-0000:00:02.0-3/input0
[ 3.037366] input: MOSART Semi. Wireless Keyboard & Mouse as /devices/pci0000:00/0000:00:02.0/usb2/2-3/2-3:1.1/input/input2
[ 3.037503] generic-usb 0003:062A:0102.0003: input,hiddev0,hidraw2: USB HID v1.10 Mouse [MOSART Semi. Wireless Keyboard & Mouse] on usb-0000:00:02.0-3/input1
[ 3.340028] usb 2-4: new full-speed USB device number 4 using ohci_hcd
[ 3.566078] usb 2-4: New USB device found, idVendor=0403, idProduct=6001
[ 3.566082] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.566086] usb 2-4: Product: USB-SMV2
[ 3.566088] usb 2-4: Manufacturer: FTDI
[ 3.566091] usb 2-4: SerialNumber: AH026T6E
[ 7.776315] microcode: AMD CPU family 0xf not supported
[ 8.176447] PM: Starting manual resume from disk
[ 8.176453] PM: Hibernation image partition 8:5 present
[ 8.176456] PM: Looking for hibernation image.
[ 8.176796] PM: Image not found (code -22)
[ 8.176798] PM: Hibernation image not present or could not be loaded.
[ 8.196340] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 8.484069] udevd[375]: starting version 175
[ 8.608535] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
[ 8.608544] ACPI: Power Button [PWRB]
[ 8.608755] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[ 8.608760] ACPI: Power Button [PWRF]
[ 8.610690] i2c i2c-0: nForce2 SMBus adapter at 0xf800
[ 8.610721] i2c i2c-1: nForce2 SMBus adapter at 0xf400
[ 8.695747] microcode: AMD CPU family 0xf not supported
[ 8.715637] usbcore: registered new interface driver usbserial
[ 8.715657] usbcore: registered new interface driver usbserial_generic
[ 8.715673] USB Serial support registered for generic
[ 8.715697] usbserial: USB Serial Driver core
[ 8.717902] usbcore: registered new interface driver ftdi_sio
[ 8.717924] USB Serial support registered for FTDI USB Serial Device
[ 8.717987] ftdi_sio 2-4:1.0: FTDI USB Serial Device converter detected
[ 8.718029] usb 2-4: Detected FT232RL
[ 8.718032] usb 2-4: Number of endpoints 2
[ 8.718035] usb 2-4: Endpoint 1 MaxPacketSize 64
[ 8.718038] usb 2-4: Endpoint 2 MaxPacketSize 64
[ 8.718040] usb 2-4: Setting MaxPacketSize 64
[ 8.722160] usb 2-4: FTDI USB Serial Device converter now attached to ttyUSB0
[ 8.722178] ftdi_sio: v1.6.0:USB FTDI Serial Converters Driver
[ 8.753091] RTL871X: module init start
[ 8.753887] RTL871X: rtl8188eu v4.3.0.8_13968.20150417
[ 8.753891] RTL871X: build time: Apr 1 2017 21:56:46
[ 8.753930] RTL871X:
[ 8.753931] usb_endpoint_descriptor(0):
[ 8.753934] RTL871X: bLength=7
[ 8.753936] RTL871X: bDescriptorType=5
[ 8.753938] RTL871X: bEndpointAddress=81
[ 8.753940] RTL871X: wMaxPacketSize=512
[ 8.753942] RTL871X: bInterval=0
[ 8.753944] RTL871X: RT_usb_endpoint_is_bulk_in = 1
[ 8.753947] RTL871X:
[ 8.753948] usb_endpoint_descriptor(1):
[ 8.753950] RTL871X: bLength=7
[ 8.753952] RTL871X: bDescriptorType=5
[ 8.753954] RTL871X: bEndpointAddress=2
[ 8.753956] RTL871X: wMaxPacketSize=512
[ 8.753959] RTL871X: bInterval=0
[ 8.753961] RTL871X: RT_usb_endpoint_is_bulk_out = 2
[ 8.753963] RTL871X:
[ 8.753964] usb_endpoint_descriptor(2):
[ 8.753966] RTL871X: bLength=7
[ 8.753968] RTL871X: bDescriptorType=5
[ 8.753970] RTL871X: bEndpointAddress=3
[ 8.753972] RTL871X: wMaxPacketSize=512
[ 8.753975] RTL871X: bInterval=0
[ 8.753976] RTL871X: RT_usb_endpoint_is_bulk_out = 3
[ 8.753979] RTL871X: nr_endpoint=3, in_num=1, out_num=2
[ 8.753980]
[ 8.753983] RTL871X: USB_SPEED_HIGH
[ 8.754017] RTL871X: CHIP TYPE: RTL8188E
[ 8.754028] RTL871X: register rtw_netdev_ops to netdev_ops
[ 8.754496] RTL871X: Chip Version Info: CHIP_8188E_Normal_Chip_TSMC_K_CUT_1T1R_RomVer(0)
[ 8.754499] RTL871X: RF_Type is 3!!
[ 8.754503] RTL871X: _ConfigNormalChipOutEP_8188E OutEpQueueSel(0x05), OutEpNumber(2)
[ 8.754787] RTL871X: EEPROM type is E-FUSE
[ 8.754790] RTL871X: ====> _ReadAdapterInfo8188EU
[ 8.755171] RTL871X: Boot from EFUSE, Autoload OK !
[ 8.759926] RTL871X: SetHwReg8188EU: bMacPwrCtrlOn=1
[ 8.760142] bFWReady == _FALSE call reset 8051...
[ 8.761028] RTL871X: =====> _8051Reset88E(): 8051 reset success .
[ 8.775894] RTL871X: efuse_read_phymap_from_txpktbuf bcnhead:0
[ 8.776897] RTL871X: efuse_read_phymap_from_txpktbuf len:111, lenbak:111, aaa:111, aaabak:111
[ 8.785148] RTL871X: efuse_read_phymap_from_txpktbuf read count:109
[ 8.785543] RTL871X: EEPROM ID=0x8129
[ 8.785546] RTL871X: VID = 0x0BDA, PID = 0x8179
[ 8.785549] RTL871X: Customer ID: 0x00, SubCustomer ID: 0xCD
[ 8.785553] RTL871X: Hal_ReadPowerSavingMode88E...bHWPwrPindetect(0)-bHWPowerdown(0) ,bSupportRemoteWakeup(1)
[ 8.785556] RTL871X: ### PS params=> power_mgnt(1),usbss_enable(0) ###
[ 8.785560] RTL871X: ======= Path 0, Channel 1 =======
[ 8.785563] RTL871X: Index24G_CCK_Base[0][1] = 0x30
[ 8.785566] RTL871X: Index24G_BW40_Base[0][1] = 0x30
[ 8.785568] RTL871X: ======= Path 0, Channel 2 =======
[ 8.785571] RTL871X: Index24G_CCK_Base[0][2] = 0x30
[ 8.785574] RTL871X: Index24G_BW40_Base[0][2] = 0x30
[ 8.785577] RTL871X: ======= Path 0, Channel 3 =======
[ 8.785580] RTL871X: Index24G_CCK_Base[0][3] = 0x30
[ 8.785583] RTL871X: Index24G_BW40_Base[0][3] = 0x30
[ 8.785586] RTL871X: ======= Path 0, Channel 4 =======
[ 8.785590] RTL871X: Index24G_CCK_Base[0][4] = 0x30
[ 8.785593] RTL871X: Index24G_BW40_Base[0][4] = 0x30
[ 8.785597] RTL871X: ======= Path 0, Channel 5 =======
[ 8.785600] RTL871X: Index24G_CCK_Base[0][5] = 0x30
[ 8.785604] RTL871X: Index24G_BW40_Base[0][5] = 0x30
[ 8.785607] RTL871X: ======= Path 0, Channel 6 =======
[ 8.785610] RTL871X: Index24G_CCK_Base[0][6] = 0x30
[ 8.785614] RTL871X: Index24G_BW40_Base[0][6] = 0x30
[ 8.785617] RTL871X: ======= Path 0, Channel 7 =======
[ 8.785620] RTL871X: Index24G_CCK_Base[0][7] = 0x30
[ 8.785623] RTL871X: Index24G_BW40_Base[0][7] = 0x30
[ 8.785626] RTL871X: ======= Path 0, Channel 8 =======
[ 8.785629] RTL871X: Index24G_CCK_Base[0][8] = 0x30
[ 8.785631] RTL871X: Index24G_BW40_Base[0][8] = 0x30
[ 8.785634] RTL871X: ======= Path 0, Channel 9 =======
[ 8.785636] RTL871X: Index24G_CCK_Base[0][9] = 0x30
[ 8.785639] RTL871X: Index24G_BW40_Base[0][9] = 0x30
[ 8.785641] RTL871X: ======= Path 0, Channel 10 =======
[ 8.785644] RTL871X: Index24G_CCK_Base[0][10] = 0x30
[ 8.785646] RTL871X: Index24G_BW40_Base[0][10] = 0x30
[ 8.785649] RTL871X: ======= Path 0, Channel 11 =======
[ 8.785651] RTL871X: Index24G_CCK_Base[0][11] = 0x30
[ 8.785654] RTL871X: Index24G_BW40_Base[0][11] = 0x30
[ 8.785656] RTL871X: ======= Path 0, Channel 12 =======
[ 8.785659] RTL871X: Index24G_CCK_Base[0][12] = 0x30
[ 8.785661] RTL871X: Index24G_BW40_Base[0][12] = 0x30
[ 8.785664] RTL871X: ======= Path 0, Channel 13 =======
[ 8.785667] RTL871X: Index24G_CCK_Base[0][13] = 0x30
[ 8.785669] RTL871X: Index24G_BW40_Base[0][13] = 0x30
[ 8.785672] RTL871X: ======= Path 0, Channel 14 =======
[ 8.785675] RTL871X: Index24G_CCK_Base[0][14] = 0x30
[ 8.785677] RTL871X: Index24G_BW40_Base[0][14] = 0x30
[ 8.785680] RTL871X: ======= TxCount 0 =======
[ 8.785682] RTL871X: CCK_24G_Diff[0][0]= 0
[ 8.785685] RTL871X: OFDM_24G_Diff[0][0]= 0
[ 8.785687] RTL871X: BW20_24G_Diff[0][0]= -3
[ 8.785690] RTL871X: BW40_24G_Diff[0][0]= 0
[ 8.785692] RTL871X: EEPROMRegulatory = 0x0
[ 8.785695] RTL871X: mlmepriv.ChannelPlan = 0x20
[ 8.785697] RTL871X: CrystalCap: 0x2d
[ 8.785700] RTL871X: EEPROM Customer ID: 0x 0
[ 8.785702] RTL871X: EEPROM : AntDivCfg = 1, TRxAntDivType = 1
[ 8.785704] RTL871X: Board Type: 0x 0
[ 8.785706] RTL871X: ThermalMeter = 0x1a
[ 8.785709] RTL871X: <==== _ReadAdapterInfo8188EU in 32 ms
[ 8.785821] RTL871X: init_channel_set ChannelPlan ID 20 Chan num:13
[ 8.786293] RTL871X: pwrctrlpriv.bSupportRemoteWakeup~~~~~~
[ 8.786296] RTL871X: pwrctrlpriv.bSupportRemoteWakeup~~~[1]~~~
[ 8.786302] RTL871X: rtw_macaddr_cfg MAC Address = 7c:dd:90:d4:ad:5b
[ 8.786305] RTL871X: bDriverStopped:1, bSurpriseRemoved:0, bup:0, hw_init_completed:0
[ 8.786320] RTL871X: rtw_ndev_init(wlan0)
[ 8.786649] RTL871X: _rtw_drv_register_netdev, MAC Address (if1) = 7c:dd:90:d4:ad:5b
[ 8.786720] usbcore: registered new interface driver rtl8188eu
[ 8.786723] RTL871X: module init ret=0
[ 9.180570] Adding 2579452k swap on /dev/sda5. Priority:-1 extents:1 across:2579452k SS
[ 9.198726] EXT4-fs (sda1): re-mounted. Opts: (null)
[ 9.255868] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[ 9.291391] loop: module loaded
[ 10.143652] RPC: Registered named UNIX socket transport module.
[ 10.143658] RPC: Registered udp transport module.
[ 10.143661] RPC: Registered tcp transport module.
[ 10.143664] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 10.152609] FS-Cache: Loaded
[ 10.161371] NFS: Registering the id_resolver key type
[ 10.161398] FS-Cache: Netfs 'nfs' registered for caching
[ 10.168194] Installing knfsd (copyright (C) 1996 This email address is being protected from spambots. You need JavaScript enabled to view it.).
[ 11.326939] Bluetooth: Core ver 2.16
[ 11.326977] NET: Registered protocol family 31
[ 11.326980] Bluetooth: HCI device and connection manager initialized
[ 11.326984] Bluetooth: HCI socket layer initialized
[ 11.326987] Bluetooth: L2CAP socket layer initialized
[ 11.326993] Bluetooth: SCO socket layer initialized
[ 11.341130] Bluetooth: RFCOMM TTY layer initialized
[ 11.341138] Bluetooth: RFCOMM socket layer initialized
[ 11.341141] Bluetooth: RFCOMM ver 1.11
[ 11.350122] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 11.350128] Bluetooth: BNEP filters: protocol multicast
[ 11.385019] lp: driver loaded but no devices found
[ 11.391927] ppdev: user-space parallel port driver
[ 11.459932] RTL871X: LeaveAllPowerSaveMode(wlan0): bup=0 Skip!
[ 11.459938] RTL871X: rtw_wx_set_scan: bDriverStopped=1, bup=0, hw_init_completed=0
[ 11.460751] RTL871X: +871x_drv - drv_open, bup=0
[ 11.460758] RTL871X: Set RF Chip ID to RF_6052 and RF type to 1T1R.
[ 11.461478] RTL871X: rtl8188e_FirmwareDownload fw:NIC, size: 13904
[ 11.461483] RTL871X: rtl8188e_FirmwareDownload: fw_ver=b fw_subver=0001 sig=0x88e1, Month=11, Date=27, Hour=30, Minute=36
[ 11.485986] RTL871X: polling_fwdl_chksum: Checksum report OK! (1, 0ms), REG_MCUFWDL:0x00030005
[ 11.487472] RTL871X: =====> _8051Reset88E(): 8051 reset success .
[ 11.490100] RTL871X: _FWFreeToGo: Polling FW ready OK! (18, 4ms), REG_MCUFWDL:0x000300c6
[ 11.490104] RTL871X: FWDL success. write_fw:1, 28ms
[ 11.664945] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input5
[ 11.788582] ==> rtl8188e_iol_efuse_patch
[ 11.863693] RTL871X: ==> _InitAntenna_Selection ....
[ 11.864318] RTL871X: _InitAntenna_Selection,Cur_ant:(1)MAIN_ANT
[ 11.875943] RTL871X: pDM_Odm TxPowerTrackControl = 1
[ 12.168920] RTL871X: rtl8188eu_hal_init in 708ms
[ 12.169538] RTL871X: hw_var_set_opmode()-4042 mode = 2
[ 12.176668] RTL871X: MAC Address = 7c:dd:90:d4:ad:5b
[ 12.184097] RTL871X: -871x_drv - drv_open, bup=1
[ 12.184316] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 12.195539] forcedeth 0000:00:0a.0: eth0: no link during initialization
[ 12.196851] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 12.212767] RTL871X: [rtw_wx_set_pmkid] IW_PMKSA_FLUSH!
[ 12.212778] RTL871X: set_mode = IW_MODE_INFRA
[ 12.212874] RTL871X: set bssid:00:00:00:00:00:00
[ 12.212930] RTL871X: =>rtw_wx_set_essid
[ 12.212933] RTL871X: ssid=g\xffffffc6isQ\xffffffffJ\xffffffec)\xffffffcd\xffffffba\xffffffba\xffffffab\xfffffff2\xfffffffb\xffffffe3F|\xffffffc2T\xfffffff8\x1b\xffffffe8\xffffffe7\xffffff8dvZ.c3\xffffff9f\xffffffc9\xffffff9a\xffffff9a, len=32
[ 12.212937] RTL871X: set ssid [g\xffffffc6isQ\xffffffffJ\xffffffec)\xffffffcd\xffffffba\xffffffba\xffffffab\xfffffff2\xfffffffb\xffffffe3F|\xffffffc2T\xfffffff8\x1b\xffffffe8\xffffffe7\xffffff8dvZ.c3\xffffff9f\xffffffc9\xffffff9a\xffffff9a\xffffffbd\xffffffe7\xffffffb9N\xfffffff2\xffffffff\xffffffff\xffffffff\x1a\xffffff8b] fw_state=0x00000008
[ 12.212941] RTL871X: Set SSID under fw_state=0x00000008
[ 12.212947] RTL871X: <=rtw_wx_set_essid, ret 0
[ 12.213914] RTL871X: hw_var_set_opmode()-4042 mode = 2
[ 12.220178] RTL871X: [rtw_wx_set_pmkid] IW_PMKSA_FLUSH!
[ 14.303488] RTL871X: survey done event(2) band:0 for wlan0
[ 14.303498] RTL871X: rtw_select_and_join_from_scanned_queue: return _FAIL(candidate == NULL)
[ 14.303502] RTL871X: try_to_join, but select scanning queue fail, to_roam:0
[ 14.303506] RTL871X: indicate disassoc
[ 14.303518] RTL871X: rtw_indicate_scan_done(wlan0)
[ 14.303525] RTL871X: rtl8188e_set_FwJoinBssReport_cmd mstatus(0)
[ 14.304413] RTL871X: ==>rtw_ps_processor .fw_state(8)
[ 14.304418] RTL871X: ==>ips_enter cnts:1
[ 14.304420] RTL871X: nolinked power save enter
[ 14.304423] RTL871X: ===> rtw_ips_pwr_down...................
[ 14.304425] RTL871X: ====> rtw_ips_dev_unload...
[ 14.334650] RTL871X: usb_read_port_cancel
[ 14.334724] RTL871X: usb_read_port_complete() RX Warning! bDriverStopped(0) OR bSurpriseRemoved(0)
[ 14.340099] RTL871X: usb_read_port_complete() RX Warning! bDriverStopped(0) OR bSurpriseRemoved(0)
[ 14.340221] RTL871X: usb_read_port_complete() RX Warning! bDriverStopped(0) OR bSurpriseRemoved(0)
[ 14.340345] RTL871X: usb_read_port_complete() RX Warning! bDriverStopped(0) OR bSurpriseRemoved(0)
[ 14.340471] RTL871X: usb_read_port_complete() RX Warning! bDriverStopped(0) OR bSurpriseRemoved(0)
[ 14.340595] RTL871X: usb_read_port_complete() RX Warning! bDriverStopped(0) OR bSurpriseRemoved(0)
[ 14.340720] RTL871X: usb_read_port_complete() RX Warning! bDriverStopped(0) OR bSurpriseRemoved(0)
[ 14.340846] RTL871X: usb_read_port_complete() RX Warning! bDriverStopped(0) OR bSurpriseRemoved(0)
[ 14.340856] RTL871X: usb_write_port_cancel
[ 14.340875] RTL871X: ==> rtl8188eu_hal_deinit
[ 14.341349] RTL871X: bkeepfwalive(0)
[ 14.348109] RTL871X: SetHwReg8188EU: bMacPwrCtrlOn=0
[ 14.348115] RTL871X: <=== rtw_ips_pwr_down..................... in 44ms
[ 14.403935] RTL871X: _rtw_pwr_wakeup call ips_leave....
[ 14.403938] RTL871X: ==>ips_leave cnts:1
[ 14.403941] RTL871X: ===> rtw_ips_pwr_up..............
[ 14.403946] RTL871X: ===> ips_netdrv_open.........
[ 14.406976] RTL871X: SetHwReg8188EU: bMacPwrCtrlOn=1
[ 14.406978] RTL871X: Set RF Chip ID to RF_6052 and RF type to 1T1R.
[ 14.407725] RTL871X: rtl8188e_FirmwareDownload fw:NIC, size: 13904
[ 14.407729] RTL871X: rtl8188e_FirmwareDownload: fw_ver=b fw_subver=0001 sig=0x88e1, Month=11, Date=27, Hour=30, Minute=36
[ 14.426725] RTL871X: polling_fwdl_chksum: Checksum report OK! (1, 0ms), REG_MCUFWDL:0x00030005
[ 14.428224] RTL871X: =====> _8051Reset88E(): 8051 reset success .
[ 14.430847] RTL871X: _FWFreeToGo: Polling FW ready OK! (21, 4ms), REG_MCUFWDL:0x000300c6
[ 14.430850] RTL871X: FWDL success. write_fw:1, 20ms
[ 14.716706] ==> rtl8188e_iol_efuse_patch
[ 14.791825] RTL871X: ==> _InitAntenna_Selection ....
[ 14.792571] RTL871X: _InitAntenna_Selection,Cur_ant:(1)MAIN_ANT
[ 14.804448] RTL871X: pDM_Odm TxPowerTrackControl = 1
[ 15.053300] RTL871X: rtl8188eu_hal_init in 652ms
[ 15.053921] RTL871X: hw_var_set_opmode()-4042 mode = 2
[ 15.062308] RTL871X: <=== rtw_ips_pwr_up.............. in 660ms
[ 15.062314] RTL871X: nolinked power save leave
[ 15.062417] RTL871X: ==> ips_leave.....LED(0x00828282)...
[ 15.062422] RTL871X: IW_SCAN_THIS_ESSID, ssid=Net_M, len=5
[ 17.160249] RTL871X: survey done event(2) band:0 for wlan0
[ 17.160259] RTL871X: rtw_indicate_scan_done(wlan0)
[ 17.160620] RTL871X: wpa_set_auth_algs, AUTH_ALG_OPEN_SYSTEM
[ 17.160629] RTL871X: set_mode = IW_MODE_INFRA
[ 17.160646] RTL871X:
[ 17.160647] wpa_ie(length:22):
[ 17.160650] RTL871X: 0x30 0x14 0x01 0x00 0x00 0x0f 0xac 0x02
[ 17.160654] RTL871X: 0x01 0x00 0x00 0x0f 0xac 0x04 0x01 0x00
[ 17.160658] RTL871X: 0x00 0x0f 0xac 0x02 0x00 0x00 0x52 0xf4
[ 17.160996] RTL871X: SetHwReg8188EU, 2964, RCR= 700060ca
[ 17.161009] RTL871X: rtw_wx_set_freq: set to channel 3
[ 17.161016] RTL871X: =>rtw_wx_set_essid
[ 17.161018] RTL871X: ssid=Net_M, len=5
[ 17.161022] RTL871X: set ssid [Net_M] fw_state=0x00000008
[ 17.161025] RTL871X: Set SSID under fw_state=0x00000008
[ 17.161031] RTL871X: [by_bssid:0][assoc_ssid:Net_M][to_roam:0] new candidate: Net_M(00:a0:57:19:f0:39, ch3) rssi:-49
[ 17.161036] RTL871X: rtw_select_and_join_from_scanned_queue: candidate: Net_M(00:a0:57:19:f0:39, ch:3)
[ 17.161039] RTL871X: #### Opt_Ant_(A) , cur_Ant(A)
[ 17.161045] RTL871X: link to new AP
[ 17.161050] RTL871X: <=rtw_wx_set_essid, ret 0
[ 17.161056] RTL871X: set bssid:00:a0:57:19:f0:39
[ 17.161058] RTL871X: Set BSSID under fw_state=0x00000088
[ 17.161615] RTL871X: hw_var_set_opmode()-4042 mode = 2
[ 17.162239] RTL871X: start_join_set_ch_bw: ch=3, bwmode=0, ch_offset=0
[ 17.192376] RTL871X: link to new AP
[ 17.192379] RTL871X: start auth
[ 17.192383] RTL871X: issue_auth
[ 17.193861] RTL871X: OnAuthClient
[ 17.193863] RTL871X: auth success, start assoc
[ 17.193869] RTL871X: network.SupportedRates[0]=0C
[ 17.193872] RTL871X: network.SupportedRates[1]=12
[ 17.193874] RTL871X: network.SupportedRates[2]=98
[ 17.193876] RTL871X: network.SupportedRates[3]=24
[ 17.193878] RTL871X: network.SupportedRates[4]=30
[ 17.193881] RTL871X: network.SupportedRates[5]=48
[ 17.193883] RTL871X: network.SupportedRates[6]=60
[ 17.193885] RTL871X: network.SupportedRates[7]=6C
[ 17.193888] RTL871X: bssrate_len = 8
[ 17.195861] RTL871X: OnAssocRsp
[ 17.195865] RTL871X: report_join_res(3)
[ 17.195869] RTL871X: rtw_joinbss_update_network
[ 17.195877] RTL871X: rtw_alloc_macid = 0
[ 17.195879] RTL871X: rtw_joinbss_update_stainfo
[ 17.195883] RTL871X: ### Set STA_(0) info
[ 17.195887] RTL871X: assoc success
[ 17.195919] RTL871X: HW_VAR_BASIC_RATE: 0x150 -> 0x15f -> 0x15f
[ 17.196107] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 17.198115] RTL871X: HTOnAssocRsp
[ 17.198622] RTL871X: recv eapol packet
[ 17.199492] RTL871X: send eapol packet
[ 17.204743] RTL871X: UpdateHalRAMask8188E => mac_id:0, networkType:0x02, mask:0x00000ff0
[ 17.204745] ==> rssi_level:0, rate_bitmap:0x00000ff0
[ 17.204750] RTL871X: ### MacID(1),Set Max Tx RPT MID(2)
[ 17.204860] RTL871X: ### rtl8188e_set_FwMediaStatus_cmd: MStatus=1 MACID=0
[ 17.205860] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 17.206985] RTL871X: rtl8188e_set_FwJoinBssReport_cmd mstatus(1)
[ 17.208119] RTL871X: SetFwRsvdPagePkt(wlan0)
[ 17.208122] RsvdPageNum: 8
[ 17.208134] RTL871X: SetFwRsvdPagePkt: Set RSVD page location to Fw ,TotalPacketLen(706)
[ 17.209109] RTL871X: wlan0: 1 DL RSVD page success! DLBcnCount:1, poll:1
[ 17.209858] RTL871X: Set RSVD page location to Fw.
[ 17.209984] RTL871X: =>mlmeext_joinbss_event_callback
[ 17.499852] RTL871X: recv eapol packet
[ 17.499978] RTL871X: send eapol packet
[ 17.504965] RTL871X: recv eapol packet
[ 17.505082] RTL871X: send eapol packet
[ 17.505098] RTL871X: ~~~~set sta key:unicastkey
[ 17.505127] RTL871X: set pairwise key camid:4, addr:00:a0:57:19:f0:39, kid:0, type:AES
[ 17.505191] RTL871X: ~~~~set sta key:groupkey
[ 17.505195] RTL871X: ==> rtw_set_key algorithm(2),keyid(1),key_mask(0)
[ 17.508840] RTL871X: set group key camid:5, addr:00:a0:57:19:f0:39, kid:1, type:TKIP
[ 17.509209] RTL871X: SetHwReg8188EU, 2960, RCR= 700060ce
[ 19.074462] RTL871X: UpdateHalRAMask8188E => mac_id:0, networkType:0x02, mask:0x00000ff0
[ 19.074464] ==> rssi_level:1, rate_bitmap:0x00000f00
[ 21.078166] RTL871X: UpdateHalRAMask8188E => mac_id:0, networkType:0x02, mask:0x00000ff0
[ 21.078168] ==> rssi_level:2, rate_bitmap:0x00000ff0
[ 28.032021] wlan0: no IPv6 routers present
[ 29.558929] I-pipe: head domain RTAI registered.
[ 29.558937] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[ 29.558985] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[ 29.558990] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 12557835, CLK_FREQ 2009406000, CPU_FREQ 2009406000
[ 29.558994] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[ 29.558998] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 12557835, 12557835, 12003250
[ 29.581508] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[ 29.581566] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[ 29.581571] RTAI[sched]: hard timer type/freq = APIC/12557835(Hz); default timing: oneshot; linear timed lists.
[ 29.581575] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2009406000 hz.
[ 29.581578] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns.
[ 29.596157] RTAI[math]: loaded.
[ 29.693802] hm2: loading Mesa HostMot2 driver version 0.15
[ 29.697887] hm2_pci: loading Mesa AnyIO HostMot2 driver version 0.7
[ 29.698034] ACPI: PCI Interrupt Link [APC3] enabled at IRQ 18
[ 29.698054] hm2_pci: discovered 5i25 at 0000:01:06.0
[ 29.699096] hm2/hm2_5i25.0: Smart Serial Firmware Version 43
[ 29.756103] Board hm2_5i25.0.7i77.0.0 Hardware Mode 0 = standard
[ 29.758848] Board hm2_5i25.0.7i77.0.0 Software Mode 0 = input_output
[ 29.761137] Board hm2_5i25.0.7i77.0.0 Software Mode 1 = io_analog
[ 29.765151] Board hm2_5i25.0.7i77.0.0 Software Mode 2 = io_analog_fieldvoltage
[ 29.770336] Board hm2_5i25.0.7i77.0.0 Software Mode 3 = io_encoder_analog_fieldvoltage
[ 29.894217] Board hm2_5i25.0.7i77.0.1 Hardware Mode 0 = standard
[ 29.896764] Board hm2_5i25.0.7i77.0.1 Software Mode 0 = analogout_enables
[ 29.997000] hm2/hm2_5i25.0: 34 I/O Pins used:
[ 29.997004] hm2/hm2_5i25.0: IO Pin 000 (P3-01): IOPort
[ 29.997008] hm2/hm2_5i25.0: IO Pin 001 (P3-14): IOPort
[ 29.997011] hm2/hm2_5i25.0: IO Pin 002 (P3-02): IOPort
[ 29.997015] hm2/hm2_5i25.0: IO Pin 003 (P3-15): Smart Serial Interface #0, pin TxData1 (Output)
[ 29.997019] hm2/hm2_5i25.0: IO Pin 004 (P3-03): Smart Serial Interface #0, pin RxData1 (Input)
[ 29.997023] hm2/hm2_5i25.0: IO Pin 005 (P3-16): Smart Serial Interface #0, pin TxData0 (Output)
[ 29.997027] hm2/hm2_5i25.0: IO Pin 006 (P3-04): Smart Serial Interface #0, pin RxData0 (Input)
[ 29.997031] hm2/hm2_5i25.0: IO Pin 007 (P3-17): Muxed Encoder Select #0, pin Mux Select 0 (Output)
[ 29.997035] hm2/hm2_5i25.0: IO Pin 008 (P3-05): Muxed Encoder #0, pin Muxed A (Input)
[ 29.997039] hm2/hm2_5i25.0: IO Pin 009 (P3-06): Muxed Encoder #0, pin Muxed B (Input)
[ 29.997043] hm2/hm2_5i25.0: IO Pin 010 (P3-07): Muxed Encoder #0, pin Muxed Index (Input)
[ 29.997047] hm2/hm2_5i25.0: IO Pin 011 (P3-08): Muxed Encoder #1, pin Muxed A (Input)
[ 29.997050] hm2/hm2_5i25.0: IO Pin 012 (P3-09): Muxed Encoder #1, pin Muxed B (Input)
[ 29.997054] hm2/hm2_5i25.0: IO Pin 013 (P3-10): Muxed Encoder #1, pin Muxed Index (Input)
[ 29.997058] hm2/hm2_5i25.0: IO Pin 014 (P3-11): Muxed Encoder #2, pin Muxed A (Input)
[ 29.997062] hm2/hm2_5i25.0: IO Pin 015 (P3-12): Muxed Encoder #2, pin Muxed B (Input)
[ 29.997066] hm2/hm2_5i25.0: IO Pin 016 (P3-13): Muxed Encoder #2, pin Muxed Index (Input)
[ 29.997070] hm2/hm2_5i25.0: IO Pin 017 (P2-01): StepGen #0, pin Direction (Output)
[ 29.997073] hm2/hm2_5i25.0: IO Pin 018 (P2-14): StepGen #0, pin Step (Output)
[ 29.997077] hm2/hm2_5i25.0: IO Pin 019 (P2-02): StepGen #1, pin Direction (Output)
[ 29.997081] hm2/hm2_5i25.0: IO Pin 020 (P2-15): StepGen #1, pin Step (Output)
[ 29.997084] hm2/hm2_5i25.0: IO Pin 021 (P2-03): StepGen #2, pin Direction (Output)
[ 29.997088] hm2/hm2_5i25.0: IO Pin 022 (P2-16): StepGen #2, pin Step (Output)
[ 29.997092] hm2/hm2_5i25.0: IO Pin 023 (P2-04): StepGen #3, pin Direction (Output)
[ 29.997095] hm2/hm2_5i25.0: IO Pin 024 (P2-17): StepGen #3, pin Step (Output)
[ 29.997099] hm2/hm2_5i25.0: IO Pin 025 (P2-05): StepGen #4, pin Direction (Output)
[ 29.997104] hm2/hm2_5i25.0: IO Pin 026 (P2-06): StepGen #4, pin Step (Output)
[ 29.997107] hm2/hm2_5i25.0: IO Pin 027 (P2-07): IOPort
[ 29.997110] hm2/hm2_5i25.0: IO Pin 028 (P2-08): IOPort
[ 29.997113] hm2/hm2_5i25.0: IO Pin 029 (P2-09): IOPort
[ 29.997116] hm2/hm2_5i25.0: IO Pin 030 (P2-10): IOPort
[ 29.997119] hm2/hm2_5i25.0: IO Pin 031 (P2-11): IOPort
[ 29.997122] hm2/hm2_5i25.0: IO Pin 032 (P2-12): IOPort
[ 29.997125] hm2/hm2_5i25.0: IO Pin 033 (P2-13): IOPort
[ 29.997291] hm2/hm2_5i25.0: registered
[ 29.997294] hm2_5i25.0: initialized AnyIO board at 0000:01:06.0
[ 30.327270] hm2_5i25.0: dropping AnyIO board at 0000:01:06.0
[ 30.327277] hm2/hm2_5i25.0: unregistered
[ 30.327342] hm2_pci: driver unloaded
[ 30.329735] hm2: unloading
[ 32.001926] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_SLEEP] macid=0, org reg_0x48c=0x00000000
[ 32.458196] RTAI[math]: unloaded.
[ 32.461183] SCHED releases registered named ALIEN PEDV$D
[ 32.467479] RTAI[malloc]: unloaded.
[ 32.564031] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[ 32.566688] I-pipe: head domain RTAI unregistered.
[ 32.566742] RTAI[hal]: unmounted.
[ 33.415741] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000001
[ 33.417615] RTL871X: survey done event(2) band:0 for wlan0
[ 33.417633] RTL871X: rtw_indicate_scan_done(wlan0)
[ 39.109387] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 39.111126] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 67.165127] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 72.006727] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-LPS_CTRL_LEAVE
[ 72.006735] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 72.012336] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_SLEEP] macid=0, org reg_0x48c=0x00000000
[ 73.419346] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000001
[ 73.421844] RTL871X: survey done event(2) band:0 for wlan0
[ 73.421850] RTL871X: rtw_indicate_scan_done(wlan0)
[ 75.181324] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 75.181331] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 99.229283] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 99.229289] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 109.249435] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 109.249443] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 129.288855] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 132.006665] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-LPS_CTRL_LEAVE
[ 132.006672] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 132.016249] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_SLEEP] macid=0, org reg_0x48c=0x00000000
[ 133.424253] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000001
[ 133.426369] RTL871X: survey done event(3) band:0 for wlan0
[ 133.426376] RTL871X: rtw_indicate_scan_done(wlan0)
[ 135.301221] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 135.301229] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 137.305050] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 137.305058] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 139.308881] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 139.308889] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 163.356962] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 179.388601] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 195.421239] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 201.432604] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 201.432611] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 203.436437] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 203.436444] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 212.002897] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-LPS_CTRL_LEAVE
[ 212.002905] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 212.012343] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_SLEEP] macid=0, org reg_0x48c=0x00000000
[ 213.423460] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000001
[ 213.425582] RTL871X: survey done event(2) band:0 for wlan0
[ 213.425592] RTL871X: rtw_indicate_scan_done(wlan0)
[ 213.456586] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 213.456593] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 213.815181] I-pipe: head domain RTAI registered.
[ 213.815191] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[ 213.815244] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[ 213.815249] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 12557835, CLK_FREQ 2009406000, CPU_FREQ 2009406000
[ 213.815252] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[ 213.815256] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 12557835, 12557835, 10894250
[ 213.824090] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[ 213.824176] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[ 213.824182] RTAI[sched]: hard timer type/freq = APIC/12557835(Hz); default timing: oneshot; linear timed lists.
[ 213.824186] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2009406000 hz.
[ 213.824189] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns.
[ 213.829850] RTAI[math]: loaded.
[ 213.999804] hm2: loading Mesa HostMot2 driver version 0.15
[ 214.002519] hm2_pci: loading Mesa AnyIO HostMot2 driver version 0.7
[ 214.002568] hm2_pci: discovered 5i25 at 0000:01:06.0
[ 214.003844] hm2/hm2_5i25.0: Smart Serial Firmware Version 43
[ 214.060730] Board hm2_5i25.0.7i77.0.0 Hardware Mode 0 = standard
[ 214.063376] Board hm2_5i25.0.7i77.0.0 Software Mode 0 = input_output
[ 214.065715] Board hm2_5i25.0.7i77.0.0 Software Mode 1 = io_analog
[ 214.069845] Board hm2_5i25.0.7i77.0.0 Software Mode 2 = io_analog_fieldvoltage
[ 214.074821] Board hm2_5i25.0.7i77.0.0 Software Mode 3 = io_encoder_analog_fieldvoltage
[ 214.198900] Board hm2_5i25.0.7i77.0.1 Hardware Mode 0 = standard
[ 214.201447] Board hm2_5i25.0.7i77.0.1 Software Mode 0 = analogout_enables
[ 214.301567] hm2/hm2_5i25.0: 34 I/O Pins used:
[ 214.301571] hm2/hm2_5i25.0: IO Pin 000 (P3-01): IOPort
[ 214.301574] hm2/hm2_5i25.0: IO Pin 001 (P3-14): IOPort
[ 214.301578] hm2/hm2_5i25.0: IO Pin 002 (P3-02): IOPort
[ 214.301582] hm2/hm2_5i25.0: IO Pin 003 (P3-15): Smart Serial Interface #0, pin TxData1 (Output)
[ 214.301586] hm2/hm2_5i25.0: IO Pin 004 (P3-03): Smart Serial Interface #0, pin RxData1 (Input)
[ 214.301590] hm2/hm2_5i25.0: IO Pin 005 (P3-16): Smart Serial Interface #0, pin TxData0 (Output)
[ 214.301594] hm2/hm2_5i25.0: IO Pin 006 (P3-04): Smart Serial Interface #0, pin RxData0 (Input)
[ 214.301598] hm2/hm2_5i25.0: IO Pin 007 (P3-17): Muxed Encoder Select #0, pin Mux Select 0 (Output)
[ 214.301602] hm2/hm2_5i25.0: IO Pin 008 (P3-05): Muxed Encoder #0, pin Muxed A (Input)
[ 214.301606] hm2/hm2_5i25.0: IO Pin 009 (P3-06): Muxed Encoder #0, pin Muxed B (Input)
[ 214.301610] hm2/hm2_5i25.0: IO Pin 010 (P3-07): Muxed Encoder #0, pin Muxed Index (Input)
[ 214.301614] hm2/hm2_5i25.0: IO Pin 011 (P3-08): Muxed Encoder #1, pin Muxed A (Input)
[ 214.301618] hm2/hm2_5i25.0: IO Pin 012 (P3-09): Muxed Encoder #1, pin Muxed B (Input)
[ 214.301621] hm2/hm2_5i25.0: IO Pin 013 (P3-10): Muxed Encoder #1, pin Muxed Index (Input)
[ 214.301625] hm2/hm2_5i25.0: IO Pin 014 (P3-11): Muxed Encoder #2, pin Muxed A (Input)
[ 214.301629] hm2/hm2_5i25.0: IO Pin 015 (P3-12): Muxed Encoder #2, pin Muxed B (Input)
[ 214.301633] hm2/hm2_5i25.0: IO Pin 016 (P3-13): Muxed Encoder #2, pin Muxed Index (Input)
[ 214.301637] hm2/hm2_5i25.0: IO Pin 017 (P2-01): StepGen #0, pin Direction (Output)
[ 214.301641] hm2/hm2_5i25.0: IO Pin 018 (P2-14): StepGen #0, pin Step (Output)
[ 214.301644] hm2/hm2_5i25.0: IO Pin 019 (P2-02): StepGen #1, pin Direction (Output)
[ 214.301648] hm2/hm2_5i25.0: IO Pin 020 (P2-15): StepGen #1, pin Step (Output)
[ 214.301652] hm2/hm2_5i25.0: IO Pin 021 (P2-03): StepGen #2, pin Direction (Output)
[ 214.301656] hm2/hm2_5i25.0: IO Pin 022 (P2-16): StepGen #2, pin Step (Output)
[ 214.301659] hm2/hm2_5i25.0: IO Pin 023 (P2-04): StepGen #3, pin Direction (Output)
[ 214.301663] hm2/hm2_5i25.0: IO Pin 024 (P2-17): StepGen #3, pin Step (Output)
[ 214.301667] hm2/hm2_5i25.0: IO Pin 025 (P2-05): StepGen #4, pin Direction (Output)
[ 214.301670] hm2/hm2_5i25.0: IO Pin 026 (P2-06): StepGen #4, pin Step (Output)
[ 214.301674] hm2/hm2_5i25.0: IO Pin 027 (P2-07): IOPort
[ 214.301677] hm2/hm2_5i25.0: IO Pin 028 (P2-08): IOPort
[ 214.301680] hm2/hm2_5i25.0: IO Pin 029 (P2-09): IOPort
[ 214.301683] hm2/hm2_5i25.0: IO Pin 030 (P2-10): IOPort
[ 214.301686] hm2/hm2_5i25.0: IO Pin 031 (P2-11): IOPort
[ 214.301689] hm2/hm2_5i25.0: IO Pin 032 (P2-12): IOPort
[ 214.301693] hm2/hm2_5i25.0: IO Pin 033 (P2-13): IOPort
[ 214.301858] hm2/hm2_5i25.0: registered
[ 214.301862] hm2_5i25.0: initialized AnyIO board at 0000:01:06.0
[ 214.559058] hm2_5i25.0: dropping AnyIO board at 0000:01:06.0
[ 214.559066] hm2/hm2_5i25.0: unregistered
[ 214.559132] hm2_pci: driver unloaded
[ 214.561419] hm2: unloading
[ 216.684648] RTAI[math]: unloaded.
[ 216.686871] SCHED releases registered named ALIEN PEDV$D
[ 216.701231] RTAI[malloc]: unloaded.
[ 216.800024] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[ 216.802288] I-pipe: head domain RTAI unregistered.
[ 216.802341] RTAI[hal]: unmounted.
[ 221.473029] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 237.504668] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 253.537306] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 269.568823] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 269.568831] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 271.572653] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 271.572660] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 291.613074] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 307.644713] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 312.004536] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-LPS_CTRL_LEAVE
[ 312.004543] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 312.012343] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_SLEEP] macid=0, org reg_0x48c=0x00000000
[ 313.423972] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000001
[ 313.426345] RTL871X: survey done event(3) band:0 for wlan0
[ 313.426351] RTL871X: rtw_indicate_scan_done(wlan0)
[ 313.657078] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 313.657084] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 323.677352] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 355.740631] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 371.773269] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 387.804908] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 423.876846] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 432.007469] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-LPS_CTRL_LEAVE
[ 432.007477] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 432.016442] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_SLEEP] macid=0, org reg_0x48c=0x00000000
[ 433.427786] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000001
[ 433.429408] RTL871X: survey done event(1) band:0 for wlan0
[ 433.429415] RTL871X: rtw_indicate_scan_done(wlan0)
[ 433.896872] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 433.896879] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 439.909483] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 448.722997] I-pipe: head domain RTAI registered.
[ 448.723005] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[ 448.723056] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[ 448.723060] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 12557835, CLK_FREQ 2009406000, CPU_FREQ 2009406000
[ 448.723064] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[ 448.723068] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 12557835, 12557835, 11380750
[ 448.731516] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[ 448.731574] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[ 448.731580] RTAI[sched]: hard timer type/freq = APIC/12557835(Hz); default timing: oneshot; linear timed lists.
[ 448.731584] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2009406000 hz.
[ 448.731587] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns.
[ 448.739971] RTAI[math]: loaded.
[ 448.907247] hm2: loading Mesa HostMot2 driver version 0.15
[ 448.909697] hm2_pci: loading Mesa AnyIO HostMot2 driver version 0.7
[ 448.909750] hm2_pci: discovered 5i25 at 0000:01:06.0
[ 448.911017] hm2/hm2_5i25.0: Smart Serial Firmware Version 43
[ 448.967949] Board hm2_5i25.0.7i77.0.0 Hardware Mode 0 = standard
[ 448.970645] Board hm2_5i25.0.7i77.0.0 Software Mode 0 = input_output
[ 448.972884] Board hm2_5i25.0.7i77.0.0 Software Mode 1 = io_analog
[ 448.976947] Board hm2_5i25.0.7i77.0.0 Software Mode 2 = io_analog_fieldvoltage
[ 448.982029] Board hm2_5i25.0.7i77.0.0 Software Mode 3 = io_encoder_analog_fieldvoltage
[ 449.105642] Board hm2_5i25.0.7i77.0.1 Hardware Mode 0 = standard
[ 449.108183] Board hm2_5i25.0.7i77.0.1 Software Mode 0 = analogout_enables
[ 449.208335] hm2/hm2_5i25.0: 34 I/O Pins used:
[ 449.208339] hm2/hm2_5i25.0: IO Pin 000 (P3-01): IOPort
[ 449.208343] hm2/hm2_5i25.0: IO Pin 001 (P3-14): IOPort
[ 449.208346] hm2/hm2_5i25.0: IO Pin 002 (P3-02): IOPort
[ 449.208350] hm2/hm2_5i25.0: IO Pin 003 (P3-15): Smart Serial Interface #0, pin TxData1 (Output)
[ 449.208355] hm2/hm2_5i25.0: IO Pin 004 (P3-03): Smart Serial Interface #0, pin RxData1 (Input)
[ 449.208359] hm2/hm2_5i25.0: IO Pin 005 (P3-16): Smart Serial Interface #0, pin TxData0 (Output)
[ 449.208363] hm2/hm2_5i25.0: IO Pin 006 (P3-04): Smart Serial Interface #0, pin RxData0 (Input)
[ 449.208367] hm2/hm2_5i25.0: IO Pin 007 (P3-17): Muxed Encoder Select #0, pin Mux Select 0 (Output)
[ 449.208371] hm2/hm2_5i25.0: IO Pin 008 (P3-05): Muxed Encoder #0, pin Muxed A (Input)
[ 449.208374] hm2/hm2_5i25.0: IO Pin 009 (P3-06): Muxed Encoder #0, pin Muxed B (Input)
[ 449.208378] hm2/hm2_5i25.0: IO Pin 010 (P3-07): Muxed Encoder #0, pin Muxed Index (Input)
[ 449.208382] hm2/hm2_5i25.0: IO Pin 011 (P3-08): Muxed Encoder #1, pin Muxed A (Input)
[ 449.208386] hm2/hm2_5i25.0: IO Pin 012 (P3-09): Muxed Encoder #1, pin Muxed B (Input)
[ 449.208390] hm2/hm2_5i25.0: IO Pin 013 (P3-10): Muxed Encoder #1, pin Muxed Index (Input)
[ 449.208394] hm2/hm2_5i25.0: IO Pin 014 (P3-11): Muxed Encoder #2, pin Muxed A (Input)
[ 449.208398] hm2/hm2_5i25.0: IO Pin 015 (P3-12): Muxed Encoder #2, pin Muxed B (Input)
[ 449.208402] hm2/hm2_5i25.0: IO Pin 016 (P3-13): Muxed Encoder #2, pin Muxed Index (Input)
[ 449.208406] hm2/hm2_5i25.0: IO Pin 017 (P2-01): StepGen #0, pin Direction (Output)
[ 449.208409] hm2/hm2_5i25.0: IO Pin 018 (P2-14): StepGen #0, pin Step (Output)
[ 449.208413] hm2/hm2_5i25.0: IO Pin 019 (P2-02): StepGen #1, pin Direction (Output)
[ 449.208417] hm2/hm2_5i25.0: IO Pin 020 (P2-15): StepGen #1, pin Step (Output)
[ 449.208421] hm2/hm2_5i25.0: IO Pin 021 (P2-03): StepGen #2, pin Direction (Output)
[ 449.208424] hm2/hm2_5i25.0: IO Pin 022 (P2-16): StepGen #2, pin Step (Output)
[ 449.208428] hm2/hm2_5i25.0: IO Pin 023 (P2-04): StepGen #3, pin Direction (Output)
[ 449.208432] hm2/hm2_5i25.0: IO Pin 024 (P2-17): StepGen #3, pin Step (Output)
[ 449.208435] hm2/hm2_5i25.0: IO Pin 025 (P2-05): StepGen #4, pin Direction (Output)
[ 449.208439] hm2/hm2_5i25.0: IO Pin 026 (P2-06): StepGen #4, pin Step (Output)
[ 449.208442] hm2/hm2_5i25.0: IO Pin 027 (P2-07): IOPort
[ 449.208445] hm2/hm2_5i25.0: IO Pin 028 (P2-08): IOPort
[ 449.208449] hm2/hm2_5i25.0: IO Pin 029 (P2-09): IOPort
[ 449.208452] hm2/hm2_5i25.0: IO Pin 030 (P2-10): IOPort
[ 449.208455] hm2/hm2_5i25.0: IO Pin 031 (P2-11): IOPort
[ 449.208458] hm2/hm2_5i25.0: IO Pin 032 (P2-12): IOPort
[ 449.208461] hm2/hm2_5i25.0: IO Pin 033 (P2-13): IOPort
[ 449.208626] hm2/hm2_5i25.0: registered
[ 449.208629] hm2_5i25.0: initialized AnyIO board at 0000:01:06.0
[ 449.480059] hm2_5i25.0: dropping AnyIO board at 0000:01:06.0
[ 449.480066] hm2/hm2_5i25.0: unregistered
[ 449.480304] hm2_pci: driver unloaded
[ 449.482456] hm2: unloading
[ 451.605946] RTAI[math]: unloaded.
[ 451.608313] SCHED releases registered named ALIEN PEDV$D
[ 451.614178] RTAI[malloc]: unloaded.
[ 451.712034] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[ 451.714478] I-pipe: head domain RTAI unregistered.
[ 451.714531] RTAI[hal]: unmounted.
[ 455.941124] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 492.013062] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 508.044700] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 524.077338] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 536.101191] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 536.101200] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 540.108851] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 540.108864] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 542.112677] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 542.112685] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 550.129005] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 550.129014] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 552.004566] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-LPS_CTRL_LEAVE
[ 552.004575] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 552.012809] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_SLEEP] macid=0, org reg_0x48c=0x00000000
[ 553.423586] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000001
[ 553.425586] RTL871X: survey done event(1) band:0 for wlan0
[ 553.425614] RTL871X: rtw_indicate_scan_done(wlan0)
[ 556.140496] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 556.140504] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 564.156810] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 564.156818] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 578.184622] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 578.184630] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 586.200942] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 586.200950] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 588.204775] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 588.204783] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 594.217256] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 594.217264] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 598.224921] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 598.224930] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 600.228753] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 600.228761] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 602.232581] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 602.232589] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 604.237414] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 604.237422] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 608.245074] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 608.245082] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 616.261391] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 616.261399] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 618.265223] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 618.265231] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 620.268424] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 620.268432] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 622.272883] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 622.272891] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 624.276710] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 624.276717] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 628.285372] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 628.285380] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 630.289197] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 630.289206] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 634.296861] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 634.296869] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 636.300692] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 636.300699] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 638.304521] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 638.304528] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 646.320837] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 646.320844] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 648.324667] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 648.324674] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 656.340989] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 656.340995] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 658.344820] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 658.344828] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 660.348650] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 660.348658] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 662.352480] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 662.352488] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 666.361139] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 666.361147] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 668.364970] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 668.364977] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 672.006974] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-LPS_CTRL_LEAVE
[ 672.006983] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 672.016306] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_SLEEP] macid=0, org reg_0x48c=0x00000000
[ 673.427412] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000001
[ 673.429533] RTL871X: survey done event(3) band:0 for wlan0
[ 673.429539] RTL871X: rtw_indicate_scan_done(wlan0)
[ 674.376458] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 674.376466] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 676.381289] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 676.381297] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 678.385117] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 678.385126] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 680.388948] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 680.388956] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 682.392779] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 682.392787] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 690.409097] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 690.409105] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 692.412927] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 692.412935] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 720.898745] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-LPS_CTRL_SPECIAL_PACKET
[ 720.898755] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 722.473376] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 722.473384] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 746.521334] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 746.521342] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 750.528998] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 750.529006] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 766.560755] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 782.593395] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 792.007341] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-LPS_CTRL_LEAVE
[ 792.007349] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 792.016427] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_SLEEP] macid=0, org reg_0x48c=0x00000000
[ 793.424225] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000001
[ 793.426216] RTL871X: survey done event(3) band:0 for wlan0
[ 793.426223] RTL871X: rtw_indicate_scan_done(wlan0)
[ 794.617253] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 794.617262] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 800.628739] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 800.628747] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 802.632570] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 802.632578] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 808.645311] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 808.645318] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 810.648892] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 810.648901] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 812.652720] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 812.652727] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 814.656551] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 814.656559] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 832.693142] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 848.724781] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 864.757419] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 900.829356] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 912.004653] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-LPS_CTRL_LEAVE
[ 912.004661] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 912.012529] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_SLEEP] macid=0, org reg_0x48c=0x00000000
[ 913.424041] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000001
[ 913.426071] RTL871X: survey done event(3) band:0 for wlan0
[ 913.426092] RTL871X: rtw_indicate_scan_done(wlan0)
[ 918.864701] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 918.864711] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 926.881029] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 926.881041] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 928.884853] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 928.884861] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 930.888683] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 930.888690] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 936.901169] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 936.901178] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 962.952962] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 962.952970] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 964.956791] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 964.956799] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 968.965451] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 968.965458] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 970.969283] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 970.969291] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 972.973107] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 972.973116] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 980.989431] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 980.989439] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 995.017359] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 1027.538791] I-pipe: head domain RTAI registered.
[ 1027.538800] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[ 1027.538845] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[ 1027.538850] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 12557835, CLK_FREQ 2009406000, CPU_FREQ 2009406000
[ 1027.538854] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[ 1027.538858] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 12557835, 12557835, 12475250
[ 1027.547813] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[ 1027.547870] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[ 1027.547876] RTAI[sched]: hard timer type/freq = APIC/12557835(Hz); default timing: oneshot; linear timed lists.
[ 1027.547880] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2009406000 hz.
[ 1027.547883] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns.
[ 1027.558088] RTAI[math]: loaded.
[ 1027.725346] hm2: loading Mesa HostMot2 driver version 0.15
[ 1027.727735] hm2_pci: loading Mesa AnyIO HostMot2 driver version 0.7
[ 1027.727783] hm2_pci: discovered 5i25 at 0000:01:06.0
[ 1027.728868] hm2/hm2_5i25.0: Smart Serial Firmware Version 43
[ 1027.786003] Board hm2_5i25.0.7i77.0.0 Hardware Mode 0 = standard
[ 1027.788794] Board hm2_5i25.0.7i77.0.0 Software Mode 0 = input_output
[ 1027.791188] Board hm2_5i25.0.7i77.0.0 Software Mode 1 = io_analog
[ 1027.795224] Board hm2_5i25.0.7i77.0.0 Software Mode 2 = io_analog_fieldvoltage
[ 1027.800402] Board hm2_5i25.0.7i77.0.0 Software Mode 3 = io_encoder_analog_fieldvoltage
[ 1027.924521] Board hm2_5i25.0.7i77.0.1 Hardware Mode 0 = standard
[ 1027.927067] Board hm2_5i25.0.7i77.0.1 Software Mode 0 = analogout_enables
[ 1028.027093] hm2/hm2_5i25.0: 34 I/O Pins used:
[ 1028.027097] hm2/hm2_5i25.0: IO Pin 000 (P3-01): IOPort
[ 1028.027101] hm2/hm2_5i25.0: IO Pin 001 (P3-14): IOPort
[ 1028.027104] hm2/hm2_5i25.0: IO Pin 002 (P3-02): IOPort
[ 1028.027108] hm2/hm2_5i25.0: IO Pin 003 (P3-15): Smart Serial Interface #0, pin TxData1 (Output)
[ 1028.027112] hm2/hm2_5i25.0: IO Pin 004 (P3-03): Smart Serial Interface #0, pin RxData1 (Input)
[ 1028.027116] hm2/hm2_5i25.0: IO Pin 005 (P3-16): Smart Serial Interface #0, pin TxData0 (Output)
[ 1028.027120] hm2/hm2_5i25.0: IO Pin 006 (P3-04): Smart Serial Interface #0, pin RxData0 (Input)
[ 1028.027124] hm2/hm2_5i25.0: IO Pin 007 (P3-17): Muxed Encoder Select #0, pin Mux Select 0 (Output)
[ 1028.027128] hm2/hm2_5i25.0: IO Pin 008 (P3-05): Muxed Encoder #0, pin Muxed A (Input)
[ 1028.027132] hm2/hm2_5i25.0: IO Pin 009 (P3-06): Muxed Encoder #0, pin Muxed B (Input)
[ 1028.027135] hm2/hm2_5i25.0: IO Pin 010 (P3-07): Muxed Encoder #0, pin Muxed Index (Input)
[ 1028.027139] hm2/hm2_5i25.0: IO Pin 011 (P3-08): Muxed Encoder #1, pin Muxed A (Input)
[ 1028.027143] hm2/hm2_5i25.0: IO Pin 012 (P3-09): Muxed Encoder #1, pin Muxed B (Input)
[ 1028.027147] hm2/hm2_5i25.0: IO Pin 013 (P3-10): Muxed Encoder #1, pin Muxed Index (Input)
[ 1028.027151] hm2/hm2_5i25.0: IO Pin 014 (P3-11): Muxed Encoder #2, pin Muxed A (Input)
[ 1028.027154] hm2/hm2_5i25.0: IO Pin 015 (P3-12): Muxed Encoder #2, pin Muxed B (Input)
[ 1028.027158] hm2/hm2_5i25.0: IO Pin 016 (P3-13): Muxed Encoder #2, pin Muxed Index (Input)
[ 1028.027162] hm2/hm2_5i25.0: IO Pin 017 (P2-01): StepGen #0, pin Direction (Output)
[ 1028.027166] hm2/hm2_5i25.0: IO Pin 018 (P2-14): StepGen #0, pin Step (Output)
[ 1028.027170] hm2/hm2_5i25.0: IO Pin 019 (P2-02): StepGen #1, pin Direction (Output)
[ 1028.027173] hm2/hm2_5i25.0: IO Pin 020 (P2-15): StepGen #1, pin Step (Output)
[ 1028.027177] hm2/hm2_5i25.0: IO Pin 021 (P2-03): StepGen #2, pin Direction (Output)
[ 1028.027180] hm2/hm2_5i25.0: IO Pin 022 (P2-16): StepGen #2, pin Step (Output)
[ 1028.027184] hm2/hm2_5i25.0: IO Pin 023 (P2-04): StepGen #3, pin Direction (Output)
[ 1028.027188] hm2/hm2_5i25.0: IO Pin 024 (P2-17): StepGen #3, pin Step (Output)
[ 1028.027191] hm2/hm2_5i25.0: IO Pin 025 (P2-05): StepGen #4, pin Direction (Output)
[ 1028.027195] hm2/hm2_5i25.0: IO Pin 026 (P2-06): StepGen #4, pin Step (Output)
[ 1028.027198] hm2/hm2_5i25.0: IO Pin 027 (P2-07): IOPort
[ 1028.027201] hm2/hm2_5i25.0: IO Pin 028 (P2-08): IOPort
[ 1028.027204] hm2/hm2_5i25.0: IO Pin 029 (P2-09): IOPort
[ 1028.027207] hm2/hm2_5i25.0: IO Pin 030 (P2-10): IOPort
[ 1028.027210] hm2/hm2_5i25.0: IO Pin 031 (P2-11): IOPort
[ 1028.027213] hm2/hm2_5i25.0: IO Pin 032 (P2-12): IOPort
[ 1028.027217] hm2/hm2_5i25.0: IO Pin 033 (P2-13): IOPort
[ 1028.027382] hm2/hm2_5i25.0: registered
[ 1028.027385] hm2_5i25.0: initialized AnyIO board at 0000:01:06.0
[ 1028.302364] hm2_5i25.0: dropping AnyIO board at 0000:01:06.0
[ 1028.302372] hm2/hm2_5i25.0: unregistered
[ 1028.302438] hm2_pci: driver unloaded
[ 1028.304735] hm2: unloading
[ 1030.429512] RTAI[math]: unloaded.
[ 1030.431808] SCHED releases registered named ALIEN PEDV$D
[ 1030.435091] RTAI[malloc]: unloaded.
[ 1030.532026] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[ 1030.534299] I-pipe: head domain RTAI unregistered.
[ 1030.534355] RTAI[hal]: unmounted.
[ 1032.006575] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-LPS_CTRL_LEAVE
[ 1032.006583] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 1032.012436] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_SLEEP] macid=0, org reg_0x48c=0x00000000
[ 1033.423850] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000001
[ 1033.425848] RTL871X: survey done event(3) band:0 for wlan0
[ 1033.425856] RTL871X: rtw_indicate_scan_done(wlan0)
[ 1037.100667] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 1037.100675] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 1059.144917] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 1093.212906] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 1093.212914] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 1095.216733] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 1095.216740] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 1099.225393] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 1099.225399] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 1101.229223] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 1101.229230] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 1115.257157] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 1131.288793] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 1152.007536] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-LPS_CTRL_LEAVE
[ 1152.007545] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 1152.016286] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_SLEEP] macid=0, org reg_0x48c=0x00000000
[ 1153.427664] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000001
[ 1153.429537] RTL871X: survey done event(4) band:0 for wlan0
[ 1153.429563] RTL871X: rtw_indicate_scan_done(wlan0)
[ 1159.345290] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 1159.345297] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 1173.373223] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 1189.404858] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 1191.408573] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 1191.408581] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 1195.417231] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 1195.417239] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 1197.421061] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 1197.421069] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 1199.424889] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 1199.424897] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 1217.554991] I-pipe: head domain RTAI registered.
[ 1217.554999] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[ 1217.555046] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[ 1217.555051] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 12557835, CLK_FREQ 2009406000, CPU_FREQ 2009406000
[ 1217.555055] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[ 1217.555059] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 12557835, 12557835, 11417500
[ 1217.567561] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[ 1217.567621] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[ 1217.567709] RTAI[sched]: hard timer type/freq = APIC/12557835(Hz); default timing: oneshot; linear timed lists.
[ 1217.567714] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2009406000 hz.
[ 1217.567717] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns.
[ 1217.573352] RTAI[math]: loaded.
[ 1217.743267] hm2: loading Mesa HostMot2 driver version 0.15
[ 1217.746046] hm2_pci: loading Mesa AnyIO HostMot2 driver version 0.7
[ 1217.746096] hm2_pci: discovered 5i25 at 0000:01:06.0
[ 1217.747352] hm2/hm2_5i25.0: Smart Serial Firmware Version 43
[ 1217.804257] Board hm2_5i25.0.7i77.0.0 Hardware Mode 0 = standard
[ 1217.806903] Board hm2_5i25.0.7i77.0.0 Software Mode 0 = input_output
[ 1217.809142] Board hm2_5i25.0.7i77.0.0 Software Mode 1 = io_analog
[ 1217.813206] Board hm2_5i25.0.7i77.0.0 Software Mode 2 = io_analog_fieldvoltage
[ 1217.818287] Board hm2_5i25.0.7i77.0.0 Software Mode 3 = io_encoder_analog_fieldvoltage
[ 1217.941830] Board hm2_5i25.0.7i77.0.1 Hardware Mode 0 = standard
[ 1217.944376] Board hm2_5i25.0.7i77.0.1 Software Mode 0 = analogout_enables
[ 1218.044490] hm2/hm2_5i25.0: 34 I/O Pins used:
[ 1218.044494] hm2/hm2_5i25.0: IO Pin 000 (P3-01): IOPort
[ 1218.044497] hm2/hm2_5i25.0: IO Pin 001 (P3-14): IOPort
[ 1218.044499] hm2/hm2_5i25.0: IO Pin 002 (P3-02): IOPort
[ 1218.044503] hm2/hm2_5i25.0: IO Pin 003 (P3-15): Smart Serial Interface #0, pin TxData1 (Output)
[ 1218.044507] hm2/hm2_5i25.0: IO Pin 004 (P3-03): Smart Serial Interface #0, pin RxData1 (Input)
[ 1218.044511] hm2/hm2_5i25.0: IO Pin 005 (P3-16): Smart Serial Interface #0, pin TxData0 (Output)
[ 1218.044515] hm2/hm2_5i25.0: IO Pin 006 (P3-04): Smart Serial Interface #0, pin RxData0 (Input)
[ 1218.044519] hm2/hm2_5i25.0: IO Pin 007 (P3-17): Muxed Encoder Select #0, pin Mux Select 0 (Output)
[ 1218.044523] hm2/hm2_5i25.0: IO Pin 008 (P3-05): Muxed Encoder #0, pin Muxed A (Input)
[ 1218.044526] hm2/hm2_5i25.0: IO Pin 009 (P3-06): Muxed Encoder #0, pin Muxed B (Input)
[ 1218.044530] hm2/hm2_5i25.0: IO Pin 010 (P3-07): Muxed Encoder #0, pin Muxed Index (Input)
[ 1218.044534] hm2/hm2_5i25.0: IO Pin 011 (P3-08): Muxed Encoder #1, pin Muxed A (Input)
[ 1218.044537] hm2/hm2_5i25.0: IO Pin 012 (P3-09): Muxed Encoder #1, pin Muxed B (Input)
[ 1218.044541] hm2/hm2_5i25.0: IO Pin 013 (P3-10): Muxed Encoder #1, pin Muxed Index (Input)
[ 1218.044544] hm2/hm2_5i25.0: IO Pin 014 (P3-11): Muxed Encoder #2, pin Muxed A (Input)
[ 1218.044548] hm2/hm2_5i25.0: IO Pin 015 (P3-12): Muxed Encoder #2, pin Muxed B (Input)
[ 1218.044552] hm2/hm2_5i25.0: IO Pin 016 (P3-13): Muxed Encoder #2, pin Muxed Index (Input)
[ 1218.044556] hm2/hm2_5i25.0: IO Pin 017 (P2-01): StepGen #0, pin Direction (Output)
[ 1218.044559] hm2/hm2_5i25.0: IO Pin 018 (P2-14): StepGen #0, pin Step (Output)
[ 1218.044563] hm2/hm2_5i25.0: IO Pin 019 (P2-02): StepGen #1, pin Direction (Output)
[ 1218.044566] hm2/hm2_5i25.0: IO Pin 020 (P2-15): StepGen #1, pin Step (Output)
[ 1218.044570] hm2/hm2_5i25.0: IO Pin 021 (P2-03): StepGen #2, pin Direction (Output)
[ 1218.044573] hm2/hm2_5i25.0: IO Pin 022 (P2-16): StepGen #2, pin Step (Output)
[ 1218.044577] hm2/hm2_5i25.0: IO Pin 023 (P2-04): StepGen #3, pin Direction (Output)
[ 1218.044581] hm2/hm2_5i25.0: IO Pin 024 (P2-17): StepGen #3, pin Step (Output)
[ 1218.044584] hm2/hm2_5i25.0: IO Pin 025 (P2-05): StepGen #4, pin Direction (Output)
[ 1218.044588] hm2/hm2_5i25.0: IO Pin 026 (P2-06): StepGen #4, pin Step (Output)
[ 1218.044591] hm2/hm2_5i25.0: IO Pin 027 (P2-07): IOPort
[ 1218.044593] hm2/hm2_5i25.0: IO Pin 028 (P2-08): IOPort
[ 1218.044596] hm2/hm2_5i25.0: IO Pin 029 (P2-09): IOPort
[ 1218.044599] hm2/hm2_5i25.0: IO Pin 030 (P2-10): IOPort
[ 1218.044602] hm2/hm2_5i25.0: IO Pin 031 (P2-11): IOPort
[ 1218.044605] hm2/hm2_5i25.0: IO Pin 032 (P2-12): IOPort
[ 1218.044607] hm2/hm2_5i25.0: IO Pin 033 (P2-13): IOPort
[ 1218.044772] hm2/hm2_5i25.0: registered
[ 1218.044775] hm2_5i25.0: initialized AnyIO board at 0000:01:06.0
[ 1218.319377] hm2_5i25.0: dropping AnyIO board at 0000:01:06.0
[ 1218.319385] hm2/hm2_5i25.0: unregistered
[ 1218.319451] hm2_pci: driver unloaded
[ 1218.321990] hm2: unloading
[ 1220.444296] RTAI[math]: unloaded.
[ 1220.446556] SCHED releases registered named ALIEN PEDV$D
[ 1220.454285] RTAI[malloc]: unloaded.
[ 1220.552026] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[ 1220.554331] I-pipe: head domain RTAI unregistered.
[ 1220.554387] RTAI[hal]: unmounted.
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/realtime-3.4-9-rtai-686-pae/modules/linuxcnc
LINUXCNC_CONFIG_DIR=
LINUXCNC_LANG_DIR=/usr/share/linuxcnc/tcl/msgs
INIVAR=inivar
HALCMD=halcmd
LINUXCNC_EMCSH=/usr/bin/wish8.5
LINUXCNC - 2.8.0-pre1-3393-g8afc258
Machine configuration directory is '/home/linuxcnc/linuxcnc/configs/my_LinuxCNC_machine'
Machine configuration file is 'my_LinuxCNC_machine.ini'
INIFILE=/home/linuxcnc/linuxcnc/configs/my_LinuxCNC_machine/my_LinuxCNC_machine.ini
VERSION=1.0
PARAMETER_FILE=linuxcnc.var
TASK=milltask
HALUI=halui
DISPLAY=axis
COORDINATES=X Y Z
KINEMATICS=trivkins coordinates=XYZ
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): ./my_LinuxCNC_machine.hal
Shutting down and cleaning up LinuxCNC...
Running HAL shutdown script
Killing task linuxcncsvr, PID=4544
Removing HAL_LIB, RTAPI, and Real Time OS modules
Removing NML shared memory segments
Debug file information:
.
./my_LinuxCNC_machine.hal:318: Signal 'spindle-override' can not add OUT pin 'halui.spindle-override.value', it already has OUT pin 'spindle-scale.out'
4544
PID TTY STAT TIME COMMAND
Stopping realtime threads
Unloading hal components
Kernel message information:
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.4-9-rtai-686-pae (Debian 3.4.55-4linuxcnc) () (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP PREEMPT Debian 3.4.55-4linuxcnc
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f400 (usable)
[ 0.000000] BIOS-e820: 000000000009f400 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000007fff0000 (usable)
[ 0.000000] BIOS-e820: 000000007fff0000 - 000000007fff3000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000007fff3000 - 0000000080000000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
[ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[ 0.000000] SMBIOS 2.2 present.
[ 0.000000] DMI: /nForce4 DDR: 9NPA+ / 9NPA+Ultra / 9NPAJ / 9NPA Ultra Series, BIOS 6.00 PG 08/11/2006
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] last_pfn = 0x7fff0 max_arch_pfn = 0x100000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-C7FFF write-protect
[ 0.000000] C8000-FFFFF uncachable
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0000000000 mask FF80000000 write-back
[ 0.000000] 1 disabled
[ 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 enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] found SMP MP-table at [c00f4250] f4250
[ 0.000000] initial memory mapped : 0 - 01800000
[ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[ 0.000000] 0000000000 - 0000400000 page 4k
[ 0.000000] 0000400000 - 0037400000 page 2M
[ 0.000000] 0037400000 - 00377fe000 page 4k
[ 0.000000] kernel direct mapping tables up to 0x377fdfff @ [mem 0x017f8000-0x017fffff]
[ 0.000000] RAMDISK: 3652a000 - 3728d000
[ 0.000000] ACPI: RSDP 000f8380 00014 (v00 Nvidia)
[ 0.000000] ACPI: RSDT 7fff3040 00030 (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000)
[ 0.000000] ACPI: FACP 7fff30c0 00074 (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000)
[ 0.000000] ACPI: DSDT 7fff3180 06633 (v01 NVIDIA AWRDACPI 00001000 MSFT 0100000E)
[ 0.000000] ACPI: FACS 7fff0000 00040
[ 0.000000] ACPI: MCFG 7fff98c0 0003C (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000)
[ 0.000000] ACPI: APIC 7fff9800 0007C (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 1159MB HIGHMEM available.
[ 0.000000] 887MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 377fe000
[ 0.000000] low ram: 0 - 377fe000
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x000377fe
[ 0.000000] HighMem 0x000377fe -> 0x0007fff0
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] Early memory PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x0007fff0
[ 0.000000] On node 0 totalpages: 524159
[ 0.000000] free_area_init_node: node 0, pgdat c1498a00, node_mem_map f552a200
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3951 pages, LIFO batch:0
[ 0.000000] Normal zone: 1744 pages used for memmap
[ 0.000000] Normal zone: 221486 pages, LIFO batch:31
[ 0.000000] HighMem zone: 2320 pages used for memmap
[ 0.000000] HighMem zone: 294626 pages, LIFO batch:31
[ 0.000000] Using APIC driver default
[ 0.000000] Nvidia board detected. Ignoring ACPI timer override.
[ 0.000000] If you got timer trouble try acpi_use_timer_override
[ 0.000000] ACPI: PM-Timer IO Port: 0x4008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[ 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] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: BIOS IRQ0 override ignored.
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] ACPI: IRQ14 used by override.
[ 0.000000] ACPI: IRQ15 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at 80000000 (gap: 80000000:60000000)
[ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 17 pages/cpu @f77cf000 s48384 r0 d21248 u69632
[ 0.000000] pcpu-alloc: s48384 r0 d21248 u69632 alloc=17*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 520063
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.4-9-rtai-686-pae root=UUID=61e7afdd-fdbe-4754-b456-10b0e2c56271 ro initrd=/install/gtk/initrd.gz lapic quiet rootdelay=5
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Initializing CPU#0
[ 0.000000] allocated 4194048 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Initializing HighMem for node 0 (000377fe:0007fff0)
[ 0.000000] Memory: 2055600k/2097088k available (3495k kernel code, 41036k reserved, 1237k data, 416k init, 1187784k highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xfff17000 - 0xfffff000 ( 928 kB)
[ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
[ 0.000000] .init : 0xc14a0000 - 0xc1508000 ( 416 kB)
[ 0.000000] .data : 0xc1369d4a - 0xc149f480 (1237 kB)
[ 0.000000] .text : 0xc1000000 - 0xc1369d4a (3495 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] NR_IRQS:2304 nr_irqs:512 16
[ 0.000000] CPU 0 irqstacks, hard=f5006000 soft=f5008000
[ 0.000000] Interrupt pipeline (release #3)
[ 0.000000] spurious 8259A interrupt: IRQ7.
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 2009.406 MHz processor.
[ 0.000000] Marking TSC unstable due to TSCs unsynchronized
[ 0.008005] Calibrating delay loop (skipped), value calculated using timer frequency.. 4018.81 BogoMIPS (lpj=8037624)
[ 0.008010] pid_max: default: 32768 minimum: 301
[ 0.008064] Security Framework initialized
[ 0.008070] AppArmor: AppArmor disabled by boot time parameter
[ 0.008090] Mount-cache hash table entries: 512
[ 0.008298] Initializing cgroup subsys cpuacct
[ 0.008301] Initializing cgroup subsys memory
[ 0.008310] Initializing cgroup subsys devices
[ 0.008312] Initializing cgroup subsys freezer
[ 0.008315] Initializing cgroup subsys net_cls
[ 0.008317] Initializing cgroup subsys blkio
[ 0.008325] Initializing cgroup subsys perf_event
[ 0.008351] CPU: Physical Processor ID: 0
[ 0.008353] CPU: Processor Core ID: 0
[ 0.008356] mce: CPU supports 5 MCE banks
[ 0.008413] ACPI: Core revision 20120320
[ 0.016090] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.016447] ..TIMER: vector=0x30 apic1=0 pin1=0 apic2=-1 pin2=-1
[ 0.056432] CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ stepping 01
[ 0.060003] Performance Events: AMD PMU driver.
[ 0.060003] ... version: 0
[ 0.060003] ... bit width: 48
[ 0.060003] ... generic registers: 4
[ 0.060003] ... value mask: 0000ffffffffffff
[ 0.060003] ... max period: 00007fffffffffff
[ 0.060003] ... fixed-purpose events: 0
[ 0.060003] ... event mask: 000000000000000f
[ 0.068026] NMI watchdog: enabled, takes one hw-pmu counter.
[ 0.080023] CPU 1 irqstacks, hard=f5094000 soft=f5096000
[ 0.080025] Booting Node 0, Processors #1 Ok.
[ 0.012000] Initializing CPU#1
[ 0.168103] NMI watchdog: enabled, takes one hw-pmu counter.
[ 0.168134] Brought up 2 CPUs
[ 0.168138] Total of 2 processors activated (8037.58 BogoMIPS).
[ 0.168542] devtmpfs: initialized
[ 0.168542] PM: Registering ACPI NVS region [mem 0x7fff0000-0x7fff2fff] (12288 bytes)
[ 0.168542] dummy:
[ 0.168542] NET: Registered protocol family 16
[ 0.168542] node 0 link 0: io port [6000, ffff]
[ 0.168542] TOM: 0000000080000000 aka 2048M
[ 0.168542] node 0 link 0: mmio [a0000, bffff]
[ 0.168542] node 0 link 0: mmio [feb00000, fec0ffff]
[ 0.168542] node 0 link 0: mmio [80000000, fe02ffff]
[ 0.168542] node 0 link 0: mmio [e0000000, e05fffff]
[ 0.168542] bus: [00, 05] on node 0 link 0
[ 0.168542] bus: 00 index 0 [io 0x0000-0xffff]
[ 0.168542] bus: 00 index 1 [mem 0x000a0000-0x000bffff]
[ 0.168542] bus: 00 index 2 [mem 0xfe030000-0xffffffff]
[ 0.168542] bus: 00 index 3 [mem 0x80000000-0xfe02ffff]
[ 0.168542] ACPI: bus type pci registered
[ 0.168542] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.168542] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.168542] PCI: Using MMCONFIG for extended config space
[ 0.168542] PCI: Using configuration type 1 for base access
[ 0.169126] bio: create slab <bio-0> at 0
[ 0.169126] ACPI: Added _OSI(Module Device)
[ 0.169126] ACPI: Added _OSI(Processor Device)
[ 0.169126] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.169126] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.172206] ACPI: EC: Look up EC in DSDT
[ 0.178317] ACPI: Interpreter enabled
[ 0.178324] ACPI: (supports S0 S1 S4 S5)
[ 0.178352] ACPI: Using IOAPIC for interrupt routing
[ 0.185356] ACPI: No dock devices found.
[ 0.185363] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[ 0.186074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-05])
[ 0.187419] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7] (ignored)
[ 0.187422] pci_root PNP0A08:00: host bridge window [io 0x6000-0xffff] (ignored)
[ 0.187426] pci_root PNP0A08:00: host bridge window [io 0x03b0-0x03df] (ignored)
[ 0.187429] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[ 0.187433] pci_root PNP0A08:00: host bridge window [mem 0x80000000-0xfe02ffff] (ignored)
[ 0.187437] pci_root PNP0A08:00: host bridge window [mem 0xfeb00000-0xfebfffff] (ignored)
[ 0.187440] PCI: root bus 00: hardware-probed resources
[ 0.187484] PCI host bridge to bus 0000:00
[ 0.187488] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 0.187491] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.187495] pci_bus 0000:00: root bus resource [mem 0xfe030000-0xffffffff]
[ 0.187498] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfe02ffff]
[ 0.187516] pci 0000:00:00.0: [10de:005e] type 00 class 0x058000
[ 0.187586] pci 0000:00:01.0: [10de:0050] type 00 class 0x060100
[ 0.187612] HPET not enabled in BIOS. You might try hpet=force boot option
[ 0.187626] pci 0000:00:01.1: [10de:0052] type 00 class 0x0c0500
[ 0.187636] pci 0000:00:01.1: reg 10: [io 0xfc00-0xfc1f]
[ 0.187651] pci 0000:00:01.1: reg 20: [io 0xf800-0xf83f]
[ 0.187658] pci 0000:00:01.1: reg 24: [io 0xf400-0xf43f]
[ 0.187672] pci 0000:00:01.1: PME# supported from D3hot D3cold
[ 0.187690] pci 0000:00:02.0: [10de:005a] type 00 class 0x0c0310
[ 0.187700] pci 0000:00:02.0: reg 10: [mem 0xfe02f000-0xfe02ffff]
[ 0.187728] pci 0000:00:02.0: supports D1 D2
[ 0.187731] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.187746] pci 0000:00:02.1: [10de:005b] type 00 class 0x0c0320
[ 0.187756] pci 0000:00:02.1: reg 10: [mem 0xfeb00000-0xfeb000ff]
[ 0.187789] pci 0000:00:02.1: supports D1 D2
[ 0.187791] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.187813] pci 0000:00:06.0: [10de:0053] type 00 class 0x01018a
[ 0.187834] pci 0000:00:06.0: reg 20: [io 0xe800-0xe80f]
[ 0.187863] pci 0000:00:07.0: [10de:0054] type 00 class 0x010185
[ 0.187872] pci 0000:00:07.0: reg 10: [io 0x09f0-0x09f7]
[ 0.187878] pci 0000:00:07.0: reg 14: [io 0x0bf0-0x0bf3]
[ 0.187884] pci 0000:00:07.0: reg 18: [io 0x0970-0x0977]
[ 0.187890] pci 0000:00:07.0: reg 1c: [io 0x0b70-0x0b73]
[ 0.187896] pci 0000:00:07.0: reg 20: [io 0xd400-0xd40f]
[ 0.187902] pci 0000:00:07.0: reg 24: [mem 0xfe02c000-0xfe02cfff]
[ 0.187924] pci 0000:00:08.0: [10de:0055] type 00 class 0x010185
[ 0.187933] pci 0000:00:08.0: reg 10: [io 0x09e0-0x09e7]
[ 0.187940] pci 0000:00:08.0: reg 14: [io 0x0be0-0x0be3]
[ 0.187946] pci 0000:00:08.0: reg 18: [io 0x0960-0x0967]
[ 0.187952] pci 0000:00:08.0: reg 1c: [io 0x0b60-0x0b63]
[ 0.187958] pci 0000:00:08.0: reg 20: [io 0xc000-0xc00f]
[ 0.187965] pci 0000:00:08.0: reg 24: [mem 0xfe02b000-0xfe02bfff]
[ 0.187986] pci 0000:00:09.0: [10de:005c] type 01 class 0x060401
[ 0.188018] pci 0000:00:0a.0: [10de:0057] type 00 class 0x068000
[ 0.188028] pci 0000:00:0a.0: reg 10: [mem 0xfe02a000-0xfe02afff]
[ 0.188034] pci 0000:00:0a.0: reg 14: [io 0xbc00-0xbc07]
[ 0.188060] pci 0000:00:0a.0: supports D1 D2
[ 0.188063] pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.188079] pci 0000:00:0b.0: [10de:005d] type 01 class 0x060400
[ 0.188109] pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.188127] pci 0000:00:0c.0: [10de:005d] type 01 class 0x060400
[ 0.188155] pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.188173] pci 0000:00:0d.0: [10de:005d] type 01 class 0x060400
[ 0.188201] pci 0000:00:0d.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.188218] pci 0000:00:0e.0: [10de:005d] type 01 class 0x060400
[ 0.188246] pci 0000:00:0e.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.188268] pci 0000:00:18.0: [1022:1100] type 00 class 0x060000
[ 0.188293] pci 0000:00:18.1: [1022:1101] type 00 class 0x060000
[ 0.188315] pci 0000:00:18.2: [1022:1102] type 00 class 0x060000
[ 0.188336] pci 0000:00:18.3: [1022:1103] type 00 class 0x060000
[ 0.188379] pci 0000:01:06.0: [2718:5125] type 00 class 0x110000
[ 0.188390] pci 0000:01:06.0: reg 10: [mem 0xfdee0000-0xfdeeffff]
[ 0.188439] pci 0000:01:09.0: [1106:3044] type 00 class 0x0c0010
[ 0.188453] pci 0000:01:09.0: reg 10: [mem 0xfdeff000-0xfdeff7ff]
[ 0.188462] pci 0000:01:09.0: reg 14: [io 0xac00-0xac7f]
[ 0.188504] pci 0000:01:09.0: supports D2
[ 0.188506] pci 0000:01:09.0: PME# supported from D2 D3hot D3cold
[ 0.188533] pci 0000:00:09.0: PCI bridge to [bus 01-01] (subtractive decode)
[ 0.188538] pci 0000:00:09.0: bridge window [io 0xa000-0xafff]
[ 0.188542] pci 0000:00:09.0: bridge window [mem 0xfde00000-0xfdefffff]
[ 0.188546] pci 0000:00:09.0: bridge window [mem 0xfdf00000-0xfdffffff pref]
[ 0.188550] pci 0000:00:09.0: bridge window [io 0x0000-0xffff] (subtractive decode)
[ 0.188553] pci 0000:00:09.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.188557] pci 0000:00:09.0: bridge window [mem 0xfe030000-0xffffffff] (subtractive decode)
[ 0.188561] pci 0000:00:09.0: bridge window [mem 0x80000000-0xfe02ffff] (subtractive decode)
[ 0.188586] pci 0000:00:0b.0: PCI bridge to [bus 02-02]
[ 0.188590] pci 0000:00:0b.0: bridge window [io 0x9000-0x9fff]
[ 0.188594] pci 0000:00:0b.0: bridge window [mem 0xfdd00000-0xfddfffff]
[ 0.188600] pci 0000:00:0b.0: bridge window [mem 0xfdc00000-0xfdcfffff 64bit pref]
[ 0.188625] pci 0000:00:0c.0: PCI bridge to [bus 03-03]
[ 0.188630] pci 0000:00:0c.0: bridge window [io 0x8000-0x8fff]
[ 0.188634] pci 0000:00:0c.0: bridge window [mem 0xfdb00000-0xfdbfffff]
[ 0.188639] pci 0000:00:0c.0: bridge window [mem 0xfda00000-0xfdafffff 64bit pref]
[ 0.188663] pci 0000:00:0d.0: PCI bridge to [bus 04-04]
[ 0.188668] pci 0000:00:0d.0: bridge window [io 0x7000-0x7fff]
[ 0.188672] pci 0000:00:0d.0: bridge window [mem 0xfd900000-0xfd9fffff]
[ 0.188677] pci 0000:00:0d.0: bridge window [mem 0xfd800000-0xfd8fffff 64bit pref]
[ 0.188710] pci 0000:05:00.0: [102b:2539] type 00 class 0x030000
[ 0.188724] pci 0000:05:00.0: reg 10: [mem 0xd8000000-0xdfffffff 64bit pref]
[ 0.188735] pci 0000:05:00.0: reg 18: [mem 0xfd7fe000-0xfd7fffff 64bit]
[ 0.188752] pci 0000:05:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[ 0.196025] pci 0000:00:0e.0: PCI bridge to [bus 05-05]
[ 0.196030] pci 0000:00:0e.0: bridge window [io 0x6000-0x6fff]
[ 0.196034] pci 0000:00:0e.0: bridge window [mem 0xfd700000-0xfd7fffff]
[ 0.196039] pci 0000:00:0e.0: bridge window [mem 0xd8000000-0xdfffffff 64bit pref]
[ 0.196051] pci_bus 0000:00: on NUMA node 0
[ 0.196055] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.196280] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
[ 0.196510] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x0f)
[ 0.237174] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[ 0.237238] ACPI: PCI Interrupt Link [LNK2] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[ 0.237302] ACPI: PCI Interrupt Link [LNK3] (IRQs 3 4 *5 7 9 10 11 12 14 15)
[ 0.237364] ACPI: PCI Interrupt Link [LNK4] (IRQs *3 4 5 7 9 10 11 12 14 15)
[ 0.237425] ACPI: PCI Interrupt Link [LNK5] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[ 0.237488] ACPI: PCI Interrupt Link [LUBA] (IRQs 3 *4 5 7 9 10 11 12 14 15)
[ 0.237549] ACPI: PCI Interrupt Link [LUBB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[ 0.237615] ACPI: PCI Interrupt Link [LMAC] (IRQs 3 4 5 *7 9 10 11 12 14 15)
[ 0.237678] ACPI: PCI Interrupt Link [LACI] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[ 0.237740] ACPI: PCI Interrupt Link [LMCI] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[ 0.237803] ACPI: PCI Interrupt Link [LSMB] (IRQs 3 4 5 7 9 *10 11 12 14 15)
[ 0.237865] ACPI: PCI Interrupt Link [LUB2] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[ 0.237926] ACPI: PCI Interrupt Link [LIDE] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[ 0.237997] ACPI: PCI Interrupt Link [LSID] (IRQs 3 4 5 7 9 *10 11 12 14 15)
[ 0.238066] ACPI: PCI Interrupt Link [LFID] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[ 0.238134] ACPI: PCI Interrupt Link [LPCA] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[ 0.238180] ACPI: PCI Interrupt Link [APC1] (IRQs *16), disabled.
[ 0.238219] ACPI: PCI Interrupt Link [APC2] (IRQs *17), disabled.
[ 0.238258] ACPI: PCI Interrupt Link [APC3] (IRQs *18)
[ 0.238296] ACPI: PCI Interrupt Link [APC4] (IRQs *19)
[ 0.238334] ACPI: PCI Interrupt Link [APC5] (IRQs *16), disabled.
[ 0.238420] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22 23) *0
[ 0.238506] ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22 23) *0, disabled.
[ 0.238594] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22 23) *0
[ 0.238679] ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22 23) *0, disabled.
[ 0.238765] ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22 23) *0, disabled.
[ 0.238850] ACPI: PCI Interrupt Link [APCS] (IRQs 20 21 22 23) *0
[ 0.238936] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22 23) *0
[ 0.239020] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22 23) *0, disabled.
[ 0.239113] ACPI: PCI Interrupt Link [APSI] (IRQs 20 21 22 23) *0
[ 0.239205] ACPI: PCI Interrupt Link [APSJ] (IRQs 20 21 22 23) *0
[ 0.239297] ACPI: PCI Interrupt Link [APCP] (IRQs 20 21 22 23) *0, disabled.
[ 0.239372] vgaarb: device added: PCI:0000:05:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.239372] vgaarb: loaded
[ 0.239372] vgaarb: bridge control possible 0000:05:00.0
[ 0.239372] PCI: Using ACPI for IRQ routing
[ 0.245045] PCI: pci_cache_line_size set to 64 bytes
[ 0.245108] reserve RAM buffer: 000000000009f400 - 000000000009ffff
[ 0.245112] reserve RAM buffer: 000000007fff0000 - 000000007fffffff
[ 0.245390] pnp: PnP ACPI init
[ 0.245402] ACPI: bus type pnp registered
[ 0.245426] pnp 00:00: [io 0x4000-0x407f]
[ 0.245429] pnp 00:00: [io 0x4080-0x40ff]
[ 0.245432] pnp 00:00: [io 0x4400-0x447f]
[ 0.245435] pnp 00:00: [io 0x4480-0x44ff]
[ 0.245438] pnp 00:00: [io 0x4800-0x487f]
[ 0.245441] pnp 00:00: [io 0x4880-0x48ff]
[ 0.245494] system 00:00: [io 0x4000-0x407f] has been reserved
[ 0.245498] system 00:00: [io 0x4080-0x40ff] has been reserved
[ 0.245502] system 00:00: [io 0x4400-0x447f] has been reserved
[ 0.245506] system 00:00: [io 0x4480-0x44ff] has been reserved
[ 0.245509] system 00:00: [io 0x4800-0x487f] has been reserved
[ 0.245513] system 00:00: [io 0x4880-0x48ff] has been reserved
[ 0.245517] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.246231] pnp 00:01: [bus 00-05]
[ 0.246234] pnp 00:01: [io 0x0cf8-0x0cff]
[ 0.246238] pnp 00:01: [io 0x0000-0x0cf7 window]
[ 0.246241] pnp 00:01: [io 0x6000-0xffff window]
[ 0.246244] pnp 00:01: [io 0x03b0-0x03df window]
[ 0.246248] pnp 00:01: [mem 0x000a0000-0x000bffff window]
[ 0.246251] pnp 00:01: [mem 0x80000000-0xfe02ffff window]
[ 0.246255] pnp 00:01: [mem 0x00000000 window]
[ 0.246259] pnp 00:01: [mem 0xfeb00000-0xfebfffff window]
[ 0.246324] pnp 00:01: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[ 0.247028] pnp 00:02: [io 0x0010-0x001f]
[ 0.247031] pnp 00:02: [io 0x0022-0x003f]
[ 0.247035] pnp 00:02: [io 0x0044-0x005f]
[ 0.247038] pnp 00:02: [io 0x0062-0x0063]
[ 0.247041] pnp 00:02: [io 0x0065-0x006f]
[ 0.247044] pnp 00:02: [io 0x0074-0x007f]
[ 0.247047] pnp 00:02: [io 0x0091-0x0093]
[ 0.247050] pnp 00:02: [io 0x00a2-0x00bf]
[ 0.247053] pnp 00:02: [io 0x00e0-0x00ef]
[ 0.247056] pnp 00:02: [io 0x0b78-0x0b7b]
[ 0.247059] pnp 00:02: [io 0x0f78-0x0f7b]
[ 0.247062] pnp 00:02: [io 0x0a78-0x0a7b]
[ 0.247065] pnp 00:02: [io 0x0e78-0x0e7b]
[ 0.247068] pnp 00:02: [io 0x0bbc-0x0bbf]
[ 0.247071] pnp 00:02: [io 0x0fbc-0x0fbf]
[ 0.247074] pnp 00:02: [io 0x04d0-0x04d1]
[ 0.247078] pnp 00:02: [io 0x0290-0x029f]
[ 0.247080] pnp 00:02: [io 0x04e0-0x04e7]
[ 0.247174] system 00:02: [io 0x0b78-0x0b7b] has been reserved
[ 0.247177] system 00:02: [io 0x0f78-0x0f7b] has been reserved
[ 0.247181] system 00:02: [io 0x0a78-0x0a7b] has been reserved
[ 0.247185] system 00:02: [io 0x0e78-0x0e7b] has been reserved
[ 0.247189] system 00:02: [io 0x0bbc-0x0bbf] has been reserved
[ 0.247192] system 00:02: [io 0x0fbc-0x0fbf] has been reserved
[ 0.247196] system 00:02: [io 0x04d0-0x04d1] has been reserved
[ 0.247199] system 00:02: [io 0x0290-0x029f] has been reserved
[ 0.247203] system 00:02: [io 0x04e0-0x04e7] has been reserved
[ 0.247207] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.247225] pnp 00:03: [dma 4]
[ 0.247228] pnp 00:03: [io 0x0000-0x000f]
[ 0.247232] pnp 00:03: [io 0x0080-0x0090]
[ 0.247235] pnp 00:03: [io 0x0094-0x009f]
[ 0.247238] pnp 00:03: [io 0x00c0-0x00df]
[ 0.247288] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.247304] pnp 00:04: [io 0x0070-0x0073]
[ 0.247319] pnp 00:04: [irq 8]
[ 0.247370] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.247383] pnp 00:05: [io 0x0061]
[ 0.247433] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.247446] pnp 00:06: [io 0x00f0-0x00ff]
[ 0.247453] pnp 00:06: [irq 13]
[ 0.247504] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.248156] pnp 00:07: [mem 0xe0000000-0xefffffff]
[ 0.248233] system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.248237] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.248383] pnp 00:08: [mem 0x000d0000-0x000d3fff]
[ 0.248387] pnp 00:08: [mem 0x000f0000-0x000f7fff]
[ 0.248390] pnp 00:08: [mem 0x000f8000-0x000fbfff]
[ 0.248393] pnp 00:08: [mem 0x000fc000-0x000fffff]
[ 0.248397] pnp 00:08: [mem 0x7fff0000-0x7fffffff]
[ 0.248400] pnp 00:08: [mem 0xffff0000-0xffffffff]
[ 0.248403] pnp 00:08: [mem 0x00000000-0x0009ffff]
[ 0.248406] pnp 00:08: [mem 0x00100000-0x7ffeffff]
[ 0.248410] pnp 00:08: [mem 0xfec00000-0xfec00fff]
[ 0.248413] pnp 00:08: [mem 0xfee00000-0xfeefffff]
[ 0.248416] pnp 00:08: [mem 0xfefff000-0xfeffffff]
[ 0.248419] pnp 00:08: [mem 0xfff80000-0xfff80fff]
[ 0.248423] pnp 00:08: [mem 0xfff90000-0xfffbffff]
[ 0.248426] pnp 00:08: [mem 0xfffed000-0xfffeffff]
[ 0.248513] system 00:08: [mem 0x000d0000-0x000d3fff] has been reserved
[ 0.248517] system 00:08: [mem 0x000f0000-0x000f7fff] could not be reserved
[ 0.248521] system 00:08: [mem 0x000f8000-0x000fbfff] could not be reserved
[ 0.248525] system 00:08: [mem 0x000fc000-0x000fffff] could not be reserved
[ 0.248529] system 00:08: [mem 0x7fff0000-0x7fffffff] could not be reserved
[ 0.248532] system 00:08: [mem 0xffff0000-0xffffffff] has been reserved
[ 0.248539] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.248543] system 00:08: [mem 0x00100000-0x7ffeffff] could not be reserved
[ 0.248547] system 00:08: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.248551] system 00:08: [mem 0xfee00000-0xfeefffff] has been reserved
[ 0.248555] system 00:08: [mem 0xfefff000-0xfeffffff] has been reserved
[ 0.248558] system 00:08: [mem 0xfff80000-0xfff80fff] has been reserved
[ 0.248562] system 00:08: [mem 0xfff90000-0xfffbffff] has been reserved
[ 0.248566] system 00:08: [mem 0xfffed000-0xfffeffff] has been reserved
[ 0.248570] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.248583] pnp: PnP ACPI: found 9 devices
[ 0.248586] ACPI: ACPI bus type pnp unregistered
[ 0.248590] PnPBIOS: Disabled by ACPI PNP
[ 0.285541] Switching to clocksource acpi_pm
[ 0.285594] pci 0000:00:09.0: PCI bridge to [bus 01-01]
[ 0.285598] pci 0000:00:09.0: bridge window [io 0xa000-0xafff]
[ 0.285603] pci 0000:00:09.0: bridge window [mem 0xfde00000-0xfdefffff]
[ 0.285607] pci 0000:00:09.0: bridge window [mem 0xfdf00000-0xfdffffff pref]
[ 0.285612] pci 0000:00:0b.0: PCI bridge to [bus 02-02]
[ 0.285615] pci 0000:00:0b.0: bridge window [io 0x9000-0x9fff]
[ 0.285620] pci 0000:00:0b.0: bridge window [mem 0xfdd00000-0xfddfffff]
[ 0.285624] pci 0000:00:0b.0: bridge window [mem 0xfdc00000-0xfdcfffff 64bit pref]
[ 0.285629] pci 0000:00:0c.0: PCI bridge to [bus 03-03]
[ 0.285632] pci 0000:00:0c.0: bridge window [io 0x8000-0x8fff]
[ 0.285636] pci 0000:00:0c.0: bridge window [mem 0xfdb00000-0xfdbfffff]
[ 0.285640] pci 0000:00:0c.0: bridge window [mem 0xfda00000-0xfdafffff 64bit pref]
[ 0.285645] pci 0000:00:0d.0: PCI bridge to [bus 04-04]
[ 0.285648] pci 0000:00:0d.0: bridge window [io 0x7000-0x7fff]
[ 0.285653] pci 0000:00:0d.0: bridge window [mem 0xfd900000-0xfd9fffff]
[ 0.285657] pci 0000:00:0d.0: bridge window [mem 0xfd800000-0xfd8fffff 64bit pref]
[ 0.285666] pci 0000:05:00.0: BAR 6: assigned [mem 0xfd700000-0xfd71ffff pref]
[ 0.285669] pci 0000:00:0e.0: PCI bridge to [bus 05-05]
[ 0.285673] pci 0000:00:0e.0: bridge window [io 0x6000-0x6fff]
[ 0.285677] pci 0000:00:0e.0: bridge window [mem 0xfd700000-0xfd7fffff]
[ 0.285681] pci 0000:00:0e.0: bridge window [mem 0xd8000000-0xdfffffff 64bit pref]
[ 0.285691] pci 0000:00:09.0: setting latency timer to 64
[ 0.285706] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
[ 0.285709] pci_bus 0000:00: resource 5 [mem 0x000a0000-0x000bffff]
[ 0.285712] pci_bus 0000:00: resource 6 [mem 0xfe030000-0xffffffff]
[ 0.285716] pci_bus 0000:00: resource 7 [mem 0x80000000-0xfe02ffff]
[ 0.285719] pci_bus 0000:01: resource 0 [io 0xa000-0xafff]
[ 0.285723] pci_bus 0000:01: resource 1 [mem 0xfde00000-0xfdefffff]
[ 0.285726] pci_bus 0000:01: resource 2 [mem 0xfdf00000-0xfdffffff pref]
[ 0.285729] pci_bus 0000:01: resource 4 [io 0x0000-0xffff]
[ 0.285733] pci_bus 0000:01: resource 5 [mem 0x000a0000-0x000bffff]
[ 0.285736] pci_bus 0000:01: resource 6 [mem 0xfe030000-0xffffffff]
[ 0.285739] pci_bus 0000:01: resource 7 [mem 0x80000000-0xfe02ffff]
[ 0.285742] pci_bus 0000:02: resource 0 [io 0x9000-0x9fff]
[ 0.285746] pci_bus 0000:02: resource 1 [mem 0xfdd00000-0xfddfffff]
[ 0.285749] pci_bus 0000:02: resource 2 [mem 0xfdc00000-0xfdcfffff 64bit pref]
[ 0.285753] pci_bus 0000:03: resource 0 [io 0x8000-0x8fff]
[ 0.285756] pci_bus 0000:03: resource 1 [mem 0xfdb00000-0xfdbfffff]
[ 0.285759] pci_bus 0000:03: resource 2 [mem 0xfda00000-0xfdafffff 64bit pref]
[ 0.285763] pci_bus 0000:04: resource 0 [io 0x7000-0x7fff]
[ 0.285766] pci_bus 0000:04: resource 1 [mem 0xfd900000-0xfd9fffff]
[ 0.285769] pci_bus 0000:04: resource 2 [mem 0xfd800000-0xfd8fffff 64bit pref]
[ 0.285773] pci_bus 0000:05: resource 0 [io 0x6000-0x6fff]
[ 0.285776] pci_bus 0000:05: resource 1 [mem 0xfd700000-0xfd7fffff]
[ 0.285780] pci_bus 0000:05: resource 2 [mem 0xd8000000-0xdfffffff 64bit pref]
[ 0.285887] NET: Registered protocol family 2
[ 0.285961] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.286237] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.286926] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.287285] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.287288] TCP: reno registered
[ 0.287292] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.287305] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.287432] NET: Registered protocol family 1
[ 0.287645] ACPI: PCI Interrupt Link [APCF] enabled at IRQ 23
[ 0.356171] ACPI: PCI Interrupt Link [APCL] enabled at IRQ 22
[ 0.356206] pci 0000:00:0b.0: Linking AER extended capability
[ 0.356212] pci 0000:00:0c.0: Linking AER extended capability
[ 0.356217] pci 0000:00:0d.0: Linking AER extended capability
[ 0.356222] pci 0000:00:0e.0: Linking AER extended capability
[ 0.356241] pci 0000:05:00.0: Boot video device
[ 0.356244] PCI: CLS 32 bytes, default 64
[ 0.356303] Unpacking initramfs...
[ 0.723533] Freeing initrd memory: 13708k freed
[ 0.732406] audit: initializing netlink socket (disabled)
[ 0.732424] type=2000 audit(1514539782.728:1): initialized
[ 0.747166] highmem bounce pool size: 64 pages
[ 0.747172] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 0.747490] VFS: Disk quotas dquot_6.5.2
[ 0.747526] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.747611] msgmni has been set to 1721
[ 0.747862] alg: No test for stdrng (krng)
[ 0.747904] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.747909] io scheduler noop registered
[ 0.747911] io scheduler deadline registered
[ 0.747938] io scheduler cfq registered (default)
[ 0.748226] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.748259] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.748262] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.748933] GHES: HEST is not enabled!
[ 0.748947] isapnp: Scanning for PnP cards...
[ 1.101534] isapnp: No Plug & Play device found
[ 1.101613] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.102121] Linux agpgart interface v0.103
[ 1.102448] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 1.104920] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.104935] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.105096] mousedev: PS/2 mouse device common for all mice
[ 1.105135] rtc_cmos 00:04: RTC can wake from S4
[ 1.105276] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[ 1.105300] rtc0: alarms up to one year, y3k, 242 bytes nvram
[ 1.105443] TCP: cubic registered
[ 1.105523] NET: Registered protocol family 10
[ 1.105771] Mobile IPv6
[ 1.105775] NET: Registered protocol family 17
[ 1.105780] Registering the dns_resolver key type
[ 1.105833] Using IPI No-Shortcut mode
[ 1.105988] PM: Hibernation image not present or could not be loaded.
[ 1.106005] registered taskstats version 1
[ 1.106383] rtc_cmos 00:04: setting system clock to 2017-12-29 09:29:43 UTC (1514539783)
[ 1.106494] Freeing unused kernel memory: 416k freed
[ 1.106790] Write protecting the kernel text: 3496k
[ 1.106821] Write protecting the kernel read-only data: 984k
[ 1.121289] udevd[49]: starting version 175
[ 1.140866] usbcore: registered new interface driver usbfs
[ 1.140896] usbcore: registered new interface driver hub
[ 1.148875] usbcore: registered new device driver usb
[ 1.155179] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.155255] ehci_hcd 0000:00:02.1: setting latency timer to 64
[ 1.155261] ehci_hcd 0000:00:02.1: EHCI Host Controller
[ 1.155300] ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 1
[ 1.155333] ehci_hcd 0000:00:02.1: debug port 1
[ 1.155340] ehci_hcd 0000:00:02.1: cache line size of 32 is not supported
[ 1.155363] ehci_hcd 0000:00:02.1: irq 22, io mem 0xfeb00000
[ 1.157331] SCSI subsystem initialized
[ 1.161965] libata version 3.00 loaded.
[ 1.164085] ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00
[ 1.164144] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.164149] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.164153] usb usb1: Product: EHCI Host Controller
[ 1.164156] usb usb1: Manufacturer: Linux 3.4-9-rtai-686-pae ehci_hcd
[ 1.164159] usb usb1: SerialNumber: 0000:00:02.1
[ 1.165750] hub 1-0:1.0: USB hub found
[ 1.165759] hub 1-0:1.0: 10 ports detected
[ 1.166345] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.166409] ohci_hcd 0000:00:02.0: setting latency timer to 64
[ 1.166413] ohci_hcd 0000:00:02.0: OHCI Host Controller
[ 1.166426] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2
[ 1.166461] ohci_hcd 0000:00:02.0: irq 23, io mem 0xfe02f000
[ 1.190574] microcode: AMD CPU family 0xf not supported
[ 1.196162] ACPI: Fan [FAN] (on)
[ 1.222080] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.222086] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.222091] usb usb2: Product: OHCI Host Controller
[ 1.222094] usb usb2: Manufacturer: Linux 3.4-9-rtai-686-pae ohci_hcd
[ 1.222096] usb usb2: SerialNumber: 0000:00:02.0
[ 1.222302] hub 2-0:1.0: USB hub found
[ 1.222312] hub 2-0:1.0: 10 ports detected
[ 1.222457] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[ 1.222700] ACPI: PCI Interrupt Link [APCH] enabled at IRQ 21
[ 1.222725] forcedeth 0000:00:0a.0: setting latency timer to 64
[ 1.225301] ACPI: PCI Interrupt Link [APC4] enabled at IRQ 19
[ 1.288074] firewire_ohci 0000:01:09.0: added OHCI v1.0 device as card 0, 4 IR + 8 IT contexts, quirks 0x11
[ 1.536030] usb 1-2: new high-speed USB device number 3 using ehci_hcd
[ 1.669272] usb 1-2: New USB device found, idVendor=0bda, idProduct=8179
[ 1.669277] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.669280] usb 1-2: Product: 802.11n NIC
[ 1.669283] usb 1-2: Manufacturer: Realtek
[ 1.669286] usb 1-2: SerialNumber: 7CDD90D4AD5B
[ 1.744698] forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x3f1 @ 1, addr 00:04:61:ab:77:94
[ 1.744705] forcedeth 0000:00:0a.0: highdma csum gbit lnktim desc-v3
[ 1.744741] sata_nv 0000:00:07.0: version 3.5
[ 1.744995] ACPI: PCI Interrupt Link [APSI] enabled at IRQ 20
[ 1.745088] sata_nv 0000:00:07.0: setting latency timer to 64
[ 1.745774] scsi0 : sata_nv
[ 1.746000] scsi1 : sata_nv
[ 1.746173] ata1: SATA max UDMA/133 cmd 0x9f0 ctl 0xbf0 bmdma 0xd400 irq 20
[ 1.746177] ata2: SATA max UDMA/133 cmd 0x970 ctl 0xb70 bmdma 0xd408 irq 20
[ 1.746452] ACPI: PCI Interrupt Link [APSJ] enabled at IRQ 23
[ 1.746512] sata_nv 0000:00:08.0: setting latency timer to 64
[ 1.746801] scsi2 : sata_nv
[ 1.746881] scsi3 : sata_nv
[ 1.747032] ata3: SATA max UDMA/133 cmd 0x9e0 ctl 0xbe0 bmdma 0xc000 irq 23
[ 1.747036] ata4: SATA max UDMA/133 cmd 0x960 ctl 0xb60 bmdma 0xc008 irq 23
[ 1.747078] pata_amd 0000:00:06.0: version 0.4.1
[ 1.747121] pata_amd 0000:00:06.0: setting latency timer to 64
[ 1.747504] scsi4 : pata_amd
[ 1.747735] scsi5 : pata_amd
[ 1.748318] ata5: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xe800 irq 14
[ 1.748321] ata6: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xe808 irq 15
[ 1.748644] ata5: port disabled--ignoring
[ 1.788151] firewire_core 0000:01:09.0: created device fw0: GUID 00046100000cb97a, S400
[ 2.056037] ata1: SATA link down (SStatus 0 SControl 300)
[ 2.140030] usb 2-1: new low-speed USB device number 2 using ohci_hcd
[ 2.212034] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 2.220357] ata3.00: ATA-9: SanDisk SDSSDP064G, 2.0.0, max UDMA/133
[ 2.220360] ata3.00: 125045424 sectors, multi 1: LBA48 NCQ (depth 0/32)
[ 2.236221] ata3.00: configured for UDMA/133
[ 2.368025] ata2: SATA link down (SStatus 0 SControl 300)
[ 2.368232] scsi 2:0:0:0: Direct-Access ATA SanDisk SDSSDP06 2.0. PQ: 0 ANSI: 5
[ 2.474084] usb 2-1: New USB device found, idVendor=1532, idProduct=0001
[ 2.474088] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.474092] usb 2-1: Product: Razer 1600dpi Mouse
[ 2.474094] usb 2-1: Manufacturer: Razer
[ 2.680033] ata4: SATA link down (SStatus 0 SControl 300)
[ 2.680131] ata6: port disabled--ignoring
[ 2.686587] sd 2:0:0:0: [sda] 125045424 512-byte logical blocks: (64.0 GB/59.6 GiB)
[ 2.686678] sd 2:0:0:0: [sda] Write Protect is off
[ 2.686685] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.686748] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.687680] sda: sda1 sda2 < sda5 >
[ 2.688191] sd 2:0:0:0: [sda] Attached SCSI disk
[ 2.690368] sd 2:0:0:0: Attached scsi generic sg0 type 0
[ 2.692165] input: Razer Razer 1600dpi Mouse as /devices/pci0000:00/0000:00:02.0/usb2/2-1/2-1:1.0/input/input0
[ 2.693199] generic-usb 0003:1532:0001.0001: input,hidraw0: USB HID v1.10 Mouse [Razer Razer 1600dpi Mouse] on usb-0000:00:02.0-1/input0
[ 2.693322] usbcore: registered new interface driver usbhid
[ 2.693325] usbhid: USB HID core driver
[ 2.784039] usb 2-3: new low-speed USB device number 3 using ohci_hcd
[ 3.016083] usb 2-3: New USB device found, idVendor=062a, idProduct=0102
[ 3.016089] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.016093] usb 2-3: Product: Wireless Keyboard & Mouse
[ 3.016096] usb 2-3: Manufacturer: MOSART Semi.
[ 3.026616] input: MOSART Semi. Wireless Keyboard & Mouse as /devices/pci0000:00/0000:00:02.0/usb2/2-3/2-3:1.0/input/input1
[ 3.026721] generic-usb 0003:062A:0102.0002: input,hidraw1: USB HID v1.10 Keyboard [MOSART Semi. Wireless Keyboard & Mouse] on usb-0000:00:02.0-3/input0
[ 3.037366] input: MOSART Semi. Wireless Keyboard & Mouse as /devices/pci0000:00/0000:00:02.0/usb2/2-3/2-3:1.1/input/input2
[ 3.037503] generic-usb 0003:062A:0102.0003: input,hiddev0,hidraw2: USB HID v1.10 Mouse [MOSART Semi. Wireless Keyboard & Mouse] on usb-0000:00:02.0-3/input1
[ 3.340028] usb 2-4: new full-speed USB device number 4 using ohci_hcd
[ 3.566078] usb 2-4: New USB device found, idVendor=0403, idProduct=6001
[ 3.566082] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.566086] usb 2-4: Product: USB-SMV2
[ 3.566088] usb 2-4: Manufacturer: FTDI
[ 3.566091] usb 2-4: SerialNumber: AH026T6E
[ 7.776315] microcode: AMD CPU family 0xf not supported
[ 8.176447] PM: Starting manual resume from disk
[ 8.176453] PM: Hibernation image partition 8:5 present
[ 8.176456] PM: Looking for hibernation image.
[ 8.176796] PM: Image not found (code -22)
[ 8.176798] PM: Hibernation image not present or could not be loaded.
[ 8.196340] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 8.484069] udevd[375]: starting version 175
[ 8.608535] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
[ 8.608544] ACPI: Power Button [PWRB]
[ 8.608755] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[ 8.608760] ACPI: Power Button [PWRF]
[ 8.610690] i2c i2c-0: nForce2 SMBus adapter at 0xf800
[ 8.610721] i2c i2c-1: nForce2 SMBus adapter at 0xf400
[ 8.695747] microcode: AMD CPU family 0xf not supported
[ 8.715637] usbcore: registered new interface driver usbserial
[ 8.715657] usbcore: registered new interface driver usbserial_generic
[ 8.715673] USB Serial support registered for generic
[ 8.715697] usbserial: USB Serial Driver core
[ 8.717902] usbcore: registered new interface driver ftdi_sio
[ 8.717924] USB Serial support registered for FTDI USB Serial Device
[ 8.717987] ftdi_sio 2-4:1.0: FTDI USB Serial Device converter detected
[ 8.718029] usb 2-4: Detected FT232RL
[ 8.718032] usb 2-4: Number of endpoints 2
[ 8.718035] usb 2-4: Endpoint 1 MaxPacketSize 64
[ 8.718038] usb 2-4: Endpoint 2 MaxPacketSize 64
[ 8.718040] usb 2-4: Setting MaxPacketSize 64
[ 8.722160] usb 2-4: FTDI USB Serial Device converter now attached to ttyUSB0
[ 8.722178] ftdi_sio: v1.6.0:USB FTDI Serial Converters Driver
[ 8.753091] RTL871X: module init start
[ 8.753887] RTL871X: rtl8188eu v4.3.0.8_13968.20150417
[ 8.753891] RTL871X: build time: Apr 1 2017 21:56:46
[ 8.753930] RTL871X:
[ 8.753931] usb_endpoint_descriptor(0):
[ 8.753934] RTL871X: bLength=7
[ 8.753936] RTL871X: bDescriptorType=5
[ 8.753938] RTL871X: bEndpointAddress=81
[ 8.753940] RTL871X: wMaxPacketSize=512
[ 8.753942] RTL871X: bInterval=0
[ 8.753944] RTL871X: RT_usb_endpoint_is_bulk_in = 1
[ 8.753947] RTL871X:
[ 8.753948] usb_endpoint_descriptor(1):
[ 8.753950] RTL871X: bLength=7
[ 8.753952] RTL871X: bDescriptorType=5
[ 8.753954] RTL871X: bEndpointAddress=2
[ 8.753956] RTL871X: wMaxPacketSize=512
[ 8.753959] RTL871X: bInterval=0
[ 8.753961] RTL871X: RT_usb_endpoint_is_bulk_out = 2
[ 8.753963] RTL871X:
[ 8.753964] usb_endpoint_descriptor(2):
[ 8.753966] RTL871X: bLength=7
[ 8.753968] RTL871X: bDescriptorType=5
[ 8.753970] RTL871X: bEndpointAddress=3
[ 8.753972] RTL871X: wMaxPacketSize=512
[ 8.753975] RTL871X: bInterval=0
[ 8.753976] RTL871X: RT_usb_endpoint_is_bulk_out = 3
[ 8.753979] RTL871X: nr_endpoint=3, in_num=1, out_num=2
[ 8.753980]
[ 8.753983] RTL871X: USB_SPEED_HIGH
[ 8.754017] RTL871X: CHIP TYPE: RTL8188E
[ 8.754028] RTL871X: register rtw_netdev_ops to netdev_ops
[ 8.754496] RTL871X: Chip Version Info: CHIP_8188E_Normal_Chip_TSMC_K_CUT_1T1R_RomVer(0)
[ 8.754499] RTL871X: RF_Type is 3!!
[ 8.754503] RTL871X: _ConfigNormalChipOutEP_8188E OutEpQueueSel(0x05), OutEpNumber(2)
[ 8.754787] RTL871X: EEPROM type is E-FUSE
[ 8.754790] RTL871X: ====> _ReadAdapterInfo8188EU
[ 8.755171] RTL871X: Boot from EFUSE, Autoload OK !
[ 8.759926] RTL871X: SetHwReg8188EU: bMacPwrCtrlOn=1
[ 8.760142] bFWReady == _FALSE call reset 8051...
[ 8.761028] RTL871X: =====> _8051Reset88E(): 8051 reset success .
[ 8.775894] RTL871X: efuse_read_phymap_from_txpktbuf bcnhead:0
[ 8.776897] RTL871X: efuse_read_phymap_from_txpktbuf len:111, lenbak:111, aaa:111, aaabak:111
[ 8.785148] RTL871X: efuse_read_phymap_from_txpktbuf read count:109
[ 8.785543] RTL871X: EEPROM ID=0x8129
[ 8.785546] RTL871X: VID = 0x0BDA, PID = 0x8179
[ 8.785549] RTL871X: Customer ID: 0x00, SubCustomer ID: 0xCD
[ 8.785553] RTL871X: Hal_ReadPowerSavingMode88E...bHWPwrPindetect(0)-bHWPowerdown(0) ,bSupportRemoteWakeup(1)
[ 8.785556] RTL871X: ### PS params=> power_mgnt(1),usbss_enable(0) ###
[ 8.785560] RTL871X: ======= Path 0, Channel 1 =======
[ 8.785563] RTL871X: Index24G_CCK_Base[0][1] = 0x30
[ 8.785566] RTL871X: Index24G_BW40_Base[0][1] = 0x30
[ 8.785568] RTL871X: ======= Path 0, Channel 2 =======
[ 8.785571] RTL871X: Index24G_CCK_Base[0][2] = 0x30
[ 8.785574] RTL871X: Index24G_BW40_Base[0][2] = 0x30
[ 8.785577] RTL871X: ======= Path 0, Channel 3 =======
[ 8.785580] RTL871X: Index24G_CCK_Base[0][3] = 0x30
[ 8.785583] RTL871X: Index24G_BW40_Base[0][3] = 0x30
[ 8.785586] RTL871X: ======= Path 0, Channel 4 =======
[ 8.785590] RTL871X: Index24G_CCK_Base[0][4] = 0x30
[ 8.785593] RTL871X: Index24G_BW40_Base[0][4] = 0x30
[ 8.785597] RTL871X: ======= Path 0, Channel 5 =======
[ 8.785600] RTL871X: Index24G_CCK_Base[0][5] = 0x30
[ 8.785604] RTL871X: Index24G_BW40_Base[0][5] = 0x30
[ 8.785607] RTL871X: ======= Path 0, Channel 6 =======
[ 8.785610] RTL871X: Index24G_CCK_Base[0][6] = 0x30
[ 8.785614] RTL871X: Index24G_BW40_Base[0][6] = 0x30
[ 8.785617] RTL871X: ======= Path 0, Channel 7 =======
[ 8.785620] RTL871X: Index24G_CCK_Base[0][7] = 0x30
[ 8.785623] RTL871X: Index24G_BW40_Base[0][7] = 0x30
[ 8.785626] RTL871X: ======= Path 0, Channel 8 =======
[ 8.785629] RTL871X: Index24G_CCK_Base[0][8] = 0x30
[ 8.785631] RTL871X: Index24G_BW40_Base[0][8] = 0x30
[ 8.785634] RTL871X: ======= Path 0, Channel 9 =======
[ 8.785636] RTL871X: Index24G_CCK_Base[0][9] = 0x30
[ 8.785639] RTL871X: Index24G_BW40_Base[0][9] = 0x30
[ 8.785641] RTL871X: ======= Path 0, Channel 10 =======
[ 8.785644] RTL871X: Index24G_CCK_Base[0][10] = 0x30
[ 8.785646] RTL871X: Index24G_BW40_Base[0][10] = 0x30
[ 8.785649] RTL871X: ======= Path 0, Channel 11 =======
[ 8.785651] RTL871X: Index24G_CCK_Base[0][11] = 0x30
[ 8.785654] RTL871X: Index24G_BW40_Base[0][11] = 0x30
[ 8.785656] RTL871X: ======= Path 0, Channel 12 =======
[ 8.785659] RTL871X: Index24G_CCK_Base[0][12] = 0x30
[ 8.785661] RTL871X: Index24G_BW40_Base[0][12] = 0x30
[ 8.785664] RTL871X: ======= Path 0, Channel 13 =======
[ 8.785667] RTL871X: Index24G_CCK_Base[0][13] = 0x30
[ 8.785669] RTL871X: Index24G_BW40_Base[0][13] = 0x30
[ 8.785672] RTL871X: ======= Path 0, Channel 14 =======
[ 8.785675] RTL871X: Index24G_CCK_Base[0][14] = 0x30
[ 8.785677] RTL871X: Index24G_BW40_Base[0][14] = 0x30
[ 8.785680] RTL871X: ======= TxCount 0 =======
[ 8.785682] RTL871X: CCK_24G_Diff[0][0]= 0
[ 8.785685] RTL871X: OFDM_24G_Diff[0][0]= 0
[ 8.785687] RTL871X: BW20_24G_Diff[0][0]= -3
[ 8.785690] RTL871X: BW40_24G_Diff[0][0]= 0
[ 8.785692] RTL871X: EEPROMRegulatory = 0x0
[ 8.785695] RTL871X: mlmepriv.ChannelPlan = 0x20
[ 8.785697] RTL871X: CrystalCap: 0x2d
[ 8.785700] RTL871X: EEPROM Customer ID: 0x 0
[ 8.785702] RTL871X: EEPROM : AntDivCfg = 1, TRxAntDivType = 1
[ 8.785704] RTL871X: Board Type: 0x 0
[ 8.785706] RTL871X: ThermalMeter = 0x1a
[ 8.785709] RTL871X: <==== _ReadAdapterInfo8188EU in 32 ms
[ 8.785821] RTL871X: init_channel_set ChannelPlan ID 20 Chan num:13
[ 8.786293] RTL871X: pwrctrlpriv.bSupportRemoteWakeup~~~~~~
[ 8.786296] RTL871X: pwrctrlpriv.bSupportRemoteWakeup~~~[1]~~~
[ 8.786302] RTL871X: rtw_macaddr_cfg MAC Address = 7c:dd:90:d4:ad:5b
[ 8.786305] RTL871X: bDriverStopped:1, bSurpriseRemoved:0, bup:0, hw_init_completed:0
[ 8.786320] RTL871X: rtw_ndev_init(wlan0)
[ 8.786649] RTL871X: _rtw_drv_register_netdev, MAC Address (if1) = 7c:dd:90:d4:ad:5b
[ 8.786720] usbcore: registered new interface driver rtl8188eu
[ 8.786723] RTL871X: module init ret=0
[ 9.180570] Adding 2579452k swap on /dev/sda5. Priority:-1 extents:1 across:2579452k SS
[ 9.198726] EXT4-fs (sda1): re-mounted. Opts: (null)
[ 9.255868] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[ 9.291391] loop: module loaded
[ 10.143652] RPC: Registered named UNIX socket transport module.
[ 10.143658] RPC: Registered udp transport module.
[ 10.143661] RPC: Registered tcp transport module.
[ 10.143664] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 10.152609] FS-Cache: Loaded
[ 10.161371] NFS: Registering the id_resolver key type
[ 10.161398] FS-Cache: Netfs 'nfs' registered for caching
[ 10.168194] Installing knfsd (copyright (C) 1996 This email address is being protected from spambots. You need JavaScript enabled to view it.).
[ 11.326939] Bluetooth: Core ver 2.16
[ 11.326977] NET: Registered protocol family 31
[ 11.326980] Bluetooth: HCI device and connection manager initialized
[ 11.326984] Bluetooth: HCI socket layer initialized
[ 11.326987] Bluetooth: L2CAP socket layer initialized
[ 11.326993] Bluetooth: SCO socket layer initialized
[ 11.341130] Bluetooth: RFCOMM TTY layer initialized
[ 11.341138] Bluetooth: RFCOMM socket layer initialized
[ 11.341141] Bluetooth: RFCOMM ver 1.11
[ 11.350122] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 11.350128] Bluetooth: BNEP filters: protocol multicast
[ 11.385019] lp: driver loaded but no devices found
[ 11.391927] ppdev: user-space parallel port driver
[ 11.459932] RTL871X: LeaveAllPowerSaveMode(wlan0): bup=0 Skip!
[ 11.459938] RTL871X: rtw_wx_set_scan: bDriverStopped=1, bup=0, hw_init_completed=0
[ 11.460751] RTL871X: +871x_drv - drv_open, bup=0
[ 11.460758] RTL871X: Set RF Chip ID to RF_6052 and RF type to 1T1R.
[ 11.461478] RTL871X: rtl8188e_FirmwareDownload fw:NIC, size: 13904
[ 11.461483] RTL871X: rtl8188e_FirmwareDownload: fw_ver=b fw_subver=0001 sig=0x88e1, Month=11, Date=27, Hour=30, Minute=36
[ 11.485986] RTL871X: polling_fwdl_chksum: Checksum report OK! (1, 0ms), REG_MCUFWDL:0x00030005
[ 11.487472] RTL871X: =====> _8051Reset88E(): 8051 reset success .
[ 11.490100] RTL871X: _FWFreeToGo: Polling FW ready OK! (18, 4ms), REG_MCUFWDL:0x000300c6
[ 11.490104] RTL871X: FWDL success. write_fw:1, 28ms
[ 11.664945] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input5
[ 11.788582] ==> rtl8188e_iol_efuse_patch
[ 11.863693] RTL871X: ==> _InitAntenna_Selection ....
[ 11.864318] RTL871X: _InitAntenna_Selection,Cur_ant:(1)MAIN_ANT
[ 11.875943] RTL871X: pDM_Odm TxPowerTrackControl = 1
[ 12.168920] RTL871X: rtl8188eu_hal_init in 708ms
[ 12.169538] RTL871X: hw_var_set_opmode()-4042 mode = 2
[ 12.176668] RTL871X: MAC Address = 7c:dd:90:d4:ad:5b
[ 12.184097] RTL871X: -871x_drv - drv_open, bup=1
[ 12.184316] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 12.195539] forcedeth 0000:00:0a.0: eth0: no link during initialization
[ 12.196851] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 12.212767] RTL871X: [rtw_wx_set_pmkid] IW_PMKSA_FLUSH!
[ 12.212778] RTL871X: set_mode = IW_MODE_INFRA
[ 12.212874] RTL871X: set bssid:00:00:00:00:00:00
[ 12.212930] RTL871X: =>rtw_wx_set_essid
[ 12.212933] RTL871X: ssid=g\xffffffc6isQ\xffffffffJ\xffffffec)\xffffffcd\xffffffba\xffffffba\xffffffab\xfffffff2\xfffffffb\xffffffe3F|\xffffffc2T\xfffffff8\x1b\xffffffe8\xffffffe7\xffffff8dvZ.c3\xffffff9f\xffffffc9\xffffff9a\xffffff9a, len=32
[ 12.212937] RTL871X: set ssid [g\xffffffc6isQ\xffffffffJ\xffffffec)\xffffffcd\xffffffba\xffffffba\xffffffab\xfffffff2\xfffffffb\xffffffe3F|\xffffffc2T\xfffffff8\x1b\xffffffe8\xffffffe7\xffffff8dvZ.c3\xffffff9f\xffffffc9\xffffff9a\xffffff9a\xffffffbd\xffffffe7\xffffffb9N\xfffffff2\xffffffff\xffffffff\xffffffff\x1a\xffffff8b] fw_state=0x00000008
[ 12.212941] RTL871X: Set SSID under fw_state=0x00000008
[ 12.212947] RTL871X: <=rtw_wx_set_essid, ret 0
[ 12.213914] RTL871X: hw_var_set_opmode()-4042 mode = 2
[ 12.220178] RTL871X: [rtw_wx_set_pmkid] IW_PMKSA_FLUSH!
[ 14.303488] RTL871X: survey done event(2) band:0 for wlan0
[ 14.303498] RTL871X: rtw_select_and_join_from_scanned_queue: return _FAIL(candidate == NULL)
[ 14.303502] RTL871X: try_to_join, but select scanning queue fail, to_roam:0
[ 14.303506] RTL871X: indicate disassoc
[ 14.303518] RTL871X: rtw_indicate_scan_done(wlan0)
[ 14.303525] RTL871X: rtl8188e_set_FwJoinBssReport_cmd mstatus(0)
[ 14.304413] RTL871X: ==>rtw_ps_processor .fw_state(8)
[ 14.304418] RTL871X: ==>ips_enter cnts:1
[ 14.304420] RTL871X: nolinked power save enter
[ 14.304423] RTL871X: ===> rtw_ips_pwr_down...................
[ 14.304425] RTL871X: ====> rtw_ips_dev_unload...
[ 14.334650] RTL871X: usb_read_port_cancel
[ 14.334724] RTL871X: usb_read_port_complete() RX Warning! bDriverStopped(0) OR bSurpriseRemoved(0)
[ 14.340099] RTL871X: usb_read_port_complete() RX Warning! bDriverStopped(0) OR bSurpriseRemoved(0)
[ 14.340221] RTL871X: usb_read_port_complete() RX Warning! bDriverStopped(0) OR bSurpriseRemoved(0)
[ 14.340345] RTL871X: usb_read_port_complete() RX Warning! bDriverStopped(0) OR bSurpriseRemoved(0)
[ 14.340471] RTL871X: usb_read_port_complete() RX Warning! bDriverStopped(0) OR bSurpriseRemoved(0)
[ 14.340595] RTL871X: usb_read_port_complete() RX Warning! bDriverStopped(0) OR bSurpriseRemoved(0)
[ 14.340720] RTL871X: usb_read_port_complete() RX Warning! bDriverStopped(0) OR bSurpriseRemoved(0)
[ 14.340846] RTL871X: usb_read_port_complete() RX Warning! bDriverStopped(0) OR bSurpriseRemoved(0)
[ 14.340856] RTL871X: usb_write_port_cancel
[ 14.340875] RTL871X: ==> rtl8188eu_hal_deinit
[ 14.341349] RTL871X: bkeepfwalive(0)
[ 14.348109] RTL871X: SetHwReg8188EU: bMacPwrCtrlOn=0
[ 14.348115] RTL871X: <=== rtw_ips_pwr_down..................... in 44ms
[ 14.403935] RTL871X: _rtw_pwr_wakeup call ips_leave....
[ 14.403938] RTL871X: ==>ips_leave cnts:1
[ 14.403941] RTL871X: ===> rtw_ips_pwr_up..............
[ 14.403946] RTL871X: ===> ips_netdrv_open.........
[ 14.406976] RTL871X: SetHwReg8188EU: bMacPwrCtrlOn=1
[ 14.406978] RTL871X: Set RF Chip ID to RF_6052 and RF type to 1T1R.
[ 14.407725] RTL871X: rtl8188e_FirmwareDownload fw:NIC, size: 13904
[ 14.407729] RTL871X: rtl8188e_FirmwareDownload: fw_ver=b fw_subver=0001 sig=0x88e1, Month=11, Date=27, Hour=30, Minute=36
[ 14.426725] RTL871X: polling_fwdl_chksum: Checksum report OK! (1, 0ms), REG_MCUFWDL:0x00030005
[ 14.428224] RTL871X: =====> _8051Reset88E(): 8051 reset success .
[ 14.430847] RTL871X: _FWFreeToGo: Polling FW ready OK! (21, 4ms), REG_MCUFWDL:0x000300c6
[ 14.430850] RTL871X: FWDL success. write_fw:1, 20ms
[ 14.716706] ==> rtl8188e_iol_efuse_patch
[ 14.791825] RTL871X: ==> _InitAntenna_Selection ....
[ 14.792571] RTL871X: _InitAntenna_Selection,Cur_ant:(1)MAIN_ANT
[ 14.804448] RTL871X: pDM_Odm TxPowerTrackControl = 1
[ 15.053300] RTL871X: rtl8188eu_hal_init in 652ms
[ 15.053921] RTL871X: hw_var_set_opmode()-4042 mode = 2
[ 15.062308] RTL871X: <=== rtw_ips_pwr_up.............. in 660ms
[ 15.062314] RTL871X: nolinked power save leave
[ 15.062417] RTL871X: ==> ips_leave.....LED(0x00828282)...
[ 15.062422] RTL871X: IW_SCAN_THIS_ESSID, ssid=Net_M, len=5
[ 17.160249] RTL871X: survey done event(2) band:0 for wlan0
[ 17.160259] RTL871X: rtw_indicate_scan_done(wlan0)
[ 17.160620] RTL871X: wpa_set_auth_algs, AUTH_ALG_OPEN_SYSTEM
[ 17.160629] RTL871X: set_mode = IW_MODE_INFRA
[ 17.160646] RTL871X:
[ 17.160647] wpa_ie(length:22):
[ 17.160650] RTL871X: 0x30 0x14 0x01 0x00 0x00 0x0f 0xac 0x02
[ 17.160654] RTL871X: 0x01 0x00 0x00 0x0f 0xac 0x04 0x01 0x00
[ 17.160658] RTL871X: 0x00 0x0f 0xac 0x02 0x00 0x00 0x52 0xf4
[ 17.160996] RTL871X: SetHwReg8188EU, 2964, RCR= 700060ca
[ 17.161009] RTL871X: rtw_wx_set_freq: set to channel 3
[ 17.161016] RTL871X: =>rtw_wx_set_essid
[ 17.161018] RTL871X: ssid=Net_M, len=5
[ 17.161022] RTL871X: set ssid [Net_M] fw_state=0x00000008
[ 17.161025] RTL871X: Set SSID under fw_state=0x00000008
[ 17.161031] RTL871X: [by_bssid:0][assoc_ssid:Net_M][to_roam:0] new candidate: Net_M(00:a0:57:19:f0:39, ch3) rssi:-49
[ 17.161036] RTL871X: rtw_select_and_join_from_scanned_queue: candidate: Net_M(00:a0:57:19:f0:39, ch:3)
[ 17.161039] RTL871X: #### Opt_Ant_(A) , cur_Ant(A)
[ 17.161045] RTL871X: link to new AP
[ 17.161050] RTL871X: <=rtw_wx_set_essid, ret 0
[ 17.161056] RTL871X: set bssid:00:a0:57:19:f0:39
[ 17.161058] RTL871X: Set BSSID under fw_state=0x00000088
[ 17.161615] RTL871X: hw_var_set_opmode()-4042 mode = 2
[ 17.162239] RTL871X: start_join_set_ch_bw: ch=3, bwmode=0, ch_offset=0
[ 17.192376] RTL871X: link to new AP
[ 17.192379] RTL871X: start auth
[ 17.192383] RTL871X: issue_auth
[ 17.193861] RTL871X: OnAuthClient
[ 17.193863] RTL871X: auth success, start assoc
[ 17.193869] RTL871X: network.SupportedRates[0]=0C
[ 17.193872] RTL871X: network.SupportedRates[1]=12
[ 17.193874] RTL871X: network.SupportedRates[2]=98
[ 17.193876] RTL871X: network.SupportedRates[3]=24
[ 17.193878] RTL871X: network.SupportedRates[4]=30
[ 17.193881] RTL871X: network.SupportedRates[5]=48
[ 17.193883] RTL871X: network.SupportedRates[6]=60
[ 17.193885] RTL871X: network.SupportedRates[7]=6C
[ 17.193888] RTL871X: bssrate_len = 8
[ 17.195861] RTL871X: OnAssocRsp
[ 17.195865] RTL871X: report_join_res(3)
[ 17.195869] RTL871X: rtw_joinbss_update_network
[ 17.195877] RTL871X: rtw_alloc_macid = 0
[ 17.195879] RTL871X: rtw_joinbss_update_stainfo
[ 17.195883] RTL871X: ### Set STA_(0) info
[ 17.195887] RTL871X: assoc success
[ 17.195919] RTL871X: HW_VAR_BASIC_RATE: 0x150 -> 0x15f -> 0x15f
[ 17.196107] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 17.198115] RTL871X: HTOnAssocRsp
[ 17.198622] RTL871X: recv eapol packet
[ 17.199492] RTL871X: send eapol packet
[ 17.204743] RTL871X: UpdateHalRAMask8188E => mac_id:0, networkType:0x02, mask:0x00000ff0
[ 17.204745] ==> rssi_level:0, rate_bitmap:0x00000ff0
[ 17.204750] RTL871X: ### MacID(1),Set Max Tx RPT MID(2)
[ 17.204860] RTL871X: ### rtl8188e_set_FwMediaStatus_cmd: MStatus=1 MACID=0
[ 17.205860] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 17.206985] RTL871X: rtl8188e_set_FwJoinBssReport_cmd mstatus(1)
[ 17.208119] RTL871X: SetFwRsvdPagePkt(wlan0)
[ 17.208122] RsvdPageNum: 8
[ 17.208134] RTL871X: SetFwRsvdPagePkt: Set RSVD page location to Fw ,TotalPacketLen(706)
[ 17.209109] RTL871X: wlan0: 1 DL RSVD page success! DLBcnCount:1, poll:1
[ 17.209858] RTL871X: Set RSVD page location to Fw.
[ 17.209984] RTL871X: =>mlmeext_joinbss_event_callback
[ 17.499852] RTL871X: recv eapol packet
[ 17.499978] RTL871X: send eapol packet
[ 17.504965] RTL871X: recv eapol packet
[ 17.505082] RTL871X: send eapol packet
[ 17.505098] RTL871X: ~~~~set sta key:unicastkey
[ 17.505127] RTL871X: set pairwise key camid:4, addr:00:a0:57:19:f0:39, kid:0, type:AES
[ 17.505191] RTL871X: ~~~~set sta key:groupkey
[ 17.505195] RTL871X: ==> rtw_set_key algorithm(2),keyid(1),key_mask(0)
[ 17.508840] RTL871X: set group key camid:5, addr:00:a0:57:19:f0:39, kid:1, type:TKIP
[ 17.509209] RTL871X: SetHwReg8188EU, 2960, RCR= 700060ce
[ 19.074462] RTL871X: UpdateHalRAMask8188E => mac_id:0, networkType:0x02, mask:0x00000ff0
[ 19.074464] ==> rssi_level:1, rate_bitmap:0x00000f00
[ 21.078166] RTL871X: UpdateHalRAMask8188E => mac_id:0, networkType:0x02, mask:0x00000ff0
[ 21.078168] ==> rssi_level:2, rate_bitmap:0x00000ff0
[ 28.032021] wlan0: no IPv6 routers present
[ 29.558929] I-pipe: head domain RTAI registered.
[ 29.558937] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[ 29.558985] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[ 29.558990] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 12557835, CLK_FREQ 2009406000, CPU_FREQ 2009406000
[ 29.558994] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[ 29.558998] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 12557835, 12557835, 12003250
[ 29.581508] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[ 29.581566] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[ 29.581571] RTAI[sched]: hard timer type/freq = APIC/12557835(Hz); default timing: oneshot; linear timed lists.
[ 29.581575] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2009406000 hz.
[ 29.581578] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns.
[ 29.596157] RTAI[math]: loaded.
[ 29.693802] hm2: loading Mesa HostMot2 driver version 0.15
[ 29.697887] hm2_pci: loading Mesa AnyIO HostMot2 driver version 0.7
[ 29.698034] ACPI: PCI Interrupt Link [APC3] enabled at IRQ 18
[ 29.698054] hm2_pci: discovered 5i25 at 0000:01:06.0
[ 29.699096] hm2/hm2_5i25.0: Smart Serial Firmware Version 43
[ 29.756103] Board hm2_5i25.0.7i77.0.0 Hardware Mode 0 = standard
[ 29.758848] Board hm2_5i25.0.7i77.0.0 Software Mode 0 = input_output
[ 29.761137] Board hm2_5i25.0.7i77.0.0 Software Mode 1 = io_analog
[ 29.765151] Board hm2_5i25.0.7i77.0.0 Software Mode 2 = io_analog_fieldvoltage
[ 29.770336] Board hm2_5i25.0.7i77.0.0 Software Mode 3 = io_encoder_analog_fieldvoltage
[ 29.894217] Board hm2_5i25.0.7i77.0.1 Hardware Mode 0 = standard
[ 29.896764] Board hm2_5i25.0.7i77.0.1 Software Mode 0 = analogout_enables
[ 29.997000] hm2/hm2_5i25.0: 34 I/O Pins used:
[ 29.997004] hm2/hm2_5i25.0: IO Pin 000 (P3-01): IOPort
[ 29.997008] hm2/hm2_5i25.0: IO Pin 001 (P3-14): IOPort
[ 29.997011] hm2/hm2_5i25.0: IO Pin 002 (P3-02): IOPort
[ 29.997015] hm2/hm2_5i25.0: IO Pin 003 (P3-15): Smart Serial Interface #0, pin TxData1 (Output)
[ 29.997019] hm2/hm2_5i25.0: IO Pin 004 (P3-03): Smart Serial Interface #0, pin RxData1 (Input)
[ 29.997023] hm2/hm2_5i25.0: IO Pin 005 (P3-16): Smart Serial Interface #0, pin TxData0 (Output)
[ 29.997027] hm2/hm2_5i25.0: IO Pin 006 (P3-04): Smart Serial Interface #0, pin RxData0 (Input)
[ 29.997031] hm2/hm2_5i25.0: IO Pin 007 (P3-17): Muxed Encoder Select #0, pin Mux Select 0 (Output)
[ 29.997035] hm2/hm2_5i25.0: IO Pin 008 (P3-05): Muxed Encoder #0, pin Muxed A (Input)
[ 29.997039] hm2/hm2_5i25.0: IO Pin 009 (P3-06): Muxed Encoder #0, pin Muxed B (Input)
[ 29.997043] hm2/hm2_5i25.0: IO Pin 010 (P3-07): Muxed Encoder #0, pin Muxed Index (Input)
[ 29.997047] hm2/hm2_5i25.0: IO Pin 011 (P3-08): Muxed Encoder #1, pin Muxed A (Input)
[ 29.997050] hm2/hm2_5i25.0: IO Pin 012 (P3-09): Muxed Encoder #1, pin Muxed B (Input)
[ 29.997054] hm2/hm2_5i25.0: IO Pin 013 (P3-10): Muxed Encoder #1, pin Muxed Index (Input)
[ 29.997058] hm2/hm2_5i25.0: IO Pin 014 (P3-11): Muxed Encoder #2, pin Muxed A (Input)
[ 29.997062] hm2/hm2_5i25.0: IO Pin 015 (P3-12): Muxed Encoder #2, pin Muxed B (Input)
[ 29.997066] hm2/hm2_5i25.0: IO Pin 016 (P3-13): Muxed Encoder #2, pin Muxed Index (Input)
[ 29.997070] hm2/hm2_5i25.0: IO Pin 017 (P2-01): StepGen #0, pin Direction (Output)
[ 29.997073] hm2/hm2_5i25.0: IO Pin 018 (P2-14): StepGen #0, pin Step (Output)
[ 29.997077] hm2/hm2_5i25.0: IO Pin 019 (P2-02): StepGen #1, pin Direction (Output)
[ 29.997081] hm2/hm2_5i25.0: IO Pin 020 (P2-15): StepGen #1, pin Step (Output)
[ 29.997084] hm2/hm2_5i25.0: IO Pin 021 (P2-03): StepGen #2, pin Direction (Output)
[ 29.997088] hm2/hm2_5i25.0: IO Pin 022 (P2-16): StepGen #2, pin Step (Output)
[ 29.997092] hm2/hm2_5i25.0: IO Pin 023 (P2-04): StepGen #3, pin Direction (Output)
[ 29.997095] hm2/hm2_5i25.0: IO Pin 024 (P2-17): StepGen #3, pin Step (Output)
[ 29.997099] hm2/hm2_5i25.0: IO Pin 025 (P2-05): StepGen #4, pin Direction (Output)
[ 29.997104] hm2/hm2_5i25.0: IO Pin 026 (P2-06): StepGen #4, pin Step (Output)
[ 29.997107] hm2/hm2_5i25.0: IO Pin 027 (P2-07): IOPort
[ 29.997110] hm2/hm2_5i25.0: IO Pin 028 (P2-08): IOPort
[ 29.997113] hm2/hm2_5i25.0: IO Pin 029 (P2-09): IOPort
[ 29.997116] hm2/hm2_5i25.0: IO Pin 030 (P2-10): IOPort
[ 29.997119] hm2/hm2_5i25.0: IO Pin 031 (P2-11): IOPort
[ 29.997122] hm2/hm2_5i25.0: IO Pin 032 (P2-12): IOPort
[ 29.997125] hm2/hm2_5i25.0: IO Pin 033 (P2-13): IOPort
[ 29.997291] hm2/hm2_5i25.0: registered
[ 29.997294] hm2_5i25.0: initialized AnyIO board at 0000:01:06.0
[ 30.327270] hm2_5i25.0: dropping AnyIO board at 0000:01:06.0
[ 30.327277] hm2/hm2_5i25.0: unregistered
[ 30.327342] hm2_pci: driver unloaded
[ 30.329735] hm2: unloading
[ 32.001926] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_SLEEP] macid=0, org reg_0x48c=0x00000000
[ 32.458196] RTAI[math]: unloaded.
[ 32.461183] SCHED releases registered named ALIEN PEDV$D
[ 32.467479] RTAI[malloc]: unloaded.
[ 32.564031] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[ 32.566688] I-pipe: head domain RTAI unregistered.
[ 32.566742] RTAI[hal]: unmounted.
[ 33.415741] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000001
[ 33.417615] RTL871X: survey done event(2) band:0 for wlan0
[ 33.417633] RTL871X: rtw_indicate_scan_done(wlan0)
[ 39.109387] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 39.111126] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 67.165127] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 72.006727] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-LPS_CTRL_LEAVE
[ 72.006735] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 72.012336] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_SLEEP] macid=0, org reg_0x48c=0x00000000
[ 73.419346] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000001
[ 73.421844] RTL871X: survey done event(2) band:0 for wlan0
[ 73.421850] RTL871X: rtw_indicate_scan_done(wlan0)
[ 75.181324] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 75.181331] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 99.229283] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 99.229289] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 109.249435] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 109.249443] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 129.288855] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 132.006665] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-LPS_CTRL_LEAVE
[ 132.006672] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 132.016249] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_SLEEP] macid=0, org reg_0x48c=0x00000000
[ 133.424253] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000001
[ 133.426369] RTL871X: survey done event(3) band:0 for wlan0
[ 133.426376] RTL871X: rtw_indicate_scan_done(wlan0)
[ 135.301221] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 135.301229] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 137.305050] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 137.305058] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 139.308881] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 139.308889] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 163.356962] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 179.388601] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 195.421239] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 201.432604] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 201.432611] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 203.436437] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 203.436444] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 212.002897] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-LPS_CTRL_LEAVE
[ 212.002905] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 212.012343] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_SLEEP] macid=0, org reg_0x48c=0x00000000
[ 213.423460] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000001
[ 213.425582] RTL871X: survey done event(2) band:0 for wlan0
[ 213.425592] RTL871X: rtw_indicate_scan_done(wlan0)
[ 213.456586] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 213.456593] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 213.815181] I-pipe: head domain RTAI registered.
[ 213.815191] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[ 213.815244] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[ 213.815249] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 12557835, CLK_FREQ 2009406000, CPU_FREQ 2009406000
[ 213.815252] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[ 213.815256] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 12557835, 12557835, 10894250
[ 213.824090] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[ 213.824176] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[ 213.824182] RTAI[sched]: hard timer type/freq = APIC/12557835(Hz); default timing: oneshot; linear timed lists.
[ 213.824186] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2009406000 hz.
[ 213.824189] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns.
[ 213.829850] RTAI[math]: loaded.
[ 213.999804] hm2: loading Mesa HostMot2 driver version 0.15
[ 214.002519] hm2_pci: loading Mesa AnyIO HostMot2 driver version 0.7
[ 214.002568] hm2_pci: discovered 5i25 at 0000:01:06.0
[ 214.003844] hm2/hm2_5i25.0: Smart Serial Firmware Version 43
[ 214.060730] Board hm2_5i25.0.7i77.0.0 Hardware Mode 0 = standard
[ 214.063376] Board hm2_5i25.0.7i77.0.0 Software Mode 0 = input_output
[ 214.065715] Board hm2_5i25.0.7i77.0.0 Software Mode 1 = io_analog
[ 214.069845] Board hm2_5i25.0.7i77.0.0 Software Mode 2 = io_analog_fieldvoltage
[ 214.074821] Board hm2_5i25.0.7i77.0.0 Software Mode 3 = io_encoder_analog_fieldvoltage
[ 214.198900] Board hm2_5i25.0.7i77.0.1 Hardware Mode 0 = standard
[ 214.201447] Board hm2_5i25.0.7i77.0.1 Software Mode 0 = analogout_enables
[ 214.301567] hm2/hm2_5i25.0: 34 I/O Pins used:
[ 214.301571] hm2/hm2_5i25.0: IO Pin 000 (P3-01): IOPort
[ 214.301574] hm2/hm2_5i25.0: IO Pin 001 (P3-14): IOPort
[ 214.301578] hm2/hm2_5i25.0: IO Pin 002 (P3-02): IOPort
[ 214.301582] hm2/hm2_5i25.0: IO Pin 003 (P3-15): Smart Serial Interface #0, pin TxData1 (Output)
[ 214.301586] hm2/hm2_5i25.0: IO Pin 004 (P3-03): Smart Serial Interface #0, pin RxData1 (Input)
[ 214.301590] hm2/hm2_5i25.0: IO Pin 005 (P3-16): Smart Serial Interface #0, pin TxData0 (Output)
[ 214.301594] hm2/hm2_5i25.0: IO Pin 006 (P3-04): Smart Serial Interface #0, pin RxData0 (Input)
[ 214.301598] hm2/hm2_5i25.0: IO Pin 007 (P3-17): Muxed Encoder Select #0, pin Mux Select 0 (Output)
[ 214.301602] hm2/hm2_5i25.0: IO Pin 008 (P3-05): Muxed Encoder #0, pin Muxed A (Input)
[ 214.301606] hm2/hm2_5i25.0: IO Pin 009 (P3-06): Muxed Encoder #0, pin Muxed B (Input)
[ 214.301610] hm2/hm2_5i25.0: IO Pin 010 (P3-07): Muxed Encoder #0, pin Muxed Index (Input)
[ 214.301614] hm2/hm2_5i25.0: IO Pin 011 (P3-08): Muxed Encoder #1, pin Muxed A (Input)
[ 214.301618] hm2/hm2_5i25.0: IO Pin 012 (P3-09): Muxed Encoder #1, pin Muxed B (Input)
[ 214.301621] hm2/hm2_5i25.0: IO Pin 013 (P3-10): Muxed Encoder #1, pin Muxed Index (Input)
[ 214.301625] hm2/hm2_5i25.0: IO Pin 014 (P3-11): Muxed Encoder #2, pin Muxed A (Input)
[ 214.301629] hm2/hm2_5i25.0: IO Pin 015 (P3-12): Muxed Encoder #2, pin Muxed B (Input)
[ 214.301633] hm2/hm2_5i25.0: IO Pin 016 (P3-13): Muxed Encoder #2, pin Muxed Index (Input)
[ 214.301637] hm2/hm2_5i25.0: IO Pin 017 (P2-01): StepGen #0, pin Direction (Output)
[ 214.301641] hm2/hm2_5i25.0: IO Pin 018 (P2-14): StepGen #0, pin Step (Output)
[ 214.301644] hm2/hm2_5i25.0: IO Pin 019 (P2-02): StepGen #1, pin Direction (Output)
[ 214.301648] hm2/hm2_5i25.0: IO Pin 020 (P2-15): StepGen #1, pin Step (Output)
[ 214.301652] hm2/hm2_5i25.0: IO Pin 021 (P2-03): StepGen #2, pin Direction (Output)
[ 214.301656] hm2/hm2_5i25.0: IO Pin 022 (P2-16): StepGen #2, pin Step (Output)
[ 214.301659] hm2/hm2_5i25.0: IO Pin 023 (P2-04): StepGen #3, pin Direction (Output)
[ 214.301663] hm2/hm2_5i25.0: IO Pin 024 (P2-17): StepGen #3, pin Step (Output)
[ 214.301667] hm2/hm2_5i25.0: IO Pin 025 (P2-05): StepGen #4, pin Direction (Output)
[ 214.301670] hm2/hm2_5i25.0: IO Pin 026 (P2-06): StepGen #4, pin Step (Output)
[ 214.301674] hm2/hm2_5i25.0: IO Pin 027 (P2-07): IOPort
[ 214.301677] hm2/hm2_5i25.0: IO Pin 028 (P2-08): IOPort
[ 214.301680] hm2/hm2_5i25.0: IO Pin 029 (P2-09): IOPort
[ 214.301683] hm2/hm2_5i25.0: IO Pin 030 (P2-10): IOPort
[ 214.301686] hm2/hm2_5i25.0: IO Pin 031 (P2-11): IOPort
[ 214.301689] hm2/hm2_5i25.0: IO Pin 032 (P2-12): IOPort
[ 214.301693] hm2/hm2_5i25.0: IO Pin 033 (P2-13): IOPort
[ 214.301858] hm2/hm2_5i25.0: registered
[ 214.301862] hm2_5i25.0: initialized AnyIO board at 0000:01:06.0
[ 214.559058] hm2_5i25.0: dropping AnyIO board at 0000:01:06.0
[ 214.559066] hm2/hm2_5i25.0: unregistered
[ 214.559132] hm2_pci: driver unloaded
[ 214.561419] hm2: unloading
[ 216.684648] RTAI[math]: unloaded.
[ 216.686871] SCHED releases registered named ALIEN PEDV$D
[ 216.701231] RTAI[malloc]: unloaded.
[ 216.800024] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[ 216.802288] I-pipe: head domain RTAI unregistered.
[ 216.802341] RTAI[hal]: unmounted.
[ 221.473029] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 237.504668] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 253.537306] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 269.568823] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 269.568831] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 271.572653] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 271.572660] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 291.613074] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 307.644713] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 312.004536] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-LPS_CTRL_LEAVE
[ 312.004543] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 312.012343] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_SLEEP] macid=0, org reg_0x48c=0x00000000
[ 313.423972] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000001
[ 313.426345] RTL871X: survey done event(3) band:0 for wlan0
[ 313.426351] RTL871X: rtw_indicate_scan_done(wlan0)
[ 313.657078] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 313.657084] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 323.677352] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 355.740631] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 371.773269] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 387.804908] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 423.876846] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 432.007469] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-LPS_CTRL_LEAVE
[ 432.007477] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 432.016442] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_SLEEP] macid=0, org reg_0x48c=0x00000000
[ 433.427786] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000001
[ 433.429408] RTL871X: survey done event(1) band:0 for wlan0
[ 433.429415] RTL871X: rtw_indicate_scan_done(wlan0)
[ 433.896872] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 433.896879] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 439.909483] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 448.722997] I-pipe: head domain RTAI registered.
[ 448.723005] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[ 448.723056] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[ 448.723060] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 12557835, CLK_FREQ 2009406000, CPU_FREQ 2009406000
[ 448.723064] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[ 448.723068] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 12557835, 12557835, 11380750
[ 448.731516] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[ 448.731574] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[ 448.731580] RTAI[sched]: hard timer type/freq = APIC/12557835(Hz); default timing: oneshot; linear timed lists.
[ 448.731584] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2009406000 hz.
[ 448.731587] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns.
[ 448.739971] RTAI[math]: loaded.
[ 448.907247] hm2: loading Mesa HostMot2 driver version 0.15
[ 448.909697] hm2_pci: loading Mesa AnyIO HostMot2 driver version 0.7
[ 448.909750] hm2_pci: discovered 5i25 at 0000:01:06.0
[ 448.911017] hm2/hm2_5i25.0: Smart Serial Firmware Version 43
[ 448.967949] Board hm2_5i25.0.7i77.0.0 Hardware Mode 0 = standard
[ 448.970645] Board hm2_5i25.0.7i77.0.0 Software Mode 0 = input_output
[ 448.972884] Board hm2_5i25.0.7i77.0.0 Software Mode 1 = io_analog
[ 448.976947] Board hm2_5i25.0.7i77.0.0 Software Mode 2 = io_analog_fieldvoltage
[ 448.982029] Board hm2_5i25.0.7i77.0.0 Software Mode 3 = io_encoder_analog_fieldvoltage
[ 449.105642] Board hm2_5i25.0.7i77.0.1 Hardware Mode 0 = standard
[ 449.108183] Board hm2_5i25.0.7i77.0.1 Software Mode 0 = analogout_enables
[ 449.208335] hm2/hm2_5i25.0: 34 I/O Pins used:
[ 449.208339] hm2/hm2_5i25.0: IO Pin 000 (P3-01): IOPort
[ 449.208343] hm2/hm2_5i25.0: IO Pin 001 (P3-14): IOPort
[ 449.208346] hm2/hm2_5i25.0: IO Pin 002 (P3-02): IOPort
[ 449.208350] hm2/hm2_5i25.0: IO Pin 003 (P3-15): Smart Serial Interface #0, pin TxData1 (Output)
[ 449.208355] hm2/hm2_5i25.0: IO Pin 004 (P3-03): Smart Serial Interface #0, pin RxData1 (Input)
[ 449.208359] hm2/hm2_5i25.0: IO Pin 005 (P3-16): Smart Serial Interface #0, pin TxData0 (Output)
[ 449.208363] hm2/hm2_5i25.0: IO Pin 006 (P3-04): Smart Serial Interface #0, pin RxData0 (Input)
[ 449.208367] hm2/hm2_5i25.0: IO Pin 007 (P3-17): Muxed Encoder Select #0, pin Mux Select 0 (Output)
[ 449.208371] hm2/hm2_5i25.0: IO Pin 008 (P3-05): Muxed Encoder #0, pin Muxed A (Input)
[ 449.208374] hm2/hm2_5i25.0: IO Pin 009 (P3-06): Muxed Encoder #0, pin Muxed B (Input)
[ 449.208378] hm2/hm2_5i25.0: IO Pin 010 (P3-07): Muxed Encoder #0, pin Muxed Index (Input)
[ 449.208382] hm2/hm2_5i25.0: IO Pin 011 (P3-08): Muxed Encoder #1, pin Muxed A (Input)
[ 449.208386] hm2/hm2_5i25.0: IO Pin 012 (P3-09): Muxed Encoder #1, pin Muxed B (Input)
[ 449.208390] hm2/hm2_5i25.0: IO Pin 013 (P3-10): Muxed Encoder #1, pin Muxed Index (Input)
[ 449.208394] hm2/hm2_5i25.0: IO Pin 014 (P3-11): Muxed Encoder #2, pin Muxed A (Input)
[ 449.208398] hm2/hm2_5i25.0: IO Pin 015 (P3-12): Muxed Encoder #2, pin Muxed B (Input)
[ 449.208402] hm2/hm2_5i25.0: IO Pin 016 (P3-13): Muxed Encoder #2, pin Muxed Index (Input)
[ 449.208406] hm2/hm2_5i25.0: IO Pin 017 (P2-01): StepGen #0, pin Direction (Output)
[ 449.208409] hm2/hm2_5i25.0: IO Pin 018 (P2-14): StepGen #0, pin Step (Output)
[ 449.208413] hm2/hm2_5i25.0: IO Pin 019 (P2-02): StepGen #1, pin Direction (Output)
[ 449.208417] hm2/hm2_5i25.0: IO Pin 020 (P2-15): StepGen #1, pin Step (Output)
[ 449.208421] hm2/hm2_5i25.0: IO Pin 021 (P2-03): StepGen #2, pin Direction (Output)
[ 449.208424] hm2/hm2_5i25.0: IO Pin 022 (P2-16): StepGen #2, pin Step (Output)
[ 449.208428] hm2/hm2_5i25.0: IO Pin 023 (P2-04): StepGen #3, pin Direction (Output)
[ 449.208432] hm2/hm2_5i25.0: IO Pin 024 (P2-17): StepGen #3, pin Step (Output)
[ 449.208435] hm2/hm2_5i25.0: IO Pin 025 (P2-05): StepGen #4, pin Direction (Output)
[ 449.208439] hm2/hm2_5i25.0: IO Pin 026 (P2-06): StepGen #4, pin Step (Output)
[ 449.208442] hm2/hm2_5i25.0: IO Pin 027 (P2-07): IOPort
[ 449.208445] hm2/hm2_5i25.0: IO Pin 028 (P2-08): IOPort
[ 449.208449] hm2/hm2_5i25.0: IO Pin 029 (P2-09): IOPort
[ 449.208452] hm2/hm2_5i25.0: IO Pin 030 (P2-10): IOPort
[ 449.208455] hm2/hm2_5i25.0: IO Pin 031 (P2-11): IOPort
[ 449.208458] hm2/hm2_5i25.0: IO Pin 032 (P2-12): IOPort
[ 449.208461] hm2/hm2_5i25.0: IO Pin 033 (P2-13): IOPort
[ 449.208626] hm2/hm2_5i25.0: registered
[ 449.208629] hm2_5i25.0: initialized AnyIO board at 0000:01:06.0
[ 449.480059] hm2_5i25.0: dropping AnyIO board at 0000:01:06.0
[ 449.480066] hm2/hm2_5i25.0: unregistered
[ 449.480304] hm2_pci: driver unloaded
[ 449.482456] hm2: unloading
[ 451.605946] RTAI[math]: unloaded.
[ 451.608313] SCHED releases registered named ALIEN PEDV$D
[ 451.614178] RTAI[malloc]: unloaded.
[ 451.712034] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[ 451.714478] I-pipe: head domain RTAI unregistered.
[ 451.714531] RTAI[hal]: unmounted.
[ 455.941124] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 492.013062] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 508.044700] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 524.077338] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 536.101191] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 536.101200] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 540.108851] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 540.108864] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 542.112677] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 542.112685] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 550.129005] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 550.129014] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 552.004566] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-LPS_CTRL_LEAVE
[ 552.004575] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 552.012809] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_SLEEP] macid=0, org reg_0x48c=0x00000000
[ 553.423586] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000001
[ 553.425586] RTL871X: survey done event(1) band:0 for wlan0
[ 553.425614] RTL871X: rtw_indicate_scan_done(wlan0)
[ 556.140496] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 556.140504] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 564.156810] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 564.156818] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 578.184622] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 578.184630] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 586.200942] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 586.200950] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 588.204775] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 588.204783] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 594.217256] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 594.217264] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 598.224921] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 598.224930] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 600.228753] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 600.228761] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 602.232581] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 602.232589] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 604.237414] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 604.237422] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 608.245074] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 608.245082] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 616.261391] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 616.261399] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 618.265223] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 618.265231] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 620.268424] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 620.268432] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 622.272883] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 622.272891] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 624.276710] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 624.276717] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 628.285372] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 628.285380] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 630.289197] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 630.289206] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 634.296861] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 634.296869] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 636.300692] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 636.300699] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 638.304521] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 638.304528] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 646.320837] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 646.320844] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 648.324667] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 648.324674] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 656.340989] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 656.340995] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 658.344820] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 658.344828] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 660.348650] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 660.348658] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 662.352480] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 662.352488] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 666.361139] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 666.361147] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 668.364970] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 668.364977] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 672.006974] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-LPS_CTRL_LEAVE
[ 672.006983] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 672.016306] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_SLEEP] macid=0, org reg_0x48c=0x00000000
[ 673.427412] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000001
[ 673.429533] RTL871X: survey done event(3) band:0 for wlan0
[ 673.429539] RTL871X: rtw_indicate_scan_done(wlan0)
[ 674.376458] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 674.376466] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 676.381289] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 676.381297] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 678.385117] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 678.385126] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 680.388948] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 680.388956] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 682.392779] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 682.392787] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 690.409097] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 690.409105] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 692.412927] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 692.412935] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 720.898745] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-LPS_CTRL_SPECIAL_PACKET
[ 720.898755] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 722.473376] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 722.473384] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 746.521334] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 746.521342] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 750.528998] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 750.529006] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 766.560755] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 782.593395] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 792.007341] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-LPS_CTRL_LEAVE
[ 792.007349] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 792.016427] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_SLEEP] macid=0, org reg_0x48c=0x00000000
[ 793.424225] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000001
[ 793.426216] RTL871X: survey done event(3) band:0 for wlan0
[ 793.426223] RTL871X: rtw_indicate_scan_done(wlan0)
[ 794.617253] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 794.617262] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 800.628739] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 800.628747] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 802.632570] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 802.632578] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 808.645311] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 808.645318] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 810.648892] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 810.648901] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 812.652720] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 812.652727] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 814.656551] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 814.656559] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 832.693142] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 848.724781] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 864.757419] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 900.829356] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 912.004653] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-LPS_CTRL_LEAVE
[ 912.004661] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 912.012529] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_SLEEP] macid=0, org reg_0x48c=0x00000000
[ 913.424041] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000001
[ 913.426071] RTL871X: survey done event(3) band:0 for wlan0
[ 913.426092] RTL871X: rtw_indicate_scan_done(wlan0)
[ 918.864701] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 918.864711] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 926.881029] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 926.881041] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 928.884853] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 928.884861] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 930.888683] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 930.888690] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 936.901169] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 936.901178] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 962.952962] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 962.952970] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 964.956791] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 964.956799] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 968.965451] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 968.965458] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 970.969283] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 970.969291] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 972.973107] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 972.973116] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 980.989431] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 980.989439] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 995.017359] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 1027.538791] I-pipe: head domain RTAI registered.
[ 1027.538800] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[ 1027.538845] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[ 1027.538850] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 12557835, CLK_FREQ 2009406000, CPU_FREQ 2009406000
[ 1027.538854] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[ 1027.538858] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 12557835, 12557835, 12475250
[ 1027.547813] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[ 1027.547870] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[ 1027.547876] RTAI[sched]: hard timer type/freq = APIC/12557835(Hz); default timing: oneshot; linear timed lists.
[ 1027.547880] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2009406000 hz.
[ 1027.547883] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns.
[ 1027.558088] RTAI[math]: loaded.
[ 1027.725346] hm2: loading Mesa HostMot2 driver version 0.15
[ 1027.727735] hm2_pci: loading Mesa AnyIO HostMot2 driver version 0.7
[ 1027.727783] hm2_pci: discovered 5i25 at 0000:01:06.0
[ 1027.728868] hm2/hm2_5i25.0: Smart Serial Firmware Version 43
[ 1027.786003] Board hm2_5i25.0.7i77.0.0 Hardware Mode 0 = standard
[ 1027.788794] Board hm2_5i25.0.7i77.0.0 Software Mode 0 = input_output
[ 1027.791188] Board hm2_5i25.0.7i77.0.0 Software Mode 1 = io_analog
[ 1027.795224] Board hm2_5i25.0.7i77.0.0 Software Mode 2 = io_analog_fieldvoltage
[ 1027.800402] Board hm2_5i25.0.7i77.0.0 Software Mode 3 = io_encoder_analog_fieldvoltage
[ 1027.924521] Board hm2_5i25.0.7i77.0.1 Hardware Mode 0 = standard
[ 1027.927067] Board hm2_5i25.0.7i77.0.1 Software Mode 0 = analogout_enables
[ 1028.027093] hm2/hm2_5i25.0: 34 I/O Pins used:
[ 1028.027097] hm2/hm2_5i25.0: IO Pin 000 (P3-01): IOPort
[ 1028.027101] hm2/hm2_5i25.0: IO Pin 001 (P3-14): IOPort
[ 1028.027104] hm2/hm2_5i25.0: IO Pin 002 (P3-02): IOPort
[ 1028.027108] hm2/hm2_5i25.0: IO Pin 003 (P3-15): Smart Serial Interface #0, pin TxData1 (Output)
[ 1028.027112] hm2/hm2_5i25.0: IO Pin 004 (P3-03): Smart Serial Interface #0, pin RxData1 (Input)
[ 1028.027116] hm2/hm2_5i25.0: IO Pin 005 (P3-16): Smart Serial Interface #0, pin TxData0 (Output)
[ 1028.027120] hm2/hm2_5i25.0: IO Pin 006 (P3-04): Smart Serial Interface #0, pin RxData0 (Input)
[ 1028.027124] hm2/hm2_5i25.0: IO Pin 007 (P3-17): Muxed Encoder Select #0, pin Mux Select 0 (Output)
[ 1028.027128] hm2/hm2_5i25.0: IO Pin 008 (P3-05): Muxed Encoder #0, pin Muxed A (Input)
[ 1028.027132] hm2/hm2_5i25.0: IO Pin 009 (P3-06): Muxed Encoder #0, pin Muxed B (Input)
[ 1028.027135] hm2/hm2_5i25.0: IO Pin 010 (P3-07): Muxed Encoder #0, pin Muxed Index (Input)
[ 1028.027139] hm2/hm2_5i25.0: IO Pin 011 (P3-08): Muxed Encoder #1, pin Muxed A (Input)
[ 1028.027143] hm2/hm2_5i25.0: IO Pin 012 (P3-09): Muxed Encoder #1, pin Muxed B (Input)
[ 1028.027147] hm2/hm2_5i25.0: IO Pin 013 (P3-10): Muxed Encoder #1, pin Muxed Index (Input)
[ 1028.027151] hm2/hm2_5i25.0: IO Pin 014 (P3-11): Muxed Encoder #2, pin Muxed A (Input)
[ 1028.027154] hm2/hm2_5i25.0: IO Pin 015 (P3-12): Muxed Encoder #2, pin Muxed B (Input)
[ 1028.027158] hm2/hm2_5i25.0: IO Pin 016 (P3-13): Muxed Encoder #2, pin Muxed Index (Input)
[ 1028.027162] hm2/hm2_5i25.0: IO Pin 017 (P2-01): StepGen #0, pin Direction (Output)
[ 1028.027166] hm2/hm2_5i25.0: IO Pin 018 (P2-14): StepGen #0, pin Step (Output)
[ 1028.027170] hm2/hm2_5i25.0: IO Pin 019 (P2-02): StepGen #1, pin Direction (Output)
[ 1028.027173] hm2/hm2_5i25.0: IO Pin 020 (P2-15): StepGen #1, pin Step (Output)
[ 1028.027177] hm2/hm2_5i25.0: IO Pin 021 (P2-03): StepGen #2, pin Direction (Output)
[ 1028.027180] hm2/hm2_5i25.0: IO Pin 022 (P2-16): StepGen #2, pin Step (Output)
[ 1028.027184] hm2/hm2_5i25.0: IO Pin 023 (P2-04): StepGen #3, pin Direction (Output)
[ 1028.027188] hm2/hm2_5i25.0: IO Pin 024 (P2-17): StepGen #3, pin Step (Output)
[ 1028.027191] hm2/hm2_5i25.0: IO Pin 025 (P2-05): StepGen #4, pin Direction (Output)
[ 1028.027195] hm2/hm2_5i25.0: IO Pin 026 (P2-06): StepGen #4, pin Step (Output)
[ 1028.027198] hm2/hm2_5i25.0: IO Pin 027 (P2-07): IOPort
[ 1028.027201] hm2/hm2_5i25.0: IO Pin 028 (P2-08): IOPort
[ 1028.027204] hm2/hm2_5i25.0: IO Pin 029 (P2-09): IOPort
[ 1028.027207] hm2/hm2_5i25.0: IO Pin 030 (P2-10): IOPort
[ 1028.027210] hm2/hm2_5i25.0: IO Pin 031 (P2-11): IOPort
[ 1028.027213] hm2/hm2_5i25.0: IO Pin 032 (P2-12): IOPort
[ 1028.027217] hm2/hm2_5i25.0: IO Pin 033 (P2-13): IOPort
[ 1028.027382] hm2/hm2_5i25.0: registered
[ 1028.027385] hm2_5i25.0: initialized AnyIO board at 0000:01:06.0
[ 1028.302364] hm2_5i25.0: dropping AnyIO board at 0000:01:06.0
[ 1028.302372] hm2/hm2_5i25.0: unregistered
[ 1028.302438] hm2_pci: driver unloaded
[ 1028.304735] hm2: unloading
[ 1030.429512] RTAI[math]: unloaded.
[ 1030.431808] SCHED releases registered named ALIEN PEDV$D
[ 1030.435091] RTAI[malloc]: unloaded.
[ 1030.532026] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[ 1030.534299] I-pipe: head domain RTAI unregistered.
[ 1030.534355] RTAI[hal]: unmounted.
[ 1032.006575] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-LPS_CTRL_LEAVE
[ 1032.006583] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 1032.012436] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_SLEEP] macid=0, org reg_0x48c=0x00000000
[ 1033.423850] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000001
[ 1033.425848] RTL871X: survey done event(3) band:0 for wlan0
[ 1033.425856] RTL871X: rtw_indicate_scan_done(wlan0)
[ 1037.100667] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 1037.100675] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 1059.144917] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 1093.212906] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 1093.212914] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 1095.216733] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 1095.216740] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 1099.225393] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 1099.225399] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 1101.229223] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 1101.229230] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 1115.257157] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 1131.288793] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 1152.007536] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-LPS_CTRL_LEAVE
[ 1152.007545] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 1152.016286] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_SLEEP] macid=0, org reg_0x48c=0x00000000
[ 1153.427664] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000001
[ 1153.429537] RTL871X: survey done event(4) band:0 for wlan0
[ 1153.429563] RTL871X: rtw_indicate_scan_done(wlan0)
[ 1159.345290] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 1159.345297] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 1173.373223] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 1189.404858] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ 1191.408573] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 1191.408581] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 1195.417231] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 1195.417239] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 1197.421061] RTL871X: rtw_set_ps_mode(wlan0) Leave 802.11 power save - WIFI-TRAFFIC_BUSY
[ 1197.421069] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[ 1199.424889] RTL871X: rtw_set_ps_mode(wlan0) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[ 1199.424897] RTL871X: rtl8188e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[ 1217.554991] I-pipe: head domain RTAI registered.
[ 1217.554999] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[ 1217.555046] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[ 1217.555051] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 12557835, CLK_FREQ 2009406000, CPU_FREQ 2009406000
[ 1217.555055] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[ 1217.555059] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 12557835, 12557835, 11417500
[ 1217.567561] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[ 1217.567621] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[ 1217.567709] RTAI[sched]: hard timer type/freq = APIC/12557835(Hz); default timing: oneshot; linear timed lists.
[ 1217.567714] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2009406000 hz.
[ 1217.567717] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns.
[ 1217.573352] RTAI[math]: loaded.
[ 1217.743267] hm2: loading Mesa HostMot2 driver version 0.15
[ 1217.746046] hm2_pci: loading Mesa AnyIO HostMot2 driver version 0.7
[ 1217.746096] hm2_pci: discovered 5i25 at 0000:01:06.0
[ 1217.747352] hm2/hm2_5i25.0: Smart Serial Firmware Version 43
[ 1217.804257] Board hm2_5i25.0.7i77.0.0 Hardware Mode 0 = standard
[ 1217.806903] Board hm2_5i25.0.7i77.0.0 Software Mode 0 = input_output
[ 1217.809142] Board hm2_5i25.0.7i77.0.0 Software Mode 1 = io_analog
[ 1217.813206] Board hm2_5i25.0.7i77.0.0 Software Mode 2 = io_analog_fieldvoltage
[ 1217.818287] Board hm2_5i25.0.7i77.0.0 Software Mode 3 = io_encoder_analog_fieldvoltage
[ 1217.941830] Board hm2_5i25.0.7i77.0.1 Hardware Mode 0 = standard
[ 1217.944376] Board hm2_5i25.0.7i77.0.1 Software Mode 0 = analogout_enables
[ 1218.044490] hm2/hm2_5i25.0: 34 I/O Pins used:
[ 1218.044494] hm2/hm2_5i25.0: IO Pin 000 (P3-01): IOPort
[ 1218.044497] hm2/hm2_5i25.0: IO Pin 001 (P3-14): IOPort
[ 1218.044499] hm2/hm2_5i25.0: IO Pin 002 (P3-02): IOPort
[ 1218.044503] hm2/hm2_5i25.0: IO Pin 003 (P3-15): Smart Serial Interface #0, pin TxData1 (Output)
[ 1218.044507] hm2/hm2_5i25.0: IO Pin 004 (P3-03): Smart Serial Interface #0, pin RxData1 (Input)
[ 1218.044511] hm2/hm2_5i25.0: IO Pin 005 (P3-16): Smart Serial Interface #0, pin TxData0 (Output)
[ 1218.044515] hm2/hm2_5i25.0: IO Pin 006 (P3-04): Smart Serial Interface #0, pin RxData0 (Input)
[ 1218.044519] hm2/hm2_5i25.0: IO Pin 007 (P3-17): Muxed Encoder Select #0, pin Mux Select 0 (Output)
[ 1218.044523] hm2/hm2_5i25.0: IO Pin 008 (P3-05): Muxed Encoder #0, pin Muxed A (Input)
[ 1218.044526] hm2/hm2_5i25.0: IO Pin 009 (P3-06): Muxed Encoder #0, pin Muxed B (Input)
[ 1218.044530] hm2/hm2_5i25.0: IO Pin 010 (P3-07): Muxed Encoder #0, pin Muxed Index (Input)
[ 1218.044534] hm2/hm2_5i25.0: IO Pin 011 (P3-08): Muxed Encoder #1, pin Muxed A (Input)
[ 1218.044537] hm2/hm2_5i25.0: IO Pin 012 (P3-09): Muxed Encoder #1, pin Muxed B (Input)
[ 1218.044541] hm2/hm2_5i25.0: IO Pin 013 (P3-10): Muxed Encoder #1, pin Muxed Index (Input)
[ 1218.044544] hm2/hm2_5i25.0: IO Pin 014 (P3-11): Muxed Encoder #2, pin Muxed A (Input)
[ 1218.044548] hm2/hm2_5i25.0: IO Pin 015 (P3-12): Muxed Encoder #2, pin Muxed B (Input)
[ 1218.044552] hm2/hm2_5i25.0: IO Pin 016 (P3-13): Muxed Encoder #2, pin Muxed Index (Input)
[ 1218.044556] hm2/hm2_5i25.0: IO Pin 017 (P2-01): StepGen #0, pin Direction (Output)
[ 1218.044559] hm2/hm2_5i25.0: IO Pin 018 (P2-14): StepGen #0, pin Step (Output)
[ 1218.044563] hm2/hm2_5i25.0: IO Pin 019 (P2-02): StepGen #1, pin Direction (Output)
[ 1218.044566] hm2/hm2_5i25.0: IO Pin 020 (P2-15): StepGen #1, pin Step (Output)
[ 1218.044570] hm2/hm2_5i25.0: IO Pin 021 (P2-03): StepGen #2, pin Direction (Output)
[ 1218.044573] hm2/hm2_5i25.0: IO Pin 022 (P2-16): StepGen #2, pin Step (Output)
[ 1218.044577] hm2/hm2_5i25.0: IO Pin 023 (P2-04): StepGen #3, pin Direction (Output)
[ 1218.044581] hm2/hm2_5i25.0: IO Pin 024 (P2-17): StepGen #3, pin Step (Output)
[ 1218.044584] hm2/hm2_5i25.0: IO Pin 025 (P2-05): StepGen #4, pin Direction (Output)
[ 1218.044588] hm2/hm2_5i25.0: IO Pin 026 (P2-06): StepGen #4, pin Step (Output)
[ 1218.044591] hm2/hm2_5i25.0: IO Pin 027 (P2-07): IOPort
[ 1218.044593] hm2/hm2_5i25.0: IO Pin 028 (P2-08): IOPort
[ 1218.044596] hm2/hm2_5i25.0: IO Pin 029 (P2-09): IOPort
[ 1218.044599] hm2/hm2_5i25.0: IO Pin 030 (P2-10): IOPort
[ 1218.044602] hm2/hm2_5i25.0: IO Pin 031 (P2-11): IOPort
[ 1218.044605] hm2/hm2_5i25.0: IO Pin 032 (P2-12): IOPort
[ 1218.044607] hm2/hm2_5i25.0: IO Pin 033 (P2-13): IOPort
[ 1218.044772] hm2/hm2_5i25.0: registered
[ 1218.044775] hm2_5i25.0: initialized AnyIO board at 0000:01:06.0
[ 1218.319377] hm2_5i25.0: dropping AnyIO board at 0000:01:06.0
[ 1218.319385] hm2/hm2_5i25.0: unregistered
[ 1218.319451] hm2_pci: driver unloaded
[ 1218.321990] hm2: unloading
[ 1220.444296] RTAI[math]: unloaded.
[ 1220.446556] SCHED releases registered named ALIEN PEDV$D
[ 1220.454285] RTAI[malloc]: unloaded.
[ 1220.552026] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[ 1220.554331] I-pipe: head domain RTAI unregistered.
[ 1220.554387] RTAI[hal]: unmounted.
Last edit: 29 Dec 2017 09:50 by Ichzwei.
Please Log in or Create an account to join the conversation.
29 Dec 2017 16:38 #103823
by Henk
Replied by Henk on topic Analog Overrides? 5i25+7i77 Mode 3
HI
I think you are trying to write to a signal that is an "out" pin. not an "in" pin in halui
From the halui man-page
spindle override
halui.spindle-override.count-enable bit in (default: TRUE)
When TRUE, modify spindle override when counts changes.
halui.spindle-override.counts s32 in
counts X scale = spindle override percentage
halui.spindle-override.decrease bit in
pin for decreasing the SO (-=scale)
halui.spindle-override.direct-value bit in
pin to enable direct spindle override value input
halui.spindle-override.increase bit in
pin for increasing the SO (+=scale)
halui.spindle-override.scale float in
pin for setting the scale of counts for SO
halui.spindle-override.value float out
current FO value
You need to connect to halui.spindle-override.counts and set the scale pin so that scale x counts = %override.
eg: net spindle-override spindle-scale.out => halui.spindle-override.counts
But halui.spindle-override.counts is a s32 pin and spindle-scale.out is float, so you will have to convert the out from spindle-scale to s32 using conv_float_s32 component.
in short: analog-in (from pot) => spindle-scale => conv_float_s32 => halui.spindle-override.counts.
You will also have to set the gain of the scale and maybe offset to achieve the desired counts
Hope this helps
Henk
I think you are trying to write to a signal that is an "out" pin. not an "in" pin in halui
From the halui man-page
spindle override
halui.spindle-override.count-enable bit in (default: TRUE)
When TRUE, modify spindle override when counts changes.
halui.spindle-override.counts s32 in
counts X scale = spindle override percentage
halui.spindle-override.decrease bit in
pin for decreasing the SO (-=scale)
halui.spindle-override.direct-value bit in
pin to enable direct spindle override value input
halui.spindle-override.increase bit in
pin for increasing the SO (+=scale)
halui.spindle-override.scale float in
pin for setting the scale of counts for SO
halui.spindle-override.value float out
current FO value
You need to connect to halui.spindle-override.counts and set the scale pin so that scale x counts = %override.
eg: net spindle-override spindle-scale.out => halui.spindle-override.counts
But halui.spindle-override.counts is a s32 pin and spindle-scale.out is float, so you will have to convert the out from spindle-scale to s32 using conv_float_s32 component.
in short: analog-in (from pot) => spindle-scale => conv_float_s32 => halui.spindle-override.counts.
You will also have to set the gain of the scale and maybe offset to achieve the desired counts
Hope this helps
Henk
The following user(s) said Thank You: Ichzwei
Please Log in or Create an account to join the conversation.
29 Dec 2017 19:07 - 29 Dec 2017 19:55 #103825
by Ichzwei
Replied by Ichzwei on topic Analog Overrides? 5i25+7i77 Mode 3
thanks henk,
you helpt me solving the problem.
i add this to the hal file... now i can chance the spindle override from 50%-100% on the potentiometer.
but i notice that on the start of linuxcnc the override is not the absolute value of the poti.
i need to rotate it and then the value in linuxcnc chanced.
greetings
michael
you helpt me solving the problem.
i add this to the hal file... now i can chance the spindle override from 50%-100% on the potentiometer.
loadrt conv_float_s32 count=1
loadrt scale names=spindle-scale
addf spindle-scale servo-thread
addf conv-float-s32.0 servo-thread
setp halui.spindle-override.direct-value false
setp halui.spindle-override.count-enable true
setp spindle-scale.gain 4.16666
setp spindle-scale.offset 0
setp halui.spindle-override.scale 0.005
net spindle-analogue hm2_5i25.0.7i77.0.0.analogin0 => spindle-scale.in
net spindle-convert spindle-scale.out conv-float-s32.0.in
net spindle-override conv-float-s32.0.out halui.spindle-override.counts
but i notice that on the start of linuxcnc the override is not the absolute value of the poti.
i need to rotate it and then the value in linuxcnc chanced.
greetings
michael
Last edit: 29 Dec 2017 19:55 by Ichzwei.
Please Log in or Create an account to join the conversation.
12 Jan 2018 16:41 #104341
by andypugh
I think this should be "true"
Replied by andypugh on topic Analog Overrides? 5i25+7i77 Mode 3
setp halui.spindle-override.direct-value false
I think this should be "true"
Please Log in or Create an account to join the conversation.
- xenon-alien
- Offline
- Premium Member
Less
More
- Posts: 131
- Thank you received: 3
10 Sep 2020 15:28 - 10 Sep 2020 15:37 #181647
by xenon-alien
Replied by xenon-alien on topic Analog Overrides? 5i25+7i77 Mode 3
Can you help me out?
Did the same for feed override and have a halui.feed−override.direct−value not found error
The spindle part working, when I comment out the "Analog in 1 Feed" part.
www.instagram.com/p/CE9VqzCJiAx/
For now I'm using one input for both.
Did the same for feed override and have a halui.feed−override.direct−value not found error
loadrt conv_float_s32 count=2
loadrt scale names=spindle-scale,feed-scale
# analog 0
addf spindle-scale servo-thread
addf conv-float-s32.0 servo-thread
# analog 1
addf feed-scale servo-thread
addf conv-float-s32.1 servo-thread
setp halui.feed−override.direct−value false
setp halui.feed−override.count−enable true
setp feed-scale.gain 4.16666
setp feed-scale.offset 0
setp halui.feed−override.scale 0.005
net feed-analogue hm2_7i76e.0.7i76.0.0.analogin0 => feed-scale.in
net feed-convert feed-scale.out conv-float-s32.1.in
net feed-override conv-float-s32.1.out halui.feed−override.counts
www.instagram.com/p/CE9VqzCJiAx/
For now I'm using one input for both.
Last edit: 10 Sep 2020 15:37 by xenon-alien.
Please Log in or Create an account to join the conversation.
10 Sep 2020 16:27 #181653
by cmorley
Replied by cmorley on topic Analog Overrides? 5i25+7i77 Mode 3
hyphen looks different in direct-value
The following user(s) said Thank You: xenon-alien
Please Log in or Create an account to join the conversation.
Moderators: cmorley
Time to create page: 0.154 seconds