An open source Emco 120P lathe tool turret control
13 Jul 2016 20:28 - 13 Jul 2016 21:31 #77415
by LutzTD
Replied by LutzTD on topic An open source Emco 120P lathe tool turret control
yes! its working. from the command line I can cycle the toolchanger
was giving tool doesnt exist for 4-8 so changed tool table to this for now
T1 P1 ;
T2 P2 ;
T3 P3 ;
T4 P4 ;
T5 P5 ;
T6 P6 ;
T7 P7 ;
T8 P8 ;
was giving tool doesnt exist for 4-8 so changed tool table to this for now
T1 P1 ;
T2 P2 ;
T3 P3 ;
T4 P4 ;
T5 P5 ;
T6 P6 ;
T7 P7 ;
T8 P8 ;
Last edit: 13 Jul 2016 21:31 by LutzTD.
Please Log in or Create an account to join the conversation.
13 Jul 2016 21:29 #77416
by LutzTD
Replied by LutzTD on topic An open source Emco 120P lathe tool turret control
still cant get the toolchanger buttons in the UI to work. here is what I have
in the custom HAL
in the ini
in toolchanger.xml
error
in the custom HAL
# MDI Commands
net tool-1 halui.mdi-command-00 <= pyvcp.tool-1
net tool-2 halui.mdi-command-01 <= pyvcp.tool-2
net tool-3 halui.mdi-command-02 <= pyvcp.tool-3
net tool-4 halui.mdi-command-03 <= pyvcp.tool-4
net tool-5 halui.mdi-command-04 <= pyvcp.tool-5
net tool-6 halui.mdi-command-05 <= pyvcp.tool-6
net tool-7 halui.mdi-command-06 <= pyvcp.tool-7
net tool-8 halui.mdi-command-07 <= pyvcp.tool-8
in the ini
# halui.mdi-command-00, halui.mdi-command-01,... etc
#00
MDI_COMMAND = T1 M6 G43
#01
MDI_COMMAND = T2 M6 G43
#02
MDI_COMMAND = T3 M6 G43
#03
MDI_COMMAND = T4 M6 G43
#04
MDI_COMMAND = T5 M6 G43
#05
MDI_COMMAND = T6 M6 G43
#06
MDI_COMMAND = T7 M6 G43
#07
MDI_COMMAND = T8 M6 G43
#10
#12
#13
#14
#15
#********************
# tool changer pins
#********************
tool-1 = halui.mdi-command-00
tool-2 = halui.mdi-command-01
tool-3 = halui.mdi-command-02
tool-4 = halui.mdi-command-03
tool-5 = halui.mdi-command-04
tool-6 = halui.mdi-command-05
tool-7 = halui.mdi-command-06
tool-8 = halui.mdi-command-07
in toolchanger.xml
<?xml version='1.0' encoding='UTF-8'?>
<pyvcp>
<labelframe text="Tool Changer">
<font>("Helvetica",16)</font>
<hbox>
<button>
<halpin>"tool-1"</halpin>
<text>"T1"</text>
<bd>3</bd>
</button>
<button>
<halpin>"tool-2"</halpin>
<text>"T2"</text>
<bd>3</bd>
</button>
<button>
<halpin>"tool-3"</halpin>
<text>"T3"</text>
<bd>3</bd>
</button>
<button>
<halpin>"tool-4"</halpin>
<text>"T4"</text>
<bd>3</bd>
</button>
</hbox>
<hbox>
<button>
<halpin>"tool-5"</halpin>
<text>"T5"</text>
<bd>3</bd>
</button>
<button>
<halpin>"tool-6"</halpin>
<text>"T6"</text>
<bd>3</bd>
</button>
<button>
<halpin>"tool-7"</halpin>
<text>"T7"</text>
<bd>3</bd>
</button>
<button>
<halpin>"tool-8"</halpin>
<text>"T8"</text>
<bd>3</bd>
</button>
</hbox>
</labelframe>
</pyvcp>
error
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/lib/linuxcnc/modules
LINUXCNC_CONFIG_DIR=
LINUXCNC_LANG_DIR=/usr/share/linuxcnc/tcl/msgs
INIVAR=inivar
HALCMD=halcmd
LINUXCNC_EMCSH=/usr/bin/wish8.5
LINUXCNC - 2.7.4
Machine configuration directory is '/home/user/linuxcnc/configs/Emco1'
Machine configuration file is 'Emco1.ini'
INIFILE=/home/user/linuxcnc/configs/Emco1/Emco1.ini
PARAMETER_FILE=linuxcnc.var
TASK=milltask
HALUI=halui
DISPLAY=axis
Starting LinuxCNC...
Starting LinuxCNC server program: linuxcncsvr
Loading Real Time OS, RTAPI, and HAL_LIB modules
Starting LinuxCNC IO program: io
Starting HAL User Interface program: halui
Found file(REL): ./Emco1.hal
Found file(REL): ./custom.hal
Shutting down and cleaning up LinuxCNC...
Running HAL shutdown script
Killing task linuxcncsvr, PID=6004
hm2: loading Mesa HostMot2 driver version 0.15
hm2_eth: loading Mesa AnyIO HostMot2 ethernet driver version 0.2
hm2_eth: 10.10.10.10: Hardware address: 00:60:1b:10:40:71
hm2_eth: discovered 7I76E-16
hm2/hm2_7i76e.0: Smart Serial Firmware Version 43
Board hm2_7i76e.0.7i76.0.0 Hardware Mode 0 = standard
Board hm2_7i76e.0.7i76.0.0 Software Mode 0 = io_spin
Board hm2_7i76e.0.7i76.0.0 Software Mode 1 = io_ana_spin
Board hm2_7i76e.0.7i76.0.0 Software Mode 2 = io_enc_ana_spin_fv
hm2/hm2_7i76e.0: 51 I/O Pins used:
hm2/hm2_7i76e.0: IO Pin 000 (P1-01): StepGen #0, pin Direction (Output)
hm2/hm2_7i76e.0: IO Pin 001 (P1-14): StepGen #0, pin Step (Output)
hm2/hm2_7i76e.0: IO Pin 002 (P1-02): StepGen #1, pin Direction (Output)
hm2/hm2_7i76e.0: IO Pin 003 (P1-15): StepGen #1, pin Step (Output)
hm2/hm2_7i76e.0: IO Pin 004 (P1-03): StepGen #2, pin Direction (Output)
hm2/hm2_7i76e.0: IO Pin 005 (P1-16): StepGen #2, pin Step (Output)
hm2/hm2_7i76e.0: IO Pin 006 (P1-04): StepGen #3, pin Direction (Output)
hm2/hm2_7i76e.0: IO Pin 007 (P1-17): StepGen #3, pin Step (Output)
hm2/hm2_7i76e.0: IO Pin 008 (P1-05): StepGen #4, pin Direction (Output)
hm2/hm2_7i76e.0: IO Pin 009 (P1-06): StepGen #4, pin Step (Output)
hm2/hm2_7i76e.0: IO Pin 010 (P1-07): Smart Serial Interface #0, pin TxData0 (Output)
hm2/hm2_7i76e.0: IO Pin 011 (P1-08): Smart Serial Interface #0, pin RxData0 (Input)
hm2/hm2_7i76e.0: IO Pin 012 (P1-09): IOPort
hm2/hm2_7i76e.0: IO Pin 013 (P1-10): IOPort
hm2/hm2_7i76e.0: IO Pin 014 (P1-11): Encoder #0, pin Index (Input)
hm2/hm2_7i76e.0: IO Pin 015 (P1-12): Encoder #0, pin B (Input)
hm2/hm2_7i76e.0: IO Pin 016 (P1-13): Encoder #0, pin A (Input)
hm2/hm2_7i76e.0: IO Pin 017 (P2-01): IOPort
hm2/hm2_7i76e.0: IO Pin 018 (P2-14): IOPort
hm2/hm2_7i76e.0: IO Pin 019 (P2-02): IOPort
hm2/hm2_7i76e.0: IO Pin 020 (P2-15): IOPort
hm2/hm2_7i76e.0: IO Pin 021 (P2-03): IOPort
hm2/hm2_7i76e.0: IO Pin 022 (P2-16): IOPort
hm2/hm2_7i76e.0: IO Pin 023 (P2-04): IOPort
hm2/hm2_7i76e.0: IO Pin 024 (P2-17): IOPort
hm2/hm2_7i76e.0: IO Pin 025 (P2-05): IOPort
hm2/hm2_7i76e.0: IO Pin 026 (P2-06): IOPort
hm2/hm2_7i76e.0: IO Pin 027 (P2-07): IOPort
hm2/hm2_7i76e.0: IO Pin 028 (P2-08): IOPort
hm2/hm2_7i76e.0: IO Pin 029 (P2-09): IOPort
hm2/hm2_7i76e.0: IO Pin 030 (P2-10): IOPort
hm2/hm2_7i76e.0: IO Pin 031 (P2-11): IOPort
hm2/hm2_7i76e.0: IO Pin 032 (P2-12): IOPort
hm2/hm2_7i76e.0: IO Pin 033 (P2-13): IOPort
hm2/hm2_7i76e.0: IO Pin 034 (P3-01): IOPort
hm2/hm2_7i76e.0: IO Pin 035 (P3-14): IOPort
hm2/hm2_7i76e.0: IO Pin 036 (P3-02): IOPort
hm2/hm2_7i76e.0: IO Pin 037 (P3-15): IOPort
hm2/hm2_7i76e.0: IO Pin 038 (P3-03): IOPort
hm2/hm2_7i76e.0: IO Pin 039 (P3-16): IOPort
hm2/hm2_7i76e.0: IO Pin 040 (P3-04): IOPort
hm2/hm2_7i76e.0: IO Pin 041 (P3-17): IOPort
hm2/hm2_7i76e.0: IO Pin 042 (P3-05): IOPort
hm2/hm2_7i76e.0: IO Pin 043 (P3-06): IOPort
hm2/hm2_7i76e.0: IO Pin 044 (P3-07): IOPort
hm2/hm2_7i76e.0: IO Pin 045 (P3-08): IOPort
hm2/hm2_7i76e.0: IO Pin 046 (P3-09): IOPort
hm2/hm2_7i76e.0: IO Pin 047 (P3-10): IOPort
hm2/hm2_7i76e.0: IO Pin 048 (P3-11): IOPort
hm2/hm2_7i76e.0: IO Pin 049 (P3-12): IOPort
hm2/hm2_7i76e.0: IO Pin 050 (P3-13): IOPort
hm2/hm2_7i76e.0: registered
hm2_eth: HostMot2 ethernet driver unloaded
hm2: unloading
Removing HAL_LIB, RTAPI, and Real Time OS modules
Removing NML shared memory segments
Debug file information:
Note: Using POSIX realtime
Waiting for component 'hm2_eth' to become ready...............................
./custom.hal:13: Pin 'halui.mdi-command-00' does not exist
6004
PID TTY STAT TIME COMMAND
Stopping realtime threads
Unloading hal components
Note: Using POSIX realtime
Kernel message information:
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.2.0-4-rt-686-pae (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP PREEMPT RT Debian 3.2.81-1
[ 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: 00000000000f0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000003f690000 (usable)
[ 0.000000] BIOS-e820: 000000003f690000 - 000000003f6e0000 (reserved)
[ 0.000000] BIOS-e820: 000000003f6e0000 - 000000003f6e3000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000003f6e3000 - 000000003f6f0000 (ACPI data)
[ 0.000000] BIOS-e820: 000000003f6f0000 - 000000003f700000 (reserved)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.5 present.
[ 0.000000] DMI: Dell Inc. OptiPlex FX170/ , BIOS 6.00 PG 12/13/2011
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] last_pfn = 0x3f690 max_arch_pfn = 0x1000000
[ 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-through
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask 0C0000000 write-back
[ 0.000000] 1 base 03F800000 mask 0FF800000 uncachable
[ 0.000000] 2 base 03F700000 mask 0FFF00000 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 [c00f4b50] f4b50
[ 0.000000] initial memory mapped : 0 - 01a00000
[ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[ 0.000000] init_memory_mapping: 0000000000000000-00000000379fe000
[ 0.000000] 0000000000 - 0000200000 page 4k
[ 0.000000] 0000200000 - 0037800000 page 2M
[ 0.000000] 0037800000 - 00379fe000 page 4k
[ 0.000000] kernel direct mapping tables up to 379fe000 @ 19f9000-1a00000
[ 0.000000] RAMDISK: 36252000 - 37121000
[ 0.000000] ACPI: RSDP 0x00000000000F8C70 00014 (v00 IntelR)
[ 0.000000] ACPI: RSDT 0x000000003F6E3000 00034 (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
[ 0.000000] ACPI: FACP 0x000000003F6E3080 00074 (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
[ 0.000000] ACPI: DSDT 0x000000003F6E3100 032D7 (v01 INTELR AWRDACPI 00001000 MSFT 03000000)
[ 0.000000] ACPI: FACS 0x000000003F6E0000 00040
[ 0.000000] ACPI: MCFG 0x000000003F6E6480 0003C (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
[ 0.000000] ACPI: APIC 0x000000003F6E6400 00068 (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
[ 0.000000] ACPI: SSDT 0x000000003F6E6B20 00482 (v01 PmRef CpuPm 00003000 INTL 20050930)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 124MB HIGHMEM available.
[ 0.000000] 889MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 379fe000
[ 0.000000] low ram: 0 - 379fe000
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x000379fe
[ 0.000000] HighMem 0x000379fe -> 0x0003f690
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x0003f690
[ 0.000000] On node 0 totalpages: 259615
[ 0.000000] free_area_init_node: node 0, pgdat c1415400, node_mem_map f720d200
[ 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: 1748 pages used for memmap
[ 0.000000] Normal zone: 221994 pages, LIFO batch:31
[ 0.000000] HighMem zone: 250 pages used for memmap
[ 0.000000] HighMem zone: 31640 pages, LIFO batch:7
[ 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[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at 3f700000 (gap: 3f700000:a0900000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 93 pages/cpu @f7147000 s360128 r0 d20800 u380928
[ 0.000000] pcpu-alloc: s360128 r0 d20800 u380928 alloc=93*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 257585
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-rt-686-pae root=UUID=ff332f66-2ec9-479a-a11e-af5e44a860e9 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: 8, 1048576 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Initializing CPU#0
[ 0.000000] Initializing HighMem for node 0 (000379fe:0003f690)
[ 0.000000] Memory: 1007504k/1038912k available (2864k kernel code, 30956k reserved, 1346k data, 728k init, 127560k highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xffd36000 - 0xfffff000 (2852 kB)
[ 0.000000] pkmap : 0xffa00000 - 0xffc00000 (2048 kB)
[ 0.000000] vmalloc : 0xf81fe000 - 0xff9fe000 ( 120 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf79fe000 ( 889 MB)
[ 0.000000] .init : 0xc141d000 - 0xc14d3000 ( 728 kB)
[ 0.000000] .data : 0xc12cc220 - 0xc141ca80 (1346 kB)
[ 0.000000] .text : 0xc1000000 - 0xc12cc220 (2864 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] NR_IRQS:2304 nr_irqs:512 16
[ 0.000000] CPU 0 irqstacks, hard=f5c08000 soft=f5c0a000
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 1599.918 MHz processor.
[ 0.008007] Calibrating delay loop (skipped), value calculated using timer frequency.. 3199.83 BogoMIPS (lpj=6399672)
[ 0.008025] pid_max: default: 32768 minimum: 301
[ 0.008311] Security Framework initialized
[ 0.008327] AppArmor: AppArmor disabled by boot time parameter
[ 0.008430] Mount-cache hash table entries: 512
[ 0.008961] Initializing cgroup subsys cpuacct
[ 0.008982] Initializing cgroup subsys memory
[ 0.009023] Initializing cgroup subsys devices
[ 0.009032] Initializing cgroup subsys freezer
[ 0.009041] Initializing cgroup subsys net_cls
[ 0.009052] Initializing cgroup subsys blkio
[ 0.009080] Initializing cgroup subsys perf_event
[ 0.009207] CPU: Physical Processor ID: 0
[ 0.009215] CPU: Processor Core ID: 0
[ 0.009224] mce: CPU supports 5 MCE banks
[ 0.009246] CPU0: Thermal monitoring enabled (TM1)
[ 0.009261] using mwait in idle threads.
[ 0.012490] ACPI: Core revision 20110623
[ 0.027922] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.028509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.068222] CPU0: Intel(R) Atom(TM) CPU N270 @ 1.60GHz stepping 02
[ 0.072003] Performance Events: PEBS fmt0+, Atom events, Intel PMU driver.
[ 0.072003] ... version: 3
[ 0.072003] ... bit width: 40
[ 0.072003] ... generic registers: 2
[ 0.072003] ... value mask: 000000ffffffffff
[ 0.072003] ... max period: 000000007fffffff
[ 0.072003] ... fixed-purpose events: 3
[ 0.072003] ... event mask: 0000000700000003
[ 0.089167] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.108171] CPU 1 irqstacks, hard=f5cd2000 soft=f5cd4000
[ 0.108186] Booting Node 0, Processors #1 Ok.
[ 0.108204] smpboot cpu 1: start_ip = 9b000
[ 0.012000] Initializing CPU#1
[ 0.200194] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.204068] Brought up 2 CPUs
[ 0.204090] Total of 2 processors activated (6400.18 BogoMIPS).
[ 0.204907] devtmpfs: initialized
[ 0.205652] PM: Registering ACPI NVS region at 3f6e0000 (12288 bytes)
[ 0.209069] print_constraints: dummy:
[ 0.209577] NET: Registered protocol family 16
[ 0.210473] ACPI: bus type pci registered
[ 0.211008] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.211029] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.211041] PCI: Using MMCONFIG for extended config space
[ 0.211053] PCI: Using configuration type 1 for base access
[ 0.217143] bio: create slab <bio-0> at 0
[ 0.217143] ACPI: Added _OSI(Module Device)
[ 0.217143] ACPI: Added _OSI(Processor Device)
[ 0.217143] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.217143] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.223578] ACPI: EC: Look up EC in DSDT
[ 0.265764] ACPI: SSDT 0x000000003F6E6500 002AE (v01 PmRef Cpu0Ist 00003000 INTL 20050930)
[ 0.267088] ACPI: Dynamic OEM Table Load:
[ 0.267111] ACPI: SSDT 0x0000000000000000 002AE (v01 PmRef Cpu0Ist 00003000 INTL 20050930)
[ 0.273413] ACPI: SSDT 0x000000003F6E69C0 00152 (v01 PmRef Cpu1Ist 00003000 INTL 20050930)
[ 0.274624] ACPI: Dynamic OEM Table Load:
[ 0.274647] ACPI: SSDT 0x0000000000000000 00152 (v01 PmRef Cpu1Ist 00003000 INTL 20050930)
[ 0.276157] ACPI: Interpreter enabled
[ 0.276189] ACPI: (supports S0 S3 S4 S5)
[ 0.276412] ACPI: Using IOAPIC for interrupt routing
[ 0.314359] ACPI: No dock devices found.
[ 0.314375] HEST: Table not found.
[ 0.314398] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.314997] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.316407] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
[ 0.316426] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
[ 0.316443] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[ 0.316459] pci_root PNP0A08:00: host bridge window [mem 0x000c0000-0x000dffff]
[ 0.316475] pci_root PNP0A08:00: host bridge window [mem 0x3f750000-0xfebfffff]
[ 0.316552] pci 0000:00:00.0: [8086:27ac] type 0 class 0x000600
[ 0.316720] pci 0000:00:02.0: [8086:27ae] type 0 class 0x000300
[ 0.316761] pci 0000:00:02.0: reg 10: [mem 0xfdf00000-0xfdf7ffff]
[ 0.316787] pci 0000:00:02.0: reg 14: [io 0xff00-0xff07]
[ 0.316814] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff pref]
[ 0.316840] pci 0000:00:02.0: reg 1c: [mem 0xfdf80000-0xfdfbffff]
[ 0.316975] pci 0000:00:02.1: [8086:27a6] type 0 class 0x000380
[ 0.317010] pci 0000:00:02.1: reg 10: [mem 0xfde80000-0xfdefffff]
[ 0.317250] pci 0000:00:1b.0: [8086:27d8] type 0 class 0x000403
[ 0.317302] pci 0000:00:1b.0: reg 10: [mem 0xfdff8000-0xfdffbfff 64bit]
[ 0.317481] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.317559] pci 0000:00:1c.0: [8086:27d0] type 1 class 0x000604
[ 0.317745] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.317845] pci 0000:00:1d.0: [8086:27c8] type 0 class 0x000c03
[ 0.317945] pci 0000:00:1d.0: reg 20: [io 0xfe00-0xfe1f]
[ 0.318044] pci 0000:00:1d.1: [8086:27c9] type 0 class 0x000c03
[ 0.318143] pci 0000:00:1d.1: reg 20: [io 0xfd00-0xfd1f]
[ 0.318252] pci 0000:00:1d.2: [8086:27ca] type 0 class 0x000c03
[ 0.318351] pci 0000:00:1d.2: reg 20: [io 0xfc00-0xfc1f]
[ 0.318448] pci 0000:00:1d.3: [8086:27cb] type 0 class 0x000c03
[ 0.318548] pci 0000:00:1d.3: reg 20: [io 0xfb00-0xfb1f]
[ 0.318675] pci 0000:00:1d.7: [8086:27cc] type 0 class 0x000c03
[ 0.318726] pci 0000:00:1d.7: reg 10: [mem 0xfdfff000-0xfdfff3ff]
[ 0.318903] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.318970] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
[ 0.319155] pci 0000:00:1f.0: [8086:27b9] type 0 class 0x000601
[ 0.319346] pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
[ 0.319377] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0280 (mask 007f)
[ 0.319395] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0290 (mask 0007)
[ 0.319505] pci 0000:00:1f.1: [8086:27df] type 0 class 0x000101
[ 0.319544] pci 0000:00:1f.1: reg 10: [io 0x0000-0x0007]
[ 0.319575] pci 0000:00:1f.1: reg 14: [io 0x0000-0x0003]
[ 0.319605] pci 0000:00:1f.1: reg 18: [io 0x0000-0x0007]
[ 0.319635] pci 0000:00:1f.1: reg 1c: [io 0x0000-0x0003]
[ 0.319666] pci 0000:00:1f.1: reg 20: [io 0xfa00-0xfa0f]
[ 0.319783] pci 0000:00:1f.3: [8086:27da] type 0 class 0x000c05
[ 0.319906] pci 0000:00:1f.3: reg 20: [io 0x0500-0x051f]
[ 0.320188] pci 0000:01:00.0: [10ec:8168] type 0 class 0x000200
[ 0.320237] pci 0000:01:00.0: reg 10: [io 0xee00-0xeeff]
[ 0.320303] pci 0000:01:00.0: reg 18: [mem 0xfdcff000-0xfdcfffff 64bit]
[ 0.320349] pci 0000:01:00.0: reg 20: [mem 0xfddfc000-0xfddfffff 64bit pref]
[ 0.320385] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[ 0.320522] pci 0000:01:00.0: supports D1 D2
[ 0.320536] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.328065] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[ 0.328086] pci 0000:00:1c.0: bridge window [io 0xe000-0xefff]
[ 0.328106] pci 0000:00:1c.0: bridge window [mem 0xfdc00000-0xfdcfffff]
[ 0.328131] pci 0000:00:1c.0: bridge window [mem 0xfdd00000-0xfddfffff 64bit pref]
[ 0.328280] pci 0000:00:1e.0: PCI bridge to [bus 02-02] (subtractive decode)
[ 0.328300] pci 0000:00:1e.0: bridge window [io 0xd000-0xdfff]
[ 0.328319] pci 0000:00:1e.0: bridge window [mem 0xfdb00000-0xfdbfffff]
[ 0.328343] pci 0000:00:1e.0: bridge window [mem 0xfda00000-0xfdafffff 64bit pref]
[ 0.328362] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
[ 0.328380] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
[ 0.328398] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.328432] pci 0000:00:1e.0: bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
[ 0.328451] pci 0000:00:1e.0: bridge window [mem 0x3f750000-0xfebfffff] (subtractive decode)
[ 0.328491] pci_bus 0000:00: on NUMA node 0
[ 0.328515] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.330505] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
[ 0.331176] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
[ 0.332449] pci0000:00: Requesting ACPI _OSC control (0x1d)
[ 0.332474] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
[ 0.332487] ACPI _OSC control for PCIe not granted, disabling ASPM
[ 0.433274] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 11 12 14 *15)
[ 0.433813] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[ 0.434356] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 *10 11 12 14 15)
[ 0.434890] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 7 9 10 11 12 14 15)
[ 0.435424] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[ 0.435965] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[ 0.436594] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[ 0.437138] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[ 0.437684] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.437684] vgaarb: loaded
[ 0.437684] vgaarb: bridge control possible 0000:00:02.0
[ 0.437684] PCI: Using ACPI for IRQ routing
[ 0.452321] PCI: pci_cache_line_size set to 64 bytes
[ 0.452694] reserve RAM buffer: 000000000009f000 - 000000000009ffff
[ 0.452715] reserve RAM buffer: 000000003f690000 - 000000003fffffff
[ 0.453802] hpet clockevent registered
[ 0.453827] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 0.453848] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.453881] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[ 0.460171] Switching to clocksource hpet
[ 0.480791] pnp: PnP ACPI init
[ 0.480901] ACPI: bus type pnp registered
[ 0.481667] pnp 00:00: [bus 00-ff]
[ 0.481687] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.481705] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.481721] pnp 00:00: [io 0x0d00-0xffff window]
[ 0.481738] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.481755] pnp 00:00: [mem 0x000c0000-0x000dffff window]
[ 0.481773] pnp 00:00: [mem 0x3f750000-0xfebfffff window]
[ 0.482120] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[ 0.482836] pnp 00:01: [io 0x0010-0x001f]
[ 0.482854] pnp 00:01: [io 0x0022-0x003f]
[ 0.482869] pnp 00:01: [io 0x0044-0x005f]
[ 0.482884] pnp 00:01: [io 0x0062-0x0063]
[ 0.482899] pnp 00:01: [io 0x0065-0x006f]
[ 0.482914] pnp 00:01: [io 0x0074-0x007f]
[ 0.482929] pnp 00:01: [io 0x0091-0x0093]
[ 0.482944] pnp 00:01: [io 0x00a2-0x00bf]
[ 0.482959] pnp 00:01: [io 0x00e0-0x00ef]
[ 0.482974] pnp 00:01: [io 0x04d0-0x04d1]
[ 0.482989] pnp 00:01: [io 0x0280-0x02ff]
[ 0.483004] pnp 00:01: [io 0x0880-0x088f]
[ 0.483445] system 00:01: [io 0x04d0-0x04d1] has been reserved
[ 0.483468] system 00:01: [io 0x0280-0x02ff] has been reserved
[ 0.483489] system 00:01: [io 0x0880-0x088f] has been reserved
[ 0.483512] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.483655] pnp 00:02: [dma 4]
[ 0.483671] pnp 00:02: [io 0x0000-0x000f]
[ 0.483686] pnp 00:02: [io 0x0080-0x0090]
[ 0.483701] pnp 00:02: [io 0x0094-0x009f]
[ 0.483716] pnp 00:02: [io 0x00c0-0x00df]
[ 0.483959] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.484186] pnp 00:03: [io 0x0070-0x0073]
[ 0.484225] pnp 00:03: [irq 8]
[ 0.484489] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.484585] pnp 00:04: [io 0x0061]
[ 0.484833] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.484929] pnp 00:05: [io 0x00f0-0x00ff]
[ 0.484961] pnp 00:05: [irq 13]
[ 0.485212] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.485805] pnp 00:06: [io 0x0060]
[ 0.485822] pnp 00:06: [io 0x0064]
[ 0.485851] pnp 00:06: [irq 1]
[ 0.486130] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[ 0.486343] pnp 00:07: [io 0x0400-0x04bf]
[ 0.486760] system 00:07: [io 0x0400-0x04bf] could not be reserved
[ 0.486783] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.486995] pnp 00:08: [mem 0xffb80000-0xffbfffff]
[ 0.487271] pnp 00:08: Plug and Play ACPI device, IDs INT0800 (active)
[ 0.489672] pnp 00:09: [mem 0xe0000000-0xefffffff]
[ 0.490163] system 00:09: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.490188] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.491085] pnp 00:0a: [mem 0x000f0000-0x000fffff]
[ 0.491104] pnp 00:0a: [mem 0x3f6e0000-0x3f6fffff]
[ 0.491121] pnp 00:0a: [mem 0x00000000-0x0009ffff]
[ 0.491137] pnp 00:0a: [mem 0x00100000-0x3f6dffff]
[ 0.491154] pnp 00:0a: [mem 0x00000000-0xffffffffffffffff disabled]
[ 0.491171] pnp 00:0a: [mem 0xfec00000-0xfec00fff]
[ 0.491186] pnp 00:0a: [mem 0xfed13000-0xfed1dfff]
[ 0.491202] pnp 00:0a: [mem 0xfed20000-0xfed8ffff]
[ 0.491218] pnp 00:0a: [mem 0xfee00000-0xfee00fff]
[ 0.491234] pnp 00:0a: [mem 0xffb00000-0xffb7ffff]
[ 0.491250] pnp 00:0a: [mem 0xfff00000-0xffffffff]
[ 0.491266] pnp 00:0a: [mem 0x000e0000-0x000effff]
[ 0.491795] system 00:0a: [mem 0x000f0000-0x000fffff] could not be reserved
[ 0.491822] system 00:0a: [mem 0x3f6e0000-0x3f6fffff] could not be reserved
[ 0.491847] system 00:0a: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.491871] system 00:0a: [mem 0x00100000-0x3f6dffff] could not be reserved
[ 0.491897] system 00:0a: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.491918] system 00:0a: [mem 0xfed13000-0xfed1dfff] has been reserved
[ 0.491940] system 00:0a: [mem 0xfed20000-0xfed8ffff] has been reserved
[ 0.491961] system 00:0a: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.491982] system 00:0a: [mem 0xffb00000-0xffb7ffff] has been reserved
[ 0.492004] system 00:0a: [mem 0xfff00000-0xffffffff] has been reserved
[ 0.492095] system 00:0a: [mem 0x000e0000-0x000effff] has been reserved
[ 0.492120] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.492171] pnp: PnP ACPI: found 11 devices
[ 0.492182] ACPI: ACPI bus type pnp unregistered
[ 0.492198] PnPBIOS: Disabled by ACPI PNP
[ 0.548392] PCI: max bus depth: 1 pci_try_num: 2
[ 0.548479] pci 0000:01:00.0: BAR 6: assigned [mem 0xfdd00000-0xfdd1ffff pref]
[ 0.548500] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[ 0.548518] pci 0000:00:1c.0: bridge window [io 0xe000-0xefff]
[ 0.548540] pci 0000:00:1c.0: bridge window [mem 0xfdc00000-0xfdcfffff]
[ 0.548560] pci 0000:00:1c.0: bridge window [mem 0xfdd00000-0xfddfffff 64bit pref]
[ 0.548585] pci 0000:00:1e.0: PCI bridge to [bus 02-02]
[ 0.548601] pci 0000:00:1e.0: bridge window [io 0xd000-0xdfff]
[ 0.548623] pci 0000:00:1e.0: bridge window [mem 0xfdb00000-0xfdbfffff]
[ 0.548643] pci 0000:00:1e.0: bridge window [mem 0xfda00000-0xfdafffff 64bit pref]
[ 0.548736] pci 0000:00:1c.0: setting latency timer to 64
[ 0.548768] pci 0000:00:1e.0: setting latency timer to 64
[ 0.548788] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.548803] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.548819] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.548834] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff]
[ 0.548850] pci_bus 0000:00: resource 8 [mem 0x3f750000-0xfebfffff]
[ 0.548866] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
[ 0.548881] pci_bus 0000:01: resource 1 [mem 0xfdc00000-0xfdcfffff]
[ 0.548897] pci_bus 0000:01: resource 2 [mem 0xfdd00000-0xfddfffff 64bit pref]
[ 0.548914] pci_bus 0000:02: resource 0 [io 0xd000-0xdfff]
[ 0.548929] pci_bus 0000:02: resource 1 [mem 0xfdb00000-0xfdbfffff]
[ 0.548945] pci_bus 0000:02: resource 2 [mem 0xfda00000-0xfdafffff 64bit pref]
[ 0.548961] pci_bus 0000:02: resource 4 [io 0x0000-0x0cf7]
[ 0.548975] pci_bus 0000:02: resource 5 [io 0x0d00-0xffff]
[ 0.548991] pci_bus 0000:02: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.549006] pci_bus 0000:02: resource 7 [mem 0x000c0000-0x000dffff]
[ 0.549022] pci_bus 0000:02: resource 8 [mem 0x3f750000-0xfebfffff]
[ 0.549459] NET: Registered protocol family 2
[ 0.563492] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.565978] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.568211] TCP bind hash table entries: 65536 (order: 8, 1835008 bytes)
[ 0.571787] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.571801] TCP reno registered
[ 0.571831] UDP hash table entries: 512 (order: 3, 32768 bytes)
[ 0.571914] UDP-Lite hash table entries: 512 (order: 3, 32768 bytes)
[ 0.572741] NET: Registered protocol family 1
[ 0.572845] pci 0000:00:02.0: Boot video device
[ 0.573373] PCI: CLS 64 bytes, default 64
[ 0.573837] Unpacking initramfs...
[ 2.170486] Freeing initrd memory: 15164k freed
[ 2.198244] audit: initializing netlink socket (disabled)
[ 2.198314] type=2000 audit(1468441030.192:1): initialized
[ 2.256278] highmem bounce pool size: 64 pages
[ 2.256313] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 2.257499] VFS: Disk quotas dquot_6.5.2
[ 2.257784] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 2.258278] msgmni has been set to 1748
[ 2.259541] alg: No test for stdrng (krng)
[ 2.259771] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 2.259790] io scheduler noop registered
[ 2.259802] io scheduler deadline registered
[ 2.259926] io scheduler cfq registered (default)
[ 2.260710] pcieport 0000:00:1c.0: setting latency timer to 64
[ 2.260843] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[ 2.261472] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 2.261691] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 2.261705] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 2.264405] intel_idle: MWAIT substates: 0x20220
[ 2.264439] intel_idle: v0.4 model 0x1C
[ 2.264451] intel_idle: lapic_timer_reliable_states 0x2
[ 2.264463] Marking TSC unstable due to TSC halts in idle states deeper than C2
[ 2.264665] ERST: Table is not found!
[ 2.264676] GHES: HEST is not enabled!
[ 2.264781] isapnp: Scanning for PnP cards...
[ 2.619244] isapnp: No Plug & Play device found
[ 2.619700] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 2.765391] Linux agpgart interface v0.103
[ 2.766388] agpgart-intel 0000:00:00.0: Intel 945GME Chipset
[ 2.766704] agpgart-intel 0000:00:00.0: detected gtt size: 262144K total, 262144K mappable
[ 2.766989] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[ 2.767547] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[ 2.768805] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[ 2.768821] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[ 2.769483] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 2.770469] mousedev: PS/2 mouse device common for all mice
[ 2.770796] rtc_cmos 00:03: RTC can wake from S4
[ 2.771359] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[ 2.771608] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
[ 2.772156] cpuidle: using governor ladder
[ 2.772828] cpuidle: using governor menu
[ 2.775457] TCP cubic registered
[ 2.775813] NET: Registered protocol family 10
[ 2.782023] Mobile IPv6
[ 2.782095] NET: Registered protocol family 17
[ 2.782139] Registering the dns_resolver key type
[ 2.782306] Using IPI No-Shortcut mode
[ 2.782832] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 2.783321] PM: Hibernation image not present or could not be loaded.
[ 2.783412] registered taskstats version 1
[ 2.784813] rtc_cmos 00:03: setting system clock to 2016-07-13 20:17:11 UTC (1468441031)
[ 2.785194] Initializing network drop monitor service
[ 2.786063] Freeing unused kernel memory: 728k freed
[ 2.787568] Write protecting the kernel text: 2868k
[ 2.787889] Write protecting the kernel read-only data: 1076k
[ 2.787906] NX-protecting the kernel data: 3276k
[ 2.869543] udevd[61]: starting version 175
[ 3.091458] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 3.091679] r8169 0000:01:00.0: setting latency timer to 64
[ 3.091854] r8169 0000:01:00.0: irq 41 for MSI/MSI-X
[ 3.155366] r8169 0000:01:00.0: eth0: RTL8168d/8111d at 0xf821e000, 00:e0:c5:3d:39:d6, XID 081000c0 IRQ 41
[ 3.155399] r8169 0000:01:00.0: eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 3.162641] usbcore: registered new interface driver usbfs
[ 3.162896] usbcore: registered new interface driver hub
[ 3.178983] usbcore: registered new device driver usb
[ 3.270665] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 3.270977] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 3.271002] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 3.271263] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[ 3.271437] ehci_hcd 0000:00:1d.7: using broken periodic workaround
[ 3.271477] ehci_hcd 0000:00:1d.7: debug port 1
[ 3.282623] uhci_hcd: USB Universal Host Controller Interface driver
[ 3.284329] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[ 3.301199] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfdfff000
[ 3.316164] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 3.316813] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 3.316843] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.316866] usb usb1: Product: EHCI Host Controller
[ 3.316884] usb usb1: Manufacturer: Linux 3.2.0-4-rt-686-pae ehci_hcd
[ 3.316905] usb usb1: SerialNumber: 0000:00:1d.7
[ 3.333116] hub 1-0:1.0: USB hub found
[ 3.333181] hub 1-0:1.0: 8 ports detected
[ 3.334270] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 3.334298] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 3.334387] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 3.341326] SCSI subsystem initialized
[ 3.353141] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000fe00
[ 3.353585] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 3.353612] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.353634] usb usb2: Product: UHCI Host Controller
[ 3.353653] usb usb2: Manufacturer: Linux 3.2.0-4-rt-686-pae uhci_hcd
[ 3.353673] usb usb2: SerialNumber: 0000:00:1d.0
[ 3.427326] hub 2-0:1.0: USB hub found
[ 3.427399] hub 2-0:1.0: 2 ports detected
[ 3.433901] libata version 3.00 loaded.
[ 3.439250] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 3.439279] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 3.439469] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[ 3.439888] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000fd00
[ 3.440280] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 3.440298] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.440313] usb usb3: Product: UHCI Host Controller
[ 3.440326] usb usb3: Manufacturer: Linux 3.2.0-4-rt-686-pae uhci_hcd
[ 3.440339] usb usb3: SerialNumber: 0000:00:1d.1
[ 3.452492] hub 3-0:1.0: USB hub found
[ 3.452568] hub 3-0:1.0: 2 ports detected
[ 3.453522] ata_piix 0000:00:1f.1: version 2.13
[ 3.453920] ata_piix 0000:00:1f.1: setting latency timer to 64
[ 3.489963] scsi0 : ata_piix
[ 3.498962] scsi1 : ata_piix
[ 3.530164] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xfa00 irq 14
[ 3.530192] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xfa08 irq 15
[ 3.536614] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 3.536642] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 3.536751] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[ 3.538569] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000fc00
[ 3.539005] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 3.539031] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.539052] usb usb4: Product: UHCI Host Controller
[ 3.539071] usb usb4: Manufacturer: Linux 3.2.0-4-rt-686-pae uhci_hcd
[ 3.539091] usb usb4: SerialNumber: 0000:00:1d.2
[ 3.540770] hub 4-0:1.0: USB hub found
[ 3.540837] hub 4-0:1.0: 2 ports detected
[ 3.541881] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[ 3.541908] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 3.542004] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[ 3.544288] ata2: port disabled--ignoring
[ 3.553575] uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000fb00
[ 3.554014] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 3.554041] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.554064] usb usb5: Product: UHCI Host Controller
[ 3.554083] usb usb5: Manufacturer: Linux 3.2.0-4-rt-686-pae uhci_hcd
[ 3.554103] usb usb5: SerialNumber: 0000:00:1d.3
[ 3.555558] hub 5-0:1.0: USB hub found
[ 3.555623] hub 5-0:1.0: 2 ports detected
[ 3.704865] ata1.00: ATA-9: KingSpec KDM-44VS.2-008GMS, 20131216, max UDMA/133
[ 3.704894] ata1.00: 15977808 sectors, multi 0: LBA
[ 3.712654] ata1.00: configured for UDMA/100
[ 3.713282] scsi 0:0:0:0: Direct-Access ATA KingSpec KDM-44V 2013 PQ: 0 ANSI: 5
[ 3.798369] sd 0:0:0:0: [sda] 15977808 512-byte logical blocks: (8.18 GB/7.61 GiB)
[ 3.799286] sd 0:0:0:0: [sda] Write Protect is off
[ 3.799312] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 3.799540] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 3.804871] sda: sda1 sda2 < sda5 >
[ 3.807893] sd 0:0:0:0: [sda] Attached SCSI disk
[ 3.824323] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 4.052131] usb 2-1: new full-speed USB device number 2 using uhci_hcd
[ 4.234440] usb 2-1: New USB device found, idVendor=07a6, idProduct=8511
[ 4.234462] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4.234477] usb 2-1: Product: USB To LAN Converter
[ 4.234490] usb 2-1: Manufacturer: ADMtek
[ 4.234502] usb 2-1: SerialNumber: 0001
[ 4.480133] usb 3-1: new full-speed USB device number 2 using uhci_hcd
[ 4.678220] usb 3-1: New USB device found, idVendor=0403, idProduct=6001
[ 4.678239] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4.678255] usb 3-1: Product: ARDUINO NANO
[ 4.678267] usb 3-1: Manufacturer: Gravitech
[ 4.678279] usb 3-1: SerialNumber: 16TP0333
[ 4.924128] usb 3-2: new low-speed USB device number 3 using uhci_hcd
[ 5.107220] usb 3-2: New USB device found, idVendor=045e, idProduct=0039
[ 5.107241] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5.107256] usb 3-2: Product: Microsoft IntelliMouse\xffffffc2\xffffffae\xffffffae Optical
[ 5.107270] usb 3-2: Manufacturer: Microsoft
[ 5.147572] input: Microsoft Microsoft IntelliMouse\xffffffc2\xffffffae\xffffffae Optical as /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/input/input1
[ 5.148604] generic-usb 0003:045E:0039.0001: input,hidraw0: USB HID v1.00 Mouse [Microsoft Microsoft IntelliMouse\xffffffc2\xffffffae\xffffffae Optical] on usb-0000:00:1d.1-2/input0
[ 5.148817] usbcore: registered new interface driver usbhid
[ 5.148836] usbhid: USB HID core driver
[ 9.159571] microcode: CPU0 sig=0x106c2, pf=0x4, revision=0x212
[ 9.182259] platform microcode: firmware: agent loaded intel-ucode/06-1c-02 into memory
[ 9.185704] microcode: CPU0 updated to revision 0x218, date = 2009-04-10
[ 9.193298] microcode: CPU1 sig=0x106c2, pf=0x4, revision=0x212
[ 9.209555] platform microcode: firmware: agent loaded intel-ucode/06-1c-02 into memory
[ 9.212981] microcode: CPU1 updated to revision 0x218, date = 2009-04-10
[ 9.220152] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 9.327877] PM: Starting manual resume from disk
[ 9.327895] PM: Hibernation image partition 8:5 present
[ 9.327907] PM: Looking for hibernation image.
[ 9.328971] PM: Image not found (code -22)
[ 9.328984] PM: Hibernation image not present or could not be loaded.
[ 9.407339] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 10.672178] udevd[363]: starting version 175
[ 11.320493] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
[ 11.320535] ACPI: Power Button [PWRB]
[ 11.323825] ACPI: Requesting acpi_cpufreq
[ 11.380748] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 11.380788] ACPI: Power Button [PWRF]
[ 11.609485] intel_rng: FWH not detected
[ 11.634129] [drm] Initialized drm 1.1.0 20060810
[ 11.689949] iTCO_vendor_support: vendor-support=0
[ 11.725538] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
[ 11.749324] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[ 11.791294] leds_ss4200: no LED devices found
[ 11.822182] input: PC Speaker as /devices/platform/pcspkr/input/input4
[ 11.838551] i915 0000:00:02.0: setting latency timer to 64
[ 12.102525] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 12.102536] [drm] Driver supports precise vblank timestamp query.
[ 12.103177] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 12.303214] [drm] initialized overlay support
[ 12.306360] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[ 12.505966] usbcore: registered new interface driver usbserial
[ 12.506056] USB Serial support registered for generic
[ 12.506244] usbcore: registered new interface driver usbserial_generic
[ 12.506255] usbserial: USB Serial Driver core
[ 12.537531] USB Serial support registered for FTDI USB Serial Device
[ 12.537795] ftdi_sio 3-1:1.0: FTDI USB Serial Device converter detected
[ 12.538058] pegasus: v0.6.14 (2006/09/27), Pegasus/Pegasus II USB Ethernet driver
[ 12.541963] usb 3-1: Detected FT232RL
[ 12.541974] usb 3-1: Number of endpoints 2
[ 12.541984] usb 3-1: Endpoint 1 MaxPacketSize 64
[ 12.541993] usb 3-1: Endpoint 2 MaxPacketSize 64
[ 12.542001] usb 3-1: Setting MaxPacketSize 64
[ 12.545402] usb 3-1: FTDI USB Serial Device converter now attached to ttyUSB0
[ 12.545528] usbcore: registered new interface driver ftdi_sio
[ 12.545537] ftdi_sio: v1.6.0:USB FTDI Serial Converters Driver
[ 12.558434] pegasus 2-1:1.0: setup Pegasus II specific registers
[ 12.746323] fbcon: inteldrmfb (fb0) is primary device
[ 12.756077] pegasus 2-1:1.0: eth1, ADMtek ADM8511 "Pegasus II" USB Ethernet, 00:40:f4:ee:f9:e9
[ 12.756202] usbcore: registered new interface driver pegasus
[ 12.925360] Console: switching to colour frame buffer device 200x56
[ 12.942821] fb0: inteldrmfb frame buffer device
[ 12.942827] drm: registered panic notifier
[ 12.942846] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 12.943122] snd_hda_intel 0000:00:1b.0: irq 42 for MSI/MSI-X
[ 12.944683] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
[ 14.221425] Adding 376828k swap on /dev/sda5. Priority:-1 extents:1 across:376828k SS
[ 14.315925] EXT4-fs (sda1): re-mounted. Opts: (null)
[ 14.490944] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[ 14.647400] loop: module loaded
[ 17.366458] pegasus 2-1:1.0: eth1: update_eth_regs_async, status -22
[ 17.366796] pegasus 2-1:1.0: eth1: update_eth_regs_async, status -22
[ 18.028268] RPC: Registered named UNIX socket transport module.
[ 18.028277] RPC: Registered udp transport module.
[ 18.028283] RPC: Registered tcp transport module.
[ 18.028289] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 18.049680] FS-Cache: Loaded
[ 18.083795] FS-Cache: Netfs 'nfs' registered for caching
[ 18.101278] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 18.355041] r8169 0000:01:00.0: firmware: agent loaded rtl_nic/rtl8168d-1.fw into memory
[ 18.415982] r8169 0000:01:00.0: eth0: link down
[ 18.416082] r8169 0000:01:00.0: eth0: link down
[ 18.416664] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 20.050718] r8169 0000:01:00.0: eth0: link up
[ 20.051180] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 20.916985] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input5
[ 21.178261] pegasus 2-1:1.0: eth1: update_eth_regs_async, status -22
[ 21.562307] lp: driver loaded but no devices found
[ 21.614739] Bluetooth: Core ver 2.16
[ 21.615955] NET: Registered protocol family 31
[ 21.615968] Bluetooth: HCI device and connection manager initialized
[ 21.615983] Bluetooth: HCI socket layer initialized
[ 21.615993] Bluetooth: L2CAP socket layer initialized
[ 21.620170] Bluetooth: SCO socket layer initialized
[ 21.655195] ppdev: user-space parallel port driver
[ 21.695515] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 21.695525] Bluetooth: BNEP filters: protocol multicast
[ 21.714566] Bluetooth: RFCOMM TTY layer initialized
[ 21.714593] Bluetooth: RFCOMM socket layer initialized
[ 21.714600] Bluetooth: RFCOMM ver 1.11
[ 27.808109] eth1: no IPv6 routers present
[ 30.240116] eth0: no IPv6 routers present
[ 285.102345] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 290.189806] pegasus 2-1:1.0: eth1: update_eth_regs_async, status -22
[ 290.189831] pegasus 2-1:1.0: eth1: update_eth_regs_async, status -22
[ 290.189851] pegasus 2-1:1.0: eth1: update_eth_regs_async, status -22
Please Log in or Create an account to join the conversation.
14 Jul 2016 03:46 #77427
by LutzTD
Replied by LutzTD on topic An open source Emco 120P lathe tool turret control
I figured it out and now my GUI buttons work woohoo. I was putting the above commands in the correct places as far as the file, but inside the file I did not pay attention (didnt know) to the command labels [HAL] and [HALUI] the commands have to be under the right label or they dont work.
I found the answer here
wiki.linuxcnc.org/cgi-bin/wiki.pl?Adding_Custom_MDI_Buttons
I found the answer here
wiki.linuxcnc.org/cgi-bin/wiki.pl?Adding_Custom_MDI_Buttons
Please Log in or Create an account to join the conversation.
22 Sep 2016 05:45 - 23 Sep 2016 00:04 #80763
by jcposada
Replied by jcposada on topic An open source Emco 120P lathe tool turret control
LutzTD do you have any of the boards left?
Last edit: 23 Sep 2016 00:04 by jcposada.
Please Log in or Create an account to join the conversation.
22 Sep 2016 11:48 #80767
by LutzTD
Replied by LutzTD on topic An open source Emco 120P lathe tool turret control
yes I have some left
Please Log in or Create an account to join the conversation.
21 Jun 2017 10:33 #94760
by timmert
Replied by timmert on topic An open source Emco 120P lathe tool turret control
Is there someone who sells these in europe?
Please Log in or Create an account to join the conversation.
23 Jun 2017 03:11 #94819
by Jecooo
Replied by Jecooo on topic An open source Emco 120P lathe tool turret control
Hi Lutz,
What was your experience with PCBgogo?
Have you ever tried Seeed Fusion www.seeedstudio.com/fusion_pcb.html? It seems that more people use Seeed Fusion.
What was your experience with PCBgogo?
Have you ever tried Seeed Fusion www.seeedstudio.com/fusion_pcb.html? It seems that more people use Seeed Fusion.
Please Log in or Create an account to join the conversation.
23 Jun 2017 14:43 #94845
by LutzTD
Replied by LutzTD on topic An open source Emco 120P lathe tool turret control
absolutely no issues, very fast
Please Log in or Create an account to join the conversation.
24 Jun 2017 01:04 #94873
by andypugh
Replied by andypugh on topic An open source Emco 120P lathe tool turret control
I have used Seeed many times. very happy.
Please Log in or Create an account to join the conversation.
29 Jun 2017 07:40 #95157
by timmert
Replied by timmert on topic An open source Emco 120P lathe tool turret control
How does it work sending the files to a pcb maker?
You have to solder all the components yourself I assume?
The file with PCB design is mstc.kicad_pcb right?
When I check www.pcbgogo.com/ I need to specificy the thickness of the board and how many layers?
You have to solder all the components yourself I assume?
The file with PCB design is mstc.kicad_pcb right?
When I check www.pcbgogo.com/ I need to specificy the thickness of the board and how many layers?
Please Log in or Create an account to join the conversation.
Moderators: piasdom
Time to create page: 0.131 seconds