PNCconf encountered an error

More
18 Nov 2019 04:31 #150555 by little_sparky
Hi All,

I tried to test my motors after a fresh install of linux cnc and recieved this message.

Does anyone know how to solve?



Thank you in advance!
Attachments:

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

More
18 Nov 2019 04:57 #150557 by cmorley
What version of linuxcnc?

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

More
18 Nov 2019 05:05 #150558 by cmorley
I bet 2.7.14 - there is a fix for this but it hasn't been released yet.

It's a one line change if you want to try to fix it yourself.

change (aprox line 1641 in /usr/bin/pncconf:
        elif hal.is_rt and not hal.kernel_version == actual_kernel:
to
        elif hal.is_kernelspace and hal.kernel_version != actual_kernel:

See if that works. Not that many people use RTAI any more

Chris

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

More
18 Nov 2019 05:07 #150559 by little_sparky
I downloaded the "linuxcnc-stretch-uspace-i386-r13.iso" image which gave me version 2.7.14.

In the future I need to download 2.8 or master to run PlasmaC but am unable to for some reason. Have that discussio thread here forum.linuxcnc.org/39-pncconf/37798-mesa...-board-found?start=0

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

More
18 Nov 2019 05:10 #150560 by little_sparky

Not that many people use RTAI any more


how do you know it is RTAI?

I was meant to download RTPREEMPT as I am using a mesa board.

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

More
18 Nov 2019 05:20 #150561 by cmorley
An educated guess based on the error. That is what the line of code is doing - figuring out what kind of realtime system is being used.

In a terminal:
uname -r

should let you know what kernel you are using in general:
RTAI will have rtai in the name
Preemptive will have _rt in the name
most others will have generic in the name

Chris

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

More
18 Nov 2019 05:24 - 18 Nov 2019 05:34 #150562 by little_sparky
wow you are a star.

I just edited the line in the file (will test in a few minutes) and noticed you wrote it, you must be a genius!

In a terminal:
uname -r

should let you know what kernel you are using in general:
RTAI will have rtai in the name
Preemptive will have _rt in the name
most others will have generic in the name


I just checked
uname -r
4.9.0-8-rt-686-pae

cheers, Jonty
Last edit: 18 Nov 2019 05:34 by little_sparky.

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

More
18 Nov 2019 05:30 #150563 by cmorley
genius no.
glutton for punishment maybe :)

Glad I could help.

Chris

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

More
18 Nov 2019 06:05 #150564 by little_sparky
Chris, changing the line in the code worked and I no longer receive an error message.

However, now when I save the PNCconfig and open on the desktop it comes up with the following error.

I think it is because I have not downloaded hm2_eth or hostmot2 (if thats the same thing?). However I have been looking online and looked through the hm2_eth manual and still have no idea how to download or install it.

Error message:

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.6
LINUXCNC - 2.7.14
Machine configuration directory is '/home/jonty/linuxcnc/configs/my_TESTLinuxCNC_machine'
Machine configuration file is 'my_TESTLinuxCNC_machine.ini'
INIFILE=/home/jonty/linuxcnc/configs/my_TESTLinuxCNC_machine/my_TESTLinuxCNC_machine.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): ./my_TESTLinuxCNC_machine.hal
hm2: loading Mesa HostMot2 driver version 0.15
hm2_eth: loading Mesa AnyIO HostMot2 ethernet driver version 0.2
hm2_eth: ERROR: 192.168.1.121: Could not retrieve mac address
Shutting down and cleaning up LinuxCNC...
Running HAL shutdown script
Killing task linuxcncsvr, PID=1184
hm2: unloading
Removing HAL_LIB, RTAPI, and Real Time OS modules
Removing NML shared memory segments

Debug file information:
Note: Using POSIX realtime
hm2_eth: rtapi_app_main: Resource temporarily unavailable (-11)
./my_TESTLinuxCNC_machine.hal:8: waitpid failed /usr/bin/rtapi_app hm2_eth
./my_TESTLinuxCNC_machine.hal:8: /usr/bin/rtapi_app exited without becoming ready
./my_TESTLinuxCNC_machine.hal:8: insmod for hm2_eth failed, returned -1
1184
  PID TTY      STAT   TIME COMMAND
Stopping realtime threads
Unloading hal components
Note: Using POSIX realtime

Kernel message information:
[    0.000000] Linux version 4.9.0-8-rt-686-pae (debian-kernel@lists.debian.org) (gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1) ) #1 SMP PREEMPT RT Debian 4.9.110-3+deb9u6 (2018-10-08)
[    0.000000] CPU0: Hyper-Threading is disabled
[    0.000000] x86/fpu: Legacy x87 FPU detected.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001f73ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000001f740000-0x000000001f74ffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000001f750000-0x000000001f7fffff] ACPI NVS
[    0.000000] Notice: NX (Execute Disable) protection missing in CPU!
[    0.000000] SMBIOS 2.3 present.
[    0.000000] DMI:  /D845GVSR                       , BIOS VA84510A.86A.0050.P18.0409222329 09/22/2004
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x1f740 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-DFFFF uncachable
[    0.000000]   E0000-FFFFF write-back
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask FE0000000 write-back
[    0.000000]   1 base 01F800000 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]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- UC  
[    0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [c00ff780]
[    0.000000] initial memory mapped: [mem 0x00000000-0x15ffffff]
[    0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[    0.000000] BRK [0x15a91000, 0x15a91fff] PGTABLE
[    0.000000] BRK [0x15a92000, 0x15a93fff] PGTABLE
[    0.000000] BRK [0x15a94000, 0x15a94fff] PGTABLE
[    0.000000] BRK [0x15a95000, 0x15a95fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x1d0f2000-0x1e70cfff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F77A0 000014 (v00 ACPIAM)
[    0.000000] ACPI: RSDT 0x000000001F740000 000030 (v01 INTEL  D845GVS1 20040922 MSFT 00000097)
[    0.000000] ACPI: FACP 0x000000001F740200 000074 (v01 INTEL  D845GVS1 20040922 MSFT 00000097)
[    0.000000] ACPI: DSDT 0x000000001F740370 00415D (v01 INTEL  D845GVS1 0000010A MSFT 0100000D)
[    0.000000] ACPI: FACS 0x000000001F750000 000040
[    0.000000] ACPI: APIC 0x000000001F740300 000068 (v01 INTEL  D845GVS1 20040922 MSFT 00000097)
[    0.000000] ACPI: ASF! 0x000000001F7444D0 000084 (v16 AMIASF I845GASF 00000001 MSFT 0100000D)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 0MB HIGHMEM available.
[    0.000000] 503MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 1f740000
[    0.000000]   low ram: 0 - 1f740000
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   Normal   [mem 0x0000000001000000-0x000000001f73ffff]
[    0.000000]   HighMem  empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000001f73ffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001f73ffff]
[    0.000000] On node 0 totalpages: 128734
[    0.000000] free_area_init_node: node 0, pgdat d5829780, node_mem_map df254028
[    0.000000]   DMA zone: 40 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   Normal zone: 1219 pages used for memmap
[    0.000000]   Normal zone: 124736 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] Reserving Intel graphics memory at 0x000000001f800000-0x000000001fffffff
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 1, 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: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] smpboot: Allowing 2 CPUs, 1 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] e820: [mem 0x20000000-0xffffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] percpu: Embedded 101 pages/cpu @df187000 s381472 r0 d32224 u413696
[    0.000000] pcpu-alloc: s381472 r0 d32224 u413696 alloc=101*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 127475
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-8-rt-686-pae root=/dev/sda1 ro quiet
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] Initializing HighMem for node 0 (00000000:00000000)
[    0.000000] Memory: 474880K/514936K available (6035K kernel code, 628K rwdata, 1756K rodata, 1060K init, 592K bss, 40056K reserved, 0K cma-reserved, 0K highmem)
[    0.000000] virtual kernel memory layout:
                   fixmap  : 0xffd36000 - 0xfffff000   (2852 kB)
                   pkmap   : 0xffa00000 - 0xffc00000   (2048 kB)
                   vmalloc : 0xdff40000 - 0xff9fe000   ( 506 MB)
                   lowmem  : 0xc0000000 - 0xdf740000   ( 503 MB)
                     .init : 0xd583d000 - 0xd5946000   (1060 kB)
                     .data : 0xd55e51f4 - 0xd583b280   (2392 kB)
                     .text : 0xd5000000 - 0xd55e51f4   (6036 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=32 to nr_cpu_ids=2.
[    0.000000] 	RCU kthread priority: 1.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS:2304 nr_irqs:440 16
[    0.000000] CPU 0 irqstacks, hard=dec3e000 soft=dec80000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2400.068 MHz processor
[    0.004009] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.13 BogoMIPS (lpj=9600272)
[    0.004011] pid_max: default: 32768 minimum: 301
[    0.004061] ACPI: Core revision 20160831
[    0.012247] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.012313] Security Framework initialized
[    0.012316] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.012331] AppArmor: AppArmor disabled by boot time parameter
[    0.012362] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.012364] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.012993] mce: CPU supports 4 MCE banks
[    0.013009] CPU0: Thermal monitoring enabled (TM1)
[    0.013023] process: using mwait in idle threads
[    0.013040] Last level iTLB entries: 4KB 128, 2MB 128, 4MB 128
[    0.013041] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 64, 1GB 0
[    0.013045] Spectre V2 : Mitigation: Full generic retpoline
[    0.013046] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.013048] Speculative Store Bypass: Vulnerable
[    0.034989] ftrace: allocating 24078 entries in 48 pages
[    0.064279] smpboot: Max logical packages: 2
[    0.064294] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.064678] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.108000] smpboot: CPU0: Intel(R) Celeron(R) CPU 2.40GHz (family: 0xf, model: 0x4, stepping: 0x1)
[    0.108000] Performance Events: Netburst events, Netburst P4/Xeon PMU driver.
[    0.108000] ... version:                0
[    0.108000] ... bit width:              40
[    0.108000] ... generic registers:      18
[    0.108000] ... value mask:             000000ffffffffff
[    0.108000] ... max period:             0000007fffffffff
[    0.108000] ... fixed-purpose events:   0
[    0.108000] ... event mask:             000000000003ffff
[    0.160116] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.168024] x86: Booted up 1 node, 1 CPUs
[    0.168030] smpboot: Total of 1 processors activated (4800.13 BogoMIPS)
[    0.168919] devtmpfs: initialized
[    0.172115] PM: Registering ACPI NVS region [mem 0x1f750000-0x1f7fffff] (720896 bytes)
[    0.172320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.172330] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.172425] pinctrl core: initialized pinctrl subsystem
[    0.172797] NET: Registered protocol family 16
[    0.176065] cpuidle: using governor ladder
[    0.176084] cpuidle: using governor menu
[    0.176199] ACPI: bus type PCI registered
[    0.176205] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.176359] PCI: Using configuration type 1 for base access
[    0.180228] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.196222] ACPI: Added _OSI(Module Device)
[    0.196226] ACPI: Added _OSI(Processor Device)
[    0.196228] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.196231] ACPI: Added _OSI(Processor Aggregator Device)
[    0.196757] ACPI: Executed 2 blocks of module-level executable AML code
[    0.202362] ACPI: Interpreter enabled
[    0.202418] ACPI: (supports S0 S1 S4 S5)
[    0.202422] ACPI: Using IOAPIC for interrupt routing
[    0.202519] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.207245] ACPI: Power Resource [URP1] (off)
[    0.207360] ACPI: Power Resource [URP2] (off)
[    0.207470] ACPI: Power Resource [FDDP] (off)
[    0.207585] ACPI: Power Resource [LPTP] (off)
[    0.215485] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.215501] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[    0.215514] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.215522] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.215929] PCI host bridge to bus 0000:00
[    0.215936] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.215940] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.215944] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.215947] pci_bus 0000:00: root bus resource [mem 0x1f800000-0xffffffff window]
[    0.215952] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.215975] pci 0000:00:00.0: [8086:2560] type 00 class 0x060000
[    0.216064] pci 0000:00:00.0: reg 0x10: [mem 0xe0000000-0xefffffff pref]
[    0.216312] pci 0000:00:02.0: [8086:2562] type 00 class 0x030000
[    0.216336] pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf7ffffff pref]
[    0.216347] pci 0000:00:02.0: reg 0x14: [mem 0xffa80000-0xffafffff]
[    0.216600] pci 0000:00:1d.0: [8086:24c2] type 00 class 0x0c0300
[    0.216659] pci 0000:00:1d.0: reg 0x20: [io  0xe800-0xe81f]
[    0.216835] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.216959] pci 0000:00:1d.1: [8086:24c4] type 00 class 0x0c0300
[    0.217020] pci 0000:00:1d.1: reg 0x20: [io  0xe880-0xe89f]
[    0.217188] pci 0000:00:1d.1: System wakeup disabled by ACPI
[    0.217305] pci 0000:00:1d.2: [8086:24c7] type 00 class 0x0c0300
[    0.217366] pci 0000:00:1d.2: reg 0x20: [io  0xec00-0xec1f]
[    0.217533] pci 0000:00:1d.2: System wakeup disabled by ACPI
[    0.217661] pci 0000:00:1d.7: [8086:24cd] type 00 class 0x0c0320
[    0.217689] pci 0000:00:1d.7: reg 0x10: [mem 0xffa7fc00-0xffa7ffff]
[    0.217814] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.217948] pci 0000:00:1d.7: System wakeup disabled by ACPI
[    0.218054] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060400
[    0.218189] pci 0000:00:1e.0: System wakeup disabled by ACPI
[    0.218296] pci 0000:00:1f.0: [8086:24c0] type 00 class 0x060100
[    0.218302] * The chipset may have PM-Timer Bug. Due to workarounds for a bug,
               * this clock source is slow. If you are sure your timer does not have
               * this bug, please use "acpi_pm_good" to disable the workaround
[    0.218396] pci 0000:00:1f.0: quirk: [io  0x0400-0x047f] claimed by ICH4 ACPI/GPIO/TCO
[    0.218403] pci 0000:00:1f.0: quirk: [io  0x0480-0x04bf] claimed by ICH4 GPIO
[    0.218579] pci 0000:00:1f.1: [8086:24cb] type 00 class 0x01018a
[    0.218600] pci 0000:00:1f.1: reg 0x10: [io  0x0000-0x0007]
[    0.218613] pci 0000:00:1f.1: reg 0x14: [io  0x0000-0x0003]
[    0.218625] pci 0000:00:1f.1: reg 0x18: [io  0x0000-0x0007]
[    0.218638] pci 0000:00:1f.1: reg 0x1c: [io  0x0000-0x0003]
[    0.218651] pci 0000:00:1f.1: reg 0x20: [io  0xffa0-0xffaf]
[    0.218665] pci 0000:00:1f.1: reg 0x24: [mem 0x00000000-0x000003ff]
[    0.218682] pci 0000:00:1f.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.218685] pci 0000:00:1f.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.218688] pci 0000:00:1f.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.218691] pci 0000:00:1f.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.218865] pci 0000:00:1f.3: [8086:24c3] type 00 class 0x0c0500
[    0.218925] pci 0000:00:1f.3: reg 0x20: [io  0xe000-0xe01f]
[    0.219109] pci 0000:00:1f.5: [8086:24c5] type 00 class 0x040100
[    0.219131] pci 0000:00:1f.5: reg 0x10: [io  0xe400-0xe4ff]
[    0.219143] pci 0000:00:1f.5: reg 0x14: [io  0xe080-0xe0bf]
[    0.219156] pci 0000:00:1f.5: reg 0x18: [mem 0xffa7f800-0xffa7f9ff]
[    0.219168] pci 0000:00:1f.5: reg 0x1c: [mem 0xffa7f400-0xffa7f4ff]
[    0.219236] pci 0000:00:1f.5: PME# supported from D0 D3hot D3cold
[    0.219471] pci 0000:01:00.0: [11c1:048c] type 00 class 0x078000
[    0.219495] pci 0000:01:00.0: reg 0x10: [mem 0xff8ffc00-0xff8ffcff]
[    0.219508] pci 0000:01:00.0: reg 0x14: [io  0xdc00-0xdc07]
[    0.219520] pci 0000:01:00.0: reg 0x18: [io  0xd800-0xd8ff]
[    0.219604] pci 0000:01:00.0: supports D2
[    0.219607] pci 0000:01:00.0: PME# supported from D2 D3hot D3cold
[    0.219743] pci 0000:01:08.0: [8086:1039] type 00 class 0x020000
[    0.219767] pci 0000:01:08.0: reg 0x10: [mem 0xff8fe000-0xff8fefff]
[    0.219779] pci 0000:01:08.0: reg 0x14: [io  0xd480-0xd4bf]
[    0.219867] pci 0000:01:08.0: supports D1 D2
[    0.219871] pci 0000:01:08.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.220085] pci 0000:00:1e.0: PCI bridge to [bus 01] (subtractive decode)
[    0.220094] pci 0000:00:1e.0:   bridge window [io  0xd000-0xdfff]
[    0.220100] pci 0000:00:1e.0:   bridge window [mem 0xff800000-0xff8fffff]
[    0.220107] pci 0000:00:1e.0:   bridge window [mem 0xcea00000-0xceafffff pref]
[    0.220111] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.220115] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.220118] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.220121] pci 0000:00:1e.0:   bridge window [mem 0x1f800000-0xffffffff window] (subtractive decode)
[    0.220139] pci_bus 0000:00: on NUMA node 0
[    0.222319] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[    0.222520] ACPI: PCI Interrupt Link [LNKB] (IRQs *3 4 5 6 7 9 10 11 12 14 15)
[    0.222718] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
[    0.222911] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
[    0.223107] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[    0.223304] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[    0.223494] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[    0.223689] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
[    0.224421] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.224427] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.224437] vgaarb: loaded
[    0.224441] vgaarb: bridge control possible 0000:00:02.0
[    0.228072] PCI: Using ACPI for IRQ routing
[    0.228080] PCI: pci_cache_line_size set to 64 bytes
[    0.228145] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.228151] e820: reserve RAM buffer [mem 0x1f740000-0x1fffffff]
[    0.232231] clocksource: Switched to clocksource refined-jiffies
[    0.257865] VFS: Disk quotas dquot_6.6.0
[    0.257932] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.258225] pnp: PnP ACPI init
[    0.258438] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.258982] system 00:01: [io  0x04d0-0x04d1] has been reserved
[    0.258996] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.259206] pnp 00:02: [dma 2]
[    0.259348] pnp 00:02: Plug and Play ACPI device, IDs PNP0700 (active)
[    0.259939] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.260785] pnp 00:04: [dma 3]
[    0.260991] pnp 00:04: Plug and Play ACPI device, IDs PNP0401 (active)
[    0.262014] system 00:05: [io  0x0400-0x047f] has been reserved
[    0.262021] system 00:05: [io  0x0680-0x06ff] has been reserved
[    0.262025] system 00:05: [io  0x0480-0x04bf] has been reserved
[    0.262032] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.262040] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.262051] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.262628] system 00:06: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.262637] system 00:06: [mem 0x000c0000-0x000dffff] could not be reserved
[    0.262641] system 00:06: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.262645] system 00:06: [mem 0x00100000-0x1f7fffff] could not be reserved
[    0.262655] system 00:06: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.263091] pnp: PnP ACPI: found 7 devices
[    0.263099] PnPBIOS: Disabled
[    0.303695] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.303722] clocksource: Switched to clocksource acpi_pm
[    0.303775] pci 0000:00:1f.1: BAR 5: assigned [mem 0x20000000-0x200003ff]
[    0.303788] pci 0000:00:1e.0: PCI bridge to [bus 01]
[    0.303794] pci 0000:00:1e.0:   bridge window [io  0xd000-0xdfff]
[    0.303802] pci 0000:00:1e.0:   bridge window [mem 0xff800000-0xff8fffff]
[    0.303808] pci 0000:00:1e.0:   bridge window [mem 0xcea00000-0xceafffff pref]
[    0.303819] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.303822] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.303826] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.303829] pci_bus 0000:00: resource 7 [mem 0x1f800000-0xffffffff window]
[    0.303833] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
[    0.303836] pci_bus 0000:01: resource 1 [mem 0xff800000-0xff8fffff]
[    0.303839] pci_bus 0000:01: resource 2 [mem 0xcea00000-0xceafffff pref]
[    0.303843] pci_bus 0000:01: resource 4 [io  0x0000-0x0cf7 window]
[    0.303846] pci_bus 0000:01: resource 5 [io  0x0d00-0xffff window]
[    0.303849] pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.303853] pci_bus 0000:01: resource 7 [mem 0x1f800000-0xffffffff window]
[    0.303853] NET: Registered protocol family 2
[    0.303853] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[    0.303853] TCP bind hash table entries: 4096 (order: 4, 114688 bytes)
[    0.303853] TCP: Hash tables configured (established 4096 bind 4096)
[    0.303853] UDP hash table entries: 256 (order: 2, 16384 bytes)
[    0.303853] UDP-Lite hash table entries: 256 (order: 2, 16384 bytes)
[    0.303853] NET: Registered protocol family 1
[    0.303853] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.303853] pci 0000:01:08.0: Firmware left e100 interrupts enabled; disabling
[    0.303853] PCI: CLS 64 bytes, default 64
[    0.303853] Unpacking initramfs...
[    1.249280] Freeing initrd memory: 22636K
[    1.250348] audit: initializing netlink subsys (disabled)
[    1.250402] audit: type=2000 audit(1574056254.247:1): initialized
[    1.255392] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[    1.259796] zbud: loaded
[    1.262296] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    1.266480] io scheduler noop registered
[    1.266484] io scheduler deadline registered
[    1.266603] io scheduler cfq registered (default)
[    1.266879] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.266894] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.267180] GHES: HEST is not enabled!
[    1.267337] isapnp: Scanning for PnP cards...
[    1.621916] isapnp: No Plug & Play device found
[    1.622149] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.642675] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.643745] Linux agpgart interface v0.103
[    1.643959] agpgart-intel 0000:00:00.0: Intel 845G Chipset
[    1.656667] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[    1.657153] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    1.660564] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.660585] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.661033] mousedev: PS/2 mouse device common for all mice
[    1.661134] rtc_cmos 00:00: RTC can wake from S4
[    1.661435] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[    1.661591] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram
[    1.662884] NET: Registered protocol family 10
[    1.667692] mip6: Mobile IPv6
[    1.667701] NET: Registered protocol family 17
[    1.667710] mpls_gso: MPLS GSO support
[    1.668352] microcode: sig=0xf41, pf=0x4, revision=0x17
[    1.668504] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    1.668517] Using IPI No-Shortcut mode
[    1.668927] registered taskstats version 1
[    1.669010] zswap: loaded using pool lzo/zbud
[    1.669102] ima: No TPM chip found, activating TPM-bypass!
[    1.669111] ima: Allocated hash algorithm: sha256
[    1.673653] rtc_cmos 00:00: setting system clock to 2019-11-18 05:50:54 UTC (1574056254)
[    1.673734] PM: Hibernation image not present or could not be loaded.
[    1.675371] Freeing unused kernel memory: 1060K
[    1.675548] Write protecting the kernel text: 6040k
[    1.675681] Write protecting the kernel read-only data: 1760k
[    1.729517] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.729801] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.734127] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.903966] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[    1.903971] e100: Copyright(c) 1999-2006 Intel Corporation
[    1.909270] ACPI: bus type USB registered
[    1.909347] usbcore: registered new interface driver usbfs
[    1.909380] usbcore: registered new interface driver hub
[    1.910578] usbcore: registered new device driver usb
[    1.914085] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.915308] uhci_hcd: USB Universal Host Controller Interface driver
[    1.915635] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.915654] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
[    1.915669] uhci_hcd 0000:00:1d.0: detected 2 ports
[    1.916963] ehci-pci: EHCI PCI platform driver
[    1.921582] uhci_hcd 0000:00:1d.0: irq 16, io base 0x0000e800
[    1.921783] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[    1.921787] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.921791] usb usb1: Product: UHCI Host Controller
[    1.921794] usb usb1: Manufacturer: Linux 4.9.0-8-rt-686-pae uhci_hcd
[    1.921797] usb usb1: SerialNumber: 0000:00:1d.0
[    1.922309] hub 1-0:1.0: USB hub found
[    1.922341] hub 1-0:1.0: 2 ports detected
[    1.923220] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    1.923241] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    1.923266] ehci-pci 0000:00:1d.7: debug port 1
[    1.927216] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[    1.935335] SCSI subsystem initialized
[    1.946543] ehci-pci 0000:00:1d.7: irq 23, io mem 0xffa7fc00
[    1.960358] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.960588] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.960593] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.960596] usb usb2: Product: EHCI Host Controller
[    1.960599] usb usb2: Manufacturer: Linux 4.9.0-8-rt-686-pae ehci_hcd
[    1.960602] usb usb2: SerialNumber: 0000:00:1d.7
[    1.961053] hub 2-0:1.0: USB hub found
[    1.961089] hub 2-0:1.0: 6 ports detected
[    1.966776] Floppy drive(s): fd0 is 1.44M
[    1.988317] hub 1-0:1.0: USB hub found
[    1.989218] hub 1-0:1.0: 2 ports detected
[    1.990096] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.990116] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    1.990145] uhci_hcd 0000:00:1d.1: detected 2 ports
[    1.990573] libata version 3.00 loaded.
[    1.995432] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000e880
[    1.995640] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.995645] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.995648] usb usb3: Product: UHCI Host Controller
[    1.995651] usb usb3: Manufacturer: Linux 4.9.0-8-rt-686-pae uhci_hcd
[    1.995654] usb usb3: SerialNumber: 0000:00:1d.1
[    1.996246] hub 3-0:1.0: USB hub found
[    1.996289] hub 3-0:1.0: 2 ports detected
[    1.996886] i801_smbus 0000:00:1f.3: SMBus using polling
[    1.997407] ata_piix 0000:00:1f.1: version 2.13
[    1.997422] ata_piix 0000:00:1f.1: enabling device (0005 -> 0007)
[    2.005679] FDC 0 is a post-1991 82077
[    2.024831] scsi host0: ata_piix
[    2.033866] e100 0000:01:08.0 eth0: addr 0xff8fe000, irq 20, MAC addr 00:11:11:90:7c:9d
[    2.040163] scsi host1: ata_piix
[    2.040373] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
[    2.040377] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
[    2.040715] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    2.040739] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    2.040754] uhci_hcd 0000:00:1d.2: detected 2 ports
[    2.044240] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000ec00
[    2.044473] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    2.044477] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.044480] usb usb4: Product: UHCI Host Controller
[    2.044483] usb usb4: Manufacturer: Linux 4.9.0-8-rt-686-pae uhci_hcd
[    2.044486] usb usb4: SerialNumber: 0000:00:1d.2
[    2.044972] hub 4-0:1.0: USB hub found
[    2.045008] hub 4-0:1.0: 2 ports detected
[    2.208290] ata2.01: NODEV after polling detection
[    2.210986] ata2.00: ATAPI: SAMSUNG CD-R/RW SW-252B, R700, max UDMA/33
[    2.215912] ata2.00: configured for UDMA/33
[    2.218163] ata1.00: ATA-7: WDC WD1600AAJB-00PVA0, 00.07H00, max UDMA/100
[    2.218168] ata1.00: 312581808 sectors, multi 16: LBA48 
[    2.220956] ata1.00: configured for UDMA/100
[    2.225482] scsi 0:0:0:0: Direct-Access     ATA      WDC WD1600AAJB-0 7H00 PQ: 0 ANSI: 5
[    2.255807] scsi 1:0:0:0: CD-ROM            SAMSUNG  CD-R/RW SW-252B  R700 PQ: 0 ANSI: 5
[    2.271168] sd 0:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[    2.271301] sd 0:0:0:0: [sda] Write Protect is off
[    2.271306] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.271357] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.272121] tsc: Refined TSC clocksource calibration: 2400.085 MHz
[    2.272134] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x229887d25b0, max_idle_ns: 440795264680 ns
[    2.290136] sr 1:0:0:0: [sr0] scsi3-mmc drive: 52x/52x writer cd/rw xa/form2 cdda tray
[    2.290141] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.290851] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    2.312608]  sda: sda1 sda2 < sda5 >
[    2.314248] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.452081] usb 1-2: new low-speed USB device number 2 using uhci_hcd
[    2.638102] usb 1-2: New USB device found, idVendor=413c, idProduct=2003
[    2.638109] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.638112] usb 1-2: Product: Dell USB Keyboard
[    2.638115] usb 1-2: Manufacturer: Dell
[    2.665913] hidraw: raw HID events driver (C) Jiri Kosina
[    2.689052] usbcore: registered new interface driver usbhid
[    2.689058] usbhid: USB HID core driver
[    2.694551] input: Dell Dell USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb1/1-2/1-2:1.0/0003:413C:2003.0001/input/input3
[    2.754315] hid-generic 0003:413C:2003.0001: input,hidraw0: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:00:1d.0-2/input0
[    2.782429] PM: Starting manual resume from disk
[    2.782442] PM: Hibernation image partition 8:5 present
[    2.782444] PM: Looking for hibernation image.
[    2.782989] PM: Image not found (code -22)
[    2.782994] PM: Hibernation image not present or could not be loaded.
[    2.984735] random: fast init done
[    3.106849] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    3.168152] usb 3-1: new low-speed USB device number 2 using uhci_hcd
[    3.296277] clocksource: Switched to clocksource tsc
[    3.357132] usb 3-1: New USB device found, idVendor=045e, idProduct=0084
[    3.357140] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.357143] usb 3-1: Product: Basic Optical Mouse
[    3.357146] usb 3-1: Manufacturer: Microsoft
[    3.374945] input: Microsoft Basic Optical Mouse as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/0003:045E:0084.0002/input/input4
[    3.375306] hid-generic 0003:045E:0084.0002: input,hidraw1: USB HID v1.10 Mouse [Microsoft Basic Optical Mouse] on usb-0000:00:1d.1-1/input0
[    4.198558] ip_tables: (C) 2000-2006 Netfilter Core Team
[    4.301745] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    4.302209] systemd[1]: Detected architecture x86.
[    4.314195] systemd[1]: Set hostname to <jonty>.
[    5.404557] systemd[1]: live-tools.service: Cannot add dependency job, ignoring: Unit live-tools.service is masked.
[    5.404590] systemd[1]: rsync.service: Cannot add dependency job, ignoring: Unit rsync.service is masked.
[    5.406924] systemd[1]: Listening on Syslog Socket.
[    5.407392] systemd[1]: Listening on fsck to fsckd communication Socket.
[    5.407639] systemd[1]: Listening on udev Control Socket.
[    5.407850] systemd[1]: Listening on Journal Socket (/dev/log).
[    5.408235] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    5.528616] random: crng init done
[    5.528623] random: 7 urandom warning(s) missed due to ratelimiting
[    6.036420] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[    6.171949] lp: driver loaded but no devices found
[    6.337642] ppdev: user-space parallel port driver
[    6.358528] parport_pc 00:04: reported by Plug and Play ACPI
[    6.358667] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE,EPP]
[    6.464435] lp0: using parport0 (interrupt-driven).
[    6.601734] systemd-journald[194]: Received request to flush runtime journal from PID 1
[    7.755334] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input5
[    7.755351] ACPI: Sleep Button [SLPB]
[    7.755533] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
[    7.755541] ACPI: Power Button [PWRF]
[    7.874177] intel_rng: Firmware space is locked read-only. If you can't or
               intel_rng: don't want to disable this in firmware setup, and if
               intel_rng: you are certain that your system has a functional
               intel_rng: RNG, try using the 'no_fwh_detect' option.
[    7.919655] [drm] Initialized
[    7.954230] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    8.061348] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    8.061498] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    8.650574] input: PC Speaker as /devices/platform/pcspkr/input/input7
[    8.756129] snd_intel8x0 0000:00:1f.5: intel8x0_measure_ac97_clock: measured 56543 usecs (2724 samples)
[    8.756136] snd_intel8x0 0000:00:1f.5: clocking to 48000
[    8.978863] agpgart-intel 0000:00:00.0: Intel 845G Chipset
[    8.978888] agpgart-intel 0000:00:00.0: detected gtt size: 131072K total, 131072K mappable
[    8.979018] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[    8.979068] [drm] Memory usable by graphics device = 128M
[    8.979075] [drm] Replacing VGA console driver
[    8.984682] Console: switching to colour dummy device 80x25
[    8.986065] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    8.986069] [drm] Driver supports precise vblank timestamp query.
[    8.986925] [drm:intel_bios_init [i915]] *ERROR* Unexpected child device config size 22 (expected 27 for VBT version 107)
[    8.993018] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    9.000966] [drm] RC6 disabled, disabling runtime PM support
[    9.001147] [drm] initialized overlay support
[    9.005535] [drm] Initialized i915 1.6.0 20160919 for 0000:00:02.0 on minor 0
[    9.118962] fbcon: inteldrmfb (fb0) is primary device
[    9.277665] Console: switching to colour frame buffer device 160x64
[    9.302111] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    9.319611] iTCO_vendor_support: vendor-support=0
[    9.326215] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    9.326314] iTCO_wdt: Found a ICH4 TCO device (Version=1, TCOBASE=0x0460)
[    9.327345] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    9.756998] Adding 514044k swap on /dev/sda5.  Priority:-1 extents:1 across:514044k FS
[   14.816238] e100 0000:01:08.0 eth0: NIC Link is Up 100 Mbps Full Duplex
[  341.296222] [drm:intel_pipe_update_end [i915]] *ERROR* Atomic update failure on pipe A (start=3362217112 end=3362217113) time 126 us, min 1017, max 1023, scanline start 1015, end 1024
[  642.867752] CPU0: Core temperature above threshold, cpu clock throttled (total events = 1)
[  642.867955] mce: [Hardware Error]: Machine check events logged
[  642.869287] CPU0: Core temperature/speed normal
[  642.869342] mce: [Hardware Error]: Machine check events logged

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

More
18 Nov 2019 06:21 #150565 by cmorley
hm2_eth is included with linuxcnc - nothing to download.

hm2_eth: ERROR: 192.168.1.121: Could not retrieve mac address

Seems you have a network problem connecting to the board.

does your board use address 192.168.1.121?
In your other post you use 10.10.10.10

Chris

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

Moderators: cmorley
Time to create page: 0.118 seconds
Powered by Kunena Forum