Ploter frezujący potrzebna pomoc

Ploter frezujący potrzebna pomoc

Maszyny ze stali, aluminium, odlewów itp.
Tu możesz również przedstawić się i opisać swoją maszynę

gniazdo
Sympatyk forum poziom 2 (min. 50)
Sympatyk forum poziom 2 (min. 50)
Posty w temacie: 8
Posty: 61
Rejestracja: 24 gru 2008, 22:09
Lokalizacja: Limanowa

Re: Ploter frezujący potrzebna pomoc

#11

Post napisał: gniazdo » 08 sty 2020, 21:35

coś na 90% skopałeś w pliku hal.

z okna z błędami (ostatnie zdjęcie)
wklej co masz pomiędzy linijkami:

"Debug file information:"

a

"Kernel message information:"

inaczej to wróżenie z fusów.



Awatar użytkownika

adam Fx
Lider FORUM (min. 2000)
Lider FORUM (min. 2000)
Posty w temacie: 11
Posty: 5598
Rejestracja: 04 lip 2004, 16:03
Lokalizacja: Gliwice

Re: Ploter frezujący potrzebna pomoc

#12

Post napisał: adam Fx » 09 sty 2020, 02:26

Podejrzewam że może być konflikt między tymi poleceniami które dostałeś a tymi które pewnie zostały o próbie kontroli przegrana przez LPT.

Ale tak jak kolega wyżej napisał nie przedstawiłeś nam jaki masz błąd to my tym bardziej nie wiemy.

W sumie jak będziesz zamieszczał błąd to od możesz też zamieścić pliki konfiguracyjne będzie się czemu przyjrzeć.
sorki za wszystkie błędy ... (dyslektyk) :?
Zobacz moje filmy http://www.youtube.com/user/pokachontass/videos


snajper007
Specjalista poziom 1 (min. 100)
Specjalista poziom 1 (min. 100)
Posty w temacie: 1
Posty: 144
Rejestracja: 03 lis 2011, 16:48
Lokalizacja: grodzisko Górne

Re: Ploter frezujący potrzebna pomoc

#13

Post napisał: snajper007 » 09 sty 2020, 07:20

Darek05 pisze:
06 sty 2020, 11:56
Dodane 21 minuty :
Nie dodałem jeszcze jak podłączyć falownik do przejściówki USB/RS485, w falowniku drugi rząd, dwa zaciski po prawej stronie [RS-] i [RS+] podłączasz przejściówkę USB/RS485 dokładnie na przemian czyli VFD [RS-] do USB/RS485 [RS+] i VFD [RS+] do USB/RS485 [RS-]
Ja mam podłączone normalnie, czyli + do + i - do - i wszystko działa. Dodatkowy opis konfiguracji LinuxCNC na RS485:
https://blog.robertolechowski.com/huany ... ie-rs_485/
https://blog.robertolechowski.com/huanyang-linux-cnc/


Autor tematu
plemnik7
Specjalista poziom 1 (min. 100)
Specjalista poziom 1 (min. 100)
Posty w temacie: 20
Posty: 188
Rejestracja: 31 lip 2016, 16:52
Lokalizacja: Polska

Re: Ploter frezujący potrzebna pomoc

#14

Post napisał: plemnik7 » 09 sty 2020, 08:36

Panowie,po wyskoczeniu tego okna, linux zawiesza się i nic nie mogę więcej zrobić jedynie wymuszony restart
Obrazek


gniazdo
Sympatyk forum poziom 2 (min. 50)
Sympatyk forum poziom 2 (min. 50)
Posty w temacie: 8
Posty: 61
Rejestracja: 24 gru 2008, 22:09
Lokalizacja: Limanowa

Re: Ploter frezujący potrzebna pomoc

#15

Post napisał: gniazdo » 09 sty 2020, 09:18

ciekawe z ta zawiechą.
spróbuj odpalać to po kolei, czyli najpierw załaduj sam komponent:
czyli popraw na:
------------------------------------------------------------------------------------------------------------------------
custom.hal

# Include your customized HAL commands here
# This file will not be overwritten when you run stepconf again

# Load the Huanyang VFD user component
loadusr -Wn spindle-vfd hy_vfd -n spindle-vfd -t 1 -d /dev/ttyUSB0 -p none -r 38400 -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

------------------------------------------------------------------------------------------------------------------------
custom_postgui.hal

# Include your customized HAL commands here
# The commands in this file are run after the AXIS GUI (including PyVCP panel) starts

#net spindle-at-speed => pyvcp.spindle-at-speed
#net pyvcp-spindle-rpm spindle-vfd.spindle-speed-fb => pyvcp.spindle-speed
#net pyvcp-modbus-ok spindle-vfd.hycomm-ok => pyvcp.hycomm-ok

-----------------------------------------------------------------------------------------------------------------------


----------------------------------------------------------------------------------------------------------------------
Plik z twoją konfiguracją maszyny z rozszerzeniem .ini / np.moja frezarka.ini
musisz mieć lub dopisać w sekcjach jak niżej:

[DISPLAY]
#PYVCP = custompanel.xml

[HAL]
HALFILE = custom.hal
#POSTGUI_HALFILE = custom_postgui.hal
jezeli odpali próbuj stopniowo włączać
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
później dopiero wodotryski z panelami


Autor tematu
plemnik7
Specjalista poziom 1 (min. 100)
Specjalista poziom 1 (min. 100)
Posty w temacie: 20
Posty: 188
Rejestracja: 31 lip 2016, 16:52
Lokalizacja: Polska

Re: Ploter frezujący potrzebna pomoc

#16

Post napisał: plemnik7 » 09 sty 2020, 11:02

dziś będę jeszcze próbował - czy problem może stanowić sam konwerter ?
mój oprócz żyły komunikacyjnej A i B ma jeszcze masę GND

Dodane 1 godzina 22 minuty 41 sekundy:
Panowie dalej lipa ,po modyfikacji pliku custom_postgui.hal pojawia się to okno i brak reakcji na cokolwiek

Print file information:
RUN_IN_PLACE=no
LINUXCNC_DIR=
LINUXCNC_BIN_DIR=/usr/bin
LINUXCNC_TCL_DIR=/usr/lib/tcltk/linuxcnc
LINUXCNC_SCRIPT_DIR=
LINUXCNC_RTLIB_DIR=/usr/realtime-3.4-9-rtai-686-pae/modules/linuxcnc
LINUXCNC_CONFIG_DIR=
LINUXCNC_LANG_DIR=/usr/share/linuxcnc/tcl/msgs
INIVAR=inivar
HALCMD=halcmd
LINUXCNC_EMCSH=/usr/bin/wish8.5
LINUXCNC - 2.7.14
Machine configuration directory is '/home/cnc/linuxcnc/configs/Ploter'
Machine configuration file is 'Ploter.ini'
INIFILE=/home/cnc/linuxcnc/configs/Ploter/Ploter.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): ./Ploter.hal
Found file(REL): ./custom.hal
INFO CLASSICLADDER- No ladder GUI requested-Realtime runs till HAL closes.
Starting TASK program: milltask
Starting DISPLAY program: axis
spindle-vfd: ERROR: hal_init failed
Shutting down and cleaning up LinuxCNC...
Killing task linuxcncsvr, PID=3685
Killing task milltask, PID=3730
task: 119 cycles, min=0.000015, max=0.021932, avg=0.008543, 0 latency excursions (> 10x expected cycle time of 0.010000s)
Removing HAL_LIB, RTAPI, and Real Time OS modules
Removing NML shared memory segments

Debug file information:
.
Exception in Tkinter callback
Traceback (most recent call last):
File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1437, in __call__
return self.func(*args)
File "/usr/bin/axis", line 1325, in jogspeed_listbox_change
if isinstance(value, str): value = value.encode('utf-8', 'replace')
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc4 in position 2: ordinal not in range(128)
HAL: ERROR: duplicate component name 'spindle-vfd'
custom_postgui.hal:16: waitpid failed hy_vfd spindle-vfd
custom_postgui.hal:16: hy_vfd exited without becoming ready
3685
PID TTY STAT TIME COMMAND
3730
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 - 000000000009e000 (usable)
[ 0.000000] BIOS-e820: 000000000009e000 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000ce000 - 00000000000d0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000003e5b0000 (usable)
[ 0.000000] BIOS-e820: 000000003e5b0000 - 000000003e5c9000 (ACPI data)
[ 0.000000] BIOS-e820: 000000003e5c9000 - 000000003e5cc000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000003e5cc000 - 0000000040000000 (reserved)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
[ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[ 0.000000] SMBIOS 2.5 present.
[ 0.000000] DMI: LENOVO 9162Y12/LENOVO, BIOS 2RKT64BUS 01/08/2014
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] last_pfn = 0x3e5b0 max_arch_pfn = 0x100000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-CFFFF write-protect
[ 0.000000] D0000-E3FFF uncachable
[ 0.000000] E4000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask FC0000000 write-back
[ 0.000000] 1 base 03E800000 mask FFF800000 uncachable
[ 0.000000] 2 disabled
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820 update range: 000000003e800000 - 000000003f000000 (usable) ==> (reserved)
[ 0.000000] found SMP MP-table at [c00f6010] f6010
[ 0.000000] initial memory mapped : 0 - 01800000
[ 0.000000] Base memory trampoline at [c009a000] 9a000 size 16384
[ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[ 0.000000] 0000000000 - 0000400000 page 4k
[ 0.000000] 0000400000 - 0037400000 page 2M
[ 0.000000] 0037400000 - 00377fe000 page 4k
[ 0.000000] kernel direct mapping tables up to 0x377fdfff @ [mem 0x017f8000-0x017fffff]
[ 0.000000] RAMDISK: 36412000 - 37201000
[ 0.000000] ACPI: RSDP 000f5e00 00024 (v02 PTLTD )
[ 0.000000] ACPI: XSDT 3e5bd967 000B4 (v01 LENOVO TC-2R 060400D0 LTP 00000000)
[ 0.000000] ACPI: TCPA 3e5c8bb9 00032 (v02 LENOVO TC-2R 060400D0 PTL 00000000)
[ 0.000000] ACPI: FACP 3e5c8beb 000F4 (v03 INTEL 060400D0 PTL 00000003)
[ 0.000000] ACPI: DSDT 3e5c1060 07AE5 (v01 INTEL BEARLAKE 060400D0 MSFT 0100000E)
[ 0.000000] ACPI: FACS 3e5cbfc0 00040
[ 0.000000] ACPI: _MAR 3e5c8cdf 00030 (v01 Intel OEMDMAR 060400D0 LOHR 00000001)
[ 0.000000] ACPI: SLIC 3e5c8d0f 00176 (v01 LENOVO TC-2R 060400D0 LTP 00000000)
[ 0.000000] ACPI: MCFG 3e5c8e85 0003C (v01 PTLTD MCFG 060400D0 LTP 00000000)
[ 0.000000] ACPI: HPET 3e5c8ec1 00038 (v01 PTLTD HPETTBL 060400D0 LTP 00000001)
[ 0.000000] ACPI: APIC 3e5c8ef9 00068 (v01 PTLTD ? APIC 060400D0 LTP 00000000)
[ 0.000000] ACPI: BOOT 3e5c8f61 00028 (v01 PTLTD $SBFTBL$ 060400D0 LTP 00000001)
[ 0.000000] ACPI: ASF! 3e5c8f89 00077 (v16 CETP CETP 060400D0 PTL 00000001)
[ 0.000000] ACPI: SSDT 3e5bf2aa 0025F (v01 PmRef Cpu0Tst 00003000 INTL 20050228)
[ 0.000000] ACPI: SSDT 3e5bf204 000A6 (v01 PmRef Cpu7Tst 00003000 INTL 20050228)
[ 0.000000] ACPI: SSDT 3e5bf15e 000A6 (v01 PmRef Cpu6Tst 00003000 INTL 20050228)
[ 0.000000] ACPI: SSDT 3e5bf0b8 000A6 (v01 PmRef Cpu5Tst 00003000 INTL 20050228)
[ 0.000000] ACPI: SSDT 3e5bf012 000A6 (v01 PmRef Cpu4Tst 00003000 INTL 20050228)
[ 0.000000] ACPI: SSDT 3e5bef6c 000A6 (v01 PmRef Cpu3Tst 00003000 INTL 20050228)
[ 0.000000] ACPI: SSDT 3e5beec6 000A6 (v01 PmRef Cpu2Tst 00003000 INTL 20050228)
[ 0.000000] ACPI: SSDT 3e5bee20 000A6 (v01 PmRef Cpu1Tst 00003000 INTL 20050228)
[ 0.000000] ACPI: SSDT 3e5bda1b 01405 (v01 PmRef CpuPm 00003000 INTL 20050228)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 109MB 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 -> 0x0003e5b0
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] Early memory PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009e
[ 0.000000] 0: 0x00000100 -> 0x0003e5b0
[ 0.000000] On node 0 totalpages: 255294
[ 0.000000] free_area_init_node: node 0, pgdat c1498a00, node_mem_map f5c42200
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3950 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: 220 pages used for memmap
[ 0.000000] HighMem zone: 27862 pages, LIFO batch:7
[ 0.000000] Using APIC driver default
[ 0.000000] ACPI: PM-Timer IO Port: 0x1008
[ 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 high edge)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0xffffffff base: 0xfed00000
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000ce000
[ 0.000000] PM: Registered nosave memory: 00000000000ce000 - 00000000000d0000
[ 0.000000] PM: Registered nosave memory: 00000000000d0000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at 40000000 (gap: 40000000:a0000000)
[ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 17 pages/cpu @f77d5000 s48384 r0 d21248 u69632
[ 0.000000] pcpu-alloc: s48384 r0 d21248 u69632 alloc=17*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 253298
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.4-9-rtai-686-pae root=UUID=f876f776-d915-4fb3-9bfc-0e1b9991eed2 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 2043136 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:0003e5b0)
[ 0.000000] Memory: 990088k/1021632k available (3495k kernel code, 31088k reserved, 1237k data, 416k init, 112328k 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:512 16
[ 0.000000] CPU 0 irqstacks, hard=f5806000 soft=f5808000
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Interrupt pipeline (release #3)
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] hpet clockevent registered
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 2327.623 MHz processor.
[ 0.004002] Calibrating delay loop (skipped), value calculated using timer frequency.. 4655.24 BogoMIPS (lpj=9310492)
[ 0.004006] pid_max: default: 32768 minimum: 301
[ 0.004052] Security Framework initialized
[ 0.004057] AppArmor: AppArmor disabled by boot time parameter
[ 0.004075] Mount-cache hash table entries: 512
[ 0.008062] Initializing cgroup subsys cpuacct
[ 0.008065] Initializing cgroup subsys memory
[ 0.008073] Initializing cgroup subsys devices
[ 0.008075] Initializing cgroup subsys freezer
[ 0.008078] Initializing cgroup subsys net_cls
[ 0.008080] Initializing cgroup subsys blkio
[ 0.008087] Initializing cgroup subsys perf_event
[ 0.008115] CPU: Physical Processor ID: 0
[ 0.008117] CPU: Processor Core ID: 0
[ 0.008120] mce: CPU supports 6 MCE banks
[ 0.008126] CPU0: Thermal monitoring handled by SMI
[ 0.008180] ACPI: Core revision 20120320
[ 0.016047] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.016401] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.056408] CPU0: Intel(R) Core(TM)2 Duo CPU E6550 @ 2.33GHz stepping 0b
[ 0.060003] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
[ 0.060003] PEBS disabled due to CPU errata.
[ 0.060003] ... version: 2
[ 0.060003] ... bit width: 40
[ 0.060003] ... generic registers: 2
[ 0.060003] ... value mask: 000000ffffffffff
[ 0.060003] ... max period: 000000007fffffff
[ 0.060003] ... fixed-purpose events: 3
[ 0.060003] ... event mask: 0000000700000003
[ 0.068055] NMI watchdog: enabled, takes one hw-pmu counter.
[ 0.080024] CPU 1 irqstacks, hard=f58b4000 soft=f58b6000
[ 0.080027] Booting Node 0, Processors #1 Ok.
[ 0.008000] Initializing CPU#1
[ 0.008000] CPU1: Thermal monitoring handled by SMI
[ 0.092041] NMI watchdog: enabled, takes one hw-pmu counter.
[ 0.092086] Brought up 2 CPUs
[ 0.092089] Total of 2 processors activated (9310.49 BogoMIPS).
[ 0.093776] devtmpfs: initialized
[ 0.093776] PM: Registering ACPI NVS region [mem 0x3e5c9000-0x3e5cbfff] (12288 bytes)
[ 0.093776] dummy:
[ 0.093776] NET: Registered protocol family 16
[ 0.093776] ACPI: bus type pci registered
[ 0.093776] PCI: MMCONFIG for domain 0000 [bus 00-10] at [mem 0xe0000000-0xe10fffff] (base 0xe0000000)
[ 0.093776] PCI: MMCONFIG at [mem 0xe0000000-0xe10fffff] reserved in E820
[ 0.093776] PCI: Using MMCONFIG for extended config space
[ 0.093776] PCI: Using configuration type 1 for base access
[ 0.096232] bio: create slab <bio-0> at 0
[ 0.096232] ACPI: Added _OSI(Module Device)
[ 0.096232] ACPI: Added _OSI(Processor Device)
[ 0.096232] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.096232] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.097193] ACPI: EC: Look up EC in DSDT
[ 0.101920] ACPI: SSDT 3e5bf509 001DD (v01 PmRef Cpu0Ist 00003000 INTL 20050228)
[ 0.102360] ACPI: Dynamic OEM Table Load:
[ 0.102364] ACPI: SSDT (null) 001DD (v01 PmRef Cpu0Ist 00003000 INTL 20050228)
[ 0.102935] ACPI: SSDT 3e5bf6e6 0016E (v01 PmRef Cpu1Ist 00003000 INTL 20050228)
[ 0.103379] ACPI: Dynamic OEM Table Load:
[ 0.103382] ACPI: SSDT (null) 0016E (v01 PmRef Cpu1Ist 00003000 INTL 20050228)
[ 0.103685] ACPI: Interpreter enabled
[ 0.103692] ACPI: (supports S0 S3 S4 S5)
[ 0.103715] ACPI: Using IOAPIC for interrupt routing
[ 0.110630] ACPI: No dock devices found.
[ 0.110635] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.111522] ACPI Error: [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS (20120320/dsfield-143)
[ 0.111530] ACPI Error: Method parse/execution failed [\_SB_.PCI0._OSC] (Node f583b6b0), AE_ALREADY_EXISTS (20120320/psparse-536)
[ 0.111540] ACPI: Marking method _OSC as Serialized because of AE_ALREADY_EXISTS error
[ 0.111549] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
[ 0.113133] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7]
[ 0.113136] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
[ 0.113139] pci_root PNP0A03:00: host bridge window [mem 0x000d0000-0x000d3fff]
[ 0.113142] pci_root PNP0A03:00: host bridge window [mem 0x000d4000-0x000d7fff]
[ 0.113145] pci_root PNP0A03:00: host bridge window [mem 0x000d8000-0x000dbfff]
[ 0.113148] pci_root PNP0A03:00: host bridge window [mem 0x000dc000-0x000dffff]
[ 0.113151] pci_root PNP0A03:00: host bridge window [mem 0x3f000000-0xfffffffe]
[ 0.113154] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xfdff]
[ 0.113157] pci_root PNP0A03:00: host bridge window [mem 0xfed40000-0xfed4ffff]
[ 0.113161] pci_root PNP0A03:00: host bridge window expanded to [mem 0x3f000000-0xfffffffe]; [mem 0xfed40000-0xfed4ffff] ignored
[ 0.113202] PCI host bridge to bus 0000:00
[ 0.113205] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 0.113207] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.113210] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
[ 0.113213] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[ 0.113216] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[ 0.113218] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[ 0.113221] pci_bus 0000:00: root bus resource [mem 0x3f000000-0xfffffffe]
[ 0.113224] pci_bus 0000:00: root bus resource [io 0x0d00-0xfdff]
[ 0.113235] pci 0000:00:00.0: [8086:29b0] type 00 class 0x060000
[ 0.113278] pci 0000:00:02.0: [8086:29b2] type 00 class 0x030000
[ 0.113290] pci 0000:00:02.0: reg 10: [mem 0xd0100000-0xd017ffff]
[ 0.113296] pci 0000:00:02.0: reg 14: [io 0x1c70-0x1c77]
[ 0.113302] pci 0000:00:02.0: reg 18: [mem 0xc0000000-0xcfffffff pref]
[ 0.113309] pci 0000:00:02.0: reg 1c: [mem 0xd0000000-0xd00fffff]
[ 0.113343] pci 0000:00:02.1: [8086:29b3] type 00 class 0x038000
[ 0.113353] pci 0000:00:02.1: reg 10: [mem 0xd0180000-0xd01fffff]
[ 0.113402] pci 0000:00:03.0: [8086:29b4] type 00 class 0x078000
[ 0.113416] pci 0000:00:03.0: reg 10: [mem 0xd0224000-0xd022400f 64bit]
[ 0.113452] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[ 0.113468] pci 0000:00:03.2: [8086:29b6] type 00 class 0x010185
[ 0.113480] pci 0000:00:03.2: reg 10: [io 0x1c88-0x1c8f]
[ 0.113487] pci 0000:00:03.2: reg 14: [io 0x1c7c-0x1c7f]
[ 0.113494] pci 0000:00:03.2: reg 18: [io 0x1c80-0x1c87]
[ 0.113500] pci 0000:00:03.2: reg 1c: [io 0x1c78-0x1c7b]
[ 0.113507] pci 0000:00:03.2: reg 20: [io 0x1c20-0x1c2f]
[ 0.113542] pci 0000:00:03.3: [8086:29b7] type 00 class 0x070002
[ 0.113554] pci 0000:00:03.3: reg 10: [io 0x1c90-0x1c97]
[ 0.113561] pci 0000:00:03.3: reg 14: [mem 0xd0226000-0xd0226fff]
[ 0.113637] pci 0000:00:19.0: [8086:10bd] type 00 class 0x020000
[ 0.113655] pci 0000:00:19.0: reg 10: [mem 0xd0200000-0xd021ffff]
[ 0.113664] pci 0000:00:19.0: reg 14: [mem 0xd0227000-0xd0227fff]
[ 0.113673] pci 0000:00:19.0: reg 18: [io 0x1820-0x183f]
[ 0.113723] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[ 0.113745] pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
[ 0.113787] pci 0000:00:1a.0: reg 20: [io 0x1840-0x185f]
[ 0.113831] pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
[ 0.113874] pci 0000:00:1a.1: reg 20: [io 0x1860-0x187f]
[ 0.113919] pci 0000:00:1a.2: [8086:2939] type 00 class 0x0c0300
[ 0.113962] pci 0000:00:1a.2: reg 20: [io 0x1880-0x189f]
[ 0.114016] pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
[ 0.114038] pci 0000:00:1a.7: reg 10: [mem 0xd0228000-0xd02283ff]
[ 0.114111] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.114138] pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300
[ 0.114154] pci 0000:00:1b.0: reg 10: [mem 0xd0220000-0xd0223fff 64bit]
[ 0.114209] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.114232] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
[ 0.114275] pci 0000:00:1d.0: reg 20: [io 0x18a0-0x18bf]
[ 0.114319] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
[ 0.114362] pci 0000:00:1d.1: reg 20: [io 0x18c0-0x18df]
[ 0.114406] pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
[ 0.114449] pci 0000:00:1d.2: reg 20: [io 0x18e0-0x18ff]
[ 0.114504] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
[ 0.114526] pci 0000:00:1d.7: reg 10: [mem 0xd0229000-0xd02293ff]
[ 0.114599] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.114621] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[ 0.114678] pci 0000:00:1f.0: [8086:2914] type 00 class 0x060100
[ 0.114756] pci 0000:00:1f.0: quirk: [io 0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
[ 0.114762] pci 0000:00:1f.0: quirk: [io 0x1180-0x11bf] claimed by ICH6 GPIO
[ 0.114766] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0500 (mask 007f)
[ 0.114804] pci 0000:00:1f.2: [8086:2920] type 00 class 0x01018a
[ 0.114820] pci 0000:00:1f.2: reg 10: [io 0x0000-0x0007]
[ 0.114828] pci 0000:00:1f.2: reg 14: [io 0x0000-0x0003]
[ 0.114837] pci 0000:00:1f.2: reg 18: [io 0x0000-0x0007]
[ 0.114845] pci 0000:00:1f.2: reg 1c: [io 0x0000-0x0003]
[ 0.114853] pci 0000:00:1f.2: reg 20: [io 0x1c40-0x1c4f]
[ 0.114862] pci 0000:00:1f.2: reg 24: [io 0x1c30-0x1c3f]
[ 0.114900] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
[ 0.114915] pci 0000:00:1f.3: reg 10: [mem 0xd022a000-0xd022a0ff 64bit]
[ 0.114936] pci 0000:00:1f.3: reg 20: [io 0x1c00-0x1c1f]
[ 0.114970] pci 0000:00:1f.5: [8086:2926] type 00 class 0x010185
[ 0.114985] pci 0000:00:1f.5: reg 10: [io 0x1cc0-0x1cc7]
[ 0.114994] pci 0000:00:1f.5: reg 14: [io 0x1cb4-0x1cb7]
[ 0.115002] pci 0000:00:1f.5: reg 18: [io 0x1cb8-0x1cbf]
[ 0.115010] pci 0000:00:1f.5: reg 1c: [io 0x1cb0-0x1cb3]
[ 0.115019] pci 0000:00:1f.5: reg 20: [io 0x1c60-0x1c6f]
[ 0.115027] pci 0000:00:1f.5: reg 24: [io 0x1c50-0x1c5f]
[ 0.115119] pci 0000:00:1e.0: PCI bridge to [bus 11-11] (subtractive decode)
[ 0.115129] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
[ 0.115132] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.115135] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
[ 0.115138] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[ 0.115141] pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[ 0.115144] pci 0000:00:1e.0: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
[ 0.115147] pci 0000:00:1e.0: bridge window [mem 0x3f000000-0xfffffffe] (subtractive decode)
[ 0.115150] pci 0000:00:1e.0: bridge window [io 0x0d00-0xfdff] (subtractive decode)
[ 0.115157] pci_bus 0000:00: on NUMA node 0
[ 0.115161] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.115564] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[ 0.115786] ACPI Error: [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS (20120320/dsfield-143)
[ 0.115794] ACPI Error: Method parse/execution failed [\_SB_.PCI0._OSC] (Node f583b6b0), AE_ALREADY_EXISTS (20120320/psparse-536)
[ 0.115808] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x0f)
[ 0.128298] ACPI: PCI Interrupt Link [LNKA] (IRQs *3 4 5 6 7 10 11 12 14 15)
[ 0.128364] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[ 0.128428] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[ 0.128491] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 0.128559] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.128628] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.128697] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.128768] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.128832] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.128832] vgaarb: loaded
[ 0.128832] vgaarb: bridge control possible 0000:00:02.0
[ 0.128832] PCI: Using ACPI for IRQ routing
[ 0.128832] PCI: pci_cache_line_size set to 64 bytes
[ 0.128832] Expanded resource reserved due to conflict with PCI Bus 0000:00
[ 0.128832] Expanded resource reserved due to conflict with reserved
[ 0.128832] reserve RAM buffer: 000000000009e000 - 000000000009ffff
[ 0.128832] reserve RAM buffer: 000000003e5b0000 - 000000003fffffff
[ 0.128832] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[ 0.128832] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[ 0.130710] Switching to clocksource hpet
[ 0.132008] pnp: PnP ACPI init
[ 0.132008] ACPI: bus type pnp registered
[ 0.132885] pnp 00:00: [bus 00-3f]
[ 0.132888] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.132892] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.132894] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.132897] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[ 0.132900] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[ 0.132902] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[ 0.132905] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[ 0.132908] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[ 0.132910] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[ 0.132913] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[ 0.132915] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[ 0.132918] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[ 0.132921] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[ 0.132923] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[ 0.132926] pnp 00:00: [mem 0x000ec000-0x000effff window]
[ 0.132929] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[ 0.132931] pnp 00:00: [mem 0x3f000000-0xfffffffe window]
[ 0.132934] pnp 00:00: [io 0x0d00-0xfdff window]
[ 0.132937] pnp 00:00: [mem 0x00000000 window]
[ 0.132939] pnp 00:00: [mem 0xfed40000-0xfed4ffff window]
[ 0.132993] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
[ 0.133176] pnp 00:01: [io 0x0010-0x001f]
[ 0.133179] pnp 00:01: [io 0x0024-0x0025]
[ 0.133182] pnp 00:01: [io 0x0028-0x0029]
[ 0.133184] pnp 00:01: [io 0x002c-0x002d]
[ 0.133186] pnp 00:01: [io 0x0030-0x0031]
[ 0.133189] pnp 00:01: [io 0x0034-0x0035]
[ 0.133191] pnp 00:01: [io 0x0038-0x0039]
[ 0.133193] pnp 00:01: [io 0x003c-0x003d]
[ 0.133196] pnp 00:01: [io 0x0072-0x0077]
[ 0.133198] pnp 00:01: [io 0x0080]
[ 0.133200] pnp 00:01: [io 0x0090-0x009f]
[ 0.133202] pnp 00:01: [io 0x00a4-0x00a5]
[ 0.133205] pnp 00:01: [io 0x00a8-0x00a9]
[ 0.133207] pnp 00:01: [io 0x00ac-0x00ad]
[ 0.133209] pnp 00:01: [io 0x00b0-0x00b5]
[ 0.133212] pnp 00:01: [io 0x00b8-0x00b9]
[ 0.133214] pnp 00:01: [io 0x00bc-0x00bd]
[ 0.133216] pnp 00:01: [io 0x0110-0x0117]
[ 0.133219] pnp 00:01: [io 0x0500-0x057f]
[ 0.133221] pnp 00:01: [io 0x0800-0x080f]
[ 0.133223] pnp 00:01: [io 0x1000-0x107f]
[ 0.133226] pnp 00:01: [io 0x1180-0x11bf]
[ 0.133228] pnp 00:01: [io 0x002e-0x002f]
[ 0.133230] pnp 00:01: [io 0x04d0-0x04d1]
[ 0.133232] pnp 00:01: [io 0xfe00]
[ 0.133238] pnp 00:01: [mem 0xfed11000-0xfed11fff]
[ 0.133241] pnp 00:01: [mem 0xfed14000-0xfed17fff]
[ 0.133243] pnp 00:01: [mem 0xfed18000-0xfed1ffff]
[ 0.133246] pnp 00:01: [mem 0xe0000000-0xefffffff]
[ 0.133248] pnp 00:01: [mem 0xfed20000-0xfed3ffff]
[ 0.133251] pnp 00:01: [mem 0xfed45000-0xfed8ffff]
[ 0.133253] pnp 00:01: [mem 0xfee00000-0xfee00fff]
[ 0.133255] pnp 00:01: [mem 0xfef00000-0xfeffffff]
[ 0.133351] system 00:01: [io 0x0110-0x0117] has been reserved
[ 0.133355] system 00:01: [io 0x0500-0x057f] has been reserved
[ 0.133358] system 00:01: [io 0x0800-0x080f] has been reserved
[ 0.133362] system 00:01: [io 0x1000-0x107f] has been reserved
[ 0.133365] system 00:01: [io 0x1180-0x11bf] has been reserved
[ 0.133368] system 00:01: [io 0x04d0-0x04d1] has been reserved
[ 0.133371] system 00:01: [io 0xfe00] has been reserved
[ 0.133374] system 00:01: [mem 0xfed11000-0xfed11fff] has been reserved
[ 0.133378] system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
[ 0.133381] system 00:01: [mem 0xfed18000-0xfed1ffff] has been reserved
[ 0.133384] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.133388] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.133391] system 00:01: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.133394] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.133398] system 00:01: [mem 0xfef00000-0xfeffffff] has been reserved
[ 0.133401] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.133414] pnp 00:02: [io 0x0000-0x000f]
[ 0.133417] pnp 00:02: [io 0x0081-0x008f]
[ 0.133419] pnp 00:02: [io 0x00c0-0x00df]
[ 0.133422] pnp 00:02: [dma 4]
[ 0.133462] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.133474] pnp 00:03: [io 0x00f0-0x00fe]
[ 0.133482] pnp 00:03: [irq 13]
[ 0.133521] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.133604] pnp 00:04: [irq 0 disabled]
[ 0.133610] pnp 00:04: [irq 8]
[ 0.133612] pnp 00:04: [mem 0xfed00000-0xfed003ff]
[ 0.133653] pnp 00:04: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.133681] pnp 00:05: [io 0x0070-0x0071]
[ 0.133723] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.133735] pnp 00:06: [io 0x0061]
[ 0.133782] pnp 00:06: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.133952] pnp 00:07: [mem 0xff800000-0xffffffff]
[ 0.133996] pnp 00:07: Plug and Play ACPI device, IDs INT0800 (active)
[ 0.134186] pnp 00:08: [io 0x03f8-0x03ff]
[ 0.134192] pnp 00:08: [irq 4]
[ 0.134278] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.134727] pnp 00:09: [io 0x03f0-0x03f5]
[ 0.134730] pnp 00:09: [io 0x03f7]
[ 0.134735] pnp 00:09: [irq 6]
[ 0.134738] pnp 00:09: [dma 2]
[ 0.134802] pnp 00:09: Plug and Play ACPI device, IDs PNP0700 (active)
[ 0.135016] pnp 00:0a: [io 0x0378-0x037f]
[ 0.135021] pnp 00:0a: [irq 7]
[ 0.135095] pnp 00:0a: Plug and Play ACPI device, IDs PNP0400 (active)
[ 0.135421] pnp 00:0b: [io 0x0060]
[ 0.135424] pnp 00:0b: [io 0x0064]
[ 0.135492] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.135505] pnp 00:0c: [mem 0xfed40000-0xfed44fff]
[ 0.135552] pnp 00:0c: Plug and Play ACPI device, IDs WEC1000 PNP0c31 (active)
[ 0.135616] pnp: PnP ACPI: found 13 devices
[ 0.135618] ACPI: ACPI bus type pnp unregistered
[ 0.135621] PnPBIOS: Disabled by ACPI PNP
[ 0.172510] pci 0000:00:1e.0: PCI bridge to [bus 11-11]
[ 0.172528] pci 0000:00:1e.0: setting latency timer to 64
[ 0.172532] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.172535] pci_bus 0000:00: resource 5 [mem 0x000a0000-0x000bffff]
[ 0.172538] pci_bus 0000:00: resource 6 [mem 0x000d0000-0x000d3fff]
[ 0.172541] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
[ 0.172543] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
[ 0.172546] pci_bus 0000:00: resource 9 [mem 0x000dc000-0x000dffff]
[ 0.172548] pci_bus 0000:00: resource 10 [mem 0x3f000000-0xfffffffe]
[ 0.172551] pci_bus 0000:00: resource 11 [io 0x0d00-0xfdff]
[ 0.172554] pci_bus 0000:11: resource 4 [io 0x0000-0x0cf7]
[ 0.172556] pci_bus 0000:11: resource 5 [mem 0x000a0000-0x000bffff]
[ 0.172559] pci_bus 0000:11: resource 6 [mem 0x000d0000-0x000d3fff]
[ 0.172562] pci_bus 0000:11: resource 7 [mem 0x000d4000-0x000d7fff]
[ 0.172564] pci_bus 0000:11: resource 8 [mem 0x000d8000-0x000dbfff]
[ 0.172567] pci_bus 0000:11: resource 9 [mem 0x000dc000-0x000dffff]
[ 0.172569] pci_bus 0000:11: resource 10 [mem 0x3f000000-0xfffffffe]
[ 0.172572] pci_bus 0000:11: resource 11 [io 0x0d00-0xfdff]
[ 0.172645] NET: Registered protocol family 2
[ 0.172706] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.172889] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.173215] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.173382] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.173385] TCP: reno registered
[ 0.173388] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.173395] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.173472] NET: Registered protocol family 1
[ 0.173487] pci 0000:00:02.0: Boot video device
[ 0.173696] PCI: CLS 32 bytes, default 64
[ 0.173743] Unpacking initramfs...
[ 0.460626] Freeing initrd memory: 14268k freed
[ 0.468928] Simple Boot Flag at 0x44 set to 0x1
[ 0.469488] audit: initializing netlink socket (disabled)
[ 0.469508] type=2000 audit(1578566755.468:1): initialized
[ 0.481104] highmem bounce pool size: 64 pages
[ 0.481110] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 0.481302] VFS: Disk quotas dquot_6.5.2
[ 0.481329] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.481410] msgmni has been set to 1742
[ 0.481585] alg: No test for stdrng (krng)
[ 0.481613] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.481617] io scheduler noop registered
[ 0.481620] io scheduler deadline registered
[ 0.481639] io scheduler cfq registered (default)
[ 0.481743] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.481762] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.481764] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.482300] GHES: HEST is not enabled!
[ 0.482314] isapnp: Scanning for PnP cards...
[ 0.835314] isapnp: No Plug & Play device found
[ 0.835371] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.855730] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.876395] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.896546] 0000:00:03.3: ttyS1 at I/O 0x1c90 (irq = 17) is a 16550A
[ 0.896761] Linux agpgart interface v0.103
[ 0.896884] agpgart-intel 0000:00:00.0: Intel Q35 Chipset
[ 0.896947] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[ 0.898415] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[ 0.898548] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
[ 0.898702] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 0.901313] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.901346] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.901448] mousedev: PS/2 mouse device common for all mice
[ 0.901496] rtc_cmos 00:05: RTC can wake from S4
[ 0.901621] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[ 0.901646] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 0.901784] TCP: cubic registered
[ 0.901838] NET: Registered protocol family 10
[ 0.902072] Mobile IPv6
[ 0.902075] NET: Registered protocol family 17
[ 0.902080] Registering the dns_resolver key type
[ 0.902141] Using IPI No-Shortcut mode
[ 0.902247] PM: Hibernation image not present or could not be loaded.
[ 0.902259] registered taskstats version 1
[ 0.902639] rtc_cmos 00:05: setting system clock to 2020-01-09 10:45:56 UTC (1578566756)
[ 0.902739] Freeing unused kernel memory: 416k freed
[ 0.902904] Write protecting the kernel text: 3496k
[ 0.902928] Write protecting the kernel read-only data: 984k
[ 0.914300] udevd[49]: starting version 175
[ 0.928971] SCSI subsystem initialized
[ 0.936138] libata version 3.00 loaded.
[ 0.939828] usbcore: registered new interface driver usbfs
[ 0.939857] usbcore: registered new interface driver hub
[ 0.941888] ata_piix 0000:00:1f.2: version 2.13
[ 0.941913] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[ 0.943976] e1000e: Intel(R) PRO/1000 Network Driver - 1.9.5-k
[ 0.943980] e1000e: Copyright(c) 1999 - 2012 Intel Corporation.
[ 0.956133] usbcore: registered new device driver usb
[ 0.957924] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.962635] microcode: CPU0 sig=0x6fb, pf=0x1, revision=0xba
[ 0.976627] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.012397] microcode: CPU1 sig=0x6fb, pf=0x1, revision=0xba
[ 1.014737] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
[ 1.019622] FDC 0 is a post-1991 82077
[ 1.096066] ata_piix 0000:00:1f.2: setting latency timer to 64
[ 1.096446] scsi0 : ata_piix
[ 1.096556] scsi1 : ata_piix
[ 1.097547] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x1c40 irq 14
[ 1.097552] ata2: SATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0x1c48 irq 15
[ 1.097587] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[ 1.252030] ata_piix 0000:00:1f.5: setting latency timer to 64
[ 1.252772] scsi2 : ata_piix
[ 1.252942] scsi3 : ata_piix
[ 1.253707] ata3: SATA max UDMA/133 cmd 0x1cc0 ctl 0x1cb4 bmdma 0x1c60 irq 18
[ 1.253711] ata4: SATA max UDMA/133 cmd 0x1cb8 ctl 0x1cb0 bmdma 0x1c68 irq 18
[ 1.253742] e1000e 0000:00:19.0: setting latency timer to 64
[ 1.253806] e1000e 0000:00:19.0: (unregistered net_device): Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 1.468023] Refined TSC clocksource calibration: 2327.499 MHz.
[ 1.468030] Switching to clocksource tsc
[ 1.558003] e1000e 0000:00:19.0: eth0: (PCI Express:2.5GT/s:Width x1) 00:21:86:11:4d:46
[ 1.558006] e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
[ 1.558025] e1000e 0000:00:19.0: eth0: MAC: 7, PHY: 6, PBA No: FFFFFF-0FF
[ 1.558058] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[ 1.558062] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 1.558088] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 1.558115] ehci_hcd 0000:00:1a.7: debug port 1
[ 1.561988] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
[ 1.561994] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xd0228000
[ 1.572018] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 1.572051] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.572055] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.572058] usb usb1: Product: EHCI Host Controller
[ 1.572061] usb usb1: Manufacturer: Linux 3.4-9-rtai-686-pae ehci_hcd
[ 1.572064] usb usb1: SerialNumber: 0000:00:1a.7
[ 1.572853] hub 1-0:1.0: USB hub found
[ 1.572860] hub 1-0:1.0: 6 ports detected
[ 1.572968] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 1.572972] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 1.572982] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 2
[ 1.573017] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00001840
[ 1.573054] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.573057] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.573060] usb usb2: Product: UHCI Host Controller
[ 1.573062] usb usb2: Manufacturer: Linux 3.4-9-rtai-686-pae uhci_hcd
[ 1.573065] usb usb2: SerialNumber: 0000:00:1a.0
[ 1.573170] hub 2-0:1.0: USB hub found
[ 1.573175] hub 2-0:1.0: 2 ports detected
[ 1.573327] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 1.573331] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 1.573340] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 3
[ 1.573374] uhci_hcd 0000:00:1a.1: irq 17, io base 0x00001860
[ 1.573410] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.573413] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.573416] usb usb3: Product: UHCI Host Controller
[ 1.573418] usb usb3: Manufacturer: Linux 3.4-9-rtai-686-pae uhci_hcd
[ 1.573421] usb usb3: SerialNumber: 0000:00:1a.1
[ 1.573527] hub 3-0:1.0: USB hub found
[ 1.573532] hub 3-0:1.0: 2 ports detected
[ 1.573888] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[ 1.573892] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[ 1.573900] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 4
[ 1.573924] uhci_hcd 0000:00:1a.2: irq 18, io base 0x00001880
[ 1.573959] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.573962] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.573965] usb usb4: Product: UHCI Host Controller
[ 1.573968] usb usb4: Manufacturer: Linux 3.4-9-rtai-686-pae uhci_hcd
[ 1.573970] usb usb4: SerialNumber: 0000:00:1a.2
[ 1.574278] hub 4-0:1.0: USB hub found
[ 1.574284] hub 4-0:1.0: 2 ports detected
[ 1.575201] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 1.575205] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 1.575214] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[ 1.575239] uhci_hcd 0000:00:1d.0: irq 16, io base 0x000018a0
[ 1.575277] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.575280] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.575283] usb usb5: Product: UHCI Host Controller
[ 1.575285] usb usb5: Manufacturer: Linux 3.4-9-rtai-686-pae uhci_hcd
[ 1.575288] usb usb5: SerialNumber: 0000:00:1d.0
[ 1.575391] hub 5-0:1.0: USB hub found
[ 1.575397] hub 5-0:1.0: 2 ports detected
[ 1.575549] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 1.575553] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 1.575562] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[ 1.575585] uhci_hcd 0000:00:1d.1: irq 17, io base 0x000018c0
[ 1.575620] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.575623] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.575626] usb usb6: Product: UHCI Host Controller
[ 1.575628] usb usb6: Manufacturer: Linux 3.4-9-rtai-686-pae uhci_hcd
[ 1.575631] usb usb6: SerialNumber: 0000:00:1d.1
[ 1.575734] hub 6-0:1.0: USB hub found
[ 1.575739] hub 6-0:1.0: 2 ports detected
[ 1.576496] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 1.576500] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 1.576509] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[ 1.576535] uhci_hcd 0000:00:1d.2: irq 18, io base 0x000018e0
[ 1.576571] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.576574] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.576576] usb usb7: Product: UHCI Host Controller
[ 1.576579] usb usb7: Manufacturer: Linux 3.4-9-rtai-686-pae uhci_hcd
[ 1.576581] usb usb7: SerialNumber: 0000:00:1d.2
[ 1.576684] hub 7-0:1.0: USB hub found
[ 1.576690] hub 7-0:1.0: 2 ports detected
[ 1.577588] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 1.577592] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 1.577605] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 8
[ 1.577629] ehci_hcd 0000:00:1d.7: debug port 1
[ 1.581519] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[ 1.581526] ehci_hcd 0000:00:1d.7: irq 16, io mem 0xd0229000
[ 1.582689] ata3: SATA link down (SStatus 0 SControl 300)
[ 1.584013] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 1.584037] usb usb8: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.584040] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.584043] usb usb8: Product: EHCI Host Controller
[ 1.584046] usb usb8: Manufacturer: Linux 3.4-9-rtai-686-pae ehci_hcd
[ 1.584048] usb usb8: SerialNumber: 0000:00:1d.7
[ 1.584835] hub 8-0:1.0: USB hub found
[ 1.584842] hub 8-0:1.0: 6 ports detected
[ 2.236018] usb 2-2: new full-speed USB device number 2 using uhci_hcd
[ 2.280042] ata4: failed to resume link (SControl 0)
[ 2.290631] ata4: SATA link down (SStatus 0 SControl 0)
[ 2.399058] usb 2-2: New USB device found, idVendor=1a86, idProduct=7523
[ 2.399062] usb 2-2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 2.399065] usb 2-2: Product: USB2.0-Serial
[ 2.444021] ata1.01: failed to resume link (SControl 0)
[ 2.444087] ata2.01: failed to resume link (SControl 0)
[ 2.600069] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 2.600080] ata1.01: SATA link down (SStatus 0 SControl 0)
[ 2.600195] ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 2.600208] ata2.01: SATA link down (SStatus 0 SControl 0)
[ 2.600219] ata2.01: link offline, clearing class 3 to NONE
[ 2.608221] ata2.00: ATAPI: HL-DT-STDVD-ROM GDR-T10N, 1.00, max UDMA/33
[ 2.608230] ata2.00: applying bridge limits
[ 2.617358] ata1.00: ATA-8: WDC WD1600AAJS-08WAA0, 58.01D58, max UDMA/100
[ 2.617362] ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 2.624219] ata2.00: configured for UDMA/33
[ 2.633253] ata1.00: configured for UDMA/100
[ 2.633383] scsi 0:0:0:0: Direct-Access ATA WDC WD1600AAJS-0 58.0 PQ: 0 ANSI: 5
[ 2.638305] scsi 1:0:0:0: CD-ROM HL-DT-ST DVD-ROM GDR-T10N 1.00 PQ: 0 ANSI: 5
[ 2.640033] usb 6-2: new low-speed USB device number 2 using uhci_hcd
[ 2.644520] sd 0:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[ 2.644580] sd 0:0:0:0: [sda] Write Protect is off
[ 2.644584] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.644609] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.648683] sr0: scsi3-mmc drive: 24x/24x cd/rw xa/form2 cdda tray
[ 2.648687] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 2.648888] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 2.689451] sda: sda1 sda2 < sda5 >
[ 2.689807] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.691529] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 2.691581] sr 1:0:0:0: Attached scsi generic sg1 type 5
[ 2.816633] usb 6-2: New USB device found, idVendor=10c4, idProduct=8108
[ 2.816637] usb 6-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.816641] usb 6-2: Product: USB OPTICAL MOUSE
[ 2.816643] usb 6-2: Manufacturer: YSPRINGTECH
[ 2.836096] input: YSPRINGTECH USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:1d.1/usb6/6-2/6-2:1.0/input/input0
[ 2.836175] generic-usb 0003:10C4:8108.0001: input,hidraw0: USB HID v1.11 Mouse [YSPRINGTECH USB OPTICAL MOUSE] on usb-0000:00:1d.1-2/input0
[ 2.836193] usbcore: registered new interface driver usbhid
[ 2.836196] usbhid: USB HID core driver
[ 3.056037] usb 7-1: new low-speed USB device number 2 using uhci_hcd
[ 3.229578] usb 7-1: New USB device found, idVendor=413c, idProduct=2113
[ 3.229583] usb 7-1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 3.229586] usb 7-1: Product: Dell KB216 Wired Keyboard
[ 3.248077] input: Dell KB216 Wired Keyboard as /devices/pci0000:00/0000:00:1d.2/usb7/7-1/7-1:1.0/input/input1
[ 3.248129] generic-usb 0003:413C:2113.0002: input,hidraw1: USB HID v1.11 Keyboard [Dell KB216 Wired Keyboard] on usb-0000:00:1d.2-1/input0
[ 3.278642] input: Dell KB216 Wired Keyboard as /devices/pci0000:00/0000:00:1d.2/usb7/7-1/7-1:1.1/input/input2
[ 3.278700] generic-usb 0003:413C:2113.0003: input,hidraw2: USB HID v1.11 Device [Dell KB216 Wired Keyboard] on usb-0000:00:1d.2-1/input1
[ 8.041972] PM: Starting manual resume from disk
[ 8.041975] PM: Hibernation image partition 8:5 present
[ 8.041977] PM: Looking for hibernation image.
[ 8.042188] PM: Image not found (code -22)
[ 8.042191] PM: Hibernation image not present or could not be loaded.
[ 8.091463] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 9.989939] udevd[380]: starting version 175
[ 10.288088] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/PNP0C0C:00/input/input3
[ 10.288097] ACPI: Power Button [PWRB]
[ 10.288154] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[ 10.288158] ACPI: Power Button [PWRF]
[ 10.464028] tpm_tis 00:0c: 1.2 TPM (device-id 0xFE, rev-id 70)
[ 10.560043] tpm_tis 00:0c: TPM is disabled/deactivated (0x6)
[ 10.640989] iTCO_vendor_support: vendor-support=0
[ 10.762011] coretemp coretemp.0: Using relative temperature scale!
[ 10.762022] coretemp coretemp.0: Using relative temperature scale!
[ 10.774085] i801_smbus 0000:00:1f.3: enabling device (0001 -> 0003)
[ 10.794706] parport_pc 00:0a: reported by Plug and Play ACPI
[ 10.794731] parport0: PC-style at 0x378, irq 7 [PCSPP,EPP]
[ 10.807782] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
[ 10.807863] iTCO_wdt: Found a ICH9DO TCO device (Version=2, TCOBASE=0x1060)
[ 10.808041] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 11.042679] [drm] Initialized drm 1.1.0 20060810
[ 11.397049] usbcore: registered new interface driver usbserial
[ 11.397068] usbcore: registered new interface driver usbserial_generic
[ 11.397081] USB Serial support registered for generic
[ 11.397097] usbserial: USB Serial Driver core
[ 11.405330] usbcore: registered new interface driver ch341
[ 11.405449] USB Serial support registered for ch341-uart
[ 11.405463] ch341 2-2:1.0: ch341-uart converter detected
[ 11.418148] usb 2-2: ch341-uart converter now attached to ttyUSB0
[ 11.481436] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input5
[ 11.484717] i915 0000:00:02.0: setting latency timer to 64
[ 11.500154] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 11.500158] [drm] Driver supports precise vblank timestamp query.
[ 11.500201] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 11.514216] [drm] initialized overlay support
[ 11.560378] fbcon: inteldrmfb (fb0) is primary device
[ 11.605534] Console: switching to colour frame buffer device 160x64
[ 11.610079] fb0: inteldrmfb frame buffer device
[ 11.610081] drm: registered panic notifier
[ 11.610131] ACPI Exception: AE_NOT_FOUND, Evaluating _DOD (20120320/video-1179)
[ 11.610206] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input6
[ 11.610264] ACPI: Video Device [IGD0] (multi-head: yes rom: no post: no)
[ 11.610310] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 13.024414] Adding 2039804k swap on /dev/sda5. Priority:-1 extents:1 across:2039804k
[ 13.037533] EXT4-fs (sda1): re-mounted. Opts: (null)
[ 13.247214] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[ 13.330395] loop: module loaded
[ 14.429093] RPC: Registered named UNIX socket transport module.
[ 14.429096] RPC: Registered udp transport module.
[ 14.429098] RPC: Registered tcp transport module.
[ 14.429100] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 14.472680] FS-Cache: Loaded
[ 14.507462] NFS: Registering the id_resolver key type
[ 14.507481] FS-Cache: Netfs 'nfs' registered for caching
[ 14.519539] Installing knfsd (copyright (C) 1996 [email protected]).
[ 16.321618] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input7
[ 17.632572] Bluetooth: Core ver 2.16
[ 17.632590] NET: Registered protocol family 31
[ 17.632592] Bluetooth: HCI device and connection manager initialized
[ 17.632595] Bluetooth: HCI socket layer initialized
[ 17.632597] Bluetooth: L2CAP socket layer initialized
[ 17.632602] Bluetooth: SCO socket layer initialized
[ 17.658614] Bluetooth: RFCOMM TTY layer initialized
[ 17.658619] Bluetooth: RFCOMM socket layer initialized
[ 17.658621] Bluetooth: RFCOMM ver 1.11
[ 18.453640] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 18.453644] Bluetooth: BNEP filters: protocol multicast
[ 19.005772] lp0: using parport0 (interrupt-driven).
[ 19.223180] ppdev: user-space parallel port driver
[ 19.582273] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 322.342169] I-pipe: head domain RTAI registered.
[ 322.342175] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[ 322.342205] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[ 322.342209] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 20779701, CLK_FREQ 2327623000, CPU_FREQ 2327623000
[ 322.342212] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[ 322.342215] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 20779701, 20779701, 16673250
[ 322.387881] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[ 322.387917] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[ 322.387921] RTAI[sched]: hard timer type/freq = APIC/20779701(Hz); default timing: oneshot; linear timed lists.
[ 322.387925] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2327623000 hz.
[ 322.387927] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns.
[ 322.400267] RTAI[math]: loaded.
[ 322.626732] config string '0x378 out'
[ 322.655287] classicladder_rt: module license 'LGPL' taints kernel.
[ 322.655291] Disabling lock debugging due to kernel taint
[ 322.655519] creating ladder-state
[ 327.573131] RTAI[math]: unloaded.
[ 327.574653] SCHED releases registered named ALIEN PEDV$D
[ 327.578730] RTAI[malloc]: unloaded.
[ 327.676077] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[ 327.677552] I-pipe: head domain RTAI unregistered.
[ 327.677593] RTAI[hal]: unmounted.
[ 369.438547] I-pipe: head domain RTAI registered.
[ 369.438553] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[ 369.438585] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[ 369.438589] SYSINFO: CPUs 2, LINUX APIC IRQ 2312, TIM_FREQ 20779701, CLK_FREQ 2327623000, CPU_FREQ 2327623000
[ 369.438592] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[ 369.438595] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 20779701, 20779701, 20753250
[ 369.447364] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[ 369.447395] , <uses LINUX SYSCALLs>, kstacks pool size = 524288 bytes.
[ 369.447399] RTAI[sched]: hard timer type/freq = APIC/20779701(Hz); default timing: oneshot; linear timed lists.
[ 369.447403] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2327623000 hz.
[ 369.447405] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns.
[ 369.452205] RTAI[math]: loaded.
[ 369.600666] config string '0x378 out'
[ 369.605689] creating ladder-state
[ 372.913072] RTAI[math]: unloaded.
[ 372.914567] SCHED releases registered named ALIEN PEDV$D
[ 372.919529] RTAI[malloc]: unloaded.
[ 373.016077] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[ 373.017670] I-pipe: head domain RTAI unregistered.
[ 373.017711] RTAI[hal]: unmounted.


gniazdo
Sympatyk forum poziom 2 (min. 50)
Sympatyk forum poziom 2 (min. 50)
Posty w temacie: 8
Posty: 61
Rejestracja: 24 gru 2008, 22:09
Lokalizacja: Limanowa

Re: Ploter frezujący potrzebna pomoc

#17

Post napisał: gniazdo » 09 sty 2020, 11:53

wklej zawartość plików:

Ploter.hal
custom.hal


Autor tematu
plemnik7
Specjalista poziom 1 (min. 100)
Specjalista poziom 1 (min. 100)
Posty w temacie: 20
Posty: 188
Rejestracja: 31 lip 2016, 16:52
Lokalizacja: Polska

Re: Ploter frezujący potrzebna pomoc

#18

Post napisał: plemnik7 » 09 sty 2020, 14:02

pliki w formie txt
Załączniki
Ploter.ini.txt
(3.95 KiB) Pobrany 104 razy
custom.hal.txt
(698 Bajtów) Pobrany 95 razy


gniazdo
Sympatyk forum poziom 2 (min. 50)
Sympatyk forum poziom 2 (min. 50)
Posty w temacie: 8
Posty: 61
Rejestracja: 24 gru 2008, 22:09
Lokalizacja: Limanowa

Re: Ploter frezujący potrzebna pomoc

#19

Post napisał: gniazdo » 09 sty 2020, 15:24

wklej wszystkie pliki z folderu konfiguracji

ale na starcie albo modbus albo pwm
# Generated by stepconf 1.1 at Thu Jan 9 14:39:32 2020
# Jeśli zmodyfikujesz ten plik zmainy zostaną
# nadpisane gdy uruchomisz ponownie Stepconf
loadrt trivkins
loadrt [EMCMOT]EMCMOT base_period_nsec=[EMCMOT]BASE_PERIOD servo_period_nsec=[EMCMOT]SERVO_PERIOD num_joints=[TRAJ]AXES
loadrt hal_parport cfg="0x378 out"
setp parport.0.reset-time 5000
loadrt stepgen step_type=0,0,0
#loadrt pwmgen output_type=1

addf parport.0.read base-thread
addf stepgen.make-pulses base-thread
#addf pwmgen.make-pulses base-thread
addf parport.0.write base-thread
addf parport.0.reset base-thread

addf stepgen.capture-position servo-thread
addf motion-command-handler servo-thread
addf motion-controller servo-thread
addf stepgen.update-freq servo-thread
#addf pwmgen.update servo-thread


#net spindle-cmd-rpm => pwmgen.0.value
#net spindle-on <= motion.spindle-on => pwmgen.0.enable
#net spindle-pwm <= pwmgen.0.pwm
#setp pwmgen.0.pwm-freq 100.0
#setp pwmgen.0.scale 26666.6666667
#setp pwmgen.0.offset 0.1
#setp pwmgen.0.dither-pwm true

net spindle-cmd-rpm <= motion.spindle-speed-out
net spindle-cmd-rpm-abs <= motion.spindle-speed-out-abs
net spindle-cmd-rps <= motion.spindle-speed-out-rps
net spindle-cmd-rps-abs <= motion.spindle-speed-out-rps-abs
net spindle-at-speed => motion.spindle-at-speed

net probe-in => motion.probe-input

#net spindle-pwm => parport.0.pin-01-out
net xstep => parport.0.pin-02-out
setp parport.0.pin-02-out-reset 1
net xdir => parport.0.pin-03-out
net ystep => parport.0.pin-04-out
setp parport.0.pin-04-out-reset 1
net ydir => parport.0.pin-05-out
net zstep => parport.0.pin-06-out
setp parport.0.pin-06-out-reset 1
net zdir => parport.0.pin-07-out
net astep => parport.0.pin-08-out
setp parport.0.pin-08-out-reset 1
net adir => parport.0.pin-09-out
net spindle-on => parport.0.pin-17-out
net estop-ext <= parport.0.pin-10-in-not
net probe-in <= parport.0.pin-11-in
net home-x <= parport.0.pin-12-in-not
net home-y <= parport.0.pin-13-in
net home-z <= parport.0.pin-15-in-not

setp stepgen.0.position-scale [AXIS_0]SCALE
setp stepgen.0.steplen 1
setp stepgen.0.stepspace 0
setp stepgen.0.dirhold 35000
setp stepgen.0.dirsetup 35000
setp stepgen.0.maxaccel [AXIS_0]STEPGEN_MAXACCEL
net xpos-cmd axis.0.motor-pos-cmd => stepgen.0.position-cmd
net xpos-fb stepgen.0.position-fb => axis.0.motor-pos-fb
net xstep <= stepgen.0.step
net xdir <= stepgen.0.dir
net xenable axis.0.amp-enable-out => stepgen.0.enable
net home-x => axis.0.home-sw-in

setp stepgen.1.position-scale [AXIS_1]SCALE
setp stepgen.1.steplen 1
setp stepgen.1.stepspace 0
setp stepgen.1.dirhold 35000
setp stepgen.1.dirsetup 35000
setp stepgen.1.maxaccel [AXIS_1]STEPGEN_MAXACCEL
net ypos-cmd axis.1.motor-pos-cmd => stepgen.1.position-cmd
net ypos-fb stepgen.1.position-fb => axis.1.motor-pos-fb
net ystep <= stepgen.1.step
net ydir <= stepgen.1.dir
net yenable axis.1.amp-enable-out => stepgen.1.enable
net home-y => axis.1.home-sw-in

setp stepgen.2.position-scale [AXIS_2]SCALE
setp stepgen.2.steplen 1
setp stepgen.2.stepspace 0
setp stepgen.2.dirhold 35000
setp stepgen.2.dirsetup 35000
setp stepgen.2.maxaccel [AXIS_2]STEPGEN_MAXACCEL
net zpos-cmd axis.2.motor-pos-cmd => stepgen.2.position-cmd
net zpos-fb stepgen.2.position-fb => axis.2.motor-pos-fb
net zstep <= stepgen.2.step
net zdir <= stepgen.2.dir
net zenable axis.2.amp-enable-out => stepgen.2.enable
net home-z => axis.2.home-sw-in

net estop-out <= iocontrol.0.user-enable-out
net estop-ext => iocontrol.0.emc-enable-in

loadusr -W hal_manualtoolchange
net tool-change iocontrol.0.tool-change => hal_manualtoolchange.change
net tool-changed iocontrol.0.tool-changed <= hal_manualtoolchange.changed
net tool-number iocontrol.0.tool-prep-number => hal_manualtoolchange.number
net tool-prepare-loopback iocontrol.0.tool-prepare => iocontrol.0.tool-prepared


Autor tematu
plemnik7
Specjalista poziom 1 (min. 100)
Specjalista poziom 1 (min. 100)
Posty w temacie: 20
Posty: 188
Rejestracja: 31 lip 2016, 16:52
Lokalizacja: Polska

Re: Ploter frezujący potrzebna pomoc

#20

Post napisał: plemnik7 » 09 sty 2020, 16:25

Mam to wkleić zamiast pliku konfiguracyjnego ?

ODPOWIEDZ Poprzedni tematNastępny temat

Wróć do „Frezarka - konstrukcja metalowa”