Limit Switch Troubles - HAL Debounce

More
26 Apr 2020 20:47 #165698 by andypugh

The example you posted includes lines for all three axes. However, not sure if that's or necessary/preferred for my situation where I have all of the NC switches in series on a single input pin on the BOB. Would you please comment on that ?


The sample was for one switch controlling all axes.

In practical terms it doesn't matter which limit switch you trip, the machine will stop anyway.
But for home switches you do need to link all axes.

Also, in your most recent reply to ytiuqibu below you mention having two separate values for Homing and Limit Switch tripping. Can I request/beg/cajole you to point me to or post an example on how to do that when using the combined switches ?


Change the cfg= to 1,1 then you will have two debounces, each with one channel. debounce.0 and debounce.1. Just copy the debounce.0 stuff and choose a different time for the home-switch one.
The following user(s) said Thank You: jay.perez1

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

More
26 Apr 2020 22:10 - 26 Apr 2020 22:12 #165707 by jay.perez1
Thanks Andy,

I added the code below to my HAL file and changed the Input to Pin #12 to match the pin on my BOB.

Launching LCNC fails now with the error message in the attached picture.

If you would please indulge me if possible by providing the exact code I need to cut and paste I'd really appreciate it.

Right now my goal is to get a simple 3 axis machine going with basic functionality so I can run LCNC to evaluate the machine's movement and the user interface for possible consideration for use on our Makerspace's 3 CNCs. If we decide to go farther we will be using something like the MESA boards and we will delve into the details of the HAL files at that time. (It will be a more talented member of our team doing that work to be sure ...) ;-)

Jay



loadrt debounce cgf=1,1 (This is line 117 in my HAL file.)

addf debounce.0 base-thread
setp debounce.0.time 20

addf debounce.1 base-thread
setp debounce.1.time 100

net limit_raw parport.0.pin-12-in => debounce.0.0.in
net limit_filt debounce.0.0.out

net limit_filt axis.0.neg−lim−sw−in axis.0.pos-lim-sw-in
net limit_filt axis.0.home-sw-in

net limit_filt axis.1.neg−lim−sw−in axis.1.pos-lim-sw-in
net limit_filt axis.1.home-sw-in

net limit_filt axis.2.neg−lim−sw−in axis.2.pos-lim-sw-in
net limit_filt axis.2.home-sw-in
Attachments:
Last edit: 26 Apr 2020 22:12 by jay.perez1. Reason: Removed the duplicate image inserted.

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

More
26 Apr 2020 22:50 #165717 by andypugh
When that dialog box comes up you can copy the entire text and paste it in to a message here.

I tried that line 117 here to test.

Did you perhaps leave the old loadrt line there too?

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

More
26 Apr 2020 23:25 #165718 by jay.perez1
Hey Andy,

I hope you're talking about the window with the very, very long text string ...

I've also attached my HAL and INI files.

Didn't see debounce being loaded two times.

Jay

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.15
Machine configuration directory is '/home/dad/linuxcnc/configs/6040'
Machine configuration file is '6040.ini'
INIFILE=/home/dad/linuxcnc/configs/6040/6040.ini
PARAMETER_FILE=linuxcnc.var
TASK=milltask
HALUI=halui
DISPLAY=axis
Starting LinuxCNC...
Starting LinuxCNC server program: linuxcncsvr
Loading Real Time OS, RTAPI, and HAL_LIB modules
Starting LinuxCNC IO program: io
Starting HAL User Interface program: halui
Found file(REL): ./6040.hal
Shutting down and cleaning up LinuxCNC...
INFO CLASSICLADDER- No ladder GUI requested-Realtime runs till HAL closes.
Removing HAL_LIB, RTAPI, and Real Time OS modules
Removing NML shared memory segments

Debug file information:
.
Error: could not insert module /usr/realtime-3.4-9-rtai-686-pae/modules/linuxcnc/debounce.ko: Unknown symbol in module
./6040.hal:117: exit value: 1
./6040.hal:117: insmod for debounce failed, returned -1
See the output of 'dmesg' for more information.
11117
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 - 000000000008f000 (usable)
[ 0.000000] BIOS-e820: 000000000008f000 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000cee6f000 (usable)
[ 0.000000] BIOS-e820: 00000000cee6f000 - 00000000cef24000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000cef24000 - 00000000cfd95000 (usable)
[ 0.000000] BIOS-e820: 00000000cfd95000 - 00000000cfd9d000 (reserved)
[ 0.000000] BIOS-e820: 00000000cfd9d000 - 00000000cfe2a000 (usable)
[ 0.000000] BIOS-e820: 00000000cfe2a000 - 00000000cfe2f000 (reserved)
[ 0.000000] BIOS-e820: 00000000cfe2f000 - 00000000cfeaa000 (usable)
[ 0.000000] BIOS-e820: 00000000cfeaa000 - 00000000cfee9000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000cfee9000 - 00000000cfef2000 (usable)
[ 0.000000] BIOS-e820: 00000000cfef2000 - 00000000cfeff000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000cfeff000 - 00000000cff00000 (usable)
[ 0.000000] BIOS-e820: 00000000cff00000 - 00000000d0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
[ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[ 0.000000] SMBIOS 2.4 present.
[ 0.000000] DMI: /D945GCNL, BIOS NL94510J.86A.0036.2009.1231.1407 12/31/2009
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] last_pfn = 0xcff00 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-FFFFF uncachable
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 080000000 mask FC0000000 write-back
[ 0.000000] 2 base 0C0000000 mask FF0000000 write-back
[ 0.000000] 3 base 0CFF00000 mask FFFF00000 uncachable
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] found SMP MP-table at [c00fe200] fe200
[ 0.000000] initial memory mapped : 0 - 01800000
[ 0.000000] Base memory trampoline at [c008b000] 8b000 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: 36416000 - 37203000
[ 0.000000] ACPI: RSDP 000fe020 00014 (v00 INTEL )
[ 0.000000] ACPI: RSDT cfefd038 0003C (v01 INTEL D945GCR 00000024 01000013)
[ 0.000000] ACPI: FACP cfefc000 00074 (v01 INTEL D945GCR 00000024 MSFT 01000013)
[ 0.000000] ACPI: DSDT cfef7000 04C49 (v01 INTEL D945GCR 00000024 MSFT 01000013)
[ 0.000000] ACPI: FACS cfeaa000 00040
[ 0.000000] ACPI: APIC cfef6000 00078 (v01 INTEL D945GCR 00000024 MSFT 01000013)
[ 0.000000] ACPI: WDDT cfef5000 00040 (v01 INTEL D945GCR 00000024 MSFT 01000013)
[ 0.000000] ACPI: MCFG cfef4000 0003C (v01 INTEL D945GCR 00000024 MSFT 01000013)
[ 0.000000] ACPI: ASF! cfef3000 000A6 (v32 INTEL D945GCR 00000024 MSFT 01000013)
[ 0.000000] ACPI: HPET cfef2000 00038 (v01 INTEL D945GCR 00000024 MSFT 01000013)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 2439MB 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 -> 0x000cff00
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] Early memory PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000008f
[ 0.000000] 0: 0x00000100 -> 0x000cee6f
[ 0.000000] 0: 0x000cef24 -> 0x000cfd95
[ 0.000000] 0: 0x000cfd9d -> 0x000cfe2a
[ 0.000000] 0: 0x000cfe2f -> 0x000cfeaa
[ 0.000000] 0: 0x000cfee9 -> 0x000cfef2
[ 0.000000] 0: 0x000cfeff -> 0x000cff00
[ 0.000000] On node 0 totalpages: 851313
[ 0.000000] free_area_init_node: node 0, pgdat c1498a00, node_mem_map f4a16200
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3935 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: 4879 pages used for memmap
[ 0.000000] HighMem zone: 619237 pages, LIFO batch:31
[ 0.000000] Using APIC driver default
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
[ 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] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000008f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at d0000000 (gap: d0000000:2ff80000)
[ 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: 844658
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.4-9-rtai-686-pae root=UUID=97da74f9-b36e-4f86-8a5e-468fa1af8446 ro single initrd=/install/initrd.gz
[ 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 6813568 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:000cff00)
[ 0.000000] Memory: 3350704k/3406848k available (3495k kernel code, 54548k reserved, 1237k data, 416k init, 2496464k 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=f3c08000 soft=f3c0a000
[ 0.000000] Interrupt pipeline (release #3)
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] hpet clockevent registered
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 2659.968 MHz processor.
[ 0.004004] Calibrating delay loop (skipped), value calculated using timer frequency.. 5319.93 BogoMIPS (lpj=10639872)
[ 0.004102] pid_max: default: 32768 minimum: 301
[ 0.008054] Security Framework initialized
[ 0.008105] AppArmor: AppArmor disabled by boot time parameter
[ 0.008188] Mount-cache hash table entries: 512
[ 0.008572] Initializing cgroup subsys cpuacct
[ 0.008622] Initializing cgroup subsys memory
[ 0.008683] Initializing cgroup subsys devices
[ 0.008731] Initializing cgroup subsys freezer
[ 0.008779] Initializing cgroup subsys net_cls
[ 0.008827] Initializing cgroup subsys blkio
[ 0.008885] Initializing cgroup subsys perf_event
[ 0.008986] CPU: Physical Processor ID: 0
[ 0.009034] CPU: Processor Core ID: 0
[ 0.009081] mce: CPU supports 4 MCE banks
[ 0.009139] CPU0: Thermal monitoring enabled (TM1)
[ 0.009279] ACPI: Core revision 20120320
[ 0.015351] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.015808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.055558] CPU0: Intel(R) Pentium(R) D CPU 2.66GHz stepping 07
[ 0.056003] Performance Events: Netburst events, Netburst P4/Xeon PMU driver.
[ 0.056003] ... version: 0
[ 0.056003] ... bit width: 40
[ 0.056003] ... generic registers: 18
[ 0.056003] ... value mask: 000000ffffffffff
[ 0.056003] ... max period: 0000007fffffffff
[ 0.056003] ... fixed-purpose events: 0
[ 0.056003] ... event mask: 000000000003ffff
[ 0.064037] NMI watchdog: enabled, takes one hw-pmu counter.
[ 0.076041] CPU 1 irqstacks, hard=f3c9a000 soft=f3c9c000
[ 0.076046] Booting Node 0, Processors #1
[ 0.008000] Initializing CPU#1
[ 0.088042] NMI watchdog: enabled, takes one hw-pmu counter.
[ 0.088232] Brought up 2 CPUs
[ 0.088283] Total of 2 processors activated (10639.87 BogoMIPS).
[ 0.089420] devtmpfs: initialized
[ 0.089420] PM: Registering ACPI NVS region [mem 0xcee6f000-0xcef23fff] (741376 bytes)
[ 0.089420] PM: Registering ACPI NVS region [mem 0xcfeaa000-0xcfee8fff] (258048 bytes)
[ 0.089420] dummy:
[ 0.092018] NET: Registered protocol family 16
[ 0.092279] ACPI: bus type pci registered
[ 0.092453] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[ 0.092518] PCI: not using MMCONFIG
[ 0.095576] PCI: Using configuration type 1 for base access
[ 0.096720] bio: create slab <bio-0> at 0
[ 0.096720] ACPI: Added _OSI(Module Device)
[ 0.096720] ACPI: Added _OSI(Processor Device)
[ 0.096720] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.096720] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.100106] ACPI: EC: Look up EC in DSDT
[ 0.106426] ACPI: Interpreter enabled
[ 0.106487] ACPI: (supports S0 S1 S3 S4 S5)
[ 0.106754] ACPI: Using IOAPIC for interrupt routing
[ 0.106846] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[ 0.108259] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in ACPI motherboard resources
[ 0.108325] PCI: MMCONFIG for 0000 [bus00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000) (size reduced!)
[ 0.108388] PCI: Using MMCONFIG for extended config space
[ 0.118816] ACPI: No dock devices found.
[ 0.118873] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.121226] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.125701] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7]
[ 0.125754] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff]
[ 0.125807] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
[ 0.125867] pci_root PNP0A03:00: host bridge window [mem 0x000e0000-0x000effff]
[ 0.125927] pci_root PNP0A03:00: host bridge window [mem 0xf8000000-0xfebfffff]
[ 0.125988] pci_root PNP0A03:00: host bridge window [mem 0xd0000000-0xf0000000]
[ 0.126119] PCI host bridge to bus 0000:00
[ 0.126170] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 0.126221] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.126273] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.126325] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000effff]
[ 0.127402] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfebfffff]
[ 0.127454] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf0000000]
[ 0.127523] pci 0000:00:00.0: [8086:2770] type 00 class 0x060000
[ 0.127613] pci 0000:00:01.0: [8086:2771] type 01 class 0x060400
[ 0.127686] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.127768] pci 0000:00:1b.0: [8086:27d8] type 00 class 0x040300
[ 0.127796] pci 0000:00:1b.0: reg 10: [mem 0xe0200000-0xe0203fff 64bit]
[ 0.127888] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.127930] pci 0000:00:1c.0: [8086:27d0] type 01 class 0x060400
[ 0.128045] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.128088] pci 0000:00:1c.1: [8086:27d2] type 01 class 0x060400
[ 0.128183] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.128227] pci 0000:00:1c.2: [8086:27d4] type 01 class 0x060400
[ 0.128322] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.128364] pci 0000:00:1c.3: [8086:27d6] type 01 class 0x060400
[ 0.128458] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.128503] pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300
[ 0.128569] pci 0000:00:1d.0: reg 20: [io 0x3080-0x309f]
[ 0.128618] pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300
[ 0.128684] pci 0000:00:1d.1: reg 20: [io 0x3060-0x307f]
[ 0.128735] pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300
[ 0.128801] pci 0000:00:1d.2: reg 20: [io 0x3040-0x305f]
[ 0.128850] pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300
[ 0.128915] pci 0000:00:1d.3: reg 20: [io 0x3020-0x303f]
[ 0.128981] pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320
[ 0.129013] pci 0000:00:1d.7: reg 10: [mem 0xe0204000-0xe02043ff]
[ 0.129121] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.129155] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[ 0.129252] pci 0000:00:1f.0: [8086:27b8] type 00 class 0x060100
[ 0.129374] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0680 (mask 007f)
[ 0.129483] pci 0000:00:1f.1: [8086:27df] type 00 class 0x01018a
[ 0.129506] pci 0000:00:1f.1: reg 10: [io 0x0000-0x0007]
[ 0.129522] pci 0000:00:1f.1: reg 14: [io 0x0000-0x0003]
[ 0.129538] pci 0000:00:1f.1: reg 18: [io 0x0000-0x0007]
[ 0.129554] pci 0000:00:1f.1: reg 1c: [io 0x0000-0x0003]
[ 0.129570] pci 0000:00:1f.1: reg 20: [io 0x30b0-0x30bf]
[ 0.129631] pci 0000:00:1f.2: [8086:27c0] type 00 class 0x01018f
[ 0.129656] pci 0000:00:1f.2: reg 10: [io 0x30c8-0x30cf]
[ 0.129671] pci 0000:00:1f.2: reg 14: [io 0x30e4-0x30e7]
[ 0.129686] pci 0000:00:1f.2: reg 18: [io 0x30c0-0x30c7]
[ 0.129701] pci 0000:00:1f.2: reg 1c: [io 0x30e0-0x30e3]
[ 0.129716] pci 0000:00:1f.2: reg 20: [io 0x30a0-0x30af]
[ 0.129765] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.129791] pci 0000:00:1f.3: [8086:27da] type 00 class 0x0c0500
[ 0.129867] pci 0000:00:1f.3: reg 20: [io 0x3000-0x301f]
[ 0.129994] pci 0000:01:00.0: [1002:68be] type 00 class 0x030000
[ 0.130022] pci 0000:01:00.0: reg 10: [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.130043] pci 0000:01:00.0: reg 18: [mem 0xe0100000-0xe011ffff 64bit]
[ 0.130058] pci 0000:01:00.0: reg 20: [io 0x2000-0x20ff]
[ 0.130082] pci 0000:01:00.0: reg 30: [mem 0xfffe0000-0xffffffff pref]
[ 0.130116] pci 0000:01:00.0: supports D1 D2
[ 0.130157] pci 0000:01:00.1: [1002:aa58] type 00 class 0x040300
[ 0.130184] pci 0000:01:00.1: reg 10: [mem 0xe0120000-0xe0123fff 64bit]
[ 0.130267] pci 0000:01:00.1: supports D1 D2
[ 0.136033] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.136087] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
[ 0.136095] pci 0000:00:01.0: bridge window [mem 0xe0100000-0xe01fffff]
[ 0.136104] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.136172] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.136338] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[ 0.136367] pci 0000:03:00.0: reg 10: [io 0x1000-0x10ff]
[ 0.136412] pci 0000:03:00.0: reg 18: [mem 0xe0000000-0xe0000fff 64bit]
[ 0.136464] pci 0000:03:00.0: reg 30: [mem 0xfffe0000-0xffffffff pref]
[ 0.136531] pci 0000:03:00.0: supports D1 D2
[ 0.136535] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.136574] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
[ 0.136650] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[ 0.136703] pci 0000:00:1c.1: bridge window [io 0x1000-0x1fff]
[ 0.136711] pci 0000:00:1c.1: bridge window [mem 0xe0000000-0xe00fffff]
[ 0.136785] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
[ 0.136910] pci 0000:00:1c.3: PCI bridge to [bus 05-05]
[ 0.137062] pci 0000:00:1e.0: PCI bridge to [bus 06-06] (subtractive decode)
[ 0.137127] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
[ 0.137133] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
[ 0.137138] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.137144] pci 0000:00:1e.0: bridge window [mem 0x000e0000-0x000effff] (subtractive decode)
[ 0.137149] pci 0000:00:1e.0: bridge window [mem 0xf8000000-0xfebfffff] (subtractive decode)
[ 0.137155] pci 0000:00:1e.0: bridge window [mem 0xd0000000-0xf0000000] (subtractive decode)
[ 0.137197] pci_bus 0000:00: on NUMA node 0
[ 0.137205] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.137723] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P32_._PRT]
[ 0.137995] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG0._PRT]
[ 0.138155] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
[ 0.138313] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX1._PRT]
[ 0.138473] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX2._PRT]
[ 0.138631] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3._PRT]
[ 0.138887] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x0f)
[ 0.153745] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.154277] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 *10 11 12)
[ 0.154800] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 *10 11 12)
[ 0.155322] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 *9 10 11 12)
[ 0.155845] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[ 0.156439] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[ 0.157036] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 *9 10 11 12)
[ 0.157559] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.158039] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.158039] vgaarb: loaded
[ 0.158039] vgaarb: bridge control possible 0000:01:00.0
[ 0.158039] PCI: Using ACPI for IRQ routing
[ 0.160638] PCI: pci_cache_line_size set to 64 bytes
[ 0.160781] reserve RAM buffer: 000000000008f000 - 000000000008ffff
[ 0.160788] reserve RAM buffer: 00000000cee6f000 - 00000000cfffffff
[ 0.160795] reserve RAM buffer: 00000000cfd95000 - 00000000cfffffff
[ 0.160800] reserve RAM buffer: 00000000cfe2a000 - 00000000cfffffff
[ 0.160805] reserve RAM buffer: 00000000cfeaa000 - 00000000cfffffff
[ 0.160810] reserve RAM buffer: 00000000cfef2000 - 00000000cfffffff
[ 0.160815] reserve RAM buffer: 00000000cff00000 - 00000000cfffffff
[ 0.161053] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.161235] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[ 0.163318] Switching to clocksource hpet
[ 0.163489] pnp: PnP ACPI init
[ 0.163555] ACPI: bus type pnp registered
[ 0.163555] pnp 00:00: [bus 00-ff]
[ 0.163555] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.163555] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.163555] pnp 00:00: [io 0x0d00-0xffff window]
[ 0.163555] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.163555] pnp 00:00: [mem 0x000e0000-0x000effff window]
[ 0.163555] pnp 00:00: [mem 0xf8000000-0xfebfffff window]
[ 0.163555] pnp 00:00: [mem 0xd0000000-0xf0000000 window]
[ 0.163555] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
[ 0.163555] pnp 00:01: [mem 0xf0000000-0xf3ffffff]
[ 0.163555] pnp 00:01: [mem 0xfed13000-0xfed13fff]
[ 0.163555] pnp 00:01: [mem 0xfed14000-0xfed17fff]
[ 0.163555] pnp 00:01: [mem 0xfed18000-0xfed18fff]
[ 0.163555] pnp 00:01: [mem 0xfed19000-0xfed19fff]
[ 0.163555] pnp 00:01: [mem 0xfed1c000-0xfed1ffff]
[ 0.163555] pnp 00:01: [mem 0xfed20000-0xfed3ffff]
[ 0.163555] pnp 00:01: [mem 0xfed45000-0xfed99fff]
[ 0.163555] pnp 00:01: [mem 0x000c0000-0x000dffff]
[ 0.163555] pnp 00:01: [mem 0x000e0000-0x000fffff]
[ 0.163555] system 00:01: [mem 0xf0000000-0xf3ffffff] could not be reserved
[ 0.163555] system 00:01: [mem 0xfed13000-0xfed13fff] has been reserved
[ 0.163555] system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
[ 0.163555] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.163555] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.163555] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.163555] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.163555] system 00:01: [mem 0xfed45000-0xfed99fff] has been reserved
[ 0.163555] system 00:01: [mem 0x000c0000-0x000dffff] could not be reserved
[ 0.163555] system 00:01: [mem 0x000e0000-0x000fffff] could not be reserved
[ 0.163555] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.163705] pnp 00:02: [io 0x0000-0x000f]
[ 0.163711] pnp 00:02: [io 0x0081-0x0083]
[ 0.163715] pnp 00:02: [io 0x0087]
[ 0.163720] pnp 00:02: [io 0x0089-0x008b]
[ 0.163724] pnp 00:02: [io 0x008f]
[ 0.163728] pnp 00:02: [io 0x00c0-0x00df]
[ 0.163733] pnp 00:02: [dma 4]
[ 0.163790] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.163823] pnp 00:03: [io 0x0070-0x0071]
[ 0.163829] pnp 00:03: [io 0x0074-0x0077]
[ 0.163844] pnp 00:03: [irq 8]
[ 0.163902] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.163937] pnp 00:04: [io 0x00f0]
[ 0.163948] pnp 00:04: [irq 13]
[ 0.164033] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.164064] pnp 00:05: [io 0x0061]
[ 0.164125] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.164154] pnp 00:06: [io 0x0500-0x053f]
[ 0.164160] pnp 00:06: [io 0x0400-0x047f]
[ 0.164164] pnp 00:06: [io 0x0092]
[ 0.164169] pnp 00:06: [io 0x0680-0x06ff]
[ 0.164173] pnp 00:06: [io 0x0010-0x001f]
[ 0.164177] pnp 00:06: [io 0x0072-0x0073]
[ 0.164182] pnp 00:06: [io 0x0080]
[ 0.164186] pnp 00:06: [io 0x0084-0x0086]
[ 0.164190] pnp 00:06: [io 0x0088]
[ 0.164195] pnp 00:06: [io 0x008c-0x008e]
[ 0.164199] pnp 00:06: [io 0x0090-0x009f]
[ 0.164204] pnp 00:06: [io 0x0770-0x077f]
[ 0.164313] system 00:06: [io 0x0500-0x053f] has been reserved
[ 0.164366] system 00:06: [io 0x0400-0x047f] has been reserved
[ 0.164418] system 00:06: [io 0x0680-0x06ff] has been reserved
[ 0.164469] system 00:06: [io 0x0770-0x077f] has been reserved
[ 0.164522] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.164636] pnp 00:07: [io 0x0060]
[ 0.164642] pnp 00:07: [io 0x0064]
[ 0.164745] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.165152] pnp 00:08: [io 0x0378-0x037f]
[ 0.165163] pnp 00:08: [irq 7]
[ 0.165278] pnp 00:08: Plug and Play ACPI device, IDs PNP0400 (active)
[ 0.165710] pnp 00:09: [io 0x03f8-0x03ff]
[ 0.165721] pnp 00:09: [irq 4]
[ 0.165869] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.166027] pnp 00:0a: [mem 0xfec00000-0xfec000ff]
[ 0.166102] pnp 00:0a: Plug and Play ACPI device, IDs PNP0003 (active)
[ 0.166162] pnp 00:0b: [mem 0xfed00000-0xfed003ff]
[ 0.166234] pnp 00:0b: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.166381] pnp: PnP ACPI: found 12 devices
[ 0.166430] ACPI: ACPI bus type pnp unregistered
[ 0.166481] PnPBIOS: Disabled by ACPI PNP
[ 0.206709] pci 0000:01:00.0: no compatible bridge window for [mem 0xfffe0000-0xffffffff pref]
[ 0.206777] pci 0000:03:00.0: no compatible bridge window for [mem 0xfffe0000-0xffffffff pref]
[ 0.206865] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02-02] add_size 1000
[ 0.206873] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02-02] add_size 200000
[ 0.206880] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02-02] add_size 200000
[ 0.206897] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x001fffff pref] to [bus 03-03] add_size 200000
[ 0.206913] pci 0000:00:1c.2: bridge window [io 0x1000-0x0fff] to [bus 04-04] add_size 1000
[ 0.206925] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04-04] add_size 200000
[ 0.206932] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff] to [bus 04-04] add_size 200000
[ 0.206947] pci 0000:00:1c.3: bridge window [io 0x1000-0x0fff] to [bus 05-05] add_size 1000
[ 0.206954] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05-05] add_size 200000
[ 0.206960] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff] to [bus 05-05] add_size 200000
[ 0.206990] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[ 0.206996] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 0.207001] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x001fffff pref] get_res_add_size add_size 200000
[ 0.207007] pci 0000:00:1c.2: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[ 0.207013] pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 0.207018] pci 0000:00:1c.3: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[ 0.207024] pci 0000:00:1c.3: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 0.207029] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.207035] pci 0000:00:1c.2: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.207040] pci 0000:00:1c.3: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.207048] pci 0000:00:1c.0: BAR 14: assigned [mem 0xf8000000-0xf81fffff]
[ 0.207103] pci 0000:00:1c.0: BAR 15: assigned [mem 0xf8200000-0xf83fffff 64bit pref]
[ 0.207166] pci 0000:00:1c.1: BAR 15: assigned [mem 0xf8400000-0xf86fffff pref]
[ 0.207227] pci 0000:00:1c.2: BAR 14: assigned [mem 0xf8700000-0xf88fffff]
[ 0.207281] pci 0000:00:1c.2: BAR 15: assigned [mem 0xf8900000-0xf8afffff 64bit pref]
[ 0.207343] pci 0000:00:1c.3: BAR 14: assigned [mem 0xf8b00000-0xf8cfffff]
[ 0.207397] pci 0000:00:1c.3: BAR 15: assigned [mem 0xf8d00000-0xf8efffff 64bit pref]
[ 0.207460] pci 0000:00:1c.0: BAR 13: assigned [io 0x4000-0x4fff]
[ 0.207513] pci 0000:00:1c.2: BAR 13: assigned [io 0x5000-0x5fff]
[ 0.207565] pci 0000:00:1c.3: BAR 13: assigned [io 0x6000-0x6fff]
[ 0.207627] pci 0000:01:00.0: BAR 6: assigned [mem 0xe0140000-0xe015ffff pref]
[ 0.207689] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.207740] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
[ 0.207795] pci 0000:00:01.0: bridge window [mem 0xe0100000-0xe01fffff]
[ 0.207849] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.207915] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.207966] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff]
[ 0.208044] pci 0000:00:1c.0: bridge window [mem 0xf8000000-0xf81fffff]
[ 0.208100] pci 0000:00:1c.0: bridge window [mem 0xf8200000-0xf83fffff 64bit pref]
[ 0.208169] pci 0000:03:00.0: BAR 6: assigned [mem 0xf8400000-0xf841ffff pref]
[ 0.208230] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[ 0.208281] pci 0000:00:1c.1: bridge window [io 0x1000-0x1fff]
[ 0.208336] pci 0000:00:1c.1: bridge window [mem 0xe0000000-0xe00fffff]
[ 0.208391] pci 0000:00:1c.1: bridge window [mem 0xf8400000-0xf86fffff pref]
[ 0.208457] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
[ 0.208509] pci 0000:00:1c.2: bridge window [io 0x5000-0x5fff]
[ 0.208564] pci 0000:00:1c.2: bridge window [mem 0xf8700000-0xf88fffff]
[ 0.208619] pci 0000:00:1c.2: bridge window [mem 0xf8900000-0xf8afffff 64bit pref]
[ 0.208685] pci 0000:00:1c.3: PCI bridge to [bus 05-05]
[ 0.208737] pci 0000:00:1c.3: bridge window [io 0x6000-0x6fff]
[ 0.208792] pci 0000:00:1c.3: bridge window [mem 0xf8b00000-0xf8cfffff]
[ 0.208847] pci 0000:00:1c.3: bridge window [mem 0xf8d00000-0xf8efffff 64bit pref]
[ 0.208913] pci 0000:00:1e.0: PCI bridge to [bus 06-06]
[ 0.209062] pci 0000:00:1e.0: setting latency timer to 64
[ 0.209071] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.209076] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.209081] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.209085] pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000effff]
[ 0.209090] pci_bus 0000:00: resource 8 [mem 0xf8000000-0xfebfffff]
[ 0.209095] pci_bus 0000:00: resource 9 [mem 0xd0000000-0xf0000000]
[ 0.209100] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
[ 0.209105] pci_bus 0000:01: resource 1 [mem 0xe0100000-0xe01fffff]
[ 0.209110] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.209115] pci_bus 0000:02: resource 0 [io 0x4000-0x4fff]
[ 0.209120] pci_bus 0000:02: resource 1 [mem 0xf8000000-0xf81fffff]
[ 0.209125] pci_bus 0000:02: resource 2 [mem 0xf8200000-0xf83fffff 64bit pref]
[ 0.209130] pci_bus 0000:03: resource 0 [io 0x1000-0x1fff]
[ 0.209134] pci_bus 0000:03: resource 1 [mem 0xe0000000-0xe00fffff]
[ 0.209139] pci_bus 0000:03: resource 2 [mem 0xf8400000-0xf86fffff pref]
[ 0.209144] pci_bus 0000:04: resource 0 [io 0x5000-0x5fff]
[ 0.209149] pci_bus 0000:04: resource 1 [mem 0xf8700000-0xf88fffff]
[ 0.209153] pci_bus 0000:04: resource 2 [mem 0xf8900000-0xf8afffff 64bit pref]
[ 0.209158] pci_bus 0000:05: resource 0 [io 0x6000-0x6fff]
[ 0.209163] pci_bus 0000:05: resource 1 [mem 0xf8b00000-0xf8cfffff]
[ 0.209168] pci_bus 0000:05: resource 2 [mem 0xf8d00000-0xf8efffff 64bit pref]
[ 0.209173] pci_bus 0000:06: resource 4 [io 0x0000-0x0cf7]
[ 0.209178] pci_bus 0000:06: resource 5 [io 0x0d00-0xffff]
[ 0.209182] pci_bus 0000:06: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.209187] pci_bus 0000:06: resource 7 [mem 0x000e0000-0x000effff]
[ 0.209192] pci_bus 0000:06: resource 8 [mem 0xf8000000-0xfebfffff]
[ 0.209197] pci_bus 0000:06: resource 9 [mem 0xd0000000-0xf0000000]
[ 0.209352] NET: Registered protocol family 2
[ 0.209518] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.209925] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.210546] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.210944] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.210995] TCP: reno registered
[ 0.211044] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.211106] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.211353] NET: Registered protocol family 1
[ 0.211767] pci 0000:01:00.0: Boot video device
[ 0.211784] PCI: CLS 64 bytes, default 64
[ 0.211885] Unpacking initramfs...
[ 0.686289] Freeing initrd memory: 14260k freed
[ 0.697538] audit: initializing netlink socket (disabled)
[ 0.697619] type=2000 audit(1587746654.692:1): initialized
[ 0.714962] highmem bounce pool size: 64 pages
[ 0.715019] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 0.715445] VFS: Disk quotas dquot_6.5.2
[ 0.715541] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.715731] msgmni has been set to 1696
[ 0.716163] alg: No test for stdrng (krng)
[ 0.716273] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.716341] io scheduler noop registered
[ 0.716388] io scheduler deadline registered
[ 0.716474] io scheduler cfq registered (default)
[ 0.717130] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.717218] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.717270] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.718123] GHES: HEST is not enabled!
[ 0.718192] isapnp: Scanning for PnP cards...
[ 1.071759] isapnp: No Plug & Play device found
[ 1.071916] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.092441] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 1.113498] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 1.113874] Linux agpgart interface v0.103
[ 1.114474] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 1.117317] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.117426] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.117701] mousedev: PS/2 mouse device common for all mice
[ 1.117825] rtc_cmos 00:03: RTC can wake from S4
[ 1.118073] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[ 1.118156] rtc0: alarms up to one month, 114 bytes nvram, hpet irqs
[ 1.118392] TCP: cubic registered
[ 1.118549] NET: Registered protocol family 10
[ 1.118992] Mobile IPv6
[ 1.119041] NET: Registered protocol family 17
[ 1.119094] Registering the dns_resolver key type
[ 1.119218] Using IPI No-Shortcut mode
[ 1.119496] PM: Hibernation image not present or could not be loaded.
[ 1.119522] registered taskstats version 1
[ 1.120301] rtc_cmos 00:03: setting system clock to 2020-04-24 16:44:15 UTC (1587746655)
[ 1.120617] Freeing unused kernel memory: 416k freed
[ 1.121056] Write protecting the kernel text: 3496k
[ 1.121141] Write protecting the kernel read-only data: 984k
[ 1.144847] udevd[49]: starting version 175
[ 1.190421] usbcore: registered new interface driver usbfs
[ 1.190529] usbcore: registered new interface driver hub
[ 1.208656] usbcore: registered new device driver usb
[ 1.224499] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.224706] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 1.224716] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 1.224832] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[ 1.224928] ehci_hcd 0000:00:1d.7: using broken periodic workaround
[ 1.224994] ehci_hcd 0000:00:1d.7: debug port 1
[ 1.226379] SCSI subsystem initialized
[ 1.232818] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 1.233286] r8169 0000:03:00.0: eth0: RTL8168b/8111b at 0xf80d2000, 00:1c:c0:87:df:95, XID 98500000 IRQ 17
[ 1.233362] r8169 0000:03:00.0: eth0: jumbo features [frames: 4080 bytes, tx checksumming: ko]
[ 1.234008] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[ 1.234053] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xe0204000
[ 1.236723] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.239135] libata version 3.00 loaded.
[ 1.244988] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 1.245463] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.245523] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.245589] usb usb1: Product: EHCI Host Controller
[ 1.245643] usb usb1: Manufacturer: Linux 3.4-9-rtai-686-pae ehci_hcd
[ 1.245702] usb usb1: SerialNumber: 0000:00:1d.7
[ 1.246540] hub 1-0:1.0: USB hub found
[ 1.247683] hub 1-0:1.0: 8 ports detected
[ 1.247954] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 1.247964] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 1.248091] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 1.248194] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00003080
[ 1.248317] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.248376] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.248442] usb usb2: Product: UHCI Host Controller
[ 1.248498] usb usb2: Manufacturer: Linux 3.4-9-rtai-686-pae uhci_hcd
[ 1.248555] usb usb2: SerialNumber: 0000:00:1d.0
[ 1.249079] hub 2-0:1.0: USB hub found
[ 1.249140] hub 2-0:1.0: 2 ports detected
[ 1.249369] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 1.249377] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 1.249444] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[ 1.249568] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00003060
[ 1.249690] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.249757] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.249827] usb usb3: Product: UHCI Host Controller
[ 1.249879] usb usb3: Manufacturer: Linux 3.4-9-rtai-686-pae uhci_hcd
[ 1.249934] usb usb3: SerialNumber: 0000:00:1d.1
[ 1.250485] hub 3-0:1.0: USB hub found
[ 1.250546] hub 3-0:1.0: 2 ports detected
[ 1.250763] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 1.250772] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 1.250835] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[ 1.250946] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00003040
[ 1.251061] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.251115] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.251176] usb usb4: Product: UHCI Host Controller
[ 1.251226] usb usb4: Manufacturer: Linux 3.4-9-rtai-686-pae uhci_hcd
[ 1.251278] usb usb4: SerialNumber: 0000:00:1d.2
[ 1.251548] hub 4-0:1.0: USB hub found
[ 1.251604] hub 4-0:1.0: 2 ports detected
[ 1.251816] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[ 1.251826] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 1.251892] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[ 1.252374] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00003020
[ 1.252503] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.252562] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.252625] usb usb5: Product: UHCI Host Controller
[ 1.252679] usb usb5: Manufacturer: Linux 3.4-9-rtai-686-pae uhci_hcd
[ 1.252734] usb usb5: SerialNumber: 0000:00:1d.3
[ 1.253515] hub 5-0:1.0: USB hub found
[ 1.253579] hub 5-0:1.0: 2 ports detected
[ 1.254023] ata_piix 0000:00:1f.1: version 2.13
[ 1.254114] ata_piix 0000:00:1f.1: setting latency timer to 64
[ 1.258076] scsi0 : ata_piix
[ 1.259808] scsi1 : ata_piix
[ 1.260722] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x30b0 irq 14
[ 1.260781] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x30b8 irq 15
[ 1.261321] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[ 1.261623] ata_piix 0000:00:1f.2: setting latency timer to 64
[ 1.264121] ata2: port disabled--ignoring
[ 1.267028] scsi2 : ata_piix
[ 1.269477] scsi3 : ata_piix
[ 1.271017] ata3: SATA max UDMA/133 cmd 0x30c8 ctl 0x30e4 bmdma 0x30a0 irq 19
[ 1.271086] ata4: SATA max UDMA/133 cmd 0x30c0 ctl 0x30e0 bmdma 0x30a8 irq 19
[ 1.279685] microcode: CPU0 sig=0xf47, pf=0x10, revision=0x3
[ 1.326090] microcode: CPU1 sig=0xf47, pf=0x10, revision=0x3
[ 1.330929] microcode: Microcode Update Driver: v2.00 <This email address is being protected from spambots. You need JavaScript enabled to view it.>, Peter Oruba
[ 1.440320] ata3.00: ATA-7: ST9160823ASG, 3.ADD, max UDMA/133
[ 1.440375] ata3.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 1.440437] ata3.01: ATAPI: TSSTcorp CDDVDW SH-S223C, SB01, max UDMA/100
[ 1.456309] ata3.00: configured for UDMA/133
[ 1.472216] ata3.01: configured for UDMA/100
[ 1.473480] scsi 2:0:0:0: Direct-Access ATA ST9160823ASG 3.AD PQ: 0 ANSI: 5
[ 1.476587] scsi 2:0:1:0: CD-ROM TSSTcorp CDDVDW SH-S223C SB01 PQ: 0 ANSI: 5
[ 1.485609] sd 2:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[ 1.485806] sd 2:0:0:0: [sda] Write Protect is off
[ 1.485857] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.485914] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.541129] sda: sda1 sda2 < sda5 >
[ 1.541757] sd 2:0:0:0: [sda] Attached SCSI disk
[ 1.545698] sr0: scsi3-mmc drive: 52x/52x writer dvd-ram cd/rw xa/form2 cdda tray
[ 1.545771] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 1.546156] sr 2:0:1:0: Attached scsi CD-ROM sr0
[ 1.549382] sd 2:0:0:0: Attached scsi generic sg0 type 0
[ 1.549690] sr 2:0:1:0: Attached scsi generic sg1 type 5
[ 1.696035] Refined TSC clocksource calibration: 2659.999 MHz.
[ 1.696098] Switching to clocksource tsc
[ 1.964028] usb 3-2: new full-speed USB device number 2 using uhci_hcd
[ 2.133721] usb 3-2: New USB device found, idVendor=03f0, idProduct=a407
[ 2.133775] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.133828] usb 3-2: Product: HP Link-5 micro dongle
[ 2.133877] usb 3-2: Manufacturer: HP
[ 2.145542] input: HP HP Link-5 micro dongle as /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/input/input0
[ 2.145797] generic-usb 0003:03F0:A407.0001: input,hidraw0: USB HID v1.11 Keyboard [HP HP Link-5 micro dongle] on usb-0000:00:1d.1-2/input0
[ 2.152154] input: HP HP Link-5 micro dongle as /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.1/input/input1
[ 2.155088] generic-usb 0003:03F0:A407.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [HP HP Link-5 micro dongle] on usb-0000:00:1d.1-2/input1
[ 2.155466] usbcore: registered new interface driver usbhid
[ 2.155526] usbhid: USB HID core driver
[ 2.187731] PM: Starting manual resume from disk
[ 2.187796] PM: Hibernation image partition 8:5 present
[ 2.187800] PM: Looking for hibernation image.
[ 2.188157] PM: Image not found (code -22)
[ 2.188162] PM: Hibernation image not present or could not be loaded.
[ 2.288262] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 2.376050] usb 5-1: new full-speed USB device number 2 using uhci_hcd
[ 2.549544] usb 5-1: New USB device found, idVendor=058f, idProduct=9360
[ 2.549604] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.549657] usb 5-1: Product: USB Reader
[ 2.549705] usb 5-1: Manufacturer:
[ 2.549752] usb 5-1: SerialNumber: 9205291
[ 2.792025] usb 5-2: new low-speed USB device number 3 using uhci_hcd
[ 2.972554] usb 5-2: New USB device found, idVendor=04f2, idProduct=0841
[ 2.972610] usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.972663] usb 5-2: Product: HP USB Multimedia Keyboard
[ 2.972713] usb 5-2: Manufacturer: CHICONY
[ 2.991350] input: CHICONY HP USB Multimedia Keyboard as /devices/pci0000:00/0000:00:1d.3/usb5/5-2/5-2:1.0/input/input2
[ 2.991523] generic-usb 0003:04F2:0841.0003: input,hidraw2: USB HID v1.11 Keyboard [CHICONY HP USB Multimedia Keyboard] on usb-0000:00:1d.3-2/input0
[ 3.016750] input: CHICONY HP USB Multimedia Keyboard as /devices/pci0000:00/0000:00:1d.3/usb5/5-2/5-2:1.1/input/input3
[ 3.016994] generic-usb 0003:04F2:0841.0004: input,hiddev0,hidraw3: USB HID v1.11 Device [CHICONY HP USB Multimedia Keyboard] on usb-0000:00:1d.3-2/input1
[ 4.230348] udevd[342]: starting version 175
[ 4.524917] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4
[ 4.524997] ACPI: Sleep Button [SLPB]
[ 4.525324] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[ 4.525393] ACPI: Power Button [PWRF]
[ 4.815641] parport_pc 00:08: reported by Plug and Play ACPI
[ 4.815738] parport0: PC-style at 0x378, irq 7 [PCSPP,EPP]
[ 4.944648] intel_rng: Firmware space is locked read-only. If you can't or
[ 4.944653] intel_rng: don't want to disable this in firmware setup, and if
[ 4.944655] intel_rng: you are certain that your system has a functional
[ 4.944657] intel_rng: RNG, try using the 'no_fwh_detect' option.
[ 4.961068] iTCO_vendor_support: vendor-support=0
[ 5.145606] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
[ 5.145845] iTCO_wdt: Found a ICH7 or ICH7R TCO device (Version=2, TCOBASE=0x0460)
[ 5.146486] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 5.178263] leds_ss4200: no LED devices found
[ 5.353221] [drm] Initialized drm 1.1.0 20060810
[ 5.451278] [drm] radeon kernel modesetting enabled.
[ 5.451835] [drm] initializing kernel modesetting (JUNIPER 0x1002:0x68BE 0x1682:0x2980).
[ 5.451998] [drm] register mmio base: 0xE0100000
[ 5.452167] [drm] register mmio size: 131072
[ 5.455313] ATOM BIOS: JUNIPER
[ 5.455403] radeon 0000:01:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
[ 5.455468] radeon 0000:01:00.0: GTT: 512M 0x0000000040000000 - 0x000000005FFFFFFF
[ 5.456393] [drm] Detected VRAM RAM=1024M, BAR=256M
[ 5.456447] [drm] RAM width 128bits DDR
[ 5.456609] [TTM] Zone kernel: Available graphics memory: 434458 kiB
[ 5.456661] [TTM] Zone highmem: Available graphics memory: 1682690 kiB
[ 5.456712] [TTM] Initializing pool allocator
[ 5.456799] [drm] radeon: 1024M of VRAM memory ready
[ 5.456849] [drm] radeon: 512M of GTT memory ready.
[ 5.456931] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 5.457900] [drm] radeon: ib pool ready.
[ 5.458165] [drm] Loading JUNIPER Microcode
[ 5.541589] hda_codec: ALC888: SKU not ready 0x411111f0
[ 5.543514] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input6
[ 5.548473] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[ 5.551641] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[ 5.551923] input: HDA Intel Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[ 5.781561] Initializing USB Mass Storage driver...
[ 5.781840] scsi4 : usb-storage 5-1:1.0
[ 5.782063] usbcore: registered new interface driver usb-storage
[ 5.782118] USB Mass Storage support registered.
[ 6.784713] scsi 4:0:0:0: Direct-Access Generic USB SD Reader 1.00 PQ: 0 ANSI: 0
[ 6.787707] scsi 4:0:0:1: Direct-Access Generic USB CF Reader 1.01 PQ: 0 ANSI: 0
[ 6.790705] scsi 4:0:0:2: Direct-Access Generic USB SM Reader 1.02 PQ: 0 ANSI: 0
[ 6.793704] scsi 4:0:0:3: Direct-Access Generic USB MS Reader 1.03 PQ: 0 ANSI: 0
[ 6.794891] sd 4:0:0:0: Attached scsi generic sg2 type 0
[ 6.795310] sd 4:0:0:1: Attached scsi generic sg3 type 0
[ 6.795738] sd 4:0:0:2: Attached scsi generic sg4 type 0
[ 6.796131] sd 4:0:0:3: Attached scsi generic sg5 type 0
[ 6.934777] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
[ 6.935004] radeon 0000:01:00.0: WB enabled
[ 6.935056] [drm] fence driver on ring 0 use gpu addr 0x40000c00 and cpu addr 0xff978c00
[ 6.935122] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 6.935173] [drm] Driver supports precise vblank timestamp query.
[ 6.935251] [drm] radeon: irq initialized.
[ 6.952036] [drm] ring test on 0 succeeded in 1 usecs
[ 6.952369] [drm] ib test on ring 0 succeeded in 0 usecs
[ 6.953410] [drm] Radeon Display Connectors
[ 6.953462] [drm] Connector 0:
[ 6.953509] [drm] DisplayPort
[ 6.953554] [drm] HPD4
[ 6.953601] [drm] DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
[ 6.953661] [drm] Encoders:
[ 6.953707] [drm] DFP1: INTERNAL_UNIPHY2
[ 6.953755] [drm] Connector 1:
[ 6.953801] [drm] HDMI-A
[ 6.953846] [drm] HPD5
[ 6.953893] [drm] DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
[ 6.953952] [drm] Encoders:
[ 6.953998] [drm] DFP2: INTERNAL_UNIPHY2
[ 6.954046] [drm] Connector 2:
[ 6.954092] [drm] DVI-I
[ 6.954137] [drm] HPD1
[ 6.954183] [drm] DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468 0x646c 0x646c
[ 6.954243] [drm] Encoders:
[ 6.954289] [drm] DFP3: INTERNAL_UNIPHY1
[ 6.954336] [drm] CRT2: INTERNAL_KLDSCP_DAC2
[ 6.954385] [drm] Connector 3:
[ 6.954431] [drm] DVI-I
[ 6.954476] [drm] HPD6
[ 6.954522] [drm] DDC: 0x6450 0x6450 0x6454 0x6454 0x6458 0x6458 0x645c 0x645c
[ 6.954582] [drm] Encoders:
[ 6.954627] [drm] DFP4: INTERNAL_UNIPHY
[ 6.954674] [drm] CRT1: INTERNAL_KLDSCP_DAC1
[ 6.954775] [drm] Internal thermal controller with fan control
[ 6.954909] [drm] radeon: power management initialized
[ 7.055720] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[ 7.059890] [drm] fb mappable at 0xD0142000
[ 7.059948] [drm] vram apper at 0xD0000000
[ 7.060053] [drm] size 8294400
[ 7.060109] [drm] fb depth is 24
[ 7.060159] [drm] pitch is 7680
[ 7.060347] fbcon: radeondrmfb (fb0) is primary device
[ 7.060711] sd 4:0:0:1: [sdc] Attached SCSI removable disk
[ 7.065719] sd 4:0:0:2: [sdd] Attached SCSI removable disk
[ 7.070724] sd 4:0:0:3: [sde] Attached SCSI removable disk
[ 7.494376] Console: switching to colour frame buffer device 240x67
[ 7.503028] fb0: radeondrmfb frame buffer device
[ 7.503068] drm: registered panic notifier
[ 7.503111] [drm] Initialized radeon 2.16.0 20080528 for 0000:01:00.0 on minor 0
[ 7.537143] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input10
[ 8.577040] Adding 6369276k swap on /dev/sda5. Priority:-1 extents:1 across:6369276k
[ 8.604710] EXT4-fs (sda1): re-mounted. Opts: (null)
[ 8.875565] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[ 9.051630] loop: module loaded
[ 10.817771] RPC: Registered named UNIX socket transport module.
[ 10.817836] RPC: Registered udp transport module.
[ 10.817878] RPC: Registered tcp transport module.
[ 10.817917] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 10.848840] FS-Cache: Loaded
[ 10.881857] NFS: Registering the id_resolver key type
[ 10.881940] FS-Cache: Netfs 'nfs' registered for caching
[ 10.895319] Installing knfsd (copyright (C) 1996 This email address is being protected from spambots. You need JavaScript enabled to view it.).
[ 123.617886] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input11
[ 124.614165] Bluetooth: Core ver 2.16
[ 124.614253] NET: Registered protocol family 31
[ 124.614296] Bluetooth: HCI device and connection manager initialized
[ 124.614350] Bluetooth: HCI socket layer initialized
[ 124.614395] Bluetooth: L2CAP socket layer initialized
[ 124.614446] Bluetooth: SCO socket layer initialized
[ 125.173721] Bluetooth: RFCOMM TTY layer initialized
[ 125.173790] Bluetooth: RFCOMM socket layer initialized
[ 125.173840] Bluetooth: RFCOMM ver 1.11
[ 125.579315] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 125.579380] Bluetooth: BNEP filters: protocol multicast
[ 127.258021] lp0: using parport0 (interrupt-driven).
[ 127.437103] ppdev: user-space parallel port driver
[ 128.086664] r8169 0000:03:00.0: eth0: link down
[ 128.086721] r8169 0000:03:00.0: eth0: link down
[ 128.086972] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 130.327234] r8169 0000:03:00.0: eth0: link up
[ 130.327387] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 168.038675] I-pipe: head domain RTAI registered.
[ 168.038688] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[ 168.038816] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[ 168.038823] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 8311820, CLK_FREQ 2659968000, CPU_FREQ 2659968000
[ 168.038831] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[ 168.038840] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 8311820, 8311820, 7056750
[ 168.108661] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[ 168.108729] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[ 168.108740] RTAI[sched]: hard timer type/freq = APIC/8311820(Hz); default timing: oneshot; linear timed lists.
[ 168.108747] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2659968000 hz.
[ 168.108752] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns.
[ 168.140243] RTAI[math]: loaded.
[ 168.470536] config string '0 out'
[ 168.512105] classicladder_rt: module license 'LGPL' taints kernel.
[ 168.512118] Disabling lock debugging due to kernel taint
[ 168.513124] creating ladder-state
[ 170.960585] RTAPI: ERROR: Unexpected realtime delay on task 1
[ 170.960591] This Message will only display once per session.
[ 170.960595] Run the Latency Test and resolve before continuing.
[ 219.972978] RTAI[math]: unloaded.
[ 219.979923] SCHED releases registered named ALIEN PEDV$D
[ 219.986962] RTAI[malloc]: unloaded.
[ 220.084042] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[ 220.087515] I-pipe: head domain RTAI unregistered.
[ 220.087645] RTAI[hal]: unmounted.
[ 260.545810] I-pipe: head domain RTAI registered.
[ 260.545822] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[ 260.545940] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[ 260.545946] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 8311820, CLK_FREQ 2659968000, CPU_FREQ 2659968000
[ 260.545952] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[ 260.545958] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 8311820, 8311820, 8247750
[ 260.562004] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[ 260.562069] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[ 260.562079] RTAI[sched]: hard timer type/freq = APIC/8311820(Hz); default timing: oneshot; linear timed lists.
[ 260.562087] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2659968000 hz.
[ 260.562091] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns.
[ 260.575560] RTAI[math]: loaded.
[ 260.757253] config string '0 out'
[ 260.770546] creating ladder-state
[ 261.301224] RTAPI: ERROR: Unexpected realtime delay on task 1
[ 261.301228] This Message will only display once per session.
[ 261.301231] Run the Latency Test and resolve before continuing.
[ 407.483993] RTAI[math]: unloaded.
[ 407.491040] SCHED releases registered named ALIEN PEDV$D
[ 407.495797] RTAI[malloc]: unloaded.
[ 407.592026] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[ 407.595486] I-pipe: head domain RTAI unregistered.
[ 407.595623] RTAI[hal]: unmounted.
[ 449.042844] I-pipe: head domain RTAI registered.
[ 449.042858] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[ 449.042968] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[ 449.042977] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 8311820, CLK_FREQ 2659968000, CPU_FREQ 2659968000
[ 449.042983] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[ 449.042989] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 8311820, 8311820, 8272750
[ 449.059799] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[ 449.059864] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[ 449.059875] RTAI[sched]: hard timer type/freq = APIC/8311820(Hz); default timing: oneshot; linear timed lists.
[ 449.059882] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2659968000 hz.
[ 449.059887] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns.
[ 449.094321] RTAI[math]: loaded.
[ 449.272999] config string '0 out'
[ 449.285534] creating ladder-state
[ 449.776692] RTAPI: ERROR: Unexpected realtime delay on task 1
[ 449.776697] This Message will only display once per session.
[ 449.776701] Run the Latency Test and resolve before continuing.
[ 471.016336] RTAI[math]: unloaded.
[ 471.019726] SCHED releases registered named ALIEN PEDV$D
[ 471.034395] RTAI[malloc]: unloaded.
[ 471.132025] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[ 471.135479] I-pipe: head domain RTAI unregistered.
[ 471.135614] RTAI[hal]: unmounted.
[ 9599.685690] I-pipe: head domain RTAI registered.
[ 9599.685703] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[ 9599.685834] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[ 9599.685840] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 8311820, CLK_FREQ 2659968000, CPU_FREQ 2659968000
[ 9599.685846] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[ 9599.685852] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 8311820, 8311820, 8259500
[ 9599.701853] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[ 9599.701920] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[ 9599.701931] RTAI[sched]: hard timer type/freq = APIC/8311820(Hz); default timing: oneshot; linear timed lists.
[ 9599.701939] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2659968000 hz.
[ 9599.701944] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns.
[ 9599.710972] RTAI[math]: loaded.
[ 9888.669492] RTAI[math]: unloaded.
[ 9888.673262] SCHED releases registered named ALIEN PEDV$D
[ 9888.677108] RTAI[malloc]: unloaded.
[ 9888.776038] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[ 9888.779645] I-pipe: head domain RTAI unregistered.
[ 9888.779777] RTAI[hal]: unmounted.
[15514.342457] I-pipe: head domain RTAI registered.
[15514.342470] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[15514.342582] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[15514.342589] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 8311820, CLK_FREQ 2659968000, CPU_FREQ 2659968000
[15514.342595] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[15514.342601] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 8311820, 8311820, 8252750
[15514.357301] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[15514.357370] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[15514.357381] RTAI[sched]: hard timer type/freq = APIC/8311820(Hz); default timing: oneshot; linear timed lists.
[15514.357388] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2659968000 hz.
[15514.357393] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns.
[15514.375629] RTAI[math]: loaded.
[15514.541466] config string '0 out'
[15515.074065] RTAPI: ERROR: Unexpected realtime delay on task 1
[15515.074070] This Message will only display once per session.
[15515.074073] Run the Latency Test and resolve before continuing.
[15548.253162] RTAI[math]: unloaded.
[15548.260115] SCHED releases registered named ALIEN PEDV$D
[15548.267244] RTAI[malloc]: unloaded.
[15548.364027] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[15548.367537] I-pipe: head domain RTAI unregistered.
[15548.367675] RTAI[hal]: unmounted.
[16079.516127] I-pipe: head domain RTAI registered.
[16079.516138] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[16079.516249] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[16079.516256] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 8311820, CLK_FREQ 2659968000, CPU_FREQ 2659968000
[16079.516262] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[16079.516268] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 8311820, 8311820, 8265750
[16079.529290] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[16079.529358] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[16079.529369] RTAI[sched]: hard timer type/freq = APIC/8311820(Hz); default timing: oneshot; linear timed lists.
[16079.529376] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2659968000 hz.
[16079.529381] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns.
[16079.545885] RTAI[math]: loaded.
[16079.724855] config string '0 out'
[16079.737228] creating ladder-state
[16080.274005] RTAPI: ERROR: Unexpected realtime delay on task 1
[16080.274010] This Message will only display once per session.
[16080.274012] Run the Latency Test and resolve before continuing.
[16127.838962] RTAI[math]: unloaded.
[16127.842533] SCHED releases registered named ALIEN PEDV$D
[16127.857623] RTAI[malloc]: unloaded.
[16127.956027] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[16127.959498] I-pipe: head domain RTAI unregistered.
[16127.959631] RTAI[hal]: unmounted.
[16168.588076] I-pipe: head domain RTAI registered.
[16168.588087] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[16168.588204] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[16168.588210] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 8311820, CLK_FREQ 2659968000, CPU_FREQ 2659968000
[16168.588216] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[16168.588222] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 8311820, 8311820, 2062750
[16168.603631] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[16168.603696] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[16168.603706] RTAI[sched]: hard timer type/freq = APIC/8311820(Hz); default timing: oneshot; linear timed lists.
[16168.603714] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2659968000 hz.
[16168.603718] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns.
[16168.623159] RTAI[math]: loaded.
[16168.809241] config string '0 out'
[16168.823027] creating ladder-state
[16169.306790] RTAPI: ERROR: Unexpected realtime delay on task 1
[16169.306795] This Message will only display once per session.
[16169.306797] Run the Latency Test and resolve before continuing.
[16191.599086] RTAI[math]: unloaded.
[16191.602767] SCHED releases registered named ALIEN PEDV$D
[16191.618030] RTAI[malloc]: unloaded.
[16191.716024] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[16191.719465] I-pipe: head domain RTAI unregistered.
[16191.719598] RTAI[hal]: unmounted.
[16296.811296] I-pipe: head domain RTAI registered.
[16296.811312] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[16296.811423] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[16296.811429] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 8311820, CLK_FREQ 2659968000, CPU_FREQ 2659968000
[16296.811438] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[16296.811445] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 8311820, 8311820, 8277500
[16296.824763] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[16296.824880] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[16296.824892] RTAI[sched]: hard timer type/freq = APIC/8311820(Hz); default timing: oneshot; linear timed lists.
[16296.824905] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2659968000 hz.
[16296.824915] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns.
[16296.843759] RTAI[math]: loaded.
[16297.011108] config string '0 out'
[16297.517644] RTAPI: ERROR: Unexpected realtime delay on task 1
[16297.517651] This Message will only display once per session.
[16297.517653] Run the Latency Test and resolve before continuing.
[16523.462520] spurious APIC interrupt on CPU#1, should never happen.
[16523.469729] RTAI[math]: unloaded.
[16523.473541] SCHED releases registered named ALIEN PEDV$D
[16523.480708] RTAI[malloc]: unloaded.
[16523.580029] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[16523.587059] I-pipe: head domain RTAI unregistered.
[16523.587186] RTAI[hal]: unmounted.
[16591.960547] I-pipe: head domain RTAI registered.
[16591.960559] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[16591.960689] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[16591.960695] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 8311820, CLK_FREQ 2659968000, CPU_FREQ 2659968000
[16591.960701] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[16591.960707] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 8311820, 8311820, 8260750
[16591.976805] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[16591.976871] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[16591.976881] RTAI[sched]: hard timer type/freq = APIC/8311820(Hz); default timing: oneshot; linear timed lists.
[16591.976889] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2659968000 hz.
[16591.976893] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns.
[16591.986977] RTAI[math]: loaded.
[16592.151042] config string '0 out'
[16592.637511] RTAPI: ERROR: Unexpected realtime delay on task 1
[16592.637518] This Message will only display once per session.
[16592.637520] Run the Latency Test and resolve before continuing.
[16718.750816] RTAI[math]: unloaded.
[16718.754409] SCHED releases registered named ALIEN PEDV$D
[16718.758341] RTAI[malloc]: unloaded.
[16718.856024] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[16718.859475] I-pipe: head domain RTAI unregistered.
[16718.859607] RTAI[hal]: unmounted.
[16830.396239] I-pipe: head domain RTAI registered.
[16830.396250] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[16830.396364] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[16830.396371] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 8311820, CLK_FREQ 2659968000, CPU_FREQ 2659968000
[16830.396377] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[16830.396383] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 8311820, 8311820, 8262750
[16830.412442] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[16830.412503] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[16830.412514] RTAI[sched]: hard timer type/freq = APIC/8311820(Hz); default timing: oneshot; linear timed lists.
[16830.412522] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2659968000 hz.
[16830.412526] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns.
[16830.423109] RTAI[math]: loaded.
[16830.586951] config string '0 out'
[16831.091634] RTAPI: ERROR: Unexpected realtime delay on task 1
[16831.091639] This Message will only display once per session.
[16831.091641] Run the Latency Test and resolve before continuing.
[16949.042983] RTAI[math]: unloaded.
[16949.046354] SCHED releases registered named ALIEN PEDV$D
[16949.050265] RTAI[malloc]: unloaded.
[16949.148040] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[16949.151561] I-pipe: head domain RTAI unregistered.
[16949.151699] RTAI[hal]: unmounted.
[16954.788553] I-pipe: head domain RTAI registered.
[16954.788566] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[16954.788680] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[16954.788687] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 8311820, CLK_FREQ 2659968000, CPU_FREQ 2659968000
[16954.788692] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[16954.788698] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 8311820, 8311820, 8257000
[16954.801716] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[16954.801782] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[16954.801793] RTAI[sched]: hard timer type/freq = APIC/8311820(Hz); default timing: oneshot; linear timed lists.
[16954.801800] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2659968000 hz.
[16954.801805] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns.
[16954.816303] RTAI[math]: loaded.
[16954.994280] config string '0 out'
[16955.006154] creating ladder-state
[16955.512450] RTAPI: ERROR: Unexpected realtime delay on task 1
[16955.512454] This Message will only display once per session.
[16955.512456] Run the Latency Test and resolve before continuing.
[17362.604614] RTAI[math]: unloaded.
[17362.611350] SCHED releases registered named ALIEN PEDV$D
[17362.626322] RTAI[malloc]: unloaded.
[17362.724123] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[17362.727705] I-pipe: head domain RTAI unregistered.
[17362.727828] RTAI[hal]: unmounted.
[17465.850970] I-pipe: head domain RTAI registered.
[17465.850982] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[17465.851097] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[17465.851104] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 8311820, CLK_FREQ 2659968000, CPU_FREQ 2659968000
[17465.851109] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[17465.851116] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 8311820, 8311820, 8273500
[17465.864585] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[17465.864650] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[17465.864661] RTAI[sched]: hard timer type/freq = APIC/8311820(Hz); default timing: oneshot; linear timed lists.
[17465.864668] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2659968000 hz.
[17465.864672] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns.
[17465.882714] RTAI[math]: loaded.
[17466.050980] config string '0 out'
[17466.607359] RTAPI: ERROR: Unexpected realtime delay on task 1
[17466.607364] This Message will only display once per session.
[17466.607366] Run the Latency Test and resolve before continuing.
[17473.379248] RTAI[math]: unloaded.
[17473.382732] SCHED releases registered named ALIEN PEDV$D
[17473.390044] RTAI[malloc]: unloaded.
[17473.488029] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[17473.491557] I-pipe: head domain RTAI unregistered.
[17473.491690] RTAI[hal]: unmounted.
[17477.279437] I-pipe: head domain RTAI registered.
[17477.279451] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[17477.279567] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[17477.279573] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 8311820, CLK_FREQ 2659968000, CPU_FREQ 2659968000
[17477.279579] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[17477.279585] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 8311820, 8311820, 8272250
[17477.292824] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[17477.292891] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[17477.292902] RTAI[sched]: hard timer type/freq = APIC/8311820(Hz); default timing: oneshot; linear timed lists.
[17477.292909] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2659968000 hz.
[17477.292914] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns.
[17477.310805] RTAI[math]: loaded.
[17477.489749] config string '0 out'
[17477.502451] creating ladder-state
[17478.020650] RTAPI: ERROR: Unexpected realtime delay on task 1
[17478.020655] This Message will only display once per session.
[17478.020659] Run the Latency Test and resolve before continuing.
[28249.591930] RTAI[math]: unloaded.
[28249.595693] SCHED releases registered named ALIEN PEDV$D
[28249.611992] RTAI[malloc]: unloaded.
[28249.712034] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[28249.715548] I-pipe: head domain RTAI unregistered.
[28249.715686] RTAI[hal]: unmounted.
[28498.492709] I-pipe: head domain RTAI registered.
[28498.492722] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[28498.492823] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[28498.492830] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 8311820, CLK_FREQ 2659968000, CPU_FREQ 2659968000
[28498.492837] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[28498.492844] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 8311820, 8311820, 8250500
[28498.505898] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[28498.505965] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[28498.505976] RTAI[sched]: hard timer type/freq = APIC/8311820(Hz); default timing: oneshot; linear timed lists.
[28498.505983] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2659968000 hz.
[28498.505988] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns.
[28498.520126] RTAI[math]: loaded.
[28498.699378] config string '0 out'
[28498.712690] creating ladder-state
[28499.194330] RTAPI: ERROR: Unexpected realtime delay on task 1
[28499.194343] This Message will only display once per session.
[28499.194345] Run the Latency Test and resolve before continuing.
[28667.613453] spurious APIC interrupt on CPU#1, should never happen.
[28667.623362] RTAI[math]: unloaded.
[28667.627234] SCHED releases registered named ALIEN PEDV$D
[28667.641224] RTAI[malloc]: unloaded.
[28667.740024] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[28667.743462] I-pipe: head domain RTAI unregistered.
[28667.743599] RTAI[hal]: unmounted.
[28674.242317] I-pipe: head domain RTAI registered.
[28674.242330] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[28674.242440] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[28674.242448] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 8311820, CLK_FREQ 2659968000, CPU_FREQ 2659968000
[28674.242454] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[28674.242460] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 8311820, 8311820, 8269000
[28674.256147] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[28674.256216] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[28674.256227] RTAI[sched]: hard timer type/freq = APIC/8311820(Hz); default timing: oneshot; linear timed lists.
[28674.256234] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2659968000 hz.
[28674.256239] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns.
[28674.279361] RTAI[math]: loaded.
[28674.457398] config string '0 out'
[28674.470425] creating ladder-state
[28675.000893] RTAPI: ERROR: Unexpected realtime delay on task 1
[28675.000898] This Message will only display once per session.
[28675.000900] Run the Latency Test and resolve before continuing.
[45394.150566] RTAI[math]: unloaded.
[45394.157244] SCHED releases registered named ALIEN PEDV$D
[45394.170807] RTAI[malloc]: unloaded.
[45394.268021] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[45394.271456] I-pipe: head domain RTAI unregistered.
[45394.271586] RTAI[hal]: unmounted.
[189486.525349] I-pipe: head domain RTAI registered.
[189486.525361] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[189486.525476] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[189486.525483] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 8311820, CLK_FREQ 2659968000, CPU_FREQ 2659968000
[189486.525489] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[189486.525495] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 8311820, 8311820, 8249250
[189486.539607] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[189486.539677] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[189486.539688] RTAI[sched]: hard timer type/freq = APIC/8311820(Hz); default timing: oneshot; linear timed lists.
[189486.539695] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2659968000 hz.
[189486.539700] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns.
[189486.552475] RTAI[math]: loaded.
[189486.731194] config string '0 out'
[189486.744651] creating ladder-state
[189489.499354] RTAI[math]: unloaded.
[189489.503233] SCHED releases registered named ALIEN PEDV$D
[189489.507524] RTAI[malloc]: unloaded.
[189489.604037] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[189489.607906] I-pipe: head domain RTAI unregistered.
[189489.608077] RTAI[hal]: unmounted.
[189903.748619] I-pipe: head domain RTAI registered.
[189903.748632] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[189903.748743] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[189903.748750] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 8311820, CLK_FREQ 2659968000, CPU_FREQ 2659968000
[189903.748758] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[189903.748764] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 8311820, 8311820, 8248250
[189903.762094] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[189903.762160] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[189903.762171] RTAI[sched]: hard timer type/freq = APIC/8311820(Hz); default timing: oneshot; linear timed lists.
[189903.762178] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2659968000 hz.
[189903.762183] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns.
[189903.784418] RTAI[math]: loaded.
[189903.965293] config string '0 out'
[189903.977115] creating ladder-state
[189906.735123] RTAI[math]: unloaded.
[189906.738646] SCHED releases registered named ALIEN PEDV$D
[189906.751146] RTAI[malloc]: unloaded.
[189906.848038] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[189906.851528] I-pipe: head domain RTAI unregistered.
[189906.851663] RTAI[hal]: unmounted.
[190636.424929] I-pipe: head domain RTAI registered.
[190636.424941] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[190636.425068] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[190636.425076] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 8311820, CLK_FREQ 2659968000, CPU_FREQ 2659968000
[190636.425084] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[190636.425091] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 8311820, 8311820, 8253500
[190636.439035] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[190636.439104] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[190636.439115] RTAI[sched]: hard timer type/freq = APIC/8311820(Hz); default timing: oneshot; linear timed lists.
[190636.439122] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2659968000 hz.
[190636.439127] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns.
[190636.458693] RTAI[math]: loaded.
[190636.641534] config string '0 out'
[190636.654605] creating ladder-state
[190639.506633] RTAI[math]: unloaded.
[190639.510267] SCHED releases registered named ALIEN PEDV$D
[190639.523156] RTAI[malloc]: unloaded.
[190639.620042] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[190639.623612] I-pipe: head domain RTAI unregistered.
[190639.623743] RTAI[hal]: unmounted.
[190776.560047] I-pipe: head domain RTAI registered.
[190776.560060] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[190776.560179] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[190776.560186] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 8311820, CLK_FREQ 2659968000, CPU_FREQ 2659968000
[190776.560192] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[190776.560199] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 8311820, 8311820, 7127000
[190776.573697] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[190776.573765] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[190776.573776] RTAI[sched]: hard timer type/freq = APIC/8311820(Hz); default timing: oneshot; linear timed lists.
[190776.573783] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2659968000 hz.
[190776.573788] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns.
[190776.582864] RTAI[math]: loaded.
[190776.765865] config string '0 out'
[190776.778806] creating ladder-state
[190776.862867] debounce: Unknown parameter `cgf'
[190779.589627] RTAI[math]: unloaded.
[190779.593292] SCHED releases registered named ALIEN PEDV$D
[190779.616643] RTAI[malloc]: unloaded.
[190779.716042] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[190779.719607] I-pipe: head domain RTAI unregistered.
[190779.719740] RTAI[hal]: unmounted.
[196543.948253] I-pipe: head domain RTAI registered.
[196543.948265] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[196543.948373] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[196543.948380] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 8311820, CLK_FREQ 2659968000, CPU_FREQ 2659968000
[196543.948386] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[196543.948392] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 8311820, 8311820, 8225000
[196543.982595] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[196543.982672] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[196543.982682] RTAI[sched]: hard timer type/freq = APIC/8311820(Hz); default timing: oneshot; linear timed lists.
[196543.982690] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2659968000 hz.
[196543.982694] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns.
[196544.003143] RTAI[math]: loaded.
[196544.260025] config string '0 out'
[196544.276447] creating ladder-state
[196544.357752] debounce: Unknown parameter `cgf'
[196547.476137] RTAI[math]: unloaded.
[196547.479486] SCHED releases registered named ALIEN PEDV$D
[196547.483338] RTAI[malloc]: unloaded.
[196547.580051] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[196547.585290] I-pipe: head domain RTAI unregistered.
[196547.585414] RTAI[hal]: unmounted.
Attachments:

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

More
26 Apr 2020 23:37 #165720 by PCW
Typo in your hal file:

[196544.357752] debounce: Unknown parameter `cgf'

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

More
26 Apr 2020 23:43 - 26 Apr 2020 23:43 #165724 by jay.perez1
Plugging away at it Andy,

Looked through the error message and saw it didn't recognize 'cgf'. Took a chance and changed line 117 to 'cfg' because it sounded more like Configure and it now makes it past that error.

Now it says that setp on line 120 requires two parameters but only one given.
Last edit: 26 Apr 2020 23:43 by jay.perez1. Reason: Corrected spelling.

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

More
27 Apr 2020 00:07 #165725 by andypugh
My fault:
[196544.357752] debounce: Unknown parameter `cgf'

(But then, you ought to be looking at the documentation too!)

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

More
27 Apr 2020 00:08 #165726 by andypugh

Now it says that setp on line 120 requires two parameters but only one given.


Yes, that is because "setp" requires two parameters, but you only gave it one :-)

setp something value

I imagine you missed the value?

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

More
27 Apr 2020 00:39 #165730 by jay.perez1
I assume the missing parameter is the 2nd debounce time value. In the attached HAL file you can see how I attempted to do that with a second line of code.

Please don't make me spend four frustrating hours trying to decipher the cryptic (to me) manual just to try to implement this simple function. All past experience indicates that I will still not be successful without help.

Our team will get to the HAL when we're able to get together again. That won't be my role but right now I have the CNC Router at my house and therefore am best positioned to do this evaluation.

Jay

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

More
27 Apr 2020 18:17 #165850 by jay.perez1
Hello Andy,

Would you please look at this subset of my HAL and see if it makes sense to you and help me correct whatever it is I'm doing wrong ?

Thanks.

Jay



#
# DEBOUNCE TRIBULATIONS
#
# LCNC will start without errors with the following code. However, the debounce
# does not have any noticeable effect regardless if I use delay values of 20, 50,
# 100, 5000, 10000, or 20000. I suspect they're not being assigned to the 'ALL HOME' and
# the 'ALL LIMITS' properly.
#


loadrt debounce cfg=2

addf debounce.0 base-thread
setp debounce.0.delay 20000

net limit_raw parport.0.pin-12-in => debounce.0.0.in
net home_filtered debounce.0.0.out
net limit_filtered debounce.0.1.out


#
# FAILED ATTEMPT AT 2nd DEBOUNCE FOR HOMING
#
# addf debounce.1 base-thread
# setp debounce.1.delay 200
#


#
# DEBOUNCE ERRORS
#
# When I allow the net commands below to run I get an error message saying the
# limit switch axes have already been mapped to "ALL LIMITS" and LCNC doesn't start.
#


# net limit_raw parport.0.pin-00-in => debounce.0.0.in
# net limit_filt debounce.0.0.out

# net limit_filt axis.0.neg−lim−sw−in axis.0.pos-lim-sw-in
# net limit_filt axis.0.home-sw-in

# net limit_filt axis.1.neg−lim−sw−in axis.1.pos-lim-sw-in
# net limit_filt axis.1.home-sw-in

# net limit_filt axis.2.neg−lim−sw−in axis.2.pos-lim-sw-in
# net limit_filt axis.2.home-sw-in
Attachments:

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

Time to create page: 0.159 seconds
Powered by Kunena Forum