[SOLVED] Archlinux not detecting full ammount of RAM (again)

Hello everyone!
i've got a problem similar to this one: https://bbs.archlinux.org/viewtopic.php?id=126170
i've tried brilliant solution by gabe.benson:
Well, I fixed it.  I re-seated the RAM and rebooted, everything works fine now.
but got no result.
i have lenovo g580 laptop with 4 G of ram.
lshw -short | grep 'System\ Memory'
/0/28 memory 4GiB System Memory
lshw | grep -A 8 bank
sudo lshw | grep -A 8 bank
*-bank:0
description: SODIMM DDR3 Synchronous 800 MHz (1,2 ns)
product: 16KTF51264HZ-1G6M1
vendor: Micron Technology
physical id: 0
serial: E962DADF
slot: DIMM0
size: 4GiB
width: 64 bits
*-bank:1
description: DIMM [empty]
product: Empty
vendor: Empty
physical id: 1
serial: Empty
slot: DIMM1
but system says that i hve only 3 G of ram:
cat /proc/meminfo | grep -i memtotal
MemTotal: 3018460 kB
free -m
total used free shared buffers cached
Mem: 2947 900 2047 0 13 455
-/+ buffers/cache: 430 2517
Swap: 956 0 956
my RAM is recognized in BIOS and was recognized in win7 when win7 was still installed...
here are some info
uname -a
Linux architect 3.4.8-1-ARCH #1 SMP PREEMPT Thu Aug 9 19:24:46 UTC 2012 i686 GNU/Linux
dmesg full output
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.4.8-1-ARCH (tobias@T-POWA-LX) (gcc version 4.7.1 20120721 (prerelease) (GCC) ) #1 SMP PREEMPT Thu Aug 9 19:24:46 UTC 2012
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009d800 (usable)
[ 0.000000] BIOS-e820: 000000000009d800 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 0000000020000000 (usable)
[ 0.000000] BIOS-e820: 0000000020000000 - 0000000020200000 (reserved)
[ 0.000000] BIOS-e820: 0000000020200000 - 0000000040004000 (usable)
[ 0.000000] BIOS-e820: 0000000040004000 - 0000000040005000 (reserved)
[ 0.000000] BIOS-e820: 0000000040005000 - 00000000baabf000 (usable)
[ 0.000000] BIOS-e820: 00000000baabf000 - 00000000baebf000 (reserved)
[ 0.000000] BIOS-e820: 00000000baebf000 - 00000000bafbf000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bafbf000 - 00000000bafff000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000bafff000 - 00000000bb000000 (usable)
[ 0.000000] BIOS-e820: 00000000bb000000 - 00000000bfa00000 (reserved)
[ 0.000000] BIOS-e820: 00000000f0000000 - 00000000f4000000 (reserved)
[ 0.000000] BIOS-e820: 00000000feb00000 - 00000000feb04000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed10000 - 00000000fed1a000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ffb80000 - 0000000100000000 (reserved)
[ 0.000000] BIOS-e820: 0000000100000000 - 000000013f600000 (usable)
[ 0.000000] e820 remove range: 0000000100000000 - ffffffffffffffff (usable)
[ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[ 0.000000] user-defined physical RAM map:
[ 0.000000] user: 0000000000000000 - 000000000009d800 (usable)
[ 0.000000] user: 000000000009d800 - 00000000000a0000 (reserved)
[ 0.000000] user: 00000000000e0000 - 0000000000100000 (reserved)
[ 0.000000] user: 0000000000100000 - 0000000020000000 (usable)
[ 0.000000] user: 0000000020000000 - 0000000020200000 (reserved)
[ 0.000000] user: 0000000020200000 - 0000000040004000 (usable)
[ 0.000000] user: 0000000040004000 - 0000000040005000 (reserved)
[ 0.000000] user: 0000000040005000 - 00000000baabf000 (usable)
[ 0.000000] user: 00000000baabf000 - 00000000baebf000 (reserved)
[ 0.000000] user: 00000000baebf000 - 00000000bafbf000 (ACPI NVS)
[ 0.000000] user: 00000000bafbf000 - 00000000bafff000 (ACPI data)
[ 0.000000] user: 00000000bafff000 - 00000000bb000000 (usable)
[ 0.000000] user: 00000000bb000000 - 00000000bfa00000 (reserved)
[ 0.000000] user: 00000000f0000000 - 00000000f4000000 (reserved)
[ 0.000000] user: 00000000feb00000 - 00000000feb04000 (reserved)
[ 0.000000] user: 00000000fec00000 - 00000000fec01000 (reserved)
[ 0.000000] user: 00000000fed10000 - 00000000fed1a000 (reserved)
[ 0.000000] user: 00000000fed1c000 - 00000000fed20000 (reserved)
[ 0.000000] user: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] user: 00000000ffb80000 - 0000000100000000 (reserved)
[ 0.000000] DMI 2.7 present.
[ 0.000000] DMI: LENOVO Lenovo G580/Product Name, BIOS 5ECN32WW(V2.02) 04/24/2012
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] last_pfn = 0xbb000 max_arch_pfn = 0x100000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-E7FFF write-protect
[ 0.000000] E8000-EFFFF write-combining
[ 0.000000] F0000-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 0BB000000 mask FFF000000 uncachable
[ 0.000000] 3 base 0BC000000 mask FFC000000 uncachable
[ 0.000000] 4 base 0FFC00000 mask FFFC00000 write-protect
[ 0.000000] 5 base 100000000 mask FC0000000 write-back
[ 0.000000] 6 base 13F600000 mask FFFE00000 uncachable
[ 0.000000] 7 base 13F800000 mask FFF800000 uncachable
[ 0.000000] 8 disabled
[ 0.000000] 9 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] found SMP MP-table at [c00fe1b0] fe1b0
[ 0.000000] initial memory mapped : 0 - 01c00000
[ 0.000000] Base memory trampoline at [c0099000] 99000 size 16384
[ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[ 0.000000] 0000000000 - 0000400000 page 4k
[ 0.000000] 0000400000 - 0037400000 page 2M
[ 0.000000] 0037400000 - 00377fe000 page 4k
[ 0.000000] kernel direct mapping tables up to 377fe000 @ 1bfb000-1c00000
[ 0.000000] RAMDISK: 37abc000 - 37d56000
[ 0.000000] Allocated new RAMDISK: 37564000 - 377fda9c
[ 0.000000] Move RAMDISK from 0000000037abc000 - 0000000037d55a9b to 37564000 - 377fda9b
[ 0.000000] ACPI: RSDP 000fe020 00024 (v02 LENOVO)
[ 0.000000] ACPI: XSDT baffe210 00094 (v01 LENOVO CB-01 00000001 01000013)
[ 0.000000] ACPI: FACP baffb000 000F4 (v04 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: DSDT bafee000 09755 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: FACS bafbb000 00040
[ 0.000000] ACPI: UEFI baffd000 00236 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: ASF! baffc000 000A5 (v32 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: HPET baffa000 00038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: APIC baff9000 0008C (v02 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: MCFG baff8000 0003C (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: SLIC bafed000 00176 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: SSDT bafec000 006FE (v01 LENOVO CB-01 00001000 ACPI 00040000)
[ 0.000000] ACPI: BOOT bafea000 00028 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: ASPT bafe5000 00034 (v07 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: FPDT bafe3000 00044 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: SSDT bafe2000 00968 (v01 LENOVO CB-01 00003000 ACPI 00040000)
[ 0.000000] ACPI: SSDT bafe1000 00A92 (v01 LENOVO CB-01 00003000 ACPI 00040000)
[ 0.000000] ACPI: SSDT bafdf000 01EDD (v01 LENOVO CB-01 00001000 ACPI 00040000)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 2104MB HIGHMEM available.
[ 0.000000] 887MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 377fe000
[ 0.000000] low ram: 0 - 377fe000
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x000377fe
[ 0.000000] HighMem 0x000377fe -> 0x000bb000
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] Early memory PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009d
[ 0.000000] 0: 0x00000100 -> 0x00020000
[ 0.000000] 0: 0x00020200 -> 0x00040004
[ 0.000000] 0: 0x00040005 -> 0x000baabf
[ 0.000000] 0: 0x000bafff -> 0x000bb000
[ 0.000000] On node 0 totalpages: 763980
[ 0.000000] free_area_init_node: node 0, pgdat c151ec80, node_mem_map f5e03200
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3949 pages, LIFO batch:0
[ 0.000000] Normal zone: 1744 pages used for memmap
[ 0.000000] Normal zone: 220974 pages, LIFO batch:31
[ 0.000000] HighMem zone: 4209 pages used for memmap
[ 0.000000] HighMem zone: 533072 pages, LIFO batch:31
[ 0.000000] Using APIC driver default
[ 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[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
[ 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: 0x8086a201 base: 0xfed00000
[ 0.000000] SMP: Allowing 8 CPUs, 4 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
[ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[ 0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
[ 0.000000] Allocating PCI resources starting at bfa00000 (gap: bfa00000:30600000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 13 pages/cpu @f5d89000 s31424 r0 d21824 u53248
[ 0.000000] pcpu-alloc: s31424 r0 d21824 u53248 alloc=13*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 757995
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=fe7ca6ad-90bf-40d6-9d16-836f808ae890 ro ro quiet splash init=/bin/systemd mem=4G
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Initializing CPU#0
[ 0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
[ 0.000000] allocated 6127488 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Initializing HighMem for node 0 (000377fe:000bb000)
[ 0.000000] Memory: 3015272k/3063808k available (3810k kernel code, 40648k reserved, 1472k data, 524k init, 2149124k highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
[ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
[ 0.000000] .init : 0xc1529000 - 0xc15ac000 ( 524 kB)
[ 0.000000] .data : 0xc13b8837 - 0xc1528840 (1472 kB)
[ 0.000000] .text : 0xc1000000 - 0xc13b8837 (3810 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, 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] NR_IRQS:2304 nr_irqs:744 16
[ 0.000000] CPU 0 irqstacks, hard=f500a000 soft=f500c000
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] hpet clockevent registered
[ 0.000000] Fast TSC calibration using PIT
[ 0.003333] Detected 2494.324 MHz processor.
[ 0.000001] Calibrating delay loop (skipped), value calculated using timer frequency.. 4990.50 BogoMIPS (lpj=8314413)
[ 0.000004] pid_max: default: 32768 minimum: 301
[ 0.000022] Security Framework initialized
[ 0.000025] AppArmor: AppArmor disabled by boot time parameter
[ 0.000035] Mount-cache hash table entries: 512
[ 0.000187] Initializing cgroup subsys cpuacct
[ 0.000188] Initializing cgroup subsys memory
[ 0.000193] Initializing cgroup subsys devices
[ 0.000195] Initializing cgroup subsys freezer
[ 0.000196] Initializing cgroup subsys net_cls
[ 0.000198] Initializing cgroup subsys blkio
[ 0.000221] CPU: Physical Processor ID: 0
[ 0.000222] CPU: Processor Core ID: 0
[ 0.000226] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.000227] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.000948] mce: CPU supports 7 MCE banks
[ 0.000958] CPU0: Thermal monitoring enabled (TM1)
[ 0.000965] using mwait in idle threads.
[ 0.001745] ACPI: Core revision 20120320
[ 0.020574] ftrace: allocating 16939 entries in 34 pages
[ 0.031595] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.032013] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.064975] CPU0: Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz stepping 09
[ 0.170127] Performance Events: PEBS fmt1+, generic architected perfmon, Intel PMU driver.
[ 0.170132] ... version: 3
[ 0.170133] ... bit width: 48
[ 0.170134] ... generic registers: 4
[ 0.170135] ... value mask: 0000ffffffffffff
[ 0.170136] ... max period: 000000007fffffff
[ 0.170137] ... fixed-purpose events: 3
[ 0.170139] ... event mask: 000000070000000f
[ 0.190193] NMI watchdog: enabled, takes one hw-pmu counter.
[ 0.210090] CPU 1 irqstacks, hard=f5164000 soft=f5166000
[ 0.210093] Booting Node 0, Processors #1
[ 0.220329] Initializing CPU#1
[ 0.223930] NMI watchdog: enabled, takes one hw-pmu counter.
[ 0.236742] CPU 2 irqstacks, hard=f5172000 soft=f5174000
[ 0.236744] #2
[ 0.247052] Initializing CPU#2
[ 0.250659] NMI watchdog: enabled, takes one hw-pmu counter.
[ 0.263373] CPU 3 irqstacks, hard=f5180000 soft=f5182000
[ 0.263374] #3
[ 0.273681] Initializing CPU#3
[ 0.277289] NMI watchdog: enabled, takes one hw-pmu counter.
[ 0.277313] Brought up 4 CPUs
[ 0.277314] Total of 4 processors activated (19962.03 BogoMIPS).
[ 0.280644] devtmpfs: initialized
[ 0.280809] PM: Registering ACPI NVS region [mem 0xbaebf000-0xbafbefff] (1048576 bytes)
[ 0.281540] NET: Registered protocol family 16
[ 0.281663] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.281665] ACPI: bus type pci registered
[ 0.281715] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
[ 0.281718] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
[ 0.281719] PCI: Using MMCONFIG for extended config space
[ 0.281720] PCI: Using configuration type 1 for base access
[ 0.281825] mtrr: your CPUs had inconsistent variable MTRR settings
[ 0.281827] mtrr: probably your BIOS does not setup all CPUs.
[ 0.281828] mtrr: corrected configuration.
[ 0.282156] bio: create slab <bio-0> at 0
[ 0.282198] ACPI: Added _OSI(Module Device)
[ 0.282200] ACPI: Added _OSI(Processor Device)
[ 0.282201] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.282203] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.283613] ACPI: EC: Look up EC in DSDT
[ 0.285039] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.287544] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.288407] ACPI: SSDT bae18018 0083B (v01 PmRef Cpu0Cst 00003001 INTL 20100121)
[ 0.288766] ACPI: Dynamic OEM Table Load:
[ 0.288768] ACPI: SSDT (null) 0083B (v01 PmRef Cpu0Cst 00003001 INTL 20100121)
[ 0.288969] ACPI: SSDT bae19a98 00303 (v01 PmRef ApIst 00003000 INTL 20100121)
[ 0.289350] ACPI: Dynamic OEM Table Load:
[ 0.289352] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20100121)
[ 0.289436] ACPI: SSDT bae17d98 00119 (v01 PmRef ApCst 00003000 INTL 20100121)
[ 0.289789] ACPI: Dynamic OEM Table Load:
[ 0.289791] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20100121)
[ 0.290616] ACPI: Interpreter enabled
[ 0.290621] ACPI: (supports S0 S3 S4 S5)
[ 0.290639] ACPI: Using IOAPIC for interrupt routing
[ 0.412595] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[ 0.412750] ACPI: No dock devices found.
[ 0.412754] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.413003] \_SB_.PCI0:_OSC invalid UUID
[ 0.413004] _OSC request data:1 8 1f
[ 0.413007] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 0.413400] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
[ 0.413402] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
[ 0.413404] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[ 0.413406] pci_root PNP0A08:00: host bridge window [mem 0xbfa00000-0xfeafffff]
[ 0.413431] PCI host bridge to bus 0000:00
[ 0.413433] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 0.413434] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.413436] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.413438] pci_bus 0000:00: root bus resource [mem 0xbfa00000-0xfeafffff]
[ 0.413445] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
[ 0.413479] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
[ 0.413509] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.413522] pci 0000:00:01.1: [8086:0155] type 01 class 0x060400
[ 0.413550] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[ 0.413567] pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
[ 0.413578] pci 0000:00:02.0: reg 10: [mem 0xd3000000-0xd33fffff 64bit]
[ 0.413584] pci 0000:00:02.0: reg 18: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.413589] pci 0000:00:02.0: reg 20: [io 0x4000-0x403f]
[ 0.413640] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
[ 0.413662] pci 0000:00:14.0: reg 10: [mem 0xd3600000-0xd360ffff 64bit]
[ 0.413733] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.413756] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
[ 0.413779] pci 0000:00:16.0: reg 10: [mem 0xd3614000-0xd361400f 64bit]
[ 0.413855] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.413889] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
[ 0.414140] pci 0000:00:1a.0: reg 10: [mem 0xd3619000-0xd36193ff]
[ 0.415551] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.415579] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
[ 0.415594] pci 0000:00:1b.0: reg 10: [mem 0xd3610000-0xd3613fff 64bit]
[ 0.415662] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.415685] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
[ 0.415764] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.415789] pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
[ 0.415868] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.415902] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
[ 0.416142] pci 0000:00:1d.0: reg 10: [mem 0xd3618000-0xd36183ff]
[ 0.417555] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.417582] pci 0000:00:1f.0: [8086:1e59] type 00 class 0x060100
[ 0.417707] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
[ 0.417725] pci 0000:00:1f.2: reg 10: [io 0x4088-0x408f]
[ 0.417733] pci 0000:00:1f.2: reg 14: [io 0x4094-0x4097]
[ 0.417741] pci 0000:00:1f.2: reg 18: [io 0x4080-0x4087]
[ 0.417750] pci 0000:00:1f.2: reg 1c: [io 0x4090-0x4093]
[ 0.417758] pci 0000:00:1f.2: reg 20: [io 0x4060-0x407f]
[ 0.417766] pci 0000:00:1f.2: reg 24: [mem 0xd3617000-0xd36177ff]
[ 0.417811] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.417830] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
[ 0.417846] pci 0000:00:1f.3: reg 10: [mem 0xd3615000-0xd36150ff 64bit]
[ 0.417867] pci 0000:00:1f.3: reg 20: [io 0x4040-0x405f]
[ 0.417922] pci 0000:01:00.0: [10de:1140] type 00 class 0x030200
[ 0.417933] pci 0000:01:00.0: reg 10: [mem 0xd2000000-0xd2ffffff]
[ 0.417943] pci 0000:01:00.0: reg 14: [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.417953] pci 0000:01:00.0: reg 1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[ 0.417960] pci 0000:01:00.0: reg 24: [io 0x3000-0x307f]
[ 0.417968] pci 0000:01:00.0: reg 30: [mem 0xfff80000-0xffffffff pref]
[ 0.423139] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.423155] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
[ 0.423158] pci 0000:00:01.0: bridge window [mem 0xd2000000-0xd2ffffff]
[ 0.423161] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 0.423180] pci 0000:00:01.1: PCI bridge to [bus 02-02]
[ 0.423362] pci 0000:03:00.0: [1969:1090] type 00 class 0x020000
[ 0.423510] pci 0000:03:00.0: reg 10: [mem 0xd3500000-0xd353ffff 64bit]
[ 0.423568] pci 0000:03:00.0: reg 18: [io 0x2000-0x207f]
[ 0.424132] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.429854] pci 0000:00:1c.0: PCI bridge to [bus 03-03]
[ 0.429858] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.429863] pci 0000:00:1c.0: bridge window [mem 0xd3500000-0xd35fffff]
[ 0.429934] pci 0000:04:00.0: [168c:002b] type 00 class 0x028000
[ 0.429961] pci 0000:04:00.0: reg 10: [mem 0xd3400000-0xd340ffff 64bit]
[ 0.430091] pci 0000:04:00.0: supports D1
[ 0.430092] pci 0000:04:00.0: PME# supported from D0 D1 D3hot
[ 0.436456] pci 0000:00:1c.1: PCI bridge to [bus 04-04]
[ 0.436477] pci 0000:00:1c.1: bridge window [mem 0xd3400000-0xd34fffff]
[ 0.436498] pci_bus 0000:00: on NUMA node 0
[ 0.436500] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.436604] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[ 0.436627] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[ 0.436661] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG0._PRT]
[ 0.436683] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG1._PRT]
[ 0.436741] \_SB_.PCI0:_OSC invalid UUID
[ 0.436743] _OSC request data:1 1f 1f
[ 0.436746] pci0000:00: Requesting ACPI _OSC control (0x1d)
[ 0.436777] \_SB_.PCI0:_OSC invalid UUID
[ 0.436778] _OSC request data:1 0 1d
[ 0.436781] pci0000:00: ACPI _OSC request failed (AE_ERROR), returned control mask: 0x1d
[ 0.436783] ACPI _OSC control for PCIe not granted, disabling ASPM
[ 0.439162] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[ 0.439198] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[ 0.439233] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.439267] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[ 0.439301] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.439336] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
[ 0.439372] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
[ 0.439407] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[ 0.439462] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.439466] vgaarb: loaded
[ 0.439467] vgaarb: bridge control possible 0000:00:02.0
[ 0.439493] PCI: Using ACPI for IRQ routing
[ 0.441016] PCI: pci_cache_line_size set to 64 bytes
[ 0.441100] reserve RAM buffer: 000000000009d800 - 000000000009ffff
[ 0.441102] reserve RAM buffer: 0000000040004000 - 0000000043ffffff
[ 0.441104] reserve RAM buffer: 00000000baabf000 - 00000000bbffffff
[ 0.441106] reserve RAM buffer: 00000000bb000000 - 00000000bbffffff
[ 0.441172] NetLabel: Initializing
[ 0.441174] NetLabel: domain hash size = 128
[ 0.441175] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.441184] NetLabel: unlabeled traffic allowed by default
[ 0.441221] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.441226] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.444239] Switching to clocksource hpet
[ 0.448544] pnp: PnP ACPI init
[ 0.448556] ACPI: bus type pnp registered
[ 0.448788] pnp 00:00: [bus 00-3e]
[ 0.448791] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.448792] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.448794] pnp 00:00: [io 0x0d00-0xffff window]
[ 0.448796] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.448797] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[ 0.448799] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[ 0.448800] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[ 0.448802] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[ 0.448803] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[ 0.448805] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[ 0.448807] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[ 0.448808] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[ 0.448810] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[ 0.448811] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[ 0.448813] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[ 0.448814] pnp 00:00: [mem 0x000ec000-0x000effff window]
[ 0.448816] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[ 0.448817] pnp 00:00: [mem 0xbfa00000-0xfeafffff window]
[ 0.448819] pnp 00:00: [mem 0x00010000-0x0001ffff window]
[ 0.448861] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[ 0.448872] pnp 00:01: [io 0x0000-0x001f]
[ 0.448873] pnp 00:01: [io 0x0081-0x0091]
[ 0.448874] pnp 00:01: [io 0x0093-0x009f]
[ 0.448876] pnp 00:01: [io 0x00c0-0x00df]
[ 0.448877] pnp 00:01: [dma 4]
[ 0.448895] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.448901] pnp 00:02: [mem 0xff010000-0xffffffff]
[ 0.448916] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[ 0.448969] pnp 00:03: [mem 0xfed00000-0xfed003ff]
[ 0.448985] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.448991] pnp 00:04: [io 0x00f0]
[ 0.448999] pnp 00:04: [irq 13]
[ 0.449016] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.449024] pnp 00:05: [io 0x002e-0x002f]
[ 0.449025] pnp 00:05: [io 0x004e-0x004f]
[ 0.449027] pnp 00:05: [io 0x0061]
[ 0.449028] pnp 00:05: [io 0x0063]
[ 0.449029] pnp 00:05: [io 0x0065]
[ 0.449030] pnp 00:05: [io 0x0067]
[ 0.449032] pnp 00:05: [io 0x0070]
[ 0.449033] pnp 00:05: [io 0x0080]
[ 0.449034] pnp 00:05: [io 0x0092]
[ 0.449035] pnp 00:05: [io 0x00b2-0x00b3]
[ 0.449037] pnp 00:05: [io 0x0680-0x069f]
[ 0.449038] pnp 00:05: [io 0x1000-0x100f]
[ 0.449039] pnp 00:05: [io 0xffff]
[ 0.449041] pnp 00:05: [io 0xffff]
[ 0.449042] pnp 00:05: [io 0x0400-0x0453]
[ 0.449043] pnp 00:05: [io 0x0458-0x047f]
[ 0.449045] pnp 00:05: [io 0x0500-0x057f]
[ 0.449046] pnp 00:05: [io 0x164e-0x164f]
[ 0.449047] pnp 00:05: [io 0xfd60-0xfd63]
[ 0.449079] system 00:05: [io 0x0680-0x069f] has been reserved
[ 0.449081] system 00:05: [io 0x1000-0x100f] has been reserved
[ 0.449083] system 00:05: [io 0xffff] has been reserved
[ 0.449085] system 00:05: [io 0xffff] has been reserved
[ 0.449087] system 00:05: [io 0x0400-0x0453] has been reserved
[ 0.449088] system 00:05: [io 0x0458-0x047f] has been reserved
[ 0.449090] system 00:05: [io 0x0500-0x057f] has been reserved
[ 0.449092] system 00:05: [io 0x164e-0x164f] has been reserved
[ 0.449094] system 00:05: [io 0xfd60-0xfd63] has been reserved
[ 0.449096] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.449102] pnp 00:06: [io 0x0070-0x0077]
[ 0.449106] pnp 00:06: [irq 8]
[ 0.449123] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.449141] pnp 00:07: [io 0x0454-0x0457]
[ 0.449165] system 00:07: [io 0x0454-0x0457] has been reserved
[ 0.449168] system 00:07: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.449175] pnp 00:08: [io 0x0060]
[ 0.449177] pnp 00:08: [io 0x0064]
[ 0.449181] pnp 00:08: [irq 1]
[ 0.449197] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.449238] pnp 00:09: [irq 12]
[ 0.449257] pnp 00:09: Plug and Play ACPI device, IDs ETD0613 ETD0001 PNP0f13 (active)
[ 0.507625] pnp 00:0a: [mem 0xfed1c000-0xfed1ffff]
[ 0.507627] pnp 00:0a: [mem 0xfed10000-0xfed17fff]
[ 0.507629] pnp 00:0a: [mem 0xfed18000-0xfed18fff]
[ 0.507630] pnp 00:0a: [mem 0xfed19000-0xfed19fff]
[ 0.507631] pnp 00:0a: [mem 0xf0000000-0xf3ffffff]
[ 0.507633] pnp 00:0a: [mem 0xfed20000-0xfed3ffff]
[ 0.507634] pnp 00:0a: [mem 0xfed90000-0xfed93fff]
[ 0.507636] pnp 00:0a: [mem 0xff000000-0xff000fff]
[ 0.507637] pnp 00:0a: [mem 0xff010000-0xffffffff]
[ 0.507639] pnp 00:0a: [mem 0xfee00000-0xfeefffff]
[ 0.507640] pnp 00:0a: [mem 0xbfa00000-0xbfa00fff]
[ 0.507671] system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.507673] system 00:0a: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.507675] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.507677] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.507679] system 00:0a: [mem 0xf0000000-0xf3ffffff] has been reserved
[ 0.507681] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.507683] system 00:0a: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.507685] system 00:0a: [mem 0xff000000-0xff000fff] has been reserved
[ 0.507687] system 00:0a: [mem 0xff010000-0xffffffff] could not be reserved
[ 0.507689] system 00:0a: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.507691] system 00:0a: [mem 0xbfa00000-0xbfa00fff] has been reserved
[ 0.507693] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.507937] pnp 00:0b: [mem 0x20000000-0x201fffff]
[ 0.507939] pnp 00:0b: [mem 0x40004000-0x40004fff]
[ 0.507980] system 00:0b: [mem 0x20000000-0x201fffff] has been reserved
[ 0.507981] system 00:0b: [mem 0x40004000-0x40004fff] has been reserved
[ 0.507984] system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.507998] pnp: PnP ACPI: found 12 devices
[ 0.507999] ACPI: ACPI bus type pnp unregistered
[ 0.544171] pci 0000:01:00.0: no compatible bridge window for [mem 0xfff80000-0xffffffff pref]
[ 0.544202] pci 0000:01:00.0: BAR 6: can't assign mem pref (size 0x80000)
[ 0.544204] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.544207] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
[ 0.544209] pci 0000:00:01.0: bridge window [mem 0xd2000000-0xd2ffffff]
[ 0.544212] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 0.544215] pci 0000:00:01.1: PCI bridge to [bus 02-02]
[ 0.544221] pci 0000:00:1c.0: PCI bridge to [bus 03-03]
[ 0.544224] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.544229] pci 0000:00:1c.0: bridge window [mem 0xd3500000-0xd35fffff]
[ 0.544237] pci 0000:00:1c.1: PCI bridge to [bus 04-04]
[ 0.544242] pci 0000:00:1c.1: bridge window [mem 0xd3400000-0xd34fffff]
[ 0.544275] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.544277] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.544279] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.544281] pci_bus 0000:00: resource 7 [mem 0xbfa00000-0xfeafffff]
[ 0.544282] pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
[ 0.544284] pci_bus 0000:01: resource 1 [mem 0xd2000000-0xd2ffffff]
[ 0.544286] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 0.544288] pci_bus 0000:03: resource 0 [io 0x2000-0x2fff]
[ 0.544289] pci_bus 0000:03: resource 1 [mem 0xd3500000-0xd35fffff]
[ 0.544291] pci_bus 0000:04: resource 1 [mem 0xd3400000-0xd34fffff]
[ 0.544322] NET: Registered protocol family 2
[ 0.544358] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.544442] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.544615] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.544703] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.544705] TCP: reno registered
[ 0.544707] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.544711] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.544756] NET: Registered protocol family 1
[ 0.544767] pci 0000:00:02.0: Boot video device
[ 0.570851] PCI: CLS 64 bytes, default 64
[ 0.570880] Unpacking initramfs...
[ 0.619052] Freeing initrd memory: 2664k freed
[ 0.619338] Simple Boot Flag at 0x44 set to 0x1
[ 0.619589] apm: BIOS not found.
[ 0.619736] audit: initializing netlink socket (disabled)
[ 0.619749] type=2000 audit(1345095829.503:1): initialized
[ 0.619994] highmem bounce pool size: 64 pages
[ 0.619997] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 0.621206] VFS: Disk quotas dquot_6.5.2
[ 0.621241] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.621308] msgmni has been set to 1696
[ 0.621446] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.621472] io scheduler noop registered
[ 0.621474] io scheduler deadline registered
[ 0.621480] io scheduler cfq registered (default)
[ 0.621551] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[ 0.621602] pcieport 0000:00:01.1: irq 41 for MSI/MSI-X
[ 0.621760] vesafb: mode is 1366x768x32, linelength=5504, pages=0
[ 0.621762] vesafb: scrolling: redraw
[ 0.621764] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.622118] vesafb: framebuffer at 0xe0000000, mapped to 0xf8080000, using 4160k, total 4160k
[ 0.622154] fbcon: VESA VGA (fb0) is primary device
[ 0.689580] Console: switching to colour frame buffer device 170x48
[ 0.756633] fb0: VESA VGA frame buffer device
[ 0.756646] intel_idle: does not run on family 6 model 58
[ 0.756664] GHES: HEST is not enabled!
[ 0.756672] isapnp: Scanning for PnP cards...
[ 1.069356] isapnp: No Plug & Play device found
[ 1.069400] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 1.069903] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:MSS4] at 0x60,0x64 irq 1,12
[ 1.084587] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.084595] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.084687] mousedev: PS/2 mouse device common for all mice
[ 1.084893] rtc_cmos 00:06: RTC can wake from S4
[ 1.085015] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[ 1.085044] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
[ 1.085057] cpuidle: using governor ladder
[ 1.085058] cpuidle: using governor menu
[ 1.085166] TCP: cubic registered
[ 1.085234] NET: Registered protocol family 10
[ 1.085368] NET: Registered protocol family 17
[ 1.085372] Registering the dns_resolver key type
[ 1.085415] Using IPI No-Shortcut mode
[ 1.085482] PM: Hibernation image not present or could not be loaded.
[ 1.085486] registered taskstats version 1
[ 1.085919] rtc_cmos 00:06: setting system clock to 2012-08-16 05:43:50 UTC (1345095830)
[ 1.085964] Initializing network drop monitor service
[ 1.086010] Freeing unused kernel memory: 524k freed
[ 1.086116] Write protecting the kernel text: 3812k
[ 1.086134] Write protecting the kernel read-only data: 1124k
[ 1.091427] systemd-udevd[49]: starting version 188
[ 1.092112] Setting new ACPI handle for discrete video card
[ 1.097570] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 1.120297] usbcore: registered new interface driver usbfs
[ 1.120320] usbcore: registered new interface driver hub
[ 1.120939] usbcore: registered new device driver usb
[ 1.121264] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.121303] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[ 1.121307] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[ 1.121324] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 1.121346] ehci_hcd 0000:00:1a.0: debug port 2
[ 1.121985] SCSI subsystem initialized
[ 1.122870] libata version 3.00 loaded.
[ 1.125236] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
[ 1.125257] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xd3619000
[ 1.133400] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 1.133553] hub 1-0:1.0: USB hub found
[ 1.133559] hub 1-0:1.0: 2 ports detected
[ 1.133819] ahci 0000:00:1f.2: version 3.0
[ 1.133882] ahci 0000:00:1f.2: irq 42 for MSI/MSI-X
[ 1.133943] ahci: SSS flag set, parallel bus scan disabled
[ 1.146744] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x5 impl SATA mode
[ 1.146747] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo pio slum part ems apst
[ 1.146751] ahci 0000:00:1f.2: setting latency timer to 64
[ 1.153993] scsi0 : ahci
[ 1.154077] scsi1 : ahci
[ 1.154147] scsi2 : ahci
[ 1.154215] scsi3 : ahci
[ 1.154277] scsi4 : ahci
[ 1.154340] scsi5 : ahci
[ 1.154412] ata1: SATA max UDMA/133 abar m2048@0xd3617000 port 0xd3617100 irq 42
[ 1.154414] ata2: DUMMY
[ 1.154417] ata3: SATA max UDMA/133 abar m2048@0xd3617000 port 0xd3617200 irq 42
[ 1.154418] ata4: DUMMY
[ 1.154419] ata5: DUMMY
[ 1.154420] ata6: DUMMY
[ 1.154464] xhci_hcd 0000:00:14.0: setting latency timer to 64
[ 1.154469] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.154480] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 1.154590] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 1.154604] xhci_hcd 0000:00:14.0: irq 21, io mem 0xd3600000
[ 1.154654] xhci_hcd 0000:00:14.0: irq 43 for MSI/MSI-X
[ 1.154773] xHCI xhci_add_endpoint called for root hub
[ 1.154775] xHCI xhci_check_bandwidth called for root hub
[ 1.154808] hub 2-0:1.0: USB hub found
[ 1.154816] hub 2-0:1.0: 4 ports detected
[ 1.154879] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.154883] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[ 1.154958] xHCI xhci_add_endpoint called for root hub
[ 1.154960] xHCI xhci_check_bandwidth called for root hub
[ 1.154991] hub 3-0:1.0: USB hub found
[ 1.155001] hub 3-0:1.0: 4 ports detected
[ 1.155111] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[ 1.155116] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[ 1.155124] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
[ 1.155149] ehci_hcd 0000:00:1d.0: debug port 2
[ 1.159035] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
[ 1.159048] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xd3618000
[ 1.166703] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 1.166815] hub 4-0:1.0: USB hub found
[ 1.166818] hub 4-0:1.0: 2 ports detected
[ 1.439689] usb 1-1: new high-speed USB device number 2 using ehci_hcd
[ 1.472980] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.525743] ata1.00: ATA-8: ST9500325AS, 0011LVM1, max UDMA/100
[ 1.525760] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 1.527718] ata1.00: configured for UDMA/100
[ 1.527831] scsi 0:0:0:0: Direct-Access ATA ST9500325AS 0011 PQ: 0 ANSI: 5
[ 1.563385] hub 1-1:1.0: USB hub found
[ 1.563489] hub 1-1:1.0: 6 ports detected
[ 1.619459] Refined TSC clocksource calibration: 2494.333 MHz.
[ 1.619462] Switching to clocksource tsc
[ 1.669365] usb 4-1: new high-speed USB device number 2 using ehci_hcd
[ 1.793111] hub 4-1:1.0: USB hub found
[ 1.793177] hub 4-1:1.0: 6 ports detected
[ 1.845823] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.848881] ata3.00: ATAPI: PLDS DVD-RW DS8A8SH, KL31, max UDMA/100
[ 1.849780] ata3.00: configured for UDMA/100
[ 1.852483] scsi 2:0:0:0: CD-ROM PLDS DVD-RW DS8A8SH KL31 PQ: 0 ANSI: 5
[ 1.857313] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[ 1.857364] sd 0:0:0:0: [sda] Write Protect is off
[ 1.857367] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.857386] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.859247] usb 1-1.3: new full-speed USB device number 3 using ehci_hcd
[ 1.863186] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 1.863202] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 1.863302] sr 2:0:0:0: Attached scsi CD-ROM sr0
[ 1.883796] sda: sda1 sda2 sda3
[ 1.884063] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.009051] usb 1-1.4: new high-speed USB device number 4 using ehci_hcd
[ 2.158842] usb 4-1.6: new high-speed USB device number 3 using ehci_hcd
[ 2.432799] REISERFS (device sda1): found reiserfs format "3.6" with standard journal
[ 2.432823] REISERFS (device sda1): using ordered data mode
[ 2.432825] reiserfs: using flush barriers
[ 2.433215] REISERFS (device sda1): journal params: device sda1, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[ 2.433387] REISERFS (device sda1): checking transaction log (sda1)
[ 2.515756] REISERFS (device sda1): Using r5 hash to sort names
[ 3.230646] systemd[1]: systemd 188 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP; arch)
[ 3.408334] systemd[1]: Inserted module 'autofs4'
[ 3.408399] systemd[1]: Set hostname to <architect>.
[ 3.973819] systemd[1]: [/usr/lib/systemd/system/rc-local-shutdown.service:3] Unknown lvalue 'ConditionPathIsExecutable' in section 'Unit'. Ignoring.
[ 4.034956] systemd[1]: [/usr/lib/systemd/system/rc-local.service:3] Unknown lvalue 'ConditionPathIsExecutable' in section 'Unit'. Ignoring.
[ 4.518631] systemd-udevd[153]: starting version 188
[ 4.577734] reiserfs: enabling write barrier flush mode
[ 4.652314] systemd-journald[154]: Fixed max_use=147.3M max_size=18.4M min_size=64.0K keep_free=73.6M
[ 4.652347] systemd-journald[154]: Reserving 33543 entries in hash table.
[ 4.652841] systemd-journald[154]: Vacuuming...
[ 5.169943] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0C:00/input/input1
[ 5.169950] ACPI: Power Button [PWRB]
[ 5.170018] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0E:00/input/input2
[ 5.170022] ACPI: Sleep Button [SLPB]
[ 5.170072] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input3
[ 5.170100] ACPI: Lid Switch [LID0]
[ 5.170134] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[ 5.170137] ACPI: Power Button [PWRF]
[ 5.189868] snd_hda_intel 0000:00:1b.0: irq 44 for MSI/MSI-X
[ 5.221888] input: PC Speaker as /devices/platform/pcspkr/input/input5
[ 5.273251] iTCO_vendor_support: vendor-support=0
[ 5.273680] ACPI: AC Adapter [ACAD] (off-line)
[ 5.408767] Linux agpgart interface v0.103
[ 5.510286] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
[ 5.510375] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
[ 5.510484] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 5.526899] psmouse serio1: hgpk: ID: 10 00 64
[ 5.701959] mei: module is from the staging directory, the quality is unknown, you have been warned.
[ 5.790910] thermal LNXTHERM:00: registered as thermal_zone0
[ 5.790913] ACPI: Thermal Zone [TZ00] (42 C)
[ 5.790952] ACPI: Requesting acpi_cpufreq
[ 5.876744] [drm] Initialized drm 1.1.0 20060810
[ 5.913735] Monitor-Mwait will be used to enter C-1 state
[ 5.913759] Monitor-Mwait will be used to enter C-2 state
[ 5.913781] Monitor-Mwait will be used to enter C-3 state
[ 5.913795] ACPI: acpi_idle registered with cpuidle
[ 5.957095] cfg80211: Calling CRDA to update world regulatory domain
[ 5.970540] ACPI: Battery Slot [BAT1] (battery present)
[ 6.011581] hda_codec: CX20590: BIOS auto-probing.
[ 6.012383] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input6
[ 6.085516] psmouse serio1: elantech: assuming hardware version 3 (with firmware version 0x450f02)
[ 6.108981] psmouse serio1: elantech: Synaptics capabilities query result 0x78, 0x17, 0x0b.
[ 6.135296] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[ 6.135369] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[ 6.135418] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[ 6.135642] mei 0000:00:16.0: setting latency timer to 64
[ 6.135699] mei 0000:00:16.0: irq 45 for MSI/MSI-X
[ 6.138210] ACPI Warning: 0x00004040-0x0000405f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20120320/utaddress-251)
[ 6.138216] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 6.138366] agpgart-intel 0000:00:00.0: Intel Ivybridge Chipset
[ 6.138415] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[ 6.139135] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
[ 6.140739] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[ 6.157387] input: Ideapad extra buttons as /devices/platform/ideapad/input/input10
[ 6.181781] i915 0000:00:02.0: setting latency timer to 64
[ 6.195724] i915 0000:00:02.0: irq 46 for MSI/MSI-X
[ 6.195732] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 6.195733] [drm] Driver supports precise vblank timestamp query.
[ 6.196268] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 6.229397] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input11
[ 6.407852] nvidia: module license 'NVIDIA' taints kernel.
[ 6.407855] Disabling lock debugging due to kernel taint
[ 6.414984] nvidia 0000:01:00.0: power state changed by ACPI to D0
[ 6.414988] nvidia 0000:01:00.0: power state changed by ACPI to D0
[ 6.415066] NVRM: loading NVIDIA UNIX x86 Kernel Module 304.37 Wed Aug 8 19:50:16 PDT 2012
[ 6.473350] microcode: CPU0 sig=0x306a9, pf=0x10, revision=0x12
[ 6.558887] microcode: CPU1 sig=0x306a9, pf=0x10, revision=0x12
[ 6.559193] microcode: CPU2 sig=0x306a9, pf=0x10, revision=0x12
[ 6.559538] microcode: CPU3 sig=0x306a9, pf=0x10, revision=0x12
[ 6.559899] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
[ 6.570364] ath: EEPROM regdomain: 0x65
[ 6.570366] ath: EEPROM indicates we should expect a direct regpair map
[ 6.570368] ath: Country alpha2 being used: 00
[ 6.570369] ath: Regpair used: 0x65
[ 6.625369] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
[ 6.625531] Registered led device: ath9k-phy0
[ 6.625536] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xf88c0000, irq=17
[ 6.648775] Linux media interface: v0.10
[ 6.648993] [drm] Enabling RC6 states: RC6 on, RC6p on, RC6pp off
[ 6.652561] Bluetooth: Core ver 2.16
[ 6.652578] NET: Registered protocol family 31
[ 6.652580] Bluetooth: HCI device and connection manager initialized
[ 6.652582] Bluetooth: HCI socket layer initialized
[ 6.652584] Bluetooth: L2CAP socket layer initialized
[ 6.652588] Bluetooth: SCO socket layer initialized
[ 6.684781] Linux video capture interface: v2.00
[ 6.761692] usbcore: registered new interface driver btusb
[ 6.815537] rts5139: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.819406] scsi6 : SCSI emulation for RTS5139 USB card reader
[ 6.819536] scsi 6:0:0:0: Direct-Access Generic- xD/SD/M.S. 1.00 PQ: 0 ANSI: 0 CCS
[ 6.820922] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[ 6.821739] usbcore: registered new interface driver rts5139
[ 6.822866] checking generic (e0000000 410000) vs hw (e0000000 10000000)
[ 6.822869] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
[ 6.822882] Console: switching to colour dummy device 80x25
[ 6.823406] fbcon: inteldrmfb (fb0) is primary device
[ 6.830840] uvcvideo: Found UVC 1.00 device Lenovo EasyCamera (04f2:b2e2)
[ 6.832754] input: Lenovo EasyCamera as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.6/4-1.6:1.0/input/input12
[ 6.832868] usbcore: registered new interface driver uvcvideo
[ 6.832869] USB Video Class driver (1.1.1)
[ 6.995891] Console: switching to colour frame buffer device 170x48
[ 6.999933] fb0: inteldrmfb frame buffer device
[ 6.999934] drm: registered panic notifier
[ 7.000054] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[ 7.002109] acpi device:38: registered as cooling_device4
[ 7.002228] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:36/LNXVIDEO:00/input/input13
[ 7.002291] ACPI: Video Device [PEGP] (multi-head: yes rom: yes post: no)
[ 7.004500] acpi device:44: registered as cooling_device5
[ 7.004732] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input14
[ 7.004801] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 7.004824] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 7.169641] usbcore: registered new interface driver ath3k
[ 7.262735] usb 1-1.3: USB disconnect, device number 3
[ 7.602169] Adding 979960k swap on /dev/sda2. Priority:-1 extents:1 across:979960k
[ 7.958251] usb 1-1.3: new full-speed USB device number 5 using ehci_hcd
[ 8.276820] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: data=ordered
[ 8.391735] systemd-journald[154]: Received SIGUSR1
[ 10.873451] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 11.128335] Bluetooth: RFCOMM TTY layer initialized
[ 11.128345] Bluetooth: RFCOMM socket layer initialized
[ 11.128349] Bluetooth: RFCOMM ver 1.11
[ 11.413635] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 13.428469] wlan0: authenticate with 00:23:69:e0:c9:57
[ 13.440604] wlan0: send auth to 00:23:69:e0:c9:57 (try 1/3)
[ 13.442540] wlan0: authenticated
[ 13.449080] wlan0: associating with AP with corrupt beacon
[ 13.450818] wlan0: associate with 00:23:69:e0:c9:57 (try 1/3)
[ 13.454879] wlan0: RX AssocResp from 00:23:69:e0:c9:57 (capab=0x411 status=0 aid=2)
[ 13.461369] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 13.461411] wlan0: associated
[ 13.535109] bbswitch: version 0.4.2
[ 13.535116] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
[ 13.535122] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG0.PEGP
[ 13.535179] bbswitch: detected an Optimus _DSM function
[ 13.535187] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
[ 13.621600] bbswitch: disabling discrete graphics
[ 13.621858] bbswitch: Result of Optimus _DSM call: 11000059
[ 13.633963] pci 0000:01:00.0: Refused to change power state, currently in D0
[ 13.639096] pci 0000:01:00.0: power state changed by ACPI to D3
[ 14.866748] wlan0: IPv6 duplicate address fe80::466d:57ff:fed9:3858 detected!
[ 19.468382] EXT4-fs (sda3): re-mounted. Opts: data=ordered,commit=600
[ 25.756579] CPU1: Package power limit notification (total events = 1)
[ 25.756586] CPU0: Package power limit notification (total events = 1)
[ 25.756605] CPU2: Package power limit notification (total events = 1)
[ 25.756611] CPU3: Package power limit notification (total events = 1)
[ 25.756655] CPU1: Package power limit normal
[ 25.756658] CPU0: Package power limit normal
[ 25.756676] CPU2: Package power limit normal
[ 25.756682] CPU3: Package power limit normal
[ 28.870816] fuse init (API version 7.18)
[ 405.761491] CPU0: Package power limit notification (total events = 738)
[ 405.761496] CPU2: Package power limit notification (total events = 738)
[ 405.761499] CPU3: Package power limit notification (total events = 738)
[ 405.761503] CPU1: Package power limit notification (total events = 737)
[ 405.761864] CPU0: Package power limit normal
[ 405.761884] CPU2: Package power limit normal
[ 405.761886] CPU3: Package power limit normal
[ 405.761915] CPU1: Package power limit normal
[ 453.450036] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 453.450203] sr 2:0:0:0: Attached scsi generic sg1 type 5
[ 453.450934] sd 6:0:0:0: Attached scsi generic sg2 type 0
[ 561.690115] psmouse serio1: Touchpad at isa0060/serio1/input0 lost sync at byte 6
[ 561.705571] psmouse serio1: Touchpad at isa0060/serio1/input0 - driver resynced.
[ 713.191865] CPU2: Package power limit notification (total events = 1465)
[ 713.191872] CPU0: Package power limit notification (total events = 1465)
[ 713.191876] CPU1: Package power limit notification (total events = 1464)
[ 713.191881] CPU3: Package power limit notification (total events = 1465)
[ 713.202700] CPU0: Package power limit normal
[ 713.202704] CPU1: Package power limit normal
[ 713.202708] CPU3: Package power limit normal
[ 713.202711] CPU2: Package power limit normal
dmesg | grep -i memory
[ 0.000000] initial memory mapped : 0 - 01c00000
[ 0.000000] Base memory trampoline at [c0099000] 99000 size 16384
[ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[ 0.000000] Early memory PFN ranges
[ 0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
[ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[ 0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Memory: 3015272k/3063808k available (3810k kernel code, 40648k reserved, 1472k data, 524k init, 2149124k highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000188] Initializing cgroup subsys memory
[ 0.619052] Freeing initrd memory: 2664k freed
[ 1.086010] Freeing unused kernel memory: 524k freed
[ 6.139135] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
i added mem=4G to kernel parameters line in grub bot got nothing.
anyone have any suggestions?
Last edited by shohart (2012-08-16 09:01:26)

buzzqw wrote:a faster solution is to use a 32bit PAE kernel..
that was the rightest direction. i do not want to start a holywar about 'what is better x86 or x64... the reason is that i've just installed and configurated my system and everything works amasingly well... even bumblebee! so i just use pae kernel for now.... thanks for the answer!
Awebb wrote:Nice device by the way!
Yeah, thnx! i've been using HP laptop with AMD turion x64 1,8 Ghz and ATI x200M for like 7 years.... i loved that old man... but when even flash video began to look like a comix.... i ve passed it away, went to the shop and grabbed this Lenovo machine... i wanted i7 but 1,5 kilobucks is too much to pay for a typing machine (it is the main usage of my laptop) for me... thanx everyone for a support. marking as solved.

Similar Messages

  • *SOLVED* Device not detected/ No driver installed for X-FI Fatal

    OK!!!! the only reason I signed up here was to post that I have (for me) solved my problem.
    Before I get into details this occurred on a fresh system with latest drivers for hardware used.
    The problem was installing my X-Fi card on my 680i m/b (striker extreme).. when I would install the driver it would simply crash the computer and when it started up the hardware was not detected to used the software and the device manager said no driver installed.. I tried everything.. I installed the driver in safe mode (yay it worked without crashing) then I booted for windows only to have it blue screen for a second and restart... repeating the cycle.. so i reinstalled windows again... I tried installing the driver different ways in windows.. nothing worked... I gave up...
    BUT!!!
    today while i was at work I decided I would try one last thing.
    this is what got it going. I have SLI 8800ultras that covered the PCI slot on the bottom of my board and I though I would try the card in this slot to see if it worked there... so I disabled SLI took out my bottom card put in the sound card in the bottom slot, installed the driver... It installed 00% no crash... even better it worked after the restart!!!... so then I had to test if it worked in the top slot so I powered down, moved it up to my top PCI slot and windows auto set the driver for it (as it was already installed) It worked in the top slot now... Finally I put in the second 8800 to make sure it worked with this slot in use... It still worked fine with SLI enabled. because I was unhappy with the mess I made installing drivers all the time as I did with the many crashes I decided to do a fresh install of windows making this card work from the start so here is what you need to do if you have a 680i board with SLI. this is exactly what i did with my fresh install.
    install only one GPU card..
    Put the X-FI in a different slot that isn't giving you problems
    Install windows
    Install service pack 2
    install your chipset drivers
    install sound card drivers
    power down, change sound card to permanent slot
    test - power down
    put in the second GPU card
    install GPU drivers
    Good luck you all having this problem.. I hope my solution helps you.
    Bryan

    I think I?got a similar?problem earlier today when I was messing around with?onboard audio?that I later removed and after unplugging a?USB headset.
    Have you checked the device manager, is there any higlighted hardware that has a exclamation mark next to it.
    I fixed the issue by simply uninstalling the WDM device with the exclamation mark and restarted.

  • [SOLVED] UEFI not detected in "BIOS" (UEFI setup?) on a GPT harddrive

    Hey guys,
    I have a ASUS P8P67 motherboard which does not seem to be able to spot my EFI partition and/or EFI files. It works with a MBR partition on my flash drive, but not on my GPT partitioned SSD.
    I want to be able to use EFISTUB booting, which I've gotten working using my flash drive, so the problem right now is that it does not detect my .efi files on the SSD.
    This is what my partition looks like ATM, using gdisk -l:
    GPT fdisk (gdisk) version 0.8.4
    Partition table scan:
    MBR: protective
    BSD: not present
    APM: not present
    GPT: present
    Found valid GPT with protective MBR; using GPT.
    Disk /dev/sda: 234441648 sectors, 111.8 GiB
    Logical sector size: 512 bytes
    Disk identifier (GUID): <omitted>
    Partition table holds up to 128 entries
    First usable sector is 34, last usable sector is 234441614
    Partitions will be aligned on 2048-sector boundaries
    Total free space is 2014 sectors (1007.0 KiB)
    Number Start (sector) End (sector) Size Code Name
    1 2048 206847 100.0 MiB EF00 EFI System
    2 206848 234441614 111.7 GiB 8300 Linux filesystem
    This is the contents of /dev/sda1 (the EFI partition):
    ./vmlinuz-linux
    ./initramfs-linux.img
    ./initramfs-linux-fallback.img
    ./efi
    ./efi/shellx64.efi
    ./efi/initramfs-linux-fallback.img
    ./efi/initramfs-linux.img
    ./efi/linux.efi
    ./linux.efi
    ./shellx64.efi
    I have no clue why it's not detecting anything.
    Last edited by gonX (2012-05-11 12:49:36)

    You have to write a boot entry into the EFI bootloader: https://bbs.archlinux.org/viewtopic.php … 0#p1090040

  • [SOLVED] BIOS not detecting USB Drives after i installed Arch

    SOLVED: In BIOS under 'Advanced' disable 'Fast BIOS Mode'.
    Original post:
    Hi there!
    I'm fairly new to the arch (and linux) scene and just setup my Samsung 530U3B with a brand new installation of arch. Everything went fine and the system is running flawlessly. Almost.
    I just happend to notice that BIOS is not checking for USB drives anymore, it just somehow skips that part. If enter the boot selection, the bootable USB drive won't show up. Neither does it show up in BIOS setup. I tried to boot with the same USB drive that i used to install arch just yesterday, the live media does not boot - the drive doesn't even blink. The boot priority is set to usb drive first, the boot selection screen (hammering f10 during boot) doesn't give me any other option than to boot from the normal SSD. Also, prior to the arch installation (came with w7 installed) the BIOS screen would stay for about 2seconds and then proceed to boot - this doesn't happen anymore. When i press the power button greeted by the grub bootloader in about 1s.
    I tried 2 different usb drives, both with the arch iso (same that i used to install the currently running OS, downloaded yesterday). The drives also show up once my arch is booted (starting to blink just after i hit enter in grub). Also, both drives boot without a problem on my desktop computer.
    Anyone got any ideas?
    I don't really now what kinda of information would be helpful so i'm just dumping stuff i know:
    BIOS: Phoenix SecureCore Tiano Version 04XK
    Machine: Samsung 530U3B
    SSD: Samsung MZ7PC128HAFU-000
    ISO used to install (checksum ok): archlinux-2012.07.15-netinstall-dual.iso
    Last edited by araex (2012-07-26 16:57:47)

    DSpider wrote:
    The boot priority is set to usb drive first
    Welcome to the forum.
    If you just set the USB stick to be first in the boot order, the next option (from the list) takes its place the moment you unplug it. You need to set the BIOS to boot from your equivalent of "Removable Devices" first, "Internal Drives" second and "Optical Drives" third.
    The USB stick doesn't show up at all. I set the priority as follows:
    1. USB HDD
    2. USB FDD
    3. USB CD
    4. SATA CD
    5. SATA HDD
    6. NETWORK
    I used that same configuration to install arch. USB doesn't seem to initialize at all. Also, if i enter "usb" in the grub commandline, no devices are listed.
    Thanks!
    UPDATE:
    I just figured it out. In my BIOS under 'Advanced' the 'Fast BIOS Mode' was enabled, once i disabled it, everything went fine. I don't remember changing that option. Silly me.
    Sorry for your time
    Last edited by araex (2012-07-26 16:56:30)

  • [SOLVED] Grub Not Detecting Windows

    Hello,
    So here's the scenario:
    I initially had Ubuntu and Windows 8, but couldn't boot, so I used boot-repair (via live Ubuntu), and it got fixed; I could use Windows 8 again (Ubuntu didn't matter).
    I then deleted Ubuntu, then installed Arch instead. Grub was successfully installed, Arch and Windows 8 are shown, except when I choose Windows 8, it goes to the Windows Boot Manager (which shows a single choice of Windows 8). When I choose it, it says that it failed to start.
    File: \Windows\system32\config\system
    Status: 0xc000025
    Info: The operating system couldn't be loaded because the system registry file is missing or contains errors.
    How can I get it to work as before?
    I've tried using a custom.cfg as suggested in the manual
    menuentry "Windows 8"{
    set root="(hd0,1)"
    chainloader +1
    The entry showed up after running grub-mkconfig, except that it did the same thing as the original choice detected by os-prober (as in the one during the installation mentioned above).
    By the way here's my partition layout:
    /dev/sda1 Windows System Reserved
    /dev/sda2 Windows
    /dev/sda3 Arch
    I also tried to set root to (hd0,2), but it gave a similar error:
    File: \Boot\BCD
    Status: 0xc000000f
    Info: The Boot Configuration Data for your PC is missing or contains error.
    I believe this is because I've tried to work with EasyBCD/BCDedit before.
    Last edited by jddantes (2014-04-16 11:20:46)

    Finally solved it!
    It was more of a Windows problem than an Arch one. I used Live Ubuntu's GParted and noticed that my Windows partition (/dev/sda2) was marked by an exclamation point. I right-clicked to Information and this was the message:
    ntfs_decompress_mapping_pairs: Input/output error NTFS is inconsistent. Please run chkdsk /f on Windows then reboot it TWICE!
    I was starting to download a Windows 8 ISO, but thankfully I found out that you could create a recovery drive from an existing Windows 8 installation (I had another computer).
    Failed attempts:
    There was no reinstall option for me (looking back at it, that's a good thing), so I went for the Fix Startup Problems options. I ran it thrice and I stopped because it finally said that it couldn't fix it.
    I had no System Restore Points either.
    I wanted to see if the Continue to Windows 8 option would magically be able to boot it, but after the screen froze for 2-3 minutes, I rebooted and went for the Command Prompt.
    More failed attempts with the Command Prompt:
    I was able to find this http://social.technet.microsoft.com/For … proinstall
    The instructions were:
    Type Bootrec /RebuildBcd, and then press ENTER.
    If the Bootrec.exe tool runs successfully, it presents you with an installation path of a Windows directory. To add the entry to the BCD store, type Yes. A confirmation message appears that indicates the entry was added successfully.
    If the Bootrec.exe tool cannot locate any missing Windows installations, you must remove the BCD store, and then you must re-create it. To do this, type the following commands in the order in which they are presented. Press ENTER after each command.
    Bcdedit /export C:\BCD_Backup
    ren c:\boot\bcd bcd.old
    Bootrec /rebuildbcd
    Restart the computer.
    So I tried, but it failed anyway. Then I began to notice. The current directory was X: (I was booting from the USB), and by some chance I managed to figure out that there were also C an D.
    I searched for the command to display the disks:
    http://www.computerhope.com/issues/ch000854.htm
    wmic logicaldisk get name
    What I wanted was E. (This is what will be C normally, with the Program Files and all). I also had F, which I will guess will be the free space remaining which I put aside for swap (it couldn't be accessed in the Prompt with dir f:).
    I tried the above solution with E instead of C, but it failed.
    What finally worked:
    chkdsk /f e:
    And now it boots when I choose it in Grub. Sometimes the Windows Boot Manager pops up, but whether it does so or not, Windows 8 loads properly.

  • [SOLVED] wlan0 not detected

    My wireless network worked previously with these in /etc/rc.conf:
    wlan0="dhcp"
    wlan_wlan0="wlan0 essid blah key blah"
    WLAN_INTERFACES=(wlan0)
    INTERFACES=(wlan0)
    Now it's stopped working for some reason and cannot even be detected, let alone configured:
    $ lspci
    0c:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
    $ lsmod
    iwl3945
    $ /etc/rc.d/network start
    :: Starting Network
    [BUSY] err, wlan0: ioctl SIOCGIFHWADDR: No such device
    $ iwconfig
    lo no wireless extensions.
    eth0 no wireless extensions.
    $ ifconfig wlan0 up
    wlan0: unknown interface: No such device
    $ netcfg2 home
    :: home up - Interface wlan0 is not a wireless interface [FAIL]
    Last edited by dyscoria (2008-03-22 17:28:20)

    alexmgarcia wrote:Hmm, I use iwl3945 too and it is ok.
    Do you have iwlwifi-3945-ucode installed?
    tomk wrote:Unload and reload the module and check what dmesg says.
    Here's my output from dmesg:
    iwl3945: iwlwifi-3945-1.ucode firemware file req failed: Reason -2
    Installed iwlwifi-3945-ucode and all is good. Thanks for the help

  • [SOLVED] lspci only detecting half my video RAM

    So i needed to look up details about my video card when i noticed something strange. It seems the system is only allocating half of the available video memory for some reason. What's the reason for this? I haven't tweaked it or assigned any swap memory or anything like that for it either so i don't know what's up. I should have 512 MB, but i only have half. Here's my lspci output:
    sudo lspci -v -s 01:00.0
    01:00.0 VGA compatible controller: nVidia Corporation G94 [GeForce 9600 GT] (rev a1) (prog-if 00 [VGA controller])
    Subsystem: ASUSTeK Computer Inc. Device 827c
    Flags: bus master, fast devsel, latency 0, IRQ 16
    Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
    Memory at d0000000 (64-bit, prefetchable) [size=256M]
    Memory at fa000000 (64-bit, non-prefetchable) [size=32M]
    I/O ports at cc00 [size=128]
    [virtual] Expansion ROM at fe880000 [disabled] [size=512K]
    Capabilities: [60] Power Management version 3
    Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
    Capabilities: [78] Express Endpoint, MSI 00
    Capabilities: [b4] Vendor Specific Information: Len=14 <?>
    Capabilities: [100] Virtual Channel
    Capabilities: [128] Power Budgeting <?>
    Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
    Kernel driver in use: nvidia
    Kernel modules: nvidia, nvidiafb, nouveau
    Is there any way i can fix this? I mean i have no problems whatsoever and i can watch 1080p videos and using 1920x1080 resolution without any lag, even play most games on high settings without too much lag, but still, it would be nice to have all my video memory.
    edit:
    Didn't see that thread in the search, but thanks! interesting to know. And if anyone happens to stumble upon this thread, basically the "problem" is:
    (quoted from this thread )
    On most GPUs, it's sized 256MB to avoid various SBIOS compatibility and resource contention/exhaustion problems. Please note that the size of BAR1 does not impact how much video memory the GPU can access. It does limit how much video memory can be accessed directly by the CPU, but due to the large size discrepancies between BAR1 (typically 256MB, as I said above) and video memory (1+GB on high-end GPUs), the NVIDIA Linux graphics driver does not rely heavily on CPU mappings of surfaces in video memory.
    Last edited by waspy (2011-11-12 21:24:35)

    https://bbs.archlinux.org/viewtopic.php?id=107223

  • [SOLVED] Battery not detected by acpi

    Hello everyone.  I am new to Arch Linux (loving it so far) and fairly new with Linux in general (tried a few distributions, Gentoo being the one I last tried).  I just recently got an Acer Aspire 3004WLCI Laptop. and decided to put arch on it.  I managed to get everything else to work (wireless, ect.) but I can't get it to recognise my battery.
    In KDE it always says I have no battery inserted (-1% charge).
    In dmesg I keep getting this message:
    ACPI-0339: *** Error: Looking up [Z007] in namespace, AE_NOT_FOUND
    search_node dbbca260 start_node dbbca260 return_node 00000000
        ACPI-0508: *** Error: Method execution failed [_SB_.BAT1._BST] (Node dbbcaf80), AE_NOT_FOUND
    I have searched around a bit on these forums and other places, but the things I have tried so far have not worked.  Anyone know anything I can try?
    Thanks in advance!

    OK I had to recompile my DSDT file, which I have done succesfully.  But now I am having a problem patching them into my kernel.  I was trying to follow the directions here http://acpi.sourceforge.net/wiki/index. … rideTables
    When I get to the part where it says
    patch -p1 -i /PATH/TO/osl.diff
    I replace the path with the file that is shown later on that page.  When I run the command I get this message:
    can't find file to patch at input line 5
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:
    |--- linux/drivers/acpi/osl.c.orig
    |
    |+++ linux/drivers/acpi/osl.c
    |
    File to patch:
    And from there I don't know what to do.
    I have never patched a kernel before, so I probably am just missing something simple, can anyone help?
    As before, thanks in advance.

  • [SOLVED] Arch not detected by GRUB

    I've carefully read the Beginners'_guide (also GRUB and some other relevant pages) and installed Arch along Windows 8 (BIOS, MBR) as suggested. Arch is installed on /dev/sda3. I've installed os-prober and ran grub-mkconfig. The problem is that only Windows is picked up but not Arch.
    I've read several other similar threads here with no success. What is wrong?
    Here is a picture of the problem-in-action:
    Last edited by c0dehunter (2014-02-27 23:19:10)

    First off, the only thing under /boot is directory grub. I expected vmlinuz and initrd.img to be here (making me think the installation of the system is somehow incomplete)?
    I have tested with manual entry in /etc/grub.d/40_custom
    menuentry "Arch Linux" {
    set root=(hd0,3)
    linux /vmlinuz-linux root=/dev/sda3 ro
    initrd /initramfs-linux.img
    and running grub-mkconfig. Grub reports that vmlinuz-linux is missing (as mentioned in the previous line, /boot only has grub). Is it possible that I missed some step (although I sticked to the Beginner's Guide like mad)?
    Last edited by c0dehunter (2014-02-27 22:57:35)

  • Windows 7 prof 64bit , EliteBook 8540W Mobile Workstation not detecting all my expandable RAM

    Recently (2 week back) I got my hp Elitebook 8540w mobile workstation, 
    by dafault came with  
    Windows 7 professional 64Bit, 
    iCore 7 Q740 @1.73Ghz 
    4GB Ram
    nVidia QFx 880M
    this week I have received two RAM(4GB each) from hp.
    I have placed those RAMs on expandable memory board and restarted the laptop but laptop didnt recognize both the RAMs (4 GB x 2  ). 
    Please help to resolve this issue.

    I've paid for support from Apple for same issue. No solution yet. It's about a month.

  • [solved] sudo not granting full root privileges?

    Hi,
    when I'm trying to set the thresholds for starting and stopping battery charging with Tp_smapi using sudo receive the message that I don't have the permission to do that.
    $ sudo echo 85 > /sys/devices/platform/smapi/BAT0/stop_charge_thresh
    bash: /sys/devices/platform/smapi/BAT0/stop_charge_thresh: Keine Berechtigung
    But when I
    $ su -
    Passwort:
    # echo 85 > /sys/devices/platform/smapi/BAT0/stop_charge_thresh
    everything works fine. I always thougt with sudo you can do everything root can do. So, this isn't the case?
    Thanks for enlighten me
    Barghest
    Last edited by Barghest (2010-06-04 17:48:39)

    echo 85 | sudo tee /sys/devices/platform/smapi/BAT0/stop_charge_thresh
    the redirection (the >) is ran by your shell which doesn't run as root.

  • [Solved] Hard Disk not detected

    Currently i am using 4 hard drives and out of which 2 hard drives are detected and 2 are not. The fasinating thing is that in BIOS all the 4 hard drivers are detected and using a live cd i can access all the 4 drives without any prob. All the 4 drivers are working properly in windows7. It's just in arch linux 2 of my drives are not detected.
    Recently i have upgraded my system from kernel 3.6.9 to 3.6.10
    the drives are SATA drives. they are connected directly to the motheboard using SATA cables. the live cd i used was Ubuntu. I checked in /sys/block/  and with lsblk. In both of them i can see 2 drives sda and sdb.
    Even check the dmesg, but there was nothing related to sdc or sdd. even on boot there were no errors.
    They are NTFS formatted and always the 2 same disks are detected.
    pls guide me as i am really freaked off due to this prob.
    Last edited by creative2innovative (2012-12-26 05:37:55)

    ewaller wrote:
    How about rebooting, and then posting the output of dmesg.  It will be long, so be sure to use BBCode 'code' tags.  Alternately, install wgetpaste; pipe the output of dmesg through wgetpaste, and post the link wgetpaste provides here.
    Edit:  Never mind   I see you updated with solved while I was posting.  But what is the solution?
    Thanks ewaller for the reply The prob was that, the capacity of my SMPS ( power unit ) was not sufficient to run 4 HDD + printer + 2 TB external drive. So this was the main reason. When i disconnected the printer and the external drive again all the 4 HDD were detected in my arch machine

  • [SOLVED] k3b does not detect optical drive

    Hello,
    I am running Arch Linux x86_64 with recent updates. I have k3b 2.0.3 and when I launch it I get message that it does not detect my optical drive, and I need hal daemon. I checked, udev is running, node in dev /dev/sr0 has root.optical, my user is in optical group. How do I fix this? I want to burn BluRay disk, maybe k3b even does not support it? And is there a better tool for optical discs than k3b? I use KDE 4 so Qt tool would be nice
    Last edited by adomas (2015-01-09 17:34:05)

    [EDIT] I think problem is solved. Not sure how, but after reboot it works now
    Thank you for you reply, Lone_Wolf
    Permissions seems to be ok:
    [adomas@voidbox ~]$ ls -l /dev/sr0
    brw-rw---- 1 root optical 11, 0 Jan 9 21:18 /dev/sr0
    [adomas@voidbox ~]$
    And about dependencies I think I have what I need:
    [root@voidbox adomas]# pacman -Qi k3b
    Name : k3b
    Version : 1:2.0.3a-1
    Description : Feature-rich and easy to handle CD burning application
    Architecture : x86_64
    URL : http://sourceforge.net/projects/k3b/
    Licenses : GPL
    Groups : None
    Provides : None
    Depends On : kdebase-runtime libkcddb libsamplerate libmad ffmpeg taglib libmpcdec libdvdread cdrkit
    libxft
    Optional Deps : dvd+rw-tools: for dvd burning support [installed]
    vcdimager: for vcd burning support
    transcode: for advanced mpeg conversion support
    emovix: for bootable multimedia cd/dvd support
    cdrdao: for disk-at-once (DAO) mode support [installed]
    cdparanoia: for cd ripping support
    Required By : None
    Optional For : None
    Conflicts With : None
    Replaces : None
    Installed Size : 33.81 MiB
    Packager : Eric Belanger <[email protected]>
    Build Date : Thu 06 Nov 2014 05:21:31 AM EET
    Install Date : Wed 07 Jan 2015 07:28:57 PM EET
    Install Reason : Explicitly installed
    Install Script : Yes
    Validated By : Signature
    [root@voidbox adomas]#
    What else can be a problem? By the way may optical drive is external, connected via USB, if it makes any difference.
    Last edited by adomas (2015-01-09 17:33:50)

  • [Potentially Solved] Touchpad sometimes not detected possible IRQ.

    Edit:
    Potentially solved: since adding the below entries to my bootloader I have not encountered the issue, or it may be just a coincidence.
    append to the boot line: i8042.nomux=1 i8042.reset
    I've been experiencing an issue for the last few years which has bugged me across two different brands of laptop, but has been very hard to debug due to how random the event seems to occur.
    One in every 20 or so boots, the touchpad on my laptop (Lenovo Z500) is not detected; not just by X, but by the system as a whole, it's as if it has been physically disconnected somehow.
    It will take a few good reboots for the system to detect it again, and the problem disappears for another few days/weeks
    One strange thing I have noticed, is that when looking at the listing of interrupts during a 'failed touchpad boot', IRQ 12, which I believe is normally the touchpad, has vanished.
    I'm not very clued up on these matters so I'm not sure how to start debugging this, and working out if the issue is down to my setup of the system or not.
    Any ideas on what could be causing this?
    Thanks.
    Output of /proc/interrupts during a working boot:
    CPU0 CPU1 CPU2 CPU3
    0: 23 0 0 0 IO-APIC-edge timer
    1: 16 723 9 10 IO-APIC-edge i8042
    8: 0 0 0 1 IO-APIC-edge rtc0
    9: 299 118 10 14 IO-APIC-fasteoi acpi
    12: 845 21415 146 77 IO-APIC-edge i8042
    16: 461 8993 74 44 IO-APIC-fasteoi ehci_hcd:usb1
    17: 0 0 0 0 IO-APIC-fasteoi ath9k
    23: 2 25 5 1 IO-APIC-fasteoi ehci_hcd:usb2
    41: 5 22 0 2 PCI-MSI-edge xhci_hcd
    42: 1557 1065 596 500 PCI-MSI-edge ahci
    43: 11 2 0 0 PCI-MSI-edge mei_me
    44: 266 0 0 0 PCI-MSI-edge snd_hda_intel
    46: 4 28 26 1 PCI-MSI-edge i915
    NMI: 0 0 0 0 Non-maskable interrupts
    LOC: 3002 12958 2572 1842 Local timer interrupts
    SPU: 0 0 0 0 Spurious interrupts
    PMI: 0 0 0 0 Performance monitoring interrupts
    IWI: 88 170 115 197 IRQ work interrupts
    RTR: 1 0 0 0 APIC ICR read retries
    RES: 367 332 393 431 Rescheduling interrupts
    CAL: 129 71 24 58 Function call interrupts
    TLB: 99 72 157 892 TLB shootdowns
    TRM: 0 0 0 0 Thermal event interrupts
    THR: 0 0 0 0 Threshold APIC interrupts
    MCE: 0 0 0 0 Machine check exceptions
    MCP: 2 2 2 2 Machine check polls
    THR: 0 0 0 0 Hypervisor callback interrupts
    ERR: 0
    MIS: 0
    Output of /proc/interrupts during a non-working boot:
    CPU0 CPU1 CPU2 CPU3
    0: 23 0 0 0 IO-APIC-edge timer
    1: 9 235 2 11 IO-APIC-edge i8042
    8: 0 0 1 0 IO-APIC-edge rtc0
    9: 217 44 24 40 IO-APIC-fasteoi acpi
    16: 96 2512 38 173 IO-APIC-fasteoi ehci_hcd:usb1
    17: 0 0 0 0 IO-APIC-fasteoi ath9k
    23: 3 25 1 4 IO-APIC-fasteoi ehci_hcd:usb2
    41: 6 23 0 1 PCI-MSI-edge xhci_hcd
    42: 1445 937 649 479 PCI-MSI-edge ahci
    43: 9 3 0 1 PCI-MSI-edge mei_me
    45: 11 10 4 39 PCI-MSI-edge i915
    46: 93 80 94 0 PCI-MSI-edge snd_hda_intel
    NMI: 0 0 0 0 Non-maskable interrupts
    LOC: 1251 3465 1964 692 Local timer interrupts
    SPU: 0 0 0 0 Spurious interrupts
    PMI: 0 0 0 0 Performance monitoring interrupts
    IWI: 76 97 47 79 IRQ work interrupts
    RTR: 1 0 0 0 APIC ICR read retries
    RES: 349 252 190 335 Rescheduling interrupts
    CAL: 110 72 30 69 Function call interrupts
    TLB: 101 52 817 651 TLB shootdowns
    TRM: 0 0 0 0 Thermal event interrupts
    THR: 0 0 0 0 Threshold APIC interrupts
    MCE: 0 0 0 0 Machine check exceptions
    MCP: 2 2 2 2 Machine check polls
    THR: 0 0 0 0 Hypervisor callback interrupts
    ERR: 0
    MIS: 0
    Output of /proc/bus/input/devices during a working boot (touchpad detected at bus 0011):
    I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
    N: Name="AT Translated Set 2 keyboard"
    P: Phys=isa0060/serio0/input0
    S: Sysfs=/devices/platform/i8042/serio0/input/input0
    U: Uniq=
    H: Handlers=kbd event0
    B: PROP=0
    B: EV=120013
    B: KEY=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
    B: MSC=10
    B: LED=7
    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name="Power Button"
    P: Phys=PNP0C0C/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0C:00/input/input2
    U: Uniq=
    H: Handlers=kbd event1
    B: PROP=0
    B: EV=3
    B: KEY=10000000000000 0
    I: Bus=0019 Vendor=0000 Product=0005 Version=0000
    N: Name="Lid Switch"
    P: Phys=PNP0C0D/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input3
    U: Uniq=
    H: Handlers=event2
    B: PROP=0
    B: EV=21
    B: SW=1
    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name="Power Button"
    P: Phys=LNXPWRBN/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    U: Uniq=
    H: Handlers=kbd event3
    B: PROP=0
    B: EV=3
    B: KEY=10000000000000 0
    I: Bus=0019 Vendor=0000 Product=0000 Version=0000
    N: Name="Ideapad extra buttons"
    P: Phys=ideapad/input0
    S: Sysfs=/devices/platform/VPC2004:00/input/input5
    U: Uniq=
    H: Handlers=kbd rfkill event4
    B: PROP=0
    B: EV=13
    B: KEY=1400800100c03 400000000300000 0 0
    B: MSC=10
    I: Bus=0010 Vendor=001f Product=0001 Version=0100
    N: Name="PC Speaker"
    P: Phys=isa0061/input0
    S: Sysfs=/devices/platform/pcspkr/input/input7
    U: Uniq=
    H: Handlers=kbd event5
    B: PROP=0
    B: EV=40001
    B: SND=6
    I: Bus=0003 Vendor=13d3 Product=5170 Version=0730
    N: Name="Lenovo EasyCamera"
    P: Phys=usb-0000:00:14.0-4/button
    S: Sysfs=/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/input/input9
    U: Uniq=
    H: Handlers=kbd event6
    B: PROP=0
    B: EV=3
    B: KEY=100000 0 0 0
    I: Bus=0001 Vendor=10ec Product=0269 Version=0001
    N: Name="HDA Digital PCBeep"
    P: Phys=card0/codec#0/beep0
    S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input8
    U: Uniq=
    H: Handlers=kbd event7
    B: PROP=0
    B: EV=40001
    B: SND=6
    I: Bus=0000 Vendor=0000 Product=0000 Version=0000
    N: Name="HDA Intel PCH Mic"
    P: Phys=ALSA
    S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input10
    U: Uniq=
    H: Handlers=event8
    B: PROP=0
    B: EV=21
    B: SW=10
    I: Bus=0000 Vendor=0000 Product=0000 Version=0000
    N: Name="HDA Intel PCH Headphone"
    P: Phys=ALSA
    S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input11
    U: Uniq=
    H: Handlers=event9
    B: PROP=0
    B: EV=21
    B: SW=4
    I: Bus=0000 Vendor=0000 Product=0000 Version=0000
    N: Name="HDA Intel PCH HDMI/DP,pcm=3"
    P: Phys=ALSA
    S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input12
    U: Uniq=
    H: Handlers=event10
    B: PROP=0
    B: EV=21
    B: SW=140
    I: Bus=0011 Vendor=0002 Product=0007 Version=01b1
    N: Name="SynPS/2 Synaptics TouchPad"
    P: Phys=isa0060/serio1/input0
    S: Sysfs=/devices/platform/i8042/serio1/input/input6
    U: Uniq=
    H: Handlers=event11 mouse0
    B: PROP=5
    B: EV=b
    B: KEY=e520 10000 0 0 0 0
    B: ABS=660800011000003
    I: Bus=0019 Vendor=0000 Product=0006 Version=0000
    N: Name="Video Bus"
    P: Phys=LNXVIDEO/video/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:35/LNXVIDEO:00/input/input13
    U: Uniq=
    H: Handlers=kbd event12
    B: PROP=0
    B: EV=3
    B: KEY=3e000b00000000 0 0 0
    I: Bus=0019 Vendor=0000 Product=0006 Version=0000
    N: Name="Video Bus"
    P: Phys=LNXVIDEO/video/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:03/input/input14
    U: Uniq=
    H: Handlers=kbd event13
    B: PROP=0
    B: EV=3
    B: KEY=3e000b00000000 0 0 0
    Output of /proc/bus/input/devices during a non-working boot:
    I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
    N: Name="AT Translated Set 2 keyboard"
    P: Phys=isa0060/serio0/input0
    S: Sysfs=/devices/platform/i8042/serio0/input/input2
    U: Uniq=
    H: Handlers=kbd event0
    B: PROP=0
    B: EV=120013
    B: KEY=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
    B: MSC=10
    B: LED=7
    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name="Power Button"
    P: Phys=PNP0C0C/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0C:00/input/input3
    U: Uniq=
    H: Handlers=kbd event1
    B: PROP=0
    B: EV=3
    B: KEY=10000000000000 0
    I: Bus=0019 Vendor=0000 Product=0005 Version=0000
    N: Name="Lid Switch"
    P: Phys=PNP0C0D/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input4
    U: Uniq=
    H: Handlers=event2
    B: PROP=0
    B: EV=21
    B: SW=1
    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name="Power Button"
    P: Phys=LNXPWRBN/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
    U: Uniq=
    H: Handlers=kbd event3
    B: PROP=0
    B: EV=3
    B: KEY=10000000000000 0
    I: Bus=0019 Vendor=0000 Product=0000 Version=0000
    N: Name="Ideapad extra buttons"
    P: Phys=ideapad/input0
    S: Sysfs=/devices/platform/VPC2004:00/input/input6
    U: Uniq=
    H: Handlers=kbd rfkill event4
    B: PROP=0
    B: EV=13
    B: KEY=1400800100c03 400000000300000 0 0
    B: MSC=10
    I: Bus=0010 Vendor=001f Product=0001 Version=0100
    N: Name="PC Speaker"
    P: Phys=isa0061/input0
    S: Sysfs=/devices/platform/pcspkr/input/input7
    U: Uniq=
    H: Handlers=kbd event5
    B: PROP=0
    B: EV=40001
    B: SND=6
    I: Bus=0003 Vendor=13d3 Product=5170 Version=0730
    N: Name="Lenovo EasyCamera"
    P: Phys=usb-0000:00:14.0-4/button
    S: Sysfs=/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/input/input8
    U: Uniq=
    H: Handlers=kbd event6
    B: PROP=0
    B: EV=3
    B: KEY=100000 0 0 0
    I: Bus=0019 Vendor=0000 Product=0006 Version=0000
    N: Name="Video Bus"
    P: Phys=LNXVIDEO/video/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:35/LNXVIDEO:00/input/input9
    U: Uniq=
    H: Handlers=kbd event7
    B: PROP=0
    B: EV=3
    B: KEY=3e000b00000000 0 0 0
    I: Bus=0019 Vendor=0000 Product=0006 Version=0000
    N: Name="Video Bus"
    P: Phys=LNXVIDEO/video/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:03/input/input10
    U: Uniq=
    H: Handlers=kbd event8
    B: PROP=0
    B: EV=3
    B: KEY=3e000b00000000 0 0 0
    I: Bus=0001 Vendor=10ec Product=0269 Version=0001
    N: Name="HDA Digital PCBeep"
    P: Phys=card0/codec#0/beep0
    S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input11
    U: Uniq=
    H: Handlers=kbd event9
    B: PROP=0
    B: EV=40001
    B: SND=6
    I: Bus=0000 Vendor=0000 Product=0000 Version=0000
    N: Name="HDA Intel PCH Mic"
    P: Phys=ALSA
    S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input12
    U: Uniq=
    H: Handlers=event10
    B: PROP=0
    B: EV=21
    B: SW=10
    I: Bus=0000 Vendor=0000 Product=0000 Version=0000
    N: Name="HDA Intel PCH Headphone"
    P: Phys=ALSA
    S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input13
    U: Uniq=
    H: Handlers=event11
    B: PROP=0
    B: EV=21
    B: SW=4
    I: Bus=0000 Vendor=0000 Product=0000 Version=0000
    N: Name="HDA Intel PCH HDMI/DP,pcm=3"
    P: Phys=ALSA
    S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input14
    U: Uniq=
    H: Handlers=event12
    B: PROP=0
    B: EV=21
    B: SW=140
    Last edited by kYd (2014-07-01 18:11:45)

    Hi gav989,
    welcome to the forums. Please have a look at our forum etiquette, esp. at the "Pasting Pictures and Code" section.
    The image you posted is too big, but only slightly, so I leave it there for now. You may want to look at these screenshot posting rules as well.

  • DVD-RAM drive not detected

    Hello :]
    I recently bought an old Power Mac G4 (AGP Graphics) off of eBay. The only problem I am having with it is that the optical drive is not detected entirely (and isn't shown in System Profiler). I am pretty sure that the current drive is the original DVD-RAM one.
    Thanks :]

    Hi, sburton0 -
    The lights indicate the drives are receiving proper power; the optical drive's external button will open the tray regardless of whether the Mac 'sees' the drive.
    Since the Zip drive is also not shown in System Profiler, that could indicate an issue with the built-in controller for that bus.
    However, it is not unusual for a cable to work loose when a machine is moved around and jostled, as can happen a lot during shipment and related movement. Check the data cable where it connects to the main logic board - unplug it and re-insert it, making sure it is well seated. Do this with the machine powered down, of course, and avoid touching anything on the main logic board.
    It is possible for the data cable to get pinched inside the machine when the side panel/door is closed - if this cuts into the cable, it can cause a short or interruption. Make sure that has not happened.
    In theory one of the jumpers on the optical or Zip drive (if either uses jumpers) may have become dislodged, altering the config of the drives' addresses such that the Mac can't read them. This is a remote possibility - once inserted, a jumper is not easily worked loose.
    If it does appear that the built-in controller for that ATA bus has failed, a PCI ATA card should work as a replacement; the alternative is to replace the main logic board, which is far more expensive.

Maybe you are looking for

  • How to add a field in dynamic selections

    HI, There is a requirement in which i need to add a field in existing program of dynamic selections. I have added a field in the screen.But I was not able to write the label and is not displaying. I ahve copied evrything from existing coding.but stil

  • How to set the Screensaver in N72.I have downloade...

    How to set the Screensaver in N72.I have downloaded the screensaver from net

  • External SD Card Gallery Not Showing

    Hi, In Adobe Collage and the other Adobe apps on my Galaxy Note 10.1 I am unable to load my images that I have on my external sd card. Loading images from the inbuilt memory is fine however. I have too many images to start storing them all on the inb

  • Jumpy touchpad when I scroll after some updates on Thinkpad S440

    Hello everybody Yesterday I ran some updates and since then I have a touchpad issue. It automatically jumps when I scroll down or up. Sometimes, when I scroll down a PDF or a webpage it goes automatically to the end. This is a very annoying issue. My

  • NS collection view  or NSCollectionView, what it does, a documentation

    hi. if you're here, you're looking for documentation for the poorly described collection view. This is by no means exhaustive, but it is meant to complement and expand on Apple's official documentation. As far as I know this information IS NOT embarg