Ethercat HAL driver

More
31 Jul 2016 21:01 #78208 by REEEN
Replied by REEEN on topic Ethercat HAL driver
Hello everyone,
simple question, does the linuxnc driver for ethercat also work with rt preempt ?

Or does it only work with rtai and xenomai ?

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

More
01 Aug 2016 02:32 #78217 by sirop
Replied by sirop on topic Ethercat HAL driver

Hello everyone,
simple question, does the linuxnc driver for ethercat also work with rt preempt ?

Or does it only work with rtai and xenomai ?


If the question is about using userspace threads instead of kernel threads with linuxcnc-ethercat,
then the answer is yes. I use userspace threads with xenomai. So rt-preempt should also go.

However, you might need to install the EtherCAT master manually, as github.com/sittner/ec-debianize/blob/mas...an/configure#L79-L95 does not mention rt-preempt.
The following user(s) said Thank You: Nico2017

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

More
01 Aug 2016 07:10 #78222 by REEEN
Replied by REEEN on topic Ethercat HAL driver
Thank you.
I use debian jessie and jessie for now only suports rt preempt.

You are right I also tried to install etherlab master this way and got an error about missing realtime kernel.

Do you mean that I have to install it from igh homepage ?

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

More
01 Aug 2016 07:20 #78224 by sirop
Replied by sirop on topic Ethercat HAL driver

Thank you.

Do you mean that I have to install it from igh homepage ?


Either this or try to edit github.com/sittner/ec-debianize/blob/mas...an/configure#L79-L95
adding:
"THE OUTPUT of 'uname -r' ")
        XENO_CONFIG=`which xeno-config`
        KERNEL_DEPENDS="$KERNEL_DEPENDS, linux-modules-$KERNEL_VERSION"
        CONF_EXTRA=" --enable-8139too --enable-e100 --enable-e1000 --enable-e1000e --enable-r8169"
    ;;

Substitute "THE OUTPUT of 'uname -r' " with the actual output of
uname -r
.
You can also edit
CONF_EXTRA=" --enable-8139too --enable-e100 --enable-e1000 --enable-e1000e --enable-r8169"
according to your needs.

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

More
10 Aug 2016 13:24 - 10 Aug 2016 13:26 #78571 by mfalcon
Replied by mfalcon on topic Ethercat HAL driver
hello

I tried several times with the mentioned steps, but I failed to get the whole thing to work, please help me to understand what I am missing. I am a newbie in linuxcnc, and my experience with linux itself is limited . The following are the steps that I made:


Step 0 : you need to install Debian Linuxcnc with RTAI core (I failed to do the following procedure when I tried Linux with
RT Preemption). The following procedure was fully tested with Linux Debian-7.9'-'3.4-9-rtai-686-pae' linuxcnc.

First Part: Intallation of Eathercatlab Hal Component

1st Download ethercat master from IgH from here:
www.etherlab.org/download/ethercat/ethercat-1.5.2.tar.bz2

2nd Open a shellTerminal, and go to the folder that contains the ethercat master, and Untar the file

3rd download debian folder from sittner from here:
github.com/sittner/ec-debianize/archive/master.zip

4th Unzip the file "ec-debianize-master.zip"

5th copy debian folder (the was produced in 4th step) to /ethercat-1.5.2/ (that was produced 2nd step)

6th now in the shell terminal, use the following instructions:
cd ethercat-1.5.2
cd debian
./configure -a
cd ..
sudo apt-get update
dpkg-checkbuilddeps
(I was missing dpatch package)
dpkg-buildpackage
wait until it finishes building. use command "cd .." in the shell to go to the parent directory.
You will find two files : etherlabmaster-dev_1.5.2+hg4b0b90_i386.deb , etherlabmaster_1.5.2+hg4b0b90_i386.deb

7th sudo dpkg -i etherlabmaster_1.5.2+hg4b0b90_i386.deb

8th edit the file : "/etc/default/ethercat"

9th sudo update-ethercat-config

10th sudo dpkg -i etherlabmaster-dev_1.5.2+hg4b0b90_i386.deb

11th restart the machine to get the driver loaded at start. After that you can execute # ethercat master in terminal



Second Part : Installation of linuxcnc with lcec Hal Driver

1st Download sittner linuxcnc modification with lcec inside:
# git clone github.com/sittner/linuxcnc-ethercat.git linuxcnc-ethercat
# cd linuxcnc-ethercat

2nd # make

3rd # sudo make install

4th cd linuxcnc-ethercat/src

5th Build

6th make

7th sudo make install

8th . Copy the built binary to the ethercat directory : sudo cp lcec_conf /usr/bin/

9th restart


after all of this I get the following error when I run the example CDP17_x:


Debug file information:
Error: could not insert module /usr/realtime-3.4-9-rtai-686-pae/modules/linuxcnc/lcec.ko: Invalid parameters
./cpd17_x.hal:2: exit value: 1
./cpd17_x.hal:2: insmod for lcec failed, returned -1
See the output of 'dmesg' for more information.
4645
PID TTY STAT TIME COMMAND
Stopping realtime threads
Unloading hal components

how can I resolve this??
Last edit: 10 Aug 2016 13:26 by mfalcon.

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

More
10 Aug 2016 13:40 #78573 by sirop
Replied by sirop on topic Ethercat HAL driver

Error: could not insert module /usr/realtime-3.4-9-rtai-686-pae/modules/linuxcnc/lcec.ko: Invalid parameters
./cpd17_x.hal:2: exit value: 1
./cpd17_x.hal:2: insmod for lcec failed, returned -1
See the output of 'dmesg' for more information.
4645
PID TTY STAT TIME COMMAND
Stopping realtime threads
Unloading hal components


So what is the output of dmesg wrt this error?
The following user(s) said Thank You: mfalcon

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

More
10 Aug 2016 14:29 #78574 by mfalcon
Replied by mfalcon on topic Ethercat HAL driver
kindly find the output of dmesg
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.4-9-rtai-686-pae (Debian 3.4.55-4linuxcnc) () (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP PREEMPT Debian 3.4.55-4linuxcnc
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
[    0.000000]  BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000df492c00 (usable)
[    0.000000]  BIOS-e820: 00000000df492c00 - 00000000e0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed18000 - 00000000fed1c000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed20000 - 00000000fed90000 (reserved)
[    0.000000]  BIOS-e820: 00000000feda4000 - 00000000feda5000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee10000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 00000001a0000000 (usable)
[    0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[    0.000000] SMBIOS 2.6 present.
[    0.000000] DMI: Dell Inc. Precision M6500                 /0R1203, BIOS A10 06/04/2013
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] last_pfn = 0xdf492 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-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask 000000000 write-back
[    0.000000]   1 base 0E0000000 mask FE0000000 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 enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820 update range: 00000000e0000000 - 0000000100000000 (usable) ==> (reserved)
[    0.000000] initial memory mapped : 0 - 01800000
[    0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[    0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[    0.000000]  0000000000 - 0000400000 page 4k
[    0.000000]  0000400000 - 0037400000 page 2M
[    0.000000]  0037400000 - 00377fe000 page 4k
[    0.000000] kernel direct mapping tables up to 0x377fdfff @ [mem 0x017f8000-0x017fffff]
[    0.000000] RAMDISK: 36530000 - 37290000
[    0.000000] ACPI: RSDP 000fb870 00024 (v02 DELL  )
[    0.000000] ACPI: XSDT df4a3600 00074 (v01 DELL    P2      27DD0604 ASL  00000061)
[    0.000000] ACPI: FACP df4a349c 000F4 (v04 DELL    P2      27DD0604 ASL  00000061)
[    0.000000] ACPI: DSDT df4a3c00 0666C (v02 INT430 SYSFexxx 00001001 INTL 20050624)
[    0.000000] ACPI: FACS df4b2400 00040
[    0.000000] ACPI: HPET df4a3700 00038 (v01 DELL    P2      00000001 ASL  00000061)
[    0.000000] ACPI: ____ df4b1c00 00030 (v01 DELL    P2      27DD0604 ASL  00000061)
[    0.000000] ACPI: APIC df4a3800 00098 (v01 DELL    P2      27DD0604 ASL  00000047)
[    0.000000] ACPI: ASF! df4a3400 00076 (v32 DELL    P2      27DD0604 ASL  00000061)
[    0.000000] ACPI: MCFG df4a37c0 0003C (v16 DELL    P2      27DD0604 ASL  00000061)
[    0.000000] ACPI: TCPA df4a3b00 00032 (v01                 00000000 ASL  00000000)
[    0.000000] ACPI: SLIC df4a389c 00176 (v01 DELL    P2      27DD0604 ASL  00000061)
[    0.000000] ACPI: BOOT df4a33c0 00028 (v01 DELL    P2      27DD0604 ASL  00000061)
[    0.000000] ACPI: SSDT df4a1150 009F1 (v01  PmRef    CpuPm 00003000 INTL 20080729)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 2684MB 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 -> 0x000df492
[    0.000000] Movable zone start PFN for each node
[    0.000000] Early memory PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x000df492
[    0.000000] On node 0 totalpages: 914465
[    0.000000] free_area_init_node: node 0, pgdat c1498a00, node_mem_map f4940200
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3951 pages, LIFO batch:0
[    0.000000]   Normal zone: 1744 pages used for memmap
[    0.000000]   Normal zone: 221486 pages, LIFO batch:31
[    0.000000]   HighMem zone: 5370 pages used for memmap
[    0.000000]   HighMem zone: 681882 pages, LIFO batch:31
[    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 (acpi_id[0x02] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x04] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x05] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x06] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] disabled)
[    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[0x06] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 6, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] SMP: Allowing 8 CPUs, 4 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at e0000000 (gap: e0000000:18000000)
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 17 pages/cpu @f7763000 s48384 r0 d21248 u69632
[    0.000000] pcpu-alloc: s48384 r0 d21248 u69632 alloc=17*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 907319
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.4-9-rtai-686-pae root=UUID=17e35cc1-4367-4885-9e1a-68a12334a710 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 7316496 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:000df492)
[    0.000000] Memory: 3601128k/3658312k available (3495k kernel code, 56732k reserved, 1237k data, 416k init, 2749008k 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:744 16
[    0.000000] CPU 0 irqstacks, hard=f3c06000 soft=f3c08000
[    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 failed
[    0.008000] TSC: PIT calibration matches HPET. 1 loops
[    0.008000] Detected 2660.249 MHz processor.
[    0.000004] Calibrating delay loop (skipped), value calculated using timer frequency.. 5320.49 BogoMIPS (lpj=10640996)
[    0.000013] pid_max: default: 32768 minimum: 301
[    0.000136] Security Framework initialized
[    0.000143] AppArmor: AppArmor disabled by boot time parameter
[    0.000199] Mount-cache hash table entries: 512
[    0.000711] Initializing cgroup subsys cpuacct
[    0.000717] Initializing cgroup subsys memory
[    0.000740] Initializing cgroup subsys devices
[    0.000745] Initializing cgroup subsys freezer
[    0.000749] Initializing cgroup subsys net_cls
[    0.000753] Initializing cgroup subsys blkio
[    0.000772] Initializing cgroup subsys perf_event
[    0.000839] CPU: Physical Processor ID: 0
[    0.000843] CPU: Processor Core ID: 0
[    0.000851] mce: CPU supports 9 MCE banks
[    0.000876] CPU0: Thermal monitoring handled by SMI
[    0.001071] ACPI: Core revision 20120320
[    0.028224] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.028877] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.068496] CPU0: Intel(R) Core(TM) i7 CPU       M 620  @ 2.67GHz stepping 05
[    0.175265] Performance Events: PEBS fmt1+, 16-deep LBR, Westmere events, Intel PMU driver.
[    0.175289] CPUID marked event: 'bus cycles' unavailable
[    0.175295] ... version:                3
[    0.175299] ... bit width:              48
[    0.175302] ... generic registers:      4
[    0.175315] ... value mask:             0000ffffffffffff
[    0.175319] ... max period:             000000007fffffff
[    0.175322] ... fixed-purpose events:   3
[    0.175326] ... event mask:             000000070000000f
[    0.187410] NMI watchdog: enabled, takes one hw-pmu counter.
[    0.199248] CPU 1 irqstacks, hard=f3d14000 soft=f3d16000
[    0.199253] Booting Node   0, Processors  #1
[    0.209567] Initializing CPU#1
[    0.210337] CPU1: Thermal monitoring handled by SMI
[    0.212470] NMI watchdog: enabled, takes one hw-pmu counter.
[    0.219198] CPU 2 irqstacks, hard=f3d44000 soft=f3d46000
[    0.219202]  #2
[    0.229424] Initializing CPU#2
[    0.230268] CPU2: Thermal monitoring handled by SMI
[    0.232488] NMI watchdog: enabled, takes one hw-pmu counter.
[    0.239147] CPU 3 irqstacks, hard=f3d56000 soft=f3d58000
[    0.239151]  #3
[    0.249265] Initializing CPU#3
[    0.250106] CPU3: Thermal monitoring handled by SMI
[    0.252233] NMI watchdog: enabled, takes one hw-pmu counter.
[    0.252330] Brought up 4 CPUs
[    0.252343] Total of 4 processors activated (21281.99 BogoMIPS).
[    0.256111] devtmpfs: initialized
[    0.256886] dummy: 
[    0.257026] NET: Registered protocol family 16
[    0.257316] ACPI: bus type pci registered
[    0.257447] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.257453] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.257465] PCI: Using MMCONFIG for extended config space
[    0.257469] PCI: Using configuration type 1 for base access
[    0.257487] dmi type 0xB1 record - unknown flag
[    0.259030] bio: create slab  at 0
[    0.259309] ACPI: Added _OSI(Module Device)
[    0.259314] ACPI: Added _OSI(Processor Device)
[    0.259318] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.259323] ACPI: Added _OSI(Processor Aggregator Device)
[    0.262427] ACPI: EC: Look up EC in DSDT
[    0.274809] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.299274] ACPI: SSDT df4b2480 00043 (v01  LMPWR  DELLLOM 00001001 INTL 20050624)
[    0.300016] ACPI: Dynamic OEM Table Load:
[    0.300022] ACPI: SSDT   (null) 00043 (v01  LMPWR  DELLLOM 00001001 INTL 20050624)
[    0.301009] ACPI: SSDT df4a27e2 00466 (v01  PmRef  Cpu0Ist 00003000 INTL 20080729)
[    0.301795] ACPI: Dynamic OEM Table Load:
[    0.301809] ACPI: SSDT   (null) 00466 (v01  PmRef  Cpu0Ist 00003000 INTL 20080729)
[    0.302239] ACPI: SSDT df4a1c5a 00885 (v01  PmRef  Cpu0Cst 00003001 INTL 20080729)
[    0.302993] ACPI: Dynamic OEM Table Load:
[    0.303008] ACPI: SSDT   (null) 00885 (v01  PmRef  Cpu0Cst 00003001 INTL 20080729)
[    0.303902] ACPI: SSDT df4a24df 00303 (v01  PmRef    ApIst 00003000 INTL 20080729)
[    0.304952] ACPI: Dynamic OEM Table Load:
[    0.304958] ACPI: SSDT   (null) 00303 (v01  PmRef    ApIst 00003000 INTL 20080729)
[    0.305304] ACPI: SSDT df4a1b41 00119 (v01  PmRef    ApCst 00003000 INTL 20080729)
[    0.306170] ACPI: Dynamic OEM Table Load:
[    0.306176] ACPI: SSDT   (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20080729)
[    0.313314] ACPI: Interpreter enabled
[    0.313329] ACPI: (supports S0 S3 S4 S5)
[    0.313387] ACPI: Using IOAPIC for interrupt routing
[    0.442105] ACPI: EC: GPE = 0x10, I/O: command/status = 0x934, data = 0x930
[    0.444847] ACPI: No dock devices found.
[    0.444867] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.482669] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.558340] pci_root PNP0A03:00: host bridge window [io  0x0000-0x0cf7]
[    0.558346] pci_root PNP0A03:00: host bridge window [io  0x0d00-0xffff]
[    0.558360] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.558364] pci_root PNP0A03:00: host bridge window [mem 0x000d0000-0x000dffff]
[    0.558369] pci_root PNP0A03:00: host bridge window [mem 0xe0000000-0xf7ffffff]
[    0.558374] pci_root PNP0A03:00: host bridge window [mem 0xfc000000-0xfebfffff]
[    0.558378] pci_root PNP0A03:00: host bridge window [mem 0xfec10000-0xfecfffff]
[    0.558391] pci_root PNP0A03:00: host bridge window [mem 0xfed1c000-0xfed1ffff]
[    0.558396] pci_root PNP0A03:00: host bridge window [mem 0xfed90000-0xfed9ffff]
[    0.558401] pci_root PNP0A03:00: host bridge window [mem 0xfed40000-0xfed44fff]
[    0.558405] pci_root PNP0A03:00: host bridge window [mem 0xfeda7000-0xfedfffff]
[    0.558410] pci_root PNP0A03:00: host bridge window [mem 0xfee10000-0xff9fffff]
[    0.558423] pci_root PNP0A03:00: host bridge window [mem 0xffc00000-0xffdfffff]
[    0.558520] PCI host bridge to bus 0000:00
[    0.558525] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.558529] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.558534] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.558538] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
[    0.558551] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xf7ffffff]
[    0.558556] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfebfffff]
[    0.558561] pci_bus 0000:00: root bus resource [mem 0xfec10000-0xfecfffff]
[    0.558565] pci_bus 0000:00: root bus resource [mem 0xfed1c000-0xfed1ffff]
[    0.558570] pci_bus 0000:00: root bus resource [mem 0xfed90000-0xfed9ffff]
[    0.558582] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
[    0.558587] pci_bus 0000:00: root bus resource [mem 0xfeda7000-0xfedfffff]
[    0.558592] pci_bus 0000:00: root bus resource [mem 0xfee10000-0xff9fffff]
[    0.558596] pci_bus 0000:00: root bus resource [mem 0xffc00000-0xffdfffff]
[    0.558622] pci 0000:00:00.0: [8086:0044] type 00 class 0x060000
[    0.558710] pci 0000:00:01.0: [8086:0045] type 01 class 0x060400
[    0.558777] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.558892] pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320
[    0.558947] pci 0000:00:1a.0: reg 10: [mem 0xfed1d000-0xfed1d3ff]
[    0.559131] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.559199] pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300
[    0.559241] pci 0000:00:1b.0: reg 10: [mem 0xf6ffc000-0xf6ffffff 64bit]
[    0.559400] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.559467] pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
[    0.559628] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.559698] pci 0000:00:1c.1: [8086:3b44] type 01 class 0x060400
[    0.559860] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.559926] pci 0000:00:1c.2: [8086:3b46] type 01 class 0x060400
[    0.560088] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.560153] pci 0000:00:1c.3: [8086:3b48] type 01 class 0x060400
[    0.560326] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.560391] pci 0000:00:1c.4: [8086:3b4a] type 01 class 0x060400
[    0.560552] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.560617] pci 0000:00:1c.5: [8086:3b4c] type 01 class 0x060400
[    0.560778] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.560843] pci 0000:00:1c.6: [8086:3b4e] type 01 class 0x060400
[    0.561004] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[    0.561069] pci 0000:00:1c.7: [8086:3b50] type 01 class 0x060400
[    0.561230] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[    0.561305] pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320
[    0.561360] pci 0000:00:1d.0: reg 10: [mem 0xfed1c000-0xfed1c3ff]
[    0.561535] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.561593] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.561753] pci 0000:00:1f.0: [8086:3b03] type 00 class 0x060100
[    0.561983] pci 0000:00:1f.2: [8086:3b2e] type 00 class 0x01018f
[    0.562026] pci 0000:00:1f.2: reg 10: [io  0x6e70-0x6e77]
[    0.562053] pci 0000:00:1f.2: reg 14: [io  0x6e78-0x6e7b]
[    0.562079] pci 0000:00:1f.2: reg 18: [io  0x6e80-0x6e87]
[    0.562106] pci 0000:00:1f.2: reg 1c: [io  0x6e88-0x6e8b]
[    0.562123] pci 0000:00:1f.2: reg 20: [io  0x6ea0-0x6eaf]
[    0.562150] pci 0000:00:1f.2: reg 24: [io  0x6e90-0x6e9f]
[    0.562266] pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500
[    0.562308] pci 0000:00:1f.3: reg 10: [mem 0xf6ffb000-0xf6ffb0ff 64bit]
[    0.562370] pci 0000:00:1f.3: reg 20: [io  0x1100-0x111f]
[    0.562465] pci 0000:00:1f.5: [8086:3b2d] type 00 class 0x010185
[    0.562508] pci 0000:00:1f.5: reg 10: [io  0x6eb0-0x6eb7]
[    0.562534] pci 0000:00:1f.5: reg 14: [io  0x6eb8-0x6ebb]
[    0.562560] pci 0000:00:1f.5: reg 18: [io  0x6ec0-0x6ec7]
[    0.562586] pci 0000:00:1f.5: reg 1c: [io  0x6ec8-0x6ecb]
[    0.562604] pci 0000:00:1f.5: reg 20: [io  0x6ee0-0x6eef]
[    0.562630] pci 0000:00:1f.5: reg 24: [io  0xeff0-0xefff]
[    0.562756] pci 0000:00:1f.6: [8086:3b32] type 00 class 0x118000
[    0.563052] pci 0000:01:00.0: [10de:061d] type 00 class 0x030000
[    0.563076] pci 0000:01:00.0: reg 10: [mem 0xf5000000-0xf5ffffff]
[    0.563101] pci 0000:01:00.0: reg 14: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.563121] pci 0000:01:00.0: reg 1c: [mem 0xf2000000-0xf3ffffff 64bit]
[    0.563145] pci 0000:01:00.0: reg 24: [io  0xdf00-0xdf7f]
[    0.563157] pci 0000:01:00.0: reg 30: [mem 0xf6e00000-0xf6e1ffff pref]
[    0.563251] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.563265] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
[    0.563271] pci 0000:00:01.0:   bridge window [mem 0xf2000000-0xf6efffff]
[    0.563278] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[    0.563398] pci 0000:00:1c.0: PCI bridge to [bus 0b-0b]
[    0.563882] pci 0000:0c:00.0: [8086:4235] type 00 class 0x028000
[    0.564303] pci 0000:0c:00.0: reg 10: [mem 0xf1ffe000-0xf1ffffff 64bit]
[    0.566078] pci 0000:0c:00.0: PME# supported from D0 D3hot D3cold
[    0.566809] pci 0000:00:1c.1: PCI bridge to [bus 0c-0c]
[    0.566822] pci 0000:00:1c.1:   bridge window [mem 0xf1f00000-0xf1ffffff]
[    0.566951] pci 0000:00:1c.2: PCI bridge to [bus 0d-0d]
[    0.567086] pci 0000:00:1c.3: PCI bridge to [bus 0e-0f]
[    0.567101] pci 0000:00:1c.3:   bridge window [io  0xc000-0xcfff]
[    0.567110] pci 0000:00:1c.3:   bridge window [mem 0xf1c00000-0xf1efffff]
[    0.567130] pci 0000:00:1c.3:   bridge window [mem 0xf0000000-0xf01fffff 64bit pref]
[    0.567241] pci 0000:00:1c.4: PCI bridge to [bus 10-10]
[    0.567581] pci 0000:09:00.0: [14e4:1680] type 00 class 0x020000
[    0.567646] pci 0000:09:00.0: reg 10: [mem 0xf1be0000-0xf1beffff 64bit]
[    0.567698] pci 0000:09:00.0: reg 18: [mem 0xf1bf0000-0xf1bfffff 64bit]
[    0.567888] pci 0000:09:00.0: PME# supported from D3hot D3cold
[    0.567992] pci 0000:00:1c.5: PCI bridge to [bus 09-09]
[    0.568012] pci 0000:00:1c.5:   bridge window [mem 0xf1b00000-0xf1bfffff]
[    0.568140] pci 0000:00:1c.6: PCI bridge to [bus 11-11]
[    0.568152] pci 0000:00:1c.6:   bridge window [mem 0xf1a00000-0xf1afffff]
[    0.568281] pci 0000:00:1c.7: PCI bridge to [bus 12-12]
[    0.568388] pci 0000:03:01.0: [104c:8039] type 02 class 0x060700
[    0.568436] pci 0000:03:01.0: reg 10: [mem 0x00000000-0x00000fff]
[    0.568478] pci 0000:03:01.0: supports D1 D2
[    0.568482] pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.568532] pci 0000:03:01.1: [104c:803a] type 00 class 0x0c0010
[    0.568571] pci 0000:03:01.1: reg 10: [mem 0xf19f9000-0xf19f97ff]
[    0.568597] pci 0000:03:01.1: reg 14: [mem 0xf19fc000-0xf19fffff]
[    0.568734] pci 0000:03:01.1: supports D1 D2
[    0.568738] pci 0000:03:01.1: PME# supported from D0 D1 D2 D3hot
[    0.568789] pci 0000:03:01.2: [104c:803b] type 00 class 0x018000
[    0.568828] pci 0000:03:01.2: reg 10: [mem 0xf19fa000-0xf19fafff]
[    0.568984] pci 0000:03:01.2: supports D1 D2
[    0.568988] pci 0000:03:01.2: PME# supported from D0 D1 D2 D3hot
[    0.569030] pci 0000:03:01.3: [104c:803c] type 00 class 0x080501
[    0.569076] pci 0000:03:01.3: reg 10: [mem 0xf19fb000-0xf19fb0ff]
[    0.569229] pci 0000:03:01.3: supports D1 D2
[    0.569241] pci 0000:03:01.3: PME# supported from D0 D1 D2 D3hot
[    0.569351] pci 0000:00:1e.0: PCI bridge to [bus 03-04] (subtractive decode)
[    0.569372] pci 0000:00:1e.0:   bridge window [mem 0xf1900000-0xf19fffff]
[    0.569384] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.569389] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.569403] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.569407] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
[    0.569413] pci 0000:00:1e.0:   bridge window [mem 0xe0000000-0xf7ffffff] (subtractive decode)
[    0.569417] pci 0000:00:1e.0:   bridge window [mem 0xfc000000-0xfebfffff] (subtractive decode)
[    0.569422] pci 0000:00:1e.0:   bridge window [mem 0xfec10000-0xfecfffff] (subtractive decode)
[    0.569436] pci 0000:00:1e.0:   bridge window [mem 0xfed1c000-0xfed1ffff] (subtractive decode)
[    0.569441] pci 0000:00:1e.0:   bridge window [mem 0xfed90000-0xfed9ffff] (subtractive decode)
[    0.569446] pci 0000:00:1e.0:   bridge window [mem 0xfed40000-0xfed44fff] (subtractive decode)
[    0.569451] pci 0000:00:1e.0:   bridge window [mem 0xfeda7000-0xfedfffff] (subtractive decode)
[    0.569464] pci 0000:00:1e.0:   bridge window [mem 0xfee10000-0xff9fffff] (subtractive decode)
[    0.569471] pci 0000:00:1e.0:   bridge window [mem 0xffc00000-0xffdfffff] (subtractive decode)
[    0.569551] pci_bus 0000:04: [bus 04-07] partially hidden behind transparent bridge 0000:03 [bus 03-04]
[    0.569669] pci_bus 0000:00: on NUMA node 0
[    0.569676] ACPI: PCI Interrupt Routing Table [_SB_.PCI0._PRT]
[    0.570934] ACPI: PCI Interrupt Routing Table [_SB_.PCI0.PCIE._PRT]
[    0.571214] ACPI: PCI Interrupt Routing Table [_SB_.PCI0.AGP2._PRT]
[    0.571354] ACPI: PCI Interrupt Routing Table [_SB_.PCI0.RP01._PRT]
[    0.571512] ACPI: PCI Interrupt Routing Table [_SB_.PCI0.RP02._PRT]
[    0.571673] ACPI: PCI Interrupt Routing Table [_SB_.PCI0.RP03._PRT]
[    0.571824] ACPI: PCI Interrupt Routing Table [_SB_.PCI0.RP04._PRT]
[    0.571967] ACPI: PCI Interrupt Routing Table [_SB_.PCI0.RP05._PRT]
[    0.572117] ACPI: PCI Interrupt Routing Table [_SB_.PCI0.RP06._PRT]
[    0.572261] ACPI: PCI Interrupt Routing Table [_SB_.PCI0.RP07._PRT]
[    0.572412] ACPI: PCI Interrupt Routing Table [_SB_.PCI0.RP08._PRT]
[    0.572550]  pci0000:00: Unable to request _OSC control (_OSC support mask: 0x0f)
[    0.598991] ACPI: PCI Interrupt Link [LNKA] (IRQs 10 *11)
[    0.599181] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7) *10
[    0.599374] ACPI: PCI Interrupt Link [LNKC] (IRQs 10 *11)
[    0.599568] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 *10 11)
[    0.599758] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[    0.599952] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 10 11 12 14 15)
[    0.600117] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.600280] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.600495] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.600505] vgaarb: loaded
[    0.600508] vgaarb: bridge control possible 0000:01:00.0
[    0.600574] PCI: Using ACPI for IRQ routing
[    0.603897] PCI: Discovered peer bus 3f
[    0.603901] PCI: root bus 3f: using default resources
[    0.603968] PCI host bridge to bus 0000:3f
[    0.603981] pci_bus 0000:3f: root bus resource [io  0x0000-0xffff]
[    0.603986] pci_bus 0000:3f: root bus resource [mem 0x00000000-0xffffffff]
[    0.603999] pci 0000:3f:00.0: [8086:2c62] type 00 class 0x060000
[    0.604055] pci 0000:3f:00.1: [8086:2d01] type 00 class 0x060000
[    0.604115] pci 0000:3f:02.0: [8086:2d10] type 00 class 0x060000
[    0.604159] pci 0000:3f:02.1: [8086:2d11] type 00 class 0x060000
[    0.604213] pci 0000:3f:02.2: [8086:2d12] type 00 class 0x060000
[    0.604258] pci 0000:3f:02.3: [8086:2d13] type 00 class 0x060000
[    0.604635] PCI: pci_cache_line_size set to 64 bytes
[    0.605086] reserve RAM buffer: 000000000009f000 - 000000000009ffff 
[    0.605091] reserve RAM buffer: 00000000df492c00 - 00000000dfffffff 
[    0.605394] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.605419] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.607472] Switching to clocksource hpet
[    0.607642] pnp: PnP ACPI init
[    0.607669] ACPI: bus type pnp registered
[    0.645910] pnp 00:00: [bus 00-ff]
[    0.645916] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.645920] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.645933] pnp 00:00: [io  0x0d00-0xffff window]
[    0.645938] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.645942] pnp 00:00: [mem 0x000d0000-0x000dffff window]
[    0.645947] pnp 00:00: [mem 0xe0000000-0xf7ffffff window]
[    0.645951] pnp 00:00: [mem 0xfc000000-0xfebfffff window]
[    0.645964] pnp 00:00: [mem 0xfec10000-0xfecfffff window]
[    0.645968] pnp 00:00: [mem 0xfed1c000-0xfed1ffff window]
[    0.645973] pnp 00:00: [mem 0xfed90000-0xfed9ffff window]
[    0.645977] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
[    0.645981] pnp 00:00: [mem 0xfeda7000-0xfedfffff window]
[    0.645994] pnp 00:00: [mem 0xfee10000-0xff9fffff window]
[    0.645998] pnp 00:00: [mem 0xffc00000-0xffdfffff window]
[    0.646125] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
[    0.646176] pnp 00:01: [irq 12]
[    0.646235] pnp 00:01: Plug and Play ACPI device, IDs DLL02ef PNP0f13 (active)
[    0.646273] pnp 00:02: [io  0x0060]
[    0.646285] pnp 00:02: [io  0x0064]
[    0.646291] pnp 00:02: [io  0x0062]
[    0.646295] pnp 00:02: [io  0x0066]
[    0.646304] pnp 00:02: [irq 1]
[    0.646360] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.646397] pnp 00:03: [io  0x0070-0x0071]
[    0.646415] pnp 00:03: [irq 8]
[    0.646418] pnp 00:03: [io  0x0072-0x0077]
[    0.646479] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.646520] pnp 00:04: [io  0x0061]
[    0.646524] pnp 00:04: [io  0x0063]
[    0.646528] pnp 00:04: [io  0x0065]
[    0.646531] pnp 00:04: [io  0x0067]
[    0.646589] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.646626] pnp 00:05: [io  0x002e-0x002f]
[    0.646630] pnp 00:05: [io  0x0c80-0x0caf]
[    0.646642] pnp 00:05: [io  0x0cc0-0x0cff]
[    0.646757] system 00:05: [io  0x0c80-0x0caf] has been reserved
[    0.646771] system 00:05: [io  0x0cc0-0x0cff] could not be reserved
[    0.646777] system 00:05: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.646821] pnp 00:06: [dma 4]
[    0.646825] pnp 00:06: [io  0x0000-0x000f]
[    0.646837] pnp 00:06: [io  0x0080-0x0085]
[    0.646840] pnp 00:06: [io  0x0087-0x008f]
[    0.646844] pnp 00:06: [io  0x00c0-0x00df]
[    0.646848] pnp 00:06: [io  0x0010-0x001f]
[    0.646852] pnp 00:06: [io  0x0090-0x0091]
[    0.646855] pnp 00:06: [io  0x0093-0x009f]
[    0.646919] pnp 00:06: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.646965] pnp 00:07: [io  0x00f0-0x00ff]
[    0.646975] pnp 00:07: [irq 13]
[    0.647033] pnp 00:07: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.647136] pnp 00:08: [mem 0xfed00000-0xfed003ff]
[    0.647243] system 00:08: [mem 0xfed00000-0xfed003ff] has been reserved
[    0.647258] system 00:08: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[    0.684364] pnp 00:09: [mem 0xfed40000-0xfed44fff]
[    0.684369] pnp 00:09: [io  0x0cb0-0x0cbb]
[    0.684491] system 00:09: [io  0x0cb0-0x0cbb] has been reserved
[    0.684497] system 00:09: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.684503] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.687009] pnp 00:0a: [io  0x0900-0x092f]
[    0.687014] pnp 00:0a: [io  0x0931-0x0933]
[    0.687018] pnp 00:0a: [io  0x0935-0x097f]
[    0.687022] pnp 00:0a: [io  0x0092]
[    0.687034] pnp 00:0a: [io  0x00b2-0x00b3]
[    0.687038] pnp 00:0a: [io  0x0020-0x0021]
[    0.687041] pnp 00:0a: [io  0x00a0-0x00a1]
[    0.687045] pnp 00:0a: [irq 0 disabled]
[    0.687049] pnp 00:0a: [io  0x04d0-0x04d1]
[    0.687053] pnp 00:0a: [io  0x1000-0x1005]
[    0.687065] pnp 00:0a: [io  0x1008-0x100f]
[    0.687212] system 00:0a: [io  0x0900-0x092f] has been reserved
[    0.687217] system 00:0a: [io  0x0931-0x0933] has been reserved
[    0.687230] system 00:0a: [io  0x0935-0x097f] has been reserved
[    0.687236] system 00:0a: [io  0x04d0-0x04d1] has been reserved
[    0.687240] system 00:0a: [io  0x1000-0x1005] has been reserved
[    0.687245] system 00:0a: [io  0x1008-0x100f] has been reserved
[    0.687259] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.687314] pnp 00:0b: [io  0xf400-0xf4fe]
[    0.687327] pnp 00:0b: [io  0x0086]
[    0.687330] pnp 00:0b: [io  0x1006-0x1007]
[    0.687334] pnp 00:0b: [io  0x100a-0x1059]
[    0.687338] pnp 00:0b: [io  0x1080-0x10bf]
[    0.687342] pnp 00:0b: [io  0x1100-0x111f]
[    0.687345] pnp 00:0b: [io  0x1010-0x102f]
[    0.687357] pnp 00:0b: [io  0x0809]
[    0.687501] system 00:0b: [io  0xf400-0xf4fe] has been reserved
[    0.687506] system 00:0b: [io  0x1006-0x1007] has been reserved
[    0.687520] system 00:0b: [io  0x100a-0x1059] could not be reserved
[    0.687525] system 00:0b: [io  0x1080-0x10bf] has been reserved
[    0.687530] system 00:0b: [io  0x1100-0x111f] has been reserved
[    0.687535] system 00:0b: [io  0x1010-0x102f] has been reserved
[    0.687540] system 00:0b: [io  0x0809] has been reserved
[    0.687554] system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.739540] pnp 00:0c: [mem 0x00000000-0x0009efff]
[    0.739545] pnp 00:0c: [mem 0x0009f000-0x0009ffff]
[    0.739549] pnp 00:0c: [mem 0x000c0000-0x000cffff]
[    0.739553] pnp 00:0c: [mem 0x000e0000-0x000fffff]
[    0.739557] pnp 00:0c: [mem 0x00100000-0xdf492bff]
[    0.739570] pnp 00:0c: [mem 0xdf492c00-0xdfefffff]
[    0.739574] pnp 00:0c: [mem 0xdff00000-0xdfffffff]
[    0.739578] pnp 00:0c: [mem 0xffe00000-0xffffffff]
[    0.739582] pnp 00:0c: [mem 0xffa00000-0xffbfffff]
[    0.739586] pnp 00:0c: [mem 0xfec00000-0xfec0ffff]
[    0.739590] pnp 00:0c: [mem 0xfee00000-0xfee0ffff]
[    0.739604] pnp 00:0c: [mem 0xfed20000-0xfed3ffff]
[    0.739608] pnp 00:0c: [mem 0xfed45000-0xfed8ffff]
[    0.739612] pnp 00:0c: [mem 0xfeda0000-0xfeda3fff]
[    0.739616] pnp 00:0c: [mem 0xfeda4000-0xfeda4fff]
[    0.739620] pnp 00:0c: [mem 0xfeda5000-0xfeda5fff]
[    0.739633] pnp 00:0c: [mem 0xfeda6000-0xfeda6fff]
[    0.739637] pnp 00:0c: [mem 0xfed1e000-0xfed1efff]
[    0.739641] pnp 00:0c: [mem 0xfed18000-0xfed1bfff]
[    0.739645] pnp 00:0c: [mem 0xf8000000-0xfbffffff]
[    0.739870] system 00:0c: [mem 0x00000000-0x0009efff] could not be reserved
[    0.739876] system 00:0c: [mem 0x0009f000-0x0009ffff] could not be reserved
[    0.739881] system 00:0c: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.739895] system 00:0c: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.739901] system 00:0c: [mem 0x00100000-0xdf492bff] could not be reserved
[    0.739906] system 00:0c: [mem 0xdf492c00-0xdfefffff] has been reserved
[    0.739911] system 00:0c: [mem 0xdff00000-0xdfffffff] has been reserved
[    0.739925] system 00:0c: [mem 0xffe00000-0xffffffff] has been reserved
[    0.739930] system 00:0c: [mem 0xffa00000-0xffbfffff] has been reserved
[    0.739936] system 00:0c: [mem 0xfec00000-0xfec0ffff] could not be reserved
[    0.739941] system 00:0c: [mem 0xfee00000-0xfee0ffff] has been reserved
[    0.739946] system 00:0c: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.739960] system 00:0c: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.739965] system 00:0c: [mem 0xfeda0000-0xfeda3fff] has been reserved
[    0.739970] system 00:0c: [mem 0xfeda4000-0xfeda4fff] has been reserved
[    0.739975] system 00:0c: [mem 0xfeda5000-0xfeda5fff] has been reserved
[    0.739989] system 00:0c: [mem 0xfeda6000-0xfeda6fff] has been reserved
[    0.739994] system 00:0c: [mem 0xfed1e000-0xfed1efff] has been reserved
[    0.739999] system 00:0c: [mem 0xfed18000-0xfed1bfff] has been reserved
[    0.740004] system 00:0c: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.740010] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.746922] pnp: PnP ACPI: found 13 devices
[    0.746934] ACPI: ACPI bus type pnp unregistered
[    0.746939] PnPBIOS: Disabled by ACPI PNP
[    0.786588] pci 0000:03:01.0: res[13]=[io  0x0100-0x00ff] get_res_add_size add_size 100
[    0.786594] pci 0000:03:01.0: res[14]=[io  0x0100-0x00ff] get_res_add_size add_size 100
[    0.786601] pci 0000:00:1e.0: bridge window [io  0x1000-0x0fff] to [bus 03-04] add_size 1000
[    0.786607] pci 0000:03:01.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
[    0.786622] pci 0000:00:1e.0: bridge window [mem 0x04000000-0x03ffffff pref] to [bus 03-04] add_size 4000000
[    0.786635] pci 0000:00:1e.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
[    0.786640] pci 0000:00:1e.0: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.786661] pci 0000:00:1e.0: BAR 15: can't assign mem pref (size 0x4000000)
[    0.786668] pci 0000:00:1e.0: BAR 13: assigned [io  0x2000-0x2fff]
[    0.786682] pci 0000:00:1f.6: BAR 0: assigned [mem 0xf0200000-0xf0200fff 64bit]
[    0.786698] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.786703] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
[    0.786718] pci 0000:00:01.0:   bridge window [mem 0xf2000000-0xf6efffff]
[    0.786725] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[    0.786732] pci 0000:00:1c.0: PCI bridge to [bus 0b-0b]
[    0.786763] pci 0000:00:1c.1: PCI bridge to [bus 0c-0c]
[    0.786780] pci 0000:00:1c.1:   bridge window [mem 0xf1f00000-0xf1ffffff]
[    0.786796] pci 0000:00:1c.2: PCI bridge to [bus 0d-0d]
[    0.786827] pci 0000:00:1c.3: PCI bridge to [bus 0e-0f]
[    0.786833] pci 0000:00:1c.3:   bridge window [io  0xc000-0xcfff]
[    0.786852] pci 0000:00:1c.3:   bridge window [mem 0xf1c00000-0xf1efffff]
[    0.786860] pci 0000:00:1c.3:   bridge window [mem 0xf0000000-0xf01fffff 64bit pref]
[    0.786881] pci 0000:00:1c.4: PCI bridge to [bus 10-10]
[    0.786912] pci 0000:00:1c.5: PCI bridge to [bus 09-09]
[    0.786922] pci 0000:00:1c.5:   bridge window [mem 0xf1b00000-0xf1bfffff]
[    0.786946] pci 0000:00:1c.6: PCI bridge to [bus 11-11]
[    0.786956] pci 0000:00:1c.6:   bridge window [mem 0xf1a00000-0xf1afffff]
[    0.786980] pci 0000:00:1c.7: PCI bridge to [bus 12-12]
[    0.787015] pci 0000:03:01.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
[    0.787041] pci 0000:03:01.0: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000
[    0.787046] pci 0000:03:01.0: res[13]=[io  0x0100-0x00ff] get_res_add_size add_size 100
[    0.787052] pci 0000:03:01.0: res[14]=[io  0x0100-0x00ff] get_res_add_size add_size 100
[    0.787059] pci 0000:03:01.0: BAR 0: assigned [mem 0xfc000000-0xfc000fff]
[    0.787086] pci 0000:03:01.0: BAR 15: can't assign mem pref (size 0x4000000)
[    0.787107] pci 0000:03:01.0: BAR 16: can't assign mem (size 0x4000000)
[    0.787112] pci 0000:03:01.0: BAR 13: assigned [io  0x2000-0x20ff]
[    0.787117] pci 0000:03:01.0: BAR 14: assigned [io  0x2400-0x24ff]
[    0.787125] pci 0000:03:01.0: BAR 0: assigned [mem 0xfc000000-0xfc000fff]
[    0.787149] pci 0000:03:01.0: BAR 16: can't assign mem (size 0x4000000)
[    0.787171] pci 0000:03:01.0: BAR 15: can't assign mem pref (size 0x4000000)
[    0.787176] pci 0000:03:01.0: BAR 14: assigned [io  0x2000-0x20ff]
[    0.787181] pci 0000:03:01.0: BAR 13: assigned [io  0x2400-0x24ff]
[    0.787186] pci 0000:03:01.0: CardBus bridge to [bus 04-07]
[    0.787199] pci 0000:03:01.0:   bridge window [io  0x2400-0x24ff]
[    0.787207] pci 0000:03:01.0:   bridge window [io  0x2000-0x20ff]
[    0.787216] pci 0000:00:1e.0: PCI bridge to [bus 03-04]
[    0.787222] pci 0000:00:1e.0:   bridge window [io  0x2000-0x2fff]
[    0.787240] pci 0000:00:1e.0:   bridge window [mem 0xf1900000-0xf19fffff]
[    0.787439] pci 0000:00:1e.0: setting latency timer to 64
[    0.787459] pci 0000:03:01.0: enabling device (0000 -> 0003)
[    0.787477] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.787490] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.787494] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.787498] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
[    0.787503] pci_bus 0000:00: resource 8 [mem 0xe0000000-0xf7ffffff]
[    0.787508] pci_bus 0000:00: resource 9 [mem 0xfc000000-0xfebfffff]
[    0.787512] pci_bus 0000:00: resource 10 [mem 0xfec10000-0xfecfffff]
[    0.787525] pci_bus 0000:00: resource 11 [mem 0xfed1c000-0xfed1ffff]
[    0.787529] pci_bus 0000:00: resource 12 [mem 0xfed90000-0xfed9ffff]
[    0.787533] pci_bus 0000:00: resource 13 [mem 0xfed40000-0xfed44fff]
[    0.787538] pci_bus 0000:00: resource 14 [mem 0xfeda7000-0xfedfffff]
[    0.787542] pci_bus 0000:00: resource 15 [mem 0xfee10000-0xff9fffff]
[    0.787555] pci_bus 0000:00: resource 16 [mem 0xffc00000-0xffdfffff]
[    0.787559] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
[    0.787563] pci_bus 0000:01: resource 1 [mem 0xf2000000-0xf6efffff]
[    0.787568] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
[    0.787573] pci_bus 0000:0c: resource 1 [mem 0xf1f00000-0xf1ffffff]
[    0.787586] pci_bus 0000:0e: resource 0 [io  0xc000-0xcfff]
[    0.787590] pci_bus 0000:0e: resource 1 [mem 0xf1c00000-0xf1efffff]
[    0.787595] pci_bus 0000:0e: resource 2 [mem 0xf0000000-0xf01fffff 64bit pref]
[    0.787599] pci_bus 0000:09: resource 1 [mem 0xf1b00000-0xf1bfffff]
[    0.787604] pci_bus 0000:11: resource 1 [mem 0xf1a00000-0xf1afffff]
[    0.787608] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
[    0.787621] pci_bus 0000:03: resource 1 [mem 0xf1900000-0xf19fffff]
[    0.787625] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7]
[    0.787629] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff]
[    0.787633] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
[    0.787638] pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000dffff]
[    0.787651] pci_bus 0000:03: resource 8 [mem 0xe0000000-0xf7ffffff]
[    0.787655] pci_bus 0000:03: resource 9 [mem 0xfc000000-0xfebfffff]
[    0.787659] pci_bus 0000:03: resource 10 [mem 0xfec10000-0xfecfffff]
[    0.787664] pci_bus 0000:03: resource 11 [mem 0xfed1c000-0xfed1ffff]
[    0.787668] pci_bus 0000:03: resource 12 [mem 0xfed90000-0xfed9ffff]
[    0.787672] pci_bus 0000:03: resource 13 [mem 0xfed40000-0xfed44fff]
[    0.787685] pci_bus 0000:03: resource 14 [mem 0xfeda7000-0xfedfffff]
[    0.787689] pci_bus 0000:03: resource 15 [mem 0xfee10000-0xff9fffff]
[    0.787694] pci_bus 0000:03: resource 16 [mem 0xffc00000-0xffdfffff]
[    0.787698] pci_bus 0000:04: resource 0 [io  0x2400-0x24ff]
[    0.787702] pci_bus 0000:04: resource 1 [io  0x2000-0x20ff]
[    0.787715] pci_bus 0000:3f: resource 4 [io  0x0000-0xffff]
[    0.787719] pci_bus 0000:3f: resource 5 [mem 0x00000000-0xffffffff]
[    0.787915] NET: Registered protocol family 2
[    0.788048] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.788441] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.789075] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.789362] TCP: Hash tables configured (established 131072 bind 65536)
[    0.789367] TCP: reno registered
[    0.789372] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.789382] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.789600] NET: Registered protocol family 1
[    0.789829] pci 0000:01:00.0: Boot video device
[    0.790059] PCI: CLS 64 bytes, default 64
[    0.790151] Unpacking initramfs...
[    1.530763] Freeing initrd memory: 13696k freed
[    1.535838] Simple Boot Flag at 0x79 set to 0x1
[    1.537025] audit: initializing netlink socket (disabled)
[    1.537062] type=2000 audit(1470824488.416:1): initialized
[    1.570253] highmem bounce pool size: 64 pages
[    1.570271] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    1.570866] VFS: Disk quotas dquot_6.5.2
[    1.570937] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.571114] msgmni has been set to 1691
[    1.571497] alg: No test for stdrng (krng)
[    1.571555] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    1.571570] io scheduler noop registered
[    1.571574] io scheduler deadline registered
[    1.571624] io scheduler cfq registered (default)
[    1.572806] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.572843] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.572847] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    1.573650] acpiphp: Slot [1] registered
[    1.574062] GHES: HEST is not enabled!
[    1.574090] isapnp: Scanning for PnP cards...
[    1.933512] isapnp: No Plug & Play device found
[    1.933619] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.934678] Linux agpgart interface v0.103
[    1.935374] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.936194] i8042: Warning: Keylock active
[    1.939387] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.939452] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.939721] mousedev: PS/2 mouse device common for all mice
[    1.939812] rtc_cmos 00:03: RTC can wake from S4
[    1.940070] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    1.940116] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.940454] TCP: cubic registered
[    1.940637] NET: Registered protocol family 10
[    1.941202] Mobile IPv6
[    1.941208] NET: Registered protocol family 17
[    1.941215] Registering the dns_resolver key type
[    1.941345] Using IPI No-Shortcut mode
[    1.941632] PM: Hibernation image not present or could not be loaded.
[    1.941663] registered taskstats version 1
[    1.941952] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.943239] rtc_cmos 00:03: setting system clock to 2016-08-10 10:21:30 UTC (1470824490)
[    1.943460] Freeing unused kernel memory: 416k freed
[    1.943797] Write protecting the kernel text: 3496k
[    1.943857] Write protecting the kernel read-only data: 984k
[    1.969577] udevd[59]: starting version 175
[    2.059657] usbcore: registered new interface driver usbfs
[    2.059725] usbcore: registered new interface driver hub
[    2.059964] usbcore: registered new device driver usb
[    2.060917] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.061071] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[    2.061080] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[    2.061145] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    2.061223] ehci_hcd 0000:00:1a.0: debug port 2
[    2.065168] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
[    2.065227] ehci_hcd 0000:00:1a.0: irq 20, io mem 0xfed1d000
[    2.072153] tg3.c:v3.123 (March 21, 2012)
[    2.075941] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    2.076011] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.076018] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.076033] usb usb1: Product: EHCI Host Controller
[    2.076038] usb usb1: Manufacturer: Linux 3.4-9-rtai-686-pae ehci_hcd
[    2.076044] usb usb1: SerialNumber: 0000:00:1a.0
[    2.076427] hub 1-0:1.0: USB hub found
[    2.076448] hub 1-0:1.0: 2 ports detected
[    2.076780] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[    2.076790] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[    2.076823] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    2.076888] ehci_hcd 0000:00:1d.0: debug port 2
[    2.080820] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
[    2.080845] ehci_hcd 0000:00:1d.0: irq 20, io mem 0xfed1c000
[    2.091925] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    2.091985] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    2.091992] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.092007] usb usb2: Product: EHCI Host Controller
[    2.092013] usb usb2: Manufacturer: Linux 3.4-9-rtai-686-pae ehci_hcd
[    2.092019] usb usb2: SerialNumber: 0000:00:1d.0
[    2.092341] hub 2-0:1.0: USB hub found
[    2.092363] hub 2-0:1.0: 2 ports detected
[    2.095622] SCSI subsystem initialized
[    2.105199] libata version 3.00 loaded.
[    2.106109] ata_piix 0000:00:1f.2: version 2.13
[    2.106165] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    2.106295] ata_piix 0000:00:1f.2: setting latency timer to 64
[    2.107197] scsi0 : ata_piix
[    2.107870] scsi1 : ata_piix
[    2.114111] tg3 0000:09:00.0: eth0: Tigon3 [partno(BCM95761e) rev 5761100] (PCI Express) MAC address f0:4d:a2:4f:db:6a
[    2.114122] tg3 0000:09:00.0: eth0: attached PHY is 5761 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
[    2.114139] tg3 0000:09:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[    2.114147] tg3 0000:09:00.0: eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[    2.115988] ata1: SATA max UDMA/133 cmd 0x6e70 ctl 0x6e78 bmdma 0x6ea0 irq 19
[    2.116002] ata2: SATA max UDMA/133 cmd 0x6e80 ctl 0x6e88 bmdma 0x6ea8 irq 19
[    2.117117] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[    2.117224] ata_piix 0000:00:1f.5: setting latency timer to 64
[    2.118577] scsi2 : ata_piix
[    2.119837] scsi3 : ata_piix
[    2.120278] ata3: SATA max UDMA/133 cmd 0x6eb0 ctl 0x6eb8 bmdma 0x6ee0 irq 19
[    2.120288] ata4: SATA max UDMA/133 cmd 0x6ec0 ctl 0x6ec8 bmdma 0x6ee8 irq 19
[    2.126546] microcode: CPU0 sig=0x20655, pf=0x10, revision=0x3
[    2.167816] firewire_ohci 0000:03:01.1: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x2
[    2.169751] microcode: CPU0 updated to revision 0x4, date = 2013-06-28
[    2.169784] microcode: CPU1 sig=0x20655, pf=0x10, revision=0x3
[    2.174895] microcode: CPU1 updated to revision 0x4, date = 2013-06-28
[    2.174919] microcode: CPU2 sig=0x20655, pf=0x10, revision=0x3
[    2.180189] microcode: CPU2 updated to revision 0x4, date = 2013-06-28
[    2.180220] microcode: CPU3 sig=0x20655, pf=0x10, revision=0x3
[    2.185448] microcode: CPU3 updated to revision 0x4, date = 2013-06-28
[    2.185685] microcode: Microcode Update Driver: v2.00 , Peter Oruba
[    2.387175] usb 1-1: new high-speed USB device number 2 using ehci_hcd
[    2.452898] ata3: SATA link down (SStatus 0 SControl 300)
[    2.466872] ata4: SATA link down (SStatus 0 SControl 300)
[    2.523183] usb 1-1: New USB device found, idVendor=8087, idProduct=0020
[    2.523189] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.523690] hub 1-1:1.0: USB hub found
[    2.523811] hub 1-1:1.0: 6 ports detected
[    2.530792] Refined TSC clocksource calibration: 2660.153 MHz.
[    2.530802] Switching to clocksource tsc
[    2.634533] usb 2-1: new high-speed USB device number 2 using ehci_hcd
[    2.666612] firewire_core 0000:03:01.1: created device fw0: GUID 354fc0003287e281, S400
[    2.766583] usb 2-1: New USB device found, idVendor=8087, idProduct=0020
[    2.766588] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.766906] hub 2-1:1.0: USB hub found
[    2.767081] hub 2-1:1.0: 8 ports detected
[    2.838162] usb 1-1.3: new high-speed USB device number 3 using ehci_hcd
[    2.913950] ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.913984] ata2.01: SATA link down (SStatus 0 SControl 300)
[    2.914014] ata2.01: link offline, clearing class 3 to NONE
[    2.917939] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.917974] ata1.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.922139] ata2.00: ATAPI: HL-DT-ST DVD+/-RW GS20N, A110, max UDMA/133
[    2.934249] ata1.00: ATA-8: WDC WD1600BJKT-75F4T0, 11.01A11, max UDMA/133
[    2.934254] ata1.00: 312581808 sectors, multi 8: LBA48 NCQ (depth 0/32)
[    2.934502] ata1.01: ATA-8: WDC WD10JPVT-22A1YT0, 01.01A01, max UDMA/133
[    2.934508] ata1.01: 1953525168 sectors, multi 8: LBA48 NCQ (depth 0/32)
[    2.937663] usb 1-1.3: New USB device found, idVendor=05ca, idProduct=1815
[    2.937669] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.937673] usb 1-1.3: Product: Laptop_Integrated_Webcam_3M
[    2.937677] usb 1-1.3: Manufacturer: CN04P5V97248708H00JR
[    2.938192] ata2.00: configured for UDMA/133
[    2.942264] ata1.00: configured for UDMA/133
[    2.950770] ata1.01: configured for UDMA/133
[    2.951033] scsi 0:0:0:0: Direct-Access     ATA      WDC WD1600BJKT-7 11.0 PQ: 0 ANSI: 5
[    2.951499] scsi 0:0:1:0: Direct-Access     ATA      WDC WD10JPVT-22A 01.0 PQ: 0 ANSI: 5
[    2.955086] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GS20N    A110 PQ: 0 ANSI: 5
[    2.956448] sdhci: Secure Digital Host Controller Interface driver
[    2.956463] sdhci: Copyright(c) Pierre Ossman
[    2.957220] sdhci-pci 0000:03:01.3: SDHCI controller found [104c:803c] (rev 0)
[    2.957342] mmc0: no vmmc regulator found
[    2.957451] Registered led device: mmc0::
[    2.958605] mmc0: SDHCI controller on PCI [0000:03:01.3] using DMA
[    2.965534] sd 0:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[    2.965816] sd 0:0:0:0: [sda] Write Protect is off
[    2.965824] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.965855] sd 0:0:1:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    2.965864] sd 0:0:1:0: [sdb] 4096-byte physical blocks
[    2.965925] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.966074] sd 0:0:1:0: [sdb] Write Protect is off
[    2.966082] sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[    2.966158] sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.971046] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.971173] sd 0:0:1:0: Attached scsi generic sg1 type 0
[    2.971282] scsi 1:0:0:0: Attached scsi generic sg2 type 5
[    2.995279]  sda: sda1 sda2
[    3.010612] usb 1-1.4: new full-speed USB device number 4 using ehci_hcd
[    3.026313]  sdb: sdb1 sdb2 < sdb5 >
[    3.026555] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.027200] sd 0:0:1:0: [sdb] Attached SCSI disk
[    3.038183] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda caddy
[    3.038189] cdrom: Uniform CD-ROM driver Revision: 3.20
[    3.038638] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    3.124216] usb 1-1.4: New USB device found, idVendor=0a5c, idProduct=5800
[    3.124223] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.124237] usb 1-1.4: Product: 5880
[    3.124240] usb 1-1.4: Manufacturer: Broadcom Corp
[    3.124244] usb 1-1.4: SerialNumber: 0123456789ABCD
[    3.124420] usb 1-1.4: config 0 descriptor??
[    3.205268] usb 1-1.6: new full-speed USB device number 5 using ehci_hcd
[    3.298907] usb 1-1.6: New USB device found, idVendor=0a5c, idProduct=4500
[    3.298914] usb 1-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.298919] usb 1-1.6: Product: BCM2046B1
[    3.298922] usb 1-1.6: Manufacturer: Broadcom
[    3.299337] hub 1-1.6:1.0: USB hub found
[    3.299538] hub 1-1.6:1.0: 3 ports detected
[    3.568380] usb 1-1.6.1: new full-speed USB device number 6 using ehci_hcd
[    3.663016] usb 1-1.6.1: New USB device found, idVendor=413c, idProduct=8161
[    3.663023] usb 1-1.6.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.671199] input: HID 413c:8161 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6.1/1-1.6.1:1.0/input/input1
[    3.671363] generic-usb 0003:413C:8161.0001: input,hidraw0: USB HID v1.11 Keyboard [HID 413c:8161] on usb-0000:00:1a.0-1.6.1/input0
[    3.671420] usbcore: registered new interface driver usbhid
[    3.671423] usbhid: USB HID core driver
[    3.731974] usb 1-1.6.2: new full-speed USB device number 7 using ehci_hcd
[    3.826867] usb 1-1.6.2: New USB device found, idVendor=413c, idProduct=8162
[    3.826873] usb 1-1.6.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.829943] input: HID 413c:8162 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6.2/1-1.6.2:1.0/input/input2
[    3.830121] generic-usb 0003:413C:8162.0002: input,hidraw1: USB HID v1.11 Mouse [HID 413c:8162] on usb-0000:00:1a.0-1.6.2/input0
[    8.461286] PM: Starting manual resume from disk
[    8.461293] PM: Hibernation image partition 8:21 present
[    8.461296] PM: Looking for hibernation image.
[    8.461601] PM: Image not found (code -22)
[    8.461606] PM: Hibernation image not present or could not be loaded.
[    8.669332] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[   10.486588] udevd[399]: starting version 175
[   10.833977] wmi: Mapper loaded
[   10.991154] ACPI: AC Adapter [AC] (on-line)
[   11.047635] yenta_cardbus 0000:03:01.0: CardBus bridge found [1028:02ef]
[   11.047701] yenta_cardbus 0000:03:01.0: CardBus bridge to [bus 04-07]
[   11.047710] yenta_cardbus 0000:03:01.0:   bridge window [io  0x2400-0x24ff]
[   11.047731] yenta_cardbus 0000:03:01.0:   bridge window [io  0x2000-0x20ff]
[   11.047743] yenta_cardbus 0000:03:01.0:   bridge window [mem 0xf0400000-0xf07fffff]
[   11.047762] yenta_cardbus 0000:03:01.0:   bridge window [mem 0xf0800000-0xf0bfffff]
[   11.047779] yenta_cardbus 0000:03:01.0: Using CSCINT to route CSC interrupts to PCI
[   11.047794] yenta_cardbus 0000:03:01.0: Routing CardBus interrupts to PCI
[   11.047806] yenta_cardbus 0000:03:01.0: TI: mfunc 0x01001b22, devctl 0x66
[   11.054919] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input3
[   11.056988] ACPI: Lid Switch [LID]
[   11.057117] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
[   11.057135] ACPI: Power Button [PBTN]
[   11.057242] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input5
[   11.057258] ACPI: Sleep Button [SBTN]
[   11.135869] ACPI: Battery Slot [BAT0] (battery present)
[   11.278956] yenta_cardbus 0000:03:01.0: ISA IRQ mask 0x0cf8, PCI irq 19
[   11.278975] yenta_cardbus 0000:03:01.0: Socket status: 30000006
[   11.278986] pci_bus 0000:03: Raising subordinate bus# of parent bus (#03) from #04 to #07
[   11.279013] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge window: [io  0x2000-0x2fff]
[   11.279031] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x2000-0x2fff: excluding 0x2000-0x20ff 0x2400-0x24ff
[   11.291139] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge window: [mem 0xf1900000-0xf19fffff]
[   11.291147] pcmcia_socket pcmcia_socket0: cs: memory probe 0xf1900000-0xf19fffff: excluding 0xf19f0000-0xf19fffff
[   11.325061] cfg80211: Calling CRDA to update world regulatory domain
[   11.467259] intel ips 0000:00:1f.6: CPU TDP doesn't match expected value (found 25, expected 29)
[   11.467380] intel ips 0000:00:1f.6: failed to get i915 symbols, graphics turbo disabled until i915 loads
[   11.467605] intel ips 0000:00:1f.6: IPS driver initialized, MCP temp limit 90
[   11.538082] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af:
[   11.540999] acpi device:2b: registered as cooling_device0
[   11.542744] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:29/LNXVIDEO:01/input/input6
[   11.542769] ACPI: Video Device [VID1] (multi-head: yes  rom: no  post: no)
[   11.544102]  clean.
[   11.544193] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
[   11.545406] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff: clean.
[   11.546362] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7: excluding 0xc80-0xcbf
[   11.547183] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff: excluding 0xc0000-0xcffff 0xe0000-0xfffff
[   11.547266] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff: excluding 0xa0000000-0xa0ffffff
[   11.547354] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff: excluding 0x60000000-0x60ffffff
[   11.547441] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff: clean.
[   11.663821] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[   11.682695] input: Dell WMI hotkeys as /devices/virtual/input/input7
[   11.736021] iTCO_vendor_support: vendor-support=0
[   11.743541] Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
[   11.743547] Copyright(c) 2003-2012 Intel Corporation
[   11.743864] iwlwifi 0000:0c:00.0: pci_resource_len = 0x00002000
[   11.743877] iwlwifi 0000:0c:00.0: pci_resource_base = f813c000
[   11.743882] iwlwifi 0000:0c:00.0: HW Revision ID = 0x0
[   11.743890] iwlwifi 0000:0c:00.0: pci_enable_msi failed(0Xffffffff)
[   11.890989] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
[   11.891316] iTCO_wdt: Found a PM55 TCO device (Version=2, TCOBASE=0x1060)
[   11.891494] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   11.923614] [drm] Initialized drm 1.1.0 20060810
[   12.002610] iwlwifi 0000:0c:00.0: loaded firmware version 8.83.5.1 build 33692
[   12.002906] iwlwifi 0000:0c:00.0: CONFIG_IWLWIFI_DEBUG disabled
[   12.002913] iwlwifi 0000:0c:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
[   12.002928] iwlwifi 0000:0c:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled
[   12.002933] iwlwifi 0000:0c:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE disabled
[   12.002939] iwlwifi 0000:0c:00.0: CONFIG_IWLWIFI_P2P disabled
[   12.002945] iwlwifi 0000:0c:00.0: Detected Intel(R) Ultimate N WiFi Link 5300 AGN, REV=0x24
[   12.003129] iwlwifi 0000:0c:00.0: L1 Disabled; Enabling L0S
[   12.029893] iwlwifi 0000:0c:00.0: device EEPROM VER=0x120, CALIB=0x4
[   12.029900] iwlwifi 0000:0c:00.0: Device SKU: 0xF0
[   12.029905] iwlwifi 0000:0c:00.0: Valid Tx ant: 0x7, Valid Rx ant: 0x7
[   12.029930] iwlwifi 0000:0c:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
[   12.030091] Registered led device: phy0-led
[   12.094120] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[   12.273869] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input8
[   12.286136] input: HDA Intel Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[   12.286365] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[   12.286600] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[   12.286819] input: HDA Intel Dock Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[   12.400413] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.4, id: 0x1e0b1, caps: 0xd447b3/0xf4040d/0x8a0000
[   12.400425] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[   12.437202] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input13
[   12.512599] Linux media interface: v0.10
[   12.527515] Linux video capture interface: v2.00
[   12.644822] uvcvideo: Found UVC 1.00 device Laptop_Integrated_Webcam_3M (05ca:1815)
[   12.646616] input: Laptop_Integrated_Webcam_3M as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input14
[   12.646789] usbcore: registered new interface driver uvcvideo
[   12.646793] USB Video Class driver (1.1.1)
[   12.819441] [drm] nouveau 0000:01:00.0: Detected an NV50 generation card (0x092e80a2)
[   12.826629] [drm] nouveau 0000:01:00.0: Checking PRAMIN for VBIOS
[   12.906670] [drm] nouveau 0000:01:00.0: ... appears to be valid
[   12.906675] [drm] nouveau 0000:01:00.0: Using VBIOS from PRAMIN
[   12.906681] [drm] nouveau 0000:01:00.0: BIT BIOS found
[   12.906686] [drm] nouveau 0000:01:00.0: Bios version 62.92.a2.00
[   12.906700] [drm] nouveau 0000:01:00.0: TMDS table version 2.0
[   12.906914] [drm] nouveau 0000:01:00.0: MXM: no VBIOS data, nothing to do
[   12.906930] [drm] nouveau 0000:01:00.0: DCB version 4.0
[   12.906938] [drm] nouveau 0000:01:00.0: DCB outp 00: 01000323 00010034
[   12.906944] [drm] nouveau 0000:01:00.0: DCB outp 01: 02011300 00000028
[   12.906960] [drm] nouveau 0000:01:00.0: DCB outp 02: 01122306 0f220d00
[   12.906966] [drm] nouveau 0000:01:00.0: DCB outp 03: 01122302 00020d00
[   12.906972] [drm] nouveau 0000:01:00.0: DCB outp 04: 02133316 0f320e00
[   12.906978] [drm] nouveau 0000:01:00.0: DCB outp 05: 02133312 00120e00
[   12.906991] [drm] nouveau 0000:01:00.0: DCB conn 00: 00000040
[   12.906996] [drm] nouveau 0000:01:00.0: DCB conn 01: 00000100
[   12.907000] [drm] nouveau 0000:01:00.0: DCB conn 02: 00005246
[   12.907005] [drm] nouveau 0000:01:00.0: DCB conn 03: 0000a346
[   12.907024] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0xD741
[   12.930663] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0xDCF6
[   12.933547] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0xEA6B
[   12.933561] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0xEB69
[   12.934653] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0xEDE2
[   12.934658] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table at offset 0xEE47
[   12.954477] [drm] nouveau 0000:01:00.0: 0xEE47: Condition still not met after 20ms, skipping following opcodes
[   12.962086] [TTM] Zone  kernel: Available graphics memory: 433116 kiB
[   12.962093] [TTM] Zone highmem: Available graphics memory: 1807620 kiB
[   12.962098] [TTM] Initializing pool allocator
[   12.962133] [drm] nouveau 0000:01:00.0: Detected 1024MiB VRAM (GDDR3)
[   12.962152] mtrr: type mismatch for e0000000,10000000 old: write-back new: write-combining
[   12.962179] [drm] nouveau 0000:01:00.0: 512 MiB GART (aperture)
[   12.993326] usb 1-1.6.3: new full-speed USB device number 8 using ehci_hcd
[   13.007070] cfg80211: World regulatory domain updated:
[   13.007085] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   13.007091] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   13.007096] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   13.007101] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm)
[   13.007106] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[   13.007119] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[   13.007124] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
[   13.007128] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[   13.007133] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)
[   13.012419] [drm] nouveau 0000:01:00.0: Off-chip encoder 6/0 unsupported
[   13.012425] [drm] nouveau 0000:01:00.0: Off-chip encoder 2/0 unsupported
[   13.012429] [drm] nouveau 0000:01:00.0: Off-chip encoder 6/1 unsupported
[   13.012433] [drm] nouveau 0000:01:00.0: Off-chip encoder 2/1 unsupported
[   13.014674] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[   13.014678] [drm] No driver support for vblank timestamp query.
[   13.014683] [drm] nouveau 0000:01:00.0: ACPI backlight interface available, not registering our own
[   13.021732] [drm] nouveau 0000:01:00.0: 4 available performance level(s)
[   13.021748] [drm] nouveau 0000:01:00.0: 0: core 200MHz shader 400MHz memory 120MHz voltage 850mV fanspeed 100%
[   13.021756] [drm] nouveau 0000:01:00.0: 1: core 275MHz shader 550MHz memory 301MHz voltage 850mV fanspeed 100%
[   13.021775] [drm] nouveau 0000:01:00.0: 2: core 383MHz shader 767MHz memory 301MHz voltage 850mV fanspeed 100%
[   13.021784] [drm] nouveau 0000:01:00.0: 3: core 600MHz shader 1500MHz memory 1000MHz voltage 1010mV fanspeed 100%
[   13.021794] [drm] nouveau 0000:01:00.0: c: core 275MHz shader 550MHz memory 300MHz voltage 850mV
[   13.088971] usb 1-1.6.3: New USB device found, idVendor=413c, idProduct=8160
[   13.088978] usb 1-1.6.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   13.088984] usb 1-1.6.3: Product: Dell Wireless 365 Bluetooth Module
[   13.088997] usb 1-1.6.3: Manufacturer: Dell Computer Corp
[   13.136668] Bluetooth: Core ver 2.16
[   13.136719] NET: Registered protocol family 31
[   13.136724] Bluetooth: HCI device and connection manager initialized
[   13.136730] Bluetooth: HCI socket layer initialized
[   13.136734] Bluetooth: L2CAP socket layer initialized
[   13.136755] Bluetooth: SCO socket layer initialized
[   13.156647] usbcore: registered new interface driver btusb
[   13.813657] dell_wmi: Received unknown WMI event (0x11)
[   14.552423] [drm] nouveau 0000:01:00.0: allocated 1920x1200 fb: 0x330000, bo f6ca1000
[   14.552575] fbcon: nouveaufb (fb0) is primary device
[   14.831719] Console: switching to colour frame buffer device 240x75
[   14.835909] fb0: nouveaufb frame buffer device
[   14.835913] drm: registered panic notifier
[   14.835921] [drm] Initialized nouveau 1.0.0 20120316 for 0000:01:00.0 on minor 0
[   14.846102] dell_wmi: Received unknown WMI event (0x11)
[   15.928789] Adding 12557308k swap on /dev/sdb5.  Priority:-1 extents:1 across:12557308k 
[   15.958353] EXT4-fs (sdb1): re-mounted. Opts: (null)
[   16.244809] EXT4-fs (sdb1): re-mounted. Opts: errors=remount-ro
[   16.402441] loop: module loaded
[   16.535048] EtherCAT: Master driver 1.5.2 2eff7c993a63
[   16.535289] EtherCAT: 1 master waiting for devices.
[   16.606459] ec_generic: EtherCAT master generic Ethernet device module 1.5.2 2eff7c993a63
[   16.606495] EtherCAT: Accepting F0:4D:A2:4F:DB:6A as main device for master 0.
[   16.606521] ec_generic: Binding socket to interface 2 (eth0).
[   16.608331] EtherCAT 0: Starting EtherCAT-IDLE thread.
[   16.608407] EtherCAT 0: Link state of ecm0 changed to UP.
[   16.616407] EtherCAT WARNING 0: 1 datagram TIMED OUT!
[   17.613832] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   18.129061] RPC: Registered named UNIX socket transport module.
[   18.129069] RPC: Registered udp transport module.
[   18.129074] RPC: Registered tcp transport module.
[   18.129078] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   18.179657] FS-Cache: Loaded
[   18.213512] NFS: Registering the id_resolver key type
[   18.213551] FS-Cache: Netfs 'nfs' registered for caching
[   18.221751] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   18.611393] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   19.449356] psmouse serio2: Failed to deactivate mouse on synaptics-pt/serio0
[   19.612942] EtherCAT WARNING 0: 123 datagrams TIMED OUT!
[   19.904257] psmouse serio2: Failed to enable mouse on synaptics-pt/serio0
[   20.610495] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   20.717488] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input15
[   21.161367] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   21.161382] Bluetooth: BNEP filters: protocol multicast
[   21.181695] Bluetooth: RFCOMM TTY layer initialized
[   21.181714] Bluetooth: RFCOMM socket layer initialized
[   21.181720] Bluetooth: RFCOMM ver 1.11
[   21.608053] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   22.436301] lp: driver loaded but no devices found
[   22.605796] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   22.705328] ppdev: user-space parallel port driver
[   23.603170] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   23.699437] iwlwifi 0000:0c:00.0: L1 Disabled; Enabling L0S
[   23.702383] iwlwifi 0000:0c:00.0: Radio type=0x0-0x2-0x0
[   23.860518] iwlwifi 0000:0c:00.0: L1 Disabled; Enabling L0S
[   23.863528] iwlwifi 0000:0c:00.0: Radio type=0x0-0x2-0x0
[   23.919350] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   23.994233] EtherCAT 0: Link state of ecm0 changed to DOWN.
[   24.058368] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   24.568967] input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/serio2/input/input16
[   26.318457] tg3 0000:09:00.0: eth0: Link is up at 100 Mbps, full duplex
[   26.318464] tg3 0000:09:00.0: eth0: Flow control is on for TX and on for RX
[   26.318485] EtherCAT 0: Link state of ecm0 changed to UP.
[   26.318711] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   26.324563] EtherCAT WARNING 0: 50 datagrams TIMED OUT!
[   27.326057] EtherCAT WARNING 0: 124 datagrams TIMED OUT!
[   28.323647] EtherCAT WARNING 0: 120 datagrams TIMED OUT!
[   29.321211] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   30.318774] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   31.316282] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   32.313838] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   33.311397] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   34.308954] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   35.306512] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   36.304088] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   37.305649] EtherCAT WARNING 0: 124 datagrams TIMED OUT!
[   38.307171] EtherCAT WARNING 0: 124 datagrams TIMED OUT!
[   39.308732] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   40.310262] EtherCAT WARNING 0: 124 datagrams TIMED OUT!
[   41.311810] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   42.313359] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   43.310929] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   44.309946] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   45.306031] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   46.307631] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   47.305170] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   48.306725] EtherCAT WARNING 0: 123 datagrams TIMED OUT!
[   49.308232] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   50.305831] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   51.307385] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   52.308916] EtherCAT WARNING 0: 124 datagrams TIMED OUT!
[   53.310458] EtherCAT WARNING 0: 123 datagrams TIMED OUT!
[   54.312401] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   55.313526] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   56.311082] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   57.312631] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   58.310188] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   59.307748] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   60.309340] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   61.306850] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   62.304407] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   63.301964] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   64.299521] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   65.297078] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   66.294638] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   67.292213] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   68.289765] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   69.287312] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   70.288857] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   71.286413] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   72.283972] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   73.281531] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   74.279088] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   75.276644] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   76.274203] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   77.271763] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   78.269317] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   79.266889] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   80.264431] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   81.261988] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   82.259547] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   83.257103] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   84.254660] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   85.252217] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   86.249791] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   87.247332] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   88.244889] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   89.242446] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   90.240020] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   91.237562] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   92.235119] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   93.232677] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   94.230232] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   95.227793] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   96.225348] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   97.222907] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   98.220468] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[   99.218022] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  100.215583] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  101.213136] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  102.210693] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  103.208250] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  104.205807] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  105.207372] EtherCAT WARNING 0: 124 datagrams TIMED OUT!
[  106.208907] EtherCAT WARNING 0: 121 datagrams TIMED OUT!
[  107.206485] EtherCAT WARNING 0: 112 datagrams TIMED OUT!
[  108.212001] EtherCAT WARNING 0: 113 datagrams TIMED OUT!
[  109.217544] EtherCAT WARNING 0: 114 datagrams TIMED OUT!
[  110.215121] EtherCAT WARNING 0: 111 datagrams TIMED OUT!
[  111.216649] EtherCAT WARNING 0: 117 datagrams TIMED OUT!
[  112.214236] EtherCAT WARNING 0: 114 datagrams TIMED OUT!
[  113.211761] EtherCAT WARNING 0: 119 datagrams TIMED OUT!
[  114.213306] EtherCAT WARNING 0: 112 datagrams TIMED OUT!
[  115.210863] EtherCAT WARNING 0: 122 datagrams TIMED OUT!
[  116.208418] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  117.205977] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  118.203532] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  119.201094] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  120.198649] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  121.196205] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  122.193762] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  123.191319] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  124.188878] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  125.186435] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  126.183993] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  127.181549] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  128.179107] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  129.176664] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  130.174224] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  131.171779] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  132.169366] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  133.166896] EtherCAT WARNING 0: 124 datagrams TIMED OUT!
[  133.318401] I-pipe: head domain RTAI registered.
[  133.318419] RTAI[hal]: compiled with gcc version 4.7.2 (Debian 4.7.2-5) .
[  133.318674] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[  133.318683] SYSINFO: CPUs 4, LINUX APIC IRQ 2312, TIM_FREQ 8312360, CLK_FREQ 2660249000, CPU_FREQ 2660249000
[  133.318689] RTAI_APIC_TIMER_IPI: RTAI DEFINED 2314, VECTOR 2314; LINUX_APIC_TIMER_IPI: RTAI DEFINED 2312, VECTOR 2312
[  133.318706] TIMER NAME: lapic; VARIOUSLY FOUND APIC FREQs: 8312360, 8312360, 8273750
[  133.352602] RTAI[malloc]: global heap size = 2097152 bytes, .
[  133.352687] , , kstacks pool size = 524288 bytes.
[  133.352695] RTAI[sched]: hard timer type/freq = APIC/8312360(Hz); default timing: oneshot; linear timed lists.
[  133.352701] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2660249000 hz.
[  133.352705] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns.
[  133.377189] RTAI[math]: loaded.
[  133.612115] EtherCAT: Requesting master 0...
[  133.612124] EtherCAT: Successfully requested master 0.
[  133.613219] EtherCAT ERROR 0 0:1: PDO entry 0x6000:01 is not mapped.
[  133.613226] LCEC: master 0 PDO entry registration failed
[  133.613240] EtherCAT 0: Releasing master...
[  133.613255] EtherCAT 0: Released.
[  134.168449] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  134.431542] RTAI[math]: unloaded.
[  134.435102] SCHED releases registered named ALIEN PEDV$D
[  134.441791] RTAI[malloc]: unloaded.
[  134.539538] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[  134.543249] I-pipe: head domain RTAI unregistered.
[  134.543566] RTAI[hal]: unmounted.
[  135.169992] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  136.167548] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  137.165106] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  138.162663] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  139.160223] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  140.157777] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  141.155336] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  142.152894] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  143.150449] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  144.148008] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  145.145563] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  146.143120] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  147.140678] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  148.138237] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  149.135793] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  150.133350] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  151.130908] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  152.128470] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  153.126023] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  154.123580] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  155.121138] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  156.118696] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  157.116252] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  158.113810] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  159.111367] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  160.108927] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  161.106484] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  162.104041] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  163.101597] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  164.103152] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  165.100710] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  166.098264] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  167.095821] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  168.093401] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  169.094945] EtherCAT WARNING 0: 123 datagrams TIMED OUT!
[  170.092482] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  171.090040] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  172.087595] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  173.085152] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  174.082709] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  175.080269] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  176.081817] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  177.079389] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  178.076933] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  179.074490] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  180.072048] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  181.069605] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  182.067162] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  183.064720] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  184.062274] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  185.059834] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  186.057391] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  187.054946] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  188.052504] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  189.050062] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  190.047621] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  191.045175] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  192.042733] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  193.040292] EtherCAT WARNING 0: 125 datagrams TIMED OUT!
[  194.037849] EtherCAT WARNING 0: 125 datagrams TIMED OUT!

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

More
10 Aug 2016 14:36 #78575 by sirop
Replied by sirop on topic Ethercat HAL driver
[  133.613219] EtherCAT ERROR 0 0:1: PDO entry 0x6000:01 is not mapped.
[  133.613226] LCEC: master 0 PDO entry registration failed

That's the point to research.

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

More
11 Aug 2016 22:07 - 11 Aug 2016 22:08 #78653 by REEEN
Replied by REEEN on topic Ethercat HAL driver
Hello Sirop,
I just tried what you told me to install linuxcnc ethercat with rt preempt.

I always get "no realtime kernels found!"

Iam testing from virtual box.

This must be because of this block:
if [ $1 = "-r" ]; then
    set -- `uname -r`
elif [ $1 = "-a" ]; then
    KERNEL="$(uname -r)"
    if [ ! -d "/usr/realtime-$KERNEL" ]; then
        KERNEL=$(ls -1d /usr/realtime-* 2> /dev/null | cut -d - -f 2- | head -1)
        if [ -z "$KERNEL" ]; then
            echo "no realtime kernels found!"
            exit 1
        fi
    fi
    set -- $KERNEL
fi

What can I do now ?
Last edit: 11 Aug 2016 22:08 by REEEN.

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

More
12 Aug 2016 03:43 #78661 by sirop
Replied by sirop on topic Ethercat HAL driver
Try
./configure -r
if you want to use the kernel currently running
according to github.com/sittner/ec-debianize/blob/mas...an/configure#L23-L24 .

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

Time to create page: 0.186 seconds
Powered by Kunena Forum