14x40 Lathe Retrofit

More
12 May 2015 10:28 - 12 May 2015 11:35 #58583 by giz
Replied by giz on topic 14x40 Lathe Retrofit
I finally received a package from Mesa and started putting the pc together tonight. Ran into a few hiccups and am still working on getting all the hardware plugged in and Linux booted up, but am making progress.
Last edit: 12 May 2015 11:35 by giz.

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

More
25 May 2015 03:45 - 25 May 2015 03:46 #58976 by giz
Replied by giz on topic 14x40 Lathe Retrofit
Since my last update I had to order a new motherboard to continue along. I ordered the J1900-D3V and it arrived yesterday.

Today I was able to install LinuxCNC and now I'm looking to test my servo motors. I've run into an issue with the connections between the resolver and the 7i49. My resolver has 6 wires but two are soldered to the same pin. The Yellow and Black wires (which I believe are the Sin+ and Cos- signals) are paired - does anybody know why that may be?

I've done some google searching but haven't come up with anything. This is how the motors were being used previously... I don't want to re-wire the connector if I don't need to because I don't have the correct amphenol tools.

Last edit: 25 May 2015 03:46 by giz.

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

More
25 May 2015 05:11 #58978 by andypugh
Replied by andypugh on topic 14x40 Lathe Retrofit

I've run into an issue with the connections between the resolver and the 7i49. My resolver has 6 wires but two are soldered to the same pin. The Yellow and Black wires (which I believe are the Sin+ and Cos- signals) are paired - does anybody know why that may be?


I don't know why they would do that, but as the sin and cos windings are independent it is probably not a problem. Just split the wires out again at the 7i49 and I think it will work OK.

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

More
25 May 2015 11:26 #58993 by giz
Replied by giz on topic 14x40 Lathe Retrofit
Alright thanks Andy, I figure that is how it must have been wired previously so I went ahead and set it up that way. I have the 5i24, 7i49, an AMC servo amp, and one servo drive all wired up how I believe is correct.

AOUT0 and GND0 from the 7i49 are wiring into Ref+ and Ref- on the AMC drive. I have the servo tach wired into the AMC drive and the resolver to Channel 0 on the 7i49. I don't have the 2 GND pins on that channel connected to anything - are these intended for the shielding around the resolver pairs?

When I plug power into the servo amp the motor spins at full speed - does this seem right? I would have thought that RPM would be zero until there is a signal from the 7i49.

I haven't done anything with the PnCConf yet. I went through the menus until I hit the firmware page and I was stumped. I need to do more research into which file I should be using. There is a file called SV6_7i49 referenced in the 5i24 documentation but I couldn't find that file anywhere. On the forum I see people using modified 5i20 files but I don't have a solid grasp on how to start that process. Any guidance in this area would be VERY welcome!

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

More
25 May 2015 19:01 - 25 May 2015 19:03 #59004 by andypugh
Replied by andypugh on topic 14x40 Lathe Retrofit

AOUT0 and GND0 from the 7i49 are wiring into Ref+ and Ref- on the AMC drive. I have the servo tach wired into the AMC drive and the resolver to Channel 0 on the 7i49. I don't have the 2 GND pins on that channel connected to anything - are these intended for the shielding around the resolver pairs?

That looks to be how mine are wired, but it's not 100% clear just looking at the wires.

When I plug power into the servo amp the motor spins at full speed - does this seem right? I would have thought that RPM would be zero until there is a signal from the 7i49.

That doesn't seem ideal. What happens if you swap the tachometer wires? This could easily be caused by the tacho feedback being reversed.

I haven't done anything with the PnCConf yet. I went through the menus until I hit the firmware page and I was stumped. I need to do more research into which file I should be using. There is a file called SV6_7i49 referenced in the 5i24 documentation but I couldn't find that file anywhere. On the forum I see people using modified 5i20 files but I don't have a solid grasp on how to start that process. Any guidance in this area would be VERY welcome!

I looked in my /lib/firmware/hm2 directory and didn't see a 5i24 section. The package manager didn't seem to know anything about hostmot2-firmware-5i24 either.
So, you may need to create (sudo) a new 5i25 folder in /lib/firmware/hm2/ and put the bitfiles from www.mesanet.com/software/parallel/5i24.zip in there. (the bitfiles are in configs/hostmot2).
Pncconf needs XML files to work out how to configure for a bitfile. There is a way to generate the XML file, I think, but I have never done it.
You probably want to use the 5i24_25_rmsvss6_8.bit file.

As far is linuxCNC is concerned resolvers and encoders look very similar. I think your best way to get started will be to create a set of config files with PNCconf pretending to have a 5i23 using sv12 firmware. Then edit the HAL and INI files to replace 5i23 with 5i24 and "encoder" with "resolver" and change the firmware name.

typing "dmesg" in the terminal after loading the firmware will give a list of the physical pin arrangement.

I have attached the HAL and INI files from my machine, in the hope that they can help as examples. But I don't think you need the "bldc" stuff that rather complicates my setup.
Attachments:
Last edit: 25 May 2015 19:03 by andypugh.
The following user(s) said Thank You: giz

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

More
27 May 2015 11:18 #59096 by giz
Replied by giz on topic 14x40 Lathe Retrofit
I am having trouble starting LinuxCNC with the HAL and INI files generated from PnCConf AND the sample configurations (trying Mesa > Servo > 5i23). Both fail to startup with this error:
Error: could not insert module /usr/realtime-3.4-9-rtai-686-pae/modules/linuxcnc/hm2_pci.ko: No such device

A google search pulls up only one result for that error. In it the poster said he forgot to install the hostmot2 firmware. I went through the Integrator guide and followed the instructions to install the firmware but it seems to be installed (option to mark for installtion was grayed out in the Synaptic Package Manager).

Do I need to use mesaflash utility to flash the 5i24? I haven't done anything with mesaflash

Is it possible my card is bad? The red LED blinks once on startup but doesn't continuously blink or stay lit. The 5i24 manual seems to indicate that it would continuously blink or stay on if there was a problem...?

So far this has been a very difficult experience. I only have limited experience with Linux so I have to research every little step. Should I be posting this in another section to get more eyes on it??

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

More
27 May 2015 11:44 - 27 May 2015 15:54 #59097 by giz
Replied by giz on topic 14x40 Lathe Retrofit
Here is the full rundown:

dmesg:
tyler@debian:~/Desktop$ dmesg
[12293.961599] I-pipe: head domain RTAI registered.
[12293.961610] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[12293.961699] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[12293.961705] SYSINFO: CPUs 4, LINUX APIC IRQ 2312, TIM_FREQ 5207884, CLK_FREQ 2000025000, CPU_FREQ 2000025000
[12293.961710] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[12293.961717] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 5207884, 5207884, 5176750
[12293.972817] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[12293.972872] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[12293.972883] RTAI[sched]: hard timer type/freq = APIC/5207884(Hz); default timing: oneshot; linear timed lists.
[12293.972892] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2000025000 hz.
[12293.972898] RTAI[sched]: timer setup = 999 ns, resched latency = 2943 ns.
[12293.982313] RTAI[math]: loaded.
[12294.045732] hm2: loading Mesa HostMot2 driver version 0.15
[12294.048792] hm2_pci: loading Mesa AnyIO HostMot2 driver version 0.7
[12294.480319] hm2: unloading
[12294.574185] RTAI[math]: unloaded.
[12294.577095] SCHED releases registered named ALIEN PEDV$D
[12294.581623] RTAI[malloc]: unloaded.
[12294.679116] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[12294.682074] I-pipe: head domain RTAI unregistered.
[12294.682173] RTAI[hal]: unmounted.


Linux Debug Screen:

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.6.4
Machine configuration directory is '/home/tyler/linuxcnc/configs/by_interface.mesa.hm2-servo'
Machine configuration file is '5i23.ini'
INIFILE=/home/tyler/linuxcnc/configs/by_interface.mesa.hm2-servo/5i23.ini
PARAMETER_FILE=hm2-servo.var
TASK=milltask
HALUI=
DISPLAY=axis
Starting LinuxCNC...
Starting LinuxCNC server program: linuxcncsvr
Loading Real Time OS, RTAPI, and HAL_LIB modules
Starting LinuxCNC IO program: io
Shutting down and cleaning up LinuxCNC...
Killing task linuxcncsvr, PID=25477
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/hm2_pci.ko: No such device
hm2-servo.hal:46: exit value: 1
hm2-servo.hal:46: insmod failed, returned -1
See the output of 'dmesg' for more information.
25477
  PID TTY      STAT   TIME COMMAND
Stopping realtime threads
Unloading hal components

Kernel message information:
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.4-9-rtai-686-pae (Debian 3.4.55-4linuxcnc) () (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP PREEMPT Debian 3.4.55-4linuxcnc
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000008d800 (usable)
[    0.000000]  BIOS-e820: 000000000008d800 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 0000000020000000 (usable)
[    0.000000]  BIOS-e820: 0000000020000000 - 0000000020100000 (reserved)
[    0.000000]  BIOS-e820: 0000000020100000 - 000000007972b000 (usable)
[    0.000000]  BIOS-e820: 000000007972b000 - 000000007975b000 (reserved)
[    0.000000]  BIOS-e820: 000000007975b000 - 000000007976b000 (ACPI data)
[    0.000000]  BIOS-e820: 000000007976b000 - 000000007989f000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007989f000 - 0000000079ba0000 (reserved)
[    0.000000]  BIOS-e820: 0000000079ba0000 - 0000000079ba1000 (usable)
[    0.000000]  BIOS-e820: 0000000079ba1000 - 0000000079be3000 (reserved)
[    0.000000]  BIOS-e820: 0000000079be3000 - 0000000079d53000 (usable)
[    0.000000]  BIOS-e820: 0000000079d53000 - 0000000079ffa000 (reserved)
[    0.000000]  BIOS-e820: 0000000079ffa000 - 000000007a000000 (usable)
[    0.000000]  BIOS-e820: 00000000e00f8000 - 00000000e00f9000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed01000 - 00000000fed02000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
[    0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: Gigabyte Technology Co., Ltd. To be filled by O.E.M./J1900N-D3V, BIOS F2 03/06/2014
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] last_pfn = 0x7a000 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-E7FFF write-through
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 07A000000 mask FFE000000 uncachable
[    0.000000]   2 base 07C000000 mask FFC000000 uncachable
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] found SMP MP-table at [c00fd710] fd710
[    0.000000] initial memory mapped : 0 - 01800000
[    0.000000] Base memory trampoline at [c0089000] 89000 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: 3642e000 - 3720f000
[    0.000000] ACPI: RSDP 000f04a0 00024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 7975e078 00074 (v01 ALASKA   A M I  01072009 AMI  00010013)
[    0.000000] ACPI: FACP 79769518 0010C (v05 ALASKA   A M I  01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 7975e180 0B392 (v02 ALASKA   A M I  01072009 INTL 20120913)
[    0.000000] ACPI: FACS 7989ef80 00040
[    0.000000] ACPI: APIC 79769628 00084 (v03 ALASKA   A M I  01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 797696b0 00044 (v01 ALASKA   A M I  01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 797696f8 0003C (v01 ALASKA   A M I  01072009 MSFT 00000097)
[    0.000000] ACPI: LPIT 79769738 00104 (v01 ALASKA   A M I  00000003 VLV2 0100000D)
[    0.000000] ACPI: HPET 79769840 00038 (v01 ALASKA   A M I  01072009 AMI. 00000005)
[    0.000000] ACPI: SSDT 79769878 00763 (v01  PmRef    CpuPm 00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 79769fe0 00290 (v01  PmRef  Cpu0Tst 00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 7976a270 0017A (v01  PmRef    ApTst 00003000 INTL 20061109)
[    0.000000] ACPI: UEFI 7976a3f0 00042 (v01 ALASKA   A M I  00000000      00000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 1064MB 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 -> 0x0007a000
[    0.000000] Movable zone start PFN for each node
[    0.000000] Early memory PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000008d
[    0.000000]     0: 0x00000100 -> 0x00020000
[    0.000000]     0: 0x00020100 -> 0x0007972b
[    0.000000]     0: 0x00079ba0 -> 0x00079ba1
[    0.000000]     0: 0x00079be3 -> 0x00079d53
[    0.000000]     0: 0x00079ffa -> 0x0007a000
[    0.000000] On node 0 totalpages: 497439
[    0.000000] free_area_init_node: node 0, pgdat c1498a00, node_mem_map f54ee200
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3933 pages, LIFO batch:0
[    0.000000]   Normal zone: 1744 pages used for memmap
[    0.000000]   Normal zone: 221230 pages, LIFO batch:31
[    0.000000]   HighMem zone: 2129 pages used for memmap
[    0.000000]   HighMem zone: 268371 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[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x0])
[    0.000000] ACPI: NMI not connected to LINT 1!
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x0])
[    0.000000] ACPI: NMI not connected to LINT 1!
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x0])
[    0.000000] ACPI: NMI not connected to LINT 1!
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] dfl dfl lint[0x0])
[    0.000000] ACPI: NMI not connected to LINT 1!
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-86
[    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, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 103
[    0.000000] PM: Registered nosave memory: 000000000008d000 - 000000000008e000
[    0.000000] PM: Registered nosave memory: 000000000008e000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020100000
[    0.000000] Allocating PCI resources starting at 7a000000 (gap: 7a000000:660f8000)
[    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: 493534
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.4-9-rtai-686-pae root=UUID=b51de77a-84fb-4d58-b87c-bae0ab3eabab 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 3997568 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:0007a000)
[    0.000000] Memory: 1949040k/1998848k available (3495k kernel code, 40716k reserved, 1237k data, 416k init, 1082000k 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:1024 16
[    0.000000] CPU 0 irqstacks, hard=f5008000 soft=f500a000
[    0.000000] Extended CMOS year: 2000
[    0.000000] Interrupt pipeline (release #3)
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration failed
[    0.008000] TSC: PIT calibration matches HPET. 1 loops
[    0.008000] Detected 2000.025 MHz processor.
[    0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 4000.05 BogoMIPS (lpj=8000100)
[    0.000010] pid_max: default: 32768 minimum: 301
[    0.000091] Security Framework initialized
[    0.000097] AppArmor: AppArmor disabled by boot time parameter
[    0.000130] Mount-cache hash table entries: 512
[    0.000421] Initializing cgroup subsys cpuacct
[    0.000426] Initializing cgroup subsys memory
[    0.000439] Initializing cgroup subsys devices
[    0.000443] Initializing cgroup subsys freezer
[    0.000447] Initializing cgroup subsys net_cls
[    0.000451] Initializing cgroup subsys blkio
[    0.000462] Initializing cgroup subsys perf_event
[    0.000502] CPU: Physical Processor ID: 0
[    0.000506] CPU: Processor Core ID: 0
[    0.000511] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.000513] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.010400] mce: CPU supports 6 MCE banks
[    0.010410] CPU0: Thermal monitoring enabled (TM1)
[    0.010501] ACPI: Core revision 20120320
[    0.028976] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.029703] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.069317] CPU0: Intel(R) Celeron(R) CPU  J1900  @ 1.99GHz stepping 03
[    0.176877] Performance Events: no PEBS fmt2+, generic architected perfmon, Intel PMU driver.
[    0.176891] ... version:                3
[    0.176894] ... bit width:              40
[    0.176897] ... generic registers:      2
[    0.176901] ... value mask:             000000ffffffffff
[    0.176905] ... max period:             000000007fffffff
[    0.176908] ... fixed-purpose events:   3
[    0.176911] ... event mask:             0000000700000003
[    0.188951] NMI watchdog: enabled, takes one hw-pmu counter.
[    0.200867] CPU 1 irqstacks, hard=f50f2000 soft=f50f4000
[    0.200872] Booting Node   0, Processors  #1
[    0.210896] Initializing CPU#1
[    0.223398] NMI watchdog: enabled, takes one hw-pmu counter.
[    0.228818] CPU 2 irqstacks, hard=f5104000 soft=f5106000
[    0.228823]  #2
[    0.238761] Initializing CPU#2
[    0.251333] NMI watchdog: enabled, takes one hw-pmu counter.
[    0.256756] CPU 3 irqstacks, hard=f5116000 soft=f5118000
[    0.256761]  #3 Ok.
[    0.266700] Initializing CPU#3
[    0.279270] NMI watchdog: enabled, takes one hw-pmu counter.
[    0.279329] Brought up 4 CPUs
[    0.279335] Total of 4 processors activated (16000.20 BogoMIPS).
[    0.280204] devtmpfs: initialized
[    0.280634] PM: Registering ACPI NVS region [mem 0x7976b000-0x7989efff] (1261568 bytes)
[    0.280917] dummy: 
[    0.281027] NET: Registered protocol family 16
[    0.281239] ACPI: bus type pci registered
[    0.281343] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.281349] PCI: not using MMCONFIG
[    0.281790] PCI: Using configuration type 1 for base access
[    0.283071] bio: create slab <bio-0> at 0
[    0.283267] ACPI: Added _OSI(Module Device)
[    0.283276] ACPI: Added _OSI(Processor Device)
[    0.283282] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.283287] ACPI: Added _OSI(Processor Aggregator Device)
[    0.289274] ACPI: EC: Look up EC in DSDT
[    0.308292] ACPI: SSDT 79753c18 003D7 (v01  PmRef  Cpu0Ist 00003000 INTL 20061109)
[    0.309813] ACPI: Dynamic OEM Table Load:
[    0.309822] ACPI: SSDT   (null) 003D7 (v01  PmRef  Cpu0Ist 00003000 INTL 20061109)
[    0.310150] ACPI: SSDT 79752918 00433 (v01  PmRef  Cpu0Cst 00003001 INTL 20061109)
[    0.311639] ACPI: Dynamic OEM Table Load:
[    0.311646] ACPI: SSDT   (null) 00433 (v01  PmRef  Cpu0Cst 00003001 INTL 20061109)
[    0.312484] ACPI: SSDT 79754e18 0015F (v01  PmRef    ApIst 00003000 INTL 20061109)
[    0.314069] ACPI: Dynamic OEM Table Load:
[    0.314077] ACPI: SSDT   (null) 0015F (v01  PmRef    ApIst 00003000 INTL 20061109)
[    0.314405] ACPI: SSDT 79755f18 0008D (v01  PmRef    ApCst 00003000 INTL 20061109)
[    0.315923] ACPI: Dynamic OEM Table Load:
[    0.315931] ACPI: SSDT   (null) 0008D (v01  PmRef    ApCst 00003000 INTL 20061109)
[    0.318594] ACPI: Interpreter enabled
[    0.318615] ACPI: (supports S0 S3 S4 S5)
[    0.318671] ACPI: Using IOAPIC for interrupt routing
[    0.318721] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.321152] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.321158] PCI: Using MMCONFIG for extended config space
[    0.333486] ACPI: Power Resource [USBC] (on)
[    0.335937] ACPI: Power Resource [FN00] (off)
[    0.337364] ACPI: No dock devices found.
[    0.337376] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.337929] \_SB_.PCI0:_OSC invalid UUID
[    0.337934] _OSC request data:1 8 0 
[    0.337945] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.338589] pci_root PNP0A08:00: host bridge window [io  0x0000-0x006f]
[    0.338595] pci_root PNP0A08:00: host bridge window [io  0x0078-0x0cf7]
[    0.338601] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    0.338606] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.338611] pci_root PNP0A08:00: host bridge window [mem 0x000c0000-0x000dffff]
[    0.338616] pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000fffff]
[    0.338621] pci_root PNP0A08:00: host bridge window [mem 0x80000000-0xd0816ffe]
[    0.338686] PCI host bridge to bus 0000:00
[    0.338692] pci_bus 0000:00: root bus resource [io  0x0000-0x006f]
[    0.338697] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7]
[    0.338703] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.338708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.338713] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
[    0.338718] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff]
[    0.338723] pci_bus 0000:00: root bus resource [mem 0x80000000-0xd0816ffe]
[    0.338738] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
[    0.338799] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
[    0.338819] pci 0000:00:02.0: reg 10: [mem 0xd0000000-0xd03fffff]
[    0.338836] pci 0000:00:02.0: reg 18: [mem 0xc0000000-0xcfffffff pref]
[    0.338852] pci 0000:00:02.0: reg 20: [io  0xf080-0xf087]
[    0.338927] pci 0000:00:13.0: [8086:0f23] type 00 class 0x010601
[    0.338953] pci 0000:00:13.0: reg 10: [io  0xf070-0xf077]
[    0.338966] pci 0000:00:13.0: reg 14: [io  0xf060-0xf063]
[    0.338980] pci 0000:00:13.0: reg 18: [io  0xf050-0xf057]
[    0.338993] pci 0000:00:13.0: reg 1c: [io  0xf040-0xf043]
[    0.339006] pci 0000:00:13.0: reg 20: [io  0xf020-0xf03f]
[    0.339020] pci 0000:00:13.0: reg 24: [mem 0xd0816000-0xd08167ff]
[    0.339063] pci 0000:00:13.0: PME# supported from D3hot
[    0.339095] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
[    0.339122] pci 0000:00:14.0: reg 10: [mem 0xd0800000-0xd080ffff 64bit]
[    0.339183] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.339221] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
[    0.339253] pci 0000:00:1a.0: reg 10: [mem 0xd0500000-0xd05fffff]
[    0.339270] pci 0000:00:1a.0: reg 14: [mem 0xd0400000-0xd04fffff]
[    0.339367] pci 0000:00:1a.0: PME# supported from D0 D3hot
[    0.339402] pci 0000:00:1b.0: [8086:0f04] type 00 class 0x040300
[    0.339432] pci 0000:00:1b.0: reg 10: [mem 0xd0810000-0xd0813fff 64bit]
[    0.339503] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.339530] pci 0000:00:1c.0: [8086:0f48] type 01 class 0x060400
[    0.339592] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.339623] pci 0000:00:1c.1: [8086:0f4a] type 01 class 0x060400
[    0.339686] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.339714] pci 0000:00:1c.2: [8086:0f4c] type 01 class 0x060400
[    0.339776] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.339807] pci 0000:00:1c.3: [8086:0f4e] type 01 class 0x060400
[    0.339869] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.339912] pci 0000:00:1d.0: [8086:0f34] type 00 class 0x0c0320
[    0.339946] pci 0000:00:1d.0: reg 10: [mem 0xd0815000-0xd08153ff]
[    0.340059] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.340095] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
[    0.340202] pci 0000:00:1f.3: [8086:0f12] type 00 class 0x0c0500
[    0.340242] pci 0000:00:1f.3: reg 10: [mem 0xd0814000-0xd081401f]
[    0.340322] pci 0000:00:1f.3: reg 20: [io  0xf000-0xf01f]
[    0.340479] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
[    0.340501] pci 0000:01:00.0: reg 10: [io  0xe000-0xe0ff]
[    0.340536] pci 0000:01:00.0: reg 18: [mem 0xd0704000-0xd0704fff 64bit]
[    0.340570] pci 0000:01:00.0: reg 20: [mem 0xd0700000-0xd0703fff 64bit pref]
[    0.340629] pci 0000:01:00.0: supports D1 D2
[    0.340634] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.348555] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[    0.348563] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
[    0.348570] pci 0000:00:1c.0:   bridge window [mem 0xd0700000-0xd07fffff]
[    0.348642] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    0.348664] pci 0000:02:00.0: reg 10: [io  0xd000-0xd0ff]
[    0.348699] pci 0000:02:00.0: reg 18: [mem 0xd0604000-0xd0604fff 64bit]
[    0.348722] pci 0000:02:00.0: reg 20: [mem 0xd0600000-0xd0603fff 64bit pref]
[    0.348780] pci 0000:02:00.0: supports D1 D2
[    0.348785] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.356538] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
[    0.356545] pci 0000:00:1c.1:   bridge window [io  0xd000-0xdfff]
[    0.356552] pci 0000:00:1c.1:   bridge window [mem 0xd0600000-0xd06fffff]
[    0.356626] pci 0000:03:00.0: [8086:244e] type 01 class 0x060401
[    0.356747] pci 0000:03:00.0: supports D1 D2
[    0.356752] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.356783] pci 0000:00:1c.2: PCI bridge to [bus 03-04]
[    0.356933] pci 0000:03:00.0: PCI bridge to [bus 04-04] (subtractive decode)
[    0.356961] pci 0000:03:00.0:   bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
[    0.356966] pci 0000:03:00.0:   bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
[    0.356972] pci 0000:03:00.0:   bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
[    0.356977] pci 0000:03:00.0:   bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
[    0.357034] pci 0000:00:1c.3: PCI bridge to [bus 05-05]
[    0.357064] pci_bus 0000:00: on NUMA node 0
[    0.357071] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.357579] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[    0.357712] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[    0.357843] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
[    0.357975] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
[    0.358263] \_SB_.PCI0:_OSC invalid UUID
[    0.358268] _OSC request data:1 f 0 
[    0.358279]  pci0000:00: Unable to request _OSC control (_OSC support mask: 0x0f)
[    0.374042] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.374197] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.374350] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.374499] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.374648] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.374796] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.374948] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.375097] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.375258] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.375275] vgaarb: loaded
[    0.375279] vgaarb: bridge control possible 0000:00:02.0
[    0.375334] PCI: Using ACPI for IRQ routing
[    0.381860] PCI: pci_cache_line_size set to 64 bytes
[    0.381951] reserve RAM buffer: 000000000008d800 - 000000000008ffff 
[    0.381957] reserve RAM buffer: 000000007972b000 - 000000007bffffff 
[    0.381962] reserve RAM buffer: 0000000079ba1000 - 000000007bffffff 
[    0.381967] reserve RAM buffer: 0000000079d53000 - 000000007bffffff 
[    0.381972] reserve RAM buffer: 000000007a000000 - 000000007bffffff 
[    0.382195] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.382207] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.384231] Switching to clocksource hpet
[    0.384353] pnp: PnP ACPI init
[    0.384374] ACPI: bus type pnp registered
[    0.384409] pnp 00:00: [io  0x0070-0x0077]
[    0.384455] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.384545] pnp 00:01: [mem 0xfed00000-0xfed003ff]
[    0.384552] pnp 00:01: IRQ 8 override to edge, high
[    0.384566] pnp 00:01: [irq 8]
[    0.384610] pnp 00:01: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.384957] pnp 00:02: [bus 00-ff]
[    0.384963] pnp 00:02: [io  0x0070-0x0077]
[    0.384968] pnp 00:02: [io  0x0cf8-0x0cff]
[    0.384973] pnp 00:02: [io  0x0000-0x006f window]
[    0.384978] pnp 00:02: [io  0x0078-0x0cf7 window]
[    0.384982] pnp 00:02: [io  0x0d00-0xffff window]
[    0.384987] pnp 00:02: [mem 0x000a0000-0x000bffff window]
[    0.384992] pnp 00:02: [mem 0x000c0000-0x000dffff window]
[    0.384997] pnp 00:02: [mem 0x000e0000-0x000fffff window]
[    0.385002] pnp 00:02: [mem 0x00000000 window]
[    0.385007] pnp 00:02: [mem 0x00000000-0xffffffff window]
[    0.385012] pnp 00:02: [mem 0x80000000-0xd0816ffe window]
[    0.385103] pnp 00:02: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.385262] pnp 00:03: [mem 0xff000000-0xffffffff]
[    0.385313] pnp 00:03: Plug and Play ACPI device, IDs INT0800 (active)
[    0.385346] pnp 00:04: [io  0x002e-0x002f]
[    0.385351] pnp 00:04: [io  0x004e-0x004f]
[    0.385356] pnp 00:04: [io  0x0061]
[    0.385360] pnp 00:04: [io  0x0063]
[    0.385364] pnp 00:04: [io  0x0065]
[    0.385368] pnp 00:04: [io  0x0067]
[    0.385372] pnp 00:04: [io  0x0070]
[    0.385377] pnp 00:04: [io  0x0080-0x008f]
[    0.385381] pnp 00:04: [io  0x0092]
[    0.385385] pnp 00:04: [io  0x00b2-0x00b3]
[    0.385390] pnp 00:04: [io  0x0680-0x069f]
[    0.385394] pnp 00:04: [io  0x0400-0x047f]
[    0.385399] pnp 00:04: [io  0x0500-0x05fe]
[    0.385403] pnp 00:04: [io  0x0600-0x061f]
[    0.385408] pnp 00:04: [io  0x164e-0x164f]
[    0.385490] system 00:04: [io  0x0680-0x069f] has been reserved
[    0.385497] system 00:04: [io  0x0400-0x047f] has been reserved
[    0.385503] system 00:04: [io  0x0500-0x05fe] has been reserved
[    0.385508] system 00:04: [io  0x0600-0x061f] has been reserved
[    0.385514] system 00:04: [io  0x164e-0x164f] has been reserved
[    0.385521] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.385862] pnp 00:05: [io  0x0000-0xffffffff disabled]
[    0.385868] pnp 00:05: [io  0x0a00-0x0a2f]
[    0.385873] pnp 00:05: [io  0x0a30-0x0a3f]
[    0.385877] pnp 00:05: [io  0x0a40-0x0a4f]
[    0.385957] system 00:05: [io  0x0a00-0x0a2f] has been reserved
[    0.385964] system 00:05: [io  0x0a30-0x0a3f] has been reserved
[    0.385969] system 00:05: [io  0x0a40-0x0a4f] has been reserved
[    0.385976] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.386751] pnp 00:06: [io  0x03f8-0x03ff]
[    0.386764] pnp 00:06: [irq 4]
[    0.386769] pnp 00:06: [dma 0 disabled]
[    0.386886] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.387650] pnp 00:07: [io  0x02f8-0x02ff]
[    0.387662] pnp 00:07: [irq 3]
[    0.387667] pnp 00:07: [dma 0 disabled]
[    0.387782] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.387823] pnp 00:08: [io  0x0060]
[    0.387828] pnp 00:08: [io  0x0064]
[    0.387838] pnp 00:08: [irq 1]
[    0.387920] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.388000] pnp 00:09: [irq 12]
[    0.388079] pnp 00:09: Plug and Play ACPI device, IDs PNP0f13 (active)
[    0.389138] pnp 00:0a: [io  0x0378-0x037f]
[    0.389150] pnp 00:0a: [irq 5]
[    0.389155] pnp 00:0a: [dma 0 disabled]
[    0.389539] pnp 00:0a: Plug and Play ACPI device, IDs PNP0400 (active)
[    0.390079] pnp 00:0b: [mem 0xe0000000-0xefffffff]
[    0.390085] pnp 00:0b: [mem 0xfed01000-0xfed01fff]
[    0.390094] pnp 00:0b: [mem 0xfed03000-0xfed03fff]
[    0.390098] pnp 00:0b: [mem 0xfed04000-0xfed04fff]
[    0.390103] pnp 00:0b: [mem 0xfed0c000-0xfed0ffff]
[    0.390108] pnp 00:0b: [mem 0xfed08000-0xfed08fff]
[    0.390112] pnp 00:0b: [mem 0xfed1c000-0xfed1cfff]
[    0.390117] pnp 00:0b: [mem 0xfee00000-0xfeefffff]
[    0.390122] pnp 00:0b: [mem 0xfef00000-0xfeffffff]
[    0.390229] system 00:0b: [mem 0xe0000000-0xefffffff] could not be reserved
[    0.390236] system 00:0b: [mem 0xfed01000-0xfed01fff] has been reserved
[    0.390242] system 00:0b: [mem 0xfed03000-0xfed03fff] has been reserved
[    0.390248] system 00:0b: [mem 0xfed04000-0xfed04fff] has been reserved
[    0.390254] system 00:0b: [mem 0xfed0c000-0xfed0ffff] has been reserved
[    0.390260] system 00:0b: [mem 0xfed08000-0xfed08fff] has been reserved
[    0.390269] system 00:0b: [mem 0xfed1c000-0xfed1cfff] has been reserved
[    0.390275] system 00:0b: [mem 0xfee00000-0xfeefffff] has been reserved
[    0.390281] system 00:0b: [mem 0xfef00000-0xfeffffff] has been reserved
[    0.390288] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.392759] pnp: PnP ACPI: found 12 devices
[    0.392764] ACPI: ACPI bus type pnp unregistered
[    0.392769] PnPBIOS: Disabled by ACPI PNP
[    0.432479] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01-01] add_size 200000
[    0.432494] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02-02] add_size 200000
[    0.432522] pci 0000:00:1c.2: bridge window [io  0x1000-0x0fff] to [bus 03-04] add_size 1000
[    0.432528] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03-04] add_size 200000
[    0.432535] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff] to [bus 03-04] add_size 200000
[    0.432548] pci 0000:00:1c.3: bridge window [io  0x1000-0x0fff] to [bus 05-05] add_size 1000
[    0.432554] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05-05] add_size 200000
[    0.432561] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff] to [bus 05-05] add_size 200000
[    0.432575] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.432581] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.432587] pci 0000:00:1c.2: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[    0.432593] pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.432599] pci 0000:00:1c.3: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[    0.432605] pci 0000:00:1c.3: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.432610] pci 0000:00:1c.2: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.432616] pci 0000:00:1c.3: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.432625] pci 0000:00:1c.0: BAR 15: assigned [mem 0x80000000-0x801fffff 64bit pref]
[    0.432632] pci 0000:00:1c.1: BAR 15: assigned [mem 0x80200000-0x803fffff 64bit pref]
[    0.432639] pci 0000:00:1c.2: BAR 14: assigned [mem 0x80400000-0x805fffff]
[    0.432646] pci 0000:00:1c.2: BAR 15: assigned [mem 0x80600000-0x807fffff 64bit pref]
[    0.432653] pci 0000:00:1c.3: BAR 14: assigned [mem 0x80800000-0x809fffff]
[    0.432659] pci 0000:00:1c.3: BAR 15: assigned [mem 0x80a00000-0x80bfffff 64bit pref]
[    0.432666] pci 0000:00:1c.2: BAR 13: assigned [io  0x2000-0x2fff]
[    0.432672] pci 0000:00:1c.3: BAR 13: assigned [io  0x3000-0x3fff]
[    0.432683] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[    0.432689] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
[    0.432698] pci 0000:00:1c.0:   bridge window [mem 0xd0700000-0xd07fffff]
[    0.432705] pci 0000:00:1c.0:   bridge window [mem 0x80000000-0x801fffff 64bit pref]
[    0.432714] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
[    0.432720] pci 0000:00:1c.1:   bridge window [io  0xd000-0xdfff]
[    0.432727] pci 0000:00:1c.1:   bridge window [mem 0xd0600000-0xd06fffff]
[    0.432734] pci 0000:00:1c.1:   bridge window [mem 0x80200000-0x803fffff 64bit pref]
[    0.432744] pci 0000:03:00.0: PCI bridge to [bus 04-04]
[    0.432768] pci 0000:00:1c.2: PCI bridge to [bus 03-04]
[    0.432774] pci 0000:00:1c.2:   bridge window [io  0x2000-0x2fff]
[    0.432782] pci 0000:00:1c.2:   bridge window [mem 0x80400000-0x805fffff]
[    0.432789] pci 0000:00:1c.2:   bridge window [mem 0x80600000-0x807fffff 64bit pref]
[    0.432797] pci 0000:00:1c.3: PCI bridge to [bus 05-05]
[    0.432803] pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
[    0.432811] pci 0000:00:1c.3:   bridge window [mem 0x80800000-0x809fffff]
[    0.432818] pci 0000:00:1c.3:   bridge window [mem 0x80a00000-0x80bfffff 64bit pref]
[    0.432889] pci 0000:03:00.0: setting latency timer to 64
[    0.432910] pci_bus 0000:00: resource 4 [io  0x0000-0x006f]
[    0.432915] pci_bus 0000:00: resource 5 [io  0x0078-0x0cf7]
[    0.432920] pci_bus 0000:00: resource 6 [io  0x0d00-0xffff]
[    0.432925] pci_bus 0000:00: resource 7 [mem 0x000a0000-0x000bffff]
[    0.432930] pci_bus 0000:00: resource 8 [mem 0x000c0000-0x000dffff]
[    0.432935] pci_bus 0000:00: resource 9 [mem 0x000e0000-0x000fffff]
[    0.432940] pci_bus 0000:00: resource 10 [mem 0x80000000-0xd0816ffe]
[    0.432945] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.432950] pci_bus 0000:01: resource 1 [mem 0xd0700000-0xd07fffff]
[    0.432955] pci_bus 0000:01: resource 2 [mem 0x80000000-0x801fffff 64bit pref]
[    0.432960] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
[    0.432965] pci_bus 0000:02: resource 1 [mem 0xd0600000-0xd06fffff]
[    0.432970] pci_bus 0000:02: resource 2 [mem 0x80200000-0x803fffff 64bit pref]
[    0.432975] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
[    0.432980] pci_bus 0000:03: resource 1 [mem 0x80400000-0x805fffff]
[    0.432985] pci_bus 0000:03: resource 2 [mem 0x80600000-0x807fffff 64bit pref]
[    0.432990] pci_bus 0000:04: resource 4 [io  0x2000-0x2fff]
[    0.432995] pci_bus 0000:04: resource 5 [mem 0x80400000-0x805fffff]
[    0.433000] pci_bus 0000:04: resource 6 [mem 0x80600000-0x807fffff 64bit pref]
[    0.433005] pci_bus 0000:05: resource 0 [io  0x3000-0x3fff]
[    0.433010] pci_bus 0000:05: resource 1 [mem 0x80800000-0x809fffff]
[    0.433015] pci_bus 0000:05: resource 2 [mem 0x80a00000-0x80bfffff 64bit pref]
[    0.433156] NET: Registered protocol family 2
[    0.433268] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.433560] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.434179] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.434486] TCP: Hash tables configured (established 131072 bind 65536)
[    0.434491] TCP: reno registered
[    0.434497] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.434510] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.434679] NET: Registered protocol family 1
[    0.434705] pci 0000:00:02.0: Boot video device
[    0.440084] pci 0000:00:14.0: xHCI BIOS handoff failed (BIOS bug ?) 00010801
[    2.037025] pci 0000:00:1d.0: EHCI: BIOS handoff failed (BIOS bug?) 01010001
[    2.037067] PCI: CLS 64 bytes, default 64
[    2.037155] Unpacking initramfs...
[    2.465875] Freeing initrd memory: 14212k freed
[    2.472230] audit: initializing netlink socket (disabled)
[    2.472302] type=2000 audit(1432717834.368:1): initialized
[    2.487980] highmem bounce pool size: 64 pages
[    2.487990] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    2.488397] VFS: Disk quotas dquot_6.5.2
[    2.488446] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    2.488573] msgmni has been set to 1721
[    2.488907] alg: No test for stdrng (krng)
[    2.488967] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    2.488974] io scheduler noop registered
[    2.488978] io scheduler deadline registered
[    2.489019] io scheduler cfq registered (default)
[    2.489325] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    2.489359] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    2.489364] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    2.490510] GHES: HEST is not enabled!
[    2.490532] isapnp: Scanning for PnP cards...
[    2.844742] isapnp: No Plug & Play device found
[    2.844835] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    2.865359] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    2.885941] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    2.906898] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    2.927567] 00:07: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    2.928089] Linux agpgart interface v0.103
[    2.928393] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    2.928886] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.928940] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.929140] mousedev: PS/2 mouse device common for all mice
[    2.929240] rtc_cmos 00:00: RTC can wake from S4
[    2.929411] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[    2.929444] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    2.929667] TCP: cubic registered
[    2.929780] NET: Registered protocol family 10
[    2.930138] Mobile IPv6
[    2.930144] NET: Registered protocol family 17
[    2.930153] Registering the dns_resolver key type
[    2.930230] Using IPI No-Shortcut mode
[    2.930451] PM: Hibernation image not present or could not be loaded.
[    2.930471] registered taskstats version 1
[    2.931158] rtc_cmos 00:00: setting system clock to 2015-05-27 09:10:35 UTC (1432717835)
[    2.931412] Freeing unused kernel memory: 416k freed
[    2.931667] Write protecting the kernel text: 3496k
[    2.931704] Write protecting the kernel read-only data: 984k
[    2.949941] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    2.951349] udevd[60]: starting version 175
[    2.972755] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    2.973184] r8169 0000:01:00.0: eth0: RTL8168evl/8111evl at 0xf8014000, 74:d4:35:e1:83:a0, XID 0c900800 IRQ 16
[    2.973192] r8169 0000:01:00.0: eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    2.976331] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    2.976742] r8169 0000:02:00.0: eth1: RTL8168evl/8111evl at 0xf8016000, 74:d4:35:e1:83:a2, XID 0c900800 IRQ 17
[    2.976750] r8169 0000:02:00.0: eth1: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    2.985199] SCSI subsystem initialized
[    2.989706] libata version 3.00 loaded.
[    2.991051] usbcore: registered new interface driver usbfs
[    2.991095] usbcore: registered new interface driver hub
[    2.991987] ahci 0000:00:13.0: version 3.0
[    2.992123] usbcore: registered new device driver usb
[    2.993218] ACPI: Fan [FAN0] (off)
[    3.003955] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.007592] ahci 0000:00:13.0: AHCI 0001.0300 32 slots 2 ports 3 Gbps 0x2 impl SATA mode
[    3.007601] ahci 0000:00:13.0: flags: 64bit ncq pm led clo pio slum part 
[    3.007610] ahci 0000:00:13.0: setting latency timer to 64
[    3.009549] scsi0 : ahci
[    3.009892] scsi1 : ahci
[    3.009995] ata1: DUMMY
[    3.010002] ata2: SATA max UDMA/133 abar m2048@0xd0816000 port 0xd0816180 irq 19
[    3.010145] xhci_hcd 0000:00:14.0: setting latency timer to 64
[    3.010154] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.010199] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    3.010598] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    3.010675] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    3.010683] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.010689] usb usb1: Product: xHCI Host Controller
[    3.010696] usb usb1: Manufacturer: Linux 3.4-9-rtai-686-pae xhci_hcd
[    3.010702] usb usb1: SerialNumber: 0000:00:14.0
[    3.010884] xHCI xhci_add_endpoint called for root hub
[    3.010891] xHCI xhci_check_bandwidth called for root hub
[    3.010948] hub 1-0:1.0: USB hub found
[    3.010963] hub 1-0:1.0: 6 ports detected
[    3.011089] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.011134] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    3.011177] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    3.011182] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.011188] usb usb2: Product: xHCI Host Controller
[    3.011193] usb usb2: Manufacturer: Linux 3.4-9-rtai-686-pae xhci_hcd
[    3.011198] usb usb2: SerialNumber: 0000:00:14.0
[    3.011334] xHCI xhci_add_endpoint called for root hub
[    3.011340] xHCI xhci_check_bandwidth called for root hub
[    3.011395] hub 2-0:1.0: USB hub found
[    3.011406] hub 2-0:1.0: 1 port detected
[    3.018093] microcode: CPU0 sig=0x30673, pf=0x4, revision=0x31e
[    3.023218] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[    3.023227] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[    3.023248] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 3
[    3.023292] ehci_hcd 0000:00:1d.0: debug port 2
[    3.027182] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
[    3.027217] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xd0815000
[    3.039072] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    3.039123] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    3.039130] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.039137] usb usb3: Product: EHCI Host Controller
[    3.039142] usb usb3: Manufacturer: Linux 3.4-9-rtai-686-pae ehci_hcd
[    3.039147] usb usb3: SerialNumber: 0000:00:1d.0
[    3.039400] hub 3-0:1.0: USB hub found
[    3.039412] hub 3-0:1.0: 8 ports detected
[    3.046505] microcode: CPU1 sig=0x30673, pf=0x4, revision=0x31e
[    3.049927] microcode: CPU2 sig=0x30673, pf=0x4, revision=0x31e
[    3.053453] microcode: CPU3 sig=0x30673, pf=0x4, revision=0x31e
[    3.056997] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    3.334499] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.334752] ata2.00: ATA-8: OCZ-VERTEX, 1.5, max UDMA/133
[    3.334759] ata2.00: 62533296 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[    3.336433] ata2.00: configured for UDMA/133
[    3.336644] scsi 1:0:0:0: Direct-Access     ATA      OCZ-VERTEX       1.5  PQ: 0 ANSI: 5
[    3.343085] sd 1:0:0:0: [sda] 62533296 512-byte logical blocks: (32.0 GB/29.8 GiB)
[    3.343300] sd 1:0:0:0: [sda] Write Protect is off
[    3.343307] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.343367] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.344267]  sda: sda1 sda2 < sda5 >
[    3.344944] sd 1:0:0:0: [sda] Attached SCSI disk
[    3.347845] sd 1:0:0:0: Attached scsi generic sg0 type 0
[    3.350505] usb 3-1: new high-speed USB device number 2 using ehci_hcd
[    3.466229] Refined TSC clocksource calibration: 1999.999 MHz.
[    3.466239] Switching to clocksource tsc
[    3.482641] usb 3-1: New USB device found, idVendor=8087, idProduct=07e6
[    3.482647] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.482941] hub 3-1:1.0: USB hub found
[    3.483010] hub 3-1:1.0: 4 ports detected
[    3.753742] usb 3-1.1: new high-speed USB device number 3 using ehci_hcd
[    3.845804] usb 3-1.1: New USB device found, idVendor=045b, idProduct=0209
[    3.845811] usb 3-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.846111] hub 3-1.1:1.0: USB hub found
[    3.846179] hub 3-1.1:1.0: 4 ports detected
[    4.132997] usb 3-1.1.4: new high-speed USB device number 4 using ehci_hcd
[    4.258248] usb 3-1.1.4: New USB device found, idVendor=050d, idProduct=825b
[    4.258254] usb 3-1.1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.258259] usb 3-1.1.4: Product: 802.11 n WLAN
[    4.258263] usb 3-1.1.4: Manufacturer: Ralink
[    4.258268] usb 3-1.1.4: SerialNumber: 1.0
[    8.542738] PM: Starting manual resume from disk
[    8.542746] PM: Hibernation image partition 8:5 present
[    8.542749] PM: Looking for hibernation image.
[    8.543023] PM: Image not found (code -22)
[    8.543028] PM: Hibernation image not present or could not be loaded.
[    8.558200] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    8.887720] udevd[367]: starting version 175
[    8.987686] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    8.987700] ACPI: Power Button [PWRB]
[    8.987810] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    8.987821] ACPI: Sleep Button [SLPB]
[    8.987926] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    8.987935] ACPI: Power Button [PWRF]
[    9.031156] parport_pc 00:0a: reported by Plug and Play ACPI
[    9.031224] parport0: PC-style at 0x378, irq 5 [PCSPP,TRISTATE]
[    9.079067] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
[    9.126040] cfg80211: Calling CRDA to update world regulatory domain
[    9.151781] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input4
[    9.173114] cfg80211: World regulatory domain updated:
[    9.173125] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[    9.173133] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[    9.173140] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[    9.173147] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm)
[    9.173154] cfg80211:   (5170000 KHz - 5250000 KHz @ 160000 KHz), (N/A, 2000 mBm)
[    9.173161] cfg80211:   (5250000 KHz - 5330000 KHz @ 160000 KHz), (N/A, 2000 mBm)
[    9.173167] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
[    9.173173] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[    9.173178] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)
[    9.186900] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
[    9.187058] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
[    9.187194] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[    9.187342] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[    9.187482] input: HDA Intel Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[    9.231027] usb 3-1.1.4: reset high-speed USB device number 4 using ehci_hcd
[    9.369426] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    9.369823] Registered led device: rt2800usb-phy0::radio
[    9.369862] Registered led device: rt2800usb-phy0::assoc
[    9.369906] Registered led device: rt2800usb-phy0::quality
[    9.369944] usbcore: registered new interface driver rt2800usb
[    9.771378] Adding 1316860k swap on /dev/sda5.  Priority:-1 extents:1 across:1316860k SS
[    9.794357] EXT4-fs (sda1): re-mounted. Opts: (null)
[    9.811635] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input10
[    9.849159] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[    9.880030] loop: module loaded
[   10.898584] RPC: Registered named UNIX socket transport module.
[   10.898593] RPC: Registered udp transport module.
[   10.898598] RPC: Registered tcp transport module.
[   10.898603] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   10.905560] FS-Cache: Loaded
[   10.914766] NFS: Registering the id_resolver key type
[   10.914808] FS-Cache: Netfs 'nfs' registered for caching
[   10.922055] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   11.776193] Bluetooth: Core ver 2.16
[   11.776225] NET: Registered protocol family 31
[   11.776231] Bluetooth: HCI device and connection manager initialized
[   11.776238] Bluetooth: HCI socket layer initialized
[   11.776242] Bluetooth: L2CAP socket layer initialized
[   11.776255] Bluetooth: SCO socket layer initialized
[   11.792622] Bluetooth: RFCOMM TTY layer initialized
[   11.792631] Bluetooth: RFCOMM socket layer initialized
[   11.792635] Bluetooth: RFCOMM ver 1.11
[   11.799528] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   11.799535] Bluetooth: BNEP filters: protocol multicast
[   11.874177] lp0: using parport0 (interrupt-driven).
[   11.884538] ppdev: user-space parallel port driver
[   12.066696] r8169 0000:01:00.0: eth0: link down
[   12.066930] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   12.214394] r8169 0000:02:00.0: eth1: link down
[   12.214625] ADDRCONF(NETDEV_UP): eth1: link is not ready
[   12.492520] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   12.509731] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input11
[   15.456143] wlan0: authenticate with 00:25:9c:c1:0e:b5
[   15.517350] wlan0: send auth to 00:25:9c:c1:0e:b5 (try 1/3)
[   15.518854] wlan0: authenticated
[   15.554567] wlan0: associate with 00:25:9c:c1:0e:b5 (try 1/3)
[   15.558145] wlan0: RX AssocResp from 00:25:9c:c1:0e:b5 (capab=0x411 status=0 aid=4)
[   15.597359] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   15.597448] wlan0: associated
[   27.315533] wlan0: no IPv6 routers present
[ 5296.450462] I-pipe: head domain RTAI registered.
[ 5296.450472] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[ 5296.450613] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[ 5296.450620] SYSINFO: CPUs 4, LINUX APIC IRQ 2312, TIM_FREQ 5207884, CLK_FREQ 2000025000, CPU_FREQ 2000025000
[ 5296.450628] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[ 5296.450635] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 5207884, 5207884, 5183000
[ 5296.474506] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[ 5296.474561] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[ 5296.474570] RTAI[sched]: hard timer type/freq = APIC/5207884(Hz); default timing: oneshot; linear timed lists.
[ 5296.474576] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2000025000 hz.
[ 5296.474580] RTAI[sched]: timer setup = 999 ns, resched latency = 2943 ns.
[ 5296.489329] RTAI[math]: loaded.
[ 5296.587377] hm2: loading Mesa HostMot2 driver version 0.15
[ 5296.592124] hm2_pci: loading Mesa AnyIO HostMot2 driver version 0.7
[ 5297.019523] hm2: unloading
[ 5297.116655] RTAI[math]: unloaded.
[ 5297.119639] SCHED releases registered named ALIEN PEDV$D
[ 5297.125578] RTAI[malloc]: unloaded.
[ 5297.224100] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[ 5297.227020] I-pipe: head domain RTAI unregistered.
[ 5297.227118] RTAI[hal]: unmounted.
[ 5854.863834] I-pipe: head domain RTAI registered.
[ 5854.863846] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[ 5854.863936] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[ 5854.863942] SYSINFO: CPUs 4, LINUX APIC IRQ 2312, TIM_FREQ 5207884, CLK_FREQ 2000025000, CPU_FREQ 2000025000
[ 5854.863947] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[ 5854.863953] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 5207884, 5207884, 5052500
[ 5854.874748] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[ 5854.874800] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[ 5854.874809] RTAI[sched]: hard timer type/freq = APIC/5207884(Hz); default timing: oneshot; linear timed lists.
[ 5854.874816] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2000025000 hz.
[ 5854.874820] RTAI[sched]: timer setup = 999 ns, resched latency = 2943 ns.
[ 5854.887063] RTAI[math]: loaded.
[ 5854.955464] hm2: loading Mesa HostMot2 driver version 0.15
[ 5854.958609] hm2_pci: loading Mesa AnyIO HostMot2 driver version 0.7
[ 5855.397185] hm2: unloading
[ 5855.490930] RTAI[math]: unloaded.
[ 5855.493840] SCHED releases registered named ALIEN PEDV$D
[ 5855.499418] RTAI[malloc]: unloaded.
[ 5855.599117] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[ 5855.602021] I-pipe: head domain RTAI unregistered.
[ 5855.602119] RTAI[hal]: unmounted.
[ 6514.846252] mtrr: no MTRR for c0000000,3df0000 found
[ 7274.190700] I-pipe: head domain RTAI registered.
[ 7274.190711] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[ 7274.190797] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[ 7274.190806] SYSINFO: CPUs 4, LINUX APIC IRQ 2312, TIM_FREQ 5207884, CLK_FREQ 2000025000, CPU_FREQ 2000025000
[ 7274.190813] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[ 7274.190818] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 5207884, 5207884, 5175250
[ 7274.201628] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[ 7274.201683] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[ 7274.201692] RTAI[sched]: hard timer type/freq = APIC/5207884(Hz); default timing: oneshot; linear timed lists.
[ 7274.201698] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2000025000 hz.
[ 7274.201702] RTAI[sched]: timer setup = 999 ns, resched latency = 2943 ns.
[ 7274.210723] RTAI[math]: loaded.
[ 7274.379336] config string '0x0378'
[ 7289.444510] RTAI[math]: unloaded.
[ 7289.447512] SCHED releases registered named ALIEN PEDV$D
[ 7289.453558] RTAI[malloc]: unloaded.
[ 7289.552272] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[ 7289.555199] I-pipe: head domain RTAI unregistered.
[ 7289.555297] RTAI[hal]: unmounted.
[ 7668.010653] I-pipe: head domain RTAI registered.
[ 7668.010663] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[ 7668.010756] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[ 7668.010763] SYSINFO: CPUs 4, LINUX APIC IRQ 2312, TIM_FREQ 5207884, CLK_FREQ 2000025000, CPU_FREQ 2000025000
[ 7668.010769] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[ 7668.010774] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 5207884, 5207884, 4994500
[ 7668.021978] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[ 7668.022035] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[ 7668.022044] RTAI[sched]: hard timer type/freq = APIC/5207884(Hz); default timing: oneshot; linear timed lists.
[ 7668.022050] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2000025000 hz.
[ 7668.022054] RTAI[sched]: timer setup = 999 ns, resched latency = 2943 ns.
[ 7668.035916] RTAI[math]: loaded.
[ 7668.106497] hm2: loading Mesa HostMot2 driver version 0.15
[ 7668.109715] hm2_pci: loading Mesa AnyIO HostMot2 driver version 0.7
[ 7668.549386] hm2: unloading
[ 7668.642845] RTAI[math]: unloaded.
[ 7668.645840] SCHED releases registered named ALIEN PEDV$D
[ 7668.651966] RTAI[malloc]: unloaded.
[ 7668.750008] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[ 7668.752938] I-pipe: head domain RTAI unregistered.
[ 7668.753039] RTAI[hal]: unmounted.
[ 8457.196320] I-pipe: head domain RTAI registered.
[ 8457.196331] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[ 8457.196422] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[ 8457.196428] SYSINFO: CPUs 4, LINUX APIC IRQ 2312, TIM_FREQ 5207884, CLK_FREQ 2000025000, CPU_FREQ 2000025000
[ 8457.196433] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[ 8457.196439] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 5207884, 5207884, 5181000
[ 8457.207715] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[ 8457.207769] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[ 8457.207778] RTAI[sched]: hard timer type/freq = APIC/5207884(Hz); default timing: oneshot; linear timed lists.
[ 8457.207784] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2000025000 hz.
[ 8457.207788] RTAI[sched]: timer setup = 999 ns, resched latency = 2943 ns.
[ 8457.219546] RTAI[math]: loaded.
[ 8457.396063] hm2: loading Mesa HostMot2 driver version 0.15
[ 8457.399173] hm2_pci: loading Mesa AnyIO HostMot2 driver version 0.7
[ 8457.852811] hm2: unloading
[ 8457.949391] RTAI[math]: unloaded.
[ 8457.952403] SCHED releases registered named ALIEN PEDV$D
[ 8457.957100] RTAI[malloc]: unloaded.
[ 8458.053009] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[ 8458.055980] I-pipe: head domain RTAI unregistered.
[ 8458.056080] RTAI[hal]: unmounted.
[ 9746.531797] mtrr: no MTRR for c0000000,3df0000 found
[ 9746.547849] halcmd[23854]: segfault at 8 ip b76e4899 sp bfe8aa70 error 6 in liblinuxcnchal.so.0[b76e0000+9000]
[ 9746.571716] halcmd[23857]: segfault at 8 ip b77a4899 sp bfeb2680 error 6 in liblinuxcnchal.so.0[b77a0000+9000]
[ 9746.574900] halcmd[23858]: segfault at 8 ip b76e1899 sp bf9821d0 error 6 in liblinuxcnchal.so.0[b76dd000+9000]
[ 9746.581149] halcmd[23862]: segfault at 8 ip b7777899 sp bfa4a510 error 6 in liblinuxcnchal.so.0[b7773000+9000]
[ 9746.786796] halcmd[23870]: segfault at 8 ip b778a899 sp bfe07d40 error 6 in liblinuxcnchal.so.0[b7786000+9000]
[ 9746.992334] halcmd[23892]: segfault at 8 ip b7733899 sp bff1d270 error 6 in liblinuxcnchal.so.0[b772f000+9000]
[ 9747.197907] halcmd[23897]: segfault at 8 ip b7772899 sp bff8b370 error 6 in liblinuxcnchal.so.0[b776e000+9000]
[ 9747.403286] halcmd[23901]: segfault at 8 ip b777a899 sp bfe464b0 error 6 in liblinuxcnchal.so.0[b7776000+9000]
[ 9747.608659] halcmd[23905]: segfault at 8 ip b76c5899 sp bfa119b0 error 6 in liblinuxcnchal.so.0[b76c1000+9000]
[ 9747.813970] halcmd[23909]: segfault at 8 ip b770e899 sp bfdf87a0 error 6 in liblinuxcnchal.so.0[b770a000+9000]
[10163.896387] I-pipe: head domain RTAI registered.
[10163.896397] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[10163.896496] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[10163.896502] SYSINFO: CPUs 4, LINUX APIC IRQ 2312, TIM_FREQ 5207884, CLK_FREQ 2000025000, CPU_FREQ 2000025000
[10163.896507] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[10163.896512] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 5207884, 5207884, 5187500
[10163.907857] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[10163.907907] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[10163.907915] RTAI[sched]: hard timer type/freq = APIC/5207884(Hz); default timing: oneshot; linear timed lists.
[10163.907922] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2000025000 hz.
[10163.907926] RTAI[sched]: timer setup = 999 ns, resched latency = 2943 ns.
[10163.919238] RTAI[math]: loaded.
[10164.080845] hm2: loading Mesa HostMot2 driver version 0.15
[10164.083713] hm2_pci: loading Mesa AnyIO HostMot2 driver version 0.7
[10164.517459] hm2: unloading
[10164.623673] RTAI[math]: unloaded.
[10164.626597] SCHED releases registered named ALIEN PEDV$D
[10164.632691] RTAI[malloc]: unloaded.
[10164.732308] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[10164.735228] I-pipe: head domain RTAI unregistered.
[10164.735328] RTAI[hal]: unmounted.
[10992.830521] atkbd serio0: Unknown key pressed (translated set 2, code 0xa6 on isa0060/serio0).
[10992.830529] atkbd serio0: Use 'setkeycodes e026 <keycode>' to make it known.
[10993.343872] atkbd serio0: Unknown key released (translated set 2, code 0xa6 on isa0060/serio0).
[10993.343880] atkbd serio0: Use 'setkeycodes e026 <keycode>' to make it known.
[11471.332382] mtrr: no MTRR for c0000000,3df0000 found
[11719.156696] mtrr: no MTRR for c0000000,3df0000 found
[11949.447713] I-pipe: head domain RTAI registered.
[11949.447722] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[11949.447810] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[11949.447816] SYSINFO: CPUs 4, LINUX APIC IRQ 2312, TIM_FREQ 5207884, CLK_FREQ 2000025000, CPU_FREQ 2000025000
[11949.447821] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[11949.447826] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 5207884, 5207884, 5175750
[11949.458963] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[11949.459020] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[11949.459031] RTAI[sched]: hard timer type/freq = APIC/5207884(Hz); default timing: oneshot; linear timed lists.
[11949.459038] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2000025000 hz.
[11949.459044] RTAI[sched]: timer setup = 999 ns, resched latency = 2943 ns.
[11949.468403] RTAI[math]: loaded.
[11949.629569] hm2: loading Mesa HostMot2 driver version 0.15
[11949.632675] hm2_pci: loading Mesa AnyIO HostMot2 driver version 0.7
[11950.050965] hm2: unloading
[11950.148079] RTAI[math]: unloaded.
[11950.151163] SCHED releases registered named ALIEN PEDV$D
[11950.159260] RTAI[malloc]: unloaded.
[11950.257277] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[11950.260254] I-pipe: head domain RTAI unregistered.
[11950.260359] RTAI[hal]: unmounted.
Last edit: 27 May 2015 15:54 by andypugh.

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

More
27 May 2015 15:53 #59103 by andypugh
Replied by andypugh on topic 14x40 Lathe Retrofit
The 5i23 config will only load with a 5i23, though I am surprised not to see an explanatory error message.

Try a minimal test first. open a terminal and:
halrun
loadrt hostmot2
loadrt hm2_pci
show pin
exit
That ought to load the realtime system, load the hostmot2 driver and see what pci cards it can find.

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

More
27 May 2015 21:54 #59110 by giz
Replied by giz on topic 14x40 Lathe Retrofit
PCW helped me troubleshoot late last night on IRC. His thoughts were that that the error was related to hardware rather than the specifics of the config files. He had me run some commands that checked for hardware in the PCI slot and it came up empty.

I'm going to plug the 5i24 into a machine here at work today and check if it's recognized. If it is, I need to test my PCI slot with another card. The 5i24 is sending power to the 7i49 and loading the configuration on startup successfully though (indicated by a single LED blink).

If everything checks out I'll try your suggestion Andy.

Thanks!

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

More
29 May 2015 10:52 #59180 by giz
Replied by giz on topic 14x40 Lathe Retrofit
I took the 5i24 into work today to test it on some Windows machines. I used PCI-Z to check the pci slot for hardware - on the two machines I tested neither identified or noticed the 5i24 card. So I felt pretty strongly there was an issue with the card.

To be sure, I brought home an pci ethernet card to test the slot on my J1900N-D3V motherboard. Using the lspci command I can see the ethernet card so the slot passes the test.

So I guess the next step now is to reach out to Mesa technical support for assistance in replacing/repairing the card. PCW was very helpful on IRC but I have to say I'm not looking forward to the replacement process if it takes as long as my initial order did to arrive.

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

Moderators: cncbasher
Time to create page: 0.218 seconds
Powered by Kunena Forum