Arch is "tooooo" slow!

Hi, i've arch "Don't panic" in other partition of hdd. (Now ubuntu)
i want to switch to arch but after the installation, some weird things started to happen..
1- internet connection, very good on other dist's in this laptop, but arch is turtle, especially pacman. it don't start to download sync or program packs, "sometime" it start, then download for 5 minute "good". Then again.. "Connection refused" Why?
2- Programs are slow too. E.g. gnome-terminal opens after 20seconds clicking the icon.
My computer is asus f3sc.. how can i do something for my arch? or i'll wait other version of arch..
Thanks..

Just a couple of comments...
I am also a newbie to Arch- I only have about 2 or 3 days of experience with it, so discount anything I say here if it's wrong or doesn't work.
When specifying a hostname, for whatever reason, it is typically recommended that the hostname be all lowercase. Yours as above is not.
Any of the software you want to enable will need to have a module and/or a daemon. Depending on how advanced you want to get, you can choose to compile your own kernel. Doing this cut my boot time in half (from 3:30 to 1:50!) and gave me more granular control over which modules I have loaded. I am a big fan of keeping basic system management in the kernel, not as modules.
Add acpid to the DAEMONS array in rc.conf, as well as any other daemons you want to use.
Read the wiki, if you haven't already. I thought it was limited at first because very little is listed on the main page, but the search box will find almost anything you need for this distro there. Also, Gentoo has a great wiki that can help give things to try when you have trouble (www.gentoo-wiki.com). Let me know if you need me to translate something out of Gentoo into Arch speak.

Similar Messages

  • My arch feels tremendously slow!!!

    Hi all
    it is a while that my arch feels horribly slow... it takes forever to load applications and it is not snappy at all
    My laptop has 2.2GhZ dual core, 2GB RAM, 256 MB NVIDIA and it is a dell latitude d830. The hard drive is a 7200rpm 120GB from Fujitsu
    here are my free results, rc.conf and xorg.conf
    it is real weird!!!
    my glxgears give me only 2400 FPS...
    $ free
    total used free shared buffers cached
    Mem: 2058000 1720380 337620 0 149756 554508
    -/+ buffers/cache: 1016116 1041884
    Swap: 2096440 2852 2093588
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.utf8"
    HARDWARECLOCK="localtime"
    TIMEZONE="Canada/Eastern"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # Scan hardware and load required modules at bootup
    MOD_AUTOLOAD="yes"
    # Module Blacklist - modules in this list will never be loaded by udev
    MOD_BLACKLIST=()
    # Modules to load at boot-up (in this order)
    # - prefix a module with a ! to blacklist it
    MODULES=(!acpi_cpufreq !cpufreq_powersave !cpufreq_ondemand !cpufreq_userspace !freq_table tun slhc tg3 iwl3945 snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-intel nvidia soundcore gspca ide-scsi)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    HOSTNAME="ocivodul"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available
    # interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
    lo="lo 127.0.0.1"
    eth0="dhcp"
    INTERFACES=(lo !eth0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network-profiles
    #NET_PROFILES=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng cpudyn hal alsa !network netfs crond kdm acpid)
    # End of file
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder26) Fri Jan 11 14:26:48 PST 2008
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Touchpad" "SendCoreEvents"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    RgbPath "/usr/X11R6/lib/X11/rgb"
    EndSection
    Section "Module"
    Load "dbe"
    Load "extmod"
    Load "freetype"
    Load "glx"
    Load "synaptics"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "keyboard"
    EndSection
    Section "InputDevice"
    Identifier "Touchpad"
    Driver "synaptics"
    Option "Device" "/dev/input/mouse0"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "130"
    Option "RightEdge" "840"
    Option "TopEdge" "130"
    Option "BottomEdge" "640"
    Option "FingerLow" "7"
    Option "FingerHigh" "8"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "110"
    Option "EmulateMidButtonTime" "75"
    Option "VertScrollDelta" "20"
    Option "HorizScrollDelta" "20"
    Option "MinSpeed" "0.50"
    Option "MaxSpeed" "0.75"
    Option "AccelFactor" "0.020"
    Option "EdgeMotionMinSpeed" "200"
    Option "EdgeMotionMaxSpeed" "200"
    Option "UpDownScrolling" "1"
    Option "CircularScrolling" "1"
    Option "CircScrollDelta" "0.1"
    Option "CircScrollTrigger" "2"
    Option "SHMConfig" "on"
    Option "Emulate3Buttons" "on"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 30.0 - 110.0
    VertRefresh 50.0 - 150.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "NoLogo" "True"
    Option "RenderAccel" "True"
    Option "ConnectedMonitor" "DFP"
    Option "TripleBuffer" "True"
    Option "BackingStore" "True"
    Option "DamageEvents" "True"
    Option "AddARGBGLXVisuals" "True"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    I hope you guys can help!

    ybotspawn wrote:
    ok dumb questions but im just trying to narrow down the problem.  First lets look at memory, how many chips do you have?  If you have two do you notice any change in system performance when you take one of them out...what about the other one? The terminal test shows, I think, that the nvidia is not the problem.  Trying to narrow down and be sure it's not a memory issue.  Next thing you could check, which could really help, is grab yourself a live cd of just about any distro, prefirably arch though:)..... How fast does the live cd run?  (trying to narrow the possibility that its the hard drive)  Does it run fast on the livecd?  if so.... would everyone agree that that implies the hard drive has a problem?  Those are the two big culprits of slugishness. 
    Secondly, lets see some error logs if thats ok...?  can you post some of these?
    Thanks for your patience.
    BTW now my glxgears hover at around 2900... so somehow the network daemon was affecting the video card???
    if yours are dumb questions I am gonna reply with even dumber questions! :-)
    I have a dual core
    How can I take out one of the chips? you don't mean physically right??
    The live cd doesn't run very fast because you have the bottleneck of the cd drive which has to read everything when you issue a command. At least this with kubuntu hardy
    which error logs should I issue? how to get them? please do not throw tomatoes at me for my ignorance!!!
    I am going to soon reboot and see if removing the nvidia module helps
    Cippa
    Last edited by Cippa Lippa (2008-05-15 15:35:31)

  • Downloadin​g Desktop Manager is tooooo Slow

    I am trying to download the Desktop manager 5.0.1 but it's tooooo slow using the Check for update option as well as IE browser download. why? any other server to download from?

    It's never been known to be fast. Be patient. It is Monday.
    I would recommend Desktop Manager, version 5, withOUT the Media Manager. Download Desktop Manager from here:
    https://www.blackberry.com/Downloads/entry.do?code​=A8BAA56554F96369AB93E4F3BB068C22
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • My Arch is very slow after upgrading to kernel 3.0

    Hi men! This is my first post on this forum, i'm italian and i'm using archlinux since 4 months (sorry if my english is bad)...  I would like you to help me to solve a problem: as i wrote in object  my system has became very slow after upgrading to kernel 3.0: system booting, applications launch, general responses of my tasks....what's the problem? How can i resolve it? Thanks!!

    However the kernel26-lts looks slower than 3.0 so i returned to the last one...iìm going to see dmesg outputs...i've to remove "quiet" from the grub.cfg
    EDIT: I've checked but no error is shown....this is dmesg.log:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.0-ARCH (tobias@T-POWA-LX) (gcc version 4.6.1 (GCC) ) #1 SMP PREEMPT Tue Aug 16 08:44:20 CEST 2011
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/disk/by-uuid/ea679d77-65a5-4cc3-b46e-286b953789f7 resume=/dev/sda9 ro vga=0x3f0 nomodeset
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009e800 (usable)
    [ 0.000000] BIOS-e820: 000000000009e800 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 00000000dee74000 (usable)
    [ 0.000000] BIOS-e820: 00000000dee74000 - 00000000deebc000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000deebc000 - 00000000deecd000 (reserved)
    [ 0.000000] BIOS-e820: 00000000deecd000 - 00000000deedf000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000deedf000 - 00000000deee0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000deee0000 - 00000000deee3000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000deee3000 - 00000000def11000 (reserved)
    [ 0.000000] BIOS-e820: 00000000def11000 - 00000000def12000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000def12000 - 00000000def15000 (reserved)
    [ 0.000000] BIOS-e820: 00000000def15000 - 00000000def17000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000def17000 - 00000000def1b000 (reserved)
    [ 0.000000] BIOS-e820: 00000000def1b000 - 00000000def1e000 (ACPI data)
    [ 0.000000] BIOS-e820: 00000000def1e000 - 00000000def22000 (reserved)
    [ 0.000000] BIOS-e820: 00000000def22000 - 00000000def31000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000def31000 - 00000000e0000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed10000 - 00000000fed14000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed18000 - 00000000fed1a000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000ffa00000 - 00000000ffc00000 (reserved)
    [ 0.000000] BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
    [ 0.000000] BIOS-e820: 0000000100000000 - 0000000118000000 (usable)
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] DMI 2.6 present.
    [ 0.000000] DMI: Sony Corporation VPCEC1M1E/VAIO, BIOS R0300Y8 07/20/2010
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] No AGP bridge found
    [ 0.000000] last_pfn = 0x118000 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-CFFFF write-protect
    [ 0.000000] D0000-E7FFF uncachable
    [ 0.000000] E8000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 base 080000000 mask FC0000000 write-back
    [ 0.000000] 2 base 0C0000000 mask FE0000000 write-back
    [ 0.000000] 3 base 100000000 mask FE0000000 write-back
    [ 0.000000] 4 base 118000000 mask FF8000000 uncachable
    [ 0.000000] 5 base 0FFE00000 mask FFFE00000 write-protect
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] last_pfn = 0xdee74 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [ffff8800000fc980] fc980
    [ 0.000000] initial memory mapped : 0 - 20000000
    [ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 20480
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000dee74000
    [ 0.000000] 0000000000 - 00dee00000 page 2M
    [ 0.000000] 00dee00000 - 00dee74000 page 4k
    [ 0.000000] kernel direct mapping tables up to dee74000 @ dee6e000-dee74000
    [ 0.000000] init_memory_mapping: 0000000100000000-0000000118000000
    [ 0.000000] 0100000000 - 0118000000 page 2M
    [ 0.000000] kernel direct mapping tables up to 118000000 @ 117ffa000-118000000
    [ 0.000000] RAMDISK: 37c76000 - 37e33000
    [ 0.000000] ACPI: RSDP 00000000000f0410 00024 (v02 Sony)
    [ 0.000000] ACPI: XSDT 00000000def1ce18 0005C (v01 Sony VAIO 20100720 MSFT 00010013)
    [ 0.000000] ACPI: FACP 00000000def15d98 000F4 (v04 Sony VAIO 20100720 MSFT 00010013)
    [ 0.000000] ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20110413/tbfadt-369)
    [ 0.000000] ACPI Warning: 32/64X FACS address mismatch in FADT - 0xDEF2DF40/0x00000000DEF30D40, using 32 (20110413/tbfadt-489)
    [ 0.000000] ACPI: DSDT 00000000deecd018 0ADBB (v01 Sony VAIO 20100720 INTL 20051117)
    [ 0.000000] ACPI: FACS 00000000def2df40 00040
    [ 0.000000] ACPI: APIC 00000000def1bf18 0008C (v02 Sony VAIO 20100720 MSFT 00010013)
    [ 0.000000] ACPI: MCFG 00000000def2fd18 0003C (v01 Sony VAIO 20100720 MSFT 00000097)
    [ 0.000000] ACPI: HPET 00000000def2fc98 00038 (v01 Sony VAIO 20100720 MSFT 00000003)
    [ 0.000000] ACPI: SLIC 00000000def28a18 00176 (v01 Sony VAIO 20100720 Sony 01000000)
    [ 0.000000] ACPI: SSDT 00000000def16018 009F1 (v01 Sony VAIO 20100720 INTL 20051117)
    [ 0.000000] ACPI: SSDT 00000000def15c18 0014B (v01 Sony VAIO 20100720 INTL 20051117)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at 0000000000000000-0000000118000000
    [ 0.000000] Initmem setup node 0 0000000000000000-0000000118000000
    [ 0.000000] NODE_DATA [0000000117ffb000 - 0000000117ffffff]
    [ 0.000000] [ffffea0000000000-ffffea0003dfffff] PMD -> [ffff880113800000-ffff880116ffffff] on node 0
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] DMA32 0x00001000 -> 0x00100000
    [ 0.000000] Normal 0x00100000 -> 0x00118000
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] early_node_map[3] active PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009e
    [ 0.000000] 0: 0x00000100 -> 0x000dee74
    [ 0.000000] 0: 0x00100000 -> 0x00118000
    [ 0.000000] On node 0 totalpages: 1011202
    [ 0.000000] DMA zone: 56 pages used for memmap
    [ 0.000000] DMA zone: 5 pages reserved
    [ 0.000000] DMA zone: 3921 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 14280 pages used for memmap
    [ 0.000000] DMA32 zone: 894636 pages, LIFO batch:31
    [ 0.000000] Normal zone: 1344 pages used for memmap
    [ 0.000000] Normal zone: 96960 pages, LIFO batch:31
    [ 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[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x05] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] disabled)
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
    [ 0.000000] SMP: Allowing 8 CPUs, 4 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 00000000dee74000 - 00000000deebc000
    [ 0.000000] PM: Registered nosave memory: 00000000deebc000 - 00000000deecd000
    [ 0.000000] PM: Registered nosave memory: 00000000deecd000 - 00000000deedf000
    [ 0.000000] PM: Registered nosave memory: 00000000deedf000 - 00000000deee0000
    [ 0.000000] PM: Registered nosave memory: 00000000deee0000 - 00000000deee3000
    [ 0.000000] PM: Registered nosave memory: 00000000deee3000 - 00000000def11000
    [ 0.000000] PM: Registered nosave memory: 00000000def11000 - 00000000def12000
    [ 0.000000] PM: Registered nosave memory: 00000000def12000 - 00000000def15000
    [ 0.000000] PM: Registered nosave memory: 00000000def15000 - 00000000def17000
    [ 0.000000] PM: Registered nosave memory: 00000000def17000 - 00000000def1b000
    [ 0.000000] PM: Registered nosave memory: 00000000def1b000 - 00000000def1e000
    [ 0.000000] PM: Registered nosave memory: 00000000def1e000 - 00000000def22000
    [ 0.000000] PM: Registered nosave memory: 00000000def22000 - 00000000def31000
    [ 0.000000] PM: Registered nosave memory: 00000000def31000 - 00000000e0000000
    [ 0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f8000000
    [ 0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
    [ 0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000
    [ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
    [ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed10000
    [ 0.000000] PM: Registered nosave memory: 00000000fed10000 - 00000000fed14000
    [ 0.000000] PM: Registered nosave memory: 00000000fed14000 - 00000000fed18000
    [ 0.000000] PM: Registered nosave memory: 00000000fed18000 - 00000000fed1a000
    [ 0.000000] PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000
    [ 0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
    [ 0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
    [ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
    [ 0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ffa00000
    [ 0.000000] PM: Registered nosave memory: 00000000ffa00000 - 00000000ffc00000
    [ 0.000000] PM: Registered nosave memory: 00000000ffc00000 - 00000000ffe00000
    [ 0.000000] PM: Registered nosave memory: 00000000ffe00000 - 0000000100000000
    [ 0.000000] Allocating PCI resources starting at e0000000 (gap: e0000000:18000000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 27 pages/cpu @ffff880117c00000 s78464 r8192 d23936 u262144
    [ 0.000000] pcpu-alloc: s78464 r8192 d23936 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 995517
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/disk/by-uuid/ea679d77-65a5-4cc3-b46e-286b953789f7 resume=/dev/sda9 ro vga=0x3f0 nomodeset
    [ 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: 3909052k/4587520k available (4064k kernel code, 542712k absent, 135756k reserved, 3304k data, 712k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:2304
    [ 0.000000] Extended CMOS year: 2000
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 32505856 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.003333] spurious 8259A interrupt: IRQ7.
    [ 0.003333] Detected 2127.784 MHz processor.
    [ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 4257.88 BogoMIPS (lpj=7092613)
    [ 0.000008] pid_max: default: 32768 minimum: 301
    [ 0.000120] Security Framework initialized
    [ 0.000125] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000524] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.001546] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.001968] Mount-cache hash table entries: 256
    [ 0.002354] Initializing cgroup subsys cpuacct
    [ 0.002387] Initializing cgroup subsys memory
    [ 0.002403] Initializing cgroup subsys devices
    [ 0.002406] Initializing cgroup subsys freezer
    [ 0.002408] Initializing cgroup subsys net_cls
    [ 0.002410] Initializing cgroup subsys blkio
    [ 0.002461] CPU: Physical Processor ID: 0
    [ 0.002462] CPU: Processor Core ID: 0
    [ 0.002468] mce: CPU supports 9 MCE banks
    [ 0.002478] CPU0: Thermal monitoring handled by SMI
    [ 0.002487] using mwait in idle threads.
    [ 0.003640] ACPI: Core revision 20110413
    [ 0.019108] ftrace: allocating 16144 entries in 64 pages
    [ 0.025543] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
    [ 0.058531] CPU0: Intel(R) Core(TM) i3 CPU M 330 @ 2.13GHz stepping 02
    [ 0.163154] Performance Events: PEBS fmt1+, Westmere events, Intel PMU driver.
    [ 0.163161] ... version: 3
    [ 0.163162] ... bit width: 48
    [ 0.163164] ... generic registers: 4
    [ 0.163165] ... value mask: 0000ffffffffffff
    [ 0.163167] ... max period: 000000007fffffff
    [ 0.163168] ... fixed-purpose events: 3
    [ 0.163169] ... event mask: 000000070000000f
    [ 0.183294] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.209823] Booting Node 0, Processors #1
    [ 0.209829] smpboot cpu 1: start_ip = 99000
    [ 0.303122] CPU1: Thermal monitoring handled by SMI
    [ 0.323240] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.343129] #2
    [ 0.343133] smpboot cpu 2: start_ip = 99000
    [ 0.436405] CPU2: Thermal monitoring handled by SMI
    [ 0.456532] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.476405] #3
    [ 0.476409] smpboot cpu 3: start_ip = 99000
    [ 0.569682] CPU3: Thermal monitoring handled by SMI
    [ 0.589820] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.596326] Brought up 4 CPUs
    [ 0.596331] Total of 4 processors activated (17030.31 BogoMIPS).
    [ 0.598893] devtmpfs: initialized
    [ 0.600028] PM: Registering ACPI NVS region at dee74000 (294912 bytes)
    [ 0.600036] PM: Registering ACPI NVS region at deecd000 (73728 bytes)
    [ 0.600039] PM: Registering ACPI NVS region at deee0000 (12288 bytes)
    [ 0.600041] PM: Registering ACPI NVS region at def11000 (4096 bytes)
    [ 0.600042] PM: Registering ACPI NVS region at def15000 (8192 bytes)
    [ 0.600044] PM: Registering ACPI NVS region at def22000 (61440 bytes)
    [ 0.600970] print_constraints: dummy:
    [ 0.601050] NET: Registered protocol family 16
    [ 0.601156] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.601159] ACPI: bus type pci registered
    [ 0.601319] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.601322] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.613921] PCI: Using configuration type 1 for base access
    [ 0.614412] bio: create slab <bio-0> at 0
    [ 0.616187] ACPI: EC: Look up EC in DSDT
    [ 0.626457] ACPI: Executed 2 blocks of module-level executable AML code
    [ 0.646350] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.646723] ACPI: SSDT 00000000def1ac18 003AE (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    [ 0.647118] ACPI: Dynamic OEM Table Load:
    [ 0.647121] ACPI: SSDT (null) 003AE (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    [ 0.647269] ACPI: SSDT 00000000def18018 00891 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    [ 0.647646] ACPI: Dynamic OEM Table Load:
    [ 0.647648] ACPI: SSDT (null) 00891 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    [ 0.666577] ACPI: SSDT 00000000def19a98 00303 (v01 PmRef ApIst 00003000 INTL 20051117)
    [ 0.667016] ACPI: Dynamic OEM Table Load:
    [ 0.667018] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20051117)
    [ 0.676431] ACPI: SSDT 00000000def17d98 00119 (v01 PmRef ApCst 00003000 INTL 20051117)
    [ 0.676844] ACPI: Dynamic OEM Table Load:
    [ 0.676846] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20051117)
    [ 1.089727] ACPI: Interpreter enabled
    [ 1.089731] ACPI: (supports S0 S3 S4 S5)
    [ 1.089754] ACPI: Using IOAPIC for interrupt routing
    [ 1.120583] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    [ 1.120814] ACPI: No dock devices found.
    [ 1.120815] HEST: Table not found.
    [ 1.120818] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 1.121147] \_SB_.PCI0:_OSC invalid UUID
    [ 1.121149] _OSC request data:1 8 1f
    [ 1.121153] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [ 1.121658] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    [ 1.121661] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
    [ 1.121663] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 1.121666] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
    [ 1.121668] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
    [ 1.121670] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
    [ 1.121672] pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
    [ 1.121675] pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
    [ 1.121677] pci_root PNP0A08:00: host bridge window [mem 0x000e4000-0x000e7fff]
    [ 1.121679] pci_root PNP0A08:00: host bridge window [mem 0xe0000000-0xfeafffff]
    [ 1.121692] pci 0000:00:00.0: [8086:0044] type 0 class 0x000600
    [ 1.121712] DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
    [ 1.121730] pci 0000:00:01.0: [8086:0045] type 1 class 0x000604
    [ 1.121757] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 1.121761] pci 0000:00:01.0: PME# disabled
    [ 1.121809] pci 0000:00:16.0: [8086:3b64] type 0 class 0x000780
    [ 1.121841] pci 0000:00:16.0: reg 10: [mem 0xf5e0a000-0xf5e0a00f 64bit]
    [ 1.121922] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 1.121927] pci 0000:00:16.0: PME# disabled
    [ 1.121966] pci 0000:00:1a.0: [8086:3b3c] type 0 class 0x000c03
    [ 1.121992] pci 0000:00:1a.0: reg 10: [mem 0xf5e08000-0xf5e083ff]
    [ 1.122083] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 1.122088] pci 0000:00:1a.0: PME# disabled
    [ 1.122118] pci 0000:00:1b.0: [8086:3b56] type 0 class 0x000403
    [ 1.122140] pci 0000:00:1b.0: reg 10: [mem 0xf5e00000-0xf5e03fff 64bit]
    [ 1.122219] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 1.122223] pci 0000:00:1b.0: PME# disabled
    [ 1.122251] pci 0000:00:1c.0: [8086:3b42] type 1 class 0x000604
    [ 1.122332] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 1.122337] pci 0000:00:1c.0: PME# disabled
    [ 1.122366] pci 0000:00:1c.1: [8086:3b44] type 1 class 0x000604
    [ 1.122446] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 1.122451] pci 0000:00:1c.1: PME# disabled
    [ 1.122480] pci 0000:00:1c.2: [8086:3b46] type 1 class 0x000604
    [ 1.122560] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 1.122565] pci 0000:00:1c.2: PME# disabled
    [ 1.122598] pci 0000:00:1c.5: [8086:3b4c] type 1 class 0x000604
    [ 1.122681] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 1.122686] pci 0000:00:1c.5: PME# disabled
    [ 1.122723] pci 0000:00:1d.0: [8086:3b34] type 0 class 0x000c03
    [ 1.122749] pci 0000:00:1d.0: reg 10: [mem 0xf5e07000-0xf5e073ff]
    [ 1.122839] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 1.122844] pci 0000:00:1d.0: PME# disabled
    [ 1.122869] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
    [ 1.122953] pci 0000:00:1f.0: [8086:3b09] type 0 class 0x000601
    [ 1.123075] pci 0000:00:1f.2: [8086:3b29] type 0 class 0x000106
    [ 1.123103] pci 0000:00:1f.2: reg 10: [io 0xe070-0xe077]
    [ 1.123114] pci 0000:00:1f.2: reg 14: [io 0xe060-0xe063]
    [ 1.123126] pci 0000:00:1f.2: reg 18: [io 0xe050-0xe057]
    [ 1.123137] pci 0000:00:1f.2: reg 1c: [io 0xe040-0xe043]
    [ 1.123149] pci 0000:00:1f.2: reg 20: [io 0xe020-0xe03f]
    [ 1.123161] pci 0000:00:1f.2: reg 24: [mem 0xf5e06000-0xf5e067ff]
    [ 1.123209] pci 0000:00:1f.2: PME# supported from D3hot
    [ 1.123214] pci 0000:00:1f.2: PME# disabled
    [ 1.123237] pci 0000:00:1f.3: [8086:3b30] type 0 class 0x000c05
    [ 1.123259] pci 0000:00:1f.3: reg 10: [mem 0xf5e05000-0xf5e050ff 64bit]
    [ 1.123290] pci 0000:00:1f.3: reg 20: [io 0xe000-0xe01f]
    [ 1.123360] pci 0000:01:00.0: [1002:68e0] type 0 class 0x000300
    [ 1.123380] pci 0000:01:00.0: reg 10: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 1.123394] pci 0000:01:00.0: reg 18: [mem 0xf0020000-0xf003ffff 64bit]
    [ 1.123405] pci 0000:01:00.0: reg 20: [io 0xd000-0xd0ff]
    [ 1.123424] pci 0000:01:00.0: reg 30: [mem 0xf0000000-0xf001ffff pref]
    [ 1.123443] pci 0000:01:00.0: supports D1 D2
    [ 1.123468] pci 0000:01:00.1: [1002:aa68] type 0 class 0x000403
    [ 1.123487] pci 0000:01:00.1: reg 10: [mem 0xf0040000-0xf0043fff 64bit]
    [ 1.123555] pci 0000:01:00.1: supports D1 D2
    [ 1.123579] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 1.123582] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    [ 1.123585] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf00fffff]
    [ 1.123589] pci 0000:00:01.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 1.123667] pci 0000:02:00.0: [168c:002b] type 0 class 0x000280
    [ 1.123693] pci 0000:02:00.0: reg 10: [mem 0xf4a00000-0xf4a0ffff 64bit]
    [ 1.123783] pci 0000:02:00.0: supports D1
    [ 1.123785] pci 0000:02:00.0: PME# supported from D0 D1 D3hot D3cold
    [ 1.123790] pci 0000:02:00.0: PME# disabled
    [ 1.123824] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    [ 1.123829] pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff]
    [ 1.123834] pci 0000:00:1c.0: bridge window [mem 0xf4a00000-0xf5dfffff]
    [ 1.123842] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 1.123953] pci 0000:03:00.0: [1180:e822] type 0 class 0x000805
    [ 1.123976] pci 0000:03:00.0: reg 10: [mem 0xf3602000-0xf36020ff]
    [ 1.124115] pci 0000:03:00.0: supports D1 D2
    [ 1.124117] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 1.124123] pci 0000:03:00.0: PME# disabled
    [ 1.124175] pci 0000:03:00.1: [1180:e230] type 0 class 0x000880
    [ 1.124198] pci 0000:03:00.1: reg 10: [mem 0xf3601000-0xf36010ff]
    [ 1.124336] pci 0000:03:00.1: supports D1 D2
    [ 1.124338] pci 0000:03:00.1: PME# supported from D0 D1 D2 D3hot D3cold
    [ 1.124344] pci 0000:03:00.1: PME# disabled
    [ 1.124394] pci 0000:03:00.4: [1180:e822] type 0 class 0x000805
    [ 1.124418] pci 0000:03:00.4: reg 10: [mem 0xf3600000-0xf36000ff]
    [ 1.124554] pci 0000:03:00.4: supports D1 D2
    [ 1.124556] pci 0000:03:00.4: PME# supported from D0 D1 D2 D3hot D3cold
    [ 1.124562] pci 0000:03:00.4: PME# disabled
    [ 1.124630] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
    [ 1.124635] pci 0000:00:1c.1: bridge window [io 0xb000-0xbfff]
    [ 1.124640] pci 0000:00:1c.1: bridge window [mem 0xf3600000-0xf49fffff]
    [ 1.124648] pci 0000:00:1c.1: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 1.124886] pci 0000:04:00.0: [11ab:4381] type 0 class 0x000200
    [ 1.125105] pci 0000:04:00.0: reg 10: [mem 0xf2220000-0xf2223fff 64bit]
    [ 1.125212] pci 0000:04:00.0: reg 18: [io 0xa000-0xa0ff]
    [ 1.125642] pci 0000:04:00.0: reg 30: [mem 0xf2200000-0xf221ffff pref]
    [ 1.125967] pci 0000:04:00.0: supports D1 D2
    [ 1.125968] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 1.126008] pci 0000:04:00.0: PME# disabled
    [ 1.126269] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
    [ 1.126274] pci 0000:00:1c.2: bridge window [io 0xa000-0xafff]
    [ 1.126279] pci 0000:00:1c.2: bridge window [mem 0xf2200000-0xf35fffff]
    [ 1.126287] pci 0000:00:1c.2: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 1.126344] pci 0000:00:1c.5: PCI bridge to [bus 05-0c]
    [ 1.126348] pci 0000:00:1c.5: bridge window [io 0x9000-0x9fff]
    [ 1.126353] pci 0000:00:1c.5: bridge window [mem 0xf0200000-0xf21fffff]
    [ 1.126361] pci 0000:00:1c.5: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 1.126438] pci 0000:00:1e.0: PCI bridge to [bus 0d-0d] (subtractive decode)
    [ 1.126443] pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
    [ 1.126448] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    [ 1.126456] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 1.126459] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 1.126461] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 1.126463] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 1.126466] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    [ 1.126468] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    [ 1.126470] pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    [ 1.126473] pci 0000:00:1e.0: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    [ 1.126475] pci 0000:00:1e.0: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
    [ 1.126478] pci 0000:00:1e.0: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
    [ 1.126480] pci 0000:00:1e.0: bridge window [mem 0xe0000000-0xfeafffff] (subtractive decode)
    [ 1.126515] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 1.126656] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
    [ 1.126708] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
    [ 1.126765] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
    [ 1.126833] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
    [ 1.126882] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEGP._PRT]
    [ 1.126997] \_SB_.PCI0:_OSC invalid UUID
    [ 1.126998] _OSC request data:1 1f 1f
    [ 1.127003] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 1.127035] \_SB_.PCI0:_OSC invalid UUID
    [ 1.127037] _OSC request data:1 0 1d
    [ 1.127041] pci0000:00: ACPI _OSC request failed (AE_ERROR), returned control mask: 0x1d
    [ 1.127042] ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 1.130982] ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus 3f])
    [ 1.131046] pci 0000:3f:00.0: [8086:2c62] type 0 class 0x000600
    [ 1.131066] pci 0000:3f:00.1: [8086:2d01] type 0 class 0x000600
    [ 1.131087] pci 0000:3f:02.0: [8086:2d10] type 0 class 0x000600
    [ 1.131107] pci 0000:3f:02.1: [8086:2d11] type 0 class 0x000600
    [ 1.131125] pci 0000:3f:02.2: [8086:2d12] type 0 class 0x000600
    [ 1.131143] pci 0000:3f:02.3: [8086:2d13] type 0 class 0x000600
    [ 1.131176] pci0000:3f: Requesting ACPI _OSC control (0x1d)
    [ 1.131179] pci0000:3f: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
    [ 1.131181] ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 1.131415] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    [ 1.131460] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    [ 1.131503] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 *4 5 6 7 10 12 14 15)
    [ 1.131546] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 *5 6 7 11 12 14 15)
    [ 1.131588] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
    [ 1.131636] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
    [ 1.131679] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 *3 4 5 6 7 10 12 14 15)
    [ 1.131722] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15)
    [ 1.131820] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 1.131826] vgaarb: loaded
    [ 1.131827] vgaarb: bridge control possible 0000:01:00.0
    [ 1.131900] PCI: Using ACPI for IRQ routing
    [ 1.134142] PCI: pci_cache_line_size set to 64 bytes
    [ 1.134246] reserve RAM buffer: 000000000009e800 - 000000000009ffff
    [ 1.134248] reserve RAM buffer: 00000000dee74000 - 00000000dfffffff
    [ 1.134372] NetLabel: Initializing
    [ 1.134374] NetLabel: domain hash size = 128
    [ 1.134375] NetLabel: protocols = UNLABELED CIPSOv4
    [ 1.134389] NetLabel: unlabeled traffic allowed by default
    [ 1.134412] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 1.134418] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 1.136441] Switching to clocksource hpet
    [ 1.139456] Switched to NOHz mode on CPU #0
    [ 1.139583] Switched to NOHz mode on CPU #1
    [ 1.139590] Switched to NOHz mode on CPU #2
    [ 1.139598] Switched to NOHz mode on CPU #3
    [ 1.142357] pnp: PnP ACPI init
    [ 1.142375] ACPI: bus type pnp registered
    [ 1.142679] pnp 00:00: [bus 00-3e]
    [ 1.142682] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 1.142684] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 1.142686] pnp 00:00: [io 0x0d00-0xffff window]
    [ 1.142689] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 1.142691] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
    [ 1.142693] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
    [ 1.142695] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
    [ 1.142697] pnp 00:00: [mem 0x000cc000-0x000cffff window]
    [ 1.142699] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
    [ 1.142700] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
    [ 1.142702] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
    [ 1.142707] pnp 00:00: [mem 0x000dc000-0x000dffff window]
    [ 1.142709] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
    [ 1.142711] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
    [ 1.142713] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
    [ 1.142715] pnp 00:00: [mem 0x000ec000-0x000effff window]
    [ 1.142716] pnp 00:00: [mem 0x000f0000-0x000fffff window]
    [ 1.142718] pnp 00:00: [mem 0xe0000000-0xfeafffff window]
    [ 1.142826] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 1.142841] pnp 00:01: [io 0x0000-0x001f]
    [ 1.142843] pnp 00:01: [io 0x0081-0x0091]
    [ 1.142844] pnp 00:01: [io 0x0093-0x009f]
    [ 1.142846] pnp 00:01: [io 0x00c0-0x00df]
    [ 1.142848] pnp 00:01: [dma 4]
    [ 1.142872] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 1.142880] pnp 00:02: [mem 0xff000000-0xffffffff]
    [ 1.142901] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
    [ 1.142976] pnp 00:03: [mem 0xfed00000-0xfed003ff]
    [ 1.142999] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 1.143008] pnp 00:04: [io 0x00f0]
    [ 1.143019] pnp 00:04: [irq 13]
    [ 1.143044] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 1.143054] pnp 00:05: [io 0x002e-0x002f]
    [ 1.143056] pnp 00:05: [io 0x004e-0x004f]
    [ 1.143057] pnp 00:05: [io 0x0061]
    [ 1.143059] pnp 00:05: [io 0x0063]
    [ 1.143061] pnp 00:05: [io 0x0065]
    [ 1.143062] pnp 00:05: [io 0x0067]
    [ 1.143064] pnp 00:05: [io 0x0070]
    [ 1.143065] pnp 00:05: [io 0x0080]
    [ 1.143066] pnp 00:05: [io 0x0092]
    [ 1.143068] pnp 00:05: [io 0x00b2-0x00b3]
    [ 1.143070] pnp 00:05: [io 0x0680-0x069f]
    [ 1.143072] pnp 00:05: [io 0xff00-0xff0f]
    [ 1.143073] pnp 00:05: [io 0xff10-0xff13]
    [ 1.143075] pnp 00:05: [io 0x0800-0x0803]
    [ 1.143076] pnp 00:05: [io 0x0400-0x047f]
    [ 1.143078] pnp 00:05: [io 0x0500-0x057f]
    [ 1.143080] pnp 00:05: [io 0x164e-0x164f]
    [ 1.143140] system 00:05: [io 0x0680-0x069f] has been reserved
    [ 1.143143] system 00:05: [io 0xff00-0xff0f] has been reserved
    [ 1.143145] system 00:05: [io 0xff10-0xff13] has been reserved
    [ 1.143148] system 00:05: [io 0x0800-0x0803] has been reserved
    [ 1.143150] system 00:05: [io 0x0400-0x047f] has been reserved
    [ 1.143152] system 00:05: [io 0x0500-0x057f] has been reserved
    [ 1.143154] system 00:05: [io 0x164e-0x164f] has been reserved
    [ 1.143157] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.143166] pnp 00:06: [io 0x0070-0x0077]
    [ 1.143171] pnp 00:06: [irq 8]
    [ 1.143208] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 1.143218] pnp 00:07: [io 0x0060]
    [ 1.143220] pnp 00:07: [io 0x0064]
    [ 1.143225] pnp 00:07: [irq 1]
    [ 1.143250] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 1.143262] pnp 00:08: [irq 12]
    [ 1.143288] pnp 00:08: Plug and Play ACPI device, IDs SNY9011 PNP0f13 (active)
    [ 1.143642] pnp 00:09: [mem 0xfed1c000-0xfed1ffff]
    [ 1.143644] pnp 00:09: [mem 0xfed10000-0xfed13fff]
    [ 1.143646] pnp 00:09: [mem 0xfed18000-0xfed18fff]
    [ 1.143650] pnp 00:09: [mem 0xfed19000-0xfed19fff]
    [ 1.143651] pnp 00:09: [mem 0xf8000000-0xfbffffff]
    [ 1.143653] pnp 00:09: [mem 0xfed20000-0xfed3ffff]
    [ 1.143655] pnp 00:09: [mem 0xfed90000-0xfed8ffff disabled]
    [ 1.143657] pnp 00:09: [mem 0xfed45000-0xfed8ffff]
    [ 1.143659] pnp 00:09: [mem 0xff000000-0xffffffff]
    [ 1.143661] pnp 00:09: [mem 0xfee00000-0xfeefffff]
    [ 1.143663] pnp 00:09: [mem 0xf5e0b000-0xf5e0bfff]
    [ 1.143733] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 1.143736] system 00:09: [mem 0xfed10000-0xfed13fff] has been reserved
    [ 1.143739] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 1.143741] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 1.143744] system 00:09: [mem 0xf8000000-0xfbffffff] has been reserved
    [ 1.143746] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 1.143749] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 1.143751] system 00:09: [mem 0xff000000-0xffffffff] could not be reserved
    [ 1.143754] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 1.143757] system 00:09: [mem 0xf5e0b000-0xf5e0bfff] has been reserved
    [ 1.143760] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.143900] pnp 00:0a: [bus 3f]
    [ 1.143951] pnp 00:0a: Plug and Play ACPI device, IDs PNP0a03 (active)
    [ 1.157077] pnp: PnP ACPI: found 11 devices
    [ 1.157079] ACPI: ACPI bus type pnp unregistered
    [ 1.163064] PCI: max bus depth: 1 pci_try_num: 2
    [ 1.163124] pci 0000:00:1c.5: BAR 15: assigned [mem 0xf5f00000-0xf60fffff 64bit pref]
    [ 1.163130] pci 0000:00:1c.2: BAR 15: assigned [mem 0xf6100000-0xf62fffff 64bit pref]
    [ 1.163135] pci 0000:00:1c.1: BAR 15: assigned [mem 0xf6300000-0xf64fffff 64bit pref]
    [ 1.163140] pci 0000:00:1c.0: BAR 15: assigned [mem 0xf6500000-0xf66fffff 64bit pref]
    [ 1.163143] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 1.163146] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    [ 1.163149] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf00fffff]
    [ 1.163152] pci 0000:00:01.0: bridge window [mem pref disabled]
    [ 1.163156] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    [ 1.163159] pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff]
    [ 1.163166] pci 0000:00:1c.0: bridge window [mem 0xf4a00000-0xf5dfffff]
    [ 1.163171] pci 0000:00:1c.0: bridge window [mem 0xf6500000-0xf66fffff 64bit pref]
    [ 1.163191] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
    [ 1.163195] pci 0000:00:1c.1: bridge window [io 0xb000-0xbfff]
    [ 1.163202] pci 0000:00:1c.1: bridge window [mem 0xf3600000-0xf49fffff]
    [ 1.163207] pci 0000:00:1c.1: bridge window [mem 0xf6300000-0xf64fffff 64bit pref]
    [ 1.163215] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
    [ 1.163219] pci 0000:00:1c.2: bridge window [io 0xa000-0xafff]
    [ 1.163225] pci 0000:00:1c.2: bridge window [mem 0xf2200000-0xf35fffff]
    [ 1.163230] pci 0000:00:1c.2: bridge window [mem 0xf6100000-0xf62fffff 64bit pref]
    [ 1.163238] pci 0000:00:1c.5: PCI bridge to [bus 05-0c]
    [ 1.163242] pci 0000:00:1c.5: bridge window [io 0x9000-0x9fff]
    [ 1.163248] pci 0000:00:1c.5: bridge window [mem 0xf0200000-0xf21fffff]
    [ 1.163253] pci 0000:00:1c.5: bridge window [mem 0xf5f00000-0xf60fffff 64bit pref]
    [ 1.163262] pci 0000:00:1e.0: PCI bridge to [bus 0d-0d]
    [ 1.163263] pci 0000:00:1e.0: bridge window [io disabled]
    [ 1.163269] pci 0000:00:1e.0: bridge window [mem disabled]
    [ 1.163274] pci 0000:00:1e.0: bridge window [mem pref disabled]
    [ 1.163293] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 1.163296] pci 0000:00:01.0: setting latency timer to 64
    [ 1.163303] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 1.163308] pci 0000:00:1c.0: setting latency timer to 64
    [ 1.163318] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 1.163323] pci 0000:00:1c.1: setting latency timer to 64
    [ 1.163333] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 1.163338] pci 0000:00:1c.2: setting latency timer to 64
    [ 1.163345] pci 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 1.163350] pci 0000:00:1c.5: setting latency timer to 64
    [ 1.163359] pci 0000:00:1e.0: setting latency timer to 64
    [ 1.163363] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 1.163366] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 1.163368] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 1.163370] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
    [ 1.163372] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
    [ 1.163374] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
    [ 1.163376] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
    [ 1.163378] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
    [ 1.163380] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
    [ 1.163383] pci_bus 0000:00: resource 13 [mem 0xe0000000-0xfeafffff]
    [ 1.163385] pci_bus 0000:01: resource 0 [io 0xd000-0xdfff]
    [ 1.163387] pci_bus 0000:01: resource 1 [mem 0xe0000000-0xf00fffff]
    [ 1.163389] pci_bus 0000:02: resource 0 [io 0xc000-0xcfff]
    [ 1.163391] pci_bus 0000:02: resource 1 [mem 0xf4a00000-0xf5dfffff]
    [ 1.163394] pci_bus 0000:02: resource 2 [mem 0xf6500000-0xf66fffff 64bit pref]
    [ 1.163396] pci_bus 0000:03: resource 0 [io 0xb000-0xbfff]
    [ 1.163398] pci_bus 0000:03: resource 1 [mem 0xf3600000-0xf49fffff]
    [ 1.163400] pci_bus 0000:03: resource 2 [mem 0xf6300000-0xf64fffff 64bit pref]
    [ 1.163403] pci_bus 0000:04: resource 0 [io 0xa000-0xafff]
    [ 1.163405] pci_bus 0000:04: resource 1 [mem 0xf2200000-0xf35fffff]
    [ 1.163407] pci_bus 0000:04: resource 2 [mem 0xf6100000-0xf62fffff 64bit pref]
    [ 1.163409] pci_bus 0000:05: resource 0 [io 0x9000-0x9fff]
    [ 1.163411] pci_bus 0000:05: resource 1 [mem 0xf0200000-0xf21fffff]
    [ 1.163414] pci_bus 0000:05: resource 2 [mem 0xf5f00000-0xf60fffff 64bit pref]
    [ 1.163416] pci_bus 0000:0d: resource 4 [io 0x0000-0x0cf7]
    [ 1.163418] pci_bus 0000:0d: resource 5 [io 0x0d00-0xffff]
    [ 1.163420] pci_bus 0000:0d: resource 6 [mem 0x000a0000-0x000bffff]
    [ 1.163422] pci_bus 0000:0d: resource 7 [mem 0x000d0000-0x000d3fff]
    [ 1.163424] pci_bus 0000:0d: resource 8 [mem 0x000d4000-0x000d7fff]
    [ 1.163426] pci_bus 0000:0d: resource 9 [mem 0x000d8000-0x000dbfff]
    [ 1.163428] pci_bus 0000:0d: resource 10 [mem 0x000dc000-0x000dffff]
    [ 1.163431] pci_bus 0000:0d: resource 11 [mem 0x000e0000-0x000e3fff]
    [ 1.163433] pci_bus 0000:0d: resource 12 [mem 0x000e4000-0x000e7fff]
    [ 1.163435] pci_bus 0000:0d: resource 13 [mem 0xe0000000-0xfeafffff]
    [ 1.163511] NET: Registered protocol family 2
    [ 1.163700] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 1.164727] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [ 1.167663] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 1.168014] TCP: Hash tables configured (established 524288 bind 65536)
    [ 1.168016] TCP reno registered
    [ 1.168027] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 1.168066] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 1.168344] NET: Registered protocol family 1
    [ 2.499376] pci 0000:00:1a.0: EHCI: BIOS handoff failed (BIOS bug?) 01010001
    [ 3.832221] pci 0000:00:1d.0: EHCI: BIOS handoff failed (BIOS bug?) 01010001
    [ 3.832352] pci 0000:01:00.0: Boot video device
    [ 3.832384] PCI: CLS 64 bytes, default 64
    [ 3.832433] Unpacking initramfs...
    [ 3.861003] Freeing initrd memory: 1780k freed
    [ 3.861298] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 3.861302] Placing 64MB software IO TLB between ffff8800dae6e000 - ffff8800dee6e000
    [ 3.861304] software IO TLB at phys 0xdae6e000 - 0xdee6e000
    [ 3.861787] audit: initializing netlink socket (disabled)
    [ 3.861799] type=2000 audit(1313594250.696:1): initialized
    [ 3.869728] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 3.886559] VFS: Disk quotas dquot_6.5.2
    [ 3.886700] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 3.886869] msgmni has been set to 7638
    [ 3.887107] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 3.887147] io scheduler noop registered
    [ 3.887150] io scheduler deadline registered
    [ 3.887202] io scheduler cfq registered (default)
    [ 3.887320] pcieport 0000:00:01.0: setting latency timer to 64
    [ 3.887348] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 3.887672] vesafb: mode is 1600x900x32, linelength=6400, pages=1
    [ 3.887674] vesafb: scrolling: redraw
    [ 3.887677] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
    [ 3.890141] vesafb: framebuffer at 0xe0000000, mapped to 0xffffc90005100000, using 11250k, total 16384k
    [ 4.087472] Console: switching to colour frame buffer device 200x56
    [ 4.281840] fb0: VESA VGA frame buffer device
    [ 4.281854] intel_idle: MWAIT substates: 0x1120
    [ 4.281856] intel_idle: v0.4 model 0x25
    [ 4.281857] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 4.281902] ERST: Table is not found!
    [ 4.281955] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 4.469026] Linux agpgart interface v0.103
    [ 4.469114] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 4.473482] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 4.473514] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 4.473591] mousedev: PS/2 mouse device common for all mice
    [ 4.473653] rtc_cmos 00:06: RTC can wake from S4
    [ 4.473761] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
    [ 4.473791] rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
    [ 4.473886] cpuidle: using governor ladder
    [ 4.474031] cpuidle: using governor menu
    [ 4.474245] TCP cubic registered
    [ 4.474248] NET: Registered protocol family 17
    [ 4.474257] Registering the dns_resolver key type
    [ 4.474353] PM: Checking hibernation image partition /dev/sda9
    [ 4.496169] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 4.502184] PM: Hibernation image not present or could not be loaded.
    [ 4.502194] registered taskstats version 1
    [ 4.512403] rtc_cmos 00:06: setting system clock to 2011-08-17 15:17:31 UTC (1313594251)
    [ 4.512569] Initializing network drop monitor service
    [ 4.516031] Freeing unused kernel memory: 712k freed
    [ 4.516201] Write protecting the kernel read-only data: 6144k
    [ 4.516747] Freeing unused kernel memory: 12k freed
    [ 4.522858] Freeing unused kernel memory: 776k freed
    [ 4.564188] udevd[93]: starting version 173
    [ 4.566281] ACPI: acpi_idle yielding to intel_idle
    [ 4.624591] SCSI subsystem initialized
    [ 4.630767] libata version 3.00 loaded.
    [ 4.632419] ahci 0000:00:1f.2: version 3.0
    [ 4.632443] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 4.632515] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
    [ 4.632554] ahci: SSS flag set, parallel bus scan disabled
    [ 4.632606] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 3 Gbps 0x33 impl SATA mode
    [ 4.632610] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part sxs apst
    [ 4.632616] ahci 0000:00:1f.2: setting latency timer to 64
    [ 4.634910] scsi0 : ahci
    [ 4.635536] scsi1 : ahci
    [ 4.636083] scsi2 : ahci
    [ 4.636721] scsi3 : ahci
    [ 4.637168] scsi4 : ahci
    [ 4.637475] scsi5 : ahci
    [ 4.637727] ata1: SATA max UDMA/133 abar m2048@0xf5e06000 port 0xf5e06100 irq 41
    [ 4.637731] ata2: SATA max UDMA/133 abar m2048@0xf5e06000 port 0xf5e06180 irq 41
    [ 4.637733] ata3: DUMMY
    [ 4.637734] ata4: DUMMY
    [ 4.637737] ata5: SATA max UDMA/133 abar m2048@0xf5e06000 port 0xf5e06300 irq 41
    [ 4.637741] ata6: SATA max UDMA/133 abar m2048@0xf5e06000 port 0xf5e06380 irq 41
    [ 4.861932] Refined TSC clocksource calibration: 2128.123 MHz.
    [ 4.861939] Switching to clocksource tsc
    [ 4.955224] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 4.965120] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    [ 4.965397] ata1.00: ATA-8: SAMSUNG HM500JI, 2AC101C4, max UDMA/133
    [ 4.965402] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 4.975403] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    [ 4.975693] ata1.00: configured for UDMA/133
    [ 4.976014] scsi 0:0:0:0: Direct-Access ATA SAMSUNG HM500JI 2AC1 PQ: 0 ANSI: 5
    [ 5.295101] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 5.296935] ata2.00: ATAPI: Optiarc DVD RW AD-7700H, 1.V0, max UDMA/100
    [ 5.303748] ata2.00: configured for UDMA/100
    [ 5.319899] scsi 1:0:0:0: CD-ROM Optiarc DVD RW AD-7700H 1.V0 PQ: 0 ANSI: 5
    [ 5.638306] ata5: SATA link down (SStatus 0 SControl 300)
    [ 5.958189] ata6: SATA link down (SStatus 0 SControl 300)
    [ 5.964558] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    [ 5.964596] sd 0:0:0:0: [sda] Write Protect is off
    [ 5.964599] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 5.964614] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 6.073618] sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 sda9 sda10 >
    [ 6.074200] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 6.091859] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 6.091865] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 6.092089] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 7.960526] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
    [ 9.667393] udevd[273]: starting version 173
    [ 10.439749] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
    [ 10.447052] ACPI: Lid Switch [LID0]
    [ 10.449942] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
    [ 10.449952] ACPI: Power Button [PWRB]
    [ 10.463109] [Firmware Bug]: ACPI(VGA) defines _DOD but not _DOS
    [ 10.484243] acpi device:4b: registered as cooling_device4
    [ 10.484911] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:4a/LNXVIDEO:01/input/input3
    [ 10.484921] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
    [ 10.494126] thermal LNXTHERM:00: registered as thermal_zone0
    [ 10.494129] ACPI: Thermal Zone [TZ00] (58 C)
    [ 10.506259] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 10.506267] ACPI: Battery Slot [BAT0] (battery present)
    [ 10.517446] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 10.524583] thermal LNXTHERM:01: registered as thermal_zone1
    [ 10.524586] ACPI: Thermal Zone [TZ01] (58 C)
    [ 10.530700] ACPI: AC Adapter [ADP1] (off-line)
    [ 10.648271] input: PC Speaker as /devices/platform/pcspkr/input/input4
    [ 10.773153] iTCO_vendor_support: vendor-support=0
    [ 10.924548] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
    [ 10.924706] iTCO_wdt: Found a HM55 TCO device (Version=2, TCOBASE=0x0460)
    [ 10.924868] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 10.926971] sky2: driver version 1.28
    [ 10.927036] sky2 0000:04:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    [ 10.927049] sky2 0000:04:00.0: setting latency timer to 64
    [ 10.927089] sky2 0000:04:00.0: Yukon-2 Optima chip revision 1
    [ 10.927203] sky2 0000:04:00.0: irq 42 for MSI/MSI-X
    [ 10.927532] sky2 0000:04:00.0: eth0: addr 54:42:49:10:6d:46
    [ 11.021491] cfg80211: Calling CRDA to update world regulatory domain
    [ 11.030984] usbcore: registered new interface driver usbfs
    [ 11.031163] usbcore: registered new interface driver hub
    [ 11.031208] usbcore: registered new device driver usb
    [ 11.054022] sony_laptop: Sony Notebook Control Driver v0.6
    [ 11.064072] input: Sony Vaio Keys as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/SNY5001:00/input/input5
    [ 11.064128] input: Sony Vaio Jogdial as /devices/virtual/input/input6
    [ 11.064240] sony_laptop: brightness ignored, must be controlled by ACPI video driver
    [ 11.268875] mei: module is from the staging directory, the quality is unknown, you have been warned.
    [ 11.269169] mei 0000:00:16.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 11.269177] mei 0000:00:16.0: setting latency timer to 64
    [ 11.304449] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 11.319698] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [ 11.319743] sr 1:0:0:0: Attached scsi generic sg1 type 5
    [ 11.354358] sdhci: Secure Digital Host Controller Interface driver
    [ 11.354362] sdhci: Copyright(c) Pierre Ossman
    [ 11.374472] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 11.374519] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 11.374559] ehci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 11.374564] ehci_hcd 0000:00:1a.0: EHCI Host Controller
    [ 11.374590] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 11.374630] ehci_hcd 0000:00:1a.0: debug port 2
    [ 11.378526] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
    [ 11.378534] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf5e08000
    [ 11.389468] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 11.389714] hub 1-0:1.0: USB hub found
    [ 11.389721] hub 1-0:1.0: 2 ports detected
    [ 11.389823] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 11.389872] ehci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 11.389877] ehci_hcd 0000:00:1d.0: EHCI Host Controller
    [ 11.389894] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 11.389929] ehci_hcd 0000:00:1d.0: debug port 2
    [ 11.393814] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
    [ 11.393838] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf5e07000
    [ 11.406179] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 11.406377] hub 2-0:1.0: USB hub found
    [ 11.406382] hub 2-0:1.0: 2 ports detected
    [ 11.514999] sdhci-pci 0000:03:00.0: SDHCI controller found [1180:e822] (rev 0)
    [ 11.515023] sdhci-pci 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 11.515072] sdhci-pci 0000:03:00.0: Will use DMA mode even though HW doesn't fully claim to support it.
    [ 11.515081] sdhci-pci 0000:03:00.0: setting latency timer to 64
    [ 11.515108] _regulator_get: 0000:03:00.0 supply vmmc not found, using dummy regulator
    [ 11.515145] Registered led device: mmc0::
    [ 11.515206] mmc0: SDHCI controller on PCI [0000:03:00.0] using DMA
    [ 11.515222] sdhci-pci 0000:03:00.4: SDHCI controller found [1180:e822] (rev 0)
    [ 11.515237] sdhci-pci 0000:03:00.4: PCI INT C -> GSI 19 (level, low) -> IRQ 19
    [ 11.515253] sdhci-pci 0000:03:00.4: Will use DMA mode even though HW doesn't fully claim to support it.
    [ 11.515261] sdhci-pci 0000:03:00.4: setting latency timer to 64
    [ 11.515278] _regulator_get: 0000:03:00.4 supply vmmc not found, using dummy regulator
    [ 11.515308] Registered led device: mmc1::
    [ 11.515344] mmc1: SDHCI controller on PCI [0000:03:00.4] using DMA
    [ 11.696095] usb 1-1: new high speed USB device number 2 using ehci_hcd
    [ 11.800486] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input7
    [ 11.823379] hub 1-1:1.0: USB hub found
    [ 11.823555] hub 1-1:1.0: 6 ports detected
    [ 11.881300] ath9k 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 11.881313] ath9k 0000:02:00.0: setting latency timer to 64
    [ 11.899363] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    [ 11.899454] HDA Intel 0000:00:1b.0: irq 43 for MSI/MSI-X
    [ 11.899494] HDA Intel 0000:00:1b.0: setting latency timer to 64
    [ 11.929270] usb 2-1: new high speed USB device number 2 using ehci_hcd
    [ 11.931327] ath: EEPROM regdomain: 0x65
    [ 11.931329] ath: EEPROM indicates we should expect a direct regpair map
    [ 11.931333] ath: Country alpha2 being used: 00
    [ 11.931334] ath: Regpair used: 0x65
    [ 12.053537] hub 2-1:1.0: USB hub found
    [ 12.053638] hub 2-1:1.0: 8 ports detected
    [ 12.058338] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
    [ 12.058344] Disabling lock debugging due to kernel taint
    [ 12.089898] [fglrx] Maximum main memory to use for locked dma buffers: 3660 MBytes.
    [ 12.090143] [fglrx] vendor: 1002 device: 68e0 count: 1
    [ 12.090556] [fglrx] ioport: bar 4, base 0xd000, size: 0x100
    [ 12.090572] pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 12.090577] pci 0000:01:00.0: setting latency timer to 64
    [ 12.090779] [fglrx] Kernel PAT support is enabled
    [ 12.090802] [fglrx] module loaded - fglrx 8.87.5 [Jul 7 2011] with 1 minors
    [ 12.101099] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
    [ 12.101452] Registered led device: ath9k-phy0
    [ 12.101460] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xffffc90005d00000, irq=16
    [ 12.115758] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input8
    [ 12.117699] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    [ 12.117756] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
    [ 12.117877] HDA Intel 0000:01:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 12.117956] HDA Intel 0000:01:00.1: irq 44 for MSI/MSI-X
    [ 12.117979] HDA Intel 0000:01:00.1: setting latency timer to 64
    [ 12.132761] usb 1-1.2: new full speed USB device number 3 using ehci_hcd
    [ 12.168259] HDMI status: Pin=3 Presence_Detect=0 ELD_Valid=0
    [ 12.168639] input: HD-Audio Generic HDMI/DP as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input11
    [ 12.265962] usb 1-1.2: new high speed USB device number 4 using ehci_hcd
    [ 12.387463] cfg80211: World regulatory domain updated:
    [ 12.387466] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    [ 12.387469] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [ 12.387472] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    [ 12.387474] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    [ 12.387477] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [ 12.387479] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [ 12.387493] cfg80211: Calling CRDA for country: IT
    [ 12.390329] cfg80211: Regulatory domain changed to country: IT
    [ 12.390332] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    [ 12.390334] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
    [ 12.390337] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
    [ 12.390339] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
    [ 12.390341] cfg80211: (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
    [ 12.462672] usb 2-1.2: new low speed USB device number 3 using ehci_hcd
    [ 12.939879] Linux media interface: v0.10
    [ 12.994380] input: USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/input/input12
    [ 12.994487] generic-usb 0003:15D9:0A4C.0001: input,hidraw0: USB HID v1.11 Mouse [ USB OPTICAL MOUSE] on usb-0000:00:1d.0-1.2/input0
    [ 12.994502] usbcore: registered new interface driver usbhid
    [ 12.994504] usbhid: USB HID core driver
    [ 13.030968] Linux video capture interface: v2.00
    [ 13.053392] uvcvideo: Found UVC 1.00 device USB 2.0 Camera (064e:a213)
    [ 13.060994] input: USB 2.0 Camera as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input13
    [ 13.061057] usbcore: registered new interface driver uvcvideo
    [ 13.061059] USB Video Class driver (v1.1.0)
    [ 15.202804] EXT4-fs (sda7): re-mounted. Opts: (null)
    [ 15.503756] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
    [ 15.505206] SGI XFS Quota Management subsystem
    [ 15.527846] XFS (sda10): Mounting Filesystem
    [ 16.058466] XFS (sda10): Ending clean mount
    [ 16.172238] REISERFS (device sda8): found reiserfs format "3.6" with standard journal
    [ 16.172257] REISERFS (device sda8): using ordered data mode
    [ 16.180082] REISERFS (device sda8): journal params: device sda8, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
    [ 16.180470] REISERFS (device sda8): checking transaction log (sda8)
    [ 16.225092] REISERFS (device sda8): Using r5 hash to sort names
    [ 16.362086] EXT3-fs: barriers not enabled
    [ 16.377355] kjournald starting. Commit interval 5 seconds
    [ 16.377554] EXT3-fs (sda6): using internal journal
    [ 16.377560] EXT3-fs (sda6): mounted filesystem with ordered data mode
    [ 16.475339] fuse init (API version 7.16)
    [ 17.345752] Adding 1052220k swap on /dev/sda9. Priority:-1 extents:1 across:1052220k
    Last edited by TheImmortalPhoenix (2011-08-17 13:23:54)

  • MBA tooooo slow ... need help

    I have a first genration MBA, I love it but it is very frustrating that it is gotten so slow in the last month or so. So I bought the Genious Drive and went through the whole schpiel, checked permissions, and even did a defrag (although I thought for UNIX system you don't need a defrag). Nothing has helped.
    To open MS Word it takes literally 1:15 minutes to get word up and running.
    So I read in here that I might want to re-install the OS. I don't want to re-install all the apps I have.
    Soooo here is the question. How can I re-install the OS without having to re-install the apps.
    What do I need to back up and how do I re-install it after the new OS is up and running.
    Thank you in advance.
    PS: OS X 10.5.5

    remenda wrote:
    Your theory about CPUs getting "slowed down" is certainly novel, but has no basis in what people learn in computer engineering school.
    You might like to constrain your comments to concepts you have knowledge of <Edited by Moderator>. CPU clock and voltage scaling has been a part of system power management for years, and was certainly a topic of my BEng (Computer).
    This problem has nothing to do with fans. The problem manifests itself at all temperatures.
    The reason you might believe the issue occurs "at all temperatures" is that you are observing a system that contains feedback. Work is done -> CPU heat rises -> power management scales back (and system performance drops) -> temperature drops. Looky there, it's happening when the system is not hot.
    This is a software problem - the kernel is occupying massive amounts of CPU time in the log_level function.
    ... which explains why a hardware repair fixed the issue. Right.
    As I noted in the post I linked earlier, I don't claim every MBA suffering "kernel_task" issues has a hardware fault, but it certainly was for me.

  • Help!!! Sansung laptop 300e4x-u09,Arch x86_64 GUI slow

    Hi all:
    I just bought a new laptop , Sansung 300e4x-u09 ,which has intel i3-2328 cpu , NVIDIA GeForce GT 620M graphic card , and 500GB harddisk , 4 GB RAM  ( I added 2 GB );
    And I installed Archliux x86_64 using the 2012.10.06 install media following "The beginner's guide"
    It boots to login manage (I tested slim and kdm) for a long time , and start the kde very slowly even xfce4  also slowly,  after installing  the intel graphic driver follow wiki , then reboot and  startx ,one cpu core used 100% , and the DE(xfce4) starts also slowly , and I can not logout or reboot computer in xfce ( I could do these before intall intel graphic driver ) and the harddisk's led blinks when start DE.
    I tested Compiz-fusion , but fails...
    I got errors when run "Xorg -configure" as root , it says Server terminated with error (2) , how does this happen .... if you know ,please tell me how to config Xorg correctly .
    My harddisk partion (GPT partition table) :
    sda1   nofs     2MB       for_grub2_core_img
    sda2   xfs       50GB      /
    sda3   xfs       50GB      /home
    sda4   xfs       115GB   
    sda5   xfs       100GB
    sda6   xfs       100GB
    sda7   reiserfs  16GB  /var
    I used parted live CD to make partitions using default settings.
    Now I want to reinstall Arch , I don't know whether the GPT or the 64 bit or the XFS FS affects the GUI speed,I intalled Arch 32bit half year ago ,using MBR partition table on a old PC,it ran fast ,I do not know why this happened on new laptop.
    any suggestion on / partition FS , EXT4 or XFS or others ?
    how do you get deal with Nvidia card and integrated intel graphic card , just shutdown the Nvidia card ?
    any suggestion on optimize arch ?
    Thanks

    Why such crazy partion layout?
    I installed Arch on my laptop(Leno  Thinkpad Edge E530)  some days ago my partion layut was the folling:
    Drive 1 500GB:
    Size       Mountpoint  Type    Comment
    1 MB      none            none    for disk alligment
    100 MB  /boot            ext2
    30GB     /                    ext4
    430GB   /home
    I think they reason was your partion layout and maybe you don't installed the intel drivers.
    Last edited by Thaodan (2012-10-14 14:34:00)

  • IPhoto tooooo slow (spinnging wheel).  Will upgrading help?

    I saw a previous post about a user getting the spinning wheel when working in iPhoto. I followed Lori's instructions to create a new library, but t's still happening. I'm using iPhoto 2 - just never got around to updating. I've ordered iLife so I'll get i Photo 6 in a few days. Could this resolve the problem? I only had about 2500 photos in my library (about 5000 now in the new library). I can't even sit and remove the doubles from the new library because I get the spinning wheel too frequently and it stays toooooo long. Thoughts???

    You will see a MAJOR increase in speed over all those versions

  • Arch is slow !!

    hi..
    now adayz i noticed that arch is getting slow !!
    i.e : if i want to open a terminal it will wait about 30 sec before opennning it ! inspite of the hd and cpu r not working !
    when i installed arch it was realy faster !!
    am a gdm user
    any ideas ?

    jaboua wrote:
    raven4d wrote:
    sorry for being late again .am having exams
    cpu temp at it's ranges accordng to " cat /proc/acpi/thermal_zone/THRM/* "
    but i guess the hard drive is the one is getting too hot .
    any way after cooling the hard drive the terminal will load at it's normal speed .
    thanx alot guys .
    but 1 more thing >> iphitus
    is there a relationship between getting slow and networking ?
    coz my ip was neither set at hosts.conf nor at rc.conf
    thanx again
    Your IP doesn't have to be set there, it is often recieved automaticly over DHCP. As you didn't say anything of defect network connection, I assume you use DHCP. Your hostname has to be set though.
    ihavenoname:
    Does it still launch slow if you run it as user again after running as root? It may have been something taking time to use harddrive for example, but when running as root it's cached...
    Do you get any errors when running gcalctool in a terminal (as user)?
    No it is still slow even after runing as root. I get no errors, in the terminal.
    Also, after I log out and log back in it is back to normal, but after a while it slows down again.

  • Slow boot up speed-Arch Linux

    Hi everyone,i am facing two important problems in my Arch Linux
    1)Slow boot-up and Shut-down
    2)Poor battery life
    I am using an Dell Inspiron-N5010 laptop with intel-i3 processor and 3 GB RAM and i have updated my Arch system recently and my kernel version is
    Linux 3.12.9-2-ARCH #1 SMP PREEMPT Fri Jan 31 10:22:54 CET 2014 x86_64 GNU/Linux
    Login Manager=GDM
    Desktop Environment=Cinnamon 2.0.14
    Here is my /etc/mkinitcpio.conf
    MODULES="i915 drm_kms_helper msr intel_agp dell_wmi dell_laptop acpi"
    BINARIES=""
    FILES=""
    HOOKS="base udev autodetect modconf block fsck filesystems keyboard fsck"
    Here is my output of systemd-analyze blame
    5.927s pacman-init.service
    4.811s NetworkManager.service
    4.686s dkms.service
    2.206s systemd-logind.service
    2.126s gdm.service
    1.672s systemd-vconsole-setup.service
    1.327s plymouth-read-write.service
    1.232s plymouth-start.service
    1.104s kmod-static-nodes.service
    1.073s polkit.service
    1.038s systemd-fsck-root.service
    1.012s systemd-udev-trigger.service
    866ms accounts-daemon.service
    813ms systemd-modules-load.service
    785ms systemd-sysctl.service
    785ms sys-kernel-debug.mount
    784ms dev-mqueue.mount
    784ms dev-hugepages.mount
    587ms colord.service
    569ms sys-kernel-config.mount
    504ms systemd-backlight@acpi_video0.service
    496ms systemd-journal-flush.service
    422ms systemd-tmpfiles-setup-dev.service
    402ms tmp.mount
    400ms systemd-tmpfiles-clean.service
    396ms dhcpcd.service
    233ms systemd-random-seed.service
    229ms haveged.service
    217ms etc-pacman.d-gnupg.mount
    182ms wpa_supplicant.service
    181ms systemd-remount-fs.service
    129ms systemd-user-sessions.service
    115ms systemd-udevd.service
    114ms systemd-update-utmp.service
    81ms udisks2.service
    76ms systemd-tmpfiles-setup.service
    71ms dev-disk-by\x2duuid-6ff023ec\x2d720b\x2d4c7a\x2d87ff\x2ddf5224b293c3.swap
    63ms upower.service
    58ms cpupower.service
    56ms laptop-mode.service
    51ms rtkit-daemon.service
    43ms [email protected]
    10ms alsa-restore.service
    and still its taking more time to get the Display Manager and after entering my login and password its taking more time to get my cinnamon desktop
    I am using Laptop-Mode-Tools ,cpupower(Conservative Governor),Thermald to improve my batterylife but nothing is helping me out its just 45~1 hour in my arch system but its actually 2 to 2.5 hours in my windows 7
    and i was googling for good solutions but nothing is helping me to get out of  the problems and i hope i could fix this issue by means of this forum.

    Neburski wrote:
    Dinesh raja wrote:No its not Manjaro but an custom system which i have built using Arch-Iso
    Ah, anyway identify all the service files for systemd to see if there are some that you don't need. Looks like you already did.
    For the slow boot up and shutdown you could give a closer look at dmesg.
    Check http://freedesktop.org/wiki/Software/sy … eventually to see how you can save your dmesg for the shutdown part. Then look for entries that have a large gap in time (the numbers in [###] are seconds since bootup).
    Can you maybe also define slow. How many seconds / minutes does it take?
    its taking 23.099s for Kernel+User space and the time gap between Display Manager and Cinnamon desktop is approximately 30 sto 40 s
    here is my dmesg complete output
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.12.9-2-ARCH (nobody@var-lib-archbuild-extra-x86_64-thomas) (gcc version 4.8.2 20131219 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Jan 31 10:22:54 CET 2014
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=175a6905-635d-455d-a489-e2afaaaeb274 ro quiet splash resume=/dev/sda6 i915.semaphores=1 i915.i915_enable_rc6=0
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000b75a5fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000b75a6000-0x00000000b75edfff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000b75ee000-0x00000000b75f8fff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000b75f9000-0x00000000b75fbfff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000b75fc000-0x00000000b761ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000b7620000-0x00000000b7620fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000b7621000-0x00000000b7628fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000b7629000-0x00000000b762bfff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000b762c000-0x00000000b7630fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000b7631000-0x00000000b7650fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000b7651000-0x00000000b7693fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000b7694000-0x00000000b77fffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000b9e00000-0x00000000bbffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.6 present.
    [ 0.000000] DMI: Dell Inc. Inspiron N5010/0P2H9M, BIOS A09 10/19/2010
    [ 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 = 0xb7800 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-CFFFF write-protect
    [ 0.000000] D0000-E7FFF uncachable
    [ 0.000000] E8000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F00000000 write-back
    [ 0.000000] 1 base 0B8000000 mask FF8000000 uncachable
    [ 0.000000] 2 base 0C0000000 mask FC0000000 uncachable
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [mem 0x000fcda0-0x000fcdaf] mapped at [ffff8800000fcda0]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b32000, 0x01b32fff] PGTABLE
    [ 0.000000] BRK [0x01b33000, 0x01b33fff] PGTABLE
    [ 0.000000] BRK [0x01b34000, 0x01b34fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xb7200000-0xb73fffff]
    [ 0.000000] [mem 0xb7200000-0xb73fffff] page 2M
    [ 0.000000] BRK [0x01b35000, 0x01b35fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xb4000000-0xb71fffff]
    [ 0.000000] [mem 0xb4000000-0xb71fffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x80000000-0xb3ffffff]
    [ 0.000000] [mem 0x80000000-0xb3ffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7fffffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x7fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0xb7400000-0xb75a5fff]
    [ 0.000000] [mem 0xb7400000-0xb75a5fff] page 4k
    [ 0.000000] BRK [0x01b36000, 0x01b36fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xb7620000-0xb7620fff]
    [ 0.000000] [mem 0xb7620000-0xb7620fff] page 4k
    [ 0.000000] BRK [0x01b37000, 0x01b37fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xb7694000-0xb77fffff]
    [ 0.000000] [mem 0xb7694000-0xb77fffff] page 4k
    [ 0.000000] RAMDISK: [mem 0x37912000-0x37c80fff]
    [ 0.000000] ACPI: RSDP 00000000000f0410 00024 (v03 DELL )
    [ 0.000000] ACPI: XSDT 00000000b75ee088 0005C (v01 DELL WN09 01072009 AMI 00010013)
    [ 0.000000] ACPI: FACP 00000000b75f7a50 000F4 (v04 DELL WN09 01072009 AMI 00010013)
    [ 0.000000] ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20130725/tbfadt-395)
    [ 0.000000] ACPI BIOS Warning (bug): 32/64X FACS address mismatch in FADT - 0xB762CF40/0x00000000B762CF80, using 32 (20130725/tbfadt-522)
    [ 0.000000] ACPI: DSDT 00000000b75ee170 098DF (v02 DELL WN09 00005010 INTL 20051117)
    [ 0.000000] ACPI: FACS 00000000b762cf40 00040
    [ 0.000000] ACPI: APIC 00000000b75f7b48 00072 (v01 DELL WN09 01072009 AMI 00010013)
    [ 0.000000] ACPI: SSDT 00000000b75f7bc0 0014E (v01 AMICPU PROC 00000001 MSFT 03000001)
    [ 0.000000] ACPI: MCFG 00000000b75f7d10 0003C (v01 DELL WN09 01072009 MSFT 00000097)
    [ 0.000000] ACPI: SLIC 00000000b75f7d50 00176 (v01 DELL WN09 01072009 AMI 00010013)
    [ 0.000000] ACPI: HPET 00000000b75f7ec8 00038 (v01 DELL WN09 01072009 AMI. 00000003)
    [ 0.000000] ACPI: OSFR 00000000b75f7f00 0008C (v01 DELL M08 07DA0A13 ASL 00000061)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x00000000b77fffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0xb77fffff]
    [ 0.000000] NODE_DATA [mem 0xb77fb000-0xb77fffff]
    [ 0.000000] [ffffea0000000000-ffffea0002dfffff] PMD -> [ffff8800b3c00000-ffff8800b69fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal empty
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009cfff]
    [ 0.000000] node 0: [mem 0x00100000-0xb75a5fff]
    [ 0.000000] node 0: [mem 0xb7620000-0xb7620fff]
    [ 0.000000] node 0: [mem 0xb7694000-0xb77fffff]
    [ 0.000000] On node 0 totalpages: 751279
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3996 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 11680 pages used for memmap
    [ 0.000000] DMA32 zone: 747283 pages, LIFO batch:31
    [ 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[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x05] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-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 0xb75a6000-0xb75edfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xb75ee000-0xb75f8fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xb75f9000-0xb75fbfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xb75fc000-0xb761ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xb7621000-0xb7628fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xb7629000-0xb762bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xb762c000-0xb7630fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xb7631000-0xb7650fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xb7651000-0xb7693fff]
    [ 0.000000] e820: [mem 0xbc000000-0xdfffffff] 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:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff8800b7000000 s86464 r8192 d24128 u524288
    [ 0.000000] pcpu-alloc: s86464 r8192 d24128 u524288 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 739514
    [ 0.000000] Policy zone: DMA32
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=175a6905-635d-455d-a489-e2afaaaeb274 ro quiet splash resume=/dev/sda6 i915.semaphores=1 i915.i915_enable_rc6=0
    [ 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: 2942184K/3005116K available (5119K kernel code, 807K rwdata, 1628K rodata, 1144K init, 1288K bss, 62932K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, 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=4.
    [ 0.000000] NR_IRQS:8448 nr_irqs:712 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 12058624 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.003333] tsc: Detected 2260.785 MHz processor
    [ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 4523.96 BogoMIPS (lpj=7535950)
    [ 0.000007] pid_max: default: 32768 minimum: 301
    [ 0.000041] Security Framework initialized
    [ 0.000053] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000055] Yama: becoming mindful.
    [ 0.000408] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.002121] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.002882] Mount-cache hash table entries: 256
    [ 0.003130] Initializing cgroup subsys memory
    [ 0.003144] Initializing cgroup subsys devices
    [ 0.003147] Initializing cgroup subsys freezer
    [ 0.003149] Initializing cgroup subsys net_cls
    [ 0.003151] Initializing cgroup subsys blkio
    [ 0.003177] CPU: Physical Processor ID: 0
    [ 0.003178] CPU: Processor Core ID: 0
    [ 0.003185] mce: CPU supports 9 MCE banks
    [ 0.003198] CPU0: Thermal monitoring enabled (TM1)
    [ 0.003211] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
    tlb_flushall_shift: 6
    [ 0.003319] Freeing SMP alternatives memory: 20K (ffffffff819e9000 - ffffffff819ee000)
    [ 0.004634] ACPI: Core revision 20130725
    [ 0.009965] ACPI: All ACPI Tables successfully acquired
    [ 0.019630] ftrace: allocating 20320 entries in 80 pages
    [ 0.032100] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.065112] smpboot: CPU0: Intel(R) Core(TM) i3 CPU M 350 @ 2.27GHz (fam: 06, model: 25, stepping: 02)
    [ 0.171587] Performance Events: PEBS fmt1+, 16-deep LBR, Westmere events, Intel PMU driver.
    [ 0.171595] perf_event_intel: CPUID marked event: 'bus cycles' unavailable
    [ 0.171599] ... version: 3
    [ 0.171600] ... bit width: 48
    [ 0.171601] ... generic registers: 4
    [ 0.171602] ... value mask: 0000ffffffffffff
    [ 0.171604] ... max period: 000000007fffffff
    [ 0.171605] ... fixed-purpose events: 3
    [ 0.171606] ... event mask: 000000070000000f
    [ 0.211654] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.198312] smpboot: Booting Node 0, Processors # 1 # 2 # 3 OK
    [ 0.251580] Brought up 4 CPUs
    [ 0.251586] smpboot: Total of 4 processors activated (18093.87 BogoMIPS)
    [ 0.254266] devtmpfs: initialized
    [ 0.257030] PM: Registering ACPI NVS region [mem 0xb75a6000-0xb75edfff] (294912 bytes)
    [ 0.257037] PM: Registering ACPI NVS region [mem 0xb75f9000-0xb75fbfff] (12288 bytes)
    [ 0.257039] PM: Registering ACPI NVS region [mem 0xb7621000-0xb7628fff] (32768 bytes)
    [ 0.257040] PM: Registering ACPI NVS region [mem 0xb762c000-0xb7630fff] (20480 bytes)
    [ 0.257042] PM: Registering ACPI NVS region [mem 0xb7651000-0xb7693fff] (274432 bytes)
    [ 0.258060] RTC time: 15:04:06, date: 02/18/14
    [ 0.258105] NET: Registered protocol family 16
    [ 0.258225] cpuidle: using governor ladder
    [ 0.258227] cpuidle: using governor menu
    [ 0.258271] ACPI: bus type PCI registered
    [ 0.258273] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.258334] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.258337] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    [ 0.281454] PCI: Using configuration type 1 for base access
    [ 0.282099] bio: create slab <bio-0> at 0
    [ 0.282221] ACPI: Added _OSI(Module Device)
    [ 0.282223] ACPI: Added _OSI(Processor Device)
    [ 0.282225] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.282226] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.283469] ACPI: EC: Look up EC in DSDT
    [ 0.284754] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.289116] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.302665] ACPI: SSDT 00000000b7621c18 003A4 (v01 AMI IST 00000001 MSFT 03000001)
    [ 0.303013] ACPI: Dynamic OEM Table Load:
    [ 0.303016] ACPI: SSDT (null) 003A4 (v01 AMI IST 00000001 MSFT 03000001)
    [ 0.303484] ACPI: Interpreter enabled
    [ 0.303491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130725/hwxface-571)
    [ 0.303495] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130725/hwxface-571)
    [ 0.303510] ACPI: (supports S0 S3 S4 S5)
    [ 0.303512] ACPI: Using IOAPIC for interrupt routing
    [ 0.303547] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.303686] ACPI: No dock devices found.
    [ 0.322094] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.322239] acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
    [ 0.322442] acpi PNP0A08:00: ACPI _OSC control (0x19) granted
    [ 0.322704] PCI host bridge to bus 0000:00
    [ 0.322708] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.322710] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.322712] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.322714] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.322716] pci_bus 0000:00: root bus resource [mem 0xbc000000-0xffffffff]
    [ 0.322725] pci 0000:00:00.0: [8086:0044] type 00 class 0x060000
    [ 0.322744] DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
    [ 0.322818] pci 0000:00:02.0: [8086:0046] type 00 class 0x030000
    [ 0.322831] pci 0000:00:02.0: reg 0x10: [mem 0xfa400000-0xfa7fffff 64bit]
    [ 0.322838] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.322843] pci 0000:00:02.0: reg 0x20: [io 0xf080-0xf087]
    [ 0.322962] pci 0000:00:16.0: [8086:3b64] type 00 class 0x078000
    [ 0.322991] pci 0000:00:16.0: reg 0x10: [mem 0xfbd09000-0xfbd0900f 64bit]
    [ 0.323088] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.323185] pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320
    [ 0.323212] pci 0000:00:1a.0: reg 0x10: [mem 0xfbd08000-0xfbd083ff]
    [ 0.323324] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 0.325807] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 0.325857] pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300
    [ 0.325880] pci 0000:00:1b.0: reg 0x10: [mem 0xfbd00000-0xfbd03fff 64bit]
    [ 0.325979] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.326066] pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
    [ 0.326169] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.326222] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 0.326261] pci 0000:00:1c.1: [8086:3b44] type 01 class 0x060400
    [ 0.326362] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.326415] pci 0000:00:1c.1: System wakeup disabled by ACPI
    [ 0.326453] pci 0000:00:1c.2: [8086:3b46] type 01 class 0x060400
    [ 0.326553] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 0.326608] pci 0000:00:1c.2: System wakeup disabled by ACPI
    [ 0.326649] pci 0000:00:1c.4: [8086:3b4a] type 01 class 0x060400
    [ 0.326750] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.326803] pci 0000:00:1c.4: System wakeup disabled by ACPI
    [ 0.326851] pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320
    [ 0.326878] pci 0000:00:1d.0: reg 0x10: [mem 0xfbd07000-0xfbd073ff]
    [ 0.326988] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.329810] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.329853] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
    [ 0.329965] pci 0000:00:1e.0: System wakeup disabled by ACPI
    [ 0.330003] pci 0000:00:1f.0: [8086:3b0b] type 00 class 0x060100
    [ 0.330187] pci 0000:00:1f.2: [8086:3b2f] type 00 class 0x010601
    [ 0.330216] pci 0000:00:1f.2: reg 0x10: [io 0xf070-0xf077]
    [ 0.330227] pci 0000:00:1f.2: reg 0x14: [io 0xf060-0xf063]
    [ 0.330238] pci 0000:00:1f.2: reg 0x18: [io 0xf050-0xf057]
    [ 0.330249] pci 0000:00:1f.2: reg 0x1c: [io 0xf040-0xf043]
    [ 0.330261] pci 0000:00:1f.2: reg 0x20: [io 0xf020-0xf03f]
    [ 0.330272] pci 0000:00:1f.2: reg 0x24: [mem 0xfbd06000-0xfbd067ff]
    [ 0.330340] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.330421] pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500
    [ 0.330443] pci 0000:00:1f.3: reg 0x10: [mem 0xfbd05000-0xfbd050ff 64bit]
    [ 0.330474] pci 0000:00:1f.3: reg 0x20: [io 0xf000-0xf01f]
    [ 0.330575] pci 0000:00:1f.6: [8086:3b32] type 00 class 0x118000
    [ 0.330604] pci 0000:00:1f.6: reg 0x10: [mem 0xfbd04000-0xfbd04fff 64bit]
    [ 0.330829] pci 0000:00:1c.0: PCI bridge to [bus 11]
    [ 0.330946] pci 0000:12:00.0: [14e4:4727] type 00 class 0x028000
    [ 0.330979] pci 0000:12:00.0: reg 0x10: [mem 0xfbc00000-0xfbc03fff 64bit]
    [ 0.331144] pci 0000:12:00.0: supports D1 D2
    [ 0.331146] pci 0000:12:00.0: PME# supported from D0 D3hot D3cold
    [ 0.338279] pci 0000:00:1c.1: PCI bridge to [bus 12]
    [ 0.338291] pci 0000:00:1c.1: bridge window [mem 0xfbc00000-0xfbcfffff]
    [ 0.338460] pci 0000:13:00.0: [10ec:8136] type 00 class 0x020000
    [ 0.338526] pci 0000:13:00.0: reg 0x10: [io 0xe000-0xe0ff]
    [ 0.338640] pci 0000:13:00.0: reg 0x18: [mem 0xd0b10000-0xd0b10fff 64bit pref]
    [ 0.338706] pci 0000:13:00.0: reg 0x20: [mem 0xd0b00000-0xd0b0ffff 64bit pref]
    [ 0.338752] pci 0000:13:00.0: reg 0x30: [mem 0xfb200000-0xfb21ffff pref]
    [ 0.338976] pci 0000:13:00.0: supports D1 D2
    [ 0.338978] pci 0000:13:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.339173] pci 0000:00:1c.2: PCI bridge to [bus 13]
    [ 0.339178] pci 0000:00:1c.2: bridge window [io 0xe000-0xefff]
    [ 0.339183] pci 0000:00:1c.2: bridge window [mem 0xfb200000-0xfbbfffff]
    [ 0.339190] pci 0000:00:1c.2: bridge window [mem 0xd0b00000-0xd14fffff 64bit pref]
    [ 0.339268] pci 0000:00:1c.4: PCI bridge to [bus 15]
    [ 0.339274] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
    [ 0.339278] pci 0000:00:1c.4: bridge window [mem 0xfa800000-0xfb1fffff]
    [ 0.339286] pci 0000:00:1c.4: bridge window [mem 0xd0000000-0xd09fffff 64bit pref]
    [ 0.339371] pci 0000:00:1e.0: PCI bridge to [bus 20] (subtractive decode)
    [ 0.339385] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.339387] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.339389] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.339391] pci 0000:00:1e.0: bridge window [mem 0xbc000000-0xffffffff] (subtractive decode)
    [ 0.339814] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    [ 0.339874] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    [ 0.339932] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 10 11 12 14 15)
    [ 0.339990] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 *4 5 6 10 11 12 14 15)
    [ 0.340047] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
    [ 0.340106] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
    [ 0.340164] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    [ 0.340222] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12 14 15)
    [ 0.340440] ACPI: Enabled 5 GPEs in block 00 to 3F
    [ 0.340472] ACPI: \_SB_.PCI0: notify handler is installed
    [ 0.340534] Found 1 acpi root devices
    [ 0.340641] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.340644] vgaarb: loaded
    [ 0.340645] vgaarb: bridge control possible 0000:00:02.0
    [ 0.340690] PCI: Using ACPI for IRQ routing
    [ 0.350522] PCI: Discovered peer bus ff
    [ 0.350524] PCI: root bus ff: using default resources
    [ 0.350525] PCI: Probing PCI hardware (bus ff)
    [ 0.350548] PCI host bridge to bus 0000:ff
    [ 0.350551] pci_bus 0000:ff: root bus resource [io 0x0000-0xffff]
    [ 0.350553] pci_bus 0000:ff: root bus resource [mem 0x00000000-0xfffffffff]
    [ 0.350555] pci_bus 0000:ff: No busn resource found for root bus, will use [bus ff-ff]
    [ 0.350561] pci 0000:ff:00.0: [8086:2c62] type 00 class 0x060000
    [ 0.350602] pci 0000:ff:00.1: [8086:2d01] type 00 class 0x060000
    [ 0.350643] pci 0000:ff:02.0: [8086:2d10] type 00 class 0x060000
    [ 0.350680] pci 0000:ff:02.1: [8086:2d11] type 00 class 0x060000
    [ 0.350718] pci 0000:ff:02.2: [8086:2d12] type 00 class 0x060000
    [ 0.350756] pci 0000:ff:02.3: [8086:2d13] type 00 class 0x060000
    [ 0.350804] pci_bus 0000:ff: busn_res: [bus ff] end is updated to ff
    [ 0.350807] PCI: pci_cache_line_size set to 64 bytes
    [ 0.350880] e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
    [ 0.350882] e820: reserve RAM buffer [mem 0xb75a6000-0xb7ffffff]
    [ 0.350884] e820: reserve RAM buffer [mem 0xb7621000-0xb7ffffff]
    [ 0.350886] e820: reserve RAM buffer [mem 0xb7800000-0xb7ffffff]
    [ 0.350986] NetLabel: Initializing
    [ 0.350988] NetLabel: domain hash size = 128
    [ 0.350989] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.351002] NetLabel: unlabeled traffic allowed by default
    [ 0.351040] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.351046] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.353079] Switched to clocksource hpet
    [ 0.357893] pnp: PnP ACPI init
    [ 0.357912] ACPI: bus type PNP registered
    [ 0.358057] system 00:00: [mem 0xfed14000-0xfed19fff] has been reserved
    [ 0.358060] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.358062] system 00:00: [mem 0xfed90000-0xfed93fff] has been reserved
    [ 0.358064] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.358066] system 00:00: [mem 0xfee00000-0xfee0ffff] has been reserved
    [ 0.358070] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.358105] pnp 00:01: [dma 4]
    [ 0.358125] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.358162] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.358187] pnp 00:03: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.358217] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.358267] system 00:05: [io 0x04d0-0x04d1] has been reserved
    [ 0.358270] system 00:05: [mem 0xfe800000-0xfe8001ff] has been reserved
    [ 0.358273] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.358309] pnp 00:06: Plug and Play ACPI device, IDs DLL0447 SYN0600 SYN0002 PNP0f13 (active)
    [ 0.358347] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.358508] system 00:08: [io 0x0400-0x047f] could not be reserved
    [ 0.358511] system 00:08: [io 0x1180-0x119f] has been reserved
    [ 0.358513] system 00:08: [io 0x0500-0x057f] has been reserved
    [ 0.358516] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.358518] system 00:08: [mem 0xfec00000-0xfecfffff] could not be reserved
    [ 0.358520] system 00:08: [mem 0xfed08000-0xfed08fff] has been reserved
    [ 0.358523] system 00:08: [mem 0xff000000-0xffffffff] has been reserved
    [ 0.358526] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.358636] pnp 00:09: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.358854] pnp: PnP ACPI: found 10 devices
    [ 0.358856] ACPI: bus type PNP unregistered
    [ 0.365989] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 11] add_size 1000
    [ 0.365994] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 11] add_size 200000
    [ 0.365996] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 11] add_size 200000
    [ 0.366007] pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 12] add_size 1000
    [ 0.366010] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 12] add_size 200000
    [ 0.366040] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [ 0.366042] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.366044] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.366047] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.366049] pci 0000:00:1c.1: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.366053] pci 0000:00:1c.0: BAR 14: assigned [mem 0xbc000000-0xbc1fffff]
    [ 0.366056] pci 0000:00:1c.0: BAR 15: assigned [mem 0xbc200000-0xbc3fffff 64bit pref]
    [ 0.366059] pci 0000:00:1c.1: BAR 15: assigned [mem 0xbc400000-0xbc5fffff 64bit pref]
    [ 0.366061] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
    [ 0.366064] pci 0000:00:1c.1: BAR 13: assigned [io 0x3000-0x3fff]
    [ 0.366066] pci 0000:00:1c.0: PCI bridge to [bus 11]
    [ 0.366071] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    [ 0.366077] pci 0000:00:1c.0: bridge window [mem 0xbc000000-0xbc1fffff]
    [ 0.366082] pci 0000:00:1c.0: bridge window [mem 0xbc200000-0xbc3fffff 64bit pref]
    [ 0.366089] pci 0000:00:1c.1: PCI bridge to [bus 12]
    [ 0.366093] pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff]
    [ 0.366100] pci 0000:00:1c.1: bridge window [mem 0xfbc00000-0xfbcfffff]
    [ 0.366104] pci 0000:00:1c.1: bridge window [mem 0xbc400000-0xbc5fffff 64bit pref]
    [ 0.366112] pci 0000:00:1c.2: PCI bridge to [bus 13]
    [ 0.366116] pci 0000:00:1c.2: bridge window [io 0xe000-0xefff]
    [ 0.366122] pci 0000:00:1c.2: bridge window [mem 0xfb200000-0xfbbfffff]
    [ 0.366127] pci 0000:00:1c.2: bridge window [mem 0xd0b00000-0xd14fffff 64bit pref]
    [ 0.366135] pci 0000:00:1c.4: PCI bridge to [bus 15]
    [ 0.366139] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
    [ 0.366145] pci 0000:00:1c.4: bridge window [mem 0xfa800000-0xfb1fffff]
    [ 0.366150] pci 0000:00:1c.4: bridge window [mem 0xd0000000-0xd09fffff 64bit pref]
    [ 0.366157] pci 0000:00:1e.0: PCI bridge to [bus 20]
    [ 0.366172] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.366174] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.366176] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.366178] pci_bus 0000:00: resource 7 [mem 0xbc000000-0xffffffff]
    [ 0.366180] pci_bus 0000:11: resource 0 [io 0x2000-0x2fff]
    [ 0.366182] pci_bus 0000:11: resource 1 [mem 0xbc000000-0xbc1fffff]
    [ 0.366184] pci_bus 0000:11: resource 2 [mem 0xbc200000-0xbc3fffff 64bit pref]
    [ 0.366186] pci_bus 0000:12: resource 0 [io 0x3000-0x3fff]
    [ 0.366188] pci_bus 0000:12: resource 1 [mem 0xfbc00000-0xfbcfffff]
    [ 0.366190] pci_bus 0000:12: resource 2 [mem 0xbc400000-0xbc5fffff 64bit pref]
    [ 0.366192] pci_bus 0000:13: resource 0 [io 0xe000-0xefff]
    [ 0.366194] pci_bus 0000:13: resource 1 [mem 0xfb200000-0xfbbfffff]
    [ 0.366196] pci_bus 0000:13: resource 2 [mem 0xd0b00000-0xd14fffff 64bit pref]
    [ 0.366198] pci_bus 0000:15: resource 0 [io 0xd000-0xdfff]
    [ 0.366200] pci_bus 0000:15: resource 1 [mem 0xfa800000-0xfb1fffff]
    [ 0.366202] pci_bus 0000:15: resource 2 [mem 0xd0000000-0xd09fffff 64bit pref]
    [ 0.366204] pci_bus 0000:20: resource 4 [io 0x0000-0x0cf7]
    [ 0.366206] pci_bus 0000:20: resource 5 [io 0x0d00-0xffff]
    [ 0.366207] pci_bus 0000:20: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.366209] pci_bus 0000:20: resource 7 [mem 0xbc000000-0xffffffff]
    [ 0.366212] pci_bus 0000:ff: resource 4 [io 0x0000-0xffff]
    [ 0.366214] pci_bus 0000:ff: resource 5 [mem 0x00000000-0xfffffffff]
    [ 0.366254] NET: Registered protocol family 2
    [ 0.366468] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
    [ 0.366709] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    [ 0.366902] TCP: Hash tables configured (established 32768 bind 32768)
    [ 0.366941] TCP: reno registered
    [ 0.366949] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.366986] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.367076] NET: Registered protocol family 1
    [ 0.367090] pci 0000:00:02.0: Boot video device
    [ 0.613312] PCI: CLS 64 bytes, default 64
    [ 0.613356] Unpacking initramfs...
    [ 0.685162] Freeing initrd memory: 3516K (ffff880037912000 - ffff880037c81000)
    [ 0.685427] Scanning for low memory corruption every 60 seconds
    [ 0.685724] audit: initializing netlink socket (disabled)
    [ 0.685739] type=2000 audit(1392735846.573:1): initialized
    [ 0.697728] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.698983] zbud: loaded
    [ 0.699170] VFS: Disk quotas dquot_6.5.2
    [ 0.699211] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.699398] msgmni has been set to 5753
    [ 0.699768] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.699834] io scheduler noop registered
    [ 0.699836] io scheduler deadline registered
    [ 0.699865] io scheduler cfq registered (default)
    [ 0.700108] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
    [ 0.700288] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
    [ 0.700460] pcieport 0000:00:1c.2: irq 42 for MSI/MSI-X
    [ 0.700630] pcieport 0000:00:1c.4: irq 43 for MSI/MSI-X
    [ 0.700717] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.700804] pciehp: Using ACPI for slot detection.
    [ 0.700872] pciehp 0000:00:1c.4:pcie04: HPC vendor_id 8086 device_id 3b4a ss_vid 1028 ss_did 447
    [ 0.700927] pciehp 0000:00:1c.4:pcie04: service driver pciehp loaded
    [ 0.700934] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.700978] vesafb: mode is 1024x768x32, linelength=4096, pages=0
    [ 0.700980] vesafb: scrolling: redraw
    [ 0.700982] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.701276] vesafb: framebuffer at 0xc0000000, mapped to 0xffffc90010800000, using 3072k, total 3072k
    [ 0.827851] Console: switching to colour frame buffer device 128x48
    [ 0.954320] fb0: VESA VGA frame buffer device
    [ 0.954333] intel_idle: MWAIT substates: 0x1120
    [ 0.954334] intel_idle: v0.4 model 0x25
    [ 0.954336] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 0.954490] GHES: HEST is not enabled!
    [ 0.954559] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.955036] Linux agpgart interface v0.103
    [ 0.955109] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2] at 0x60,0x64 irq 1,12
    [ 0.983471] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.983499] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.983628] mousedev: PS/2 mouse device common for all mice
    [ 0.984635] rtc_cmos 00:02: RTC can wake from S4
    [ 0.984795] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    [ 0.984828] rtc_cmos 00:02: alarms up to one year, y3k, 114 bytes nvram, hpet irqs
    [ 0.984891] drop_monitor: Initializing network drop monitor service
    [ 0.984966] TCP: cubic registered
    [ 0.985061] NET: Registered protocol family 10
    [ 0.985242] NET: Registered protocol family 17
    [ 0.985251] Key type dns_resolver registered
    [ 0.985582] registered taskstats version 1
    [ 0.986258] Magic number: 2:431:83
    [ 0.986415] rtc_cmos 00:02: setting system clock to 2014-02-18 15:04:07 UTC (1392735847)
    [ 0.986464] PM: Checking hibernation image partition /dev/sda6
    [ 1.020768] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.032423] PM: Hibernation image not present or could not be loaded.
    [ 1.033852] Freeing unused kernel memory: 1144K (ffffffff818cb000 - ffffffff819e9000)
    [ 1.033855] Write protecting the kernel read-only data: 8192k
    [ 1.036680] Freeing unused kernel memory: 1012K (ffff880001503000 - ffff880001600000)
    [ 1.037857] Freeing unused kernel memory: 420K (ffff880001797000 - ffff880001800000)
    [ 1.048632] systemd-udevd[58]: starting version 208
    [ 1.051934] [drm] Initialized drm 1.1.0 20060810
    [ 1.052681] agpgart-intel 0000:00:00.0: Intel HD Graphics Chipset
    [ 1.052752] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
    [ 1.053489] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
    [ 1.053683] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
    [ 1.054243] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
    [ 1.054250] ACPI: Power Button [PWRB]
    [ 1.054309] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input3
    [ 1.056341] ACPI: Lid Switch [LID0]
    [ 1.056390] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input4
    [ 1.056394] ACPI: Sleep Button [SBTN]
    [ 1.056449] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
    [ 1.056453] ACPI: Power Button [PWRF]
    [ 1.061806] [drm] Memory usable by graphics device = 2048M
    [ 1.061813] checking generic (c0000000 300000) vs hw (c0000000 10000000)
    [ 1.061816] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
    [ 1.061836] Console: switching to colour dummy device 80x25
    [ 1.061989] i915 0000:00:02.0: setting latency timer to 64
    [ 1.088158] i915 0000:00:02.0: irq 44 for MSI/MSI-X
    [ 1.088167] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 1.088168] [drm] Driver supports precise vblank timestamp query.
    [ 1.088247] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 1.125908] fbcon: inteldrmfb (fb0) is primary device
    [ 1.686801] tsc: Refined TSC clocksource calibration: 2261.000 MHz
    [ 2.030270] Console: switching to colour frame buffer device 170x48
    [ 2.033661] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    [ 2.033664] i915 0000:00:02.0: registered panic notifier
    [ 2.043083] acpi device:2e: registered as cooling_device0
    [ 2.043220] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    [ 2.043321] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:02/input/input6
    [ 2.043365] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 2.072732] ACPI: bus type USB registered
    [ 2.072789] usbcore: registered new interface driver usbfs
    [ 2.072800] usbcore: registered new interface driver hub
    [ 2.072970] usbcore: registered new device driver usb
    [ 2.073041] SCSI subsystem initialized
    [ 2.075058] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 2.075393] ehci-pci: EHCI PCI platform driver
    [ 2.075595] libata version 3.00 loaded.
    [ 2.075607] ehci-pci 0000:00:1a.0: setting latency timer to 64
    [ 2.075628] ehci-pci 0000:00:1a.0: EHCI Host Controller
    [ 2.075664] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 2.075687] ehci-pci 0000:00:1a.0: debug port 2
    [ 2.079676] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    [ 2.079703] ehci-pci 0000:00:1a.0: irq 16, io mem 0xfbd08000
    [ 2.086921] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 2.087210] hub 1-0:1.0: USB hub found
    [ 2.087224] hub 1-0:1.0: 2 ports detected
    [ 2.087609] ehci-pci 0000:00:1d.0: setting latency timer to 64
    [ 2.087620] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 2.087628] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 2.087646] ehci-pci 0000:00:1d.0: debug port 2
    [ 2.091655] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [ 2.091677] ehci-pci 0000:00:1d.0: irq 23, io mem 0xfbd07000
    [ 2.100198] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 2.100402] hub 2-0:1.0: USB hub found
    [ 2.100413] hub 2-0:1.0: 2 ports detected
    [ 2.100556] ahci 0000:00:1f.2: version 3.0
    [ 2.100724] ahci 0000:00:1f.2: irq 45 for MSI/MSI-X
    [ 2.100819] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x13 impl SATA mode
    [ 2.100823] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck pm led clo pio slum part ems sxs apst
    [ 2.100828] ahci 0000:00:1f.2: setting latency timer to 64
    [ 2.114500] scsi0 : ahci
    [ 2.114680] scsi1 : ahci
    [ 2.114837] scsi2 : ahci
    [ 2.114999] scsi3 : ahci
    [ 2.115160] scsi4 : ahci
    [ 2.115327] scsi5 : ahci
    [ 2.115387] ata1: SATA max UDMA/133 abar m2048@0xfbd06000 port 0xfbd06100 irq 45
    [ 2.115391] ata2: SATA max UDMA/133 abar m2048@0xfbd06000 port 0xfbd06180 irq 45
    [ 2.115393] ata3: DUMMY
    [ 2.115394] ata4: DUMMY
    [ 2.115398] ata5: SATA max UDMA/133 abar m2048@0xfbd06000 port 0xfbd06300 irq 45
    [ 2.115399] ata6: DUMMY
    [ 2.393678] usb 1-1: new high-speed USB device number 2 using ehci-pci
    [ 2.433682] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 2.433781] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 2.433831] ata5: SATA link down (SStatus 0 SControl 300)
    [ 2.434884] ata1.00: ATA-8: HGST HTS545050A7E380, GG2OAC90, max UDMA/133
    [ 2.434889] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 2.436127] ata2.00: ATAPI: PLDS DVD+/-RW DS-8A4S, JD12, max UDMA/100
    [ 2.436147] ata1.00: configured for UDMA/133
    [ 2.436450] scsi 0:0:0:0: Direct-Access ATA HGST HTS545050A7 GG2O PQ: 0 ANSI: 5
    [ 2.437560] ata2.00: configured for UDMA/100
    [ 2.443701] scsi 1:0:0:0: CD-ROM PLDS DVD+-RW DS-8A4S JD12 PQ: 0 ANSI: 5
    [ 2.447926] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    [ 2.447932] sd 0:0:0:0: [sda] 4096-byte physical blocks
    [ 2.448029] sd 0:0:0:0: [sda] Write Protect is off
    [ 2.448032] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 2.448096] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.455780] sr0: scsi3-mmc drive: 24x/8x writer dvd-ram cd/rw xa/form2 cdda pop-up
    [ 2.455783] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 2.455953] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 2.517726] hub 1-1:1.0: USB hub found
    [ 2.517904] hub 1-1:1.0: 6 ports detected
    [ 2.539836] sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 >
    [ 2.541577] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 2.623825] usb 2-1: new high-speed USB device number 2 using ehci-pci
    [ 2.687279] Switched to clocksource tsc
    [ 2.748052] hub 2-1:1.0: USB hub found
    [ 2.748154] hub 2-1:1.0: 8 ports detected
    [ 2.827208] usb 1-1.6: new high-speed USB device number 3 using ehci-pci
    [ 3.020708] usb 2-1.1: new low-speed USB device number 3 using ehci-pci
    [ 3.111476] hidraw: raw HID events driver (C) Jiri Kosina
    [ 3.114205] usbcore: registered new interface driver usbhid
    [ 3.114208] usbhid: USB HID core driver
    [ 3.114758] input: SIGMACH1P U+P Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input7
    [ 3.114892] hid-generic 0003:1C4F:0003.0001: input,hidraw0: USB HID v1.10 Mouse [SIGMACH1P U+P Mouse] on usb-0000:00:1d.0-1.1/input0
    [ 3.177353] usb 2-1.6: new full-speed USB device number 4 using ehci-pci
    [ 3.263497] hub 2-1.6:1.0: USB hub found
    [ 3.263678] hub 2-1.6:1.0: 3 ports detected
    [ 3.530764] usb 2-1.6.1: new full-speed USB device number 5 using ehci-pci
    [ 3.620086] input: HID 413c:8161 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6.1/2-1.6.1:1.0/input/input8
    [ 3.620222] hid-generic 0003:413C:8161.0002: input,hidraw1: USB HID v1.11 Keyboard [HID 413c:8161] on usb-0000:00:1d.0-1.6.1/input0
    [ 3.687480] usb 2-1.6.2: new full-speed USB device number 6 using ehci-pci
    [ 3.777822] input: HID 413c:8162 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6.2/2-1.6.2:1.0/input/input9
    [ 3.777977] hid-generic 0003:413C:8162.0003: input,hidraw2: USB HID v1.11 Mouse [HID 413c:8162] on usb-0000:00:1d.0-1.6.2/input0
    [ 6.791593] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
    [ 7.770413] systemd[1]: systemd 208 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 7.798237] systemd[1]: Set hostname to <MyDellora>.
    [ 8.906388] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 8.906452] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 8.906465] systemd[1]: Starting Login Prompts.
    [ 8.906476] systemd[1]: Reached target Login Prompts.
    [ 8.906483] systemd[1]: Starting Remote File Systems.
    [ 8.906491] systemd[1]: Reached target Remote File Systems.
    [ 8.906499] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 8.906530] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 8.906538] systemd[1]: Starting Delayed Shutdown Socket.
    [ 8.906563] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 8.906571] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 8.906588] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 8.906595] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 8.906618] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 8.906626] systemd[1]: Starting Encrypted Volumes.
    [ 8.906634] systemd[1]: Reached target Encrypted Volumes.
    [ 8.906666] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 8.906771] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 8.906783] systemd[1]: Starting Journal Socket.
    [ 8.906825] systemd[1]: Listening on Journal Socket.
    [ 8.923805] systemd[1]: Starting Load Kernel Modules...
    [ 8.940933] systemd[1]: Starting Apply Kernel Variables...
    [ 8.941260] systemd[1]: Starting Setup Virtual Console...
    [ 8.941566] systemd[1]: Mounting Debug File System...
    [ 8.941964] systemd[1]: Mounting POSIX Message Queue File System...
    [ 8.942263] systemd[1]: Mounting Huge Pages File System...
    [ 8.942663] systemd[1]: Starting Journal Service...
    [ 8.943150] systemd[1]: Started Journal Service.
    [ 9.533948] systemd-journald[128]: Vacuuming done, freed 0 bytes
    [ 10.753314] EXT4-fs (sda7): re-mounted. Opts: (null)
    [ 10.860199] systemd-udevd[161]: starting version 208
    [ 10.978562] systemd-journald[128]: Received request to flush runtime journal from PID 1
    [ 12.670501] ACPI: Requesting acpi_cpufreq
    [ 12.791154] ACPI: AC Adapter [AC] (on-line)
    [ 13.046379] ACPI: Battery Slot [BAT0] (battery present)
    [ 13.075713] thermal LNXTHERM:00: registered as thermal_zone0
    [ 13.075718] ACPI: Thermal Zone [THM] (61 C)
    [ 13.109004] wmi: Mapper loaded
    [ 13.169313] snd_hda_intel 0000:00:1b.0: irq 46 for MSI/MSI-X
    [ 13.267456] input: PC Speaker as /devices/platform/pcspkr/input/input10
    [ 13.386188] microcode: CPU0 sig=0x20652, pf=0x10, revision=0x9
    [ 13.535845] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input12
    [ 13.668535] input: HDA Intel MID HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
    [ 13.668663] input: HDA Intel MID Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
    [ 13.668776] input: HDA Intel MID Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
    [ 13.669369] mei_me 0000:00:16.0: setting latency timer to 64
    [ 13.669426] mei_me 0000:00:16.0: irq 47 for MSI/MSI-X
    [ 13.671461] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 13.671504] ACPI Warning: 0x0000000000000540-0x000000000000054f SystemIO conflicts with Region \_SB_.PCI0.SBRG.GPI1 1 (20130725/utaddress-251)
    [ 13.671511] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 13.671513] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \_SB_.PCI0.SBRG.GPI1 1 (20130725/utaddress-251)
    [ 13.671517] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 13.671519] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \_SB_.PCI0.SBRG.GPI1 1 (20130725/utaddress-251)
    [ 13.671523] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 13.671524] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 13.671562] intel ips 0000:00:1f.6: CPU TDP doesn't match expected value (found 25, expected 29)
    [ 13.671870] intel ips 0000:00:1f.6: IPS driver initialized, MCP temp limit 90
    [ 13.672007] ACPI Warning: 0x000000000000f000-0x000000000000f01f SystemIO conflicts with Region \_SB_.PCI0.SMB_.SMBI 1 (20130725/utaddress-251)
    [ 13.672014] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 13.726676] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
    [ 13.796857] microcode: CPU1 sig=0x20652, pf=0x10, revision=0x9
    [ 13.804028] microcode: CPU2 sig=0x20652, pf=0x10, revision=0x9
    [ 13.804444] microcode: CPU3 sig=0x20652, pf=0x10, revision=0x9
    [ 13.804899] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 13.871967] iTCO_vendor_support: vendor-support=0
    [ 13.912022] input: Dell WMI hotkeys as /devices/virtual/input/input16
    [ 14.205694] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 14.205738] iTCO_wdt: Found a HM57 TCO device (Version=2, TCOBASE=0x0460)
    [ 14.206640] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 14.234179] bcma: bus0: Found chip with id 0x4313, rev 0x01 and package 0x08
    [ 14.234212] bcma: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x24, class 0x0)
    [ 14.234237] bcma: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x18, class 0x0)
    [ 14.234286] bcma: bus0: Core 2 found: PCIe (manuf 0x4BF, id 0x820, rev 0x11, class 0x0)
    [ 14.246839] bcma: bus0: Bus registered
    [ 14.434160] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 14.434457] r8169 0000:13:00.0: irq 48 for MSI/MSI-X
    [ 14.434659] r8169 0000:13:00.0 eth0: RTL8102e at 0xffffc900212fe000, a4:ba:db:c8:85:03, XID 04e00000 IRQ 48
    [ 14.725165] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa40000/0xa0000, board id: 3655, fw id: 581785
    [ 14.769986] systemd-udevd[180]: renamed network interface eth0 to enp19s0
    [ 14.800096] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input11
    [ 14.878089] kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
    [ 15.153982] cfg80211: Calling CRDA to update world regulatory domain
    [ 15.553384] Support for cores revisions 0x17 and 0x18 disabled by module param allhwsupport=0. Try b43.allhwsupport=1
    [ 15.553458] b43: probe of bcma0:0 failed with error -524
    [ 15.553508] Broadcom 43xx driver loaded [ Features: PMNLS ]
    [ 15.951790] brcmsmac bcma0:0: mfg 4bf core 812 rev 24 class 0 irq 17
    [ 15.998636] media: Linux media interface: v0.10
    [ 16.075766] Linux video capture interface: v2.00
    [ 16.159110] uvcvideo: Found UVC 1.00 device Laptop_Integrated_Webcam_1.3M (0c45:6461)
    [ 16.184262] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
    [ 16.184588] ieee80211 phy0: registered radio enabled led device: brcmsmac-phy0:radio gpio: 243
    [ 16.229297] input: Laptop_Integrated_Webcam_1.3M as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input17
    [ 16.229578] usbcore: registered new interface driver uvcvideo
    [ 16.229581] USB Video Class driver (1.1.1)
    [ 16.373654] systemd-udevd[172]: renamed network interface wlan0 to wlp18s0
    [ 18.144304] Adding 2269180k swap on /dev/sda6. Priority:-1 extents:1 across:2269180k FS
    [ 86.950402] fuse init (API version 7.22)
    [ 277.029449] usb 2-1.2: new high-speed USB device number 7 using ehci-pci
    [ 277.467071] NET: Registered protocol family 35
    [ 277.472157] usbcore: registered new interface driver cdc_ether
    [ 277.476281] usbcore: registered new interface driver cdc_phonet
    [ 277.483771] usb 2-1.2: bad CDC descriptors
    [ 277.484376] usbcore: registered new interface driver rndis_host
    [ 277.496455] cdc_acm 2-1.2:1.4: ttyACM0: USB ACM device
    [ 277.498229] usbcore: registered new interface driver cdc_acm
    [ 277.498258] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
    [ 277.519452] usb 2-1.2: bad CDC descriptors
    [ 277.519767] usbcore: registered new interface driver rndis_wlan
    [ 288.768279] PPP generic driver version 2.4.2
    [ 293.996611] PPP BSD Compression module registered
    [ 294.129600] PPP Deflate Compression module registered
    here is the critical chain output
    systemd-analyze critical-chain
    The time after the unit is active or started is printed after the "@" character.
    The time the unit takes to start is printed after the "+" character.
    graphical.target @15.633s
    └─multi-user.target @15.633s
    └─dkms.service @11.596s +4.037s
    └─basic.target @11.593s
    └─timers.target @11.592s
    └─systemd-tmpfiles-clean.timer @11.545s
    └─sysinit.target @11.543s
    └─swap.target @11.494s
    └─dev-disk-by\x2duuid-6ff023ec\x2d720b\x2d4c7a\x2d87ff\x2ddf5224b2
    └─system.slice @2.016s
    └─-.slice @2.015s
    lines 1-14/14 (END)...skipping...
    The time after the unit is active or started is printed after the "@" character.
    The time the unit takes to start is printed after the "+" character.
    graphical.target @15.633s
    └─multi-user.target @15.633s
    └─dkms.service @11.596s +4.037s
    └─basic.target @11.593s
    └─timers.target @11.592s
    └─systemd-tmpfiles-clean.timer @11.545s
    └─sysinit.target @11.543s
    └─swap.target @11.494s
    └─dev-disk-by\x2duuid-6ff023ec\x2d720b\x2d4c7a\x2d87ff\x2ddf5224b293c3.swap @10.524s +41ms
    └─system.slice @2.016s
    └─-.slice @2.015s
    Last edited by Dinesh raja (2014-02-18 14:06:46)

  • Slow system performance...

    Hey guys, i recently installed Arch Linux via my 0.7.2 CD.  I then did a full system upgrade, up to the 2.6.19 kernel, boots fine, followed the new kernel instructions.. however it just seems like my overall system performance is SLOOWW.  Keep in mind, i have installed Arch on this computer when 0.7.2 first came out, and it ran perfectly fine, everything ran fast.  However now since i did a fresh install, upgraded to the latest, things seem slow.
    i have installed xorg as well as gnome, including the nvidia drivers.  When ever i type startx, it takes more then a few seconds for anything to happen after the command has been entered, before it would be VERY snappy.  Gnome seems to take longer to load as well.  When i launch xterm from within gnome, it takes a while for the xterm window to show, this includes any other windows.  When i move windows around overtop of firefox, it seems alot of ghosting is happening, alot of trailling over the desktop when the window is being dragged overtop another window.  I checked to see if Nvidia drivers are being loaded which they are.  a glxtest reports back a 1500fps + as well as showing nvidia corporation in the glxinfo....
    This is a fresh BASE install, upgraded to the current, then Xorg and gnome installed.  Top shows no high cpu spikes and i cant figure out why suddenly, application loading seems to be slow...
    P.S also, with all of this, accessing webpages seem very slow as well....this includes Pinging an IP address...
    -Dan
    Last edited by bolero (2007-01-31 22:52:13)

    well, i added that in, startx as well as gnome + application seem to load as they should now, if that was the reason thanks for telling me about that.
    However my internet is still very very slow.  Booting into Windows XP i can confirm its not my internet connection, no lag in XP, however in Arch, seems very slow.  If its any help, im using the sundance driver
    actually, now that applications seem to be loading as they should, my internet connection probebly can be asked in the network section?
    -Dan
    Last edited by bolero (2007-01-31 23:48:52)

  • [SOLVED] Slow DNS lookup, I think

    Hi
    I have a really annoying problem. My DNS lookup in Arch is painfully slow. I know it's not a network problem, as I don't have any problems in my Ubuntu installation. I have tried to run two simple tests to show you what I mean. The first is a simple ping google.
    ########### Ubuntu ###########
    carsten@carsten-laptop:~$ time ping -c 3 www.google.com
    PING www.l.google.com (216.239.61.104) 56(84) bytes of data.
    64 bytes from sn-in-f104.google.com (216.239.61.104): icmp_seq=1 ttl=245 time=17.4 ms
    64 bytes from sn-in-f104.google.com (216.239.61.104): icmp_seq=2 ttl=245 time=20.6 ms
    64 bytes from sn-in-f104.google.com (216.239.61.104): icmp_seq=3 ttl=245 time=11.4 ms
    --- www.l.google.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 11.465/16.529/20.641/3.809 ms
    real 0m2.290s
    user 0m0.000s
    sys 0m0.004s
    ########### Arch ###########
    carsten ~/Desktop $ time ping -c 3 www.google.com
    PING www.l.google.com (216.239.61.104) 56(84) bytes of data.
    64 bytes from sn-in-f104.google.com (216.239.61.104): icmp_seq=1 ttl=245 time=12.3 ms
    64 bytes from sn-in-f104.google.com (216.239.61.104): icmp_seq=2 ttl=245 time=10.7 ms
    64 bytes from sn-in-f104.google.com (216.239.61.104): icmp_seq=3 ttl=245 time=12.4 ms
    --- www.l.google.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2007ms
    rtt min/avg/max/mdev = 10.776/11.867/12.476/0.778 ms
    real 0m15.305s
    user 0m0.013s
    sys 0m0.007s
    Ubuntu: 0m2.290s vs. Arch: 0m15.305s.
    In the second test I tried to fake a pacman update by downloading the .db files from my primary server. On both Ubuntu and Arch I used this simple script
    repos=( core extra community )
    time for repo in ${repos[@]}
    do
    wget http://archlinux.unixheads.org/$repo/os/i686/$repo.db.tar.gz
    done
    When I run it in, I get this result
    ########### Ubuntu ###########
    carsten@carsten-laptop:~/Desktop$ ./updatetest
    --2008-11-10 07:58:23-- http://archlinux.unixheads.org/core/os/i686/core.db.tar.gz
    Resolving archlinux.unixheads.org... 204.152.186.174
    Connecting to archlinux.unixheads.org|204.152.186.174|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 32515 (32K) [application/x-gzip]
    Saving to: `core.db.tar.gz'
    100%[=============================================================>] 32.515 --.-K/s in 0,1s
    2008-11-10 07:58:23 (331 KB/s) - `core.db.tar.gz' saved [32515/32515]
    --2008-11-10 07:58:23-- http://archlinux.unixheads.org/extra/os/i686/extra.db.tar.gz
    Resolving archlinux.unixheads.org... 204.152.186.174
    Connecting to archlinux.unixheads.org|204.152.186.174|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 422622 (413K) [application/x-gzip]
    Saving to: `extra.db.tar.gz'
    100%[=============================================================>] 422.622 242K/s in 1,7s
    2008-11-10 07:58:25 (242 KB/s) - `extra.db.tar.gz' saved [422622/422622]
    --2008-11-10 07:58:25-- http://archlinux.unixheads.org/community/os/i686/community.db.tar.gz
    Resolving archlinux.unixheads.org... 204.152.186.174
    Connecting to archlinux.unixheads.org|204.152.186.174|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 369845 (361K) [application/x-gzip]
    Saving to: `community.db.tar.gz'
    100%[=============================================================>] 369.845 206K/s in 1,8s
    2008-11-10 07:58:27 (206 KB/s) - `community.db.tar.gz' saved [369845/369845]
    real 0m3.837s
    user 0m0.016s
    sys 0m0.036s
    ########### Arch ###########
    carsten ~/Desktop $ ./updatetest
    --2008-11-10 08:01:33-- http://archlinux.unixheads.org/core/os/i686/core.db.tar.gz
    Resolving archlinux.unixheads.org... 204.152.186.174
    Connecting to archlinux.unixheads.org|204.152.186.174|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 32515 (32K) [application/x-gzip]
    Saving to: `core.db.tar.gz'
    100%[==============================================================================>] 32,515 --.-K/s in 0.1s
    2008-11-10 08:01:47 (303 KB/s) - `core.db.tar.gz' saved [32515/32515]
    --2008-11-10 08:01:47-- http://archlinux.unixheads.org/extra/os/i686/extra.db.tar.gz
    Resolving archlinux.unixheads.org... 204.152.186.174
    Connecting to archlinux.unixheads.org|204.152.186.174|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 422622 (413K) [application/x-gzip]
    Saving to: `extra.db.tar.gz'
    100%[==============================================================================>] 422,622 253K/s in 1.6s
    2008-11-10 08:02:02 (253 KB/s) - `extra.db.tar.gz' saved [422622/422622]
    --2008-11-10 08:02:02-- http://archlinux.unixheads.org/community/os/i686/community.db.tar.gz
    Resolving archlinux.unixheads.org... 204.152.186.174
    Connecting to archlinux.unixheads.org|204.152.186.174|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 369845 (361K) [application/x-gzip]
    Saving to: `community.db.tar.gz'
    100%[==============================================================================>] 369,845 262K/s in 1.4s
    2008-11-10 08:02:17 (262 KB/s) - `community.db.tar.gz' saved [369845/369845]
    real 0m44.153s
    user 0m0.047s
    sys 0m0.017s
    Ubuntu: 0m3.837s vs. Arch: 0m44.153s
    I get the same update time whenever I update pacman normally.
    I have googled a lot to figure out an answer, but nothing helps, so I was hoping somebody could help me figure this out, as it's very annoying. My hosts file looks like this
    hosts:
    # /etc/hosts: static lookup table for host names
    #<ip-address> <hostname.domain.org> <hostname>
    127.0.0.1 localhost.localdomain localhost arch
    # End of file
    rc.conf:
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.utf8"
    HARDWARECLOCK="UTC"
    USEDIRECTISA="no"
    TIMEZONE="Asia/Singapore"
    KEYMAP="dk"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(e100 mii iwl3945 fuse acpi-cpufreq cpufreq_ondemand cpufreq_conservative cpufreq_powersave loop !pcspkr !snd_pcsp)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="arch"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    #eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    eth0="dhcp"
    INTERFACES=(!eth0 !wlan0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng !network hal !netfs crond fam wicd cups laptop-mode oss gdm)
    SPLASH="splashy"
    Thanks in advance!
    Last edited by Sharpeee (2008-11-15 10:39:42)

    Just tried to remove the "search..." line from my /etc/resolv.conf file, but nothing! It's okay if I remove the line after it connects right? Wicd overwrites the file anyways if I reconnect.
    I don't really think changing to a different network-manager will help me. It works perfectly fine in Ubuntu with both network-manager and wicd, do don't think that's the problem. It must be a configuration file somewhere.
    #### EDIT ####
    I just tried to disable wicd and enable the wired network in /etc/rc.conf. After a reboot and it's still the same, even on the wired, so it's got be some other settings somewhere that's messing things up!
    Also, for some reason my theme, in Gnome, isn't loaded after I disabled wicd? I have to manually run "gnome-appearance-manager"??
    Last edited by Sharpeee (2008-11-11 05:01:46)

  • [SOLVED] Too slow on 64-bit system

    As I bought a 4g mem (a tot of 6g) I upgrade my arch to 64-bit, and it goes very very slow.
    It takes several minutes (after download completed) to install some small software ( like vim ).
    And top shows pacman used 97% cpu ( i5 M430 2 core 4 threads , a tot of 25%?).
    Then I use vim to open a 100-line c file, it took about 5 seconds ( not only once! ).
    It's much slower than my old 32-bit arch.
    My new 64-bit windows has the same problem while the 32-bit windows goes well.
    Would it be that 64-bit is supported but not well supported by my cpu? Or any solutions?
    I don't know what information should be posted here.
    If I should post any other information here, please tell me.
    Last edited by zero2228 (2012-11-04 15:11:56)

    Try takeing out the new stick of ram... you say a total of 6GB, so I assume you also have a 2GB stick in there.... Then see if Arch is still slow.
    I am like 99.9999999999% sure that the i5 CPU works fine with 64bit.
    NOTE: They Hyper-Threading of the Core-i CPU's is not a linear increase in speed. Like for my:
    >Ivy-Bridge moble i7 - Kernel 3.6.5-1-grsec - Hyper-Threading enabled
    ->/etc/makepkg.conf set to "-j2" (two threads)
    It takes ~32min's to compile the Linux Kernel
    ->/etc/makepkg.conf set to "-j3" (three threads)
    It takes ~27min's to compile the Linux Kernel
    ->/etc/makepkg.conf set to "-j4" (four threads)
    It takes ~22min's to comple the Linux Kernel
    > 100*(1-(22/32))
    [1] 31.25
    So, the Hyper-Threading gives my i7-3520M about 30% more speed. Which is good. I read that the Pentium 4HT only produced 20% more speed.
    Last edited by hunterthomson (2012-11-04 02:05:51)

  • Lenovo Beacon file transfer too slow

    dear all, i'm a newby here and i need your help. I own a Beacon with 2x1TB HDD in RAID 0 mode, so when i move datas to Beacon the max. file trasfer speed is up to 5 mb/s. In my opinion this is tooooo slow. Can anyone help me, or say about your file tranfer speed to Beacon. My configuration: Lenovo Beacon +  Netgear 5-port Gigabit Switch (GS305) + Win7 PC. Everything is LAN wired. I already tryed another PC (Notebook) but with the same result. Thank you!

    Beacon use HTTP protocal, and we use Filezilla as benchmark comparison (Note, Filezilla use FTP protocal.)
    Test config: Router, Netgear WGR614 V9 with Lan speed 100Mbps, Thinkpad Notebook (win7) wire connected to router, Beacon wire connected to router .
    Test Result:  Single file speed 5MBPS, and three files 10MBPS by Beacon; single file 11.6MBPS, multiple files 11MBPS

  • Slow internet speed because of RWIN and MTU

    I've got a problem with cable modem "DHCP" speed the default internet settings for arch are very slow for me on a 2mb connection, I get 1700kbps max where as on other distros and windows i'm getting 1960+kbps the issue is RWIN size and MTU size.
    With the default settings my RWIN is "128960" when it should be set to "51100" for my speed, also MTU is 576 which is very low (dialup MTU speed I think) for a cable modem which should be "1500".
    I've tried setting my RWIN size in /etc/sysctl.conf like this in arch:
    # Tweaks for faster broadband...
    net.core.rmem_default = 51100
    net.core.rmem_max = 51100
    net.core.wmem_default = 51100
    net.core.wmem_max = 51100
    net.ipv4.tcp_wmem = 51100 51100 51100
    net.ipv4.tcp_rmem = 51100 51100 51100
    net.ipv4.tcp_mem = 51100 51100 51100
    net.ipv4.tcp_rfc1337 = 1
    net.ipv4.ip_no_pmtu_disc = 0
    net.ipv4.tcp_sack = 1
    net.ipv4.tcp_fack = 1
    net.ipv4.tcp_window_scaling = 0
    net.ipv4.tcp_timestamps = 0
    net.ipv4.tcp_ecn = 0
    net.ipv4.route.flush = 1
    With extra tweaks for window scaling 0, timestamps 0 etc.. and done "sudo sysctrl -p" to set it.
    But after retesting my settings at dslreports.com I get a very low RWIN like "9654" for some reason, does anyone know how to permanently set it to "51100" ?
    I also have a problem with settings MTU I done "sudo ifconfig eth0 mtu 1500" that works fine but gets reset on reboot, I've looked though this thread http://ubuntuforums.org/showthread.php?t=82093 and it needs to be set in "/etc/network/interfaces" but I have no such directory.
    So anyone know how to Permanently RWIN MTU for a DHCP network in arch?
    EDIT: I've managed to set MTU to 1500 on boot now speeds are up to 1958kbps, now just wondering about RWIN
    Last edited by Breakage (2008-02-24 05:33:52)

    You probably want tcp_window_scaling = 1, not 0.
    Window scaling is used to let you have a bigger window size. The only reason to turn it off is if you are behind a router that distorts your TCP packets and causes connection issues. There is such a router between my school and the internet, and so I have my network script shut off tcp_window_scaling when connecting to the wireless at school. But I keep it on elsewhere.
    Try turning it on and giving it a go.

  • Cinnamon - slow windows snapping

    Hello
    I've been using cinnamon on Arch for a long time, but yesterday I decided to install Mint on another partition. What I found out is that on Mint windows move smoothly when aproaching the edge of the screen but on Arch they extremely slow down and the edge animation is laggy. I've noticed it before but I thought that's my hardware fault (it's old). Can anyone tell what is the reason for this behavior?
    Right now I'm using the newest cinnamon version on Arch (don't know what version is on Mint, but the problem occured on arch even with older versions) and nouveau  drivers on both systems.
    Thanks for any help
    Max
    Last edited by harkov (2014-05-04 11:55:02)

    I have installed the latest driver for my network interface (in beta phase since 2009, but hey...), scanned my system and updated my firewall to the latest version. I even unplugged the freaking patchcord, but none of these steps helped.
    Gonna try to disconnect router from Internet later when it's not in use.
    UPDATE: Disconnecting router from the Internet did not help. I'm going to try and plug my PC to the modem directly later and see what happens.
    UPDATE: It seems I'm on the right track. After connecting PC directly to the ISP modem the shutdown speed remained unaffected, but just for the first time. Every other shutdown and reboot have been executed three times faster! I think there might be a problem
    with default gateway's MAC address, since that's one of the things that changes when switching networks. I'm going to change my router's MAC add. as soon as I get a green light from my ISP.
    UPDATE: This is weird. After plugging the PC directly to my ISP modem Windows doesn't ask me whether it's a private or public network; it thinks it's my brother's network. How is this possible? We use different ISPs in different parts of the country.
    FIXED. I removed a bunch of programs I haven't used for a while to free some space on C: Ventrilo and Teamspeak clients, CCleaner, Echolink, WOL Magic Packet Sender, Cobian Backup and a few others I can't remember. The problem went away.
    I'm not sure which one of these applications was causing the problem but I think it might has been this old version of Cobian Backup.
    PC turns itself off within 14 seconds now.

Maybe you are looking for

  • Photos won't link from contacts to favorites

    Photos that are in my contacts have disappeared from Favorites. This happened after upgrade 10.2.1.2141 Removed favorites and linked them again but photos still do not link to Favorites.

  • Scripting errors in date pickers

    I have a problem whenever I am trying to access the date pickers in a UIX app that they will not display but come up with scripting errors and a whole load of questions marks ? Is this some sort of problem with the version of Java Im using ? Classpat

  • Hooking up DVD Player/Home Theater System to my Powerbook???

    I was wondering if I could connect my one piece dvd player that is also a home theater amplifier to my powerbook. The player has the usual connectors, RCA, S-Video, and Component outs. Is there a way to hook it up so the video is displayed on my tiny

  • Help playing video

    either im stupid or my ipod is stupid and im not sure which, lol. when i go to video and try to play a music video or a tv show (i havent tried w a movie yet), it plays the sound, but the screen looks like it does when im just playing a song - the li

  • Realtek HD Audio Driver Not Completing install - error message

    Could I just say first that I am far from being technical minded so please allow for possible lapses in info. Just done another complete reinstall of Win XP - formatted drive etc. However unlike on previous instances the Realtek HD Audio driver has n