huanyang vfd modbus ok but M3 gcode not working on 2.8 master

More
21 Oct 2018 19:26 - 23 Oct 2018 15:13 #119173 by superpaf
Hello,
This is my first post, I try to do a lot by myself but this time i'm a little bit lost... i would really appreciate some help :-)
I'm trying to control a Huanyang VFD for a 2.2kw Spindle with an rs232 to rs485 adapter and 2.8 linuxcnc.

It works with HAL setp commands (speed, enable...) so the modbus is ok, but the clockwise and speed buttons on the interface or Gcode (M3 S5000) doesn't work.
in custom.hal if activate the #net lines linuxcnc doesn't start giving an error that those net are already connected...

Do you have an idea ?

my custom.hal :

loadusr -Wn spindle-vfd hy_vfd -n spindle-vfd -t 1 -d /dev/ttyS0 -p even -r 9600 -s 1

#net vfd-comms halui.machine.is-on => spindle-vfd.enable
setp spindle-vfd.enable 1
#net spindle-fwd motion.spindle-forward => spindle-vfd.spindle-forward
#net spindle-reverse motion.spindle-reverse => spindle-vfd.spindle-reverse
#net spindle-speed-cmd motion.spindle-speed-out-abs => spindle-vfd.speed-command
#net spindle-on motion.spindle-on => spindle-vfd.spindle-on
net spindle-at-speed motion.spindle-at-speed => spindle-vfd.spindle-at-speed

my error log ;
Print file information:
RUN_IN_PLACE=no
LINUXCNC_DIR=
LINUXCNC_BIN_DIR=/usr/bin
LINUXCNC_TCL_DIR=/usr/lib/tcltk/linuxcnc
LINUXCNC_SCRIPT_DIR=
LINUXCNC_RTLIB_DIR=/usr/realtime-3.4-9-rtai-686-pae/modules/linuxcnc
LINUXCNC_CONFIG_DIR=
LINUXCNC_LANG_DIR=/usr/share/linuxcnc/tcl/msgs
INIVAR=inivar
HALCMD=halcmd
LINUXCNC_EMCSH=/usr/bin/wish8.5
LINUXCNC - 2.8.0-pre1-3723-g0661d4b
Machine configuration directory is '/home/cncmachine/linuxcnc/configs/my_LinuxCNC_machine'
Machine configuration file is 'my_LinuxCNC_machine.ini'
INIFILE=/home/cncmachine/linuxcnc/configs/my_LinuxCNC_machine/my_LinuxCNC_machine.ini
VERSION=1.0
PARAMETER_FILE=linuxcnc.var
TASK=milltask
HALUI=halui
DISPLAY=axis
COORDINATES=XYYZ
KINEMATICS=trivkins coordinates=XYYZ kinstype=BOTH
Starting LinuxCNC...
Starting LinuxCNC server program: linuxcncsvr
Loading Real Time OS, RTAPI, and HAL_LIB modules
Starting LinuxCNC IO program: io
Starting HAL User Interface program: halui
Found file(REL): ./my_LinuxCNC_machine.hal
Found file(REL): ./custom.hal
INFO CLASSICLADDER-   No ladder GUI requested-Realtime runs till HAL closes.
Shutting down and cleaning up LinuxCNC...
Running HAL shutdown script
Killing task linuxcncsvr, PID=3809
A non blocked signal was caught
Removing HAL_LIB, RTAPI, and Real Time OS modules
Removing NML shared memory segments

Debug file information:
.
./custom.hal:12: Pin 'motion.spindle-forward' was already linked to signal 'spindle-cw'
3809
  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 - 000000000009f000 (usable)
[    0.000000]  BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e2000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 0000000037fa0000 (usable)
[    0.000000]  BIOS-e820: 0000000037fa0000 - 0000000037fae000 (ACPI data)
[    0.000000]  BIOS-e820: 0000000037fae000 - 0000000037fe0000 (ACPI NVS)
[    0.000000]  BIOS-e820: 0000000037fe0000 - 0000000037fee000 (reserved)
[    0.000000]  BIOS-e820: 0000000037ff0000 - 0000000038000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fef00000 (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: System manufacturer System Product Name/M2N68-AM, BIOS 0313    09/01/2008
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] last_pfn = 0x37fa0 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-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask FFE0000000 write-back
[    0.000000]   1 base 0020000000 mask FFF0000000 write-back
[    0.000000]   2 base 0030000000 mask FFF8000000 write-back
[    0.000000]   3 base 0038000000 mask FFFC000000 write-back
[    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 [c00ff780] ff780
[    0.000000] initial memory mapped : 0 - 01800000
[    0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[    0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[    0.000000]  0000000000 - 0000400000 page 4k
[    0.000000]  0000400000 - 0037400000 page 2M
[    0.000000]  0037400000 - 00377fe000 page 4k
[    0.000000] kernel direct mapping tables up to 0x377fdfff @ [mem 0x017f8000-0x017fffff]
[    0.000000] RAMDISK: 3652c000 - 3728e000
[    0.000000] ACPI: RSDP 000fb730 00014 (v00 ACPIAM)
[    0.000000] ACPI: RSDT 37fa0000 0003C (v01 090108 RSDT1635 20080901 MSFT 00000097)
[    0.000000] ACPI: FACP 37fa0200 00084 (v02 090108 FACP1635 20080901 MSFT 00000097)
[    0.000000] ACPI: DSDT 37fa0450 072C3 (v01  A1092 A1092000 00000000 INTL 20051117)
[    0.000000] ACPI: FACS 37fae000 00040
[    0.000000] ACPI: APIC 37fa0390 00080 (v01 090108 APIC1635 20080901 MSFT 00000097)
[    0.000000] ACPI: MCFG 37fa0410 0003C (v01 090108 OEMMCFG  20080901 MSFT 00000097)
[    0.000000] ACPI: OEMB 37fae040 00071 (v01 090108 OEMB1635 20080901 MSFT 00000097)
[    0.000000] ACPI: HPET 37fa7720 00038 (v01 090108 OEMHPET0 20080901 MSFT 00000097)
[    0.000000] ACPI: NVHD 37fae0c0 00554 (v01 090108  NVHDCP  20080901 MSFT 00000097)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 7MB 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 -> 0x00037fa0
[    0.000000] Movable zone start PFN for each node
[    0.000000] Early memory PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x00037fa0
[    0.000000] On node 0 totalpages: 229167
[    0.000000] free_area_init_node: node 0, pgdat c1498a00, node_mem_map f5e2c200
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3951 pages, LIFO batch:0
[    0.000000]   Normal zone: 1744 pages used for memmap
[    0.000000]   Normal zone: 221486 pages, LIFO batch:31
[    0.000000]   HighMem zone: 16 pages used for memmap
[    0.000000]   HighMem zone: 1938 pages, LIFO batch:0
[    0.000000] Using APIC driver default
[    0.000000] Detected use of extended apic ids on hypertransport bus
[    0.000000] ACPI: PM-Timer IO Port: 0x508
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] ACPI: IRQ14 used by override.
[    0.000000] ACPI: IRQ15 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x10de8201 base: 0xfed00000
[    0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e2000
[    0.000000] PM: Registered nosave memory: 00000000000e2000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 38000000 (gap: 38000000:c6c00000)
[    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 @f77b3000 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: 227375
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.4-9-rtai-686-pae root=UUID=8b9a7983-4dad-44cd-9afd-81c65336fa23 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 1834112 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:00037fa0)
[    0.000000] Memory: 887044k/917120k available (3495k kernel code, 29624k reserved, 1237k data, 416k init, 7816k 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=f5806000 soft=f5808000
[    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 using PIT
[    0.000000] Detected 2200.217 MHz processor.
[    0.000000] Marking TSC unstable due to TSCs unsynchronized
[    0.004004] Calibrating delay loop (skipped), value calculated using timer frequency.. 4400.43 BogoMIPS (lpj=8800868)
[    0.004009] pid_max: default: 32768 minimum: 301
[    0.004058] Security Framework initialized
[    0.004063] AppArmor: AppArmor disabled by boot time parameter
[    0.004082] Mount-cache hash table entries: 512
[    0.004279] Initializing cgroup subsys cpuacct
[    0.004282] Initializing cgroup subsys memory
[    0.004290] Initializing cgroup subsys devices
[    0.004292] Initializing cgroup subsys freezer
[    0.004295] Initializing cgroup subsys net_cls
[    0.004297] Initializing cgroup subsys blkio
[    0.004304] Initializing cgroup subsys perf_event
[    0.004330] CPU: Physical Processor ID: 0
[    0.004331] CPU: Processor Core ID: 0
[    0.004334] mce: CPU supports 5 MCE banks
[    0.004340] LVT offset 0 assigned for vector 0xf9
[    0.004346] using AMD E400 aware idle routine
[    0.004394] ACPI: Core revision 20120320
[    0.010433] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.010968] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.050810] CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ stepping 02
[    0.052002] Performance Events: AMD PMU driver.
[    0.052002] ... version:                0
[    0.052002] ... bit width:              48
[    0.052002] ... generic registers:      4
[    0.052002] ... value mask:             0000ffffffffffff
[    0.052002] ... max period:             00007fffffffffff
[    0.052002] ... fixed-purpose events:   0
[    0.052002] ... event mask:             000000000000000f
[    0.060026] NMI watchdog: enabled, takes one hw-pmu counter.
[    0.072021] CPU 1 irqstacks, hard=f5894000 soft=f5896000
[    0.072024] Booting Node   0, Processors  #1
[    0.008000] Initializing CPU#1
[    0.160119] NMI watchdog: enabled, takes one hw-pmu counter.
[    0.160148] Brought up 2 CPUs
[    0.160151] Total of 2 processors activated (8800.85 BogoMIPS).
[    0.160682] devtmpfs: initialized
[    0.160682] PM: Registering ACPI NVS region [mem 0x37fae000-0x37fdffff] (204800 bytes)
[    0.160682] dummy: 
[    0.160682] NET: Registered protocol family 16
[    0.160682] node 0 link 0: io port [1000, ffffff]
[    0.160682] node 0 link 0: io port [1000, 1fff]
[    0.160682] TOM: 0000000040000000 aka 1024M
[    0.160682] node 0 link 0: mmio [e0000000, efffffff]
[    0.160682] node 0 link 0: mmio [a0000, bffff]
[    0.160682] node 0 link 0: mmio [40000000, fe0bffff]
[    0.160682] bus: [00, 07] on node 0 link 0
[    0.160682] bus: 00 index 0 [io  0x0000-0xffff]
[    0.160682] bus: 00 index 1 [mem 0x40000000-0xffffffff]
[    0.160682] bus: 00 index 2 [mem 0x000a0000-0x000bffff]
[    0.160682] ACPI: bus type pci registered
[    0.160682] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.160682] PCI: not using MMCONFIG
[    0.161439] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=8
[    0.161441] PCI: Using configuration type 1 for base access
[    0.162020] bio: create slab <bio-0> at 0
[    0.162020] ACPI: Added _OSI(Module Device)
[    0.162020] ACPI: Added _OSI(Processor Device)
[    0.162020] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.162020] ACPI: Added _OSI(Processor Aggregator Device)
[    0.165115] ACPI: EC: Look up EC in DSDT
[    0.167229] ACPI: Executed 1 blocks of module-level executable AML code
[    0.171572] ACPI: Interpreter enabled
[    0.171582] ACPI: (supports S0 S1 S3 S4 S5)
[    0.171610] ACPI: Using IOAPIC for interrupt routing
[    0.171634] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.173574] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.173577] PCI: Using MMCONFIG for extended config space
[    0.182460] ACPI: No dock devices found.
[    0.182467] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.182566] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.182733] pci_root PNP0A03:00: host bridge window [io  0x0000-0x0cf7]
[    0.182737] pci_root PNP0A03:00: host bridge window [io  0x0d00-0xffff]
[    0.182740] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.182743] pci_root PNP0A03:00: host bridge window [mem 0x000d0000-0x000dffff]
[    0.182747] pci_root PNP0A03:00: host bridge window [mem 0x38000000-0xdfffffff]
[    0.182750] pci_root PNP0A03:00: host bridge window [mem 0xf0000000-0xfebfffff]
[    0.182792] PCI host bridge to bus 0000:00
[    0.182795] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.182798] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.182801] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.182804] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
[    0.182808] pci_bus 0000:00: root bus resource [mem 0x38000000-0xdfffffff]
[    0.182811] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff]
[    0.182838] pci 0000:00:00.0: [10de:0547] type 00 class 0x050000
[    0.182996] pci 0000:00:01.0: [10de:0548] type 00 class 0x060100
[    0.183005] pci 0000:00:01.0: reg 10: [io  0x0900-0x09ff]
[    0.183045] pci 0000:00:01.1: [10de:0542] type 00 class 0x0c0500
[    0.183058] pci 0000:00:01.1: reg 10: [io  0xec00-0xec3f]
[    0.183075] pci 0000:00:01.1: reg 20: [io  0x0600-0x063f]
[    0.183082] pci 0000:00:01.1: reg 24: [io  0x0700-0x073f]
[    0.183104] pci 0000:00:01.1: PME# supported from D3hot D3cold
[    0.183128] pci 0000:00:02.0: [10de:055e] type 00 class 0x0c0310
[    0.183139] pci 0000:00:02.0: reg 10: [mem 0xdfeff000-0xdfefffff]
[    0.183173] pci 0000:00:02.0: supports D1 D2
[    0.183176] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.183192] pci 0000:00:02.1: [10de:055f] type 00 class 0x0c0320
[    0.183204] pci 0000:00:02.1: reg 10: [mem 0xdfefec00-0xdfefecff]
[    0.183242] pci 0000:00:02.1: supports D1 D2
[    0.183245] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.183267] pci 0000:00:04.0: [10de:055e] type 00 class 0x0c0310
[    0.183278] pci 0000:00:04.0: reg 10: [mem 0xdfefd000-0xdfefdfff]
[    0.183311] pci 0000:00:04.0: supports D1 D2
[    0.183314] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.183330] pci 0000:00:04.1: [10de:055f] type 00 class 0x0c0320
[    0.183342] pci 0000:00:04.1: reg 10: [mem 0xdfefe800-0xdfefe8ff]
[    0.183381] pci 0000:00:04.1: supports D1 D2
[    0.183384] pci 0000:00:04.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.183406] pci 0000:00:06.0: [10de:0560] type 00 class 0x01018a
[    0.183431] pci 0000:00:06.0: reg 20: [io  0xffa0-0xffaf]
[    0.183464] pci 0000:00:07.0: [10de:055c] type 00 class 0x040300
[    0.183477] pci 0000:00:07.0: reg 10: [mem 0xdfef8000-0xdfefbfff]
[    0.183516] pci 0000:00:07.0: PME# supported from D3hot D3cold
[    0.183539] pci 0000:00:08.0: [10de:0561] type 01 class 0x060401
[    0.183578] pci 0000:00:09.0: [10de:0550] type 00 class 0x010185
[    0.183588] pci 0000:00:09.0: reg 10: [io  0xe480-0xe487]
[    0.183593] pci 0000:00:09.0: reg 14: [io  0xe400-0xe403]
[    0.183599] pci 0000:00:09.0: reg 18: [io  0xe080-0xe087]
[    0.183605] pci 0000:00:09.0: reg 1c: [io  0xe000-0xe003]
[    0.183610] pci 0000:00:09.0: reg 20: [io  0xdc00-0xdc0f]
[    0.183616] pci 0000:00:09.0: reg 24: [mem 0xdfef6000-0xdfef7fff]
[    0.183649] pci 0000:00:0a.0: [10de:054c] type 00 class 0x020000
[    0.183661] pci 0000:00:0a.0: reg 10: [mem 0xdfefc000-0xdfefcfff]
[    0.183667] pci 0000:00:0a.0: reg 14: [io  0xd880-0xd887]
[    0.183673] pci 0000:00:0a.0: reg 18: [mem 0xdfefe400-0xdfefe4ff]
[    0.183679] pci 0000:00:0a.0: reg 1c: [mem 0xdfefe000-0xdfefe00f]
[    0.183705] pci 0000:00:0a.0: supports D1 D2
[    0.183708] pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.183730] pci 0000:00:0b.0: [10de:0562] type 01 class 0x060400
[    0.183757] pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.183774] pci 0000:00:0c.0: [10de:0563] type 01 class 0x060400
[    0.183799] pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.183817] pci 0000:00:0d.0: [10de:0563] type 01 class 0x060400
[    0.183842] pci 0000:00:0d.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.183860] pci 0000:00:0e.0: [10de:0563] type 01 class 0x060400
[    0.183885] pci 0000:00:0e.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.183902] pci 0000:00:0f.0: [10de:0563] type 01 class 0x060400
[    0.183927] pci 0000:00:0f.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.183945] pci 0000:00:10.0: [10de:0563] type 01 class 0x060400
[    0.183969] pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.183987] pci 0000:00:11.0: [10de:0563] type 01 class 0x060400
[    0.184021] pci 0000:00:11.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.184037] pci 0000:00:12.0: [10de:053e] type 00 class 0x030000
[    0.184045] pci 0000:00:12.0: reg 10: [mem 0xde000000-0xdeffffff]
[    0.184053] pci 0000:00:12.0: reg 14: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.184060] pci 0000:00:12.0: reg 1c: [mem 0xdd000000-0xddffffff 64bit]
[    0.184068] pci 0000:00:12.0: reg 30: [mem 0xdfec0000-0xdfedffff pref]
[    0.184092] pci 0000:00:18.0: [1022:1100] type 00 class 0x060000
[    0.184115] pci 0000:00:18.1: [1022:1101] type 00 class 0x060000
[    0.184135] pci 0000:00:18.2: [1022:1102] type 00 class 0x060000
[    0.184155] pci 0000:00:18.3: [1022:1103] type 00 class 0x060000
[    0.184211] pci 0000:01:06.0: [2718:5125] type 00 class 0x110000
[    0.184223] pci 0000:01:06.0: reg 10: [mem 0xdfff0000-0xdfffffff]
[    0.184290] pci 0000:00:08.0: PCI bridge to [bus 01-01] (subtractive decode)
[    0.184296] pci 0000:00:08.0:   bridge window [mem 0xdff00000-0xdfffffff]
[    0.184301] pci 0000:00:08.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.184304] pci 0000:00:08.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.184307] pci 0000:00:08.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.184311] pci 0000:00:08.0:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
[    0.184314] pci 0000:00:08.0:   bridge window [mem 0x38000000-0xdfffffff] (subtractive decode)
[    0.184318] pci 0000:00:08.0:   bridge window [mem 0xf0000000-0xfebfffff] (subtractive decode)
[    0.184344] pci 0000:00:0b.0: PCI bridge to [bus 02-02]
[    0.184372] pci 0000:00:0c.0: PCI bridge to [bus 03-03]
[    0.184401] pci 0000:00:0d.0: PCI bridge to [bus 04-04]
[    0.184430] pci 0000:00:0e.0: PCI bridge to [bus 05-05]
[    0.184458] pci 0000:00:0f.0: PCI bridge to [bus 06-06]
[    0.184486] pci 0000:00:10.0: PCI bridge to [bus 07-07]
[    0.184515] pci 0000:00:11.0: PCI bridge to [bus 08-08]
[    0.184534] pci_bus 0000:00: on NUMA node 0
[    0.184537] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.184730] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[    0.184809] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR10._PRT]
[    0.184854] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR11._PRT]
[    0.184896]  pci0000:00: Unable to request _OSC control (_OSC support mask: 0x0f)
[    0.195275] ACPI: PCI Interrupt Link [LNKA] (IRQs 16 17 18 19) *11
[    0.195409] ACPI: PCI Interrupt Link [LNKB] (IRQs 16 17 18 19) *0, disabled.
[    0.195543] ACPI: PCI Interrupt Link [LNKC] (IRQs 16 17 18 19) *0, disabled.
[    0.195676] ACPI: PCI Interrupt Link [LNKD] (IRQs 16 17 18 19) *0, disabled.
[    0.195809] ACPI: PCI Interrupt Link [LNEA] (IRQs 16 17 18 19) *0, disabled.
[    0.195941] ACPI: PCI Interrupt Link [LNEB] (IRQs 16 17 18 19) *0, disabled.
[    0.196084] ACPI: PCI Interrupt Link [LNEC] (IRQs 16 17 18 19) *0, disabled.
[    0.196219] ACPI: PCI Interrupt Link [LNED] (IRQs 16 17 18 19) *0, disabled.
[    0.196357] ACPI: PCI Interrupt Link [LUB0] (IRQs 20 21 22 23) *11
[    0.196493] ACPI: PCI Interrupt Link [LUB2] (IRQs 20 21 22 23) *10
[    0.196630] ACPI: PCI Interrupt Link [LMAC] (IRQs 20 21 22 23) *10
[    0.196767] ACPI: PCI Interrupt Link [LAZA] (IRQs 20 21 22 23) *11
[    0.196904] ACPI: PCI Interrupt Link [SGRU] (IRQs 20 21 22 23) *11
[    0.197041] ACPI: PCI Interrupt Link [LSMB] (IRQs 20 21 22 23) *10
[    0.197175] ACPI: PCI Interrupt Link [LPMU] (IRQs 20 21 22 23) *0, disabled.
[    0.197312] ACPI: PCI Interrupt Link [LSA0] (IRQs 20 21 22 23) *15
[    0.197461] ACPI: PCI Interrupt Link [LATA] (IRQs 20 21 22 23) *0, disabled.
[    0.197598] ACPI: PCI Interrupt Link [UB11] (IRQs 20 21 22 23) *11
[    0.197735] ACPI: PCI Interrupt Link [UB12] (IRQs 20 21 22 23) *11
[    0.197810] vgaarb: device added: PCI:0000:00:12.0,decodes=io+mem,owns=io+mem,locks=none
[    0.197810] vgaarb: loaded
[    0.197810] vgaarb: bridge control possible 0000:00:12.0
[    0.197810] PCI: Using ACPI for IRQ routing
[    0.197810] PCI: pci_cache_line_size set to 64 bytes
[    0.197810] reserve RAM buffer: 000000000009f000 - 000000000009ffff 
[    0.197810] reserve RAM buffer: 0000000037fa0000 - 0000000037ffffff 
[    0.197810] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 31
[    0.197810] hpet0: 3 comparators, 32-bit 25.000000 MHz counter
[    0.200058] Switching to clocksource hpet
[    0.200145] pnp: PnP ACPI init
[    0.200163] ACPI: bus type pnp registered
[    0.200273] pnp 00:00: [bus 00-ff]
[    0.200276] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.200280] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.200283] pnp 00:00: [io  0x0d00-0xffff window]
[    0.200286] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.200289] pnp 00:00: [mem 0x000d0000-0x000dffff window]
[    0.200292] pnp 00:00: [mem 0x38000000-0xdfffffff window]
[    0.200295] pnp 00:00: [mem 0xf0000000-0xfebfffff window]
[    0.200354] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
[    0.200375] pnp 00:01: [dma 4]
[    0.200378] pnp 00:01: [io  0x0000-0x000f]
[    0.200380] pnp 00:01: [io  0x0081-0x0083]
[    0.200383] pnp 00:01: [io  0x0087]
[    0.200386] pnp 00:01: [io  0x0089-0x008b]
[    0.200389] pnp 00:01: [io  0x008f]
[    0.200391] pnp 00:01: [io  0x00c0-0x00df]
[    0.200418] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.200431] pnp 00:02: [io  0x0061]
[    0.200457] pnp 00:02: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.200469] pnp 00:03: [io  0x00f0-0x00ff]
[    0.200486] pnp 00:03: [irq 13]
[    0.200513] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.201290] pnp 00:04: [io  0x03f0-0x03f5]
[    0.201293] pnp 00:04: [io  0x03f7]
[    0.201303] pnp 00:04: [irq 6]
[    0.201305] pnp 00:04: [dma 2]
[    0.201362] pnp 00:04: Plug and Play ACPI device, IDs PNP0700 (active)
[    0.202380] pnp 00:05: [io  0x0378-0x037f]
[    0.202389] pnp 00:05: [irq 7]
[    0.202392] pnp 00:05: [dma 0 disabled]
[    0.202753] pnp 00:05: Plug and Play ACPI device, IDs PNP0400 (active)
[    0.203242] pnp 00:06: [mem 0x000d0000-0x000d3fff window]
[    0.203245] pnp 00:06: [mem 0x000d4000-0x000d7fff window]
[    0.203248] pnp 00:06: [mem 0x000de000-0x000dffff window]
[    0.203251] pnp 00:06: [io  0x0010-0x001f]
[    0.203254] pnp 00:06: [io  0x0022-0x003f]
[    0.203257] pnp 00:06: [io  0x0044-0x004d]
[    0.203260] pnp 00:06: [io  0x0050-0x005f]
[    0.203262] pnp 00:06: [io  0x0062-0x0063]
[    0.203265] pnp 00:06: [io  0x0065-0x006f]
[    0.203268] pnp 00:06: [io  0x0072-0x007f]
[    0.203272] pnp 00:06: [io  0x0080]
[    0.203275] pnp 00:06: [io  0x0084-0x0086]
[    0.203277] pnp 00:06: [io  0x0088]
[    0.203280] pnp 00:06: [io  0x008c-0x008e]
[    0.203283] pnp 00:06: [io  0x0090-0x009f]
[    0.203285] pnp 00:06: [io  0x00a2-0x00bf]
[    0.203288] pnp 00:06: [io  0x00e0-0x00ef]
[    0.203291] pnp 00:06: [io  0x04d0-0x04d1]
[    0.203294] pnp 00:06: [io  0x0800-0x080f]
[    0.203296] pnp 00:06: [io  0x0500-0x057f]
[    0.203299] pnp 00:06: [io  0x0580-0x05ff]
[    0.203302] pnp 00:06: [io  0x0800-0x087f]
[    0.203305] pnp 00:06: [io  0x0880-0x08ff]
[    0.203307] pnp 00:06: [io  0x0d00-0x0d7f]
[    0.203310] pnp 00:06: [io  0x0d80-0x0dff]
[    0.203313] pnp 00:06: [io  0x0900-0x097f]
[    0.203315] pnp 00:06: [io  0x0980-0x09ff]
[    0.203318] pnp 00:06: [io  0x1100-0x117f]
[    0.203321] pnp 00:06: [io  0x1180-0x11ff]
[    0.203324] pnp 00:06: [mem 0x00000000-0xffffffff disabled]
[    0.203327] pnp 00:06: [mem 0xfefe0000-0xfefe01ff]
[    0.203330] pnp 00:06: [mem 0xfefe1000-0xfefe1fff]
[    0.203333] pnp 00:06: [mem 0xfee01000-0xfeefffff]
[    0.203342] pnp 00:06: disabling [io  0x0900-0x097f] because it overlaps 0000:00:01.0 BAR 0 [io  0x0900-0x09ff]
[    0.203346] pnp 00:06: disabling [io  0x0980-0x09ff] because it overlaps 0000:00:01.0 BAR 0 [io  0x0900-0x09ff]
[    0.203428] system 00:06: [io  0x04d0-0x04d1] has been reserved
[    0.203431] system 00:06: [io  0x0800-0x080f] has been reserved
[    0.203435] system 00:06: [io  0x0500-0x057f] has been reserved
[    0.203438] system 00:06: [io  0x0580-0x05ff] has been reserved
[    0.203442] system 00:06: [io  0x0800-0x087f] could not be reserved
[    0.203445] system 00:06: [io  0x0880-0x08ff] has been reserved
[    0.203451] system 00:06: [io  0x0d00-0x0d7f] has been reserved
[    0.203454] system 00:06: [io  0x0d80-0x0dff] has been reserved
[    0.203458] system 00:06: [io  0x1100-0x117f] has been reserved
[    0.203461] system 00:06: [io  0x1180-0x11ff] has been reserved
[    0.203465] system 00:06: [mem 0x000d0000-0x000d3fff window] has been reserved
[    0.203469] system 00:06: [mem 0x000d4000-0x000d7fff window] has been reserved
[    0.203473] system 00:06: [mem 0x000de000-0x000dffff window] has been reserved
[    0.203477] system 00:06: [mem 0xfefe0000-0xfefe01ff] has been reserved
[    0.203480] system 00:06: [mem 0xfefe1000-0xfefe1fff] has been reserved
[    0.203484] system 00:06: [mem 0xfee01000-0xfeefffff] has been reserved
[    0.203488] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.203579] pnp 00:07: [mem 0xfed00000-0xfed00fff]
[    0.203582] pnp 00:07: [irq 0 disabled]
[    0.203591] pnp 00:07: [irq 8]
[    0.203620] pnp 00:07: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.203649] pnp 00:08: [io  0x0070-0x0071]
[    0.203677] pnp 00:08: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.203755] pnp 00:09: [mem 0xfec00000-0xfec00fff]
[    0.203758] pnp 00:09: [mem 0xfee00000-0xfee00fff]
[    0.203761] pnp 00:09: [mem 0x38000000-0x3fffffff]
[    0.203812] system 00:09: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.203816] system 00:09: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.203820] system 00:09: [mem 0x38000000-0x3fffffff] has been reserved
[    0.203824] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.203824] pnp 00:0a: [io  0x0060]
[    0.203824] pnp 00:0a: [io  0x0064]
[    0.203831] pnp 00:0a: [irq 1]
[    0.203867] pnp 00:0a: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.204080] pnp 00:0b: [io  0x0000-0xffffffff disabled]
[    0.204083] pnp 00:0b: [io  0x0230-0x023f]
[    0.204086] pnp 00:0b: [io  0x0290-0x029f]
[    0.204089] pnp 00:0b: [io  0x0a00-0x0a0f]
[    0.204091] pnp 00:0b: [io  0x0a10-0x0a1f]
[    0.204146] system 00:0b: [io  0x0230-0x023f] has been reserved
[    0.204150] system 00:0b: [io  0x0290-0x029f] has been reserved
[    0.204153] system 00:0b: [io  0x0a00-0x0a0f] has been reserved
[    0.204156] system 00:0b: [io  0x0a10-0x0a1f] has been reserved
[    0.204160] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.204967] pnp 00:0c: [io  0x03f8-0x03ff]
[    0.204977] pnp 00:0c: [irq 4]
[    0.204980] pnp 00:0c: [dma 0 disabled]
[    0.205056] pnp 00:0c: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.205111] pnp 00:0d: [mem 0xe0000000-0xefffffff]
[    0.205163] system 00:0d: [mem 0xe0000000-0xefffffff] has been reserved
[    0.205167] system 00:0d: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.205358] pnp 00:0e: [mem 0x00000000-0x0009ffff]
[    0.205361] pnp 00:0e: [mem 0x000c0000-0x000cffff]
[    0.205364] pnp 00:0e: [mem 0x000e0000-0x000fffff]
[    0.205367] pnp 00:0e: [mem 0x00100000-0x37ffffff]
[    0.205370] pnp 00:0e: [mem 0xfec00000-0xffffffff]
[    0.205433] system 00:0e: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.205437] system 00:0e: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.205441] system 00:0e: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.205444] system 00:0e: [mem 0x00100000-0x37ffffff] could not be reserved
[    0.205448] system 00:0e: [mem 0xfec00000-0xffffffff] could not be reserved
[    0.205452] system 00:0e: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.205807] pnp: PnP ACPI: found 15 devices
[    0.205809] ACPI: ACPI bus type pnp unregistered
[    0.205813] PnPBIOS: Disabled by ACPI PNP
[    0.243426] pci 0000:00:08.0: PCI bridge to [bus 01-01]
[    0.243432] pci 0000:00:08.0:   bridge window [mem 0xdff00000-0xdfffffff]
[    0.243438] pci 0000:00:0b.0: PCI bridge to [bus 02-02]
[    0.243444] pci 0000:00:0c.0: PCI bridge to [bus 03-03]
[    0.243450] pci 0000:00:0d.0: PCI bridge to [bus 04-04]
[    0.243456] pci 0000:00:0e.0: PCI bridge to [bus 05-05]
[    0.243461] pci 0000:00:0f.0: PCI bridge to [bus 06-06]
[    0.243467] pci 0000:00:10.0: PCI bridge to [bus 07-07]
[    0.243473] pci 0000:00:11.0: PCI bridge to [bus 08-08]
[    0.243485] pci 0000:00:08.0: setting latency timer to 64
[    0.243501] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.243504] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.243507] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.243510] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
[    0.243513] pci_bus 0000:00: resource 8 [mem 0x38000000-0xdfffffff]
[    0.243516] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfebfffff]
[    0.243520] pci_bus 0000:01: resource 1 [mem 0xdff00000-0xdfffffff]
[    0.243523] pci_bus 0000:01: resource 4 [io  0x0000-0x0cf7]
[    0.243526] pci_bus 0000:01: resource 5 [io  0x0d00-0xffff]
[    0.243529] pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000bffff]
[    0.243532] pci_bus 0000:01: resource 7 [mem 0x000d0000-0x000dffff]
[    0.243535] pci_bus 0000:01: resource 8 [mem 0x38000000-0xdfffffff]
[    0.243538] pci_bus 0000:01: resource 9 [mem 0xf0000000-0xfebfffff]
[    0.243640] NET: Registered protocol family 2
[    0.243719] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.243989] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.244796] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.245202] TCP: Hash tables configured (established 131072 bind 65536)
[    0.245205] TCP: reno registered
[    0.245209] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.245223] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.245359] NET: Registered protocol family 1
[    0.245635] ACPI: PCI Interrupt Link [LUB0] enabled at IRQ 23
[    0.332241] ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 22
[    0.332462] ACPI: PCI Interrupt Link [UB11] enabled at IRQ 21
[    0.404232] ACPI: PCI Interrupt Link [UB12] enabled at IRQ 20
[    0.404278] pci 0000:00:12.0: Boot video device
[    0.404291] PCI: CLS 64 bytes, default 64
[    0.404344] Unpacking initramfs...
[    0.744173] Freeing initrd memory: 13704k freed
[    0.754555] audit: initializing netlink socket (disabled)
[    0.754577] type=2000 audit(1539792734.748:1): initialized
[    0.768055] highmem bounce pool size: 64 pages
[    0.768061] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.768255] VFS: Disk quotas dquot_6.5.2
[    0.768285] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.768364] msgmni has been set to 1744
[    0.768534] alg: No test for stdrng (krng)
[    0.768565] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.768569] io scheduler noop registered
[    0.768572] io scheduler deadline registered
[    0.768592] io scheduler cfq registered (default)
[    0.768945] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.768970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.768973] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.769317] GHES: HEST is not enabled!
[    0.769330] isapnp: Scanning for PnP cards...
[    1.122885] isapnp: No Plug & Play device found
[    1.122943] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.143276] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.163940] 00:0c: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.164245] Linux agpgart interface v0.103
[    1.164614] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    1.164617] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.164788] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.164919] mousedev: PS/2 mouse device common for all mice
[    1.164975] rtc_cmos 00:08: RTC can wake from S4
[    1.165145] rtc_cmos 00:08: rtc core: registered rtc_cmos as rtc0
[    1.165186] rtc0: alarms up to one year, y3k, 114 bytes nvram, hpet irqs
[    1.165327] TCP: cubic registered
[    1.165397] NET: Registered protocol family 10
[    1.165629] Mobile IPv6
[    1.165633] NET: Registered protocol family 17
[    1.165638] Registering the dns_resolver key type
[    1.165687] Using IPI No-Shortcut mode
[    1.165813] PM: Hibernation image not present or could not be loaded.
[    1.165833] registered taskstats version 1
[    1.166237] rtc_cmos 00:08: setting system clock to 2018-10-17 16:12:15 UTC (1539792735)
[    1.166365] Freeing unused kernel memory: 416k freed
[    1.166648] Write protecting the kernel text: 3496k
[    1.166675] Write protecting the kernel read-only data: 984k
[    1.179343] udevd[49]: starting version 175
[    1.182715] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.229927] usbcore: registered new interface driver usbfs
[    1.229959] usbcore: registered new interface driver hub
[    1.231072] SCSI subsystem initialized
[    1.231425] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[    1.231723] ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 23
[    1.231734] forcedeth 0000:00:0a.0: setting latency timer to 64
[    1.241791] usbcore: registered new device driver usb
[    1.247133] microcode: AMD CPU family 0xf not supported
[    1.247597] libata version 3.00 loaded.
[    1.248264] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.264484] Floppy drive(s): fd0 is 1.44M
[    1.272561] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.283665] FDC 0 is a post-1991 82077
[    1.297006] forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x732 @ 3, addr 00:23:54:26:6e:5c
[    1.297012] forcedeth 0000:00:0a.0: highdma pwrctl mgmt gbit lnktim msi desc-v3
[    1.297102] ehci_hcd 0000:00:02.1: setting latency timer to 64
[    1.297108] ehci_hcd 0000:00:02.1: EHCI Host Controller
[    1.297150] ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 1
[    1.297179] ehci_hcd 0000:00:02.1: debug port 1
[    1.297188] ehci_hcd 0000:00:02.1: cache line size of 64 is not supported
[    1.297215] ehci_hcd 0000:00:02.1: irq 22, io mem 0xdfefec00
[    1.308023] ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00
[    1.308053] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.308056] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.308059] usb usb1: Product: EHCI Host Controller
[    1.308062] usb usb1: Manufacturer: Linux 3.4-9-rtai-686-pae ehci_hcd
[    1.308065] usb usb1: SerialNumber: 0000:00:02.1
[    1.308214] hub 1-0:1.0: USB hub found
[    1.308222] hub 1-0:1.0: 5 ports detected
[    1.308349] ehci_hcd 0000:00:04.1: setting latency timer to 64
[    1.308352] ehci_hcd 0000:00:04.1: EHCI Host Controller
[    1.308369] ehci_hcd 0000:00:04.1: new USB bus registered, assigned bus number 2
[    1.308394] ehci_hcd 0000:00:04.1: debug port 1
[    1.308402] ehci_hcd 0000:00:04.1: cache line size of 64 is not supported
[    1.308424] ehci_hcd 0000:00:04.1: irq 20, io mem 0xdfefe800
[    1.320022] ehci_hcd 0000:00:04.1: USB 2.0 started, EHCI 1.00
[    1.320044] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.320047] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.320050] usb usb2: Product: EHCI Host Controller
[    1.320053] usb usb2: Manufacturer: Linux 3.4-9-rtai-686-pae ehci_hcd
[    1.320056] usb usb2: SerialNumber: 0000:00:04.1
[    1.320192] hub 2-0:1.0: USB hub found
[    1.320198] hub 2-0:1.0: 5 ports detected
[    1.320709] pata_amd 0000:00:06.0: version 0.4.1
[    1.320765] pata_amd 0000:00:06.0: setting latency timer to 64
[    1.321293] scsi0 : pata_amd
[    1.321437] scsi1 : pata_amd
[    1.322853] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
[    1.322856] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
[    1.322913] ahci 0000:00:09.0: version 3.0
[    1.323151] ACPI: PCI Interrupt Link [LSA0] enabled at IRQ 22
[    1.323186] ahci 0000:00:09.0: controller can't do PMP, turning off CAP_PMP
[    1.323267] ahci 0000:00:09.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl IDE mode
[    1.323272] ahci 0000:00:09.0: flags: 64bit ncq sntf led clo pio 
[    1.323276] ahci 0000:00:09.0: setting latency timer to 64
[    1.324692] scsi2 : ahci
[    1.324838] scsi3 : ahci
[    1.324925] scsi4 : ahci
[    1.325016] scsi5 : ahci
[    1.325179] ata3: SATA max UDMA/133 abar m8192@0xdfef6000 port 0xdfef6100 irq 22
[    1.325183] ata4: SATA max UDMA/133 abar m8192@0xdfef6000 port 0xdfef6180 irq 22
[    1.325186] ata5: SATA max UDMA/133 abar m8192@0xdfef6000 port 0xdfef6200 irq 22
[    1.325190] ata6: SATA max UDMA/133 abar m8192@0xdfef6000 port 0xdfef6280 irq 22
[    1.325290] ohci_hcd 0000:00:02.0: setting latency timer to 64
[    1.325295] ohci_hcd 0000:00:02.0: OHCI Host Controller
[    1.325311] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 3
[    1.325349] ohci_hcd 0000:00:02.0: irq 23, io mem 0xdfeff000
[    1.382031] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.382034] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.382037] usb usb3: Product: OHCI Host Controller
[    1.382040] usb usb3: Manufacturer: Linux 3.4-9-rtai-686-pae ohci_hcd
[    1.382042] usb usb3: SerialNumber: 0000:00:02.0
[    1.382191] hub 3-0:1.0: USB hub found
[    1.382200] hub 3-0:1.0: 5 ports detected
[    1.382319] ohci_hcd 0000:00:04.0: setting latency timer to 64
[    1.382323] ohci_hcd 0000:00:04.0: OHCI Host Controller
[    1.382332] ohci_hcd 0000:00:04.0: new USB bus registered, assigned bus number 4
[    1.382362] ohci_hcd 0000:00:04.0: irq 21, io mem 0xdfefd000
[    1.438023] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.438026] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.438029] usb usb4: Product: OHCI Host Controller
[    1.438032] usb usb4: Manufacturer: Linux 3.4-9-rtai-686-pae ohci_hcd
[    1.438034] usb usb4: SerialNumber: 0000:00:04.0
[    1.438177] hub 4-0:1.0: USB hub found
[    1.438184] hub 4-0:1.0: 5 ports detected
[    1.484501] ata1.00: ATA-6: ST360020A, 3.39, max UDMA/100
[    1.484507] ata1.00: 117231408 sectors, multi 16: LBA 
[    1.484517] ata1: nv_mode_filter: 0x3f39f&0x3f39f->0x3f39f, BIOS=0x3f000 (0xc6000000) ACPI=0x3f01f (20:900:0x11)
[    1.500410] ata1.00: configured for UDMA/100
[    1.500584] scsi 0:0:0:0: Direct-Access     ATA      ST360020A        3.39 PQ: 0 ANSI: 5
[    1.500799] ata2: port disabled--ignoring
[    1.644025] ata3: SATA link down (SStatus 0 SControl 300)
[    1.644041] ata6: SATA link down (SStatus 0 SControl 300)
[    1.644058] ata4: SATA link down (SStatus 0 SControl 300)
[    1.644070] ata5: SATA link down (SStatus 0 SControl 300)
[    1.652312] sd 0:0:0:0: [sda] 117231408 512-byte logical blocks: (60.0 GB/55.8 GiB)
[    1.652368] sd 0:0:0:0: [sda] Write Protect is off
[    1.652372] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.652396] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.701860]  sda: sda1 sda2 < sda5 >
[    1.702281] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.704445] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.868046] usb 3-1: new low-speed USB device number 2 using ohci_hcd
[    2.077047] usb 3-1: New USB device found, idVendor=04b3, idProduct=310c
[    2.077052] usb 3-1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    2.077056] usb 3-1: Product: USB Optical Mouse
[    2.089529] input: USB Optical Mouse as /devices/pci0000:00/0000:00:02.0/usb3/3-1/3-1:1.0/input/input1
[    2.089643] generic-usb 0003:04B3:310C.0001: input,hidraw0: USB HID v1.11 Mouse [USB Optical Mouse] on usb-0000:00:02.0-1/input0
[    2.089673] usbcore: registered new interface driver usbhid
[    2.089676] usbhid: USB HID core driver
[    9.063274] microcode: AMD CPU family 0xf not supported
[    9.110916] PM: Starting manual resume from disk
[    9.110921] PM: Hibernation image partition 8:5 present
[    9.110924] PM: Looking for hibernation image.
[    9.141167] PM: Image not found (code -22)
[    9.141172] PM: Hibernation image not present or could not be loaded.
[    9.202250] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[   12.289489] udevd[344]: starting version 175
[   12.982809] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
[   12.982817] ACPI: Power Button [PWRB]
[   12.983000] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[   12.983005] ACPI: Power Button [PWRF]
[   13.159103] microcode: AMD CPU family 0xf not supported
[   13.206603] wmi: Mapper loaded
[   13.477447] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
[   13.503225] i2c i2c-0: nForce2 SMBus adapter at 0x600
[   13.503253] i2c i2c-1: nForce2 SMBus adapter at 0x700
[   13.760485] [drm] Initialized drm 1.1.0 20060810
[   13.978723] parport_pc 00:05: reported by Plug and Play ACPI
[   13.978771] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
[   14.451181] ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 21
[   14.451189] hda_intel: Disabling MSI
[   14.451221] snd_hda_intel 0000:00:07.0: setting latency timer to 64
[   16.032109] input: HDA NVidia Line as /devices/pci0000:00/0000:00:07.0/sound/card0/input4
[   16.032204] input: HDA NVidia Front Mic as /devices/pci0000:00/0000:00:07.0/sound/card0/input5
[   16.032276] input: HDA NVidia Rear Mic as /devices/pci0000:00/0000:00:07.0/sound/card0/input6
[   16.032347] input: HDA NVidia Front Headphone as /devices/pci0000:00/0000:00:07.0/sound/card0/input7
[   16.032421] input: HDA NVidia Line Out as /devices/pci0000:00/0000:00:07.0/sound/card0/input8
[   16.032998] ACPI: PCI Interrupt Link [SGRU] enabled at IRQ 20
[   16.033953] nouveau 0000:00:12.0: setting latency timer to 64
[   16.033988] [drm] nouveau 0000:00:12.0: Detected an NV40 generation card (0x067000a1)
[   16.038752] [drm] nouveau 0000:00:12.0: Checking PRAMIN for VBIOS
[   16.076627] [drm] nouveau 0000:00:12.0: ... appears to be valid
[   16.076632] [drm] nouveau 0000:00:12.0: Using VBIOS from PRAMIN
[   16.076637] [drm] nouveau 0000:00:12.0: BIT BIOS found
[   16.076641] [drm] nouveau 0000:00:12.0: Bios version 05.67.32.25
[   16.076645] [drm] nouveau 0000:00:12.0: TMDS table version 1.1
[   16.076647] [drm] nouveau 0000:00:12.0: TMDS table script pointers not stubbed
[   16.076777] [drm] nouveau 0000:00:12.0: MXM: no VBIOS data, nothing to do
[   16.076780] [drm] nouveau 0000:00:12.0: DCB version 3.0
[   16.076784] [drm] nouveau 0000:00:12.0: DCB outp 00: 02000310 00000023
[   16.076788] [drm] nouveau 0000:00:12.0: DCB outp 01: 04031322 00000000
[   16.076791] [drm] nouveau 0000:00:12.0: DCB conn 00: 0000
[   16.076794] [drm] nouveau 0000:00:12.0: DCB conn 01: 1131
[   16.076801] [drm] nouveau 0000:00:12.0: Parsing VBIOS init table 0 at offset 0xD926
[   16.076823] [drm] nouveau 0000:00:12.0: ======= misaligned reg 0x001020FB =======
[   16.076860] [drm] nouveau 0000:00:12.0: ======= misaligned reg 0x001020FB =======
[   16.076916] [drm] nouveau 0000:00:12.0: Parsing VBIOS init table 1 at offset 0xDA84
[   16.076919] [drm] nouveau 0000:00:12.0: Parsing VBIOS init table 2 at offset 0xDA85
[   16.076947] [drm] nouveau 0000:00:12.0: Parsing VBIOS init table 3 at offset 0xDC07
[   16.076953] [drm] nouveau 0000:00:12.0: Parsing VBIOS init table 4 at offset 0xDC87
[   16.076956] [drm] nouveau 0000:00:12.0: Pointer to flat panel table invalid
[   16.077118] [TTM] Zone  kernel: Available graphics memory: 446674 kiB
[   16.077122] [TTM] Zone highmem: Available graphics memory: 450582 kiB
[   16.077125] [TTM] Initializing pool allocator
[   16.077141] [drm] nouveau 0000:00:12.0: Detected 128MiB VRAM (unknown type)
[   16.077804] [drm] nouveau 0000:00:12.0: 64 MiB GART (aperture)
[   16.077890] [drm] nouveau 0000:00:12.0: Saving VGA fonts
[   16.114256] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[   16.114259] [drm] No driver support for vblank timestamp query.
[   16.432032] [drm] nouveau 0000:00:12.0: 1 available performance level(s)
[   16.432037] [drm] nouveau 0000:00:12.0: 0: core 425MHz shader 425MHz fanspeed 100%
[   16.432041] [drm] nouveau 0000:00:12.0: c: core 39MHz
[   16.432346] [drm] nouveau 0000:00:12.0: 0xCFF4: Parsing digital output script table
[   16.592681] [drm] nouveau 0000:00:12.0: allocated 1280x1024 fb: 0x49000, bo f3808000
[   16.592844] fbcon: nouveaufb (fb0) is primary device
[   16.608560] Console: switching to colour frame buffer device 160x64
[   16.610239] fb0: nouveaufb frame buffer device
[   16.610242] drm: registered panic notifier
[   16.610252] [drm] Initialized nouveau 1.0.0 20120316 for 0000:00:12.0 on minor 0
[   17.810946] Adding 1830908k swap on /dev/sda5.  Priority:-1 extents:1 across:1830908k 
[   17.827541] EXT4-fs (sda1): re-mounted. Opts: (null)
[   18.294373] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[   18.562710] loop: module loaded
[   20.272189] RPC: Registered named UNIX socket transport module.
[   20.272194] RPC: Registered udp transport module.
[   20.272197] RPC: Registered tcp transport module.
[   20.272200] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   20.325832] FS-Cache: Loaded
[   20.413609] NFS: Registering the id_resolver key type
[   20.413642] FS-Cache: Netfs 'nfs' registered for caching
[   20.447190] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   22.946369] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input9
[   24.364630] Bluetooth: Core ver 2.16
[   24.364662] NET: Registered protocol family 31
[   24.364666] Bluetooth: HCI device and connection manager initialized
[   24.364670] Bluetooth: HCI socket layer initialized
[   24.364673] Bluetooth: L2CAP socket layer initialized
[   24.364679] Bluetooth: SCO socket layer initialized
[   24.413071] Bluetooth: RFCOMM TTY layer initialized
[   24.413079] Bluetooth: RFCOMM socket layer initialized
[   24.413082] Bluetooth: RFCOMM ver 1.11
[   24.586463] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   24.586468] Bluetooth: BNEP filters: protocol multicast
[   24.971075] lp0: using parport0 (interrupt-driven).
[   25.088486] ppdev: user-space parallel port driver
[   41.536017] eth0: no IPv6 routers present
[  100.780151] I-pipe: head domain RTAI registered.
[  100.780158] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[  100.780201] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[  100.780205] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 12500228, CLK_FREQ 2200217000, CPU_FREQ 2200217000
[  100.780208] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[  100.780212] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 12500228, 12500228, 12425250
[  100.868483] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[  100.868549] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[  100.868553] RTAI[sched]: hard timer type/freq = APIC/12500228(Hz); default timing: oneshot; linear timed lists.
[  100.868557] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2200217000 hz.
[  100.868560] RTAI[sched]: timer setup = 999 ns, resched latency = 2943 ns.
[  100.894167] RTAI[math]: loaded.
[  101.298150] hm2: loading Mesa HostMot2 driver version 0.15
[  101.310338] hm2_pci: loading Mesa AnyIO HostMot2 driver version 0.7
[  101.310649] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 19
[  101.310672] hm2_pci: discovered 5i25 at 0000:01:06.0
[  101.310997] hm2/hm2_5i25.0: Smart Serial Firmware Version 43
[  101.394674] Board hm2_5i25.0.7i76.0.0 Hardware Mode 0 = standard
[  101.398500] Board hm2_5i25.0.7i76.0.0 Software Mode 0 = io_spin
[  101.402831] Board hm2_5i25.0.7i76.0.0 Software Mode 1 = io_ana_spin
[  101.408131] Board hm2_5i25.0.7i76.0.0 Software Mode 2 = io_enc_ana_spin_fv
[  101.510674] hm2/hm2_5i25.0: 34 I/O Pins used:
[  101.510678] hm2/hm2_5i25.0:     IO Pin 000 (P3-01): StepGen #0, pin Direction (Output)
[  101.510682] hm2/hm2_5i25.0:     IO Pin 001 (P3-14): StepGen #0, pin Step (Output)
[  101.510686] hm2/hm2_5i25.0:     IO Pin 002 (P3-02): StepGen #1, pin Direction (Output)
[  101.510689] hm2/hm2_5i25.0:     IO Pin 003 (P3-15): StepGen #1, pin Step (Output)
[  101.510693] hm2/hm2_5i25.0:     IO Pin 004 (P3-03): StepGen #2, pin Direction (Output)
[  101.510696] hm2/hm2_5i25.0:     IO Pin 005 (P3-16): StepGen #2, pin Step (Output)
[  101.510700] hm2/hm2_5i25.0:     IO Pin 006 (P3-04): StepGen #3, pin Direction (Output)
[  101.510704] hm2/hm2_5i25.0:     IO Pin 007 (P3-17): StepGen #3, pin Step (Output)
[  101.510708] hm2/hm2_5i25.0:     IO Pin 008 (P3-05): StepGen #4, pin Direction (Output)
[  101.510711] hm2/hm2_5i25.0:     IO Pin 009 (P3-06): StepGen #4, pin Step (Output)
[  101.510715] hm2/hm2_5i25.0:     IO Pin 010 (P3-07): Smart Serial Interface #0, pin TxData0 (Output)
[  101.510719] hm2/hm2_5i25.0:     IO Pin 011 (P3-08): Smart Serial Interface #0, pin RxData0 (Input)
[  101.510723] hm2/hm2_5i25.0:     IO Pin 012 (P3-09): IOPort
[  101.510726] hm2/hm2_5i25.0:     IO Pin 013 (P3-10): IOPort
[  101.510730] hm2/hm2_5i25.0:     IO Pin 014 (P3-11): Encoder #0, pin Index (Input)
[  101.510733] hm2/hm2_5i25.0:     IO Pin 015 (P3-12): Encoder #0, pin B (Input)
[  101.510737] hm2/hm2_5i25.0:     IO Pin 016 (P3-13): Encoder #0, pin A (Input)
[  101.510740] hm2/hm2_5i25.0:     IO Pin 017 (P2-01): IOPort
[  101.510743] hm2/hm2_5i25.0:     IO Pin 018 (P2-14): IOPort
[  101.510746] hm2/hm2_5i25.0:     IO Pin 019 (P2-02): IOPort
[  101.510749] hm2/hm2_5i25.0:     IO Pin 020 (P2-15): IOPort
[  101.510752] hm2/hm2_5i25.0:     IO Pin 021 (P2-03): IOPort
[  101.510755] hm2/hm2_5i25.0:     IO Pin 022 (P2-16): IOPort
[  101.510758] hm2/hm2_5i25.0:     IO Pin 023 (P2-04): IOPort
[  101.510761] hm2/hm2_5i25.0:     IO Pin 024 (P2-17): IOPort
[  101.510764] hm2/hm2_5i25.0:     IO Pin 025 (P2-05): IOPort
[  101.510767] hm2/hm2_5i25.0:     IO Pin 026 (P2-06): IOPort
[  101.510770] hm2/hm2_5i25.0:     IO Pin 027 (P2-07): IOPort
[  101.510773] hm2/hm2_5i25.0:     IO Pin 028 (P2-08): IOPort
[  101.510776] hm2/hm2_5i25.0:     IO Pin 029 (P2-09): IOPort
[  101.510779] hm2/hm2_5i25.0:     IO Pin 030 (P2-10): IOPort
[  101.510782] hm2/hm2_5i25.0:     IO Pin 031 (P2-11): IOPort
[  101.510785] hm2/hm2_5i25.0:     IO Pin 032 (P2-12): IOPort
[  101.510788] hm2/hm2_5i25.0:     IO Pin 033 (P2-13): IOPort
[  101.510914] hm2/hm2_5i25.0: registered
[  101.510917] hm2_5i25.0: initialized AnyIO board at 0000:01:06.0
[  101.599064] classicladder_rt: module license 'LGPL' taints kernel.
[  101.599070] Disabling lock debugging due to kernel taint
[  101.599397] creating ladder-state
[  155.741365] hm2_5i25.0: dropping AnyIO board at 0000:01:06.0
[  155.741372] hm2/hm2_5i25.0: unregistered
[  155.741445] hm2_pci: driver unloaded
[  155.743481] hm2: unloading
[  157.890915] RTAI[math]: unloaded.
[  157.893291] SCHED releases registered named ALIEN PEDV$D
[  157.899455] RTAI[malloc]: unloaded.
[  157.996026] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[  157.998109] I-pipe: head domain RTAI unregistered.
[  157.998167] RTAI[hal]: unmounted.
[  213.577705] I-pipe: head domain RTAI registered.
[  213.577713] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[  213.577759] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[  213.577763] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 12500228, CLK_FREQ 2200217000, CPU_FREQ 2200217000
[  213.577766] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[  213.577770] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 12500228, 12500228, 12418750
[  213.586706] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[  213.586772] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[  213.586777] RTAI[sched]: hard timer type/freq = APIC/12500228(Hz); default timing: oneshot; linear timed lists.
[  213.586781] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2200217000 hz.
[  213.586784] RTAI[sched]: timer setup = 999 ns, resched latency = 2943 ns.
[  213.596689] RTAI[math]: loaded.
[  213.761314] hm2: loading Mesa HostMot2 driver version 0.15
[  213.763567] hm2_pci: loading Mesa AnyIO HostMot2 driver version 0.7
[  213.763620] hm2_pci: discovered 5i25 at 0000:01:06.0
[  213.763935] hm2/hm2_5i25.0: Smart Serial Firmware Version 43
[  213.847670] Board hm2_5i25.0.7i76.0.0 Hardware Mode 0 = standard
[  213.851496] Board hm2_5i25.0.7i76.0.0 Software Mode 0 = io_spin
[  213.855878] Board hm2_5i25.0.7i76.0.0 Software Mode 1 = io_ana_spin
[  213.861180] Board hm2_5i25.0.7i76.0.0 Software Mode 2 = io_enc_ana_spin_fv
[  213.963555] hm2/hm2_5i25.0: 34 I/O Pins used:
[  213.963560] hm2/hm2_5i25.0:     IO Pin 000 (P3-01): StepGen #0, pin Direction (Output)
[  213.963564] hm2/hm2_5i25.0:     IO Pin 001 (P3-14): StepGen #0, pin Step (Output)
[  213.963568] hm2/hm2_5i25.0:     IO Pin 002 (P3-02): StepGen #1, pin Direction (Output)
[  213.963571] hm2/hm2_5i25.0:     IO Pin 003 (P3-15): StepGen #1, pin Step (Output)
[  213.963575] hm2/hm2_5i25.0:     IO Pin 004 (P3-03): StepGen #2, pin Direction (Output)
[  213.963578] hm2/hm2_5i25.0:     IO Pin 005 (P3-16): StepGen #2, pin Step (Output)
[  213.963582] hm2/hm2_5i25.0:     IO Pin 006 (P3-04): StepGen #3, pin Direction (Output)
[  213.963586] hm2/hm2_5i25.0:     IO Pin 007 (P3-17): StepGen #3, pin Step (Output)
[  213.963589] hm2/hm2_5i25.0:     IO Pin 008 (P3-05): StepGen #4, pin Direction (Output)
[  213.963593] hm2/hm2_5i25.0:     IO Pin 009 (P3-06): StepGen #4, pin Step (Output)
[  213.963597] hm2/hm2_5i25.0:     IO Pin 010 (P3-07): Smart Serial Interface #0, pin TxData0 (Output)
[  213.963601] hm2/hm2_5i25.0:     IO Pin 011 (P3-08): Smart Serial Interface #0, pin RxData0 (Input)
[  213.963605] hm2/hm2_5i25.0:     IO Pin 012 (P3-09): IOPort
[  213.963608] hm2/hm2_5i25.0:     IO Pin 013 (P3-10): IOPort
[  213.963611] hm2/hm2_5i25.0:     IO Pin 014 (P3-11): Encoder #0, pin Index (Input)
[  213.963615] hm2/hm2_5i25.0:     IO Pin 015 (P3-12): Encoder #0, pin B (Input)
[  213.963618] hm2/hm2_5i25.0:     IO Pin 016 (P3-13): Encoder #0, pin A (Input)
[  213.963621] hm2/hm2_5i25.0:     IO Pin 017 (P2-01): IOPort
[  213.963624] hm2/hm2_5i25.0:     IO Pin 018 (P2-14): IOPort
[  213.963627] hm2/hm2_5i25.0:     IO Pin 019 (P2-02): IOPort
[  213.963630] hm2/hm2_5i25.0:     IO Pin 020 (P2-15): IOPort
[  213.963634] hm2/hm2_5i25.0:     IO Pin 021 (P2-03): IOPort
[  213.963637] hm2/hm2_5i25.0:     IO Pin 022 (P2-16): IOPort
[  213.963640] hm2/hm2_5i25.0:     IO Pin 023 (P2-04): IOPort
[  213.963643] hm2/hm2_5i25.0:     IO Pin 024 (P2-17): IOPort
[  213.963646] hm2/hm2_5i25.0:     IO Pin 025 (P2-05): IOPort
[  213.963650] hm2/hm2_5i25.0:     IO Pin 026 (P2-06): IOPort
[  213.963653] hm2/hm2_5i25.0:     IO Pin 027 (P2-07): IOPort
[  213.963656] hm2/hm2_5i25.0:     IO Pin 028 (P2-08): IOPort
[  213.963659] hm2/hm2_5i25.0:     IO Pin 029 (P2-09): IOPort
[  213.963662] hm2/hm2_5i25.0:     IO Pin 030 (P2-10): IOPort
[  213.963665] hm2/hm2_5i25.0:     IO Pin 031 (P2-11): IOPort
[  213.963669] hm2/hm2_5i25.0:     IO Pin 032 (P2-12): IOPort
[  213.963672] hm2/hm2_5i25.0:     IO Pin 033 (P2-13): IOPort
[  213.963797] hm2/hm2_5i25.0: registered
[  213.963799] hm2_5i25.0: initialized AnyIO board at 0000:01:06.0
[  213.973953] creating ladder-state
[  214.290900] hm2_5i25.0: dropping AnyIO board at 0000:01:06.0
[  214.290907] hm2/hm2_5i25.0: unregistered
[  214.290980] hm2_pci: driver unloaded
[  214.293057] hm2: unloading
[  216.406212] RTAI[math]: unloaded.
[  216.408443] SCHED releases registered named ALIEN PEDV$D
[  216.413592] RTAI[malloc]: unloaded.
[  216.512030] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[  216.514130] I-pipe: head domain RTAI unregistered.
[  216.514188] RTAI[hal]: unmounted.


[/size]
Last edit: 23 Oct 2018 15:13 by andypugh.

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

More
23 Oct 2018 15:11 - 23 Oct 2018 15:11 #119264 by andypugh

in custom.hal if activate the #net lines linuxcnc doesn't start giving an error that those net are already connected...


So you need to find where those items are already connected and then re-use the signals but not the output pins.
A signal (the first thing after "net") can appear in multiple net commands (and in mutliple HAL files)
Any signal can only be connected to one output pin, each output pin can only be connected to one signal, and each input pin can only be connected to one signal. Multiple input pins can be connected to the same signal, though.

In your case:
#net vfd-comms halui.machine.is-on => spindle-vfd.enable
is a problem because you also have the line
net machine-is-on         halui.machine.is-on
So make the first line
net machine-is-on  => spindle-vfd.enable
(It doesn't matter that the net is built out-of-sequence)

Then the rest of your commented lines become
net net spindle-cw => spindle-vfd.spindle-forward
net spindle-ccw    => spindle-vfd.spindle-reverse
net spindle-vel-cmd-rpm => spindle-vfd.speed-command
net spindle-enable => spindle-vfd.spindle-on
net spindle-at-speed motion.spindle-at-speed => spindle-vfd.spindle-at-speed
Last edit: 23 Oct 2018 15:11 by andypugh.
The following user(s) said Thank You: superpaf

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

More
24 Oct 2018 15:41 #119344 by Mike29
my issue may be related to this thread as my custom.hal no longer works in the Debian 9 linuxCNC 2.7.14 environment. Through trial and error I determined that it is the first line that causes the problem.

loadusr -Wn vfd hy_vfd -n vfd -d /dev/ttyS0 -p none -r 19200

net spindle-cmd-rpm-abs => vfd.speed-command
net spindle-cw motion.spindle-forward => vfd.spindle-forward
net spindle-ccw motion.spindle-reverse => vfd.spindle-reverse
net on motion.spindle-on => vfd.spindle-on

Just for clarity this does work on the Debian 6 OS as I have them both 6 and 9 loaded side by side on the PC.

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

More
25 Oct 2018 11:15 #119383 by alan_3301
Mike29:

A specific function doesn't work, or linuxcnc fails to load?

If it fails to load, what is the error that is gives? That will tell you what is wrong.

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

More
25 Oct 2018 14:00 #119390 by andypugh

net spindle-cmd-rpm-abs => vfd.speed-command
net spindle-cw motion.spindle-forward => vfd.spindle-forward
net spindle-ccw motion.spindle-reverse => vfd.spindle-reverse
net on motion.spindle-on => vfd.spindle-on


The motion.spindle.... pins no longer exist in master. They have been replaced by spindle.N.... pins.

The simple fix _should_ be to ensure that your INI file VERSION=1.0 and then start the config. It should then change the pin names automatically.

Please make the edit and run linuxcnc from the command-line. If it fails then copy and paste the terminal output, I am going to need it to fix the script.

The changes are documented here:
linuxcnc.org/docs/devel/html/getting-sta...iple_spindle_support

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

More
25 Oct 2018 19:39 #119400 by Mike29
Thanks for getting back with me but no joy after making your suggested change to the ini file. I'm sure I'm doing this wrong but running linuxcnc from the command line just returns the configuration screen (attached). No error log is generated but I can see the tasks starting and stopping in the TaskManager. The configuration fails when I add items to the custom.hal or custom_postgui.hal files. If there are no changes to these files after setting up a new configuration via SepConf then LinuxCNC starts normally. Thanks for the assistance.
Attachments:

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

More
25 Oct 2018 19:44 - 25 Oct 2018 19:44 #119401 by alan_3301
Is the directory that has your INI file (~/linuxcnc/my-mill-25Oct18/) ?
type this in the command line:
cd ~/linuxcnc/my-mill-25Oct18/
linuxcnc my-mill-25Oct18.ini

Then post the errors listed in the terminal.
Last edit: 25 Oct 2018 19:44 by alan_3301.

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

More
25 Oct 2018 19:48 #119402 by Mike29
mike@mike-dell:~/linuxcnc/configs/my-mill-25Oct18$ linuxcnc my-mill-25Oct18.ini
LINUXCNC - 2.7.14-41-g85b3fd171
Machine configuration directory is '/home/mike/linuxcnc/configs/my-mill-25Oct18'
Machine configuration file is 'my-mill-25Oct18.ini'
Starting LinuxCNC...
Found file(REL): ./my-mill-25Oct18.hal
Note: Using POSIX realtime
config string '0x378 out'
Found file(REL): ./custom.hal
open: Permission denied
ERROR Can't open the device /dev/ttyS0 (errno 13)
vfd: ERROR: couldn't open serial device
./custom.hal:3: waitpid failed hy_vfd vfd
./custom.hal:3: hy_vfd exited without becoming ready
Shutting down and cleaning up LinuxCNC...
Note: Using POSIX realtime
LinuxCNC terminated with an error. You can find more information in the log:
/home/mike/linuxcnc_debug.txt
and
/home/mike/linuxcnc_print.txt
as well as in the output of the shell command 'dmesg' and in the terminal
mike@mike-dell:~/linuxcnc/configs/my-mill-25Oct18$

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

More
25 Oct 2018 19:50 #119403 by alan_3301
ERROR Can't open the device /dev/ttyS0 (errno 13)

That is the problem.. Is something else using the device? Have you rebooted lately?

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

More
25 Oct 2018 19:54 #119404 by alan_3301
also try this and post the result:
ls -l /dev/ttys0

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

Time to create page: 0.120 seconds
Powered by Kunena Forum