Motion feed hold cycle start physical buttons

More
29 Aug 2019 21:51 #143599 by Toolman321
Hello
I’ve added some physical buttons for cycle start and pause but my program resumes when I’m not pressing the pause button. I’d like it to stay paused until I hit the start button to resume.

I’d be grateful if someone could help me get it working properly please

Here is the code I’ve added to my Hal:
net prog-start-btn <= hm2_5i25.7i76.0.0.input-08 => halui.program.run
net prog-start-btn <= hm2_5i25.7i76.0.0.input-09 => motion-feed-inhibit

Many thanks

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

More
29 Aug 2019 22:19 #143609 by andypugh
The two lines _must_ use different signal names as they are driven by different physical input pins.

If your config runs with that HAL code then I suspect that it isn't even reading the HAL file with that code in, as it has at least 2 errors. (two HAL outputs to one signal, and no such pin as motion-feed-inhibit)

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

More
30 Aug 2019 07:36 #143638 by Toolman321
Sorry I think that should be:
net prog-start-btn <= hm2_5i25.7i76.0.0.input-08 => halui.program.run
net prog-pause-btn <= hm2_5i25.7i76.0.0.input-09 => motion.feed-inhibit

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

More
30 Aug 2019 15:48 - 30 Aug 2019 18:12 #143668 by Toolman321
I was looking through some of the forum and found a simalar thread, so I copied the code in input into my custom Hal

I changed it a little but I couldn’t get it to work and I’m not sure why, I don’t know what most of the code actually means as I’m just trying stuff to see if it will work

Addf and2.0 servo-thread
Addf and2.1 servo-thread
Addf and2.2 servo-thread

Loadrt and2 count=3

# remote-start-feedhold
Net mode.pause and2.2in0 <= hm2_5i25.0.7i76.0.0.input-09
Net mode.pause <= halui.program.pause
Net remotestart and2.0.in0 and2.1.in0 <= hm2_5i25.0.7i76.0.0.input-08
Net oktorun and2.0.in1 <= halui.program-is-idle
Net run.halui.program.run halui.mode.auto <= and2.0.out
Net oktoresume and2.1.in1 <= halui.program-is-paused
Net resume halui.program.resume <= and2.1.out

Could someone tell me what’s is the problem with this please?

Many thanks
Last edit: 30 Aug 2019 18:12 by Toolman321. Reason: Typo errors

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

More
30 Aug 2019 16:57 #143674 by bevins

I was looking through some of the forum and found a simalar thread, so I copied the code in input into my custom Hal

I changed it a little but I couldn’t get it to work and I’m not sure why, I don’t know what most of the code actually means as I’m just trying stuff to see if it will work

Andf and2.0 servo-thread
Andf and2.1 servo-thread
Andf and2.2 servo-thread

Loadrt and2 count=3

# remote-start-feedhold
Net mode.pause and2.2in0 <= hm2_5i25.0.7i76.0.0.input-09
Net mode.pause <= halui.program.pause
Net remotestart and2.0.in0 and2.1.in0 <= hm2_5i25.0.7i76.0.0.input-08
Net oktorun and2.0.in1 <= halui.program-is-idle
Net run.halui.program.run halui.mode.auto <= and2.0.out
Net oktoresume and2.1.in1 <= halui.program-is-paused
Net resume halui.program.resume <= and2.1.out

Could someone tell me what’s is the problem with this please?

Many thanks


This is what I use.
loadrt and2 count=2
loadrt or2 count=1
#loadrt toggle count=1
loadrt toggle2nist count=1

addf and2.0 servo-thread
addf and2.1 servo-thread
addf or2.0 servo-thread
#addf toggle.0 servo-thread
addf toggle2nist.0 servo-thread

# External Program Pause/Resume Button
net pause-resume-btn and2.0.in0 and2.1.in0 <= hm2_5i25.0.7i77.0.0.input-00
net pause-on toggle2nist.0.is-on and2.0.in1 <= halui.program.is-paused
net run-on and2.1.in1 <= halui.program.is-running
net pause-sig or2.0.in0 <= and2.0.out
net resume-sig or2.0.in1 <= and2.1.out
net toggle-ok toggle.2.in <= or2.0.out
net togglesig toggle2nist.0.in <= toggle.2.out
net toggleon halui.program.pause <= toggle2nist.0.on
net toggleoff halui.program.resume <= toggle2nist.0.off
The following user(s) said Thank You: akb1212, Toolman321, Sadmeatball

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

More
30 Aug 2019 17:49 #143676 by Toolman321
Hi thanks for the info, I’m not sure it’s what I’m looking for but I’m sure it has all the relevant information so I can fix my code, many thanks

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

More
30 Aug 2019 18:37 #143681 by Toolman321
i have no idea why but when i try to add the code containing and2.0 i get an error
ive added the debug file information below if anyone can help me please

many thanks

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.7.14
Machine configuration directory is '/home/lee/linuxcnc/configs/lee'
Machine configuration file is 'lee.ini'
INIFILE=/home/lee/linuxcnc/configs/lee/lee.ini
PARAMETER_FILE=linuxcnc.var
TASK=milltask
HALUI=halui
DISPLAY=gmoccapy
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): ./lee.hal
Shutting down and cleaning up LinuxCNC...
Running HAL shutdown script
Killing task linuxcncsvr, PID=3739
Removing HAL_LIB, RTAPI, and Real Time OS modules
Removing NML shared memory segments

Debug file information:
.
HAL: ERROR: function 'and2.0' not found
./lee.hal:24: addf failed
3739
  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 - 000000000009f800 (usable)
[    0.000000]  BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e6000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000df6a0000 (usable)
[    0.000000]  BIOS-e820: 00000000df6a0000 - 00000000df6b0000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000df6b0000 - 00000000df6e0000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000df6e0000 - 00000000e0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ff380000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 0000000120000000 (usable)
[    0.000000] Notice: NX (Execute Disable) protection missing in CPU!
[    0.000000] SMBIOS 2.6 present.
[    0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./AD425PV3, BIOS P1.20 04/01/2011
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] last_pfn = 0xdf6a0 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-CFFFF write-protect
[    0.000000]   D0000-DFFFF uncachable
[    0.000000]   E0000-EFFFF write-through
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F00000000 write-back
[    0.000000]   1 base 100000000 mask FE0000000 write-back
[    0.000000]   2 base 0E0000000 mask FE0000000 uncachable
[    0.000000]   3 base 0DF700000 mask FFFF00000 uncachable
[    0.000000]   4 base 0DF800000 mask FFF800000 uncachable
[    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] e820 update range: 00000000df700000 - 0000000100000000 (usable) ==> (reserved)
[    0.000000] found SMP MP-table at [c00ff780] ff780
[    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: 36526000 - 3728b000
[    0.000000] ACPI: RSDP 000f9ca0 00014 (v00 ACPIAM)
[    0.000000] ACPI: RSDT df6a0000 0003C (v01 040111 RSDT1620 20110401 MSFT 00000097)
[    0.000000] ACPI: FACP df6a0200 00084 (v01 040111 FACP1620 20110401 MSFT 00000097)
[    0.000000] ACPI: DSDT df6a0440 04DB7 (v01  AS459 AS459111 00000111 INTL 20051117)
[    0.000000] ACPI: FACS df6b0000 00040
[    0.000000] ACPI: APIC df6a0390 0006C (v01 040111 APIC1620 20110401 MSFT 00000097)
[    0.000000] ACPI: MCFG df6a0400 0003C (v01 040111 OEMMCFG  20110401 MSFT 00000097)
[    0.000000] ACPI: OEMB df6b0040 00082 (v01 040111 OEMB1620 20110401 MSFT 00000097)
[    0.000000] ACPI: AAFT df6aa440 00027 (v01 040111 OEMAAFT  20110401 MSFT 00000097)
[    0.000000] ACPI: GSCI df6b00d0 02024 (v01 040111 GMCHSCI  20110401 MSFT 00000097)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 2686MB 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 -> 0x000df6a0
[    0.000000] Movable zone start PFN for each node
[    0.000000] Early memory PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x000df6a0
[    0.000000] On node 0 totalpages: 914991
[    0.000000] free_area_init_node: node 0, pgdat c1498a00, node_mem_map f4936200
[    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: 5374 pages used for memmap
[    0.000000]   HighMem zone: 682404 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e6000
[    0.000000] PM: Registered nosave memory: 00000000000e6000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at e0000000 (gap: e0000000:1ee00000)
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 17 pages/cpu @f77a7000 s48384 r0 d21248 u69632
[    0.000000] pcpu-alloc: s48384 r0 d21248 u69632 alloc=17*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 907841
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.4-9-rtai-686-pae root=UUID=677d2c16-1db4-4bb8-a586-57c581ffdf43 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 7320704 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:000df6a0)
[    0.000000] Memory: 3603480k/3660416k available (3495k kernel code, 56484k reserved, 1237k data, 416k init, 2751112k 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:712 16
[    0.000000] CPU 0 irqstacks, hard=f3c06000 soft=f3c08000
[    0.000000] Interrupt pipeline (release #3)
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 1795.077 MHz processor.
[    0.004004] Calibrating delay loop (skipped), value calculated using timer frequency.. 3590.15 BogoMIPS (lpj=7180308)
[    0.004015] pid_max: default: 32768 minimum: 301
[    0.004127] Security Framework initialized
[    0.004136] AppArmor: AppArmor disabled by boot time parameter
[    0.004182] Mount-cache hash table entries: 512
[    0.008148] Initializing cgroup subsys cpuacct
[    0.008156] Initializing cgroup subsys memory
[    0.008174] Initializing cgroup subsys devices
[    0.008180] Initializing cgroup subsys freezer
[    0.008186] Initializing cgroup subsys net_cls
[    0.008191] Initializing cgroup subsys blkio
[    0.008206] Initializing cgroup subsys perf_event
[    0.008263] CPU: Physical Processor ID: 0
[    0.008268] CPU: Processor Core ID: 0
[    0.008273] mce: CPU supports 5 MCE banks
[    0.008286] CPU0: Thermal monitoring enabled (TM1)
[    0.008362] ACPI: Core revision 20120320
[    0.016107] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.016499] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.058572] CPU0: Intel(R) Atom(TM) CPU D425   @ 1.80GHz stepping 0a
[    0.060003] Performance Events: PEBS fmt0+, 8-deep LBR, Atom events, Intel PMU driver.
[    0.060003] ... version:                3
[    0.060003] ... bit width:              40
[    0.060003] ... generic registers:      2
[    0.060003] ... value mask:             000000ffffffffff
[    0.060003] ... max period:             000000007fffffff
[    0.060003] ... fixed-purpose events:   3
[    0.060003] ... event mask:             0000000700000003
[    0.068148] NMI watchdog: enabled, takes one hw-pmu counter.
[    0.080054] CPU 1 irqstacks, hard=f3cd4000 soft=f3cd6000
[    0.080060] Booting Node   0, Processors  #1
[    0.008000] Initializing CPU#1
[    0.008000] Disabled fast string operations
[    0.092069] NMI watchdog: enabled, takes one hw-pmu counter.
[    0.092166] Brought up 2 CPUs
[    0.092175] Total of 2 processors activated (7180.30 BogoMIPS).
[    0.092615] devtmpfs: initialized
[    0.092615] PM: Registering ACPI NVS region [mem 0xdf6b0000-0xdf6dffff] (196608 bytes)
[    0.092615] dummy: 
[    0.092615] NET: Registered protocol family 16
[    0.092754] ACPI: bus type pci registered
[    0.092894] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.092902] PCI: not using MMCONFIG
[    0.093295] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=2
[    0.093301] PCI: Using configuration type 1 for base access
[    0.097093] bio: create slab <bio-0> at 0
[    0.097093] ACPI: Added _OSI(Module Device)
[    0.097093] ACPI: Added _OSI(Processor Device)
[    0.097093] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.097093] ACPI: Added _OSI(Processor Aggregator Device)
[    0.100854] ACPI: EC: Look up EC in DSDT
[    0.104872] ACPI: Executed 1 blocks of module-level executable AML code
[    0.111769] ACPI: Interpreter enabled
[    0.111788] ACPI: (supports S0 S1 S4 S5)
[    0.111846] ACPI: Using IOAPIC for interrupt routing
[    0.111913] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.116322] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in ACPI motherboard resources
[    0.116329] PCI: Using MMCONFIG for extended config space
[    0.130720] ACPI: No dock devices found.
[    0.130734] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.131366] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.131808] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    0.131817] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    0.131825] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.131832] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff]
[    0.131839] pci_root PNP0A08:00: host bridge window [mem 0xdf700000-0xf7ffffff]
[    0.131846] pci_root PNP0A08:00: host bridge window [mem 0xfc000000-0xfed8ffff]
[    0.131938] PCI host bridge to bus 0000:00
[    0.131946] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.131953] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.131960] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.131967] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
[    0.131974] pci_bus 0000:00: root bus resource [mem 0xdf700000-0xf7ffffff]
[    0.131981] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfed8ffff]
[    0.132023] pci 0000:00:00.0: [8086:a000] type 00 class 0x060000
[    0.132094] pci 0000:00:02.0: [8086:a001] type 00 class 0x030000
[    0.132114] pci 0000:00:02.0: reg 10: [mem 0xfe980000-0xfe9fffff]
[    0.132127] pci 0000:00:02.0: reg 14: [io  0xdc00-0xdc07]
[    0.132139] pci 0000:00:02.0: reg 18: [mem 0xe0000000-0xefffffff pref]
[    0.132151] pci 0000:00:02.0: reg 1c: [mem 0xfe800000-0xfe8fffff]
[    0.132244] pci 0000:00:1b.0: [8086:27d8] type 00 class 0x040300
[    0.132268] pci 0000:00:1b.0: reg 10: [mem 0xfe978000-0xfe97bfff 64bit]
[    0.132343] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.132382] pci 0000:00:1c.0: [8086:27d0] type 01 class 0x060400
[    0.132458] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.132499] pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300
[    0.132553] pci 0000:00:1d.0: reg 20: [io  0xd880-0xd89f]
[    0.132600] pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300
[    0.132654] pci 0000:00:1d.1: reg 20: [io  0xd800-0xd81f]
[    0.132699] pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300
[    0.132752] pci 0000:00:1d.2: reg 20: [io  0xd480-0xd49f]
[    0.132799] pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300
[    0.132853] pci 0000:00:1d.3: reg 20: [io  0xd400-0xd41f]
[    0.132908] pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320
[    0.132935] pci 0000:00:1d.7: reg 10: [mem 0xfe977c00-0xfe977fff]
[    0.133024] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.133058] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.133141] pci 0000:00:1f.0: [8086:27bc] type 00 class 0x060100
[    0.133238] pci 0000:00:1f.0: [Firmware Bug]: TigerPoint LPC.BM_STS cleared
[    0.133288] pci 0000:00:1f.2: [8086:27c0] type 00 class 0x01018a
[    0.133310] pci 0000:00:1f.2: reg 10: [io  0x0000-0x0007]
[    0.133324] pci 0000:00:1f.2: reg 14: [io  0x0000-0x0003]
[    0.133338] pci 0000:00:1f.2: reg 18: [io  0x0000-0x0007]
[    0.133353] pci 0000:00:1f.2: reg 1c: [io  0x0000-0x0003]
[    0.133367] pci 0000:00:1f.2: reg 20: [io  0xff90-0xff9f]
[    0.133381] pci 0000:00:1f.2: reg 24: [mem 0x00000000-0x000003ff]
[    0.133416] pci 0000:00:1f.2: PME# supported from D3hot
[    0.133441] pci 0000:00:1f.3: [8086:27da] type 00 class 0x0c0500
[    0.133505] pci 0000:00:1f.3: reg 20: [io  0x0400-0x041f]
[    0.133626] pci 0000:01:00.0: [1969:1083] type 00 class 0x020000
[    0.133659] pci 0000:01:00.0: reg 10: [mem 0xfeac0000-0xfeafffff 64bit]
[    0.133678] pci 0000:01:00.0: reg 18: [io  0xec00-0xec7f]
[    0.133776] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.140039] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[    0.140049] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
[    0.140058] pci 0000:00:1c.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.140108] pci 0000:02:00.0: [2718:5125] type 00 class 0x110000
[    0.140130] pci 0000:02:00.0: reg 10: [mem 0xfebf0000-0xfebfffff]
[    0.140250] pci 0000:00:1e.0: PCI bridge to [bus 02-02] (subtractive decode)
[    0.140262] pci 0000:00:1e.0:   bridge window [mem 0xfeb00000-0xfebfffff]
[    0.140274] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.140281] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.140289] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.140296] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
[    0.140304] pci 0000:00:1e.0:   bridge window [mem 0xdf700000-0xf7ffffff] (subtractive decode)
[    0.140311] pci 0000:00:1e.0:   bridge window [mem 0xfc000000-0xfed8ffff] (subtractive decode)
[    0.140330] pci_bus 0000:00: on NUMA node 0
[    0.140340] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.140620] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[    0.140854] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
[    0.141391]  pci0000:00: Unable to request _OSC control (_OSC support mask: 0x0f)
[    0.150347] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 *10 11 12 14 15)
[    0.150501] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.150655] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 7 10 11 12 14 15)
[    0.150804] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 7 10 11 12 14 15)
[    0.150954] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.151106] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 *10 11 12 14 15)
[    0.151256] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.151408] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 *11 12 14 15)
[    0.151566] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.151566] vgaarb: loaded
[    0.151566] vgaarb: bridge control possible 0000:00:02.0
[    0.151566] PCI: Using ACPI for IRQ routing
[    0.151566] PCI: pci_cache_line_size set to 64 bytes
[    0.151566] Expanded resource reserved due to conflict with PCI Bus 0000:00
[    0.151566] reserve RAM buffer: 000000000009f800 - 000000000009ffff 
[    0.151566] reserve RAM buffer: 00000000df6a0000 - 00000000dfffffff 
[    0.152349] pnp: PnP ACPI init
[    0.152378] ACPI: bus type pnp registered
[    0.152657] pnp 00:00: [bus 00-ff]
[    0.152666] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.152673] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.152679] pnp 00:00: [io  0x0d00-0xffff window]
[    0.152686] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.152693] pnp 00:00: [mem 0x000d0000-0x000dffff window]
[    0.152700] pnp 00:00: [mem 0xdf700000-0xf7ffffff window]
[    0.152707] pnp 00:00: [mem 0xfc000000-0xfed8ffff window]
[    0.152821] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.152853] pnp 00:01: [mem 0xfed14000-0xfed19fff]
[    0.152860] pnp 00:01: [mem 0xfed90000-0xfed93fff]
[    0.152953] system 00:01: [mem 0xfed14000-0xfed19fff] has been reserved
[    0.152962] system 00:01: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.152971] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.153068] pnp 00:02: [dma 4]
[    0.153075] pnp 00:02: [io  0x0000-0x000f]
[    0.153082] pnp 00:02: [io  0x0081-0x0083]
[    0.153088] pnp 00:02: [io  0x0087]
[    0.153093] pnp 00:02: [io  0x0089-0x008b]
[    0.153099] pnp 00:02: [io  0x008f]
[    0.153105] pnp 00:02: [io  0x00c0-0x00df]
[    0.153174] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.153215] pnp 00:03: [io  0x0070-0x0071]
[    0.153234] pnp 00:03: [irq 8]
[    0.153303] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.153333] pnp 00:04: [io  0x0061]
[    0.153396] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.153427] pnp 00:05: [io  0x00f0-0x00ff]
[    0.153440] pnp 00:05: [irq 13]
[    0.153504] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.155263] pnp 00:06: [io  0x0378-0x037f]
[    0.155270] pnp 00:06: [io  0x0778-0x077f]
[    0.155284] pnp 00:06: [irq 7]
[    0.155290] pnp 00:06: [dma 3]
[    0.155705] pnp 00:06: Plug and Play ACPI device, IDs PNP0401 (active)
[    0.155946] pnp 00:07: [io  0x0010-0x001f]
[    0.155954] pnp 00:07: [io  0x0022-0x003f]
[    0.155960] pnp 00:07: [io  0x0044-0x005f]
[    0.155966] pnp 00:07: [io  0x0062-0x0063]
[    0.155972] pnp 00:07: [io  0x0065-0x006f]
[    0.155978] pnp 00:07: [io  0x0072-0x007f]
[    0.155983] pnp 00:07: [io  0x0080]
[    0.155989] pnp 00:07: [io  0x0084-0x0086]
[    0.155996] pnp 00:07: [io  0x0088]
[    0.156019] pnp 00:07: [io  0x008c-0x008e]
[    0.156025] pnp 00:07: [io  0x0090-0x009f]
[    0.156031] pnp 00:07: [io  0x00a2-0x00bf]
[    0.156037] pnp 00:07: [io  0x00e0-0x00ef]
[    0.156043] pnp 00:07: [io  0x04d0-0x04d1]
[    0.156049] pnp 00:07: [io  0x0800-0x087f]
[    0.156056] pnp 00:07: [io  0x0000-0xffffffff disabled]
[    0.156062] pnp 00:07: [io  0x0480-0x04bf]
[    0.156068] pnp 00:07: [mem 0xfed1c000-0xfed1ffff]
[    0.156075] pnp 00:07: [mem 0xfed20000-0xfed8ffff]
[    0.156194] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    0.156203] system 00:07: [io  0x0800-0x087f] has been reserved
[    0.156211] system 00:07: [io  0x0480-0x04bf] has been reserved
[    0.156220] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.156228] system 00:07: [mem 0xfed20000-0xfed8ffff] has been reserved
[    0.156237] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.156482] pnp 00:08: [mem 0xffb80000-0xffbfffff]
[    0.156490] pnp 00:08: [mem 0xfff80000-0xffffffff]
[    0.156564] pnp 00:08: Plug and Play ACPI device, IDs INT0800 (active)
[    0.156697] pnp 00:09: [mem 0xffc00000-0xfff7ffff]
[    0.156800] system 00:09: [mem 0xffc00000-0xfff7ffff] has been reserved
[    0.156810] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.157085] pnp 00:0a: [io  0x0060]
[    0.157092] pnp 00:0a: [io  0x0064]
[    0.157099] pnp 00:0a: [mem 0xfec00000-0xfec00fff]
[    0.157105] pnp 00:0a: [mem 0xfee00000-0xfee00fff]
[    0.157214] system 00:0a: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.157223] system 00:0a: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.157232] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.158067] pnp 00:0b: [io  0x03f8-0x03ff]
[    0.158083] pnp 00:0b: [irq 4]
[    0.158090] pnp 00:0b: [dma 0 disabled]
[    0.158277] pnp 00:0b: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.158547] pnp 00:0c: [io  0x0000-0xffffffff disabled]
[    0.158555] pnp 00:0c: [io  0x0280-0x028f]
[    0.158561] pnp 00:0c: [io  0x0290-0x029f]
[    0.158668] system 00:0c: [io  0x0280-0x028f] has been reserved
[    0.158677] system 00:0c: [io  0x0290-0x029f] has been reserved
[    0.158686] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.158793] pnp 00:0d: [mem 0xf8000000-0xfbffffff]
[    0.158895] system 00:0d: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.158905] system 00:0d: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.159404] pnp 00:0e: [mem 0x00000000-0x0009ffff]
[    0.159412] pnp 00:0e: [mem 0x000c0000-0x000cffff]
[    0.159418] pnp 00:0e: [mem 0x000e0000-0x000fffff]
[    0.159425] pnp 00:0e: [mem 0x00100000-0xdf6fffff]
[    0.159435] pnp 00:0e: [mem 0xfed90000-0xffffffff]
[    0.159555] system 00:0e: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.159565] system 00:0e: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.159573] system 00:0e: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.159582] system 00:0e: [mem 0x00100000-0xdf6fffff] could not be reserved
[    0.159590] system 00:0e: [mem 0xfed90000-0xffffffff] could not be reserved
[    0.159600] system 00:0e: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.160028] pnp: PnP ACPI: found 15 devices
[    0.160034] ACPI: ACPI bus type pnp unregistered
[    0.160041] PnPBIOS: Disabled by ACPI PNP
[    0.200088] Switching to clocksource acpi_pm
[    0.200164] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01-01] add_size 200000
[    0.200190] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.200204] pci 0000:00:1c.0: BAR 15: assigned [mem 0xf0000000-0xf01fffff 64bit pref]
[    0.200214] pci 0000:00:1f.2: BAR 5: assigned [mem 0xf0200000-0xf02003ff]
[    0.200227] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[    0.200235] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
[    0.200245] pci 0000:00:1c.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.200254] pci 0000:00:1c.0:   bridge window [mem 0xf0000000-0xf01fffff 64bit pref]
[    0.200266] pci 0000:00:1e.0: PCI bridge to [bus 02-02]
[    0.200276] pci 0000:00:1e.0:   bridge window [mem 0xfeb00000-0xfebfffff]
[    0.200330] pci 0000:00:1e.0: setting latency timer to 64
[    0.200339] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.200346] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.200353] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.200360] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
[    0.200367] pci_bus 0000:00: resource 8 [mem 0xdf700000-0xf7ffffff]
[    0.200373] pci_bus 0000:00: resource 9 [mem 0xfc000000-0xfed8ffff]
[    0.200380] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.200387] pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
[    0.200394] pci_bus 0000:01: resource 2 [mem 0xf0000000-0xf01fffff 64bit pref]
[    0.200402] pci_bus 0000:02: resource 1 [mem 0xfeb00000-0xfebfffff]
[    0.200408] pci_bus 0000:02: resource 4 [io  0x0000-0x0cf7]
[    0.200415] pci_bus 0000:02: resource 5 [io  0x0d00-0xffff]
[    0.200422] pci_bus 0000:02: resource 6 [mem 0x000a0000-0x000bffff]
[    0.200428] pci_bus 0000:02: resource 7 [mem 0x000d0000-0x000dffff]
[    0.200435] pci_bus 0000:02: resource 8 [mem 0xdf700000-0xf7ffffff]
[    0.200442] pci_bus 0000:02: resource 9 [mem 0xfc000000-0xfed8ffff]
[    0.200639] NET: Registered protocol family 2
[    0.200794] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.201205] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.202066] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.202467] TCP: Hash tables configured (established 131072 bind 65536)
[    0.202473] TCP: reno registered
[    0.202483] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.202502] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.202772] NET: Registered protocol family 1
[    0.202811] pci 0000:00:02.0: Boot video device
[    0.203048] PCI: CLS 32 bytes, default 64
[    0.203166] Unpacking initramfs...
[    0.781174] Freeing initrd memory: 13716k freed
[    0.791744] audit: initializing netlink socket (disabled)
[    0.791782] type=2000 audit(1567191191.788:1): initialized
[    0.815275] highmem bounce pool size: 64 pages
[    0.815288] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.815855] VFS: Disk quotas dquot_6.5.2
[    0.815928] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.816157] msgmni has been set to 1691
[    0.816586] alg: No test for stdrng (krng)
[    0.816669] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.816678] io scheduler noop registered
[    0.816683] io scheduler deadline registered
[    0.816740] io scheduler cfq registered (default)
[    0.817032] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.817076] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.817082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.817839] GHES: HEST is not enabled!
[    0.817869] isapnp: Scanning for PnP cards...
[    1.171764] isapnp: No Plug & Play device found
[    1.171920] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.192319] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.213418] 00:0b: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.213811] Linux agpgart interface v0.103
[    1.214036] agpgart-intel 0000:00:00.0: Intel GMA3150 Chipset
[    1.214207] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[    1.214418] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[    1.214640] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[    1.214945] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    1.217338] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.217373] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.217728] mousedev: PS/2 mouse device common for all mice
[    1.217805] rtc_cmos 00:03: RTC can wake from S4
[    1.218022] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    1.218057] rtc0: alarms up to one month, y3k, 114 bytes nvram
[    1.218327] TCP: cubic registered
[    1.218496] NET: Registered protocol family 10
[    1.218987] Mobile IPv6
[    1.218995] NET: Registered protocol family 17
[    1.219008] Registering the dns_resolver key type
[    1.219112] Using IPI No-Shortcut mode
[    1.219444] PM: Hibernation image not present or could not be loaded.
[    1.219474] registered taskstats version 1
[    1.220149] rtc_cmos 00:03: setting system clock to 2019-08-30 18:53:12 UTC (1567191192)
[    1.220374] Freeing unused kernel memory: 416k freed
[    1.220751] Write protecting the kernel text: 3496k
[    1.220808] Write protecting the kernel read-only data: 984k
[    1.250353] udevd[49]: starting version 175
[    1.291875] usbcore: registered new interface driver usbfs
[    1.291956] usbcore: registered new interface driver hub
[    1.304136] usbcore: registered new device driver usb
[    1.305440] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.305602] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    1.305617] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    1.305706] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    1.305758] ehci_hcd 0000:00:1d.7: using broken periodic workaround
[    1.305782] ehci_hcd 0000:00:1d.7: debug port 1
[    1.331415] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[    1.331479] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfe977c00
[    1.343788] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.343916] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.343928] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.343939] usb usb1: Product: EHCI Host Controller
[    1.343947] usb usb1: Manufacturer: Linux 3.4-9-rtai-686-pae ehci_hcd
[    1.343956] usb usb1: SerialNumber: 0000:00:1d.7
[    1.344439] hub 1-0:1.0: USB hub found
[    1.344464] hub 1-0:1.0: 8 ports detected
[    1.345704] uhci_hcd: USB Universal Host Controller Interface driver
[    1.345827] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.345839] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.345876] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.345928] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000d880
[    1.346056] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.346067] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.346076] usb usb2: Product: UHCI Host Controller
[    1.346085] usb usb2: Manufacturer: Linux 3.4-9-rtai-686-pae uhci_hcd
[    1.346094] usb usb2: SerialNumber: 0000:00:1d.0
[    1.354536] hub 2-0:1.0: USB hub found
[    1.354556] hub 2-0:1.0: 2 ports detected
[    1.354854] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    1.354866] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.354897] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    1.354990] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000d800
[    1.355112] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.355123] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.355132] usb usb3: Product: UHCI Host Controller
[    1.355141] usb usb3: Manufacturer: Linux 3.4-9-rtai-686-pae uhci_hcd
[    1.355150] usb usb3: SerialNumber: 0000:00:1d.1
[    1.361219] hub 3-0:1.0: USB hub found
[    1.361243] hub 3-0:1.0: 2 ports detected
[    1.361540] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    1.361552] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.361583] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    1.361676] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000d480
[    1.364546] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.364559] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.364569] usb usb4: Product: UHCI Host Controller
[    1.364578] usb usb4: Manufacturer: Linux 3.4-9-rtai-686-pae uhci_hcd
[    1.364587] usb usb4: SerialNumber: 0000:00:1d.2
[    1.364984] hub 4-0:1.0: USB hub found
[    1.365004] hub 4-0:1.0: 2 ports detected
[    1.365302] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[    1.365314] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    1.365349] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[    1.365432] uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000d400
[    1.365550] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.365561] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.365570] usb usb5: Product: UHCI Host Controller
[    1.365578] usb usb5: Manufacturer: Linux 3.4-9-rtai-686-pae uhci_hcd
[    1.365586] usb usb5: SerialNumber: 0000:00:1d.3
[    1.368650] hub 5-0:1.0: USB hub found
[    1.368671] hub 5-0:1.0: 2 ports detected
[    1.378763] SCSI subsystem initialized
[    1.408153] libata version 3.00 loaded.
[    1.409213] ata_piix 0000:00:1f.2: version 2.13
[    1.409245] ata_piix 0000:00:1f.2: enabling device (0005 -> 0007)
[    1.409269] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    1.409367] ata_piix 0000:00:1f.2: setting latency timer to 64
[    1.427209] scsi0 : ata_piix
[    1.432281] scsi1 : ata_piix
[    1.441185] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xff90 irq 14
[    1.441197] ata2: SATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xff98 irq 15
[    1.456181] microcode: CPU0 sig=0x106ca, pf=0x1, revision=0x107
[    1.496693] atl1c 0000:01:00.0: version 1.0.1.0-NAPI
[    1.525010] microcode: CPU1 sig=0x106ca, pf=0x1, revision=0x107
[    1.532500] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    1.608396] ata1.00: ATA-6: WDC WD1200JD-00GBB0, 02.05D02, max UDMA/100
[    1.608407] ata1.00: 234441648 sectors, multi 16: LBA48 
[    1.608416] ata1.00: applying bridge limits
[    1.625657] ata1.00: configured for UDMA/100
[    1.625931] scsi 0:0:0:0: Direct-Access     ATA      WDC WD1200JD-00G 02.0 PQ: 0 ANSI: 5
[    1.638034] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
[    1.638305] sd 0:0:0:0: [sda] Write Protect is off
[    1.638318] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.638433] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.683875]  sda: sda1 sda2 < sda5 >
[    1.685008] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.689437] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.788044] Refined TSC clocksource calibration: 1795.029 MHz.
[    1.788058] Switching to clocksource tsc
[    1.952046] usb 2-1: new low-speed USB device number 2 using uhci_hcd
[    2.126055] usb 2-1: New USB device found, idVendor=0b35, idProduct=1100
[    2.126065] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.126072] usb 2-1: Product: Storm Keyboard
[    2.126077] usb 2-1: Manufacturer: Storm
[    2.150973] input: Storm Storm Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/input/input0
[    2.151170] generic-usb 0003:0B35:1100.0001: input,hidraw0: USB HID v1.00 Keyboard [Storm Storm Keyboard] on usb-0000:00:1d.0-1/input0
[    2.151271] usbcore: registered new interface driver usbhid
[    2.151280] usbhid: USB HID core driver
[    2.368037] usb 2-2: new full-speed USB device number 3 using uhci_hcd
[    2.529066] usb 2-2: New USB device found, idVendor=0596, idProduct=0001
[    2.529075] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.529082] usb 2-2: Product: 3M USB Touchscreen - EX II
[    2.529088] usb 2-2: Manufacturer: 3M
[    7.138665] PM: Starting manual resume from disk
[    7.138675] PM: Hibernation image partition 8:5 present
[    7.138680] PM: Looking for hibernation image.
[    7.138994] PM: Image not found (code -22)
[    7.139000] PM: Hibernation image not present or could not be loaded.
[    7.214335] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    9.334216] udevd[334]: starting version 175
[    9.795928] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    9.795948] ACPI: Power Button [PWRB]
[    9.796180] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    9.796197] ACPI: Power Button [PWRF]
[    9.977790] [drm] Initialized drm 1.1.0 20060810
[   10.140167] iTCO_vendor_support: vendor-support=0
[   10.141590] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
[   10.141846] iTCO_wdt: Found a NM10 TCO device (Version=2, TCOBASE=0x0860)
[   10.142881] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   10.355710] i915 0000:00:02.0: setting latency timer to 64
[   10.400706] coretemp coretemp.0: Using relative temperature scale!
[   10.410070] mtrr: type mismatch for e0000000,10000000 old: write-back new: write-combining
[   10.410083] [drm] MTRR allocation failed.  Graphics performance may suffer.
[   10.410917] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[   10.410928] [drm] Driver supports precise vblank timestamp query.
[   10.411048] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   10.411799] fixme: max PWM is zero.
[   10.439970] [drm] initialized overlay support
[   10.482847] fbcon: inteldrmfb (fb0) is primary device
[   10.494859] parport_pc 00:06: reported by Plug and Play ACPI
[   10.494924] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE]
[   10.517725] [drm] Changing LVDS panel from (+hsync, +vsync) to (-hsync, -vsync)
[   10.573358] Console: switching to colour frame buffer device 128x48
[   10.583117] fb0: inteldrmfb frame buffer device
[   10.583126] drm: registered panic notifier
[   10.583162] No ACPI video bus found
[   10.583271] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[   10.782130] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input3
[   10.782390] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input4
[   10.782641] input: HDA Intel Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
[   11.304499] input: 3M 3M USB Touchscreen - EX II as /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input6
[   11.304865] usbcore: registered new interface driver usbtouchscreen
[   12.964646] Adding 4789244k swap on /dev/sda5.  Priority:-1 extents:1 across:4789244k 
[   12.999149] EXT4-fs (sda1): re-mounted. Opts: (null)
[   13.316156] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[   13.469777] loop: module loaded
[   15.599017] RPC: Registered named UNIX socket transport module.
[   15.599029] RPC: Registered udp transport module.
[   15.599036] RPC: Registered tcp transport module.
[   15.599042] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   15.648982] FS-Cache: Loaded
[   15.696350] NFS: Registering the id_resolver key type
[   15.696405] FS-Cache: Netfs 'nfs' registered for caching
[   15.714421] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   18.181921] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input7
[   20.150718] Bluetooth: Core ver 2.16
[   20.150775] NET: Registered protocol family 31
[   20.150783] Bluetooth: HCI device and connection manager initialized
[   20.150792] Bluetooth: HCI socket layer initialized
[   20.150799] Bluetooth: L2CAP socket layer initialized
[   20.150818] Bluetooth: SCO socket layer initialized
[   20.196236] Bluetooth: RFCOMM TTY layer initialized
[   20.196255] Bluetooth: RFCOMM socket layer initialized
[   20.196265] Bluetooth: RFCOMM ver 1.11
[   20.223728] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   20.223740] Bluetooth: BNEP filters: protocol multicast
[   20.747365] lp0: using parport0 (interrupt-driven).
[   20.966594] ppdev: user-space parallel port driver
[   22.702668] atl1c 0000:01:00.0: Unable to allocate MSI interrupt Error: -1
[   22.784729] ADDRCONF(NETDEV_UP): eth0: link is not ready
[  209.585515] I-pipe: head domain RTAI registered.
[  209.585533] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[  209.585599] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[  209.585612] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 12465440, CLK_FREQ 1795077000, CPU_FREQ 1795077000
[  209.585622] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[  209.585633] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 12465440, 12465440, 12362750
[  209.661067] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[  209.661156] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[  209.661169] RTAI[sched]: hard timer type/freq = APIC/12465440(Hz); default timing: oneshot; linear timed lists.
[  209.661178] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 1795077000 hz.
[  209.661184] RTAI[sched]: timer setup = 999 ns, resched latency = 2943 ns.
[  209.683528] RTAI[math]: loaded.
[  209.976785] hm2: loading Mesa HostMot2 driver version 0.15
[  209.995822] hm2_pci: loading Mesa AnyIO HostMot2 driver version 0.7
[  209.995923] hm2_pci: discovered 5i25 at 0000:02:00.0
[  209.996494] hm2/hm2_5i25.0: Smart Serial Firmware Version 43
[  210.053482] Board hm2_5i25.0.7i76.0.0 Hardware Mode 0 = standard
[  210.055541] Board hm2_5i25.0.7i76.0.0 Software Mode 0 = io_spin
[  210.058119] Board hm2_5i25.0.7i76.0.0 Software Mode 1 = io_ana_spin
[  210.061695] Board hm2_5i25.0.7i76.0.0 Software Mode 2 = io_enc_ana_spin_fv
[  210.240698] hm2/hm2_5i25.0: 34 I/O Pins used:
[  210.240709] hm2/hm2_5i25.0:     IO Pin 000 (P3-01): StepGen #0, pin Direction (Output)
[  210.240718] hm2/hm2_5i25.0:     IO Pin 001 (P3-14): StepGen #0, pin Step (Output)
[  210.240725] hm2/hm2_5i25.0:     IO Pin 002 (P3-02): StepGen #1, pin Direction (Output)
[  210.240733] hm2/hm2_5i25.0:     IO Pin 003 (P3-15): StepGen #1, pin Step (Output)
[  210.240740] hm2/hm2_5i25.0:     IO Pin 004 (P3-03): StepGen #2, pin Direction (Output)
[  210.240748] hm2/hm2_5i25.0:     IO Pin 005 (P3-16): StepGen #2, pin Step (Output)
[  210.240755] hm2/hm2_5i25.0:     IO Pin 006 (P3-04): StepGen #3, pin Direction (Output)
[  210.240763] hm2/hm2_5i25.0:     IO Pin 007 (P3-17): StepGen #3, pin Step (Output)
[  210.240770] hm2/hm2_5i25.0:     IO Pin 008 (P3-05): StepGen #4, pin Direction (Output)
[  210.240778] hm2/hm2_5i25.0:     IO Pin 009 (P3-06): StepGen #4, pin Step (Output)
[  210.240786] hm2/hm2_5i25.0:     IO Pin 010 (P3-07): Smart Serial Interface #0, pin TxData0 (Output)
[  210.240794] hm2/hm2_5i25.0:     IO Pin 011 (P3-08): Smart Serial Interface #0, pin RxData0 (Input)
[  210.240801] hm2/hm2_5i25.0:     IO Pin 012 (P3-09): IOPort
[  210.240808] hm2/hm2_5i25.0:     IO Pin 013 (P3-10): IOPort
[  210.240815] hm2/hm2_5i25.0:     IO Pin 014 (P3-11): Muxed Encoder #0, pin Muxed Index (Input)
[  210.240823] hm2/hm2_5i25.0:     IO Pin 015 (P3-12): Muxed Encoder #0, pin Muxed B (Input)
[  210.240831] hm2/hm2_5i25.0:     IO Pin 016 (P3-13): Muxed Encoder #0, pin Muxed A (Input)
[  210.240838] hm2/hm2_5i25.0:     IO Pin 017 (P2-01): IOPort
[  210.240844] hm2/hm2_5i25.0:     IO Pin 018 (P2-14): IOPort
[  210.240850] hm2/hm2_5i25.0:     IO Pin 019 (P2-02): IOPort
[  210.240856] hm2/hm2_5i25.0:     IO Pin 020 (P2-15): IOPort
[  210.240863] hm2/hm2_5i25.0:     IO Pin 021 (P2-03): IOPort
[  210.240869] hm2/hm2_5i25.0:     IO Pin 022 (P2-16): IOPort
[  210.240875] hm2/hm2_5i25.0:     IO Pin 023 (P2-04): IOPort
[  210.240881] hm2/hm2_5i25.0:     IO Pin 024 (P2-17): IOPort
[  210.240887] hm2/hm2_5i25.0:     IO Pin 025 (P2-05): IOPort
[  210.240894] hm2/hm2_5i25.0:     IO Pin 026 (P2-06): IOPort
[  210.240900] hm2/hm2_5i25.0:     IO Pin 027 (P2-07): IOPort
[  210.240906] hm2/hm2_5i25.0:     IO Pin 028 (P2-08): IOPort
[  210.240912] hm2/hm2_5i25.0:     IO Pin 029 (P2-09): IOPort
[  210.240919] hm2/hm2_5i25.0:     IO Pin 030 (P2-10): IOPort
[  210.240925] hm2/hm2_5i25.0:     IO Pin 031 (P2-11): IOPort
[  210.240931] hm2/hm2_5i25.0:     IO Pin 032 (P2-12): IOPort
[  210.240937] hm2/hm2_5i25.0:     IO Pin 033 (P2-13): IOPort
[  210.241252] hm2/hm2_5i25.0: registered
[  210.241259] hm2_5i25.0: initialized AnyIO board at 0000:02:00.0
[  211.729594] hm2_5i25.0: dropping AnyIO board at 0000:02:00.0
[  211.729608] hm2/hm2_5i25.0: unregistered
[  211.729714] hm2_pci: driver unloaded
[  211.734183] hm2: unloading
[  214.054186] RTAI[math]: unloaded.
[  214.058698] SCHED releases registered named ALIEN PEDV$D
[  214.069493] RTAI[malloc]: unloaded.
[  214.168040] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[  214.172770] I-pipe: head domain RTAI unregistered.
[  214.172850] RTAI[hal]: unmounted.
[  351.081978] I-pipe: head domain RTAI registered.
[  351.081992] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[  351.082067] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[  351.082076] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 12465440, CLK_FREQ 1795077000, CPU_FREQ 1795077000
[  351.082084] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[  351.082092] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 12465440, 12465440, 12362000
[  351.099512] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[  351.099591] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[  351.099603] RTAI[sched]: hard timer type/freq = APIC/12465440(Hz); default timing: oneshot; linear timed lists.
[  351.099611] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 1795077000 hz.
[  351.099618] RTAI[sched]: timer setup = 999 ns, resched latency = 2943 ns.
[  351.114397] RTAI[math]: loaded.
[  351.315096] hm2: loading Mesa HostMot2 driver version 0.15
[  351.319811] hm2_pci: loading Mesa AnyIO HostMot2 driver version 0.7
[  351.319889] hm2_pci: discovered 5i25 at 0000:02:00.0
[  351.320837] hm2/hm2_5i25.0: Smart Serial Firmware Version 43
[  351.377840] Board hm2_5i25.0.7i76.0.0 Hardware Mode 0 = standard
[  351.379899] Board hm2_5i25.0.7i76.0.0 Software Mode 0 = io_spin
[  351.382528] Board hm2_5i25.0.7i76.0.0 Software Mode 1 = io_ana_spin
[  351.386054] Board hm2_5i25.0.7i76.0.0 Software Mode 2 = io_enc_ana_spin_fv
[  351.565662] hm2/hm2_5i25.0: 34 I/O Pins used:
[  351.565674] hm2/hm2_5i25.0:     IO Pin 000 (P3-01): StepGen #0, pin Direction (Output)
[  351.565683] hm2/hm2_5i25.0:     IO Pin 001 (P3-14): StepGen #0, pin Step (Output)
[  351.565690] hm2/hm2_5i25.0:     IO Pin 002 (P3-02): StepGen #1, pin Direction (Output)
[  351.565698] hm2/hm2_5i25.0:     IO Pin 003 (P3-15): StepGen #1, pin Step (Output)
[  351.565706] hm2/hm2_5i25.0:     IO Pin 004 (P3-03): StepGen #2, pin Direction (Output)
[  351.565713] hm2/hm2_5i25.0:     IO Pin 005 (P3-16): StepGen #2, pin Step (Output)
[  351.565721] hm2/hm2_5i25.0:     IO Pin 006 (P3-04): StepGen #3, pin Direction (Output)
[  351.565728] hm2/hm2_5i25.0:     IO Pin 007 (P3-17): StepGen #3, pin Step (Output)
[  351.565735] hm2/hm2_5i25.0:     IO Pin 008 (P3-05): StepGen #4, pin Direction (Output)
[  351.565743] hm2/hm2_5i25.0:     IO Pin 009 (P3-06): StepGen #4, pin Step (Output)
[  351.565751] hm2/hm2_5i25.0:     IO Pin 010 (P3-07): Smart Serial Interface #0, pin TxData0 (Output)
[  351.565759] hm2/hm2_5i25.0:     IO Pin 011 (P3-08): Smart Serial Interface #0, pin RxData0 (Input)
[  351.565766] hm2/hm2_5i25.0:     IO Pin 012 (P3-09): IOPort
[  351.565773] hm2/hm2_5i25.0:     IO Pin 013 (P3-10): IOPort
[  351.565780] hm2/hm2_5i25.0:     IO Pin 014 (P3-11): Muxed Encoder #0, pin Muxed Index (Input)
[  351.565788] hm2/hm2_5i25.0:     IO Pin 015 (P3-12): Muxed Encoder #0, pin Muxed B (Input)
[  351.565796] hm2/hm2_5i25.0:     IO Pin 016 (P3-13): Muxed Encoder #0, pin Muxed A (Input)
[  351.565802] hm2/hm2_5i25.0:     IO Pin 017 (P2-01): IOPort
[  351.565809] hm2/hm2_5i25.0:     IO Pin 018 (P2-14): IOPort
[  351.565815] hm2/hm2_5i25.0:     IO Pin 019 (P2-02): IOPort
[  351.565821] hm2/hm2_5i25.0:     IO Pin 020 (P2-15): IOPort
[  351.565827] hm2/hm2_5i25.0:     IO Pin 021 (P2-03): IOPort
[  351.565833] hm2/hm2_5i25.0:     IO Pin 022 (P2-16): IOPort
[  351.565840] hm2/hm2_5i25.0:     IO Pin 023 (P2-04): IOPort
[  351.565846] hm2/hm2_5i25.0:     IO Pin 024 (P2-17): IOPort
[  351.565852] hm2/hm2_5i25.0:     IO Pin 025 (P2-05): IOPort
[  351.565858] hm2/hm2_5i25.0:     IO Pin 026 (P2-06): IOPort
[  351.565864] hm2/hm2_5i25.0:     IO Pin 027 (P2-07): IOPort
[  351.565871] hm2/hm2_5i25.0:     IO Pin 028 (P2-08): IOPort
[  351.565877] hm2/hm2_5i25.0:     IO Pin 029 (P2-09): IOPort
[  351.565883] hm2/hm2_5i25.0:     IO Pin 030 (P2-10): IOPort
[  351.565889] hm2/hm2_5i25.0:     IO Pin 031 (P2-11): IOPort
[  351.565895] hm2/hm2_5i25.0:     IO Pin 032 (P2-12): IOPort
[  351.565902] hm2/hm2_5i25.0:     IO Pin 033 (P2-13): IOPort
[  351.566222] hm2/hm2_5i25.0: registered
[  351.566229] hm2_5i25.0: initialized AnyIO board at 0000:02:00.0
[  352.366031] hm2_5i25.0: dropping AnyIO board at 0000:02:00.0
[  352.366048] hm2/hm2_5i25.0: unregistered
[  352.366893] hm2_pci: driver unloaded
[  352.375111] hm2: unloading
[  354.610191] RTAI[math]: unloaded.
[  354.614798] SCHED releases registered named ALIEN PEDV$D
[  354.624605] RTAI[malloc]: unloaded.
[  354.724032] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[  354.728247] I-pipe: head domain RTAI unregistered.
[  354.728322] RTAI[hal]: unmounted.
[ 1504.396041] usb 4-1: new full-speed USB device number 2 using uhci_hcd
[ 1504.614083] usb 4-1: New USB device found, idVendor=25a7, idProduct=fa23
[ 1504.614093] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1504.614100] usb 4-1: Product: 2.4G Receiver
[ 1504.614105] usb 4-1: Manufacturer: Compx
[ 1504.620083] input: Compx 2.4G Receiver as /devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.0/input/input8
[ 1504.620600] generic-usb 0003:25A7:FA23.0002: input,hidraw1: USB HID v1.10 Keyboard [Compx 2.4G Receiver] on usb-0000:00:1d.2-1/input0
[ 1504.628144] input: Compx 2.4G Receiver as /devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.1/input/input9
[ 1504.628887] generic-usb 0003:25A7:FA23.0003: input,hiddev0,hidraw2: USB HID v1.10 Mouse [Compx 2.4G Receiver] on usb-0000:00:1d.2-1/input1
[ 1640.597909] I-pipe: head domain RTAI registered.
[ 1640.597927] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[ 1640.597994] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[ 1640.598006] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 12465440, CLK_FREQ 1795077000, CPU_FREQ 1795077000
[ 1640.598016] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[ 1640.598028] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 12465440, 12465440, 12352250
[ 1640.615563] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[ 1640.615651] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[ 1640.615664] RTAI[sched]: hard timer type/freq = APIC/12465440(Hz); default timing: oneshot; linear timed lists.
[ 1640.615672] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 1795077000 hz.
[ 1640.615679] RTAI[sched]: timer setup = 999 ns, resched latency = 2943 ns.
[ 1640.641078] RTAI[math]: loaded.
[ 1640.844671] hm2: loading Mesa HostMot2 driver version 0.15
[ 1640.848932] hm2_pci: loading Mesa AnyIO HostMot2 driver version 0.7
[ 1640.849047] hm2_pci: discovered 5i25 at 0000:02:00.0
[ 1640.850061] hm2/hm2_5i25.0: Smart Serial Firmware Version 43
[ 1640.907055] Board hm2_5i25.0.7i76.0.0 Hardware Mode 0 = standard
[ 1640.909174] Board hm2_5i25.0.7i76.0.0 Software Mode 0 = io_spin
[ 1640.911799] Board hm2_5i25.0.7i76.0.0 Software Mode 1 = io_ana_spin
[ 1640.915423] Board hm2_5i25.0.7i76.0.0 Software Mode 2 = io_enc_ana_spin_fv
[ 1641.095039] hm2/hm2_5i25.0: 34 I/O Pins used:
[ 1641.095050] hm2/hm2_5i25.0:     IO Pin 000 (P3-01): StepGen #0, pin Direction (Output)
[ 1641.095058] hm2/hm2_5i25.0:     IO Pin 001 (P3-14): StepGen #0, pin Step (Output)
[ 1641.095066] hm2/hm2_5i25.0:     IO Pin 002 (P3-02): StepGen #1, pin Direction (Output)
[ 1641.095073] hm2/hm2_5i25.0:     IO Pin 003 (P3-15): StepGen #1, pin Step (Output)
[ 1641.095081] hm2/hm2_5i25.0:     IO Pin 004 (P3-03): StepGen #2, pin Direction (Output)
[ 1641.095088] hm2/hm2_5i25.0:     IO Pin 005 (P3-16): StepGen #2, pin Step (Output)
[ 1641.095096] hm2/hm2_5i25.0:     IO Pin 006 (P3-04): StepGen #3, pin Direction (Output)
[ 1641.095103] hm2/hm2_5i25.0:     IO Pin 007 (P3-17): StepGen #3, pin Step (Output)
[ 1641.095110] hm2/hm2_5i25.0:     IO Pin 008 (P3-05): StepGen #4, pin Direction (Output)
[ 1641.095118] hm2/hm2_5i25.0:     IO Pin 009 (P3-06): StepGen #4, pin Step (Output)
[ 1641.095126] hm2/hm2_5i25.0:     IO Pin 010 (P3-07): Smart Serial Interface #0, pin TxData0 (Output)
[ 1641.095134] hm2/hm2_5i25.0:     IO Pin 011 (P3-08): Smart Serial Interface #0, pin RxData0 (Input)
[ 1641.095141] hm2/hm2_5i25.0:     IO Pin 012 (P3-09): IOPort
[ 1641.095147] hm2/hm2_5i25.0:     IO Pin 013 (P3-10): IOPort
[ 1641.095155] hm2/hm2_5i25.0:     IO Pin 014 (P3-11): Muxed Encoder #0, pin Muxed Index (Input)
[ 1641.095162] hm2/hm2_5i25.0:     IO Pin 015 (P3-12): Muxed Encoder #0, pin Muxed B (Input)
[ 1641.095170] hm2/hm2_5i25.0:     IO Pin 016 (P3-13): Muxed Encoder #0, pin Muxed A (Input)
[ 1641.095177] hm2/hm2_5i25.0:     IO Pin 017 (P2-01): IOPort
[ 1641.095183] hm2/hm2_5i25.0:     IO Pin 018 (P2-14): IOPort
[ 1641.095189] hm2/hm2_5i25.0:     IO Pin 019 (P2-02): IOPort
[ 1641.095195] hm2/hm2_5i25.0:     IO Pin 020 (P2-15): IOPort
[ 1641.095201] hm2/hm2_5i25.0:     IO Pin 021 (P2-03): IOPort
[ 1641.095207] hm2/hm2_5i25.0:     IO Pin 022 (P2-16): IOPort
[ 1641.095214] hm2/hm2_5i25.0:     IO Pin 023 (P2-04): IOPort
[ 1641.095220] hm2/hm2_5i25.0:     IO Pin 024 (P2-17): IOPort
[ 1641.095226] hm2/hm2_5i25.0:     IO Pin 025 (P2-05): IOPort
[ 1641.095232] hm2/hm2_5i25.0:     IO Pin 026 (P2-06): IOPort
[ 1641.095238] hm2/hm2_5i25.0:     IO Pin 027 (P2-07): IOPort
[ 1641.095244] hm2/hm2_5i25.0:     IO Pin 028 (P2-08): IOPort
[ 1641.095250] hm2/hm2_5i25.0:     IO Pin 029 (P2-09): IOPort
[ 1641.095256] hm2/hm2_5i25.0:     IO Pin 030 (P2-10): IOPort
[ 1641.095263] hm2/hm2_5i25.0:     IO Pin 031 (P2-11): IOPort
[ 1641.095269] hm2/hm2_5i25.0:     IO Pin 032 (P2-12): IOPort
[ 1641.095275] hm2/hm2_5i25.0:     IO Pin 033 (P2-13): IOPort
[ 1641.095590] hm2/hm2_5i25.0: registered
[ 1641.095597] hm2_5i25.0: initialized AnyIO board at 0000:02:00.0
[ 1641.623970] hm2_5i25.0: dropping AnyIO board at 0000:02:00.0
[ 1641.623984] hm2/hm2_5i25.0: unregistered
[ 1641.624094] hm2_pci: driver unloaded
[ 1641.628548] hm2: unloading
[ 1643.836087] RTAI[math]: unloaded.
[ 1643.840439] SCHED releases registered named ALIEN PEDV$D
[ 1643.848609] RTAI[malloc]: unloaded.
[ 1643.948028] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[ 1643.952403] I-pipe: head domain RTAI unregistered.
[ 1643.952482] RTAI[hal]: unmounted.

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

More
01 Sep 2019 19:28 #143802 by andypugh

HAL: ERROR: function 'and2.0' not found


You can't "addf" the function until you you have "loadrt"-ed the component.
The following user(s) said Thank You: Toolman321

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

Moderators: newbynobiHansU
Time to create page: 0.678 seconds
Powered by Kunena Forum