Hi all. I installed Mint for a family person laptop, i am seeing Mint is slower booting up and opening menus than windows 7.
This is an HP pavillion with 4gb of RAM so not a sluggish machine for mere web browsing and text editing.
Any way to improve Mint 15 boot times and overall interface speed?
-
Use a different DE like XFCE.
I stopped using Mint and Ubuntu years ago after finding out how bloated they are. -
More information would be good. What processor? Integrated video or dedicated video? Do you have the proper video driver installed or is it just using VESA?
-
AMD dual core M520, HD4530 GPU. I have AMD drivers and i have no graphic issue, the install while being very lacking in feedback went very well. It is just the boot up and opening an application is slower than w7.
-
Do you have anything "out of the ordinary" in startup applications? .. .Is it slow to the login page or after login?
OT anyone here use Eterm? -
No, everything is by default, the only thing i installed was Opera browser. I would say it is slower in both. To login and after.
-
Could be it's trying to load some module or other that fails and has to time out..? Seen a couple of times that an untraditional bootloader config can end up locking the system into a rescue search as well. That tends to take a while.
If you pull up a shell and type "dmesg", does it say anything useful? -
Okay i'll check. I am a linux newbie if some didn't noticed.
-
I would try a fresh install of Mint 13, either MATE or XFCE and see if that helps. I'm using Mint on a 1.06 ghz processor with 1 GB RAM and she's quite brisk.
Linux Mint 13 "Maya" - MATE (32-bit) - Linux Mint
best regards, cleve -
Pull up the menu and search for "terminal". Start any one of them (in Cinnamon or with Gnome, it's just called "Terminal". It's just a command shell.
Then type dmesg. It prints a bunch of system.. kernel feedback messages. You can mark and copy that info out of the terminal by hand, or output it to a file or something by typing dmesg > dmesg_log.txt. (The crocodile jaw is a "pipe". Means you let the output from the first command go to a particular source). Then open that file - should be in your home-directory unless you changed the directory when you opened the shell.
Could post that inside a code bracket in the forumWhat I want to find out is if there's a pause after it starts loading the kernel. Or if you're actually running some module that fails. If that's not it, we're narrowing down what could be wrong very quickly.
-
Thanks. Here it is. On rebooting the computer hanged and i had to make an hard reset, then it worked.
Code:[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 3.8.0-19-generic (buildd@allspice) (gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1) ) #29-Ubuntu SMP Wed Apr 17 18:16:28 UTC 2013 (Ubuntu 3.8.0-19.29-generic 3.8.8) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic root=UUID=7705be4e-d212-4581-b777-02730daaa07c ro rootflags=sync quiet splash [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000de509fff] usable [ 0.000000] BIOS-e820: [mem 0x00000000de50a000-0x00000000de709fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000de70a000-0x00000000dfd93fff] usable [ 0.000000] BIOS-e820: [mem 0x00000000dfd94000-0x00000000dfdbefff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000dfdbf000-0x00000000dfe92fff] usable [ 0.000000] BIOS-e820: [mem 0x00000000dfe93000-0x00000000dfebefff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000dfebf000-0x00000000dfee2fff] usable [ 0.000000] BIOS-e820: [mem 0x00000000dfee3000-0x00000000dfef6fff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000dfef7000-0x00000000dfefffff] usable [ 0.000000] BIOS-e820: [mem 0x00000000f7000000-0x00000000f7ffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000011fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.6 present. [ 0.000000] DMI: Hewlett-Packard HP Pavilion dv7 Notebook PC/3639, BIOS F.15 05/17/2010 [ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x120000 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-FFFFF write-through [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back [ 0.000000] 1 base 000080000000 mask FFFFC0000000 write-back [ 0.000000] 2 base 0000C0000000 mask FFFFE0000000 write-back [ 0.000000] 3 base 0000FFE00000 mask FFFFFFE00000 write-protect [ 0.000000] 4 base 000100000000 mask FFFFE0000000 write-back [ 0.000000] 5 disabled [ 0.000000] 6 disabled [ 0.000000] 7 disabled [ 0.000000] TOM2: 0000000120000000 aka 4608M [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xdff00 max_arch_pfn = 0x400000000 [ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff] [ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576 [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0xdfefffff] [ 0.000000] [mem 0x00000000-0xbfffffff] page 1G [ 0.000000] [mem 0xc0000000-0xdfdfffff] page 2M [ 0.000000] [mem 0xdfe00000-0xdfefffff] page 4k [ 0.000000] kernel direct mapping tables up to 0xdfefffff @ [mem 0x1fffd000-0x1fffffff] [ 0.000000] init_memory_mapping: [mem 0x100000000-0x11fffffff] [ 0.000000] [mem 0x100000000-0x11fffffff] page 2M [ 0.000000] kernel direct mapping tables up to 0x11fffffff @ [mem 0xdfefe000-0xdfefffff] [ 0.000000] RAMDISK: [mem 0x3430c000-0x3617dfff] [ 0.000000] ACPI: RSDP 00000000000fe020 00024 (v02 HP ) [ 0.000000] ACPI: XSDT 00000000dfef6120 0005C (v01 HPQOEM SLIC-MPC 00000003 01000013) [ 0.000000] ACPI: FACP 00000000dfef5000 000F4 (v04 HP 3639 00000003 MSFT 01000013) [ 0.000000] ACPI: DSDT 00000000dfee7000 0A040 (v01 HP 3639 F0000000 MSFT 01000013) [ 0.000000] ACPI: FACS 00000000dfe9c000 00040 [ 0.000000] ACPI: HPET 00000000dfef4000 00038 (v01 HP 3639 00000001 MSFT 01000013) [ 0.000000] ACPI: APIC 00000000dfef3000 00068 (v02 HP 3639 00000001 MSFT 01000013) [ 0.000000] ACPI: MCFG 00000000dfef2000 0003C (v01 HP 3639 00000001 MSFT 01000013) [ 0.000000] ACPI: BOOT 00000000dfee6000 00028 (v01 HP 3639 00000001 MSFT 01000013) [ 0.000000] ACPI: SLIC 00000000dfee5000 00176 (v01 HPQOEM SLIC-MPC 00000001 MSFT 01000013) [ 0.000000] ACPI: SSDT 00000000dfee3000 0052A (v01 AMD PowerNow 00000001 AMD 00000001) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] Scanning NUMA topology in Northbridge 24 [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000011fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x11fffffff] [ 0.000000] NODE_DATA [mem 0x11fffb000-0x11fffffff] [ 0.000000] [ffffea0000000000-ffffea00047fffff] PMD -> [ffff88011b600000-ffff88011f5fffff] on node 0 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00010000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x11fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00010000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xde509fff] [ 0.000000] node 0: [mem 0xde70a000-0xdfd93fff] [ 0.000000] node 0: [mem 0xdfdbf000-0xdfe92fff] [ 0.000000] node 0: [mem 0xdfebf000-0xdfee2fff] [ 0.000000] node 0: [mem 0xdfef7000-0xdfefffff] [ 0.000000] node 0: [mem 0x100000000-0x11fffffff] [ 0.000000] On node 0 totalpages: 1047588 [ 0.000000] DMA zone: 64 pages used for memmap [ 0.000000] DMA zone: 6 pages reserved [ 0.000000] DMA zone: 3913 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 14259 pages used for memmap [ 0.000000] DMA32 zone: 898274 pages, LIFO batch:31 [ 0.000000] Normal zone: 2048 pages used for memmap [ 0.000000] Normal zone: 129024 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[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 4, version 33, 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 low 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: 0x1002a201 base: 0xfed00000 [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] nr_irqs_gsi: 40 [ 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: 00000000de50a000 - 00000000de70a000 [ 0.000000] PM: Registered nosave memory: 00000000dfd94000 - 00000000dfdbf000 [ 0.000000] PM: Registered nosave memory: 00000000dfe93000 - 00000000dfebf000 [ 0.000000] PM: Registered nosave memory: 00000000dfee3000 - 00000000dfef7000 [ 0.000000] PM: Registered nosave memory: 00000000dff00000 - 00000000f7000000 [ 0.000000] PM: Registered nosave memory: 00000000f7000000 - 00000000f8000000 [ 0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000feb00000 [ 0.000000] PM: Registered nosave memory: 00000000feb00000 - 00000000feb01000 [ 0.000000] PM: Registered nosave memory: 00000000feb01000 - 00000000fec00000 [ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000 [ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fee00000 [ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000 [ 0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ffe00000 [ 0.000000] PM: Registered nosave memory: 00000000ffe00000 - 0000000100000000 [ 0.000000] e820: [mem 0xdff00000-0xf6ffffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88011fc00000 s85056 r8192 d21440 u1048576 [ 0.000000] pcpu-alloc: s85056 r8192 d21440 u1048576 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 0 1 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1031211 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic root=UUID=7705be4e-d212-4581-b777-02730daaa07c ro rootflags=sync quiet splash [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] __ex_table already sorted, skipping sort [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Node 0: aperture @ 188000000 size 32 MB [ 0.000000] Aperture beyond 4GB. Ignoring. [ 0.000000] Your BIOS doesn't leave a aperture memory hole [ 0.000000] Please enable the IOMMU option in the BIOS setup [ 0.000000] This costs you 64 MB of RAM [ 0.000000] Mapping aperture over 65536 KB of RAM @ d4000000 [ 0.000000] PM: Registered nosave memory: 00000000d4000000 - 00000000d8000000 [ 0.000000] Memory: 3945996k/4718592k available (7006k kernel code, 528240k absent, 244356k reserved, 6238k data, 992k init) [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] spurious 8259A interrupt: IRQ7. [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] allocated 16777216 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.004000] tsc: Detected 2294.235 MHz processor [ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 4588.47 BogoMIPS (lpj=9176940) [ 0.000006] pid_max: default: 32768 minimum: 301 [ 0.000032] Security Framework initialized [ 0.000045] AppArmor: AppArmor initialized [ 0.000046] Yama: becoming mindful. [ 0.000372] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.001829] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.002440] Mount-cache hash table entries: 256 [ 0.002653] Initializing cgroup subsys cpuacct [ 0.002656] Initializing cgroup subsys memory [ 0.002664] Initializing cgroup subsys devices [ 0.002666] Initializing cgroup subsys freezer [ 0.002668] Initializing cgroup subsys blkio [ 0.002670] Initializing cgroup subsys perf_event [ 0.002672] Initializing cgroup subsys hugetlb [ 0.002695] tseg: 00dff00000 [ 0.002697] CPU: Physical Processor ID: 0 [ 0.002698] CPU: Processor Core ID: 0 [ 0.002700] mce: CPU supports 6 MCE banks [ 0.002706] LVT offset 0 assigned for vector 0xf9 [ 0.002711] process: using AMD E400 aware idle routine [ 0.002714] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8 [ 0.002714] Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64 [ 0.002714] tlb_flushall_shift: 4 [ 0.002834] Freeing SMP alternatives: 24k freed [ 0.004427] ACPI: Core revision 20121018 [ 0.037981] ftrace: allocating 26689 entries in 105 pages [ 0.050904] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.090562] smpboot: CPU0: AMD Turion(tm) II Dual-Core Mobile M520 (fam: 10, model: 06, stepping: 02) [ 0.198358] Performance Events: AMD PMU driver. [ 0.198362] ... version: 0 [ 0.198364] ... bit width: 48 [ 0.198365] ... generic registers: 4 [ 0.198366] ... value mask: 0000ffffffffffff [ 0.198367] ... max period: 00007fffffffffff [ 0.198368] ... fixed-purpose events: 0 [ 0.198369] ... event mask: 000000000000000f [ 0.199476] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. [ 0.199567] smpboot: Booting Node 0, Processors #1 OK [ 0.212598] Brought up 2 CPUs [ 0.212601] smpboot: Total of 2 processors activated (9176.94 BogoMIPS) [ 0.212947] process: System has AMD C1E enabled [ 0.213027] process: Switch to broadcast mode on CPU1 [ 0.213042] process: Switch to broadcast mode on CPU0 [ 0.213290] devtmpfs: initialized [ 0.214631] EVM: security.selinux [ 0.214633] EVM: security.SMACK64 [ 0.214634] EVM: security.capability [ 0.214736] PM: Registering ACPI NVS region [mem 0xde50a000-0xde709fff] (2097152 bytes) [ 0.214766] PM: Registering ACPI NVS region [mem 0xdfe93000-0xdfebefff] (180224 bytes) [ 0.215802] regulator-dummy: no parameters [ 0.215856] NET: Registered protocol family 16 [ 0.215968] node 0 link 0: io port [0, ffffff] [ 0.215971] TOM: 00000000e0000000 aka 3584M [ 0.215974] Fam 10h mmconf [mem 0xf7000000-0xf7ffffff] [ 0.215976] node 0 link 0: mmio [a0000, bffff] [ 0.215979] node 0 link 0: mmio [e0000000, f6ffffff] [ 0.215981] node 0 link 0: mmio [f7000000, f7ffffff] ==> none [ 0.215983] node 0 link 0: mmio [f8000000, ffffffff] [ 0.215985] TOM2: 0000000120000000 aka 4608M [ 0.215987] bus: [bus 00-0f] on node 0 link 0 [ 0.215988] bus: 00 [io 0x0000-0xffff] [ 0.215990] bus: 00 [mem 0x000a0000-0x000bffff] [ 0.215991] bus: 00 [mem 0xe0000000-0xf6ffffff] [ 0.215992] bus: 00 [mem 0xf8000000-0xffffffff] [ 0.215994] bus: 00 [mem 0x120000000-0xfcffffffff] [ 0.216142] ACPI: bus type pci registered [ 0.216245] PCI: MMCONFIG for domain 0000 [bus 00-0f] at [mem 0xf7000000-0xf7ffffff] (base 0xf7000000) [ 0.216248] PCI: MMCONFIG at [mem 0xf7000000-0xf7ffffff] reserved in E820 [ 0.217507] PCI: Using configuration type 1 for base access [ 0.217650] mtrr: your CPUs had inconsistent fixed MTRR settings [ 0.217651] mtrr: your CPUs had inconsistent variable MTRR settings [ 0.217652] mtrr: probably your BIOS does not setup all CPUs. [ 0.217653] mtrr: corrected configuration. [ 0.218527] bio: create slab <bio-0> at 0 [ 0.218696] ACPI: Added _OSI(Module Device) [ 0.218698] ACPI: Added _OSI(Processor Device) [ 0.218700] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.218701] ACPI: Added _OSI(Processor Aggregator Device) [ 0.219826] ACPI: EC: Look up EC in DSDT [ 0.221046] ACPI: Executed 1 blocks of module-level executable AML code [ 0.223307] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored [ 0.231854] ACPI: Interpreter enabled [ 0.231862] ACPI: (supports S0 S3 S4 S5) [ 0.231883] ACPI: Using IOAPIC for interrupt routing [ 0.239156] ACPI: EC: GPE = 0x3, I/O: command/status = 0x66, data = 0x62 [ 0.239269] ACPI: No dock devices found. [ 0.239274] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.239649] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.239651] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] [ 0.239841] \_SB_.PCI0:_OSC request failed [ 0.239843] _OSC request data:1 8 1f [ 0.240493] pci_root PNP0A08:00: ignoring host bridge window [mem 0x000cc000-0x000cffff] (conflicts with Video ROM [mem 0x000c0000-0x000cf7ff]) [ 0.240498] pci_root PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-0f] only partially covers this bridge [ 0.240523] PCI host bridge to bus 0000:00 [ 0.240526] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.240529] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.240531] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.240533] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.240535] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff] [ 0.240538] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff] [ 0.240540] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff] [ 0.240542] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff] [ 0.240544] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff] [ 0.240546] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff] [ 0.240548] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff] [ 0.240550] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff] [ 0.240553] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff] [ 0.240555] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff] [ 0.240557] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff] [ 0.240559] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xf6ffffff] [ 0.240561] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xffffffff] [ 0.240574] pci 0000:00:00.0: [1022:9601] type 00 class 0x060000 [ 0.240692] pci 0000:00:02.0: [1022:9603] type 01 class 0x060400 [ 0.240728] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold [ 0.240808] pci 0000:00:04.0: [1022:9604] type 01 class 0x060400 [ 0.240842] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold [ 0.240857] pci 0000:00:05.0: [1022:9605] type 01 class 0x060400 [ 0.240897] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold [ 0.240913] pci 0000:00:06.0: [1022:9606] type 01 class 0x060400 [ 0.240953] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold [ 0.241053] pci 0000:00:0a.0: [1022:9609] type 01 class 0x060400 [ 0.241087] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold [ 0.241114] pci 0000:00:11.0: [1002:4391] type 00 class 0x010601 [ 0.241135] pci 0000:00:11.0: reg 10: [io 0x8038-0x803f] [ 0.241145] pci 0000:00:11.0: reg 14: [io 0x804c-0x804f] [ 0.241155] pci 0000:00:11.0: reg 18: [io 0x8030-0x8037] [ 0.241165] pci 0000:00:11.0: reg 1c: [io 0x8048-0x804b] [ 0.241175] pci 0000:00:11.0: reg 20: [io 0x8010-0x801f] [ 0.241186] pci 0000:00:11.0: reg 24: [mem 0xf2408000-0xf24083ff] [ 0.241246] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310 [ 0.241260] pci 0000:00:12.0: reg 10: [mem 0xf2407000-0xf2407fff] [ 0.241326] pci 0000:00:12.1: [1002:4398] type 00 class 0x0c0310 [ 0.241340] pci 0000:00:12.1: reg 10: [mem 0xf2406000-0xf2406fff] [ 0.241412] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320 [ 0.242475] pci 0000:00:12.2: reg 10: [mem 0xf2408500-0xf24085ff] [ 0.248320] pci 0000:00:12.2: supports D1 D2 [ 0.248326] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot [ 0.248358] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310 [ 0.248374] pci 0000:00:13.0: reg 10: [mem 0xf2405000-0xf2405fff] [ 0.248440] pci 0000:00:13.1: [1002:4398] type 00 class 0x0c0310 [ 0.248454] pci 0000:00:13.1: reg 10: [mem 0xf2404000-0xf2404fff] [ 0.248526] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320 [ 0.249536] pci 0000:00:13.2: reg 10: [mem 0xf2408400-0xf24084ff] [ 0.255374] pci 0000:00:13.2: supports D1 D2 [ 0.255380] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot [ 0.255414] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500 [ 0.255519] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300 [ 0.255542] pci 0000:00:14.2: reg 10: [mem 0xf2400000-0xf2403fff 64bit] [ 0.255610] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold [ 0.255634] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100 [ 0.255711] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401 [ 0.255759] pci 0000:00:18.0: [1022:1200] type 00 class 0x060000 [ 0.255777] pci 0000:00:18.1: [1022:1201] type 00 class 0x060000 [ 0.255791] pci 0000:00:18.2: [1022:1202] type 00 class 0x060000 [ 0.255805] pci 0000:00:18.3: [1022:1203] type 00 class 0x060000 [ 0.255822] pci 0000:00:18.4: [1022:1204] type 00 class 0x060000 [ 0.255940] pci 0000:01:00.0: [1002:9553] type 00 class 0x030000 [ 0.255950] pci 0000:01:00.0: reg 10: [mem 0xe0000000-0xefffffff pref] [ 0.255958] pci 0000:01:00.0: reg 14: [io 0x7000-0x70ff] [ 0.255965] pci 0000:01:00.0: reg 18: [mem 0xf2300000-0xf230ffff] [ 0.255988] pci 0000:01:00.0: reg 30: [mem 0xfffe0000-0xffffffff pref] [ 0.256018] pci 0000:01:00.0: supports D1 D2 [ 0.256038] pci 0000:01:00.1: [1002:aa38] type 00 class 0x040300 [ 0.256048] pci 0000:01:00.1: reg 10: [mem 0xf2310000-0xf2313fff] [ 0.256108] pci 0000:01:00.1: supports D1 D2 [ 0.265112] pci 0000:00:02.0: PCI bridge to [bus 01] [ 0.265120] pci 0000:00:02.0: bridge window [io 0x7000-0x7fff] [ 0.265123] pci 0000:00:02.0: bridge window [mem 0xf2300000-0xf23fffff] [ 0.265127] pci 0000:00:02.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref] [ 0.265157] pci 0000:00:04.0: PCI bridge to [bus 02-07] [ 0.265161] pci 0000:00:04.0: bridge window [io 0x3000-0x6fff] [ 0.265164] pci 0000:00:04.0: bridge window [mem 0xf1300000-0xf22fffff] [ 0.265168] pci 0000:00:04.0: bridge window [mem 0xf0000000-0xf0ffffff 64bit pref] [ 0.265225] pci 0000:08:00.0: [168c:002b] type 00 class 0x028000 [ 0.265244] pci 0000:08:00.0: reg 10: [mem 0xf1200000-0xf120ffff 64bit] [ 0.265324] pci 0000:08:00.0: supports D1 [ 0.265326] pci 0000:08:00.0: PME# supported from D0 D1 D3hot [ 0.277106] pci 0000:00:05.0: PCI bridge to [bus 08] [ 0.277115] pci 0000:00:05.0: bridge window [mem 0xf1200000-0xf12fffff] [ 0.277165] pci 0000:09:00.0: [10ec:8168] type 00 class 0x020000 [ 0.277180] pci 0000:09:00.0: reg 10: [io 0x2000-0x20ff] [ 0.277201] pci 0000:09:00.0: reg 18: [mem 0xf1004000-0xf1004fff 64bit pref] [ 0.277214] pci 0000:09:00.0: reg 20: [mem 0xf1000000-0xf1003fff 64bit pref] [ 0.277224] pci 0000:09:00.0: reg 30: [mem 0xffff0000-0xffffffff pref] [ 0.277275] pci 0000:09:00.0: supports D1 D2 [ 0.277277] pci 0000:09:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.289100] pci 0000:00:06.0: PCI bridge to [bus 09] [ 0.289108] pci 0000:00:06.0: bridge window [io 0x2000-0x2fff] [ 0.289113] pci 0000:00:06.0: bridge window [mem 0xf1000000-0xf10fffff 64bit pref] [ 0.289142] pci 0000:00:0a.0: PCI bridge to [bus 0a] [ 0.289146] pci 0000:00:0a.0: bridge window [mem 0xf1100000-0xf11fffff] [ 0.289243] pci 0000:00:14.4: PCI bridge to [bus 0b] (subtractive decode) [ 0.289253] pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode) [ 0.289255] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode) [ 0.289257] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode) [ 0.289259] pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000c3fff] (subtractive decode) [ 0.289261] pci 0000:00:14.4: bridge window [mem 0x000c4000-0x000c7fff] (subtractive decode) [ 0.289263] pci 0000:00:14.4: bridge window [mem 0x000c8000-0x000cbfff] (subtractive decode) [ 0.289265] pci 0000:00:14.4: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode) [ 0.289267] pci 0000:00:14.4: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode) [ 0.289270] pci 0000:00:14.4: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode) [ 0.289272] pci 0000:00:14.4: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode) [ 0.289274] pci 0000:00:14.4: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode) [ 0.289276] pci 0000:00:14.4: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode) [ 0.289278] pci 0000:00:14.4: bridge window [mem 0x000e8000-0x000ebfff] (subtractive decode) [ 0.289280] pci 0000:00:14.4: bridge window [mem 0x000ec000-0x000effff] (subtractive decode) [ 0.289282] pci 0000:00:14.4: bridge window [mem 0xe0000000-0xf6ffffff] (subtractive decode) [ 0.289284] pci 0000:00:14.4: bridge window [mem 0xf8000000-0xffffffff] (subtractive decode) [ 0.289319] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB2_._PRT] [ 0.289392] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB4_._PRT] [ 0.289429] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB5_._PRT] [ 0.289461] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB6_._PRT] [ 0.289495] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB10._PRT] [ 0.289564] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT] [ 0.289658] \_SB_.PCI0:_OSC request failed [ 0.289659] _OSC request data:1 1f 1f [ 0.289663] pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM [ 0.289665] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08) [ 0.290744] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled. [ 0.290782] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled. [ 0.290816] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled. [ 0.290848] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled. [ 0.290881] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled. [ 0.290913] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled. [ 0.290945] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled. [ 0.290978] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled. [ 0.291115] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none [ 0.291118] vgaarb: loaded [ 0.291119] vgaarb: bridge control possible 0000:01:00.0 [ 0.291312] SCSI subsystem initialized [ 0.291314] ACPI: bus type scsi registered [ 0.291428] libata version 3.00 loaded. [ 0.291463] ACPI: bus type usb registered [ 0.291489] usbcore: registered new interface driver usbfs [ 0.291503] usbcore: registered new interface driver hub [ 0.291605] usbcore: registered new device driver usb [ 0.291845] PCI: Using ACPI for IRQ routing [ 0.292089] PCI: pci_cache_line_size set to 64 bytes [ 0.292194] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff] [ 0.292196] e820: reserve RAM buffer [mem 0xde50a000-0xdfffffff] [ 0.292198] e820: reserve RAM buffer [mem 0xdfd94000-0xdfffffff] [ 0.292200] e820: reserve RAM buffer [mem 0xdfe93000-0xdfffffff] [ 0.292202] e820: reserve RAM buffer [mem 0xdfee3000-0xdfffffff] [ 0.292203] e820: reserve RAM buffer [mem 0xdff00000-0xdfffffff] [ 0.292315] NetLabel: Initializing [ 0.292317] NetLabel: domain hash size = 128 [ 0.292318] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.292329] NetLabel: unlabeled traffic allowed by default [ 0.292423] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0 [ 0.292428] hpet0: 4 comparators, 32-bit 14.318180 MHz counter [ 0.294468] Switching to clocksource hpet [ 0.299906] AppArmor: AppArmor Filesystem Enabled [ 0.299937] pnp: PnP ACPI init [ 0.299952] ACPI: bus type pnp registered [ 0.300255] system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.300258] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved [ 0.300261] system 00:00: [mem 0xf7000000-0xf7ffffff] has been reserved [ 0.300266] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.300434] pnp 00:01: Plug and Play ACPI device, IDs PNP0103 (active) [ 0.300465] pnp 00:02: [dma 4] [ 0.300486] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active) [ 0.300511] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active) [ 0.300551] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.300575] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active) [ 0.300673] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active) [ 0.300708] pnp 00:07: Plug and Play ACPI device, IDs SYN1e0a SYN1e00 SYN0002 PNP0f13 (active) [ 0.300758] system 00:08: [io 0x0400-0x04cf] has been reserved [ 0.300760] system 00:08: [io 0x04d0-0x04d1] has been reserved [ 0.300763] system 00:08: [io 0x04d6] has been reserved [ 0.300765] system 00:08: [io 0x0680-0x06ff] has been reserved [ 0.300767] system 00:08: [io 0x077a] has been reserved [ 0.300769] system 00:08: [io 0x0c00-0x0c01] has been reserved [ 0.300772] system 00:08: [io 0x0c14] has been reserved [ 0.300774] system 00:08: [io 0x0c50-0x0c52] has been reserved [ 0.300776] system 00:08: [io 0x0c6c] has been reserved [ 0.300778] system 00:08: [io 0x0c6f] has been reserved [ 0.300781] system 00:08: [io 0x0cd0-0x0cdb] has been reserved [ 0.300783] system 00:08: [io 0x0380-0x0387] has been reserved [ 0.300786] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.300852] system 00:09: [mem 0x000e0000-0x000fffff] could not be reserved [ 0.300855] system 00:09: [mem 0xffe00000-0xffffffff] has been reserved [ 0.300857] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active) [ 0.300963] pnp 00:0a: Plug and Play ACPI device, IDs ENE0100 (active) [ 0.301475] pnp 00:0b: Plug and Play ACPI device, IDs HPQ0004 (active) [ 0.301488] pnp: PnP ACPI: found 12 devices [ 0.301490] ACPI: ACPI bus type pnp unregistered [ 0.308729] pci 0000:01:00.0: no compatible bridge window for [mem 0xfffe0000-0xffffffff pref] [ 0.308734] pci 0000:09:00.0: no compatible bridge window for [mem 0xffff0000-0xffffffff pref] [ 0.308844] pci 0000:00:06.0: BAR 14: assigned [mem 0xf2500000-0xf25fffff] [ 0.308847] pci 0000:01:00.0: BAR 6: assigned [mem 0xf2320000-0xf233ffff pref] [ 0.308851] pci 0000:00:02.0: PCI bridge to [bus 01] [ 0.308854] pci 0000:00:02.0: bridge window [io 0x7000-0x7fff] [ 0.308857] pci 0000:00:02.0: bridge window [mem 0xf2300000-0xf23fffff] [ 0.308860] pci 0000:00:02.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref] [ 0.308864] pci 0000:00:04.0: PCI bridge to [bus 02-07] [ 0.308867] pci 0000:00:04.0: bridge window [io 0x3000-0x6fff] [ 0.308870] pci 0000:00:04.0: bridge window [mem 0xf1300000-0xf22fffff] [ 0.308873] pci 0000:00:04.0: bridge window [mem 0xf0000000-0xf0ffffff 64bit pref] [ 0.308877] pci 0000:00:05.0: PCI bridge to [bus 08] [ 0.308880] pci 0000:00:05.0: bridge window [mem 0xf1200000-0xf12fffff] [ 0.308885] pci 0000:09:00.0: BAR 6: assigned [mem 0xf1010000-0xf101ffff pref] [ 0.308888] pci 0000:00:06.0: PCI bridge to [bus 09] [ 0.308890] pci 0000:00:06.0: bridge window [io 0x2000-0x2fff] [ 0.308893] pci 0000:00:06.0: bridge window [mem 0xf2500000-0xf25fffff] [ 0.308896] pci 0000:00:06.0: bridge window [mem 0xf1000000-0xf10fffff 64bit pref] [ 0.308900] pci 0000:00:0a.0: PCI bridge to [bus 0a] [ 0.308903] pci 0000:00:0a.0: bridge window [mem 0xf1100000-0xf11fffff] [ 0.308908] pci 0000:00:14.4: PCI bridge to [bus 0b] [ 0.309015] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] [ 0.309017] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] [ 0.309019] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] [ 0.309021] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff] [ 0.309023] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff] [ 0.309026] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff] [ 0.309028] pci_bus 0000:00: resource 10 [mem 0x000d0000-0x000d3fff] [ 0.309030] pci_bus 0000:00: resource 11 [mem 0x000d4000-0x000d7fff] [ 0.309032] pci_bus 0000:00: resource 12 [mem 0x000d8000-0x000dbfff] [ 0.309034] pci_bus 0000:00: resource 13 [mem 0x000dc000-0x000dffff] [ 0.309037] pci_bus 0000:00: resource 14 [mem 0x000e0000-0x000e3fff] [ 0.309039] pci_bus 0000:00: resource 15 [mem 0x000e4000-0x000e7fff] [ 0.309041] pci_bus 0000:00: resource 16 [mem 0x000e8000-0x000ebfff] [ 0.309043] pci_bus 0000:00: resource 17 [mem 0x000ec000-0x000effff] [ 0.309045] pci_bus 0000:00: resource 18 [mem 0xe0000000-0xf6ffffff] [ 0.309048] pci_bus 0000:00: resource 19 [mem 0xf8000000-0xffffffff] [ 0.309050] pci_bus 0000:01: resource 0 [io 0x7000-0x7fff] [ 0.309052] pci_bus 0000:01: resource 1 [mem 0xf2300000-0xf23fffff] [ 0.309055] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref] [ 0.309057] pci_bus 0000:02: resource 0 [io 0x3000-0x6fff] [ 0.309059] pci_bus 0000:02: resource 1 [mem 0xf1300000-0xf22fffff] [ 0.309061] pci_bus 0000:02: resource 2 [mem 0xf0000000-0xf0ffffff 64bit pref] [ 0.309064] pci_bus 0000:08: resource 1 [mem 0xf1200000-0xf12fffff] [ 0.309066] pci_bus 0000:09: resource 0 [io 0x2000-0x2fff] [ 0.309068] pci_bus 0000:09: resource 1 [mem 0xf2500000-0xf25fffff] [ 0.309071] pci_bus 0000:09: resource 2 [mem 0xf1000000-0xf10fffff 64bit pref] [ 0.309073] pci_bus 0000:0a: resource 1 [mem 0xf1100000-0xf11fffff] [ 0.309076] pci_bus 0000:0b: resource 4 [io 0x0000-0x0cf7] [ 0.309078] pci_bus 0000:0b: resource 5 [io 0x0d00-0xffff] [ 0.309080] pci_bus 0000:0b: resource 6 [mem 0x000a0000-0x000bffff] [ 0.309082] pci_bus 0000:0b: resource 7 [mem 0x000c0000-0x000c3fff] [ 0.309084] pci_bus 0000:0b: resource 8 [mem 0x000c4000-0x000c7fff] [ 0.309086] pci_bus 0000:0b: resource 9 [mem 0x000c8000-0x000cbfff] [ 0.309089] pci_bus 0000:0b: resource 10 [mem 0x000d0000-0x000d3fff] [ 0.309091] pci_bus 0000:0b: resource 11 [mem 0x000d4000-0x000d7fff] [ 0.309093] pci_bus 0000:0b: resource 12 [mem 0x000d8000-0x000dbfff] [ 0.309095] pci_bus 0000:0b: resource 13 [mem 0x000dc000-0x000dffff] [ 0.309097] pci_bus 0000:0b: resource 14 [mem 0x000e0000-0x000e3fff] [ 0.309099] pci_bus 0000:0b: resource 15 [mem 0x000e4000-0x000e7fff] [ 0.309102] pci_bus 0000:0b: resource 16 [mem 0x000e8000-0x000ebfff] [ 0.309104] pci_bus 0000:0b: resource 17 [mem 0x000ec000-0x000effff] [ 0.309106] pci_bus 0000:0b: resource 18 [mem 0xe0000000-0xf6ffffff] [ 0.309108] pci_bus 0000:0b: resource 19 [mem 0xf8000000-0xffffffff] [ 0.309148] NET: Registered protocol family 2 [ 0.309307] TCP established hash table entries: 32768 (order: 7, 524288 bytes) [ 0.309490] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.309653] TCP: Hash tables configured (established 32768 bind 32768) [ 0.309705] TCP: reno registered [ 0.309715] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.309746] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.309838] NET: Registered protocol family 1 [ 1.161991] pci 0000:01:00.0: Boot video device [ 1.162014] PCI: CLS 64 bytes, default 64 [ 1.162065] Trying to unpack rootfs image as initramfs... [ 1.739573] Freeing initrd memory: 31176k freed [ 1.750175] PCI-DMA: Disabling AGP. [ 1.750296] PCI-DMA: aperture base @ d4000000 size 65536 KB [ 1.750297] PCI-DMA: using GART IOMMU. [ 1.750300] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture [ 1.754006] Simple Boot Flag at 0x44 set to 0x1 [ 1.754091] LVT offset 1 assigned for vector 0x400 [ 1.754100] IBS: LVT offset 1 assigned [ 1.754202] perf: AMD IBS detected (0x0000001f) [ 1.754512] Initialise module verification [ 1.754553] audit: initializing netlink socket (disabled) [ 1.754566] type=2000 audit(1387413614.624:1): initialized [ 1.783096] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.785182] VFS: Disk quotas dquot_6.5.2 [ 1.785242] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.785989] fuse init (API version 7.20) [ 1.786210] msgmni has been set to 7896 [ 1.786808] Key type asymmetric registered [ 1.786812] Asymmetric key parser 'x509' registered [ 1.786865] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 1.786988] io scheduler noop registered [ 1.786993] io scheduler deadline registered (default) [ 1.787004] io scheduler cfq registered [ 1.787196] pcieport 0000:00:02.0: irq 40 for MSI/MSI-X [ 1.787354] pcieport 0000:00:04.0: irq 41 for MSI/MSI-X [ 1.787518] pcieport 0000:00:05.0: irq 42 for MSI/MSI-X [ 1.787673] pcieport 0000:00:06.0: irq 43 for MSI/MSI-X [ 1.787827] pcieport 0000:00:0a.0: irq 44 for MSI/MSI-X [ 1.787993] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.788013] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.789052] ACPI: AC Adapter [ACAD] (on-line) [ 1.789124] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 [ 1.789129] ACPI: Power Button [PWRB] [ 1.789159] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1 [ 1.789162] ACPI: Sleep Button [SLPB] [ 1.789218] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2 [ 1.789511] ACPI: Lid Switch [LID] [ 1.789545] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3 [ 1.789548] ACPI: Power Button [PWRF] [ 1.789754] ACPI: processor limited to max C-state 1 [ 1.793480] [Firmware Bug]: Invalid critical threshold (0) [ 1.795321] thermal LNXTHERM:00: registered as thermal_zone0 [ 1.795325] ACPI: Thermal Zone [THRM] (58 C) [ 1.795383] GHES: HEST is not enabled! [ 1.795509] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.797592] Linux agpgart interface v0.103 [ 1.799758] brd: module loaded [ 1.801363] loop: module loaded [ 1.801773] libphy: Fixed MDIO Bus: probed [ 1.801835] tun: Universal TUN/TAP device driver, 1.6 [ 1.801836] tun: (C) 1999-2004 Max Krasnyansky <[email protected]> [ 1.801954] PPP generic driver version 2.4.2 [ 1.802003] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.802004] ehci-pci: EHCI PCI platform driver [ 1.802063] ehci-pci 0000:00:12.2: setting latency timer to 64 [ 1.802070] ehci-pci 0000:00:12.2: EHCI Host Controller [ 1.802079] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1 [ 1.802091] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround [ 1.802104] ehci-pci 0000:00:12.2: debug port 1 [ 1.802163] ehci-pci 0000:00:12.2: irq 17, io mem 0xf2408500 [ 1.813367] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00 [ 1.813398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.813401] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.813403] usb usb1: Product: EHCI Host Controller [ 1.813405] usb usb1: Manufacturer: Linux 3.8.0-19-generic ehci_hcd [ 1.813407] usb usb1: SerialNumber: 0000:00:12.2 [ 1.813752] hub 1-0:1.0: USB hub found [ 1.813758] hub 1-0:1.0: 6 ports detected [ 1.814001] ehci-pci 0000:00:13.2: setting latency timer to 64 [ 1.814005] ehci-pci 0000:00:13.2: EHCI Host Controller [ 1.814011] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2 [ 1.814016] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround [ 1.814035] ehci-pci 0000:00:13.2: debug port 1 [ 1.814079] ehci-pci 0000:00:13.2: irq 19, io mem 0xf2408400 [ 1.819679] ACPI: Battery Slot [BAT0] (battery present) [ 1.825435] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00 [ 1.825471] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.825473] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.825475] usb usb2: Product: EHCI Host Controller [ 1.825477] usb usb2: Manufacturer: Linux 3.8.0-19-generic ehci_hcd [ 1.825479] usb usb2: SerialNumber: 0000:00:13.2 [ 1.825640] hub 2-0:1.0: USB hub found [ 1.825645] hub 2-0:1.0: 6 ports detected [ 1.825877] ehci-platform: EHCI generic platform driver [ 1.825894] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.826042] ohci_hcd 0000:00:12.0: setting latency timer to 64 [ 1.826048] ohci_hcd 0000:00:12.0: OHCI Host Controller [ 1.826063] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 3 [ 1.826100] ohci_hcd 0000:00:12.0: irq 16, io mem 0xf2407000 [ 1.885409] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.885414] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.885416] usb usb3: Product: OHCI Host Controller [ 1.885418] usb usb3: Manufacturer: Linux 3.8.0-19-generic ohci_hcd [ 1.885420] usb usb3: SerialNumber: 0000:00:12.0 [ 1.885696] hub 3-0:1.0: USB hub found [ 1.885774] hub 3-0:1.0: 3 ports detected [ 1.885937] ohci_hcd 0000:00:12.1: setting latency timer to 64 [ 1.885940] ohci_hcd 0000:00:12.1: OHCI Host Controller [ 1.885946] ohci_hcd 0000:00:12.1: new USB bus registered, assigned bus number 4 [ 1.885966] ohci_hcd 0000:00:12.1: irq 16, io mem 0xf2406000 [ 1.945350] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.945354] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.945356] usb usb4: Product: OHCI Host Controller [ 1.945358] usb usb4: Manufacturer: Linux 3.8.0-19-generic ohci_hcd [ 1.945360] usb usb4: SerialNumber: 0000:00:12.1 [ 1.945533] hub 4-0:1.0: USB hub found [ 1.945540] hub 4-0:1.0: 3 ports detected [ 1.945700] ohci_hcd 0000:00:13.0: setting latency timer to 64 [ 1.945703] ohci_hcd 0000:00:13.0: OHCI Host Controller [ 1.945709] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 5 [ 1.945743] ohci_hcd 0000:00:13.0: irq 18, io mem 0xf2405000 [ 2.005298] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001 [ 2.005302] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.005304] usb usb5: Product: OHCI Host Controller [ 2.005306] usb usb5: Manufacturer: Linux 3.8.0-19-generic ohci_hcd [ 2.005308] usb usb5: SerialNumber: 0000:00:13.0 [ 2.005490] hub 5-0:1.0: USB hub found [ 2.005497] hub 5-0:1.0: 3 ports detected [ 2.005724] ohci_hcd 0000:00:13.1: setting latency timer to 64 [ 2.005728] ohci_hcd 0000:00:13.1: OHCI Host Controller [ 2.005734] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 6 [ 2.005753] ohci_hcd 0000:00:13.1: irq 18, io mem 0xf2404000 [ 2.065250] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001 [ 2.065254] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.065257] usb usb6: Product: OHCI Host Controller [ 2.065259] usb usb6: Manufacturer: Linux 3.8.0-19-generic ohci_hcd [ 2.065260] usb usb6: SerialNumber: 0000:00:13.1 [ 2.065537] hub 6-0:1.0: USB hub found [ 2.065610] hub 6-0:1.0: 3 ports detected [ 2.065806] uhci_hcd: USB Universal Host Controller Interface driver [ 2.065948] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 [ 2.091523] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 2.091530] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 2.091858] mousedev: PS/2 mouse device common for all mice [ 2.093210] rtc_cmos 00:04: RTC can wake from S4 [ 2.093361] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0 [ 2.093388] rtc0: alarms up to one day, 114 bytes nvram, hpet irqs [ 2.093481] device-mapper: uevent: version 1.0.3 [ 2.093684] device-mapper: ioctl: 4.23.1-ioctl (2012-12-18) initialised: [email][email protected][/email] [ 2.093693] cpuidle: using governor ladder [ 2.093694] cpuidle: using governor menu [ 2.093697] ledtrig-cpu: registered to indicate activity on CPUs [ 2.093699] EFI Variables Facility v0.08 2004-May-17 [ 2.094144] ashmem: initialized [ 2.094275] TCP: cubic registered [ 2.094368] NET: Registered protocol family 10 [ 2.094524] NET: Registered protocol family 17 [ 2.094533] Key type dns_resolver registered [ 2.094940] Loading module verification certificates [ 2.096124] MODSIGN: Loaded cert 'Magrathea: Glacier signing key: d490763cc418e29de79f40a5aa7d97747ec8882c' [ 2.096136] registered taskstats version 1 [ 2.099136] Key type trusted registered [ 2.101532] Key type encrypted registered [ 2.104407] rtc_cmos 00:04: setting system clock to 2013-12-19 00:40:15 UTC (1387413615) [ 2.104466] powernow-k8: this CPU is not supported anymore, using acpi-cpufreq instead. [ 2.105788] acpi-cpufreq: overriding BIOS provided _PSD data [ 2.105932] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 2.105934] EDD information not available. [ 2.107501] Freeing unused kernel memory: 992k freed [ 2.107787] Write protecting the kernel read-only data: 12288k [ 2.111669] Freeing unused kernel memory: 1176k freed [ 2.115587] Freeing unused kernel memory: 1080k freed [ 2.121944] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4 [ 2.125186] usb 1-3: new high-speed USB device number 2 using ehci-pci [ 2.145944] udevd[99]: starting version 175 [ 2.221638] [drm] Initialized drm 1.1.0 20060810 [ 2.236926] wmi: Mapper loaded [ 2.247711] Disabling lock debugging due to kernel taint [ 2.270549] ahci 0000:00:11.0: version 3.0 [ 2.270667] ahci 0000:00:11.0: AHCI 0001.0100 32 slots 3 ports 3 Gbps 0x7 impl SATA mode [ 2.270672] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part ccc sxs [ 2.273007] scsi0 : ahci [ 2.276718] scsi1 : ahci [ 2.278219] scsi2 : ahci [ 2.278285] ata1: SATA max UDMA/133 abar m1024@0xf2408000 port 0xf2408100 irq 22 [ 2.278289] ata2: SATA max UDMA/133 abar m1024@0xf2408000 port 0xf2408180 irq 22 [ 2.278292] ata3: SATA max UDMA/133 abar m1024@0xf2408000 port 0xf2408200 irq 22 [ 2.281633] usb 1-3: New USB device found, idVendor=0408, idProduct=03f0 [ 2.281639] usb 1-3: New USB device strings: Mfr=2, Product=1, SerialNumber=3 [ 2.281642] usb 1-3: Product: HP Webcam [ 2.281644] usb 1-3: Manufacturer: QCM [ 2.281646] usb 1-3: SerialNumber: SN0001 [ 2.285413] [drm] radeon defaulting to kernel modesetting. [ 2.285417] [drm] radeon kernel modesetting enabled. [ 2.285680] [drm] initializing kernel modesetting (RV710 0x1002:0x9553 0x103C:0x3639). [ 2.285708] [drm] register mmio base: 0xF2300000 [ 2.285710] [drm] register mmio size: 65536 [ 2.286510] ATOM BIOS: BR34651.001 [ 2.287623] radeon 0000:01:00.0: VRAM: 512M 0x0000000000000000 - 0x000000001FFFFFFF (512M used) [ 2.287626] radeon 0000:01:00.0: GTT: 512M 0x0000000020000000 - 0x000000003FFFFFFF [ 2.288080] [drm] Detected VRAM RAM=512M, BAR=256M [ 2.288084] [drm] RAM width 64bits DDR [ 2.288172] [TTM] Zone kernel: Available graphics memory: 2023198 kiB [ 2.288174] [TTM] Initializing pool allocator [ 2.288179] [TTM] Initializing DMA pool allocator [ 2.288199] acpi device:09: registered as cooling_device2 [ 2.288206] [drm] radeon: 512M of VRAM memory ready [ 2.288208] [drm] radeon: 512M of GTT memory ready. [ 2.288222] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). [ 2.288224] [drm] Driver supports precise vblank timestamp query. [ 2.288234] ACPI: Video Device [DVGA] (multi-head: yes rom: no post: no) [ 2.288267] radeon 0000:01:00.0: irq 45 for MSI/MSI-X [ 2.288279] radeon 0000:01:00.0: radeon: using MSI. [ 2.288281] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:06/LNXVIDEO:01/input/input5 [ 2.288311] [drm] radeon: irq initialized. [ 2.288316] [drm] GART: num cpu pages 131072, num gpu pages 131072 [ 2.289584] [drm] probing gen 2 caps for device 1022:9603 = 2/0 [ 2.289588] [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0 [ 2.289654] [drm] Loading RV710 Microcode [ 2.313540] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000). [ 2.313633] radeon 0000:01:00.0: WB enabled [ 2.313637] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000020000c00 and cpu addr 0xffff880113655c00 [ 2.313639] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000020000c0c and cpu addr 0xffff880113655c0c [ 2.359905] [drm] ring test on 0 succeeded in 1 usecs [ 2.360022] [drm] ring test on 3 succeeded in 1 usecs [ 2.360186] [drm] ib test on ring 0 succeeded in 0 usecs [ 2.360206] [drm] ib test on ring 3 succeeded in 0 usecs [ 2.360516] [drm] radeon atom DIG backlight initialized [ 2.360518] [drm] Radeon Display Connectors [ 2.360519] [drm] Connector 0: [ 2.360520] [drm] LVDS-1 [ 2.360522] [drm] DDC: 0x7f68 0x7f68 0x7f6c 0x7f6c 0x7f70 0x7f70 0x7f74 0x7f74 [ 2.360523] [drm] Encoders: [ 2.360525] [drm] LCD1: INTERNAL_UNIPHY2 [ 2.360526] [drm] Connector 1: [ 2.360527] [drm] VGA-1 [ 2.360529] [drm] DDC: 0x7fa0 0x7fa0 0x7fa4 0x7fa4 0x7fa8 0x7fa8 0x7fac 0x7fac [ 2.360530] [drm] Encoders: [ 2.360531] [drm] CRT1: INTERNAL_KLDSCP_DAC1 [ 2.360532] [drm] Connector 2: [ 2.360533] [drm] HDMI-A-1 [ 2.360534] [drm] HPD1 [ 2.360536] [drm] DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c [ 2.360537] [drm] Encoders: [ 2.360538] [drm] DFP1: INTERNAL_UNIPHY [ 2.360562] [drm] radeon: power management initialized [ 2.360655] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded [ 2.360962] r8169 0000:09:00.0: irq 46 for MSI/MSI-X [ 2.361206] r8169 0000:09:00.0 eth0: RTL8168d/8111d at 0xffffc90000656000, 00:26:9e:e6:07:5e, XID 081000c0 IRQ 46 [ 2.361208] r8169 0000:09:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko] [ 2.604835] usb 4-3: new low-speed USB device number 2 using ohci_hcd [ 2.612827] ata3: SATA link down (SStatus 0 SControl 300) [ 2.752704] tsc: Refined TSC clocksource calibration: 2294.174 MHz [ 2.752712] Switching to clocksource tsc [ 2.772639] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 2.773701] ata1.00: ATA-8: ST9320423AS, 0003HPM1, max UDMA/100 [ 2.773720] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA [ 2.774903] ata1.00: configured for UDMA/100 [ 2.775136] scsi 0:0:0:0: Direct-Access ATA ST9320423AS 0003 PQ: 0 ANSI: 5 [ 2.775329] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 2.775416] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB) [ 2.775451] sd 0:0:0:0: [sda] Write Protect is off [ 2.775454] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 2.775470] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.776195] usb 4-3: New USB device found, idVendor=046d, idProduct=c045 [ 2.776199] usb 4-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.776202] usb 4-3: Product: USB-PS/2 Optical Mouse [ 2.776204] usb 4-3: Manufacturer: Logitech [ 2.776703] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 2.790904] usbcore: registered new interface driver usbhid [ 2.790908] usbhid: USB HID core driver [ 2.794218] ata2.00: ATAPI: hp CDDVDW TS-L633M, 0301, max UDMA/100 [ 2.794477] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:12.1/usb4/4-3/4-3:1.0/input/input6 [ 2.794589] hid-generic 0003:046D:C045.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:12.1-3/input0 [ 2.812330] ata2.00: configured for UDMA/100 [ 2.816467] scsi 1:0:0:0: CD-ROM hp CDDVDW TS-L633M 0301 PQ: 0 ANSI: 5 [ 2.824684] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray [ 2.824690] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 2.824827] sr 1:0:0:0: Attached scsi CD-ROM sr0 [ 2.824909] sr 1:0:0:0: Attached scsi generic sg1 type 5 [ 2.853953] sda: sda1 sda2 < sda5 > [ 2.854391] sd 0:0:0:0: [sda] Attached SCSI disk [ 3.356494] [drm] fb mappable at 0xE0142000 [ 3.356498] [drm] vram apper at 0xE0000000 [ 3.356500] [drm] size 5787648 [ 3.356501] [drm] fb depth is 24 [ 3.356502] [drm] pitch is 6400 [ 3.356611] fbcon: radeondrmfb (fb0) is primary device [ 4.017982] Console: switching to colour frame buffer device 200x56 [ 4.023890] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device [ 4.023893] radeon 0000:01:00.0: registered panic notifier [ 4.023909] [drm] Initialized radeon 2.29.0 20080528 for 0000:01:00.0 on minor 0 [ 4.196868] xor: automatically using best checksumming function: [ 4.235423] generic_sse: 8791.000 MB/sec [ 4.237937] device-mapper: dm-raid45: initialized v0.2594b [ 4.366092] Btrfs loaded [ 4.589289] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) [ 7.458812] Adding 4189180k swap on /dev/sda5. Priority:-1 extents:1 across:4189180k [ 8.669823] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 9.010327] udevd[444]: starting version 175 [ 9.038736] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro [ 10.001810] lp: driver loaded but no devices found [ 10.304802] ACPI Warning: 0x0000000000000b00-0x0000000000000b07 SystemIO conflicts with Region \_SB_.PCI0.SMBS.SMBI 1 (20121018/utaddress-251) [ 10.304811] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 10.314164] MCE: In-kernel MCE decoding enabled. [ 10.347123] EDAC MC: Ver: 3.0.0 [ 10.358926] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05 [ 10.359024] sp5100_tco: PCI Revision ID: 0x3c [ 10.359110] sp5100_tco: failed to find MMIO address, giving up. [ 10.408567] ene_ir: chip is 0x3926 - kbver = 0x00, rev = 0xd2 [ 10.408571] ene_ir: PLL freq = 1406 [ 10.408572] ene_ir: KB3926D or higher detected [ 10.408585] ene_ir: Firmware regs: c0 00 [ 10.408586] ene_ir: Hardware features: [ 10.408587] ene_ir: * Uses GPIO 40 for IR demodulated input [ 10.419693] microcode: CPU0: patch_level=0x01000098 [ 10.439413] input: HP WMI hotkeys as /devices/virtual/input/input7 [ 10.451536] AMD64 EDAC driver v3.4.0 [ 10.451592] EDAC amd64: DRAM ECC disabled. [ 10.451602] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load. [ 10.451602] Either enable ECC checking or force module loading by setting 'ecc_enable_override'. [ 10.451602] (Note that use of the override may cause unknown side effects.) [ 10.498687] Registered IR keymap rc-rc6-mce [ 10.498800] input: ENE eHome Infrared Remote Receiver as /devices/virtual/rc/rc0/input8 [ 10.498969] rc0: ENE eHome Infrared Remote Receiver as /devices/virtual/rc/rc0 [ 10.499151] ene_ir: driver has been successfully loaded [ 10.502807] hp_accel: hardware type DV7 found [ 10.503424] lis3lv02d: 8 bits sensor found [ 10.542701] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input9 [ 10.553532] IR NEC protocol handler initialized [ 10.577599] microcode: CPU0: new patch_level=0x010000c7 [ 10.577616] microcode: CPU1: patch_level=0x01000098 [ 10.577624] microcode: CPU1: new patch_level=0x010000c7 [ 10.577716] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba [ 10.588040] device-mapper: multipath: version 1.5.1 loaded [ 10.593169] IR RC5(x) protocol handler initialized [ 10.633998] IR RC6 protocol handler initialized [ 10.674135] cfg80211: Calling CRDA to update world regulatory domain [ 10.676681] IR JVC protocol handler initialized [ 10.686566] IR Sony protocol handler initialized [ 10.693525] IR SANYO protocol handler initialized [ 10.699049] input: MCE IR Keyboard/Mouse (ene_ir) as /devices/virtual/input/input10 [ 10.699294] IR MCE Keyboard/mouse protocol handler initialized [ 10.714097] lirc_dev: IR Remote Control driver registered, major 250 [ 10.724464] rc rc0: lirc_dev: driver ir-lirc-codec (ene_ir) registered at minor = 0 [ 10.724468] IR LIRC bridge handler initialized [ 10.753692] kvm: disabled by bios [ 10.755591] kvm: disabled by bios [ 11.071934] snd_hda_intel 0000:00:14.2: setting latency timer to 64 [ 11.302970] input: HDA ATI SB Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input11 [ 11.303401] input: HDA ATI SB Front Line Out as /devices/pci0000:00/0000:00:14.2/sound/card0/input12 [ 11.303797] hda-intel 0000:01:00.1: Handle VGA-switcheroo audio client [ 11.303884] snd_hda_intel 0000:01:00.1: irq 47 for MSI/MSI-X [ 11.345306] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input13 [ 11.426891] ath: phy0: ASPM enabled: 0x43 [ 11.426897] ath: EEPROM regdomain: 0x6a [ 11.426898] ath: EEPROM indicates we should expect a direct regpair map [ 11.426902] ath: Country alpha2 being used: 00 [ 11.426903] ath: Regpair used: 0x6a [ 11.715544] psmouse serio1: synaptics: Touchpad model: 1, fw: 6.5, id: 0x1c0b1, caps: 0xa04751/0xa00000/0x0, board id: 3655, fw id: 428212 [ 11.795581] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control' [ 11.795867] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xffffc90001a60000, irq=17 [ 11.809010] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input14 [ 12.206815] Linux video capture interface: v2.00 [ 12.495052] uvcvideo: Found UVC 1.00 device HP Webcam (0408:03f0) [ 12.499106] input: HP Webcam as /devices/pci0000:00/0000:00:12.2/usb1/1-3/1-3:1.0/input/input15 [ 12.499298] usbcore: registered new interface driver uvcvideo [ 12.499301] USB Video Class driver (1.1.1) [ 12.701898] cfg80211: World regulatory domain updated: [ 12.701903] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 12.701905] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 12.701907] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 12.701909] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 12.701911] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 12.701912] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 13.131464] init: failsafe main process (791) killed by TERM signal [ 13.737421] init: avahi-cups-reload main process (871) terminated with status 1 [ 14.031047] ppdev: user-space parallel port driver [ 14.045708] Bluetooth: Core ver 2.16 [ 14.045732] NET: Registered protocol family 31 [ 14.045734] Bluetooth: HCI device and connection manager initialized [ 14.045743] Bluetooth: HCI socket layer initialized [ 14.045746] Bluetooth: L2CAP socket layer initialized [ 14.045751] Bluetooth: SCO socket layer initialized [ 14.064163] Bluetooth: RFCOMM TTY layer initialized [ 14.064183] Bluetooth: RFCOMM socket layer initialized [ 14.064185] Bluetooth: RFCOMM ver 1.11 [ 14.330073] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 14.330078] Bluetooth: BNEP filters: protocol multicast [ 14.330088] Bluetooth: BNEP socket layer initialized [ 17.539412] init: smbd main process (824) killed by HUP signal [ 17.539444] init: smbd main process ended, respawning [ 18.490002] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 18.493149] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 18.646083] r8169 0000:09:00.0 eth0: link down [ 18.646205] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 18.646684] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
-
Hmm..
This
But why is the mounting taking so long? This is supposed to be pretty much instant. So you probably have something to look at there. ..what sort of partition setup did you use? -
It is just one partition of 310gb(320gb nominal size disk) of which 4.2Gb is the linux and some tiny files from the owner. All rest is free space
Anything i should check? File format? I noticed that when loading Linux the disk access seems to be more harsh than with W7.
In device drivers says that it is not using any proprietary device drivers. -
Hm.. What filesystem did you pick? I'm not sure if it's possible to get that slow response even on fat32, but I guess it could be one source of the problem.
Just as an example of what you should be getting, my kind of bloated, completely standard Mint boot completes in around 9 seconds. We're talking perhaps.. three seconds extra for the actual boot until reaching the desktop environment on a slow hdd.
edit: never mind, says ext-4 on the output above. It's strange, but we're probably looking for some device or other that somehow doesn't mount properly at boot. Honestly out on the deep end here myself -- anyone else have an idea what this could be, or how to pull up the devices that are being mounted? -
Thanks. I could reinstall. Maybe i can try Mint 16.
Btw the HDD is a 7200rpm model so it is a fast one. -
Can we get a Bootchart or something?
-
Isn't something like what i posted in #11 post, now under spoiler...
Linux 15 Mint slower than Windows 7
Discussion in 'Linux Compatibility and Software' started by Bullit, Dec 12, 2013.