Since Lucid has reached end of support I decided to back up my config and install from the 2.7 live CD. Having done that, installed all of the updates, and adjustments to my config files,I ran the latency test. Overall the latency numbers are 30% higher than the Lucid install, but still in an acceptable range. Setting "isolcpus=1" in grub has no effect on latency, as it did in the Lucid install. Now when I run LinuxCNC, I am getting RTAPI error on startup intermittently. When it does start without the error, the error shows up within 5 to 10 minutes.
Attached are the dmesg, and the -v startup for linuxcnc. Watching the system monitor while LinuxCNC is running for spikes in the CPU utilization shows nothing unusual, other than the second cpu is not being utilized at all. I have always thought that isolating a cpu from the linux scheduler was to allow the RTAI kernel to use it without the system interrupts interfering with it. Is there some setup that i missed to mask the RTAI kernel to use the isolated cpu? Or are there any "taskset" statements that need to be changed to properly utilize the isolated cpu? I know just enough about real time OSes to be really dangerous! Any help is always appreciated! --J. Ray Mitchell Jr. jrmitche...@gmail.com (818)324-7573 The dogmas of the quiet past, are inadequate to the stormy present. The occasion is piled high with difficulty, and we must rise with the occasion. As our case is new, so we must think anew and act anew. We must disenthrall ourselves, and then we shall save our country.*Abraham Lincoln <http://www.quotationspage.com/quotes/Abraham_Lincoln/>*, *Annual message to Congress, December 1, 1862* *16th president of US (1809 - 1865)*
[ 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 - 0000000000090000 (reserved) [ 0.000000] BIOS-e820: 0000000000090000 - 000000000009ec00 (usable) [ 0.000000] BIOS-e820: 000000000009ec00 - 00000000000a0000 (reserved) [ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved) [ 0.000000] BIOS-e820: 0000000000100000 - 000000007ee98000 (usable) [ 0.000000] BIOS-e820: 000000007ee98000 - 000000007eebf000 (reserved) [ 0.000000] BIOS-e820: 000000007eebf000 - 000000007ef48000 (usable) [ 0.000000] BIOS-e820: 000000007ef48000 - 000000007efbf000 (ACPI NVS) [ 0.000000] BIOS-e820: 000000007efbf000 - 000000007eff1000 (usable) [ 0.000000] BIOS-e820: 000000007eff1000 - 000000007efff000 (ACPI data) [ 0.000000] BIOS-e820: 000000007efff000 - 000000007f000000 (usable) [ 0.000000] BIOS-e820: 000000007f000000 - 0000000080000000 (reserved) [ 0.000000] BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved) [ 0.000000] BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved) [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel! [ 0.000000] SMBIOS 2.5 present. [ 0.000000] DMI: /D510MO, BIOS MOPNV10N.86A.0542.2011.0729.1300 07/29/2011 [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved) [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable) [ 0.000000] last_pfn = 0x7f000 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-DFFFF write-protect [ 0.000000] E0000-FFFFF uncachable [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 000000000 mask F80000000 write-back [ 0.000000] 1 base 07F000000 mask FFF000000 uncachable [ 0.000000] 2 base 0FFFF0000 mask FFFFF0000 write-protect [ 0.000000] 3 base 0FFF10000 mask FFFFF0000 write-protect [ 0.000000] 4 disabled [ 0.000000] 5 disabled [ 0.000000] 6 disabled [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [c00fbe70] fbe70 [ 0.000000] initial memory mapped : 0 - 01800000 [ 0.000000] Base memory trampoline at [c009a000] 9a000 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: 3652c000 - 3728e000 [ 0.000000] ACPI: RSDP 000f2070 00024 (v02 INTEL ) [ 0.000000] ACPI: XSDT 7effe120 0004C (v01 INTEL MOPNV10N 0000021E 01000013) [ 0.000000] ACPI: FACP 7effd000 000F4 (v03 INTEL MOPNV10N 0000021E MSFT 0100000D) [ 0.000000] ACPI: DSDT 7eff9000 039A7 (v01 INTEL MOPNV10N 0000021E MSFT 0100000D) [ 0.000000] ACPI: FACS 7ef87000 00040 [ 0.000000] ACPI: APIC 7eff8000 00084 (v02 INTEL MOPNV10N 0000021E MSFT 0100000D) [ 0.000000] ACPI: MCFG 7eff7000 0003C (v01 INTEL MOPNV10N 0000021E MSFT 0100000D) [ 0.000000] ACPI: HPET 7eff6000 00038 (v01 INTEL MOPNV10N 0000021E MSFT 0100000D) [ 0.000000] ACPI: SSDT 7eff2000 0377C (v01 INTEL SSDT PM 0000021E MSFT 0100000D) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] 1144MB 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 -> 0x0007f000 [ 0.000000] Movable zone start PFN for each node [ 0.000000] Early memory PFN ranges [ 0.000000] 0: 0x00000010 -> 0x0000008f [ 0.000000] 0: 0x00000090 -> 0x0000009e [ 0.000000] 0: 0x00000100 -> 0x0007ee98 [ 0.000000] 0: 0x0007eebf -> 0x0007ef48 [ 0.000000] 0: 0x0007efbf -> 0x0007eff1 [ 0.000000] 0: 0x0007efff -> 0x0007f000 [ 0.000000] On node 0 totalpages: 519905 [ 0.000000] free_area_init_node: node 0, pgdat c1498a00, node_mem_map f554c200 [ 0.000000] DMA zone: 32 pages used for memmap [ 0.000000] DMA zone: 0 pages reserved [ 0.000000] DMA zone: 3949 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: 2289 pages used for memmap [ 0.000000] HighMem zone: 290405 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] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] disabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 8, 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 - 0000000000090000 [ 0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000 [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000 [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000 [ 0.000000] Allocating PCI resources starting at 80000000 (gap: 80000000:78000000) [ 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 @f77ad000 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: 515840 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.4-9-rtai-686-pae root=UUID=3151a6ec-150f-4650-83cf-e39f2ed30b3d 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 4161408 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:0007f000) [ 0.000000] Memory: 2038612k/2080768k available (3495k kernel code, 41008k reserved, 1237k data, 416k init, 1170776k 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=f5006000 soft=f5008000 [ 0.000000] Extended CMOS year: 2000 [ 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 1666.597 MHz processor. [ 0.004005] Calibrating delay loop (skipped), value calculated using timer frequency.. 3333.19 BogoMIPS (lpj=6666388) [ 0.004017] pid_max: default: 32768 minimum: 301 [ 0.008099] Security Framework initialized [ 0.008110] AppArmor: AppArmor disabled by boot time parameter [ 0.008159] Mount-cache hash table entries: 512 [ 0.008572] Initializing cgroup subsys cpuacct [ 0.008580] Initializing cgroup subsys memory [ 0.008600] Initializing cgroup subsys devices [ 0.008606] Initializing cgroup subsys freezer [ 0.008611] Initializing cgroup subsys net_cls [ 0.008617] Initializing cgroup subsys blkio [ 0.008633] Initializing cgroup subsys perf_event [ 0.008694] CPU: Physical Processor ID: 0 [ 0.008700] CPU: Processor Core ID: 0 [ 0.008706] mce: CPU supports 5 MCE banks [ 0.008719] CPU0: Thermal monitoring enabled (TM1) [ 0.008801] ACPI: Core revision 20120320 [ 0.020115] Enabling APIC mode: Flat. Using 1 I/O APICs [ 0.020613] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.062476] CPU0: Intel(R) Atom(TM) CPU D510 @ 1.66GHz stepping 0a [ 0.064003] Performance Events: PEBS fmt0+, 8-deep LBR, Atom events, Intel PMU driver. [ 0.064003] ... version: 3 [ 0.064003] ... bit width: 40 [ 0.064003] ... generic registers: 2 [ 0.064003] ... value mask: 000000ffffffffff [ 0.064003] ... max period: 000000007fffffff [ 0.064003] ... fixed-purpose events: 3 [ 0.064003] ... event mask: 0000000700000003 [ 0.072168] NMI watchdog: enabled, takes one hw-pmu counter. [ 0.084058] CPU 1 irqstacks, hard=f50d4000 soft=f50d6000 [ 0.084066] Booting Node 0, Processors #1 [ 0.008000] Initializing CPU#1 [ 0.096005] TSC synchronization [CPU#0 -> CPU#1]: [ 0.096005] Measured 50 cycles TSC warp between CPUs, turning off TSC clock. [ 0.096005] Marking TSC unstable due to check_tsc_sync_source failed [ 0.096059] NMI watchdog: enabled, takes one hw-pmu counter. [ 0.096143] Brought up 2 CPUs [ 0.096151] Total of 2 processors activated (6666.38 BogoMIPS). [ 0.096918] devtmpfs: initialized [ 0.096918] PM: Registering ACPI NVS region [mem 0x7ef48000-0x7efbefff] (487424 bytes) [ 0.096918] dummy: [ 0.096918] NET: Registered protocol family 16 [ 0.096918] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it [ 0.096918] ACPI: bus type pci registered [ 0.096993] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000) [ 0.097005] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820 [ 0.100016] PCI: Using MMCONFIG for extended config space [ 0.100023] PCI: Using configuration type 1 for base access [ 0.101323] bio: create slab <bio-0> at 0 [ 0.101323] ACPI: Added _OSI(Module Device) [ 0.101323] ACPI: Added _OSI(Processor Device) [ 0.101323] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.101323] ACPI: Added _OSI(Processor Aggregator Device) [ 0.105085] ACPI: EC: Look up EC in DSDT [ 0.120730] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored [ 0.121821] ACPI: Interpreter enabled [ 0.121838] ACPI: (supports S0 S1 S4 S5) [ 0.121901] ACPI: Using IOAPIC for interrupt routing [ 0.133558] ACPI: No dock devices found. [ 0.133574] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.133892] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f]) [ 0.134444] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] [ 0.134453] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] [ 0.134462] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] [ 0.134470] pci_root PNP0A03:00: host bridge window [mem 0xd0000000-0xf7ffffff] [ 0.134577] PCI host bridge to bus 0000:00 [ 0.134585] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.134593] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.134600] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.134608] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf7ffffff] [ 0.134634] pci 0000:00:00.0: [8086:a000] type 00 class 0x060000 [ 0.134712] pci 0000:00:02.0: [8086:a001] type 00 class 0x030000 [ 0.134735] pci 0000:00:02.0: reg 10: [mem 0xe0200000-0xe027ffff] [ 0.134749] pci 0000:00:02.0: reg 14: [io 0x30c0-0x30c7] [ 0.134762] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff pref] [ 0.134775] pci 0000:00:02.0: reg 1c: [mem 0xe0100000-0xe01fffff] [ 0.134892] pci 0000:00:1c.0: [8086:27d0] type 01 class 0x060400 [ 0.135012] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 0.135070] pci 0000:00:1c.1: [8086:27d2] type 01 class 0x060400 [ 0.135183] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold [ 0.135235] pci 0000:00:1c.2: [8086:27d4] type 01 class 0x060400 [ 0.135353] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold [ 0.135410] pci 0000:00:1c.3: [8086:27d6] type 01 class 0x060400 [ 0.135528] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold [ 0.135584] pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300 [ 0.135675] pci 0000:00:1d.0: reg 20: [io 0x3080-0x309f] [ 0.135740] pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300 [ 0.135820] pci 0000:00:1d.1: reg 20: [io 0x3060-0x307f] [ 0.135884] pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300 [ 0.135979] pci 0000:00:1d.2: reg 20: [io 0x3040-0x305f] [ 0.136075] pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300 [ 0.136153] pci 0000:00:1d.3: reg 20: [io 0x3020-0x303f] [ 0.136227] pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320 [ 0.136263] pci 0000:00:1d.7: reg 10: [mem 0xe0280400-0xe02807ff] [ 0.136385] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold [ 0.136429] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401 [ 0.136546] pci 0000:00:1f.0: [8086:27bc] type 00 class 0x060100 [ 0.136664] pci 0000:00:1f.0: [Firmware Bug]: TigerPoint LPC.BM_STS cleared [ 0.136727] pci 0000:00:1f.2: [8086:27c0] type 00 class 0x01018f [ 0.136759] pci 0000:00:1f.2: reg 10: [io 0x30b8-0x30bf] [ 0.136779] pci 0000:00:1f.2: reg 14: [io 0x30cc-0x30cf] [ 0.136798] pci 0000:00:1f.2: reg 18: [io 0x30b0-0x30b7] [ 0.136818] pci 0000:00:1f.2: reg 1c: [io 0x30c8-0x30cb] [ 0.136838] pci 0000:00:1f.2: reg 20: [io 0x30a0-0x30af] [ 0.136857] pci 0000:00:1f.2: reg 24: [mem 0xe0280000-0xe02803ff] [ 0.136906] pci 0000:00:1f.2: PME# supported from D3hot [ 0.136938] pci 0000:00:1f.3: [8086:27da] type 00 class 0x0c0500 [ 0.137018] pci 0000:00:1f.3: reg 20: [io 0x3000-0x301f] [ 0.137183] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000 [ 0.137215] pci 0000:01:00.0: reg 10: [io 0x2000-0x20ff] [ 0.137266] pci 0000:01:00.0: reg 18: [mem 0xe0004000-0xe0004fff 64bit pref] [ 0.137299] pci 0000:01:00.0: reg 20: [mem 0xe0000000-0xe0003fff 64bit pref] [ 0.137323] pci 0000:01:00.0: reg 30: [mem 0xfffe0000-0xffffffff pref] [ 0.137393] pci 0000:01:00.0: supports D1 D2 [ 0.137399] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.144046] pci 0000:00:1c.0: PCI bridge to [bus 01-01] [ 0.144057] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff] [ 0.144076] pci 0000:00:1c.0: bridge window [mem 0xe0000000-0xe00fffff 64bit pref] [ 0.144165] pci 0000:00:1c.1: PCI bridge to [bus 02-02] [ 0.144265] pci 0000:00:1c.2: PCI bridge to [bus 03-03] [ 0.144365] pci 0000:00:1c.3: PCI bridge to [bus 04-04] [ 0.144441] pci 0000:05:00.0: [9710:9805] type 00 class 0x078000 [ 0.144468] pci 0000:05:00.0: reg 10: [io 0x1030-0x1037] [ 0.144489] pci 0000:05:00.0: reg 14: [io 0x1028-0x102f] [ 0.144509] pci 0000:05:00.0: reg 18: [io 0x1020-0x1027] [ 0.144528] pci 0000:05:00.0: reg 1c: [io 0x1018-0x101f] [ 0.144548] pci 0000:05:00.0: reg 20: [io 0x1010-0x1017] [ 0.144568] pci 0000:05:00.0: reg 24: [io 0x1000-0x100f] [ 0.144663] pci 0000:00:1e.0: PCI bridge to [bus 05-05] (subtractive decode) [ 0.144674] pci 0000:00:1e.0: bridge window [io 0x1000-0x1fff] [ 0.144693] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode) [ 0.144701] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode) [ 0.144709] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode) [ 0.144717] pci 0000:00:1e.0: bridge window [mem 0xd0000000-0xf7ffffff] (subtractive decode) [ 0.144764] pci_bus 0000:00: on NUMA node 0 [ 0.144775] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] [ 0.145235] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P32_._PRT] [ 0.145807] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT] [ 0.145977] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX1._PRT] [ 0.146145] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX2._PRT] [ 0.146313] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3._PRT] [ 0.146571] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x0f) [ 0.158758] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12) [ 0.158962] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12) *0, disabled. [ 0.159166] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 *11 12) [ 0.159365] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 *10 11 12) [ 0.159563] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 11 12) *0, disabled. [ 0.159770] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 *9 10 11 12) [ 0.159968] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 9 10 11 12) *0, disabled. [ 0.160191] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 *9 10 11 12) [ 0.160359] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.160359] vgaarb: loaded [ 0.160359] vgaarb: bridge control possible 0000:00:02.0 [ 0.160359] PCI: Using ACPI for IRQ routing [ 0.162861] PCI: pci_cache_line_size set to 64 bytes [ 0.163001] reserve RAM buffer: 000000000008f000 - 000000000008ffff [ 0.163009] reserve RAM buffer: 000000000009ec00 - 000000000009ffff [ 0.163016] reserve RAM buffer: 000000007ee98000 - 000000007fffffff [ 0.163024] reserve RAM buffer: 000000007ef48000 - 000000007fffffff [ 0.163031] reserve RAM buffer: 000000007eff1000 - 000000007fffffff [ 0.163038] reserve RAM buffer: 000000007f000000 - 000000007fffffff [ 0.163368] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 [ 0.163386] hpet0: 3 comparators, 64-bit 14.318180 MHz counter [ 0.165051] Switching to clocksource hpet [ 0.165227] pnp: PnP ACPI init [ 0.165258] ACPI: bus type pnp registered [ 0.165609] pnp 00:00: [bus 00-3f] [ 0.165618] pnp 00:00: [io 0x0cf8-0x0cff] [ 0.165626] pnp 00:00: [io 0x0000-0x0cf7 window] [ 0.165633] pnp 00:00: [io 0x0d00-0xffff window] [ 0.165641] pnp 00:00: [mem 0x000a0000-0x000bffff window] [ 0.165648] pnp 00:00: [mem 0xd0000000-0xf7ffffff window] [ 0.165757] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active) [ 0.165814] pnp 00:01: [mem 0xf8000000-0xfbffffff] [ 0.165822] pnp 00:01: [mem 0xfed14000-0xfed17fff] [ 0.165828] pnp 00:01: [mem 0xfed18000-0xfed18fff] [ 0.165835] pnp 00:01: [mem 0xfed19000-0xfed19fff] [ 0.165842] pnp 00:01: [mem 0xfed1c000-0xfed1ffff] [ 0.165849] pnp 00:01: [mem 0x000c0000-0x000dffff] [ 0.165856] pnp 00:01: [mem 0x000e0000-0x000fffff] [ 0.165863] pnp 00:01: [mem 0xfff00000-0xffffffff] [ 0.165979] system 00:01: [mem 0xf8000000-0xfbffffff] has been reserved [ 0.165988] system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved [ 0.165997] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved [ 0.166006] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved [ 0.166014] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved [ 0.166024] system 00:01: [mem 0x000c0000-0x000dffff] could not be reserved [ 0.166033] system 00:01: [mem 0x000e0000-0x000fffff] could not be reserved [ 0.166042] system 00:01: [mem 0xfff00000-0xffffffff] has been reserved [ 0.166052] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.166461] pnp 00:02: [io 0x0000-0x000f] [ 0.166470] pnp 00:02: [io 0x0081-0x0083] [ 0.166476] pnp 00:02: [io 0x0087] [ 0.166482] pnp 00:02: [io 0x0089-0x008b] [ 0.166489] pnp 00:02: [io 0x008f] [ 0.166495] pnp 00:02: [io 0x00c0-0x00df] [ 0.166502] pnp 00:02: [dma 4] [ 0.166577] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active) [ 0.166615] pnp 00:03: [io 0x0070-0x0071] [ 0.166622] pnp 00:03: [io 0x0074-0x0077] [ 0.166645] pnp 00:03: [irq 8] [ 0.166718] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.166757] pnp 00:04: [io 0x00f0] [ 0.166772] pnp 00:04: [irq 13] [ 0.166845] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active) [ 0.166884] pnp 00:05: [io 0x0061] [ 0.166964] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active) [ 0.167002] pnp 00:06: [io 0x0500-0x053f] [ 0.167009] pnp 00:06: [io 0x0400-0x047f] [ 0.167015] pnp 00:06: [io 0x0092] [ 0.167021] pnp 00:06: [io 0x0680-0x06ff] [ 0.167028] pnp 00:06: [io 0x0010-0x001f] [ 0.167034] pnp 00:06: [io 0x0072-0x0073] [ 0.167041] pnp 00:06: [io 0x0080] [ 0.167051] pnp 00:06: [io 0x0084-0x0086] [ 0.167057] pnp 00:06: [io 0x0088] [ 0.167064] pnp 00:06: [io 0x008c-0x008e] [ 0.167070] pnp 00:06: [io 0x0090-0x009f] [ 0.167076] pnp 00:06: [io 0x0295-0x0296] [ 0.167204] system 00:06: [io 0x0500-0x053f] has been reserved [ 0.167213] system 00:06: [io 0x0400-0x047f] has been reserved [ 0.167222] system 00:06: [io 0x0680-0x06ff] has been reserved [ 0.167222] system 00:06: [io 0x0295-0x0296] has been reserved [ 0.167222] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.167222] pnp 00:07: [io 0x0060] [ 0.167222] pnp 00:07: [io 0x0064] [ 0.167222] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.167222] pnp 00:08: [io 0x0378-0x037f] [ 0.167222] pnp 00:08: [irq 7] [ 0.167222] pnp 00:08: Plug and Play ACPI device, IDs PNP0400 (active) [ 0.167573] pnp 00:09: [mem 0xfec00000-0xfec000ff] [ 0.167665] pnp 00:09: Plug and Play ACPI device, IDs PNP0003 (active) [ 0.167815] pnp 00:0a: [mem 0xfed00000-0xfed03fff] [ 0.167911] pnp 00:0a: Plug and Play ACPI device, IDs PNP0103 (active) [ 0.167941] pnp: PnP ACPI: found 11 devices [ 0.167947] ACPI: ACPI bus type pnp unregistered [ 0.167955] PnPBIOS: Disabled by ACPI PNP [ 0.210198] pci 0000:01:00.0: no compatible bridge window for [mem 0xfffe0000-0xffffffff pref] [ 0.210233] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x001fffff] to [bus 01-01] add_size 400000 [ 0.210255] pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 02-02] add_size 1000 [ 0.210265] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02-02] add_size 200000 [ 0.210275] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff] to [bus 02-02] add_size 200000 [ 0.210296] pci 0000:00:1c.2: bridge window [io 0x1000-0x0fff] to [bus 03-03] add_size 1000 [ 0.210305] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03-03] add_size 200000 [ 0.210315] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff] to [bus 03-03] add_size 200000 [ 0.210335] pci 0000:00:1c.3: bridge window [io 0x1000-0x0fff] to [bus 04-04] add_size 1000 [ 0.210345] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04-04] add_size 200000 [ 0.210355] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff] to [bus 04-04] add_size 200000 [ 0.210395] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x001fffff] get_res_add_size add_size 400000 [ 0.210404] pci 0000:00:1c.1: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000 [ 0.210413] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000 [ 0.210422] pci 0000:00:1c.2: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000 [ 0.210430] pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000 [ 0.210439] pci 0000:00:1c.3: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000 [ 0.210448] pci 0000:00:1c.3: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000 [ 0.210457] pci 0000:00:1c.1: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 [ 0.210465] pci 0000:00:1c.2: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 [ 0.210473] pci 0000:00:1c.3: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 [ 0.210486] pci 0000:00:1c.0: BAR 14: assigned [mem 0xe0300000-0xe07fffff] [ 0.210495] pci 0000:00:1c.1: BAR 14: assigned [mem 0xe0800000-0xe09fffff] [ 0.210505] pci 0000:00:1c.1: BAR 15: assigned [mem 0xe0a00000-0xe0bfffff 64bit pref] [ 0.210514] pci 0000:00:1c.2: BAR 14: assigned [mem 0xe0c00000-0xe0dfffff] [ 0.210524] pci 0000:00:1c.2: BAR 15: assigned [mem 0xe0e00000-0xe0ffffff 64bit pref] [ 0.210533] pci 0000:00:1c.3: BAR 14: assigned [mem 0xe1000000-0xe11fffff] [ 0.210543] pci 0000:00:1c.3: BAR 15: assigned [mem 0xe1200000-0xe13fffff 64bit pref] [ 0.210553] pci 0000:00:1c.1: BAR 13: assigned [io 0x4000-0x4fff] [ 0.210562] pci 0000:00:1c.2: BAR 13: assigned [io 0x5000-0x5fff] [ 0.210571] pci 0000:00:1c.3: BAR 13: assigned [io 0x6000-0x6fff] [ 0.210589] pci 0000:01:00.0: BAR 6: assigned [mem 0xe0020000-0xe003ffff pref] [ 0.210597] pci 0000:00:1c.0: PCI bridge to [bus 01-01] [ 0.210607] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff] [ 0.210619] pci 0000:00:1c.0: bridge window [mem 0xe0300000-0xe07fffff] [ 0.210630] pci 0000:00:1c.0: bridge window [mem 0xe0000000-0xe00fffff 64bit pref] [ 0.210645] pci 0000:00:1c.1: PCI bridge to [bus 02-02] [ 0.210654] pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff] [ 0.210666] pci 0000:00:1c.1: bridge window [mem 0xe0800000-0xe09fffff] [ 0.210678] pci 0000:00:1c.1: bridge window [mem 0xe0a00000-0xe0bfffff 64bit pref] [ 0.210692] pci 0000:00:1c.2: PCI bridge to [bus 03-03] [ 0.210701] pci 0000:00:1c.2: bridge window [io 0x5000-0x5fff] [ 0.210713] pci 0000:00:1c.2: bridge window [mem 0xe0c00000-0xe0dfffff] [ 0.210725] pci 0000:00:1c.2: bridge window [mem 0xe0e00000-0xe0ffffff 64bit pref] [ 0.210739] pci 0000:00:1c.3: PCI bridge to [bus 04-04] [ 0.210748] pci 0000:00:1c.3: bridge window [io 0x6000-0x6fff] [ 0.210761] pci 0000:00:1c.3: bridge window [mem 0xe1000000-0xe11fffff] [ 0.210771] pci 0000:00:1c.3: bridge window [mem 0xe1200000-0xe13fffff 64bit pref] [ 0.210787] pci 0000:00:1e.0: PCI bridge to [bus 05-05] [ 0.210795] pci 0000:00:1e.0: bridge window [io 0x1000-0x1fff] [ 0.210864] pci 0000:00:1c.1: enabling device (0000 -> 0003) [ 0.210897] pci 0000:00:1c.2: enabling device (0000 -> 0003) [ 0.210929] pci 0000:00:1c.3: enabling device (0000 -> 0003) [ 0.210964] pci 0000:00:1e.0: setting latency timer to 64 [ 0.210976] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] [ 0.210983] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] [ 0.210991] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] [ 0.210998] pci_bus 0000:00: resource 7 [mem 0xd0000000-0xf7ffffff] [ 0.211006] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff] [ 0.211013] pci_bus 0000:01: resource 1 [mem 0xe0300000-0xe07fffff] [ 0.211021] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xe00fffff 64bit pref] [ 0.211029] pci_bus 0000:02: resource 0 [io 0x4000-0x4fff] [ 0.211036] pci_bus 0000:02: resource 1 [mem 0xe0800000-0xe09fffff] [ 0.211044] pci_bus 0000:02: resource 2 [mem 0xe0a00000-0xe0bfffff 64bit pref] [ 0.211051] pci_bus 0000:03: resource 0 [io 0x5000-0x5fff] [ 0.211058] pci_bus 0000:03: resource 1 [mem 0xe0c00000-0xe0dfffff] [ 0.211066] pci_bus 0000:03: resource 2 [mem 0xe0e00000-0xe0ffffff 64bit pref] [ 0.211074] pci_bus 0000:04: resource 0 [io 0x6000-0x6fff] [ 0.211081] pci_bus 0000:04: resource 1 [mem 0xe1000000-0xe11fffff] [ 0.211089] pci_bus 0000:04: resource 2 [mem 0xe1200000-0xe13fffff 64bit pref] [ 0.211096] pci_bus 0000:05: resource 0 [io 0x1000-0x1fff] [ 0.211103] pci_bus 0000:05: resource 4 [io 0x0000-0x0cf7] [ 0.211110] pci_bus 0000:05: resource 5 [io 0x0d00-0xffff] [ 0.211118] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff] [ 0.211125] pci_bus 0000:05: resource 7 [mem 0xd0000000-0xf7ffffff] [ 0.211325] NET: Registered protocol family 2 [ 0.211490] IP route cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.211914] TCP established hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.212884] TCP bind hash table entries: 65536 (order: 7, 524288 bytes) [ 0.213314] TCP: Hash tables configured (established 131072 bind 65536) [ 0.213321] TCP: reno registered [ 0.213331] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.213351] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.213627] NET: Registered protocol family 1 [ 0.213668] pci 0000:00:02.0: Boot video device [ 0.232093] PCI: CLS 64 bytes, default 64 [ 0.232227] Unpacking initramfs... [ 0.855637] Freeing initrd memory: 13704k freed [ 0.867515] audit: initializing netlink socket (disabled) [ 0.867559] type=2000 audit(1444953149.860:1): initialized [ 0.892770] highmem bounce pool size: 64 pages [ 0.892786] HugeTLB registered 4 MB page size, pre-allocated 0 pages [ 0.893331] VFS: Disk quotas dquot_6.5.2 [ 0.893407] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 0.893596] msgmni has been set to 1721 [ 0.894064] alg: No test for stdrng (krng) [ 0.894156] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 0.894166] io scheduler noop registered [ 0.894172] io scheduler deadline registered [ 0.894229] io scheduler cfq registered (default) [ 0.894879] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.894927] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.894934] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.895737] GHES: HEST is not enabled! [ 0.895770] isapnp: Scanning for PnP cards... [ 1.249619] isapnp: No Plug & Play device found [ 1.249771] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.250849] Linux agpgart interface v0.103 [ 1.251102] agpgart-intel 0000:00:00.0: Intel GMA3150 Chipset [ 1.251434] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable [ 1.251825] agpgart-intel 0000:00:00.0: detected 8192K stolen memory [ 1.252133] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000 [ 1.252452] i8042: PNP: No PS/2 controller found. Probing ports directly. [ 1.255003] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.255088] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.255400] mousedev: PS/2 mouse device common for all mice [ 1.255515] rtc_cmos 00:03: RTC can wake from S4 [ 1.255770] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0 [ 1.255816] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs [ 1.256126] TCP: cubic registered [ 1.256296] NET: Registered protocol family 10 [ 1.256810] Mobile IPv6 [ 1.256819] NET: Registered protocol family 17 [ 1.256832] Registering the dns_resolver key type [ 1.256937] Using IPI No-Shortcut mode [ 1.257291] PM: Hibernation image not present or could not be loaded. [ 1.257322] registered taskstats version 1 [ 1.258135] rtc_cmos 00:03: setting system clock to 2015-10-15 23:52:30 UTC (1444953150) [ 1.258476] Freeing unused kernel memory: 416k freed [ 1.258883] Write protecting the kernel text: 3496k [ 1.258943] Write protecting the kernel read-only data: 984k [ 1.289779] udevd[49]: starting version 175 [ 1.327583] usbcore: registered new interface driver usbfs [ 1.327644] usbcore: registered new interface driver hub [ 1.340200] usbcore: registered new device driver usb [ 1.356328] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.356486] ehci_hcd 0000:00:1d.7: setting latency timer to 64 [ 1.356498] ehci_hcd 0000:00:1d.7: EHCI Host Controller [ 1.356576] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1 [ 1.356616] ehci_hcd 0000:00:1d.7: using broken periodic workaround [ 1.356639] ehci_hcd 0000:00:1d.7: debug port 1 [ 1.367251] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded [ 1.367764] r8169 0000:01:00.0: eth0: RTL8168d/8111d at 0xf807e000, e0:69:95:57:bf:79, XID 081000c0 IRQ 16 [ 1.367775] r8169 0000:01:00.0: eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko] [ 1.372472] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported [ 1.372529] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xe0280400 [ 1.376911] uhci_hcd: USB Universal Host Controller Interface driver [ 1.384131] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00 [ 1.384203] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.384213] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.384221] usb usb1: Product: EHCI Host Controller [ 1.384229] usb usb1: Manufacturer: Linux 3.4-9-rtai-686-pae ehci_hcd [ 1.384237] usb usb1: SerialNumber: 0000:00:1d.7 [ 1.384605] hub 1-0:1.0: USB hub found [ 1.384620] hub 1-0:1.0: 8 ports detected [ 1.384890] uhci_hcd 0000:00:1d.0: setting latency timer to 64 [ 1.384901] uhci_hcd 0000:00:1d.0: UHCI Host Controller [ 1.384928] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2 [ 1.384981] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00003080 [ 1.385084] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.385093] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.385102] usb usb2: Product: UHCI Host Controller [ 1.385111] usb usb2: Manufacturer: Linux 3.4-9-rtai-686-pae uhci_hcd [ 1.385118] usb usb2: SerialNumber: 0000:00:1d.0 [ 1.385426] hub 2-0:1.0: USB hub found [ 1.385440] hub 2-0:1.0: 2 ports detected [ 1.385642] uhci_hcd 0000:00:1d.1: setting latency timer to 64 [ 1.385653] uhci_hcd 0000:00:1d.1: UHCI Host Controller [ 1.385682] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3 [ 1.385758] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00003060 [ 1.385857] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.385867] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.385875] usb usb3: Product: UHCI Host Controller [ 1.385882] usb usb3: Manufacturer: Linux 3.4-9-rtai-686-pae uhci_hcd [ 1.385890] usb usb3: SerialNumber: 0000:00:1d.1 [ 1.386199] hub 3-0:1.0: USB hub found [ 1.386214] hub 3-0:1.0: 2 ports detected [ 1.386433] uhci_hcd 0000:00:1d.2: setting latency timer to 64 [ 1.386444] uhci_hcd 0000:00:1d.2: UHCI Host Controller [ 1.386473] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4 [ 1.386541] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00003040 [ 1.386636] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.386644] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.386651] usb usb4: Product: UHCI Host Controller [ 1.386657] usb usb4: Manufacturer: Linux 3.4-9-rtai-686-pae uhci_hcd [ 1.386664] usb usb4: SerialNumber: 0000:00:1d.2 [ 1.386975] hub 4-0:1.0: USB hub found [ 1.386989] hub 4-0:1.0: 2 ports detected [ 1.387193] uhci_hcd 0000:00:1d.3: setting latency timer to 64 [ 1.387203] uhci_hcd 0000:00:1d.3: UHCI Host Controller [ 1.387225] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5 [ 1.387294] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00003020 [ 1.387383] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.387391] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.387398] usb usb5: Product: UHCI Host Controller [ 1.387404] usb usb5: Manufacturer: Linux 3.4-9-rtai-686-pae uhci_hcd [ 1.387410] usb usb5: SerialNumber: 0000:00:1d.3 [ 1.387720] hub 5-0:1.0: USB hub found [ 1.387735] hub 5-0:1.0: 2 ports detected [ 1.388799] SCSI subsystem initialized [ 1.409903] libata version 3.00 loaded. [ 1.410767] ata_piix 0000:00:1f.2: version 2.13 [ 1.410811] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ] [ 1.449621] microcode: CPU0 sig=0x106ca, pf=0x8, revision=0x107 [ 1.515144] microcode: CPU1 sig=0x106ca, pf=0x8, revision=0x107 [ 1.521716] microcode: Microcode Update Driver: v2.00 <tig...@aivazian.fsnet.co.uk>, Peter Oruba [ 1.564074] ata_piix 0000:00:1f.2: setting latency timer to 64 [ 1.565257] scsi0 : ata_piix [ 1.565621] scsi1 : ata_piix [ 1.566207] ata1: SATA max UDMA/133 cmd 0x30b8 ctl 0x30cc bmdma 0x30a0 irq 19 [ 1.566216] ata2: SATA max UDMA/133 cmd 0x30b0 ctl 0x30c8 bmdma 0x30a8 irq 19 [ 1.752054] usb 1-6: new high-speed USB device number 3 using ehci_hcd [ 1.888612] usb 1-6: New USB device found, idVendor=8086, idProduct=f1a5 [ 1.888623] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 1.888631] usb 1-6: Product: Value SSD [ 1.888637] usb 1-6: Manufacturer: Intel [ 1.888643] usb 1-6: SerialNumber: 42000000000000006421970D [ 1.895862] Initializing USB Mass Storage driver... [ 1.896208] scsi2 : usb-storage 1-6:1.0 [ 1.896985] usbcore: registered new interface driver usb-storage [ 1.896993] USB Mass Storage support registered. [ 2.128046] usb 3-2: new low-speed USB device number 2 using uhci_hcd [ 2.298863] usb 3-2: New USB device found, idVendor=05d5, idProduct=6781 [ 2.298874] usb 3-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 2.298882] usb 3-2: Product: ABBAHOME [ 2.329915] input: ABBAHOME as /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/input/input0 [ 2.331452] generic-usb 0003:05D5:6781.0001: input,hidraw0: USB HID v1.10 Keyboard [ABBAHOME] on usb-0000:00:1d.1-2/input0 [ 2.353522] input: ABBAHOME as /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.1/input/input1 [ 2.353764] generic-usb 0003:05D5:6781.0002: input,hidraw1: USB HID v1.10 Mouse [ABBAHOME] on usb-0000:00:1d.1-2/input1 [ 2.353840] usbcore: registered new interface driver usbhid [ 2.353847] usbhid: USB HID core driver [ 2.897163] scsi 2:0:0:0: Direct-Access Intel Value SSD 2.00 PQ: 0 ANSI: 2 [ 2.905533] sd 2:0:0:0: [sda] 8052736 512-byte logical blocks: (4.12 GB/3.83 GiB) [ 2.906130] sd 2:0:0:0: [sda] Write Protect is off [ 2.906139] sd 2:0:0:0: [sda] Mode Sense: 45 00 00 08 [ 2.906752] sd 2:0:0:0: [sda] No Caching mode page present [ 2.906806] sd 2:0:0:0: [sda] Assuming drive cache: write through [ 2.909257] sd 2:0:0:0: [sda] No Caching mode page present [ 2.909310] sd 2:0:0:0: [sda] Assuming drive cache: write through [ 2.911774] sda: sda1 sda2 < sda5 > [ 2.914637] sd 2:0:0:0: [sda] No Caching mode page present [ 2.914692] sd 2:0:0:0: [sda] Assuming drive cache: write through [ 2.914743] sd 2:0:0:0: [sda] Attached SCSI disk [ 2.920146] sd 2:0:0:0: Attached scsi generic sg0 type 0 [ 6.829777] PM: Starting manual resume from disk [ 6.829788] PM: Hibernation image partition 8:5 present [ 6.829794] PM: Looking for hibernation image. [ 6.830942] PM: Image not found (code -22) [ 6.830948] PM: Hibernation image not present or could not be loaded. [ 6.854759] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) [ 8.945085] udevd[327]: starting version 175 [ 9.233014] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2 [ 9.233035] ACPI: Sleep Button [SLPB] [ 9.233439] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3 [ 9.233454] ACPI: Power Button [PWRF] [ 9.355632] parport_pc 00:08: reported by Plug and Play ACPI [ 9.355704] parport0: PC-style at 0x378, irq 7 [PCSPP] [ 9.373209] [drm] Initialized drm 1.1.0 20060810 [ 9.400656] coretemp coretemp.0: Using relative temperature scale! [ 9.400696] coretemp coretemp.0: Using relative temperature scale! [ 9.452683] PCI parallel port detected: 9710:9805, I/O at 0x1030(0x1028), IRQ 21 [ 9.452746] parport1: PC-style at 0x1030 (0x1028), irq 21 [PCSPP,TRISTATE] [ 9.465453] iTCO_vendor_support: vendor-support=0 [ 9.472714] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07 [ 9.472914] iTCO_wdt: Found a NM10 TCO device (Version=2, TCOBASE=0x0460) [ 9.473053] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) [ 9.504769] i915 0000:00:02.0: setting latency timer to 64 [ 9.595845] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). [ 9.595854] [drm] Driver supports precise vblank timestamp query. [ 9.595946] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem [ 9.612200] fixme: max PWM is zero. [ 9.640041] [drm] initialized overlay support [ 9.691388] fbcon: inteldrmfb (fb0) is primary device [ 9.733847] [drm] Changing LVDS panel from (+hsync, +vsync) to (-hsync, -vsync) [ 9.794836] Console: switching to colour frame buffer device 160x50 [ 9.810494] fb0: inteldrmfb frame buffer device [ 9.810502] drm: registered panic notifier [ 9.810531] No ACPI video bus found [ 9.810842] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 10.628843] Adding 217084k swap on /dev/sda5. Priority:-1 extents:1 across:217084k [ 10.665181] EXT4-fs (sda1): re-mounted. Opts: (null) [ 10.848543] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro [ 10.926623] loop: module loaded [ 12.885495] RPC: Registered named UNIX socket transport module. [ 12.885504] RPC: Registered udp transport module. [ 12.885510] RPC: Registered tcp transport module. [ 12.885516] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 12.904227] FS-Cache: Loaded [ 12.933832] NFS: Registering the id_resolver key type [ 12.933879] FS-Cache: Netfs 'nfs' registered for caching [ 12.952179] Installing knfsd (copyright (C) 1996 o...@monad.swb.de). [ 15.048267] Bluetooth: Core ver 2.16 [ 15.048317] NET: Registered protocol family 31 [ 15.048324] Bluetooth: HCI device and connection manager initialized [ 15.048333] Bluetooth: HCI socket layer initialized [ 15.048340] Bluetooth: L2CAP socket layer initialized [ 15.048357] Bluetooth: SCO socket layer initialized [ 15.061252] Bluetooth: RFCOMM TTY layer initialized [ 15.061269] Bluetooth: RFCOMM socket layer initialized [ 15.061277] Bluetooth: RFCOMM ver 1.11 [ 15.070928] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input4 [ 15.088728] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 15.088736] Bluetooth: BNEP filters: protocol multicast [ 16.180769] r8169 0000:01:00.0: eth0: link down [ 16.180787] r8169 0000:01:00.0: eth0: link down [ 16.181212] ADDRCONF(NETDEV_UP): eth0: link is not ready [ 16.566511] lp0: using parport0 (interrupt-driven). [ 16.566639] lp1: using parport1 (interrupt-driven). [ 16.874279] ppdev: user-space parallel port driver [ 17.836624] r8169 0000:01:00.0: eth0: link up [ 17.836985] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 25.615394] I-pipe: head domain RTAI registered. [ 25.615411] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) . [ 25.615514] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0). [ 25.615523] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 10416018, CLK_FREQ 1666597000, CPU_FREQ 1666597000 [ 25.615532] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312 [ 25.615541] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 10416018, 10416018, 10336500 [ 25.933007] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>. [ 25.933097] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes. [ 25.933109] RTAI[sched]: hard timer type/freq = APIC/10416018(Hz); default timing: oneshot; linear timed lists. [ 25.933119] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 1666597000 hz. [ 25.933125] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns. [ 26.091414] RTAI[math]: loaded. [ 26.777483] config string '0x378 out 0x1030 in ' [ 27.554689] RTAPI: ERROR: Unexpected realtime delay on task 1 [ 27.554706] This Message will only display once per session. [ 27.554710] Run the Latency Test and resolve before continuing. [ 28.208086] eth0: no IPv6 routers present [ 98.060451] RTAI[math]: unloaded. [ 98.065097] SCHED releases registered named ALIEN PEDV$D [ 98.069916] RTAI[malloc]: unloaded. [ 98.168046] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0). [ 98.172424] I-pipe: head domain RTAI unregistered. [ 98.172559] RTAI[hal]: unmounted. [ 105.746495] I-pipe: head domain RTAI registered. [ 105.746509] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) . [ 105.746613] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0). [ 105.746627] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 10416018, CLK_FREQ 1666597000, CPU_FREQ 1666597000 [ 105.746636] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312 [ 105.746646] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 10416018, 10416018, 10313500 [ 105.762581] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>. [ 105.762672] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes. [ 105.762685] RTAI[sched]: hard timer type/freq = APIC/10416018(Hz); default timing: oneshot; linear timed lists. [ 105.762695] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 1666597000 hz. [ 105.762701] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns. [ 105.782898] RTAI[math]: loaded. [ 181.597994] device-mapper: uevent: version 1.0.3 [ 181.598196] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-de...@redhat.com [ 608.960733] RTAI[math]: unloaded. [ 608.973442] SCHED releases registered named ALIEN PEDV$D [ 608.978994] RTAI[malloc]: unloaded. [ 609.076066] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0). [ 609.081212] I-pipe: head domain RTAI unregistered. [ 609.081331] RTAI[hal]: unmounted. [ 3498.298049] I-pipe: head domain RTAI registered. [ 3498.298065] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) . [ 3498.298175] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0). [ 3498.298185] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 10416018, CLK_FREQ 1666597000, CPU_FREQ 1666597000 [ 3498.298196] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312 [ 3498.298205] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 10416018, 10416018, 10289000 [ 3498.318224] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>. [ 3498.318315] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes. [ 3498.318327] RTAI[sched]: hard timer type/freq = APIC/10416018(Hz); default timing: oneshot; linear timed lists. [ 3498.318337] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 1666597000 hz. [ 3498.318343] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns. [ 3498.331658] RTAI[math]: loaded. [ 3498.532803] config string '0x378 out 0x1030 in ' [ 3499.316213] RTAPI: ERROR: Unexpected realtime delay on task 1 [ 3499.316236] This Message will only display once per session. [ 3499.316239] Run the Latency Test and resolve before continuing. [ 3655.273803] RTAI[math]: unloaded. [ 3655.281752] SCHED releases registered named ALIEN PEDV$D [ 3655.296945] RTAI[malloc]: unloaded. [ 3655.396054] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0). [ 3655.400654] I-pipe: head domain RTAI unregistered. [ 3655.400774] RTAI[hal]: unmounted. [ 3700.931448] I-pipe: head domain RTAI registered. [ 3700.931465] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) . [ 3700.931575] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0). [ 3700.931587] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 10416018, CLK_FREQ 1666597000, CPU_FREQ 1666597000 [ 3700.931597] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312 [ 3700.931607] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 10416018, 10416018, 10315000 [ 3700.947636] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>. [ 3700.947726] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes. [ 3700.947739] RTAI[sched]: hard timer type/freq = APIC/10416018(Hz); default timing: oneshot; linear timed lists. [ 3700.947749] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 1666597000 hz. [ 3700.947755] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns. [ 3700.967169] RTAI[math]: loaded. [ 3701.184289] config string '0x378 out 0x1030 in ' [ 3721.330345] RTAPI: ERROR: Unexpected realtime delay on task 1 [ 3721.330351] This Message will only display once per session. [ 3721.330367] Run the Latency Test and resolve before continuing. [ 3730.892165] usb 1-8: new high-speed USB device number 4 using ehci_hcd [ 3730.960342] hub 1-0:1.0: unable to enumerate USB device on port 8 [ 3731.228063] usb 5-2: new full-speed USB device number 2 using uhci_hcd [ 3731.374144] usb 5-2: not running at top speed; connect to a high speed hub [ 3731.404193] usb 5-2: New USB device found, idVendor=0930, idProduct=6545 [ 3731.404221] usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 3731.404246] usb 5-2: Product: DataTraveler 2.0 [ 3731.404271] usb 5-2: Manufacturer: Kingston [ 3731.404294] usb 5-2: SerialNumber: C86000BDBE4EED61BA1A0027 [ 3731.407755] scsi3 : usb-storage 5-2:1.0 [ 3732.490224] scsi 3:0:0:0: Direct-Access Kingston DataTraveler 2.0 PMAP PQ: 0 ANSI: 4 [ 3732.494394] sd 3:0:0:0: Attached scsi generic sg1 type 0 [ 3734.199245] sd 3:0:0:0: [sdb] 30489408 512-byte logical blocks: (15.6 GB/14.5 GiB) [ 3734.202254] sd 3:0:0:0: [sdb] Write Protect is off [ 3734.202267] sd 3:0:0:0: [sdb] Mode Sense: 23 00 00 00 [ 3734.205264] sd 3:0:0:0: [sdb] No Caching mode page present [ 3734.205275] sd 3:0:0:0: [sdb] Assuming drive cache: write through [ 3734.224175] sd 3:0:0:0: [sdb] No Caching mode page present [ 3734.224189] sd 3:0:0:0: [sdb] Assuming drive cache: write through [ 3734.250610] sdb: sdb1 [ 3734.266179] sd 3:0:0:0: [sdb] No Caching mode page present [ 3734.266193] sd 3:0:0:0: [sdb] Assuming drive cache: write through [ 3734.266203] sd 3:0:0:0: [sdb] Attached SCSI removable disk [ 3737.845243] FAT-fs (sdb1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive! [ 3755.325516] RTAI[math]: unloaded. [ 3755.330218] SCHED releases registered named ALIEN PEDV$D [ 3755.339068] RTAI[malloc]: unloaded. [ 3755.436048] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0). [ 3755.440713] I-pipe: head domain RTAI unregistered. [ 3755.440839] RTAI[hal]: unmounted.
Verbose mode on 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.0 Machine configuration directory is '/home/eagle/linuxcnc/configs/eagles' Machine configuration file is 'eagles.ini' INIFILE=/home/eagle/linuxcnc/configs/eagles/eagles.ini PARAMETER_FILE=eagles.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): ./eagles.hal Starting TASK program: milltask DELAY= APP: xset found: </usr/bin/xset> Starting DISPLAY program: axis task: main loop took 0.132043 seconds RTAPI: ERROR: Unexpected realtime delay on task 1 This Message will only display once per session. Run the Latency Test and resolve before continuing. **** probe_screen GETINIINFO **** Preference file path: /home/eagle/linuxcnc/configs/eagles/Team-1138-mill_w/ncggui_&_Probe_screen.pref No option 'chk_set_zero' in section: 'DEFAULT' gladevcp: trouble looking for handlers in 'probe_screen': [Errno 2] No such file or directory: '/home/eagle/linuxcnc/configs/eagles/Team-1138-mill_w/ncggui_&_Probe_screen.pref' Xlib.protocol.request.QueryExtension Xlib.protocol.request.QueryExtension Shutting down and cleaning up LinuxCNC... Killing task linuxcncsvr, PID=5187 Killing task milltask, PID=5230 task: 5033 cycles, min=0.000128, max=0.132043, avg=0.010145, 1 latency excursions (> 10x expected cycle time of 0.010000s) Removing HAL_LIB, RTAPI, and Real Time OS modules Removing NML shared memory segments
------------------------------------------------------------------------------
_______________________________________________ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users