[Solved] Basic research for arch beginner - kernel

Hello,
if i want to compile my own new kernel so i create a directory to
"/usr/src/" like "linux-2.6.17.7". So i have in some cases more like one kernel directory.
Other distributions set a symlink to the actual kernel directory with
the name "linux", because in the system is "linux" the reference.
So it easy to change the link to the actualy kernel-directory.
I have seen, that Archlinux don't use a symlink to the kernel-directory.
How can i change the reference in the system for a new kernel-directory,
because i think if i compile some modules, the system will got every time
the "old" modules directory and not the new one ?
Thank you and
best regards
bademeister

brain0 wrote:
What does "the actual kernel-directory" mean? There is absolutely no part of the system that looks for /usr/src/linux.
You only need the source (or at least part of it) to compile external modules. The necessary headers are located via the /lib/modules/$(uname -r)/build/ directory.
As said above, you should use abs for kernel compilation so that pacman can keep track of the files.
The best solution for 99% of the users is using the stock kernel anyway, as it is slim and modular, supports all you need and there are tons of precompiled kernel modules for it in the repos.
Hi brain0,
"the actual kernel-directory" means, which directory is now use by the system.
For example, if i download the kernel and place it to /usr/src/linux-2.6.17.7, so i have two directories. With the old kernel before (linux-2.6.17-ARCH) and my new one.
"uname -r" show me the reference directory, now with "2.6.17-ARCH", also
all modules will loaded from: /lib/modules/2.6.17-ARCH/.
Now i compile the new kernel (linux-2.6.17.7-NEW) and during the compilation, all modules will be copied to the new module directory:
/lib/modules/2.6.17-NEW/.
If i look to the reference directory with "uname -r", so i get
2.6.17-ARCH again. All kind of modules will be loaded from the old directory.
So i'm looking for a solution to switch the reference directory, that
all modules will be loaded from "/lib/modules/2.6.17-NEW/".
Regards
bademeister

Similar Messages

  • [SOLVED] Grub entry for Arch console-mode

    Is there any way to add a grub menuentry to start arch without x?
    Last edited by Quatro (2014-08-21 00:14:42)

    By menuentry i assume you mean one other than the default for arch.
    There is, I believe this may help you. https://wiki.archlinux.org/index.php/GR … b-mkconfig
    Currently on phone so its too hard to give exact instructions atm. Internets out -.-

  • How to make a really basic alleyway for a beginner

      Hello,I am a student making a project related to games and I picked an alleyway.I've
    read through a couple of threads on here dealing with making a game of
    alleyway in LabView.I a still a newbie and I am asking for some
    guideance inorder to be able to make such a game.I ask you to please have some patience with me.
      I
    am ,as you figured it out ,EchoWolf's class mate. And I also like also
    to learn LabView not just coping and cheating for I would like to
    increase my knowledge in LabView and because the purpose of this assignment is to learn.
     I
    have seen with EchoWolf's post and I was impressed how I was able to
    make a ball bounce from different starting positions and different
    angles.
    As I want to keep this game basic, I don't think I'll worry about having different ball speeds so far.
    Alley
    way is a game when the ball hits the brick and it
    breaks(disappears),how can I do it do I need to vanish it using the
    property node.
    I am sorry, I was not taught enough and I only ask
    for guideance and patience for I am a quick learner and I am very good
    at Math and Physics and I have some experience in C++ although the
    syntax stinks.
    Due to my inexperience, this might thake a lot of time.I thank you
    for any and all help anyone may be able to provide. Thank you in
    advanced for your patience.May I never fail you.
    This is what I have found .XD
     I am having trouble posting this message.
    “Give a man a fish and he will eat for a day; teach a man to fish and he will eat for a lifetime”
    "to learn a lesson is a far better reward than to win a prize early in the GAME"
    Attachments:
    alleyway.llb ‏318 KB

    LOL,
    First, let's play nice and actually give the source of the code you attached. I have the gut feeling that it is overly complicated and could be done with 25% of the code.
    As a first step, I would enable "smooth updates" on the image indicator to prevent the annoying flickering
    Echo Wolf2 wrote:
    As I want to keep this game basic, I don't think I'll worry about having different ball speeds so far.
    Yes, you have to worry, because the speed e.g. needs to change sign when it hits an object. Of course you could solve it with complex data and keep the speed magnitude constant.
    Echo Wolf2 wrote:
    Alley way is a game when the ball hits the brick and it breaks(disappears),how can I do it do I need to vanish it using the property node.
    I don't think you understand the meaning of "property node". What exactly did you have in mind?
    Echo Wolf2 wrote:
    I am sorry, I was not taught enough and I only ask for guideance and patience for I am a quick learner and I am very good at Math and Physics and I have some experience in C++ although the syntax stinks.
    It's probably the wrong approach trying to reverse engineer existing complicated code, so what I would do is start with some simple code like your classmate, writing someting where the ball bounces off walls only. Then you can expand it and add bricks. At the end add a paddle for user control.
    Make a plan about good data structures. How is the arena represented in memory?
    Echo Wolf2 wrote:
    Due to my inexperience, this might thake a lot of time.I thank you for any and all help anyone may be able to provide. Thank you in advanced for your patience.May I never fail you.
    The only way to really gain experience is to write programs. It's been 6+ hours since you posted. How far did you get in the meantime? Show us what you are doing and please ask questions when you get stuck.
    We won't write assignments for you, but we are willing to nudge you in the right direction.
    LabVIEW Champion . Do more with less code and in less time .

  • [SOLVED] Cookie settings for Arch Linux forum

    I really do like the Arch Linux forum.
    It is fast, plain and simple; perfect for a distro which is the same
    But one thing is bothering me; the cookies.
    The arch forum is the only forum for me where the 'new post' colored picture at the left side of the forum parts is not unmarked after reading the new posts.
    After I have read all new posts, I do 'mark all topics as read' (the link at the right top) to have this result.
    For example phpbb forums do have cookie settings where the forums which are read, automatically turn the 'new post' icon off; it is not colored but the normal color again.
    Can it be that some forum settings are not completely right and this should be also the case at the Arch forums?
    Hope I have explained it that way you can understand what I mean.
    Jan
    Last edited by Lontronics (2007-03-03 17:07:04)

    Yes, and it has nothing to do with the cookie (except a session).. at least i hope it doesn't cuz that would just make me twice as glad that we switched away from that horrid chunk of code called phpbb.
    And on that note, search around a bit, because this has already been explained like three times.

  • [SOLVED] Arch with kernel 3.15.1 hangs/reboots in early boot

    Hi all,
    Recently I bought Asrock D1800B-ITX and I installed Arch without seeing any error messages.
    However, when I rebooted to the installed system, the kernel hangs after printing "Booting the kernel."
    What should I do next to troubleshoot this?
    PC spec:
    CPU: Intel Celeron J1800
    Mobo: Asrock D1800B-ITX (BIOS version 1.4)
    RAM: Transcend DDR3L-1333 2G x2 (passes memtest86+ 5+ times)
    SSD: Crucial m4 64GB (M4-CT064M4SSD1)
    What I tried to do:
    The installation method is the same as the Beginners' guide on the ArchWiki.
    Arch ISO 2014.06.01 written in a USB memstick by dd is used to install Arch.
    Both UEFI (tried first) and BIOS installation won't work.
    Changing the HOOKS variable in /etc/mkinitcpio.conf won't affect the symptom (tried "base udev ...", "base systemd ..." and "systemd ...").
    The kernel from linux-lts package (3.10.44 as of writing) and 3.14.4 (included in Arch ISO 2014.06.01) boots.
    The console output (tty0) from the kernel with "debug" appended to the kernel parameter is messed up like the image if framebuffer is enabled.
    If framebuffer is disabled, I got some error messages like this image("debug" appended).
    The serial console output from the kernel 3.15.1-1 with "debug boot_delay=5000 console=ttyS0,115200n8r" appended to the paramaters is below:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.15.1-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.0 20140604 (prerelease) (GCC) ) #1 SMP PREEMPT Tue Jun 17 09:32:20 CEST 2014
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=8e8c9f53-53f9-43d9-af6e-13c375c2e3c4 rw debug boot_delay=5000 console=ttyS0,115200n8r
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009c7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009c800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000200fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000020100000-0x000000006d5a8fff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000006d5a9000-0x000000006d5d8fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000006d5d9000-0x000000006d5e8fff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x000000006d5e9000-0x000000006d716fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000006d717000-0x000000006da80fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000006da81000-0x000000006da81fff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000006da82000-0x000000006dac3fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000006dac4000-0x000000006dc31fff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000006dc32000-0x000000006dff9fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000006dffa000-0x000000006dffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.8 present.
    [ 0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./D1800B-ITX, BIOS P1.40 05/22/2014
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x180000 max_arch_pfn = 0x400000000
    [ 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-E7FFF write-through
    [ 0.000000] E8000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask FC0000000 write-back
    [ 0.000000] 1 base 040000000 mask FE0000000 write-back
    [ 0.000000] 2 base 060000000 mask FF0000000 write-back
    [ 0.000000] 3 base 06E800000 mask FFF800000 uncachable
    [ 0.000000] 4 base 06F000000 mask FFF000000 uncachable
    [ 0.000000] 5 base 100000000 mask F80000000 write-back
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: update [mem 0x6e800000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0x6e000 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000fd6b0-0x000fd6bf] mapped at [ffff8800000fd6b0]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000096000] 96000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b3e000, 0x01b3efff] PGTABLE
    [ 0.000000] BRK [0x01b3f000, 0x01b3ffff] PGTABLE
    [ 0.000000] BRK [0x01b40000, 0x01b40fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x17fe00000-0x17fffffff]
    [ 0.000000] [mem 0x17fe00000-0x17fffffff] page 2M
    [ 0.000000] BRK [0x01b41000, 0x01b41fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x17c000000-0x17fdfffff]
    [ 0.000000] [mem 0x17c000000-0x17fdfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x17bffffff]
    [ 0.000000] [mem 0x100000000-0x17bffffff] page 2M
    [ 0.000000] BRK [0x01b42000, 0x01b42fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x1fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x20100000-0x6d5a8fff]
    [ 0.000000] [mem 0x20100000-0x201fffff] page 4k
    [ 0.000000] [mem 0x20200000-0x6d3fffff] page 2M
    [ 0.000000] [mem 0x6d400000-0x6d5a8fff] page 4k
    [ 0.000000] BRK [0x01b43000, 0x01b43fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x6da81000-0x6da81fff]
    [ 0.000000] [mem 0x6da81000-0x6da81fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x6dac4000-0x6dc31fff]
    [ 0.000000] [mem 0x6dac4000-0x6dc31fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x6dffa000-0x6dffffff]
    [ 0.000000] [mem 0x6dffa000-0x6dffffff] page 4k
    [ 0.000000] RAMDISK: [mem 0x379a2000-0x37cc8fff]
    [ 0.000000] ACPI: RSDP 0x00000000000F04A0 000024 (v02 ALASKA)
    [ 0.000000] ACPI: XSDT 0x000000006D5DC080 00007C (v01 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: FACP 0x000000006D5E73B8 00010C (v05 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/32 (20140214/tbfadt-603)
    [ 0.000000] ACPI: DSDT 0x000000006D5DC188 00B229 (v02 ALASKA A M I 01072009 INTL 20120913)
    [ 0.000000] ACPI: FACS 0x000000006D716F80 000040
    [ 0.000000] ACPI: APIC 0x000000006D5E74C8 000068 (v03 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: FPDT 0x000000006D5E7530 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: MCFG 0x000000006D5E7578 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
    [ 0.000000] ACPI: LPIT 0x000000006D5E75B8 000104 (v01 ALASKA A M I 00000003 VLV2 0100000D)
    [ 0.000000] ACPI: AAFT 0x000000006D5E76C0 0000D7 (v01 ALASKA OEMAAFT 01072009 MSFT 00000097)
    [ 0.000000] ACPI: HPET 0x000000006D5E7798 000038 (v01 ALASKA A M I 01072009 AMI. 00000005)
    [ 0.000000] ACPI: SSDT 0x000000006D5E77D0 000763 (v01 PmRef CpuPm 00003000 INTL 20061109)
    [ 0.000000] ACPI: SSDT 0x000000006D5E7F38 000290 (v01 PmRef Cpu0Tst 00003000 INTL 20061109)
    [ 0.000000] ACPI: SSDT 0x000000006D5E81C8 00017A (v01 PmRef ApTst 00003000 INTL 20061109)
    [ 0.000000] ACPI: UEFI 0x000000006D5E8348 000042 (v01 ALASKA A M I 00000000 00000000)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000017fffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x17fffffff]
    [ 0.000000] NODE_DATA [mem 0x17fff6000-0x17fffafff]
    [ 0.000000] [ffffea0000000000-ffffea0005ffffff] PMD -> [ffff88017ba00000-ffff88017f5fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x17fffffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009bfff]
    [ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
    [ 0.000000] node 0: [mem 0x20100000-0x6d5a8fff]
    [ 0.000000] node 0: [mem 0x6da81000-0x6da81fff]
    [ 0.000000] node 0: [mem 0x6dac4000-0x6dc31fff]
    [ 0.000000] node 0: [mem 0x6dffa000-0x6dffffff]
    [ 0.000000] node 0: [mem 0x100000000-0x17fffffff]
    [ 0.000000] On node 0 totalpages: 972217
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3995 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 6937 pages used for memmap
    [ 0.000000] DMA32 zone: 443934 pages, LIFO batch:31
    [ 0.000000] Normal zone: 8192 pages used for memmap
    [ 0.000000] Normal zone: 524288 pages, LIFO batch:31
    [ 0.000000] x86/hpet: Will disable the HPET for this platform because it's not reliable
    [ 0.000000] Reserving Intel graphics stolen memory at 0x6f000000-0x7effffff
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high res lint[0x48])
    [ 0.000000] ACPI: NMI not connected to LINT 1!
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1e])
    [ 0.000000] ACPI: NMI not connected to LINT 1!
    [ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-86
    [ 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: 0x8086a201 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 103
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009c000-0x0009cfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x20000000-0x200fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6d5a9000-0x6d5d8fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6d5d9000-0x6d5e8fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6d5e9000-0x6d716fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6d717000-0x6da80fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6da82000-0x6dac3fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6dc32000-0x6dff9fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6e000000-0x6effffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6f000000-0x7effffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x7f000000-0xe00f7fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xe00f9000-0xfed00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed02000-0xffafffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xffb00000-0xffffffff]
    [ 0.000000] e820: [mem 0x7f000000-0xe00f7fff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:2 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88017fc00000 s87168 r8192 d23424 u1048576
    [ 0.000000] pcpu-alloc: s87168 r8192 d23424 u1048576 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 957003
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=8e8c9f53-53f9-43d9-af6e-13c375c2e3c4 rw debug boot_delay=5000 console=ttyS0,115200n8r
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 3746004K/3888868K available (5222K kernel code, 885K rwdata, 1644K rodata, 1116K init, 1284K bss, 142864K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=2.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    [ 0.000000] NR_IRQS:8448 nr_irqs:512 16
    [ 0.000000] spurious 8259A interrupt: IRQ7.
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [ttyS0] enabled
    [ 0.000000] allocated 15728640 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Maximum core-clock to bus-clock ratio: 0x1d
    [ 0.000000] Resolved frequency ID: 0, frequency: 83200 KHz
    [ 0.000000] TSC runs at 2412800 KHz
    [ 0.000000] lapic_timer_frequency = 277333
    [ 0.000000] tsc: Detected 2412.800 MHz processor
    [ 0.000035] Calibrating delay loop (skipped), value calculated using timer frequency.. 4827.66 BogoMIPS (lpj=8042666)
    [ 0.011335] pid_max: default: 32768 minimum: 301
    [ 0.016281] ACPI: Core revision 20140214
    [ 0.038896] ACPI: All ACPI Tables successfully acquired
    [ 0.044506] Security Framework initialized
    [ 0.048952] Yama: becoming mindful.
    [ 0.052893] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.062443] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.070632] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.077372] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.085099] Initializing cgroup subsys memory
    [ 0.089761] Initializing cgroup subsys devices
    [ 0.094496] Initializing cgroup subsys freezer
    [ 0.098953] Initializing cgroup subsys net_cls
    [ 0.103705] Initializing cgroup subsys blkio
    [ 0.108007] CPU: Physical Processor ID: 0
    [ 0.112334] CPU: Processor Core ID: 0
    [ 0.116012] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    [ 0.116012] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.134780] mce: CPU supports 6 MCE banks
    [ 0.138809] CPU0: Thermal monitoring enabled (TM1)
    [ 0.143899] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
    [ 0.143899] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
    [ 0.143899] tlb_flushall_shift: 6
    [ 0.159547] Freeing SMP alternatives memory: 20K (ffffffff819f6000 - ffffffff819fb000)
    [ 0.168629] ftrace: allocating 20223 entries in 79 pages
    [ 0.184730] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
    [ 0.223874] smpboot: CPU0: Intel(R) Celeron(R) CPU J1800 @ 2.41GHz (fam: 06, model: 37, stepping: 03)
    [ 0.233644] TSC deadline timer enabled
    [ 0.237410] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, full-width counters, Intel PMU driver.
    [ 0.248406] ... version: 3
    [ 0.252421] ... bit width: 40
    [ 0.256842] ... generic registers: 2
    [ 0.260859] ... value mask: 000000ffffffffff
    [ 0.266468] ... max period: 000000ffffffffff
    [ 0.272072] ... fixed-purpose events: 3
    [ 0.276086] ... event mask: 0000000700000003
    [ 0.308502] x86: Booting SMP configuration:
    [ 0.312979] .... node #0, CPUs: #1
    [ 0.341729] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.350624] x86: Booted up 1 node, 2 CPUs
    [ 0.354641] smpboot: Total of 2 processors activated (9655.33 BogoMIPS)
    [ 0.362148] devtmpfs: initialized
    [ 0.371790] PM: Registering ACPI NVS region [mem 0x6d5e9000-0x6d716fff] (1236992 bytes)
    [ 0.381667] pinctrl core: initialized pinctrl subsystem
    [ 0.387237] RTC time: 12:48:20, date: 06/23/14
    [ 0.392039] NET: Registered protocol family 16
    [ 0.396655] cpuidle: using governor ladder
    [ 0.401108] cpuidle: using governor menu
    [ 0.405062] ACPI: bus type PCI registered
    [ 0.409367] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.416238] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.425888] PCI: not using MMCONFIG
    [ 0.429389] PCI: Using configuration type 1 for base access
    [ 0.436739] ACPI: Added _OSI(Module Device)
    [ 0.441290] ACPI: Added _OSI(Processor Device)
    [ 0.445745] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.450792] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.483934] ACPI: SSDT 0x000000006D5D1598 000521 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
    [ 0.493572] ACPI: Dynamic OEM Table Load:
    [ 0.497982] ACPI: SSDT 0x0000000000000000 000521 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
    [ 0.506989] ACPI: SSDT 0x000000006D5D0918 0003DE (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
    [ 0.516701] ACPI: Dynamic OEM Table Load:
    [ 0.521060] ACPI: SSDT 0x0000000000000000 0003DE (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
    [ 0.553495] ACPI: SSDT 0x000000006D5D6C18 00015F (v01 PmRef ApIst 00003000 INTL 20061109)
    [ 0.563096] ACPI: Dynamic OEM Table Load:
    [ 0.567499] ACPI: SSDT 0x0000000000000000 00015F (v01 PmRef ApIst 00003000 INTL 20061109)
    [ 0.589637] ACPI: SSDT 0x000000006D5D2F18 00008D (v01 PmRef ApCst 00003000 INTL 20061109)
    [ 0.599587] ACPI: Dynamic OEM Table Load:
    [ 0.603646] ACPI: SSDT 0x0000000000000000 00008D (v01 PmRef ApCst 00003000 INTL 20061109)
    [ 0.626595] ACPI: Interpreter enabled
    [ 0.630656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140214/hwxface-580)
    [ 0.640234] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140214/hwxface-580)
    [ 0.649828] ACPI: (supports S0 S3 S4 S5)
    [ 0.653760] ACPI: Using IOAPIC for interrupt routing
    [ 0.659107] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.669732] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [ 0.703985] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.722133] ACPI: Power Resource [USBC] (on)
    [ 0.728108] ACPI: Power Resource [PLPE] (on)
    [ 0.732632] ACPI: Power Resource [PLPE] (on)
    [ 0.743169] ACPI: Power Resource [CLK0] (on)
    [ 0.747518] ACPI: Power Resource [CLK1] (on)
    [ 0.827458] ACPI: Power Resource [FN00] (off)
    [ 0.832738] ACPI: \_PR_.CPU2: failed to get CPU APIC ID.
    [ 0.838063] ACPI: \_PR_.CPU3: failed to get CPU APIC ID.
    [ 0.843920] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.850447] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.859188] \_SB_.PCI0:_OSC invalid UUID
    [ 0.863119] _OSC request data:1 1f 0
    [ 0.866869] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
    [ 0.873883] PCI host bridge to bus 0000:00
    [ 0.877994] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.883490] pci_bus 0000:00: root bus resource [io 0x0000-0x006f]
    [ 0.889672] pci_bus 0000:00: root bus resource [io 0x0078-0x0cf7]
    [ 0.895856] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.902037] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.908916] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
    [ 0.915792] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff]
    [ 0.922671] pci_bus 0000:00: root bus resource [mem 0x80000000-0x90816ffe]
    [ 0.929554] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
    [ 0.935723] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
    [ 0.941744] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x903fffff]
    [ 0.948027] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff pref]
    [ 0.954740] pci 0000:00:02.0: reg 0x20: [io 0xf080-0xf087]
    [ 0.960486] pci 0000:00:13.0: [8086:0f23] type 00 class 0x010601
    [ 0.966518] pci 0000:00:13.0: reg 0x10: [io 0xf070-0xf077]
    [ 0.972101] pci 0000:00:13.0: reg 0x14: [io 0xf060-0xf063]
    [ 0.977685] pci 0000:00:13.0: reg 0x18: [io 0xf050-0xf057]
    [ 0.983272] pci 0000:00:13.0: reg 0x1c: [io 0xf040-0xf043]
    [ 0.988856] pci 0000:00:13.0: reg 0x20: [io 0xf020-0xf03f]
    [ 0.994440] pci 0000:00:13.0: reg 0x24: [mem 0x90816000-0x908167ff]
    [ 1.000755] pci 0000:00:13.0: PME# supported from D3hot
    [ 1.006126] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
    [ 1.012152] pci 0000:00:14.0: reg 0x10: [mem 0x90800000-0x9080ffff 64bit]
    [ 1.018996] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 1.024929] pci 0000:00:14.0: System wakeup disabled by ACPI
    [ 1.030671] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
    [ 1.036710] pci 0000:00:1a.0: reg 0x10: [mem 0x90500000-0x905fffff]
    [ 1.042994] pci 0000:00:1a.0: reg 0x14: [mem 0x90400000-0x904fffff]
    [ 1.049367] pci 0000:00:1a.0: PME# supported from D0 D3hot
    [ 1.055004] pci 0000:00:1b.0: [8086:0f04] type 00 class 0x040300
    [ 1.061043] pci 0000:00:1b.0: reg 0x10: [mem 0x90810000-0x90813fff 64bit]
    [ 1.067905] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 1.074139] pci 0000:00:1c.0: [8086:0f48] type 01 class 0x060400
    [ 1.080211] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 1.086442] pci 0000:00:1c.1: [8086:0f4a] type 01 class 0x060400
    [ 1.092514] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 1.098749] pci 0000:00:1c.2: [8086:0f4c] type 01 class 0x060400
    [ 1.104820] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 1.111057] pci 0000:00:1c.3: [8086:0f4e] type 01 class 0x060400
    [ 1.117128] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 1.123370] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
    [ 1.129584] pci 0000:00:1f.3: [8086:0f12] type 00 class 0x0c0500
    [ 1.135629] pci 0000:00:1f.3: reg 0x10: [mem 0x90814000-0x9081401f]
    [ 1.141966] pci 0000:00:1f.3: reg 0x20: [io 0xf000-0xf01f]
    [ 1.147866] pci 0000:01:00.0: [8086:10d3] type 00 class 0x020000
    [ 1.153898] pci 0000:01:00.0: reg 0x10: [mem 0x907c0000-0x907dffff]
    [ 1.160186] pci 0000:01:00.0: reg 0x14: [mem 0x90700000-0x9077ffff]
    [ 1.166473] pci 0000:01:00.0: reg 0x18: [io 0xe000-0xe01f]
    [ 1.172068] pci 0000:01:00.0: reg 0x1c: [mem 0x907e0000-0x907e3fff]
    [ 1.178384] pci 0000:01:00.0: reg 0x30: [mem 0x90780000-0x907bffff pref]
    [ 1.185185] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
    [ 1.191338] pci 0000:01:00.0: System wakeup disabled by ACPI
    [ 1.203691] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [ 1.208670] pci 0000:00:1c.0: bridge window [io 0xe000-0xefff]
    [ 1.214772] pci 0000:00:1c.0: bridge window [mem 0x90700000-0x907fffff]
    [ 1.221670] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
    [ 1.227701] pci 0000:02:00.0: reg 0x10: [io 0xd000-0xd0ff]
    [ 1.233305] pci 0000:02:00.0: reg 0x18: [mem 0x90604000-0x90604fff 64bit]
    [ 1.240110] pci 0000:02:00.0: reg 0x20: [mem 0x90600000-0x90603fff 64bit pref]
    [ 1.247422] pci 0000:02:00.0: supports D1 D2
    [ 1.251698] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 1.258360] pci 0000:02:00.0: System wakeup disabled by ACPI
    [ 1.270703] pci 0000:00:1c.1: PCI bridge to [bus 02]
    [ 1.275679] pci 0000:00:1c.1: bridge window [io 0xd000-0xdfff]
    [ 1.281775] pci 0000:00:1c.1: bridge window [mem 0x90600000-0x906fffff]
    [ 1.288650] pci 0000:00:1c.2: PCI bridge to [bus 03]
    [ 1.293707] pci 0000:00:1c.3: PCI bridge to [bus 04]
    [ 1.299555] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
    [ 1.306755] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 *11 12 14 15)
    [ 1.313970] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 11 12 14 15)
    [ 1.321167] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
    [ 1.328364] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
    [ 1.335574] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 1.343951] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *10 11 12 14 15)
    [ 1.351177] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
    [ 1.360061] ACPI: Enabled 6 GPEs in block 00 to 3F
    [ 1.365087] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 1.373183] vgaarb: loaded
    [ 1.375899] vgaarb: bridge control possible 0000:00:02.0
    [ 1.381261] PCI: Using ACPI for IRQ routing
    [ 1.391151] PCI: pci_cache_line_size set to 64 bytes
    [ 1.396162] e820: reserve RAM buffer [mem 0x0009c800-0x0009ffff]
    [ 1.402172] e820: reserve RAM buffer [mem 0x6d5a9000-0x6fffffff]
    [ 1.408182] e820: reserve RAM buffer [mem 0x6da82000-0x6fffffff]
    [ 1.414191] e820: reserve RAM buffer [mem 0x6dc32000-0x6fffffff]
    [ 1.420199] e820: reserve RAM buffer [mem 0x6e000000-0x6fffffff]
    [ 1.426359] NetLabel: Initializing
    [ 1.429766] NetLabel: domain hash size = 128
    [ 1.434127] NetLabel: protocols = UNLABELED CIPSOv4
    [ 1.439113] NetLabel: unlabeled traffic allowed by default
    [ 1.444734] Switched to clocksource refined-jiffies
    [ 1.456826] pnp: PnP ACPI init
    [ 1.459927] ACPI: bus type PNP registered
    [ 1.464017] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 1.470655] pnp 00:01: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 1.477324] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
    [ 1.483943] system 00:03: [io 0x0680-0x069f] has been reserved
    [ 1.489870] system 00:03: [io 0x0400-0x047f] has been reserved
    [ 1.495800] system 00:03: [io 0x0500-0x05fe] has been reserved
    [ 1.501725] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.508678] system 00:04: [io 0x0290-0x029f] has been reserved
    [ 1.514602] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.521901] pnp 00:05: [dma 3]
    [ 1.525150] pnp 00:05: Plug and Play ACPI device, IDs PNP0400 PNP0401 (active)
    [ 1.532666] pnp 00:06: [dma 0 disabled]
    [ 1.536610] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 1.543468] pnp 00:07: [dma 0 disabled]
    [ 1.547398] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 1.554310] system 00:08: [mem 0xe0000000-0xefffffff] could not be reserved
    [ 1.561277] system 00:08: [mem 0xfed01000-0xfed01fff] has been reserved
    [ 1.567902] system 00:08: [mem 0xfed03000-0xfed03fff] has been reserved
    [ 1.574517] system 00:08: [mem 0xfed04000-0xfed04fff] has been reserved
    [ 1.581135] system 00:08: [mem 0xfed0c000-0xfed0ffff] has been reserved
    [ 1.587750] system 00:08: [mem 0xfed08000-0xfed08fff] has been reserved
    [ 1.594368] system 00:08: [mem 0xfed1c000-0xfed1cfff] has been reserved
    [ 1.600987] system 00:08: [mem 0xfee00000-0xfeefffff] has been reserved
    [ 1.607602] system 00:08: [mem 0xfef00000-0xfeffffff] has been reserved
    [ 1.614221] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.622896] pnp 00:09: Plug and Play ACPI device, IDs INT33bd (active)
    [ 1.629444] pnp: PnP ACPI: found 10 devices
    [ 1.633635] ACPI: bus type PNP unregistered
    [ 1.645842] Switched to clocksource acpi_pm
    [ 1.650077] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
    [ 1.660099] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    [ 1.670121] pci 0000:00:1c.2: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
    [ 1.678317] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
    [ 1.688327] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff] to [bus 03] add_size 200000
    [ 1.697397] pci 0000:00:1c.3: bridge window [io 0x1000-0x0fff] to [bus 04] add_size 1000
    [ 1.705587] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000
    [ 1.715604] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000
    [ 1.724671] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 1.734596] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 1.744525] pci 0000:00:1c.2: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [ 1.753505] pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 1.763432] pci 0000:00:1c.3: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [ 1.772408] pci 0000:00:1c.3: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 1.782337] pci 0000:00:1c.2: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 1.790442] pci 0000:00:1c.3: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 1.798551] pci 0000:00:1c.0: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.805529] pci 0000:00:1c.1: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.812508] pci 0000:00:1c.2: BAR 14: can't assign mem (size 0x200000)
    [ 1.819058] pci 0000:00:1c.2: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.826037] pci 0000:00:1c.3: BAR 14: can't assign mem (size 0x200000)
    [ 1.832587] pci 0000:00:1c.3: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.839567] pci 0000:00:1c.2: BAR 13: assigned [io 0x1000-0x1fff]
    [ 1.845766] pci 0000:00:1c.3: BAR 13: assigned [io 0x2000-0x2fff]
    [ 1.851971] pci 0000:00:1c.3: BAR 14: can't assign mem (size 0x200000)
    [ 1.858518] pci 0000:00:1c.3: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.865497] pci 0000:00:1c.2: BAR 14: can't assign mem (size 0x200000)
    [ 1.872047] pci 0000:00:1c.2: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.879027] pci 0000:00:1c.1: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.886022] pci 0000:00:1c.0: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.893006] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [ 1.897993] pci 0000:00:1c.0: bridge window [io 0xe000-0xefff]
    [ 1.904105] pci 0000:00:1c.0: bridge window [mem 0x90700000-0x907fffff]
    [ 1.910915] pci 0000:00:1c.1: PCI bridge to [bus 02]
    [ 1.915898] pci 0000:00:1c.1: bridge window [io 0xd000-0xdfff]
    [ 1.922014] pci 0000:00:1c.1: bridge window [mem 0x90600000-0x906fffff]
    [ 1.928826] pci 0000:00:1c.2: PCI bridge to [bus 03]
    [ 1.933806] pci 0000:00:1c.2: bridge window [io 0x1000-0x1fff]
    [ 1.939928] pci 0000:00:1c.3: PCI bridge to [bus 04]
    [ 1.944917] pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
    [ 1.951038] pci_bus 0000:00: resource 4 [io 0x0000-0x006f]
    [ 1.956636] pci_bus 0000:00: resource 5 [io 0x0078-0x0cf7]
    [ 1.962226] pci_bus 0000:00: resource 6 [io 0x0d00-0xffff]
    [ 1.967819] pci_bus 0000:00: resource 7 [mem 0x000a0000-0x000bffff]
    [ 1.974106] pci_bus 0000:00: resource 8 [mem 0x000c0000-0x000dffff]
    [ 1.980393] pci_bus 0000:00: resource 9 [mem 0x000e0000-0x000fffff]
    [ 1.986679] pci_bus 0000:00: resource 10 [mem 0x80000000-0x90816ffe]
    [ 1.993048] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    [ 1.998640] pci_bus 0000:01: resource 1 [mem 0x90700000-0x907fffff]
    [ 2.004928] pci_bus 0000:02: resource 0 [io 0xd000-0xdfff]
    [ 2.010521] pci_bus 0000:02: resource 1 [mem 0x90600000-0x906fffff]
    [ 2.016799] pci_bus 0000:03: resource 0 [io 0x1000-0x1fff]
    [ 2.022385] pci_bus 0000:04: resource 0 [io 0x2000-0x2fff]
    [ 2.028011] NET: Registered protocol family 2
    [ 2.032617] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
    [ 2.039992] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    [ 2.046756] TCP: Hash tables configured (established 32768 bind 32768)
    [ 2.053347] TCP: reno registered
    [ 2.056613] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 2.062665] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 2.069219] NET: Registered protocol family 1
    [ 2.073615] pci 0000:00:02.0: Boot video device
    [ 2.078437] PCI: CLS 64 bytes, default 64
    [ 2.082551] Unpacking initramfs...
    [ 2.163887] Freeing initrd memory: 3228K (ffff8800379a2000 - ffff880037cc9000)
    [ 2.171174] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 2.177630] software IO TLB [mem 0x695a9000-0x6d5a9000] (64MB) mapped at [ffff8800695a9000-ffff88006d5a8fff]
    [ 2.187692] Scanning for low memory corruption every 60 seconds
    [ 2.194032] futex hash table entries: 512 (order: 3, 32768 bytes)
    [ 2.214648] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 2.223371] zbud: loaded
    [ 2.226146] VFS: Disk quotas dquot_6.5.2
    [ 2.230143] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 2.236799] msgmni has been set to 7322
    [ 2.240735] Key type big_key registered
    [ 2.244935] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 2.252427] io scheduler noop registered
    [ 2.256375] io scheduler deadline registered
    [ 2.260712] io scheduler cfq registered (default)
    [ 2.266068] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 2.271694] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 2.278375] intel_idle: MWAIT substates: 0x33000020
    [ 2.283272] intel_idle: v0.4 model 0x37
    [ 2.287126] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 2.293183] GHES: HEST is not enabled!
    [ 2.297073] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 2.324170] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
    [ 2.352312] 00:07: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
    [ 2.360511] hpet: number irqs doesn't agree with number of timers
    [ 2.366659] Linux agpgart interface v0.103
    [ 2.370844] rtc_cmos 00:00: RTC can wake from S4
    [ 2.375711] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
    [ 2.381859] rtc_cmos 00:00: alarms up to one month, y3k, 242 bytes nvram
    [ 2.388590] Intel P-state driver initializing.
    [ 2.393073] Intel pstate controlling: cpu 0
    [ 2.397338] Intel pstate controlling: cpu 1
    [ 2.401631] ledtrig-cpu: registered to indicate activity on CPUs
    [ 2.407883] TCP: cubic registered
    [ 2.411486] NET: Registered protocol family 10
    [ 2.416484] NET: Registered protocol family 17
    [ 2.422019] registered taskstats version 1
    [ 2.426884] Magic number: 2:787:835
    [ 2.430695] rtc_cmos 00:00: setting system clock to 2014-06-23 12:48:22 UTC (1403527702)
    [ 2.438908] PM: Hibernation image not present or could not be loaded.
    [ 2.447023] Freeing unused kernel memory: 1116K (ffffffff818df000 - ffffffff819f6000)
    [ 2.455009] Write protecting the kernel read-only data: 8192k
    [ 2.464913] Freeing unused kernel memory: 912K (ffff88000151c000 - ffff880001600000)
    [ 2.474648] Freeing unused kernel memory: 404K (ffff88000179b000 - ffff880001800000)
    :: running early hook [udev]
    [ 2.494051] random: systemd-tmpfile urandom read with 66 bits of entropy available
    [ 2.504332] systemd-udevd[47]: starting version 213
    :: running hook [udev]
    :: Triggering uevents...
    calling: trigger
    calling: trigger
    calling: settle
    [ 2.534396] sdhci: Secure Digital Host Controller Interface driver
    [ 2.541330] sdhci: Copyright(c) Pierre Ossman
    [ 2.552716] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 2.568739] SCSI subsystem initialized
    [ 2.575089] ACPI: bus type USB registered
    [ 2.594459] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 2.599187] usbcore: registered new interface driver usbfs
    [ 2.599205] usbcore: registered new interface driver hub
    [ 2.599745] usbcore: registered new device driver usb
    [ 2.600871] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 2.600881] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
    [ 2.601308] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 2.601345] xhci_hcd 0000:00:14.0: irq 103 for MSI/MSI-X
    [ 2.602147] hub 1-0:1.0: USB hub found
    [ 2.602218] hub 1-0:1.0: 6 ports detected
    [ 2.602881] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 2.602886] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
    [ 2.603292] hub 2-0:1.0: USB hub found
    [ 2.603304] hub 2-0:1.0: 1 port detected
    [ 2.605730] libata version 3.00 loaded.
    [ 2.607023] ahci 0000:00:13.0: version 3.0
    [ 2.607176] ahci 0000:00:13.0: controller can't do DEVSLP, turning off
    [ 2.607221] ahci 0000:00:13.0: irq 104 for MSI/MSI-X
    [ 2.607290] ahci 0000:00:13.0: AHCI 0001.0300 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
    [ 2.607293] ahci 0000:00:13.0: flags: 64bit ncq pm led clo pio slum part deso
    [ 2.608141] scsi0 : ahci
    [ 2.608405] scsi1 : ahci
    [ 2.608589] ata1: SATA max UDMA/133 abar m2048@0x90816000 port 0x90816100 irq 104
    [ 2.608593] ata2: SATA max UDMA/133 abar m2048@0x90816000 port 0x90816180 irq 104
    [ 2.725290] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 2.927049] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 2.933507] ata2: SATA link down (SStatus 0 SControl 300)
    [ 2.939429] ata1.00: ATA-9: M4-CT064M4SSD1, 070H, max UDMA/100
    [ 2.945334] ata1.00: 125045424 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 2.953286] ata1.00: configured for UDMA/100
    [ 2.958167] scsi 0:0:0:0: Direct-Access ATA M4-CT064M4SSD1 070H PQ: 0 ANSI: 5
    [ 2.960235] usb 1-2: new high-speed USB device number 2 using xhci_hcd
    [ 2.981979] sd 0:0:0:0: [sda] 125045424 512-byte logical blocks: (64.0 GB/59.6 GiB)
    [ 2.990120] sd 0:0:0:0: [sda] Write Protect is off
    [ 2.994996] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 3.000141] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 3.010802] sda: sda1 sda2 sda3
    [ 3.015595] sd 0:0:0:0: [sda] Attached SCSI disk
    :: performing fsck on '/dev/sda3'
    /dev/sda3: clean, 29911/3637248 files, 462097/14530646 blocks
    :: mounting '/de
    Note that where the output stops is different each time I boot, and the above is the longest one I got.
    Thanks in advance.
    EDIT: fixed typo.
    Last edited by k2_8191 (2014-10-05 01:13:49)

    sirocco wrote:
    I thing your issue is related to this https://bbs.archlinux.org/viewtopic.php?id=183075
    Does the parameter maxcpus=1 affected to your system?
    Wow, with your paramater the kernel boots!
    However, the framebuffer is still broken (the same white artifacts, but many of them).
    I'm considering filing this issue as a bug in the Kernel Bug Tracker...
    I also tried unplugging all of the USB devices connected (the reason is this page, linked from the thread you mentioned), but no luck.
    Here is the serial console output (in the hope of potentially helping others):
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.15.1-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.0 20140604 (prerelease) (GCC) ) #1 SMP PREEMPT Tue Jun 17 09:32:20 CEST 2014
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=8e8c9f53-53f9-43d9-af6e-13c375c2e3c4 rw debug console=tty0 console=ttyS0,115200n8r maxcpus=1
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009c7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009c800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000200fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000020100000-0x000000006d5a8fff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000006d5a9000-0x000000006d5d8fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000006d5d9000-0x000000006d5e8fff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x000000006d5e9000-0x000000006d716fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000006d717000-0x000000006da80fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000006da81000-0x000000006da81fff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000006da82000-0x000000006dac3fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000006dac4000-0x000000006dc31fff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000006dc32000-0x000000006dff9fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000006dffa000-0x000000006dffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.8 present.
    [ 0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./D1800B-ITX, BIOS P1.40 05/22/2014
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x180000 max_arch_pfn = 0x400000000
    [ 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-E7FFF write-through
    [ 0.000000] E8000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask FC0000000 write-back
    [ 0.000000] 1 base 040000000 mask FE0000000 write-back
    [ 0.000000] 2 base 060000000 mask FF0000000 write-back
    [ 0.000000] 3 base 06E800000 mask FFF800000 uncachable
    [ 0.000000] 4 base 06F000000 mask FFF000000 uncachable
    [ 0.000000] 5 base 100000000 mask F80000000 write-back
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: update [mem 0x6e800000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0x6e000 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000fd6b0-0x000fd6bf] mapped at [ffff8800000fd6b0]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000096000] 96000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b3e000, 0x01b3efff] PGTABLE
    [ 0.000000] BRK [0x01b3f000, 0x01b3ffff] PGTABLE
    [ 0.000000] BRK [0x01b40000, 0x01b40fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x17fe00000-0x17fffffff]
    [ 0.000000] [mem 0x17fe00000-0x17fffffff] page 2M
    [ 0.000000] BRK [0x01b41000, 0x01b41fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x17c000000-0x17fdfffff]
    [ 0.000000] [mem 0x17c000000-0x17fdfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x17bffffff]
    [ 0.000000] [mem 0x100000000-0x17bffffff] page 2M
    [ 0.000000] BRK [0x01b42000, 0x01b42fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x1fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x20100000-0x6d5a8fff]
    [ 0.000000] [mem 0x20100000-0x201fffff] page 4k
    [ 0.000000] [mem 0x20200000-0x6d3fffff] page 2M
    [ 0.000000] [mem 0x6d400000-0x6d5a8fff] page 4k
    [ 0.000000] BRK [0x01b43000, 0x01b43fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x6da81000-0x6da81fff]
    [ 0.000000] [mem 0x6da81000-0x6da81fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x6dac4000-0x6dc31fff]
    [ 0.000000] [mem 0x6dac4000-0x6dc31fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x6dffa000-0x6dffffff]
    [ 0.000000] [mem 0x6dffa000-0x6dffffff] page 4k
    [ 0.000000] RAMDISK: [mem 0x379a2000-0x37cc8fff]
    [ 0.000000] ACPI: RSDP 0x00000000000F04A0 000024 (v02 ALASKA)
    [ 0.000000] ACPI: XSDT 0x000000006D5DC080 00007C (v01 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: FACP 0x000000006D5E73B8 00010C (v05 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/32 (20140214/tbfadt-603)
    [ 0.000000] ACPI: DSDT 0x000000006D5DC188 00B229 (v02 ALASKA A M I 01072009 INTL 20120913)
    [ 0.000000] ACPI: FACS 0x000000006D716F80 000040
    [ 0.000000] ACPI: APIC 0x000000006D5E74C8 000068 (v03 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: FPDT 0x000000006D5E7530 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: MCFG 0x000000006D5E7578 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
    [ 0.000000] ACPI: LPIT 0x000000006D5E75B8 000104 (v01 ALASKA A M I 00000003 VLV2 0100000D)
    [ 0.000000] ACPI: AAFT 0x000000006D5E76C0 0000D7 (v01 ALASKA OEMAAFT 01072009 MSFT 00000097)
    [ 0.000000] ACPI: HPET 0x000000006D5E7798 000038 (v01 ALASKA A M I 01072009 AMI. 00000005)
    [ 0.000000] ACPI: SSDT 0x000000006D5E77D0 000763 (v01 PmRef CpuPm 00003000 INTL 20061109)
    [ 0.000000] ACPI: SSDT 0x000000006D5E7F38 000290 (v01 PmRef Cpu0Tst 00003000 INTL 20061109)
    [ 0.000000] ACPI: SSDT 0x000000006D5E81C8 00017A (v01 PmRef ApTst 00003000 INTL 20061109)
    [ 0.000000] ACPI: UEFI 0x000000006D5E8348 000042 (v01 ALASKA A M I 00000000 00000000)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000017fffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x17fffffff]
    [ 0.000000] NODE_DATA [mem 0x17fff6000-0x17fffafff]
    [ 0.000000] [ffffea0000000000-ffffea0005ffffff] PMD -> [ffff88017ba00000-ffff88017f5fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x17fffffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009bfff]
    [ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
    [ 0.000000] node 0: [mem 0x20100000-0x6d5a8fff]
    [ 0.000000] node 0: [mem 0x6da81000-0x6da81fff]
    [ 0.000000] node 0: [mem 0x6dac4000-0x6dc31fff]
    [ 0.000000] node 0: [mem 0x6dffa000-0x6dffffff]
    [ 0.000000] node 0: [mem 0x100000000-0x17fffffff]
    [ 0.000000] On node 0 totalpages: 972217
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3995 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 6937 pages used for memmap
    [ 0.000000] DMA32 zone: 443934 pages, LIFO batch:31
    [ 0.000000] Normal zone: 8192 pages used for memmap
    [ 0.000000] Normal zone: 524288 pages, LIFO batch:31
    [ 0.000000] x86/hpet: Will disable the HPET for this platform because it's not reliable
    [ 0.000000] Reserving Intel graphics stolen memory at 0x6f000000-0x7effffff
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high res lint[0x48])
    [ 0.000000] ACPI: NMI not connected to LINT 1!
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1e])
    [ 0.000000] ACPI: NMI not connected to LINT 1!
    [ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-86
    [ 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: 0x8086a201 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 103
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009c000-0x0009cfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x20000000-0x200fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6d5a9000-0x6d5d8fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6d5d9000-0x6d5e8fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6d5e9000-0x6d716fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6d717000-0x6da80fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6da82000-0x6dac3fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6dc32000-0x6dff9fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6e000000-0x6effffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6f000000-0x7effffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x7f000000-0xe00f7fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xe00f9000-0xfed00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed02000-0xffafffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xffb00000-0xffffffff]
    [ 0.000000] e820: [mem 0x7f000000-0xe00f7fff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:2 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88017fc00000 s87168 r8192 d23424 u1048576
    [ 0.000000] pcpu-alloc: s87168 r8192 d23424 u1048576 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 957003
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=8e8c9f53-53f9-43d9-af6e-13c375c2e3c4 rw debug console=tty0 console=ttyS0,115200n8r maxcpus=1
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 3746004K/3888868K available (5222K kernel code, 885K rwdata, 1644K rodata, 1116K init, 1284K bss, 142864K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=2.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    [ 0.000000] NR_IRQS:8448 nr_irqs:512 16
    [ 0.000000] spurious 8259A interrupt: IRQ7.
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] console [ttyS0] enabled
    [ 0.000000] allocated 15728640 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Maximum core-clock to bus-clock ratio: 0x1d
    [ 0.000000] Resolved frequency ID: 0, frequency: 83200 KHz
    [ 0.000000] TSC runs at 2412800 KHz
    [ 0.000000] lapic_timer_frequency = 277333
    [ 0.000000] tsc: Detected 2412.800 MHz processor
    [ 0.000035] Calibrating delay loop (skipped), value calculated using timer frequency.. 4827.66 BogoMIPS (lpj=8042666)
    [ 0.011140] pid_max: default: 32768 minimum: 301
    [ 0.015836] ACPI: Core revision 20140214
    [ 0.036781] ACPI: All ACPI Tables successfully acquired
    [ 0.042794] Security Framework initialized
    [ 0.046965] Yama: becoming mindful.
    [ 0.050963] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.059839] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.067665] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.074463] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.081953] Initializing cgroup subsys memory
    [ 0.086398] Initializing cgroup subsys devices
    [ 0.090912] Initializing cgroup subsys freezer
    [ 0.095430] Initializing cgroup subsys net_cls
    [ 0.099948] Initializing cgroup subsys blkio
    [ 0.104311] CPU: Physical Processor ID: 0
    [ 0.108394] CPU: Processor Core ID: 0
    [ 0.112124] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    [ 0.112124] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.129989] mce: CPU supports 6 MCE banks
    [ 0.134080] CPU0: Thermal monitoring enabled (TM1)
    [ 0.138945] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
    [ 0.138945] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
    [ 0.138945] tlb_flushall_shift: 6
    [ 0.157984] ftrace: allocating 20223 entries in 79 pages
    [ 0.173249] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
    [ 0.212125] smpboot: CPU0: Intel(R) Celeron(R) CPU J1800 @ 2.41GHz (fam: 06, model: 37, stepping: 03)
    [ 0.221805] TSC deadline timer enabled
    [ 0.225627] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, full-width counters, Intel PMU driver.
    [ 0.236290] ... version: 3
    [ 0.240362] ... bit width: 40
    [ 0.244525] ... generic registers: 2
    [ 0.248602] ... value mask: 000000ffffffffff
    [ 0.253981] ... max period: 000000ffffffffff
    [ 0.259356] ... fixed-purpose events: 3
    [ 0.263431] ... event mask: 0000000700000003
    [ 0.288836] x86: Booted up 1 node, 1 CPUs
    [ 0.292962] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.301045] smpboot: Total of 1 processors activated (4827.66 BogoMIPS)
    [ 0.308166] devtmpfs: initialized
    [ 0.317411] PM: Registering ACPI NVS region [mem 0x6d5e9000-0x6d716fff] (1236992 bytes)
    [ 0.327018] pinctrl core: initialized pinctrl subsystem
    [ 0.332357] RTC time: 10:10:42, date: 06/24/14
    [ 0.336933] NET: Registered protocol family 16
    [ 0.341611] cpuidle: using governor ladder
    [ 0.345776] cpuidle: using governor menu
    [ 0.349793] ACPI: bus type PCI registered
    [ 0.353869] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.360461] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.369844] PCI: not using MMCONFIG
    [ 0.373397] PCI: Using configuration type 1 for base access
    [ 0.380369] ACPI: Added _OSI(Module Device)
    [ 0.384635] ACPI: Added _OSI(Processor Device)
    [ 0.389147] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.393916] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.426769] ACPI: SSDT 0x000000006D5D1598 000521 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
    [ 0.436231] ACPI: Dynamic OEM Table Load:
    [ 0.440434] ACPI: SSDT 0x0000000000000000 000521 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
    [ 0.449330] ACPI: SSDT 0x000000006D5D0918 0003DE (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
    [ 0.458885] ACPI: Dynamic OEM Table Load:
    [ 0.463085] ACPI: SSDT 0x0000000000000000 0003DE (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
    [ 0.491952] ACPI: SSDT 0x000000006D5D6C18 00015F (v01 PmRef ApIst 00003000 INTL 20061109)
    [ 0.501412] ACPI: Dynamic OEM Table Load:
    [ 0.505615] ACPI: SSDT 0x0000000000000000 00015F (v01 PmRef ApIst 00003000 INTL 20061109)
    [ 0.524219] ACPI: SSDT 0x000000006D5D2F18 00008D (v01 PmRef ApCst 00003000 INTL 20061109)
    [ 0.533626] ACPI: Dynamic OEM Table Load:
    [ 0.537832] ACPI: SSDT 0x0000000000000000 00008D (v01 PmRef ApCst 00003000 INTL 20061109)
    [ 0.556968] ACPI: Interpreter enabled
    [ 0.560703] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140214/hwxface-580)
    [ 0.570137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140214/hwxface-580)
    [ 0.579581] ACPI: (supports S0 S3 S4 S5)
    [ 0.583571] ACPI: Using IOAPIC for interrupt routing
    [ 0.588702] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.599074] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [ 0.631033] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.648454] ACPI: Power Resource [USBC] (on)
    [ 0.654189] ACPI: Power Resource [PLPE] (on)
    [ 0.658781] ACPI: Power Resource [PLPE] (on)
    [ 0.668590] ACPI: Power Resource [CLK0] (on)
    [ 0.673003] ACPI: Power Resource [CLK1] (on)
    [ 0.752664] ACPI: Power Resource [FN00] (off)
    [ 0.757627] ACPI: \_PR_.CPU2: failed to get CPU APIC ID.
    [ 0.763012] ACPI: \_PR_.CPU3: failed to get CPU APIC ID.
    [ 0.768653] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.774909] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.783393] \_SB_.PCI0:_OSC invalid UUID
    [ 0.787379] _OSC request data:1 1f 0
    [ 0.791360] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
    [ 0.798434] PCI host bridge to bus 0000:00
    [ 0.802603] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.808152] pci_bus 0000:00: root bus resource [io 0x0000-0x006f]
    [ 0.814398] pci_bus 0000:00: root bus resource [io 0x0078-0x0cf7]
    [ 0.820640] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.826886] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.833824] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
    [ 0.840763] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff]
    [ 0.847707] pci_bus 0000:00: root bus resource [mem 0x80000000-0x90816ffe]
    [ 0.854653] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
    [ 0.860880] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
    [ 0.866964] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x903fffff]
    [ 0.873310] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff pref]
    [ 0.880091] pci 0000:00:02.0: reg 0x20: [io 0xf080-0xf087]
    [ 0.885896] pci 0000:00:13.0: [8086:0f23] type 00 class 0x010601
    [ 0.891989] pci 0000:00:13.0: reg 0x10: [io 0xf070-0xf077]
    [ 0.897632] pci 0000:00:13.0: reg 0x14: [io 0xf060-0xf063]
    [ 0.903277] pci 0000:00:13.0: reg 0x18: [io 0xf050-0xf057]
    [ 0.908921] pci 0000:00:13.0: reg 0x1c: [io 0xf040-0xf043]
    [ 0.914569] pci 0000:00:13.0: reg 0x20: [io 0xf020-0xf03f]
    [ 0.920213] pci 0000:00:13.0: reg 0x24: [mem 0x90816000-0x908167ff]
    [ 0.926590] pci 0000:00:13.0: PME# supported from D3hot
    [ 0.932016] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
    [ 0.938109] pci 0000:00:14.0: reg 0x10: [mem 0x90800000-0x9080ffff 64bit]
    [ 0.945015] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 0.951015] pci 0000:00:14.0: System wakeup disabled by ACPI
    [ 0.956817] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
    [ 0.962916] pci 0000:00:1a.0: reg 0x10: [mem 0x90500000-0x905fffff]
    [ 0.969261] pci 0000:00:1a.0: reg 0x14: [mem 0x90400000-0x904fffff]
    [ 0.975696] pci 0000:00:1a.0: PME# supported from D0 D3hot
    [ 0.981392] pci 0000:00:1b.0: [8086:0f04] type 00 class 0x040300
    [ 0.987483] pci 0000:00:1b.0: reg 0x10: [mem 0x90810000-0x90813fff 64bit]
    [ 0.994407] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 1.000702] pci 0000:00:1c.0: [8086:0f48] type 01 class 0x060400
    [ 1.006831] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 1.013127] pci 0000:00:1c.1: [8086:0f4a] type 01 class 0x060400
    [ 1.019259] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 1.025556] pci 0000:00:1c.2: [8086:0f4c] type 01 class 0x060400
    [ 1.031687] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 1.037981] pci 0000:00:1c.3: [8086:0f4e] type 01 class 0x060400
    [ 1.044113] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 1.050419] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
    [ 1.058705] pci 0000:00:1f.3: [8086:0f12] type 00 class 0x0c0500
    [ 1.064811] pci 0000:00:1f.3: reg 0x10: [mem 0x90814000-0x9081401f]
    [ 1.071209] pci 0000:00:1f.3: reg 0x20: [io 0xf000-0xf01f]
    [ 1.077163] pci 0000:01:00.0: [8086:10d3] type 00 class 0x020000
    [ 1.083262] pci 0000:01:00.0: reg 0x10: [mem 0x907c0000-0x907dffff]
    [ 1.089611] pci 0000:01:00.0: reg 0x14: [mem 0x90700000-0x9077ffff]
    [ 1.095960] pci 0000:01:00.0: reg 0x18: [io 0xe000-0xe01f]
    [ 1.101613] pci 0000:01:00.0: reg 0x1c: [mem 0x907e0000-0x907e3fff]
    [ 1.107991] pci 0000:01:00.0: reg 0x30: [mem 0x90780000-0x907bffff pref]
    [ 1.114863] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
    [ 1.121076] pci 0000:01:00.0: System wakeup disabled by ACPI
    [ 1.133486] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [ 1.138516] pci 0000:00:1c.0: bridge window [io 0xe000-0xefff]
    [ 1.144674] pci 0000:00:1c.0: bridge window [mem 0x90700000-0x907fffff]
    [ 1.151629] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
    [ 1.157715] pci 0000:02:00.0: reg 0x10: [io 0xd000-0xd0ff]
    [ 1.163378] pci 0000:02:00.0: reg 0x18: [mem 0x90604000-0x90604fff 64bit]
    [ 1.170248] pci 0000:02:00.0: reg 0x20: [mem 0x90600000-0x90603fff 64bit pref]
    [ 1.177628] pci 0000:02:00.0: supports D1 D2
    [ 1.181962] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 1.188686] pci 0000:02:00.0: System wakeup disabled by ACPI
    [ 1.201089] pci 0000:00:1c.1: PCI bridge to [bus 02]
    [ 1.206125] pci 0000:00:1c.1: bridge window [io 0xd000-0xdfff]
    [ 1.212285] pci 0000:00:1c.1: bridge window [mem 0x90600000-0x906fffff]
    [ 1.219229] pci 0000:00:1c.2: PCI bridge to [bus 03]
    [ 1.224344] pci 0000:00:1c.3: PCI bridge to [bus 04]
    [ 1.230256] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
    [ 1.237966] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 *11 12 14 15)
    [ 1.245684] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 11 12 14 15)
    [ 1.253392] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
    [ 1.261102] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
    [ 1.268822] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 1.277806] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *10 11 12 14 15)
    [ 1.285519] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
    [ 1.294917] ACPI: Enabled 6 GPEs in block 00 to 3F
    [ 1.300076] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 1.308247] vgaarb: loaded
    [ 1.311016] vgaarb: bridge control possible 0000:00:02.0
    [ 1.316434] PCI: Using ACPI for IRQ routing
    [ 1.326342] PCI: pci_cache_line_size set to 64 bytes
    [ 1.331413] e820: reserve RAM buffer [mem 0x0009c800-0x0009ffff]
    [ 1.337487] e820: reserve RAM buffer [mem 0x6d5a9000-0x6fffffff]
    [ 1.343564] e820: reserve RAM buffer [mem 0x6da82000-0x6fffffff]
    [ 1.349635] e820: reserve RAM buffer [mem 0x6dc32000-0x6fffffff]
    [ 1.355705] e820: reserve RAM buffer [mem 0x6e000000-0x6fffffff]
    [ 1.361922] NetLabel: Initializing
    [ 1.365387] NetLabel: domain hash size = 128
    [ 1.369809] NetLabel: protocols = UNLABELED CIPSOv4
    [ 1.374857] NetLabel: unlabeled traffic allowed by default
    [ 1.380537] Switched to clocksource refined-jiffies
    [ 1.392661] pnp: PnP ACPI init
    [ 1.395822] ACPI: bus type PNP registered
    [ 1.399970] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 1.406678] pnp 00:01: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 1.413412] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
    [ 1.420086] system 00:03: [io 0x0680-0x069f] has been reserved
    [ 1.426073] system 00:03: [io 0x0400-0x047f] has been reserved
    [ 1.432056] system 00:03: [io 0x0500-0x05fe] has been reserved
    [ 1.438041] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.445049] system 00:04: [io 0x0290-0x029f] has been reserved
    [ 1.451043] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.458398] pnp 00:05: [dma 3]
    [ 1.461710] pnp 00:05: Plug and Play ACPI device, IDs PNP0400 PNP0401 (active)
    [ 1.469299] pnp 00:06: [dma 0 disabled]
    [ 1.473291] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 1.480208] pnp 00:07: [dma 0 disabled]
    [ 1.484196] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 1.491178] system 00:08: [mem 0xe0000000-0xefffffff] could not be reserved
    [ 1.498213] system 00:08: [mem 0xfed01000-0xfed01fff] has been reserved
    [ 1.504897] system 00:08: [mem 0xfed03000-0xfed03fff] has been reserved
    [ 1.511583] system 00:08: [mem 0xfed04000-0xfed04fff] has been reserved
    [ 1.518261] system 00:08: [mem 0xfed0c000-0xfed0ffff] has been reserved
    [ 1.524941] system 00:08: [mem 0xfed08000-0xfed08fff] has been reserved
    [ 1.531625] system 00:08: [mem 0xfed1c000-0xfed1cfff] has been reserved
    [ 1.538311] system 00:08: [mem 0xfee00000-0xfeefffff] has been reserved
    [ 1.544997] system 00:08: [mem 0xfef00000-0xfeffffff] has been reserved
    [ 1.551675] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.560396] pnp 00:09: Plug and Play ACPI device, IDs INT33bd (active)
    [ 1.567003] pnp: PnP ACPI: found 10 devices
    [ 1.571251] ACPI: bus type PNP unregistered
    [ 1.583183] Switched to clocksource acpi_pm
    [ 1.587478] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
    [ 1.597577] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    [ 1.607670] pci 0000:00:1c.2: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
    [ 1.615936] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
    [ 1.626024] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff] to [bus 03] add_size 200000
    [ 1.635168] pci 0000:00:1c.3: bridge window [io 0x1000-0x0fff] to [bus 04] add_size 1000
    [ 1.643435] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000
    [ 1.653523] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000
    [ 1.662668] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 1.672672] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 1.682680] pci 0000:00:1c.2: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [ 1.691732] pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 1.701731] pci 0000:00:1c.3: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [ 1.710777] pci 0000:00:1c.3: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 1.720777] pci 0000:00:1c.2: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 1.728960] pci 0000:00:1c.3: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 1.737145] pci 0000:00:1c.0: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.744192] pci 0000:00:1c.1: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.751239] pci 0000:00:1c.2: BAR 14: can't assign mem (size 0x200000)
    [ 1.757849] pci 0000:00:1c.2: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.764892] pci 0000:00:1c.3: BAR 14: can't assign mem (size 0x200000)
    [ 1.771499] pci 0000:00:1c.3: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.778542] pci 0000:00:1c.2: BAR 13: assigned [io 0x1000-0x1fff]
    [ 1.784800] pci 0000:00:1c.3: BAR 13: assigned [io 0x2000-0x2fff]
    [ 1.791064] pci 0000:00:1c.3: BAR 14: can't assign mem (size 0x200000)
    [ 1.797674] pci 0000:00:1c.3: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.804721] pci 0000:00:1c.2: BAR 14: can't assign mem (size 0x200000)
    [ 1.811331] pci 0000:00:1c.2: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.818374] pci 0000:00:1c.1: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.825417] pci 0000:00:1c.0: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.832463] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [ 1.837507] pci 0000:00:1c.0: bridge window [io 0xe000-0xefff]
    [ 1.843686] pci 0000:00:1c.0: bridge window [mem 0x90700000-0x907fffff]
    [ 1.850558] pci 0000:00:1c.1: PCI bridge to [bus 02]
    [ 1.855607] pci 0000:00:1c.1: bridge window [io 0xd000-0xdfff]
    [ 1.861783] pci 0000:00:1c.1: bridge window [mem 0x90600000-0x906fffff]
    [ 1.868657] pci 0000:00:1c.2: PCI bridge to [bus 03]
    [ 1.873706] pci 0000:00:1c.2: bridge window [io 0x1000-0x1fff]
    [ 1.879887] pci 0000:00:1c.3: PCI bridge to [bus 04]
    [ 1.884927] pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
    [ 1.891112] pci_bus 0000:00: resource 4 [io 0x0000-0x006f]
    [ 1.896765] pci_bus 0000:00: resource 5 [io 0x0078-0x0cf7]
    [ 1.902418] pci_bus 0000:00: resource 6 [io 0x0d00-0xffff]
    [ 1.908075] pci_bus 0000:00: resource 7 [mem 0x000a0000-0x000bffff]
    [ 1.914422] pci_bus 0000:00: resource 8 [mem 0x000c0000-0x000dffff]
    [ 1.920771] pci_bus 0000:00: resource 9 [mem 0x000e0000-0x000fffff]
    [ 1.927120] pci_bus 0000:00: resource 10 [mem 0x80000000-0x90816ffe]
    [ 1.933553] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    [ 1.939206] pci_bus 0000:01: resource 1 [mem 0x90700000-0x907fffff]
    [ 1.945549] pci_bus 0000:02: resource 0 [io 0xd000-0xdfff]
    [ 1.951199] pci_bus 0000:02: resource 1 [mem 0x90600000-0x906fffff]
    [ 1.957542] pci_bus 0000:03: resource 0 [io 0x1000-0x1fff]
    [ 1.963196] pci_bus 0000:04: resource 0 [io 0x2000-0x2fff]
    [ 1.968880] NET: Registered protocol family 2
    [ 1.973565] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
    [ 1.981016] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    [ 1.987845] TCP: Hash tables configured (established 32768 bind 32768)
    [ 1.994501] TCP: reno registered
    [ 1.997825] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 2.003945] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 2.010564] NET: Registered protocol family 1
    [ 2.015019] pci 0000:00:02.0: Boot video device
    [ 2.019903] PCI: CLS 64 bytes, default 64
    [ 2.024073] Unpacking initramfs...
    [ 2.105454] Freeing initrd memory: 3228K (ffff8800379a2000 - ffff880037cc9000)
    [ 2.112837] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 2.119368] software IO TLB [mem 0x695a9000-0x6d5a9000] (64MB) mapped at [ffff8800695a9000-ffff88006d5a8fff]
    [ 2.129445] Scanning for low memory corruption every 60 seconds
    [ 2.135804] futex hash table entries: 512 (order: 3, 32768 bytes)
    [ 2.156416] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 2.165203] zbud: loaded
    [ 2.168024] VFS: Disk quotas dquot_6.5.2
    [ 2.172084] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 2.178768] msgmni has been set to 7322
    [ 2.182754] Key type big_key registered
    [ 2.186852] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 2.196416] io scheduler noop registered
    [ 2.200428] io scheduler deadline registered
    [ 2.204842] io scheduler cfq registered (default)
    [ 2.210255] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 2.215942] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 2.222693] intel_idle: MWAIT substates: 0x33000020
    [ 2.227650] intel_idle: v0.4 model 0x37
    [ 2.231565] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 2.237591] GHES: HEST is not enabled!
    [ 2.241502] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 2.268668] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
    [ 2.296818] 00:07: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
    [ 2.304636] hpet: number irqs doesn't agree with number of timers
    [ 2.310836] Linux agpgart interface v0.103
    [ 2.315070] rtc_cmos 00:00: RTC can wake from S4
    [ 2.319912] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
    [ 2.326116] rtc_cmos 00:00: alarms up to one month, y3k, 242 bytes nvram
    [ 2.332916] Intel P-state driver initializing.
    [ 2.337453] Intel pstate controlling: cpu 0
    [ 2.341754] ledtrig-cpu: registered to indicate activity on CPUs
    [ 2.347974] TCP: cubic registered
    [ 2.351527] NET: Registered protocol family 10
    [ 2.356327] NET: Registered protocol family 17
    [ 2.361157] registered taskstats version 1
    [ 2.365722] Magic number: 2:479:174
    [ 2.369510] acpi device:37: hash matches
    [ 2.373534] acpi device:0a: hash matches
    [ 2.377583] rtc_cmos 00:00: setting system clock to 2014-06-24 10:10:44 UTC (1403604644)
    [ 2.385853] PM: Hibernation image not present or could not be loaded.
    [ 2.393975] Freeing unused kernel memory: 1116K (ffffffff818df000 - ffffffff819f6000)
    [ 2.402057] Write protecting the kernel read-only data: 8192k
    [ 2.411885] Freeing unused kernel memory: 912K (ffff88000151c000 - ffff880001600000)
    [ 2.421541] Freeing unused kernel memory: 404K (ffff88000179b000 - ffff880001800000)
    :: running early hook [udev]
    [ 2.439228] random: systemd-tmpfile urandom read with 66 bits of entropy available
    :: running hook [udev]
    :: Triggering uevents...[ 2.453985] systemd-udevd[41]: starting version 213
    calling: trigger
    calling: trigger
    [ 2.494434] sdhci: Secure Digital Host Controller Interface driver
    calling: settle
    [ 2.514161] sdhci: Copyright(c) Pierre Ossman
    [ 2.520056] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 2.548038] SCSI subsystem initialized
    [ 2.554183] ACPI: bus type USB registered
    [ 2.562240] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 2.573276] usbcore: registered new interface driver usbfs
    [ 2.588346] libata version 3.00 loaded.
    [ 2.592373] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 2.605003] usbcore: registered new interface driver hub
    [ 2.613243] ahci 0000:00:13.0: version 3.0
    [ 2.630874] ahci 0000:00:13.0: controller can't do DEVSLP, turning off
    [ 2.640642] usbcore: registered new device driver usb
    [ 2.649867] ahci 0000:00:13.0: irq 103 for MSI/MSI-X
    [ 2.667275] ahci 0000:00:13.0: AHCI 0001.0300 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
    [ 2.676009] ahci 0000:00:13.0: flags: 64bit ncq pm led clo pio slum part deso
    [ 2.684271] scsi0 : ahci
    [ 2.687333] scsi1 : ahci
    [ 2.690152] ata1: SATA max UDMA/133 abar m2048@0x90816000 port 0x90816100 irq 103
    [ 2.698218] ata2: SATA max UDMA/133 abar m2048@0x90816000 port 0x90816180 irq 103
    [ 2.706188] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 2.711921] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
    [ 2.719949] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 2.726970] xhci_hcd 0000:00:14.0: irq 104 for MSI/MSI-X
    [ 2.732856] hub 1-0:1.0: USB hub found
    [ 2.736772] hub 1-0:1.0: 6 ports detected
    [ 2.741583] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 2.746973] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
    [ 2.754948] hub 2-0:1.0: USB hub found
    [ 2.758863] hub 2-0:1.0: 1 port detected
    [ 3.030952] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 3.037501] ata2: SATA link down (SStatus 0 SControl 300)
    [ 3.043189] ata1.00: ATA-9: M4-CT064M4SSD1, 070H, max UDMA/100
    [ 3.049209] ata1.00: 125045424 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 3.057089] ata1.00: configured for UDMA/100
    [ 3.074431] scsi 0:0:0:0: Direct-Access ATA M4-CT064M4SSD1 070H PQ: 0 ANSI: 5
    [ 3.088896] sd 0:0:0:0: [sda] 125045424 512-byte logical blocks: (64.0 GB/59.6 GiB)
    [ 3.097098] sd 0:0:0:0: [sda] Write Protect is off
    [ 3.102095] usb 1-2: new high-speed USB device number 2 using xhci_hcd
    [ 3.108854] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 3.114137] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 3.124649] sda: sda1 sda2 sda3
    [ 3.128713] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 3.133503] tsc: Refined TSC clocksource calibration: 2416.666 MHz
    :: performing fsck on '/dev/sda3'
    /dev/sda3: clean, 29923/3637248 files, 462111/14530646 blocks
    :: mounting '/dev/sda3' on real root
    [ 3.206563] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
    :: running cleanup hook [udev]
    calling: control
    calling: info
    [ 3.266375] systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpuset of type cgroup with options cpuset.
    [ 3.275733] systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpu,cpuacct of type cgroup with options cpu,cpuacct.
    [ 3.285978] systemd[1]: Mounting cgroup to /sys/fs/cgroup/memory of type cgroup with options memory.
    [ 3.295325] systemd[1]: Mounting cgroup to /sys/fs/cgroup/devices of type cgroup with options devices.
    [ 3.304805] systemd[1]: Mounting cgroup to /sys/fs/cgroup/freezer of type cgroup with options freezer.
    [ 3.314283] systemd[1]: Mounting cgroup to /sys/fs/cgroup/net_cls of type cgroup with options net_cls.
    [ 3.323780] systemd[1]: Mounting cgroup to /sys/fs/cgroup/blkio of type cgroup with options blkio.
    [ 3.332991] systemd[1]: systemd 213 running in system mode. (+PAM -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ +SECCOMP -APPARMOR)
    [ 3.346596] systemd[1]: Detected architecture 'x86-64'.
    Welcome to 3.352693] hub 1-2:1.0: USB hub found
    ;36mArch Linux 3.358125] hub 1-2:1.0: 3 ports detected
    0m!
    [ 3.368118] systemd[1]: Set hostname to <RT01-JSK4>.
    [ 3.374918] systemd[1]: Using cgroup controller name=systemd. File system hierarchy is at /sys/fs/cgroup/systemd.
    [ 3.385419] systemd[1]: Installed release agent.
    [ 3.390265] systemd[1]: Set up TFD_TIMER_CANCEL_ON_SET timerfd.
    [ 3.398378] systemd[83]: Spawned /usr/lib/systemd/system-generators/systemd-getty-generator as 84.
    [ 3.407748] systemd[83]: Spawned /usr/lib/systemd/system-generators/systemd-cryptsetup-generator as 85.
    [ 3.419454] systemd-getty-generator[84]: Automatically adding serial getty for /dev/ttyS0.
    [ 3.427906] systemd[83]: Spawned /usr/lib/systemd/system-generators/systemd-gpt-auto-generator as 86.
    [ 3.437921] systemd[83]: Spawned /usr/lib/systemd/system-generators/lvm2-activation-generator as 87.
    [ 3.448084] systemd[83]: Spawned /usr/lib/systemd/system-generators/systemd-system-update-generator as 88.
    [ 3.459769] systemd[83]: Spawned /usr/lib/systemd/system-generators/systemd-fstab-generator as 89.
    [ 3.470456] systemd-gpt-auto-generator[86]: Root device /dev/sda.
    [ 3.477148] systemd[83]: Spawned /usr/lib/systemd/system-generators/systemd-efi-boot-generator as 90.
    [ 3.487124] systemd[83]: /usr/lib/systemd/system-generators/systemd-getty-generator succeeded.
    [ 3.497371] systemd-efi-boot-generator[90]: Not an EFI boot, exiting.
    [ 3.504350] systemd[83]: /usr/lib/systemd/system-generators/systemd-cryptsetup-generator succeeded.
    [ 3.513727] systemd-fstab-generator[89]: Found entry what=/dev/disk/by-uuid/8e8c9f53-53f9-43d9-af6e-13c375c2e3c4 where=/ type=ext4
    [ 3.527881] usb 1-3: new high-speed USB device number 3 using xhci_hcd
    [ 3.537952] systemd-fstab-generator[89]: Found entry what=/dev/disk/by-uuid/459d5224-8cec-4104-9d8a-f17795e0ab1c where=/boot type=ext4
    [ 3.550456] systemd-fstab-generator[89]: Found entry what=/dev/disk/by-uuid/f1d9f88f-7c13-4af0-bbbc-c823000705c5 where=none type=swap
    [ 3.565743] systemd-gpt-auto-generator[86]: Not a GPT partition table, ignoring.
    [ 3.573515] systemd[83]: /usr/lib/systemd/system-generators/systemd-gpt-auto-generator succeeded.
    [ 3.582516] systemd[83]: /usr/lib/systemd/system-generators/lvm2-activation-generator succeeded.
    [ 3.591447] systemd[83]: /usr/lib/systemd/system-generators/systemd-system-update-generator succeeded.
    [ 3.600882] systemd[83]: /usr/lib/systemd/system-generators/systemd-fstab-generator succeeded.
    [ 3.609612] systemd[83]: /usr/lib/systemd/system-generators/systemd-efi-boot-generator succeeded.
    [ 3.618718] systemd[1]: /usr/lib/systemd/system-generators succeeded.
    [ 3.625632] systemd[1]: Looking for unit files in (higher priority first):
    [ 3.632612] systemd[1]: /etc/systemd/system
    [ 3.636962] systemd[1]: /run/systemd/system
    [ 3.641324] systemd[1]: /run/systemd/generator
    [ 3.645970] systemd[1]: /usr/local/lib/systemd/system
    [ 3.651226] systemd[1]: /usr/lib/systemd/system
    [ 3.655929] systemd[1]: SysV init scripts and rcN.d links support disabled
    [ 3.669529] systemd[1]: Failed to load configuration for display-manager.service: No such file or directory
    [ 3.679617] random: nonblocking pool is initialized
    [ 3.684998] systemd[1]: Failed to load configuration for plymouth-start.service: No such file or directory
    [ 3.698988] systemd[1]: Failed to load configuration for plymouth-quit-wait.service: No such file or directory
    [ 3.721986] systemd[1]: Failed to load configuration for auditd.service: No such file or directory
    [ 3.736898] systemd[1]: Failed to load configuration for syslog.service: No such file or directory
    [ 3.751312] systemd[1]: Using notification socket /run/systemd/notify
    [ 3.757877] systemd[1]: Successfully created private D-Bus server.
    [ 3.764164] systemd[1]: -.mount changed dead -> mounted
    [ 3.769531] systemd[1]: Activating default unit: default.target
    [ 3.775561] systemd[1]: Trying to enqueue job graphical.target/start/isolate
    [ 3.782898] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
    [ 3.797928] systemd[1]: Installed new job graphical.target/start as 1
    [ 3.804469] systemd[1]: Installed new job multi-user.target/start as 2
    [ 3.811096] systemd[1]: Installed new job basic.target/start as 3
    [ 3.817279] systemd[1]: Installed new job sysinit.target/start as 4
    [ 3.823636] systemd[1]: Installed new job local-fs.target/start as 5
    [ 3.830089] usb 1-4: new low-speed USB device number 4 using xhci_hcd
    [ 3.836622] systemd[1]: Installed new job boot.mount/start as 6
    [ 3.842665] systemd[1]: Installed new job system.slice/start as 8
    [ 3.848881] systemd[1]: Installed new job -.slice/start as 9
    [ 3.854629] systemd[1]: Installed new job dev-disk-by\x2duuid-459d5224\x2d8cec\x2d4104\x2d9d8a\x2df17795e0ab1c.device/start as 10
    [ 3.866392] systemd[1]: Installed new job systemd-fsck@dev-disk-by\x2duuid-459d5224\x2d8cec\x2d4104\x2d9d8a\x2df17795e0ab1c.service/start as 11
    [ 3.879359] systemd[1]: Installed new job system-systemd\x2dfsck.slice/start as 12
    [ 3.887027] systemd[1]: Installed new job systemd-fsck-root.service/start as 15
    [ 3.894441] systemd[1]: Installed new job systemd-remount-fs.service/start as 16
    [ 3.901956] systemd[1]: Installed new job local-fs-pre.target/start as 17
    [ 3.908838] systemd[1]: Installed new job tmp.mount/start as 18
    [ 3.914850] systemd[1]: Installed new job swap.target/start as 19
    [ 3.921032] systemd[1]: Installed new job dev-disk-by\x2duuid-f1d9f88f\x2d7c13\x2d4af0\x2dbbbc\x2dc823000705c5.swap/start as 20
    [ 3.932630] systemd[1]: Installed new job dev-disk-by\x2duuid-f1d9f88f\x2d7c13\x2d4af0\x2dbbbc\x2dc823000705c5.device/start as 21
    [ 3.944384] systemd[1]: Installed new job systemd-vconsole-setup.service/start as 22
    [ 3.952234] systemd[1]: Installed new job systemd-udev-trigger.service/start as 23
    [ 3.959918] systemd[1]: Installed new job systemd-udevd.service/start as 24
    [ 3.966973] systemd[1]: Installed new job systemd-udevd-control.socket/start as 25
    [ 3.974639] systemd[1]: Installed new job systemd-udevd-kernel.socket/start as 26
    [ 3.982221] systemd[1]: Installed new job kmod-static-nodes.service/start as 27
    [ 3.989630] systemd[1]: Installed new job lvm2-lvmetad.socket/start as 28
    [ 3.996509] systemd[1]: Installed new job dev-hugepages.mount/start as 29
    [ 4.003384] systemd[1]: Installed new job sys-fs-fuse-connections.mount/start as 30
    [ 4.011144] systemd[1]: Installed new job systemd-binfmt.service/start as 31
    [ 4.018314] systemd[1]: Installed new job systemd-modules-load.service/start as 32
    [ 4.025999] systemd[1]: Installed new job systemd-update-utmp.service/start as 33
    [ 4.033588] systemd[1]: Installed new job dev-mqueue.mount/start as 34
    [ 4.040217] systemd[1]: Installed new job systemd-random-seed.service/start as 35
    [ 4.047822] systemd[1]: Installed new job systemd-sysctl.service/start as 36
    [ 4.054978] systemd[1]: Installed new job cryptsetup.target/start as 37
    [ 4.061696] systemd[1]: Installed new job systemd-journal-flush.service/start as 38
    [ 4.069470] systemd[1]: Installed new job systemd-journald.service/start as 39
    [ 4.076914] usb 1-4: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 4.085721] systemd[1]: Installed new job systemd-journald.socket/start as 40
    [ 4.092941] usb 1-4: ep 0x82 - rounding interval to 256 microframes, ep desc says 384 microframes
    [ 4.101918] systemd[1]: Installed new job systemd-ask-password-console.path/start as 41
    [ 4.110028] systemd[1]: Installed new job systemd-tmpfiles-setup-dev.service/start as 42
    [ 4.118241] systemd[1]: Installed new job sys-kernel-debug.mount/start as 43
    [ 4.125618] systemd[1]: Installed new job proc-sys-fs-binfmt_misc.automount/start as 44
    [ 4.133753] systemd[1]: Installed new job sys-kernel-config.mount/start as 45
    [ 4.140993] systemd[1]: Installed new job systemd-tmpfiles-setup.service/start as 46
    [ 4.148903] systemd[1]: Installed new job sockets.target/start as 49
    [ 4.155380] Switched to clocksource tsc
    [ 4.159322] systemd[1]: Installed new job systemd-shutdownd.socket/start as 50
    [ 4.166636] systemd[1]: Installed new job dm-event.socket/start as 51
    [ 4.173168] systemd[1]: Installed new job dbus.socket/start as 52
    [ 4.179345] systemd[1]: Installed new job systemd-initctl.socket/start as 53
    [ 4.186481] systemd[1]: Installed new job timers.target/start as 54
    [ 4.192831] systemd[1]: Installed new job systemd-tmpfiles-clean.timer/start as 55
    [ 4.200486] systemd[1]: Installed new job paths.target/start as 56
    [ 4.206741] systemd[1]: Installed new job slices.target/start as 57
    [ 4.213081] systemd[1]: Installed new job remote-fs.target/start as 58
    [ 4.219683] systemd[1]: Installed new job [email protected]/start as 59
    [ 4.226715] systemd[1]: Installed new job sys-subsystem-net-devices-enp2s0.device/start as 60
    [ 4.235326] systemd[1]: Installed new job network.target/start as 61
    [ 4.241752] systemd[1]: Installed new job system-dhcpcd.slice/start as 62
    [ 4.248614] systemd[1]: Installed new job systemd-logind.service/start as 63
    [ 4.255733] systemd[1]: Installed new job user.slice/start as 64
    [ 4.261811] systemd[1]: Installed new job man-db.timer/start as 65
    [ 4.268062] systemd[1]: Installed new job shadow.timer/start as 66
    [ 4.274318] systemd[1]: Installed new job dbus.service/start as 67
    [ 4.280570] systemd[1]: Installed new job systemd-user-sessions.service/start as 68
    [ 4.288307] systemd[1]: Installed new job systemd-ask-password-wall.path/start as 69
    [ 4.296131] systemd[1]: Installed new job getty.target/start as 70
    [ 4.302381] systemd[1]: Installed new job [email protected]/start as 71
    [ 4.309154] systemd[1]: Installed new job system-getty.slice/start as 72
    [ 4.315928] systemd[1]: Installed new job [email protected]/start as 73
    [ 4.323403] systemd[1]: Installed new job dev-ttyS0.device/start as 74
    [ 4.330003] systemd[1]: Installed new job system-serial\x2dgetty.slice/start as 75
    [ 4.337653] systemd[1]: Installed new job logrotate.timer/start as 76
    [ 4.344172] systemd[1]: Enqueued job graphical.target/start as 1
    [ 4.350253] systemd[1]: Loaded units and determined initial transaction in 952.878ms.
    [ 4.358290] systemd[1]: Child 82 (switch_root) died (code=exited, status=0/SUCCESS)
    [ 4.366201] systemd[1]: Received SIGCHLD from PID 83 (n/a).
    [ 4.371876] systemd[1]: Expecting device dev-ttyS0.device...
    Expecting device dev-ttyS0.device...
    [ 4.385085] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 4.392913] systemd[1]: systemd-ask-password-wall.path changed dead -> waiting
    [ 4.400225] systemd[1]: Job systemd-ask-password-wall.path/start finished, result=done
    [ 4.408234] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 4.415903] systemd[1]: Expecting device sys-subsystem-net-devices-enp2s0.device...
    Expecting device sys-subsystem-net-devices-enp2s0.device...
    [ 4.435222] systemd[1]: Starting Remote File Systems.
    [ 4.440355] systemd[1]: remote-fs.target changed dead -> active
    [ 4.446356] systemd[1]: Job remote-fs.target/start finished, result=done
    [ OK ] Reached target Remote File Systems.
    [ 4.461904] systemd[1]: Reached target Remote File Systems.
    [ 4.467578] systemd[1]: ConditionPathIsReadWrite=/proc/sys/ succeeded for proc-sys-fs-binfmt_misc.automount.
    [ 4.477509] systemd[1]: ConditionPathExists=/proc/sys/fs/binfmt_misc/ succeeded for proc-sys-fs-binfmt_misc.automount.
    [ 4.488302] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 4.497112] systemd[1]: Autofs kernel version 1.0
    [ 4.501966] systemd[1]: Autofs protocol version 5.2
    [ 4.506927] systemd[1]: proc-sys-fs-binfmt_misc.automount changed dead -> waiting
    [ 4.514497] systemd[1]: Job proc-sys-fs-binfmt_misc.automount/start finished, result=done
    [ OK ] Set up automount Arbitrary Executable File Formats F...utomount Point.
    [ 4.535285] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 4.544786] systemd[1]: ConditionPathExists=!/run/plymouth/pid succeeded for systemd-ask-password-console.path.
    [ 4.554973] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 4.563107] systemd[1]: systemd-ask-password-console.path changed dead -> waiting
    [ 4.570679] systemd[1]: Job systemd-ask-password-console.path/start finished, result=done
    [ 4.578947] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 4.586958] systemd[1]: Starting Paths.
    [ 4.590871] systemd[1]: paths.target changed dead -> active
    [ 4.596517] systemd[1]: Job paths.target/start finished, result=done
    [ OK ] Reached target Paths.
    [ 4.612014] systemd[1]: Reached target Paths.
    [ 4.616465] systemd[1]: Starting Encrypted Volumes.
    [ 4.621423] systemd[1]: cryptsetup.target changed dead -> active
    [ 4.627507] systemd[1]: Job cryptsetup.target/start finished, result=done
    [ OK ] Reached target Encrypted Volumes.
    [ 4.645354] systemd[1]: Reached target Encrypted Volumes.
    [ 4.650850] systemd[1]: Expecting device dev-disk-by\x2duuid-f1d9f88f\x2d7c13\x2d4af0\x2dbbbc\x2dc823000705c5.device...
    Expecting device dev-disk-by\x2duuid-f1d9f88f\x2d7c1...705c5.device...
    [ 4.675377] systemd[1]: Expecting device dev-disk-by\x2duuid-459d5224\x2d8cec\x2d4104\x2d9d8a\x2df17795e0ab1c.device...
    Expecting device dev-disk-by\x2duuid-459d5224\x2d8ce...0ab1c.device...
    [ 4.698735] systemd[1]: Starting Root Slice.
    [ 4.711316] systemd[1]: -.slice changed dead -> active
    [ 4.716589] systemd[1]: Job -.slice/start finished, result=done
    [ OK ] Created slice Root Slice.
    [ 4.732146] systemd[1]: Created slice Root Slice.
    [ 4.736947] systemd[1]: Starting Delayed Shutdown Socket.
    [ 4.742463] systemd[1]: systemd-shutdownd.socket changed dead -> listening
    [ 4.749415] systemd[1]: Job systemd-shutdownd.socket/start finished, result=done
    [ OK ] Listening on Delayed Shutdown Socket.
    [ 4.768777] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 4.774613] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 4.780901] systemd[1]: dm-event.socket changed dead -> listening
    [ 4.787067] systemd[1]: Job dm-event.socket/start finished, result=done
    [ OK ] Listening on Device-mapper event daemon FIFOs.
    [ 4.805463] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 4.812078] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 4.818790] systemd[1]: systemd-initctl.socket changed dead -> listening
    [ 4.825564] systemd[1]: Job systemd-initctl.socket/start finished, result=done
    [ OK ] Listening on /dev/initctl Compatibility Named Pipe.
    [ 4.845485] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 4.852538] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 4.858397] systemd[1]: lvm2-lvmetad.socket changed dead -> listening
    [ 4.864920] systemd[1]: Job lvm2-lvmetad.socket/start finished, result=done
    [ OK ] Listening on LVM2 metadata daemon socket.
    [ 4.882224] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 4.888417] systemd[1]: ConditionPathIsReadWrite=/sys succeeded for systemd-udevd-control.socket.
    [ 4.897386] systemd[1]: Starting udev Control Socket.
    [ 4.902532] systemd[1]: systemd-udevd-control.socket changed dead -> listening
    [ 4.909834] systemd[1]: Job systemd-udevd-control.socket/start finished, result=done
    [ OK ] Listening on udev Control Socket.
    [ 4.925548] systemd[1]: Listening on udev Control Socket.
    [ 4.931038] systemd[1]: ConditionPathIsReadWrite=/sys succeeded for systemd-udevd-kernel.socket.
    [ 4.939917] systemd[1]: Starting udev Kernel Socket.
    [ 4.944967] systemd[1]: systemd-udevd-kernel.socket changed dead -> listening
    [ 4.952172] systemd[1]: Job systemd-udevd-kernel.socket/start finished, result=done
    [ OK ] Listening on udev Kernel Socket.
    [ 4.968902] systemd[1]: Listening on udev Kernel Socket.
    [ 4.974301] systemd[1]: Starting User and Session Slice.
    [ 4.979989] systemd[1]: user.slice changed dead -> active
    [ 4.985472] systemd[1]: Job user.slice/start finished, result=done
    [ OK ] Created slice User and Session Slice.
    [ 5.002303] systemd[1]: Created slice User and Session Slice.
    [ 5.008152] systemd[1]: Starting Journal Socket.
    [ 5.012904] systemd[1]: systemd-journald.socket changed dead -> listening
    [ 5.019774] systemd[1]: Job systemd-journald.socket/start finished, result=done
    [ OK ] Listening on Journal Socket.
    [ 5.035610] systemd[1]: Listening on Journal Socket.
    [ 5.040692] systemd[1]: Starting System Slice.
    [ 5.045513] systemd[1]: system.slice changed dead -> active
    [ 5.051163] systemd[1]: Job system.slice/start finished, result=done
    [ OK ] Created slice System Slice.
    [ 5.065633] systemd[1]: Created slice System Slice.
    [ 5.070605] systemd[1]: ConditionPathIsReadWrite=!/ failed for systemd-fsck-root.service.
    [ 5.078876] systemd[1]: Starting of systemd-fsck-root.service requested but condition failed. Ignoring.
    [ 5.088348] systemd[1]: Job systemd-fsck-root.service/start finished, result=done
    [ 5.095921] systemd[1]: Started File System Check on Root Device.
    [ 5.102096] systemd[1]: Starting system-systemd\x2dfsck.slice.
    [ 5.108303] systemd[1]: system-systemd\x2dfsck.slice changed dead -> active
    [ 5.115351] systemd[1]: Job system-systemd\x2dfsck.slice/start finished, result=done
    [ OK ] Created slice system-systemd\x2dfsck.slice.
    [ 5.132378] systemd[1]: Created slice system-systemd\x2dfsck.slice.
    [ 5.138741] systemd[1]: ConditionPathExists=/etc/fstab succeeded for systemd-remount-fs.service.
    [ 5.147622] systemd[1]: Starting Remount Root and Kernel File Systems...
    Starting Remount Root and Kernel File Systems...
    [ 5.162702] systemd[1]: About to execute: /usr/lib/systemd/systemd-remount-fs
    [ 5.170053] systemd[1]: Forked /usr/lib/systemd/systemd-remount-fs as 93
    [ 5.177887] systemd[1]: systemd-remount-fs.service changed dead -> start
    [ 5.184986] systemd[1]: ConditionPathExists=/dev/tty0 succeeded for systemd-vconsole-setup.service.
    [ 5.195018] systemd[1]: Starting Setup Virtual Console...
    Starting Setup Virtual Console...
    [ 5.208324] EXT4-fs (sda3): re-mounted. Opts: data=ordered
    [ 5.214458] systemd[1]: About to execute: /usr/lib/systemd/systemd-vconsole-setup
    [ 5.222616] systemd[1]: Forked /usr/lib/systemd/systemd-vconsole-setup as 96
    [ 5.233576] systemd[1]: systemd-vconsole-setup.service changed dead -> start
    [ 5.241007] systemd[1]: ConditionPathIsReadWrite=/sys succeeded for systemd-udev-trigger.service.
    [ 5.251708] systemd[1]: Starting udev Coldplug all Devices...
    Starting udev Coldplug all Devices...
    [ 5.266109] systemd[1]: About to execute: /usr/bin/udevadm trigger --type=subsystems --action=add
    [ 5.276446] systemd[1]: Forked /usr/bin/udevadm as 101
    [ 5.283973] systemd[1]: systemd-udev-trigger.service changed dead -> start
    [ 5.302330] systemd[1]: ConditionPathExists=/lib/modules/3.15.1-1-ARCH/modules.devname succeeded for kmod-static-nodes.service.
    [ 5.318825] systemd[1]: ConditionCapability=CAP_MKNOD succeeded for kmod-static-nodes.service.
    [ 5.327653] systemd[1]: Starting Create list of required static device nodes for the current kernel...
    Starting Create list of required static device nodes...rrent kernel...
    [ 5.349482] systemd[1]: About to execute: /usr/bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf
    [ 5.361003] systemd[1]: Forked /usr/bin/kmod as 104
    [ 5.367083] systemd[1]: kmod-static-nodes.service changed dead -> start
    [ 5.374110] systemd[1]: ConditionPathExists=/sys/kernel/mm/hugepages succeeded for dev-hugepages.mount.
    [ 5.384078] systemd[1]: Mounting Huge Pages File System...
    Mounting Huge Pages File System...
    [ 5.399478] systemd[1]: About to execute: /bin/mount hugetlbfs /dev/hugepages -t hugetlbfs
    [ 5.407990] systemd[1]: Forked /bin/mount as 106
    [ 5.414840] systemd[1]: dev-hugepages.mount changed dead -> mounting
    [ 5.423105] systemd[1]: ConditionDirectoryNotEmpty=|/run/binfmt.d failed for systemd-binfmt.service.
    [ 5.432612] systemd[1]: ConditionDirectoryNotEmpty=|/etc/binfmt.d failed for systemd-binfmt.service.
    [ 5.441855] systemd[1]: ConditionDirectoryNotEmpty=|/usr/local/lib/binfmt.d failed for systemd-binfmt.service.
    [ 5.452123] systemd[1]: ConditionDirectoryNotEmpty=|/usr/lib/binfmt.d failed for systemd-binfmt.service.
    [ 5.461704] systemd[1]: ConditionDirectoryNotEmpty=|/lib/binfmt.d failed for systemd-binfmt.service.
    [ 5.470935] systemd[1]: ConditionPathIsReadWrite=/proc/sys/ succeeded for systemd-binfmt.service.
    [ 5.479902] systemd[1]: Starting of systemd-binfmt.service requested but condition failed. Ignoring.
    [ 5.489116] systemd[1]: Job systemd-binfmt.service/start finished, result=done
    [ 5.496428] systemd[1]: Started Set Up Additional Binary Formats.
    [ 5.502659] systemd[1]: ConditionKernelCommandLine=|rd.modules-load failed for systemd-modules-load.service.
    [ 5.512616] systemd[1]: ConditionKernelCommandLine=|modules-load failed for systemd-modules-load.service.
    [ 5.522282] systemd[1]: ConditionDirectoryNotEmpty=|/run/modules-load.d failed for systemd-modules-load.service.
    [ 5.532731] systemd[1]: ConditionDirectoryNotEmpty=|/etc/modules-load.d failed for systemd-modules-load.service.
    [ 5.543004] systemd[1]: ConditionDirectoryNotEmpty=|/usr/local/lib/modules-load.d failed for systemd-modules-load.service.
    [ 5.554316] systemd[1]: ConditionDirectoryNotEmpty=|/usr/lib/modules-load.d failed for systemd-modules-load.service.
    [ 5.564941] systemd[1]: ConditionDirectoryNotEmpty=|/lib/modules-load.d failed for systemd-modules-load.service.
    [ 5.575274] systemd[1]: ConditionCapability=CAP_SYS_MODULE succeeded for systemd-modules-load.service.
    [ 5.584675] systemd[1]: Starting of systemd-modules-load.service requested but condition failed. Ignoring.
    [ 5.594421] systemd[1]: Job systemd-modules-load.service/start finished, result=done
    [ 5.602256] systemd[1]: Started Load Kernel Modules.
    [ 5.607308] systemd[1]: ConditionPathExists=/sys/fs/fuse/connections failed for sys-fs-fuse-connections.mount.
    [ 5.617404] systemd[1]: Starting of sys-fs-fuse-connections.mount requested but condition failed. Ignoring.
    [ 5.627235] systemd[1]: Job sys-fs-fuse-connections.mount/start finished, result=done
    [ 5.635149] systemd[1]: Mounted FUSE Control File System.
    [ 5.640639] systemd[1]: ConditionPathExists=/proc/sys/fs/mqueue succeeded for dev-mqueue.mount.
    [ 5.649441] systemd[1]: Mounting POSIX Message Queue File System...
    Mounting POSIX Message Queue File System...
    [ 5.666290] systemd[1]: About to execute: /bin/mount mqueue /dev/mqueue -t mqueue
    [ 5.674010] systemd[1]: Forked /bin/mount as 109
    [ 5.680845] systemd[1]: dev-mqueue.mount changed dead -> mounting
    [ 5.688804] systemd[1]: ConditionDirectoryNotEmpty=|/run/sysctl.d failed for systemd-sysctl.service.
    [ 5.698321] systemd[1]: ConditionDirectoryNotEmpty=|/etc/sysctl.d failed for systemd-sysctl.service.
    [ 5.707554] systemd[1]: ConditionDirectoryNotEmpty=|/usr/local/lib/sysctl.d failed for systemd-sysctl.service.
    [ 5.717832] systemd[1]: ConditionDirectoryNotEmpty=|/usr/lib/sysctl.d succeeded for systemd-sysctl.service.
    [ 5.727678] systemd[1]: ConditionDirectoryNotEmpty=|/lib/sysctl.d succeeded for systemd-sysctl.service.
    [ 5.737165] systemd[1]: ConditionPathIsReadWrite=/proc/sys/ succeeded for systemd-sysctl.service.
    [ 5.746132] systemd[1]: Starting Apply Kernel Variables...
    Starting Apply Kernel Variables...
    [ 5.759777] systemd[1]: About to execute: /usr/lib/systemd/systemd-sysctl
    [ 5.766794] systemd[1]: Forked /usr/lib/systemd/systemd-sysctl as 112
    [ 5.774371] systemd[1]: systemd-sysctl.service changed dead -> start
    [ 5.781127] systemd[1]: ConditionPathExists=/sys/kernel/debug succeeded for sys-kernel-debug.mount.
    [ 5.791080] systemd[1]: Mounting Debug File System...
    Mounting Debug File System...
    [ 5.806518] systemd[1]: About to execute: /bin/mount debugfs /sys/kernel/debug -t debugfs
    [ 5.814940] systemd[1]: Forked /bin/mount as 113
    [ 5.820500] systemd[1]: sys-kernel-debug.mount changed dead -> mounting
    [ 5.827257] systemd[1]: ConditionPathExists=/sys/kernel/config succeeded for sys-kernel-config.mount.
    [ 5.836594] systemd[1]: Mounting Configuration File System...
    Mounting Configuration File System...
    [ 5.849864] systemd[1]: About to execute: /bin/mount configfs /sys/kernel/config -t configfs
    [ 5.858552] systemd[1]: Forked /bin/mount as 114
    [ 5.864111] systemd[1]: sys-kernel-config.mount changed dead -> mounting
    [ 5.870949] systemd[1]: Starting system-dhcpcd.slice.
    [ 5.876443] systemd[1]: system-dhcpcd.slice changed dead -> active
    [ 5.882714] systemd[1]: Job system-dhcpcd.slice/start finished, result=done
    [ OK ] Created slice system-dhcpcd.slice.
    [ 5.899507] systemd[1]: Created slice system-dhcpcd.slice.
    [ 5.905105] systemd[1]: Starting system-getty.slice.
    [ 5.912447] systemd[1]: system-getty.slice changed dead -> active
    [ 5.918622] systemd[1]: Job sys

  • How to make a really basic pong game for a beginner

    Hello.  I've read through a couple of threads on here dealing with making a game of pong in LabView, but in them the users had questions with far more complex aspects of the program than I want to deal with.  I am a beginner programmer in LabView with limited experience in Java and Visual Basic programming.  I was tasked with creating a game over winter break, and now that I finally have some time (this weekend that is), I decided that I'd make a really simple game of pong.  However, I have seriously overestimated the difficulty of this for a beginner who has very limited knowledge of Lab View.
    I ask you to please have some patience with me.
    I know what I want to do, and just need help inplementing it.
    Here is the idea for my design to keep it as simple as possible:
    -Create a field (I am not sure what to use for this, but from my reading it appears that some sort of a picture output is needed, but I cannot find that anywhere).
    -Set up some simple function that can output the dimensions of this field to use with collision tracking.
    -Create a ball that can be tracked by the program.
    -From my reading I understand that the simplest way to "bounce" the ball off the sides appears to simply reverse the X velocity of the ball when it strikes the vertical boundaries and the Y velocity when it strikes the horizontal boundaries.
    -Insert some sort of a "paddle" that the user can control with the left and right arrow keys.
    Now, as I have mentioned I am a beginner with approximately one month maximum knowledge of this software, spread over about a year.  I want to take things slow.  So for starters, would anyone be willing to walk me through creating a visual output for this and creating a ball that will bounce off all sides?
    If I can at least get that far for now, then I can move on (with help I hope!) of inserting an interactive interface for the "paddle."
    I have found some LabView code for a simple game like this, but it also includes a score keeping loop as well as an "automatic play" option, and I am attempting to wade through all that code to find the bones of it to help me with this, but due to my inexperience, this might thake a lot of time.
    I thank you for any and all help anyone may be able to provide.

    EchoWolf wrote:
    -Create a field (I am not sure what to use for this, but from my reading it appears that some sort of a picture output is needed, but I cannot find that anywhere).
     Wel, there is the picture indicator in the picture palette. In newer versions it's called "2D picture". The palettes have a search function. Using the palette search function is a basic LabVIEW skill that you should know. If you've seen the example for the other discussion, it uses a 2D boolean array indicator. The boolean array is only recommended for a monochrome very low resolution display.
    EchoWolf wrote: -Set up some simple function that can output the dimensions of this field to use with collision tracking.
    -Create a ball that can be tracked by the program.
    That seems backwards. Properly programmed, the code always knows the dimension and the ball position. The program generates, (not tracks!) the ball movement. Of course you need to do some range checking on the ball position to see when it collides with the walls.
    EchoWolf wrote:
    -From my reading I understand that the simplest way to "bounce" the ball off the sides appears to simply reverse the X velocity of the ball when it strikes the vertical boundaries and the Y velocity when it strikes the horizontal boundaries.
    Of course you could make it more realistic by keeping track of three ball parameters: x, y, spin.
    EchoWolf wrote:
    -Insert some sort of a "paddle" that the user can control with the left and right arrow keys.
    Pong is typically played with the up-down arrow keys.
    EchoWolf wrote:
    Now, as I have mentioned I am a beginner with approximately one month maximum knowledge of this software, spread over about a year.
    LabVIEW knowledge is not measured in time units. What did you do during that month? Did you attend some lectures, study tutorials, wrote some programs?
    EchoWolf wrote:
    So for starters, would anyone be willing to walk me through creating a visual output for this and creating a ball that will bounce off all sides?
    I have found some LabView code for a simple game like this, but it also includes a score keeping loop as well as an "automatic play" option, and I am attempting to wade through all that code to find the bones of it to help me with this, but due to my inexperience, this might thake a lot of time.
    Start with the posted example and delete all the controls and indicators that you don't want, then surgically remove all code with broken wires.
    Alternatively, start from scratch: Create your playing field. Easiest would be a 2D classic boolean array that is all false. Use initialize array to make it once. Now use a loop to show the ball as a function of time.
    Start with a random ball position. to display it, turn one of the array elements true before wiring to the array indicator using replace array subset.
    Keep a shift register with xy positions and xy velocities and update the positions as a function of the velocities with each iteration of the loop. Do range checking and reverse the velocieis when a edge is encountered.
    What LabVIEW version do you have?
    LabVIEW Champion . Do more with less code and in less time .

  • /dev/sda for Arch but /dev/hda for custom kernel. Why?

    My laptop does not have a scsi or sata hard drive. So why does Arch's kernel view the drive as /dev/sda1 while a custom kernel views it as /dev/hda like it should?

    Hmm that does not at all seem like a good explanation.
    Drivers/ide suffers from many ugly and obscure problems, and re-implementing it on top of libata has been much easier than fixing the unfixable drivers/ide mess
    you don't think fixing broken and ugly code is a good thing? Let me guess, you think sdxX is somehow more ugly then hdxX?
    btw, if you use persistent block device naming scheme, you wouldn't need worry about naming conventions. http://wiki.archlinux.org/index.php/Per … ice_naming

  • [Solved]Are there any ipv6 sources for arch ?

    I'm a arch user in Edu net, I have only 6G flows each month, so I want to find  source repositories in ipv6,
    are there any ipv6 sources for arch ?
    Last edited by mihail (2011-10-08 15:04:54)

    mihail wrote:
    SidK wrote:https://www.archlinux.org/mirrorlist/ lets you create a mirrorlist file of ipv6 hosts only
    谢谢~
    I don't understand your answer.
    What do you mean by "source repositories"? The term 'repository' means 'a bunch of precompiled packages', Arch repositories host binaries, not source tarballs.

  • [solved! :D] Updated Arch logos for the merch?

    I was thinking the other day about how much Arch has done for me and I decided I'd make a donation and buy a t-shirt, but I noticed that all the merch is still using the old logo!  Any chance one of you guys in the Arch hierarchy (no pun intended) could update the merch so I could get a new-logo shirt?
    Oh and by the way, just a suggestion - it might be a good idea to keep the old logo available too for people that like those, I know cafepress doesn't mind a lot of stuff on the site and all
    Last edited by synthead (2008-05-08 09:16:20)

    Arkane wrote:
    The next desktop I build will definitely be designed for Arch.
    Too bad it's an impossible dream for laptops though.
    Or are there actually vendors offering to custom-build laptops? I've been looking for this kind of offering for a long time but haven't been able to find anything.
    My favorite part about those "designed for" Windows stickers is ... well ... how do you DESIGN hardware for an operating system, yet ... you need to install third party drivers to make it work?
    Oh, and I bought the failsauce mug and the arch taco t-shirt!  I can't wait to get them   Of course, ordering merch is the absolute least I could do for what Arch has given me, but I hope it helps you guys

  • [SOLVED] Laptop freezes at startup after kernel upgrade to 3.13.6

    Some days ago I got a new Dell Sputnik 3 Laptop and installed Arch Linux with UEFI Boot and gummiboot as bootloader. The installation was successful.
    However two days ago there was an upgrade for the Linux Kernel from 3.13.5 to 3.13.6. When I restarted the Laptop after the upgrade of the kernel the Laptop freezed directly after pushing the power button (never got ahead of the initial DELL logo).
    I ran the DELL hardware diagnostics to identify a possible damage of the SSD but everything was ok. Than I booted into a live system ad mounted the root partition and there was no problem work on it. Additionally I change the value of timeout in gummiboots loader.conf (it was commented out before). Since than I got the gummiboot boot menu at least. So narrowing down, I think something happened during the kernel upgrade. Unfortunately I have no clue what could it be since I am convinced that at the installation process some days before I did everything like it was described at the beginners guide so automatic gummiboot update had to be possible.
    The drive is partitioned in the live system looks like this (look at sda):
    ├─sda1 8:1 0 512M 0 part /boot
    └─sda2 8:2 0 235G 0 part /
    fstab like this:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    # /dev/sda2
    UUID=3f216fdb-f4c6-459a-856f-6f246d7a5bff / ext4 rw,relatime,data=ordered 0 1
    # /dev/sda1
    UUID=0F8F-2A3B /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 2
    # swap
    /swapfile none swap defaults 0 0
    I have and arch.conf in gummiboot looking like this:
    title Arch Linux
    linux /vmlinuz-linux
    initrd /initramfs-linux.img
    options root=/dev/sda2 rw
    and the loader.conf of gumiboot looking like this:
    timeout 5
    default 56cccedc29f1418ab2d8f1762ea09471-*
    Now, I don't know anymore how to proceed to identify the problem and hopefully solve it
    Last edited by cutuchiqueno (2014-03-11 21:47:32)

    looks like this issue might be the same:
    https://bbs.archlinux.org/viewtopic.php?id=172961&p=1
    If I find time I might try using an alternative to gummiboot to see if this works.
    Update: There also seems to be a reopened bug report on this https://bugs.archlinux.org/task/33745
    Last edited by Strawpants (2014-03-10 21:26:26)

  • Wocka 0.5 - checkinstall for Arch Linux

    Last updated: 17th-Feb-2007
    With Wocka you can do:
    ./configure
    make
    su
    wocka
    and you'll get the application installed, and a pacman db entry too.
    Wocka automatically figures out the package name, version and/or subversion revision, and if it can, other metadata too. It determines the build system (make, unsermake, scons, cmake, etc.). It can also create a basic PKGBUILD, with some of the fields (eg name, version) magically filled in. It can also handle upgrades and check AUR for PKGBUILDs.
    Visit the site for a Arch linux package, the source tarball, and detailed usage examples. There's also a feed you can subscribe to at the site if you want to be notified of updates.
    http://methylblue.com/wocka/
    Comments, contributions, etc. most welcome! Thanks.
    ===========
    I have discovered other programs that do a similar thing for Arch. They may be better and you may want to consider them, or at least demand I implement things they do into Wocka If you do use one of the others, I'd like to hear why, if you have the time, thanks!
    bpkg
    creapkg
    pacinstall
    versionpkg
    Last edited by mxcl (2007-02-17 03:24:12)

    Firstly, I'm really sorry I didn't see the above new replies, I subscribed to this thread, but never got the emails... Must have been my spam filter I expect.
    Gullible Jones wrote:Wait a minute, why the heck does this thing require QT? It doesn't have a GUI so why would it use the QT library? :?
    I used Qt as I have 4 years experience with it and develop fast with it. With Qt4 the library is separated into Core (CLI only) and GUI components, so as soon as Arch ships Qt4 and people have it installed en-mass, I'll switch to the CLI only library. I apologise if you think I'm crazy/stupid, you may be right
    You should have talked to Xentac. He already has an app named "Wakka" IIRC.
    Hmm sucks, I may have to rename again. I renamed the first time as pacgen is a name already used by two other projects!
    sud_crow wrote:wasnt pacman's sound waka waka waka?
    heh could be, I'm not a pacman expert. Extralife the webcomic always makes pacman say "Wocka!", but I spose I should have done more research!
    phrakture wrote:Send a PKGBUILD to AUR!
    Yeah I half did this and then couldn't figure out how to work the AUR or something. I'll try again.
    I had 0.3 ready a few weeks ago, then I started using my CRT with my new XBOX 360 and didn't boot to Linux until yesterday Now I have some new TFTs.
    The changes since 0.2:
    · Automatic upgrade/merge for new installs of subversion managed source installations
    · Better versioning detection
    · Easy automatic AUR builds via: wocka --aur appname
    · Metadata is extracted from LSM files
    · --upgrade switch
    The upgrade switch basically merges the old package with what's just installed, so you don't lose any information, I figured this was the safest route. Please correct me if you disagree. Thanks

  • [Solved] Dual UEFI Booting Arch against pre-existing Ubuntu install

    Hi All,
    I'm new to Arch Linux and have just managed to install it on my T530 Lenovo laptop along side a pre-existing Ubuntu installation.
    However, although I did consult the dual boot posting and article here on the site beforehand, those articles seemed to be about installing Grub. Since I already have it up and working, I was nervous about deleting it and so potentially loosing my working Ubuntu installation.
    I tried installing mounting my pre existing /boot/efi partition but the pre-existing vmlinuz-linux file (no doubt from my Ubuntu installation) prevented it from working. My solution was to create the boot folder on the same partition as my Arch installation.
    I now have an installation that works (kind of) however, it appears each time I boot up, I have to edit the Grub entry for my Arch installation to update the UUID Grub points to to get it to load up Arch. I can't find where the actual file being loaded in Grub resides (the file that it appears generates this script, is itself built from a series of predefined variables).
    I admit I am playing at the moment - I'm keen to get to grips with this distro and am up for considering all options including deleting and starting again to learn to get it set up correctly. My questions are:
    How should I have done this so that my Arch linux distro was loaded via Grub called by the UEFI and had the same booting file structure as the already existing Ubuntu installation (using the BOOTLOADER partition and the /boot/efi folders on it)
    How do I edit the Grub file for my Arch distro so it stays edited (no more retyping all the UUIDs each time I load it up
    Is there a way to get to the installation I currently have to an the more ideal state
    Details taken thanks to the bootrepair application are here:
    http://paste.ubuntu.com/10682898/
    Thanks and regards,
    Simon
    Last edited by simon_sjw (2015-04-22 11:50:52)

    I don't think there are any Ubuntu kernel images on your EFI system partition (they are in /boot, not /boot/efi).
    If you want Arch to boot in an EFI system you should mount /boot (rather than /boot/efi) to the EFI system partition.
    To do this, copy the /boot folder over to /dev/sda1 and add it to your /etc/fstab (in Arch):
    /dev/sda1 /boot vfat rw,relatime,discard,nodev,nosuid,noexec,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 2
    It's probably best to install & configure GRUB from Arch rather than Ubuntu because Arch mounts /boot to the ESP while all other distributions mount /boot/efi so the results may get confusing (ie, GRUB may create menu entries to boot Ubuntu with your Arch kernel and vice versa); also the Arch kernel image is booted read-write whereas most other kernel images are booted read-only.
    https://wiki.archlinux.org/index.php/GRUB#UEFI_systems
    I find the os-prober script can fail sometimes so this is probably your problem here.
    Personally, I use gummiboot to boot my Debian system by copying the kernel image & initial ramdisk to the EFI system partition using these commands in Debian (this would also work in Ubuntu):
    # mount /dev/sda1 /mnt
    # cp /vmlinuz /initrd.img /mnt
    Then I make a gummiboot menu entry; your Ubuntu entry would look like this:
    title Ubuntu
    linux /vmlinuz
    initrd /initrd.img
    options root=/dev/sda2 ro
    Add any kernel parameters after "ro" and make an entry for Arch as well (you may also need to configure /boot/loader/loader.conf as per the ArchWiki page) & install gummiboot from Arch using:
    # gummiboot install
    You can then create a post-install script at /etc/kernel/postinst.d/zz-update-gummiboot in your Ubuntu system to copy over the kernel image & initrd to the ESP whenever the kernel is updated:
    #!/bin/sh
    mount /dev/sda1 /mnt
    cp /vmlinuz /initrd.img /mnt/
    umount -R /mnt
    Make this executable:
    # chmod +x /etc/kernel/postinst.d/zz-update-gummiboot
    This method will only work if you have /boot mounted to the EFI system partition (as outlined in the Beginner's Guide).

  • Modifying the stock arch linux kernel and kernel timer frequency

    so if i understand correctly, if we want to modify the stock arch linux kernel, we have to pull it off of abs. ie "ABSROOT=. abs core/linux" then modify the pkgbuild, uncommenting out make menuconfig and setting the pkgbase name to something different than stock. ie, "linux-custom" then update the checksums followed by importing the gpg keys, ie "gpg --recv-keys 79BE3E4300411886 and gpg --recv-keys 38DBBDC86092693E" for the kernel and patches. then run makepkg -s.
    we can't just run make menuconfig on the current kernel that's installed?
    and if we pull the linux kernel from abs to customize, does it already come preconfigured with all the arch changes and settings? like its no different than the current one installed?
    i just ask because for the most part, i like the current arch kernel, there are just a few minor things i want to change but kept everything else the same as stock arch linux kernel.
    also, i herd arch uses 300hz for its timer. whats the benefits and disadvantage of using 300hz over 1000hz for a desktop system?

    orlfman wrote:we can't just run make menuconfig on the current kernel that's installed?
    No you can't, because the kernel then has to be compiled so the kernel will run with the different tick rate.
    orlfman wrote:
    and if we pull the linux kernel from abs to customize, does it already come preconfigured with all the arch changes and settings? like its no different than the current one installed?
    i just ask because for the most part, i like the current arch kernel, there are just a few minor things i want to change but kept everything else the same as stock arch linux kernel.
    As I understand it from the Wiki, the ABS pulls the PKGBUILD and other arch-specific sources from the ArchLinux script server. However, I don't use the ABS, but pull the files I need directly from the ArchLinux SVN and build using makepkg[1] after making the necessary changes.
    orlfman wrote:Also, I heard arch uses 300hz for its timer. whats the benefits and disadvantage of using 300hz over 1000hz for a desktop system?
    You're in for a technical discussion here. This has a reasonably friendly discussion on kernel tick rates.
    Basically, higher tick rates = a higher level of timing precision & higher processor load, lower tick rates = lower level of timing precision & lower processor load.
    [1] Technically, I use the clean chroot manager package, which is a wrapper for makechrootpkg (which in turn is a wrapper for running makepkg in a clean chroot if I'm not mistaken).

  • [SOLVED] Send diff Parameters to diff kernels w/GRUB2 &survive updates

    1. Installed LMDE.
    2. Loaded the core ARCH and all went well - loaded necessary drivers for my soundcard and video and all is well
    3. Discovered early with the first distro installs that the linux kernel does not handle synaptic touchpad devices well during the PM suspend and resume process.
    4. The cure is to add atkbd.reset to a command line in the grub file  - then update grub and end result - touchpad works great after resume.
    5. Now, since grub was already installed I bypassed that during ARCH setup. Went into LMDE and mounted the root for ARCH and then installed OS-prober - ran update-grub and now when my comp starts up I have a grub menu the allows me to choose which distro to choose.
    SO QUESTION IS - How do i get grub to send parameters to the kernel for ARCH that are different from parameters being sent to LMDE??
    Temporary Solution is to edit the grub.cfg file directly - Just worried about updates to grub erasing my manual adjustments!!!
    Permanent Solution you will find at the bottom of this topic post #22.
    Last edited by iamk2 (2013-03-27 00:50:07)

    [RESOLVED]  - How to Send different Parameters to diff. kernels with grub?  AND retain these setting automatically even after using update-grub. NOTE this will not prevent any overwrites to your grub.d scripts via pacman. Wonder ho often this actually occurs???
    For any one out there that has two or more Linux distro's installed on one PC and uses OS-Prober to locate the 2nd, 3rd, etc.., distro's for the grub2 menu, here is a risk free solution that allows you to send parameters to other kernels as well as your first installed one (or the one you have installed with grub2).
    (I say risk free because if your into ARCH, I would believe you have some skill and competence)
    1. Edit /etc/grub.d/30_os-prober with root permission
        find the code line containing
    linux ${LKERNEL} ${LPARAMS}
        append ${GRUB_CMDLINE_LINUX_DEFAULT} to the end of this line
    It should now look like this:
    linux ${LKERNEL} ${LPARAMS} ${GRUB_CMDLINE_LINUX_DEFAULT}
    Save the file
    2. Open terminal if need be and
    sudo update-grub
    This will attach the same parameters form your existing GRUB_CMDLINE_LINUX_DEFAULT in the /etc/default grub file to other distro's found by OS-Prober.
    3. Now if you wanted to send different parameters to the distro's found by OS-Prober, then instead of
    linux ${LKERNEL} ${LPARAMS} ${GRUB_CMDLINE_LINUX_DEFAULT}
    make it like something like this
    linux ${LKERNEL} ${LPARAMS} ${GRUB_CMDLINE_OS_PROBER_FINDS_DEFAULT}
    Then got to your /etc/defaults grub file and insert
    GRUB_CMDLINE_OS_PROBER_FINDS_DEFAULT
    so that your grub file now looks like this
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash atkbd.reset acpi_osi=\"Linux\""
    GRUB_CMDLINE_LINUX="atkbd.reset"
    GRUB_CMDLINE_OS-PROBER-FINDS_DEFAULT="your parameters"
    Now to send completely different parameters to each and every kernel is a game I wonder about but not interested at this time in solving.
    Last edited by iamk2 (2013-03-27 01:55:56)

  • [solved] Canonical way to detect what kernels are installed?

    Planning to do a PKGBUILD for the nvidia modules which would install modules for all installed kernels (would basically steal the current PKGBUILD but run it separately for every kernel and have the modules installed seperately in each /lib/modules/<kernel_name>. Mainly for personal use, as I don't think it's 'allowable' for the AUR (please correct me if I'm wrong).
    Currently I already have one PKGBUILD doing this, for phc-intel, where I basically do:-
    for _KERNEL in `ls /lib/modules` ; do
    Is this the 'correct' way to detect all installed kernels, or should I sed on the contents of /usr/src?:-
    for _KERNEL in `ls /usr/src | sed 's/linux-//'` ; do
    Or is there some other FHS-compliant manner of detecting all kernels installed?
    Last edited by ngoonee (2009-10-02 10:08:44)

    ugkbunb wrote:Well not sure if this is relevant... but n my /lib/modules folder I still have 2.6.29-ARCH and 2.6.30-ARCH although the current and only kernel installed is 2.6.31-ARCH. Is it safe to remove these? And would your method attempt to install it for these older/no longer installed kernels?
    I would think that if you still have 2.6.29-ARCH and 2.6.30-ARCH they would be empty? Or only contain separately compiled modules. Could you please ls the contents, and check whether you have corresponding /usr/src folders.

Maybe you are looking for

  • HT2513 how do I get the mini calendar flap on iCal 5.0.3

    how do I get the mini calendar flap on iCal 5.0.3. Lion 10.7.5

  • How can I connect my iPad to my wireless Hp  Officejet Pro 8500 A909g ?

    How can I connect my iPad to my wireless Hp Officejet 8500 A909g ?

  • How to open jsx file with 'do javascript'?

    I am making a folder action to run an Illustrator script on a file.  I am struggling with how to make Illustrator run a jsx file from within applescript.  The default action seems to be to evaluate the string as javascript, not open the path as a jsx

  • PO conditions

    Hi This is regarding PO conditions.I want the Freight cost posted to a separate expense account.i followed the below steps. step 1- create a condition type with control data as condition class A,calculation type A,condition category B Step 2-then it

  • Dynamic forms and Web Services?

    So what we are trying to do is get a dynamic form's information into a database.  On the form itself we have several fields wrapped in a subform that is set to repeat.  It is bound to an element from a web service, which allows the form to grow based