Page 1 of 1

[OT] build kernel

PostPosted: Sun Apr 15, 2012 3:39 pm
by adminlewis
Hi,
I want built a grsecurity statically compiled kernel. But my new kernel give me some problem. My post is tagged as OT because I have disabled grsec and my kernel cant boot.
My problem is that the root partition is mounted read-only and I have the folloing kind of error:
Code: Select all
mknod /dev/sda1 failed, read-only filesystem

I have rid of device with that kind of error. The tmpfs filesystem is enabled but I really don't know what I forgot to have this porblem.
If u need of my kernel .config please tell me.
Thanks for any help
luigi

Re: [OT] build kernel

PostPosted: Mon Apr 16, 2012 6:34 am
by specs
If you run a kernel on a read-only system, where do you store your logfiles, lockfiles and such?
Second question: if you use udev, you want to fill /dev/ at boot.

These are basic problems when running read-only file systems. Either use a RAM-disk or get rid of udev (and the rest of the files that want to write).
The other solution (with grsec): start with a writeable file system and use sysctl to enforce RO diskaccess (have a look at CONFIG_GRKERNSEC_ROFS).
Run "make menuconfig" search for GrSecurity | Filesystem Protections | Runtime read-only mount protection

PS I do think that you still need to know exactly when and where you need to write. A combination of a RAM-disk and the ROFS option might be the better combination depending on your needs.

Re: [OT] build kernel

PostPosted: Mon Apr 16, 2012 8:13 am
by adminlewis
Sorry my english is very bad... but I dont want a read-only filesystem..
read-only filesystem is the problem.
I want a running system but without both lkm and initrd..
Then I want a monolitic kernel..

Re: [OT] build kernel

PostPosted: Mon Apr 16, 2012 9:52 am
by PaX Team
well, we don't know your kernel version, what patch(es) you applied to it, your .config, the dmesg, etc.... it's kind of hard to figure your problem out without any information ;)

Re: [OT] build kernel

PostPosted: Mon Apr 16, 2012 2:25 pm
by adminlewis
Hi,
the following are more informations:

Code: Select all
kernel 3.2.13 vanilla + last grsec patch (but is not enabled)
Ubuntu 11.10


dmesg
Code: Select all
 Initializing cgroup subsys cpuset
 Initializing cgroup subsys cpu
 Linux version 3.0.0-17-generic (buildd@roseapple) (gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) ) #30-Ubuntu SMP Thu Mar 8 17:34:21 UTC 2012 (Ubuntu 3.0.0-17.30-generic 3.0.22)
 KERNEL supported cpus:
   Intel GenuineIntel
   AMD AuthenticAMD
   NSC Geode by NSC
   Cyrix CyrixInstead
   Centaur CentaurHauls
   Transmeta GenuineTMx86
   Transmeta TransmetaCPU
   UMC UMC UMC UMC
 BIOS-provided physical RAM map:
  BIOS-e820: 0000000000000000 - 000000000009a800 (usable)
  BIOS-e820: 000000000009a800 - 00000000000a0000 (reserved)
  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
  BIOS-e820: 0000000000100000 - 00000000defbc000 (usable)
  BIOS-e820: 00000000defbc000 - 00000000df013000 (ACPI NVS)
  BIOS-e820: 00000000df013000 - 00000000df59e000 (reserved)
  BIOS-e820: 00000000df59e000 - 00000000df5af000 (ACPI NVS)
  BIOS-e820: 00000000df5af000 - 00000000df5c6000 (reserved)
  BIOS-e820: 00000000df5c6000 - 00000000df5c8000 (usable)
  BIOS-e820: 00000000df5c8000 - 00000000df5d0000 (reserved)
  BIOS-e820: 00000000df5d0000 - 00000000df5da000 (ACPI NVS)
  BIOS-e820: 00000000df5da000 - 00000000df636000 (reserved)
  BIOS-e820: 00000000df636000 - 00000000df679000 (ACPI NVS)
  BIOS-e820: 00000000df679000 - 00000000df800000 (usable)
  BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
  BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
  BIOS-e820: 0000000100000000 - 000000041f800000 (usable)
 Notice: NX (Execute Disable) protection cannot be enabled in hardware: non-PAE kernel!
 NX (Execute Disable) protection: approximated by x86 segment limits
 DMI 2.6 present.
 DMI: System manufacturer System Product Name/P8P67, BIOS 1503 03/10/2011
 e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
 e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
 last_pfn = 0xdf800 max_arch_pfn = 0x100000
 MTRR default type: uncachable
 MTRR fixed ranges enabled:
   00000-9FFFF write-back
   A0000-BFFFF uncachable
   C0000-D3FFF write-protect
   D4000-E7FFF uncachable
   E8000-FFFFF write-protect
 MTRR variable ranges enabled:
   0 base 000000000 mask C00000000 write-back
   1 base 400000000 mask FE0000000 write-back
   2 base 0E0000000 mask FE0000000 uncachable
   3 base 41F800000 mask FFF800000 uncachable
   4 disabled
   5 disabled
   6 disabled
   7 disabled
   8 disabled
   9 disabled
 x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
 original variable MTRRs
 reg 0, base: 0GB, range: 16GB, type WB
 reg 1, base: 16GB, range: 512MB, type WB
 reg 2, base: 3584MB, range: 512MB, type UC
 reg 3, base: 16888MB, range: 8MB, type UC
 total RAM covered: 16376M
 Found optimal setting for mtrr clean up
  gran_size: 64K  chunk_size: 16M         num_reg: 7      lose cover RAM: 0G
 New variable MTRRs
 reg 0, base: 0GB, range: 2GB, type WB
 reg 1, base: 2GB, range: 1GB, type WB
 reg 2, base: 3GB, range: 512MB, type WB
 reg 3, base: 4GB, range: 4GB, type WB
 reg 4, base: 8GB, range: 8GB, type WB
 reg 5, base: 16GB, range: 512MB, type WB
 reg 6, base: 16888MB, range: 8MB, type UC
 e820 update range: 00000000e0000000 - 0000000100000000 (usable) ==> (reserved)
 found SMP MP-table at [c00fcf00] fcf00
 initial memory mapped : 0 - 01c00000
 Base memory trampoline at [c0096000] 96000 size 16384
 init_memory_mapping: 0000000000000000-00000000377fe000
  0000000000 - 0000400000 page 4k
  0000400000 - 0037400000 page 2M
  0037400000 - 00377fe000 page 4k
 kernel direct mapping tables up to 377fe000 @ 1bfb000-1c00000
 RAMDISK: 365ea000 - 372ed000
 Reserving 128MB of memory at 384MB for crashkernel (System RAM: 3576MB)
 ACPI: RSDP 000f0420 00024 (v02 ALASKA)
 ACPI: XSDT df00a068 0004C (v01 ALASKA    A M I 01072009 AMI  00010013)
 ACPI: FACP df012210 000F4 (v04 ALASKA    A M I 01072009 AMI  00010013)
 ACPI: DSDT df00a140 080D0 (v02 ALASKA    A M I 00000000 INTL 20051117)
 ACPI: FACS df5d1f80 00040
 ACPI: APIC df012308 00092 (v03 ALASKA    A M I 01072009 AMI  00010013)
 ACPI: SSDT df0123a0 001D6 (v01 AMICPU     PROC 00000001 MSFT 03000001)
 ACPI: MCFG df012578 0003C (v01 ALASKA    A M I 01072009 MSFT 00000097)
 ACPI: HPET df0125b8 00038 (v01 ALASKA    A M I 01072009 AMI. 00000004)
 ACPI: Local APIC address 0xfee00000
 2688MB HIGHMEM available.
 887MB LOWMEM available.
   mapped low ram: 0 - 377fe000
   low ram: 0 - 377fe000
 Zone PFN ranges:
   DMA      0x00000010 -> 0x00001000
   Normal   0x00001000 -> 0x000377fe
   HighMem  0x000377fe -> 0x000df800
 Movable zone start PFN for each node
 early_node_map[4] active PFN ranges
     0: 0x00000010 -> 0x0000009a
     0: 0x00000100 -> 0x000defbc
     0: 0x000df5c6 -> 0x000df5c8
     0: 0x000df679 -> 0x000df800
 On node 0 totalpages: 913615
 free_area_init_node: node 0, pgdat c17b54c0, node_mem_map f49fa200
   DMA zone: 32 pages used for memmap
   DMA zone: 0 pages reserved
   DMA zone: 3946 pages, LIFO batch:0
   Normal zone: 1744 pages used for memmap
   Normal zone: 221486 pages, LIFO batch:31
   HighMem zone: 5377 pages used for memmap
   HighMem zone: 681030 pages, LIFO batch:31
 Using APIC driver default
 ACPI: PM-Timer IO Port: 0x408
 ACPI: Local APIC address 0xfee00000
 ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
 ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
 ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
 ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
 ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
 ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
 ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
 ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
 ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
 ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
 IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
 ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
 ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
 ACPI: IRQ0 used by override.
 ACPI: IRQ2 used by override.
 ACPI: IRQ9 used by override.
 Using ACPI (MADT) for SMP configuration information
 ACPI: HPET id: 0x8086a701 base: 0xfed00000
 SMP: Allowing 8 CPUs, 0 hotplug CPUs
 nr_irqs_gsi: 40
 PM: Registered nosave memory: 000000000009a000 - 000000000009b000
 PM: Registered nosave memory: 000000000009b000 - 00000000000a0000
 PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
 PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
 Allocating PCI resources starting at df800000 (gap: df800000:1f51c000)
 Booting paravirtualized kernel on bare hardware
 setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
 PERCPU: Embedded 12 pages/cpu @f4400000 s26240 r0 d22912 u524288
 pcpu-alloc: s26240 r0 d22912 u524288 alloc=1*4194304
 pcpu-alloc: [0] 0 1 2 3 4 5 6 7
 Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 906462
 Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.0.0-17-generic root=UUID=3dccb6d0-dfab-413d-9b03-84630651e4e2 ro splash crashkernel=384M-2G:64M,2G-:128M quiet splash vt.handoff=7
 PID hash table entries: 4096 (order: 2, 16384 bytes)
 Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
 Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
 Initializing CPU#0
 xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
 allocated 14647040 bytes of page_cgroup
 please try 'cgroup_disable=memory' option if you don't want memory cgroups
 Initializing HighMem for node 0 (000377fe:000df800)
 Memory: 3456340k/3661824k available (5340k kernel code, 198120k reserved, 2595k data, 696k init, 2745628k highmem)
 virtual kernel memory layout:
     fixmap  : 0xfff16000 - 0xfffff000   ( 932 kB)
     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
     vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
     lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
       .init : 0xc17c1000 - 0xc186f000   ( 696 kB)
       .data : 0xc15371c4 - 0xc17c0140   (2595 kB)
       .text : 0xc1000000 - 0xc15371c4   (5340 kB)
 Checking if this processor honours the WP bit even in supervisor mode...Ok.
 SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
 Hierarchical RCU implementation.
  RCU dyntick-idle grace-period acceleration is enabled.
 NR_IRQS:2304 nr_irqs:744 16
 CPU 0 irqstacks, hard=f300a000 soft=f300c000
 Extended CMOS year: 2000
 vt handoff: transparent VT on vt#7
 Console: colour dummy device 80x25
 console [tty0] enabled
 hpet clockevent registered
 Fast TSC calibration using PIT
 Detected 3410.980 MHz processor.
 Calibrating delay loop (skipped), value calculated using timer frequency.. 6821.96 BogoMIPS (lpj=13643920)
 pid_max: default: 32768 minimum: 301
 Security Framework initialized
 AppArmor: AppArmor initialized
 Yama: becoming mindful.
 Mount-cache hash table entries: 512
 Initializing cgroup subsys cpuacct
 Initializing cgroup subsys memory
 Initializing cgroup subsys devices
 Initializing cgroup subsys freezer
 Initializing cgroup subsys net_cls
 Initializing cgroup subsys blkio
 Initializing cgroup subsys perf_event
 CPU: Physical Processor ID: 0
 CPU: Processor Core ID: 0
 ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
 ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
 mce: CPU supports 9 MCE banks
 CPU0: Thermal monitoring enabled (TM1)
 using mwait in idle threads.
 ACPI: Core revision 20110413
 ftrace: allocating 24903 entries in 49 pages
 Enabling APIC mode:  Flat.  Using 1 I/O APICs
 ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
 CPU0: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz stepping 07
 Performance Events: PEBS fmt1+, SandyBridge events, Intel PMU driver.
 ... version:                3
 ... bit width:              48
 ... generic registers:      4
 ... value mask:             0000ffffffffffff
 ... max period:             000000007fffffff
 ... fixed-purpose events:   3
 ... event mask:             000000070000000f
 CPU 1 irqstacks, hard=f30d6000 soft=f30e0000
 Booting Node   0, Processors  #1
 smpboot cpu 1: start_ip = 96000
 Initializing CPU#1
 CPU 2 irqstacks, hard=f30ea000 soft=f30ec000
  #2
 smpboot cpu 2: start_ip = 96000
 Initializing CPU#2
 CPU 3 irqstacks, hard=f30f6000 soft=f30f8000
  #3
 smpboot cpu 3: start_ip = 96000
 Initializing CPU#3
 calibrate_delay_direct() ignoring timer_rate as we had a TSC wrap around start=4287492924 >=post_end=19813940
 CPU 4 irqstacks, hard=f310a000 soft=f310c000
  #4
 smpboot cpu 4: start_ip = 96000
 Initializing CPU#4
 CPU 5 irqstacks, hard=f312a000 soft=f312c000
  #5
 smpboot cpu 5: start_ip = 96000
 Initializing CPU#5
 CPU 6 irqstacks, hard=f3156000 soft=f3160000
  #6
 smpboot cpu 6: start_ip = 96000
 Initializing CPU#6
 CPU 7 irqstacks, hard=f316a000 soft=f316c000
  #7 Ok.
 smpboot cpu 7: start_ip = 96000
 Initializing CPU#7
 Brought up 8 CPUs
 Total of 8 processors activated (54576.50 BogoMIPS).
 devtmpfs: initialized
 PM: Registering ACPI NVS region at defbc000 (356352 bytes)
 PM: Registering ACPI NVS region at df59e000 (69632 bytes)
 PM: Registering ACPI NVS region at df5d0000 (40960 bytes)
 PM: Registering ACPI NVS region at df636000 (274432 bytes)
 print_constraints: dummy:
 Time: 17:40:51  Date: 04/16/12
 NET: Registered protocol family 16
 Trying to unpack rootfs image as initramfs...
 EISA bus registered
 ACPI: bus type pci registered
 PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
 PCI: not using MMCONFIG
 PCI: Using configuration type 1 for base access
 bio: create slab <bio-0> at 0
 ACPI: EC: Look up EC in DSDT
 ACPI: Executed 1 blocks of module-level executable AML code
 ACPI Error: [RAMB] Namespace lookup failure, AE_NOT_FOUND (20110413/psargs-359)
 ACPI Exception: AE_NOT_FOUND, Could not execute arguments for [RAMW] (Region) (20110413/nsinit-349)
 ACPI: SSDT df5d9898 006F4 (v01    AMI      IST 00000001 MSFT 03000001)
 ACPI: Dynamic OEM Table Load:
 ACPI: SSDT   (null) 006F4 (v01    AMI      IST 00000001 MSFT 03000001)
 ACPI: SSDT df5d0d98 000E4 (v01    AMI      CST 00000001 MSFT 03000001)
 ACPI: Dynamic OEM Table Load:
 ACPI: SSDT   (null) 000E4 (v01    AMI      CST 00000001 MSFT 03000001)
 ACPI: Interpreter enabled
 ACPI: (supports S0 S1 S3 S4 S5)
 ACPI: Using IOAPIC for interrupt routing
 PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
 PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in ACPI motherboard resources
 PCI: Using MMCONFIG for extended config space
 [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
 ACPI: EC: GPE = 0x18, I/O: command/status = 0x66, data = 0x62
 ACPI: No dock devices found.
 HEST: Table not found.
 PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
 ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
 pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
 pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
 pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
 pci_root PNP0A08:00: host bridge window [mem 0x000c8000-0x000dffff]
 pci_root PNP0A08:00: host bridge window [mem 0xe4000000-0xffffffff]
 pci 0000:00:00.0: [8086:0100] type 0 class 0x000600
 pci 0000:00:01.0: [8086:0101] type 1 class 0x000604
 pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
 pci 0000:00:01.0: PME# disabled
 pci 0000:00:16.0: [8086:1c3a] type 0 class 0x000780
 pci 0000:00:16.0: reg 10: [mem 0xfb508000-0xfb50800f 64bit]
 pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
 pci 0000:00:16.0: PME# disabled
 pci 0000:00:1a.0: [8086:1c2d] type 0 class 0x000c03
 pci 0000:00:1a.0: reg 10: [mem 0xfb507000-0xfb5073ff]
 pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
 pci 0000:00:1a.0: PME# disabled
 pci 0000:00:1b.0: [8086:1c20] type 0 class 0x000403
 pci 0000:00:1b.0: reg 10: [mem 0xfb500000-0xfb503fff 64bit]
 pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
 pci 0000:00:1b.0: PME# disabled
 pci 0000:00:1c.0: [8086:1c10] type 1 class 0x000604
 pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
 pci 0000:00:1c.0: PME# disabled
 pci 0000:00:1c.1: [8086:1c12] type 1 class 0x000604
 pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
 pci 0000:00:1c.1: PME# disabled
 pci 0000:00:1c.2: [8086:1c14] type 1 class 0x000604
 pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
 pci 0000:00:1c.2: PME# disabled
 pci 0000:00:1c.3: [8086:1c16] type 1 class 0x000604
 pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
 pci 0000:00:1c.3: PME# disabled
 pci 0000:00:1c.4: [8086:1c18] type 1 class 0x000604
 pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
 pci 0000:00:1c.4: PME# disabled
 pci 0000:00:1c.5: [8086:1c1a] type 1 class 0x000604
 pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
 pci 0000:00:1c.5: PME# disabled
 pci 0000:00:1c.6: [8086:244e] type 1 class 0x000604
 pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
 pci 0000:00:1c.6: PME# disabled
 pci 0000:00:1c.7: [8086:1c1e] type 1 class 0x000604
 pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
 pci 0000:00:1c.7: PME# disabled
 pci 0000:00:1d.0: [8086:1c26] type 0 class 0x000c03
 pci 0000:00:1d.0: reg 10: [mem 0xfb506000-0xfb5063ff]
 pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
 pci 0000:00:1d.0: PME# disabled
 pci 0000:00:1f.0: [8086:1c46] type 0 class 0x000601
 pci 0000:00:1f.2: [8086:1c02] type 0 class 0x000106
 pci 0000:00:1f.2: reg 10: [io  0xf070-0xf077]
 pci 0000:00:1f.2: reg 14: [io  0xf060-0xf063]
 pci 0000:00:1f.2: reg 18: [io  0xf050-0xf057]
 pci 0000:00:1f.2: reg 1c: [io  0xf040-0xf043]
 pci 0000:00:1f.2: reg 20: [io  0xf020-0xf03f]
 pci 0000:00:1f.2: reg 24: [mem 0xfb505000-0xfb5057ff]
 pci 0000:00:1f.2: PME# supported from D3hot
 pci 0000:00:1f.2: PME# disabled
 pci 0000:00:1f.3: [8086:1c22] type 0 class 0x000c05
 pci 0000:00:1f.3: reg 10: [mem 0xfb504000-0xfb5040ff 64bit]
 pci 0000:00:1f.3: reg 20: [io  0xf000-0xf01f]
 pci 0000:01:00.0: [10de:1040] type 0 class 0x000300
 pci 0000:01:00.0: reg 10: [mem 0xfa000000-0xfaffffff]
 pci 0000:01:00.0: reg 14: [mem 0xe8000000-0xefffffff 64bit pref]
 pci 0000:01:00.0: reg 1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
 pci 0000:01:00.0: reg 24: [io  0xe000-0xe07f]
 pci 0000:01:00.0: reg 30: [mem 0xfb000000-0xfb07ffff pref]
 pci 0000:01:00.1: [10de:0e08] type 0 class 0x000403
 pci 0000:01:00.1: reg 10: [mem 0xfb080000-0xfb083fff]
 pci 0000:00:01.0: PCI bridge to [bus 01-01]
 pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
 pci 0000:00:01.0:   bridge window [mem 0xfa000000-0xfb0fffff]
 pci 0000:00:01.0:   bridge window [mem 0xe8000000-0xf1ffffff 64bit pref]
 pci 0000:00:1c.0: PCI bridge to [bus 02-02]
 pci 0000:00:1c.0:   bridge window [io  0xf000-0x0000] (disabled)
 pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
 pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
 pci 0000:03:00.0: [1033:0194] type 0 class 0x000c03
 pci 0000:03:00.0: reg 10: [mem 0xfb400000-0xfb401fff 64bit]
 pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
 pci 0000:03:00.0: PME# disabled
 pci 0000:00:1c.1: PCI bridge to [bus 03-03]
 pci 0000:00:1c.1:   bridge window [io  0xf000-0x0000] (disabled)
 pci 0000:00:1c.1:   bridge window [mem 0xfb400000-0xfb4fffff]
 pci 0000:00:1c.1:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
 pci 0000:00:1c.2: PCI bridge to [bus 04-04]
 pci 0000:00:1c.2:   bridge window [io  0xf000-0x0000] (disabled)
 pci 0000:00:1c.2:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
 pci 0000:00:1c.2:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
 pci 0000:00:1c.3: PCI bridge to [bus 05-05]
 pci 0000:00:1c.3:   bridge window [io  0xf000-0x0000] (disabled)
 pci 0000:00:1c.3:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
 pci 0000:00:1c.3:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
 pci 0000:06:00.0: [1033:0194] type 0 class 0x000c03
 pci 0000:06:00.0: reg 10: [mem 0xfb300000-0xfb301fff 64bit]
 pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
 pci 0000:06:00.0: PME# disabled
 pci 0000:00:1c.4: PCI bridge to [bus 06-06]
 pci 0000:00:1c.4:   bridge window [io  0xf000-0x0000] (disabled)
 pci 0000:00:1c.4:   bridge window [mem 0xfb300000-0xfb3fffff]
 pci 0000:00:1c.4:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
 pci 0000:07:00.0: [10ec:8168] type 0 class 0x000200
 pci 0000:07:00.0: reg 10: [io  0xd000-0xd0ff]
 pci 0000:07:00.0: reg 18: [mem 0xf2104000-0xf2104fff 64bit pref]
 pci 0000:07:00.0: reg 20: [mem 0xf2100000-0xf2103fff 64bit pref]
 pci 0000:07:00.0: supports D1 D2
 pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
 pci 0000:07:00.0: PME# disabled
 pci 0000:00:1c.5: PCI bridge to [bus 07-07]
 pci 0000:00:1c.5:   bridge window [io  0xd000-0xdfff]
 pci 0000:00:1c.5:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
 pci 0000:00:1c.5:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
 pci 0000:08:00.0: [1b21:1080] type 1 class 0x000604
 pci 0000:00:1c.6: PCI bridge to [bus 08-09] (subtractive decode)
 pci 0000:00:1c.6:   bridge window [io  0xc000-0xcfff]
 pci 0000:00:1c.6:   bridge window [mem 0xfb200000-0xfb2fffff]
 pci 0000:00:1c.6:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
 pci 0000:00:1c.6:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
 pci 0000:00:1c.6:   bridge window [io  0x0d00-0xffff] (subtractive decode)
 pci 0000:00:1c.6:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
 pci 0000:00:1c.6:   bridge window [mem 0x000c8000-0x000dffff] (subtractive decode)
 pci 0000:00:1c.6:   bridge window [mem 0xe4000000-0xffffffff] (subtractive decode)
 pci 0000:09:03.0: [1106:3044] type 0 class 0x000c00
 pci 0000:09:03.0: reg 10: [mem 0xfb200000-0xfb2007ff]
 pci 0000:09:03.0: reg 14: [io  0xc000-0xc07f]
 pci 0000:09:03.0: supports D2
 pci 0000:09:03.0: PME# supported from D2 D3hot D3cold
 pci 0000:09:03.0: PME# disabled
 pci 0000:08:00.0: PCI bridge to [bus 09-09] (subtractive decode)
 pci 0000:08:00.0:   bridge window [io  0xc000-0xcfff]
 pci 0000:08:00.0:   bridge window [mem 0xfb200000-0xfb2fffff]
 pci 0000:08:00.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
 pci 0000:08:00.0:   bridge window [io  0xc000-0xcfff] (subtractive decode)
 pci 0000:08:00.0:   bridge window [mem 0xfb200000-0xfb2fffff] (subtractive decode)
 pci 0000:08:00.0:   bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
 pci 0000:08:00.0:   bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
 pci 0000:08:00.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
 pci 0000:08:00.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
 pci 0000:08:00.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
 pci 0000:08:00.0:   bridge window [mem 0x000c8000-0x000dffff] (subtractive decode)
 pci 0000:08:00.0:   bridge window [mem 0xe4000000-0xffffffff] (subtractive decode)
 pci 0000:0a:00.0: [1b4b:9172] type 0 class 0x000106
 pci 0000:0a:00.0: reg 10: [io  0xb040-0xb047]
 pci 0000:0a:00.0: reg 14: [io  0xb030-0xb033]
 pci 0000:0a:00.0: reg 18: [io  0xb020-0xb027]
 pci 0000:0a:00.0: reg 1c: [io  0xb010-0xb013]
 pci 0000:0a:00.0: reg 20: [io  0xb000-0xb00f]
 pci 0000:0a:00.0: reg 24: [mem 0xfb110000-0xfb1101ff]
 pci 0000:0a:00.0: reg 30: [mem 0xfb100000-0xfb10ffff pref]
 pci 0000:0a:00.0: PME# supported from D3hot
 pci 0000:0a:00.0: PME# disabled
 pci 0000:00:1c.7: PCI bridge to [bus 0a-0a]
 pci 0000:00:1c.7:   bridge window [io  0xb000-0xbfff]
 pci 0000:00:1c.7:   bridge window [mem 0xfb100000-0xfb1fffff]
 pci 0000:00:1c.7:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
 pci_bus 0000:00: on NUMA node 0
 ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
 ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
 ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
 ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX1._PRT]
 ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX2._PRT]
 ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3._PRT]
 ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4._PRT]
 ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX5._PRT]
 ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX6._PRT]
 ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX6.BR24._PRT]
 ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX7._PRT]
  pci0000:00: Requesting ACPI _OSC control (0x1d)
  pci0000:00: ACPI _OSC control (0x1c) granted
 ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
 ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
 ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
 ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
 ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 7 10 11 12 14 15)
 ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 *5 6 7 10 11 12 14 15)
 ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 10 11 12 14 15)
 ACPI: PCI Interrupt Link [LNKH] (IRQs *3 4 5 6 7 10 11 12 14 15)
 vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
 vgaarb: loaded
 vgaarb: bridge control possible 0000:01:00.0
 SCSI subsystem initialized
 libata version 3.00 loaded.
 usbcore: registered new interface driver usbfs
 usbcore: registered new interface driver hub
 usbcore: registered new device driver usb
 PCI: Using ACPI for IRQ routing
 PCI: pci_cache_line_size set to 64 bytes
 reserve RAM buffer: 000000000009a800 - 000000000009ffff
 reserve RAM buffer: 00000000defbc000 - 00000000dfffffff
 reserve RAM buffer: 00000000df5c8000 - 00000000dfffffff
 reserve RAM buffer: 00000000df800000 - 00000000dfffffff
 NetLabel: Initializing
 NetLabel:  domain hash size = 128
 NetLabel:  protocols = UNLABELED CIPSOv4
 NetLabel:  unlabeled traffic allowed by default
 hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
 hpet0: 8 comparators, 64-bit 14.318180 MHz counter
 Switching to clocksource hpet
 Switched to NOHz mode on CPU #0
 Switched to NOHz mode on CPU #3
 Switched to NOHz mode on CPU #2
 Switched to NOHz mode on CPU #7
 Switched to NOHz mode on CPU #1
 Switched to NOHz mode on CPU #6
 Switched to NOHz mode on CPU #5
 Switched to NOHz mode on CPU #4
 AppArmor: AppArmor Filesystem Enabled
 pnp: PnP ACPI init
 ACPI: bus type pnp registered
 pnp 00:00: [bus 00-ff]
 pnp 00:00: [io  0x0cf8-0x0cff]
 pnp 00:00: [io  0x0000-0x0cf7 window]
 pnp 00:00: [io  0x0d00-0xffff window]
 pnp 00:00: [mem 0x000a0000-0x000bffff window]
 pnp 00:00: [mem 0x000c8000-0x000dffff window]
 pnp 00:00: [mem 0xe4000000-0xffffffff window]
 pnp 00:00: [mem 0x00000000 window]
 pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
 pnp 00:01: [mem 0xfed10000-0xfed19fff]
 pnp 00:01: [mem 0xe0000000-0xe3ffffff]
 pnp 00:01: [mem 0xfed90000-0xfed93fff]
 pnp 00:01: [mem 0xfed20000-0xfed3ffff]
 pnp 00:01: [mem 0xfee00000-0xfee0ffff]
 system 00:01: [mem 0xfed10000-0xfed19fff] has been reserved
 system 00:01: [mem 0xe0000000-0xe3ffffff] has been reserved
 system 00:01: [mem 0xfed90000-0xfed93fff] has been reserved
 system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
 system 00:01: [mem 0xfee00000-0xfee0ffff] has been reserved
 system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
 pnp 00:02: [io  0x0000-0xffffffff disabled]
 pnp 00:02: [io  0x0000-0xffffffff disabled]
 pnp 00:02: [io  0x0290-0x029f]
 pnp 00:02: [io  0x0000-0xffffffff disabled]
 system 00:02: [io  0x0290-0x029f] has been reserved
 system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
 pnp 00:03: [dma 4]
 pnp 00:03: [io  0x0000-0x000f]
 pnp 00:03: [io  0x0081-0x0083]
 pnp 00:03: [io  0x0087]
 pnp 00:03: [io  0x0089-0x008b]
 pnp 00:03: [io  0x008f]
 pnp 00:03: [io  0x00c0-0x00df]
 pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
 pnp 00:04: [io  0x0070-0x0071]
 pnp 00:04: [irq 8]
 pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
 pnp 00:05: [io  0x0061]
 pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
 pnp 00:06: [io  0x0010-0x001f]
 pnp 00:06: [io  0x0022-0x003f]
 pnp 00:06: [io  0x0044-0x005f]
 pnp 00:06: [io  0x0063]
 pnp 00:06: [io  0x0065]
 pnp 00:06: [io  0x0067-0x006f]
 pnp 00:06: [io  0x0072-0x007f]
 pnp 00:06: [io  0x0080]
 pnp 00:06: [io  0x0084-0x0086]
 pnp 00:06: [io  0x0088]
 pnp 00:06: [io  0x008c-0x008e]
 pnp 00:06: [io  0x0090-0x009f]
 pnp 00:06: [io  0x00a2-0x00bf]
 pnp 00:06: [io  0x00e0-0x00ef]
 pnp 00:06: [io  0x04d0-0x04d1]
 system 00:06: [io  0x04d0-0x04d1] has been reserved
 system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
 pnp 00:07: [io  0x00f0-0x00ff]
 pnp 00:07: [irq 13]
 pnp 00:07: Plug and Play ACPI device, IDs PNP0c04 (active)
 pnp 00:08: [io  0x03f8-0x03ff]
 pnp 00:08: [irq 4]
 pnp 00:08: [dma 0 disabled]
 pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
 pnp 00:09: [io  0x0400-0x0453]
 pnp 00:09: [io  0x0458-0x047f]
 pnp 00:09: [io  0x0000-0xffffffff disabled]
 pnp 00:09: [io  0x0500-0x057f]
 pnp 00:09: [mem 0xfed1c000-0xfed1ffff]
 pnp 00:09: [mem 0xfec00000-0xfecfffff]
 pnp 00:09: [mem 0xfed08000-0xfed08fff]
 pnp 00:09: [mem 0xff000000-0xffffffff]
 system 00:09: [io  0x0400-0x0453] has been reserved
 system 00:09: [io  0x0458-0x047f] has been reserved
 system 00:09: [io  0x0500-0x057f] has been reserved
 system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
 system 00:09: [mem 0xfec00000-0xfecfffff] could not be reserved
 system 00:09: [mem 0xfed08000-0xfed08fff] has been reserved
 system 00:09: [mem 0xff000000-0xffffffff] has been reserved
 system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
 pnp 00:0a: [io  0x0454-0x0457]
 system 00:0a: [io  0x0454-0x0457] has been reserved
 system 00:0a: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
 pnp 00:0b: [mem 0xfed00000-0xfed003ff]
 pnp 00:0b: Plug and Play ACPI device, IDs PNP0103 (active)
 pnp: PnP ACPI: found 12 devices
 ACPI: ACPI bus type pnp unregistered
 PnPBIOS: Disabled by ACPI PNP
 PCI: max bus depth: 2 pci_try_num: 3
 pci 0000:00:01.0: PCI bridge to [bus 01-01]
 pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
 pci 0000:00:01.0:   bridge window [mem 0xfa000000-0xfb0fffff]
 pci 0000:00:01.0:   bridge window [mem 0xe8000000-0xf1ffffff 64bit pref]
 pci 0000:00:1c.0: PCI bridge to [bus 02-02]
 pci 0000:00:1c.0:   bridge window [io  disabled]
 pci 0000:00:1c.0:   bridge window [mem disabled]
 pci 0000:00:1c.0:   bridge window [mem pref disabled]
 pci 0000:00:1c.1: PCI bridge to [bus 03-03]
 pci 0000:00:1c.1:   bridge window [io  disabled]
 pci 0000:00:1c.1:   bridge window [mem 0xfb400000-0xfb4fffff]
 pci 0000:00:1c.1:   bridge window [mem pref disabled]
 pci 0000:00:1c.2: PCI bridge to [bus 04-04]
 pci 0000:00:1c.2:   bridge window [io  disabled]
 pci 0000:00:1c.2:   bridge window [mem disabled]
 pci 0000:00:1c.2:   bridge window [mem pref disabled]
 pci 0000:00:1c.3: PCI bridge to [bus 05-05]
 pci 0000:00:1c.3:   bridge window [io  disabled]
 pci 0000:00:1c.3:   bridge window [mem disabled]
 pci 0000:00:1c.3:   bridge window [mem pref disabled]
 pci 0000:00:1c.4: PCI bridge to [bus 06-06]
 pci 0000:00:1c.4:   bridge window [io  disabled]
 pci 0000:00:1c.4:   bridge window [mem 0xfb300000-0xfb3fffff]
 pci 0000:00:1c.4:   bridge window [mem pref disabled]
 pci 0000:00:1c.5: PCI bridge to [bus 07-07]
 pci 0000:00:1c.5:   bridge window [io  0xd000-0xdfff]
 pci 0000:00:1c.5:   bridge window [mem disabled]
 pci 0000:00:1c.5:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
 pci 0000:08:00.0: PCI bridge to [bus 09-09]
 pci 0000:08:00.0:   bridge window [io  0xc000-0xcfff]
 pci 0000:08:00.0:   bridge window [mem 0xfb200000-0xfb2fffff]
 pci 0000:08:00.0:   bridge window [mem pref disabled]
 pci 0000:00:1c.6: PCI bridge to [bus 08-09]
 pci 0000:00:1c.6:   bridge window [io  0xc000-0xcfff]
 pci 0000:00:1c.6:   bridge window [mem 0xfb200000-0xfb2fffff]
 pci 0000:00:1c.6:   bridge window [mem pref disabled]
 pci 0000:00:1c.7: PCI bridge to [bus 0a-0a]
 pci 0000:00:1c.7:   bridge window [io  0xb000-0xbfff]
 pci 0000:00:1c.7:   bridge window [mem 0xfb100000-0xfb1fffff]
 pci 0000:00:1c.7:   bridge window [mem pref disabled]
 pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
 pci 0000:00:01.0: setting latency timer to 64
 pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
 pci 0000:00:1c.0: setting latency timer to 64
 pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
 pci 0000:00:1c.1: setting latency timer to 64
 pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
 pci 0000:00:1c.2: setting latency timer to 64
 pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
 pci 0000:00:1c.3: setting latency timer to 64
 pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
 pci 0000:00:1c.4: setting latency timer to 64
 pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
 pci 0000:00:1c.5: setting latency timer to 64
 pci 0000:00:1c.6: PCI INT C -> GSI 18 (level, low) -> IRQ 18
 pci 0000:00:1c.6: setting latency timer to 64
 pci 0000:08:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
 pci 0000:08:00.0: setting latency timer to 64
 pci 0000:00:1c.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
 pci 0000:00:1c.7: setting latency timer to 64
 pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
 pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
 pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
 pci_bus 0000:00: resource 7 [mem 0x000c8000-0x000dffff]
 pci_bus 0000:00: resource 8 [mem 0xe4000000-0xffffffff]
 pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
 pci_bus 0000:01: resource 1 [mem 0xfa000000-0xfb0fffff]
 pci_bus 0000:01: resource 2 [mem 0xe8000000-0xf1ffffff 64bit pref]
 pci_bus 0000:03: resource 1 [mem 0xfb400000-0xfb4fffff]
 pci_bus 0000:06: resource 1 [mem 0xfb300000-0xfb3fffff]
 pci_bus 0000:07: resource 0 [io  0xd000-0xdfff]
 pci_bus 0000:07: resource 2 [mem 0xf2100000-0xf21fffff 64bit pref]
 pci_bus 0000:08: resource 0 [io  0xc000-0xcfff]
 pci_bus 0000:08: resource 1 [mem 0xfb200000-0xfb2fffff]
 pci_bus 0000:08: resource 4 [io  0x0000-0x0cf7]
 pci_bus 0000:08: resource 5 [io  0x0d00-0xffff]
 pci_bus 0000:08: resource 6 [mem 0x000a0000-0x000bffff]
 pci_bus 0000:08: resource 7 [mem 0x000c8000-0x000dffff]
 pci_bus 0000:08: resource 8 [mem 0xe4000000-0xffffffff]
 pci_bus 0000:09: resource 0 [io  0xc000-0xcfff]
 pci_bus 0000:09: resource 1 [mem 0xfb200000-0xfb2fffff]
 pci_bus 0000:09: resource 4 [io  0xc000-0xcfff]
 pci_bus 0000:09: resource 5 [mem 0xfb200000-0xfb2fffff]
 pci_bus 0000:09: resource 8 [io  0x0000-0x0cf7]
 pci_bus 0000:09: resource 9 [io  0x0d00-0xffff]
 pci_bus 0000:09: resource 10 [mem 0x000a0000-0x000bffff]
 pci_bus 0000:09: resource 11 [mem 0x000c8000-0x000dffff]
 pci_bus 0000:09: resource 12 [mem 0xe4000000-0xffffffff]
 pci_bus 0000:0a: resource 0 [io  0xb000-0xbfff]
 pci_bus 0000:0a: resource 1 [mem 0xfb100000-0xfb1fffff]
 NET: Registered protocol family 2
 IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
 TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
 TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
 TCP: Hash tables configured (established 131072 bind 65536)
 TCP reno registered
 UDP hash table entries: 512 (order: 2, 16384 bytes)
 UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
 NET: Registered protocol family 1
 pci 0000:01:00.0: Boot video device
 PCI: CLS 64 bytes, default 64
 audit: initializing netlink socket (disabled)
 type=2000 audit(1334598051.064:1): initialized
 highmem bounce pool size: 64 pages
 HugeTLB registered 4 MB page size, pre-allocated 0 pages
 VFS: Disk quotas dquot_6.5.2
 Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
 fuse init (API version 7.16)
 msgmni has been set to 1388
 Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
 io scheduler noop registered
 io scheduler deadline registered
 io scheduler cfq registered (default)
 pcieport 0000:00:01.0: setting latency timer to 64
 pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
 pcieport 0000:00:1c.0: setting latency timer to 64
 pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
 pcieport 0000:00:1c.1: setting latency timer to 64
 pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
 pcieport 0000:00:1c.2: setting latency timer to 64
 pcieport 0000:00:1c.2: irq 43 for MSI/MSI-X
 pcieport 0000:00:1c.3: setting latency timer to 64
 pcieport 0000:00:1c.3: irq 44 for MSI/MSI-X
 pcieport 0000:00:1c.4: setting latency timer to 64
 pcieport 0000:00:1c.4: irq 45 for MSI/MSI-X
 pcieport 0000:00:1c.5: setting latency timer to 64
 pcieport 0000:00:1c.5: irq 46 for MSI/MSI-X
 pcieport 0000:00:1c.7: setting latency timer to 64
 pcieport 0000:00:1c.7: irq 47 for MSI/MSI-X
 pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
 pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
 pci 0000:01:00.1: Signaling PME through PCIe PME interrupt
 pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
 pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
 pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
 pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
 pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
 pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
 pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
 pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
 pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
 pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
 pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
 pci 0000:06:00.0: Signaling PME through PCIe PME interrupt
 pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
 pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
 pci 0000:07:00.0: Signaling PME through PCIe PME interrupt
 pcie_pme 0000:00:1c.5:pcie01: service driver pcie_pme loaded
 pcieport 0000:00:1c.7: Signaling PME through PCIe PME interrupt
 pci 0000:0a:00.0: Signaling PME through PCIe PME interrupt
 pcie_pme 0000:00:1c.7:pcie01: service driver pcie_pme loaded
 pci_hotplug: PCI Hot Plug PCI Core version: 0.5
 pciehp: PCI Express Hot Plug Controller Driver version: 0.4
 intel_idle: MWAIT substates: 0x1120
 intel_idle: v0.4 model 0x2A
 intel_idle: lapic_timer_reliable_states 0xffffffff
 input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
 ACPI: Power Button [PWRB]
 input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
 ACPI: Power Button [PWRF]
 ACPI: acpi_idle yielding to intel_idle
 ERST: Table is not found!
 Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
 isapnp: Scanning for PnP cards...
 serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
 Freeing initrd memory: 13324k freed
 isapnp: No Plug & Play device found
 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
 Linux agpgart interface v0.103
 brd: module loaded
 loop: module loaded
 Fixed MDIO Bus: probed
 PPP generic driver version 2.4.2
 tun: Universal TUN/TAP device driver, 1.6
 tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
 ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
 ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
 ehci_hcd 0000:00:1a.0: setting latency timer to 64
 ehci_hcd 0000:00:1a.0: EHCI Host Controller
 ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
 ehci_hcd 0000:00:1a.0: debug port 2
 ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
 ehci_hcd 0000:00:1a.0: irq 23, io mem 0xfb507000
 ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
 hub 1-0:1.0: USB hub found
 hub 1-0:1.0: 2 ports detected
 ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
 ehci_hcd 0000:00:1d.0: setting latency timer to 64
 ehci_hcd 0000:00:1d.0: EHCI Host Controller
 ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
 ehci_hcd 0000:00:1d.0: debug port 2
 ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
 ehci_hcd 0000:00:1d.0: irq 23, io mem 0xfb506000
 ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
 hub 2-0:1.0: USB hub found
 hub 2-0:1.0: 2 ports detected
 ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
 uhci_hcd: USB Universal Host Controller Interface driver
 i8042: PNP: No PS/2 controller found. Probing ports directly.
 serio: i8042 KBD port at 0x60,0x64 irq 1
 serio: i8042 AUX port at 0x60,0x64 irq 12
 mousedev: PS/2 mouse device common for all mice
 rtc_cmos 00:04: RTC can wake from S4
 rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
 rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
 device-mapper: uevent: version 1.0.3
 device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-devel@redhat.com
 EISA: Probing bus 0 at eisa.0
 EISA: Cannot allocate resource for mainboard
 Cannot allocate resource for EISA slot 1
 Cannot allocate resource for EISA slot 2
 Cannot allocate resource for EISA slot 3
 Cannot allocate resource for EISA slot 4
 Cannot allocate resource for EISA slot 5
 Cannot allocate resource for EISA slot 6
 Cannot allocate resource for EISA slot 7
 Cannot allocate resource for EISA slot 8
 EISA: Detected 0 cards.
 cpufreq-nforce2: No nForce2 chipset.
 cpuidle: using governor ladder
 cpuidle: using governor menu
 EFI Variables Facility v0.08 2004-May-17
 TCP cubic registered
 NET: Registered protocol family 10
 NET: Registered protocol family 17
 Registering the dns_resolver key type
 Using IPI No-Shortcut mode
 PM: Hibernation image not present or could not be loaded.
 registered taskstats version 1
   Magic number: 8:126:694
 rtc_cmos 00:04: setting system clock to 2012-04-16 17:40:52 UTC (1334598052)
 BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
 EDD information not available.
 Freeing unused kernel memory: 696k freed
 Write protecting the kernel text: 5344k
 Write protecting the kernel read-only data: 2192k
 udevd[99]: starting version 173
 r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
 r8169 0000:07:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
 r8169 0000:07:00.0: setting latency timer to 64
 r8169 0000:07:00.0: (unregistered net_device): unknown MAC, using family default
 r8169 0000:07:00.0: irq 48 for MSI/MSI-X
 xhci_hcd 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
 xhci_hcd 0000:03:00.0: setting latency timer to 64
 xhci_hcd 0000:03:00.0: xHCI Host Controller
 xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 3
 xhci_hcd 0000:03:00.0: irq 17, io mem 0xfb400000
 xhci_hcd 0000:03:00.0: irq 49 for MSI/MSI-X
 xhci_hcd 0000:03:00.0: irq 50 for MSI/MSI-X
 xhci_hcd 0000:03:00.0: irq 51 for MSI/MSI-X
 xhci_hcd 0000:03:00.0: irq 52 for MSI/MSI-X
 xhci_hcd 0000:03:00.0: irq 53 for MSI/MSI-X
 xhci_hcd 0000:03:00.0: irq 54 for MSI/MSI-X
 xhci_hcd 0000:03:00.0: irq 55 for MSI/MSI-X
 r8169 0000:07:00.0: eth0: RTL8168b/8111b at 0xf801a000, f4:6d:04:ae:bb:d0, XID 0c900800 IRQ 48
 ahci 0000:00:1f.2: version 3.0
 ahci 0000:00:1f.2: PCI INT B -> GSI 20 (level, low) -> IRQ 20
 ahci 0000:00:1f.2: irq 57 for MSI/MSI-X
 xHCI xhci_add_endpoint called for root hub
 xHCI xhci_check_bandwidth called for root hub
 hub 3-0:1.0: USB hub found
 hub 3-0:1.0: 2 ports detected
 xhci_hcd 0000:03:00.0: xHCI Host Controller
 xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 4
 xHCI xhci_add_endpoint called for root hub
 xHCI xhci_check_bandwidth called for root hub
 hub 4-0:1.0: USB hub found
 hub 4-0:1.0: 2 ports detected
 xhci_hcd 0000:06:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
 xhci_hcd 0000:06:00.0: setting latency timer to 64
 xhci_hcd 0000:06:00.0: xHCI Host Controller
 xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 5
 xhci_hcd 0000:06:00.0: irq 16, io mem 0xfb300000
 xhci_hcd 0000:06:00.0: irq 58 for MSI/MSI-X
 xhci_hcd 0000:06:00.0: irq 59 for MSI/MSI-X
 xhci_hcd 0000:06:00.0: irq 60 for MSI/MSI-X
 xhci_hcd 0000:06:00.0: irq 61 for MSI/MSI-X
 xhci_hcd 0000:06:00.0: irq 62 for MSI/MSI-X
 xhci_hcd 0000:06:00.0: irq 63 for MSI/MSI-X
 xhci_hcd 0000:06:00.0: irq 64 for MSI/MSI-X
 xhci_hcd 0000:06:00.0: irq 65 for MSI/MSI-X
 xHCI xhci_add_endpoint called for root hub
 xHCI xhci_check_bandwidth called for root hub
 hub 5-0:1.0: USB hub found
 hub 5-0:1.0: 2 ports detected
 xhci_hcd 0000:06:00.0: xHCI Host Controller
 xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 6
 firewire_ohci 0000:09:03.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
 xHCI xhci_add_endpoint called for root hub
 xHCI xhci_check_bandwidth called for root hub
 hub 6-0:1.0: USB hub found
 hub 6-0:1.0: 2 ports detected
 ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x12 impl SATA mode
 ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst
 ahci 0000:00:1f.2: setting latency timer to 64
 scsi0 : ahci
 scsi1 : ahci
 scsi2 : ahci
 scsi3 : ahci
 scsi4 : ahci
 scsi5 : ahci
 ata1: DUMMY
 ata2: SATA max UDMA/133 abar m2048@0xfb505000 port 0xfb505180 irq 57
 ata3: DUMMY
 ata4: DUMMY
 ata5: SATA max UDMA/133 abar m2048@0xfb505000 port 0xfb505300 irq 57
 ata6: DUMMY
 ahci 0000:0a:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
 ahci 0000:0a:00.0: irq 66 for MSI/MSI-X
 ahci 0000:0a:00.0: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
 ahci 0000:0a:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
 ahci 0000:0a:00.0: setting latency timer to 64
 scsi6 : ahci
 scsi7 : ahci
 ata7: SATA max UDMA/133 abar m512@0xfb110000 port 0xfb110100 irq 66
 ata8: SATA max UDMA/133 abar m512@0xfb110000 port 0xfb110180 irq 66
 firewire_ohci: Added fw-ohci device 0000:09:03.0, OHCI v1.10, 4 IR + 8 IT contexts, quirks 0x11
 usb 1-1: new high speed USB device number 2 using ehci_hcd
 ata8: SATA link down (SStatus 0 SControl 300)
 ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
 ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
 ata5.00: ATAPI: TSSTcorp CDDVDW SH-222AB, SB01, max UDMA/100
 ata5.00: configured for UDMA/100
 ata2.00: ATA-8: WDC WD20EARS-00MVWB0, 51.0AB51, max UDMA/133
 ata2.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
 ata2.00: configured for UDMA/133
 scsi 1:0:0:0: Direct-Access     ATA      WDC WD20EARS-00M 51.0 PQ: 0 ANSI: 5
 sd 1:0:0:0: Attached scsi generic sg0 type 0
 sd 1:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
 sd 1:0:0:0: [sda] 4096-byte physical blocks
 sd 1:0:0:0: [sda] Write Protect is off
 sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
 sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 scsi 4:0:0:0: CD-ROM            TSSTcorp CDDVDW SH-222AB  SB01 PQ: 0 ANSI: 5
 sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
 cdrom: Uniform CD-ROM driver Revision: 3.20
 sr 4:0:0:0: Attached scsi CD-ROM sr0
 sr 4:0:0:0: Attached scsi generic sg1 type 5
  sda: sda1
 sd 1:0:0:0: [sda] Attached SCSI disk
 hub 1-1:1.0: USB hub found
 hub 1-1:1.0: 6 ports detected
 Refined TSC clocksource calibration: 3411.127 MHz.
 Switching to clocksource tsc
 usb 2-1: new high speed USB device number 2 using ehci_hcd
 ata7: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
 ata7.00: ATA-8: Corsair Force 3 SSD, 1.3.2, max UDMA/133
 ata7.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
 ata7.00: configured for UDMA/133
 scsi 6:0:0:0: Direct-Access     ATA      Corsair Force 3  1.3. PQ: 0 ANSI: 5
 sd 6:0:0:0: [sdb] 234441648 512-byte logical blocks: (120 GB/111 GiB)
 sd 6:0:0:0: Attached scsi generic sg2 type 0
 sd 6:0:0:0: [sdb] Write Protect is off
 sd 6:0:0:0: [sdb] Mode Sense: 00 3a 00 00
 sd 6:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  sdb: sdb1 sdb2 < sdb5 >
 sd 6:0:0:0: [sdb] Attached SCSI disk
 firewire_core: created device fw0: GUID 001e8c00004af5b6, S400
 EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
 hub 2-1:1.0: USB hub found
 hub 2-1:1.0: 8 ports detected
 usb 2-1.1: new low speed USB device number 3 using ehci_hcd
 usb 2-1.5: new full speed USB device number 4 using ehci_hcd
 usb 2-1.6: new low speed USB device number 5 using ehci_hcd
 usb 2-1.7: new full speed USB device number 6 using ehci_hcd
 udevd[333]: starting version 173
 mei: module is from the staging directory, the quality is unknown, you have been warned.
 mei 0000:00:16.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
 mei 0000:00:16.0: setting latency timer to 64
 wmi: Mapper loaded
 lp: driver loaded but no devices found
 input: LITEON Technology USB Multimedia Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input2
 generic-usb 0003:046D:C312.0001: input,hidraw0: USB HID v1.10 Keyboard [LITEON Technology USB Multimedia Keyboard] on usb-0000:00:1d.0-1.1/input0
 Bluetooth: Atheros AR30xx firmware driver ver 1.0
 input: USB Speaker as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.2/input/input3
 generic-usb 0003:0C76:160C.0002: input,hidraw1: USB HID v1.00 Device [USB Speaker] on usb-0000:00:1d.0-1.5/input2
 asus_wmi: ASUS WMI generic driver loaded
 asus_wmi: Initialization: 0x0
 asus_wmi: BIOS WMI version: 0.9
 asus_wmi: SFUN value: 0x0
 input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input4
 [drm] Initialized drm 1.1.0 20060810
 input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/input/input5
 generic-usb 0003:046D:C050.0003: input,hidraw2: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1d.0-1.6/input0
 usbcore: registered new interface driver usbhid
 usbhid: USB HID core driver
 nouveau 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
 nouveau 0000:01:00.0: setting latency timer to 64
 [drm] nouveau 0000:01:00.0: Unsupported chipset 0x0d9000a1
 nouveau 0000:01:00.0: PCI INT A disabled
 nouveau: probe of 0000:01:00.0 failed with error -22
 nvidia: module license 'NVIDIA' taints kernel.
 Disabling lock debugging due to kernel taint
 usbcore: registered new interface driver snd-usb-audio
 HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
 hda_intel: position_fix set to 1 for device 1043:8410
 HDA Intel 0000:00:1b.0: irq 67 for MSI/MSI-X
 HDA Intel 0000:00:1b.0: setting latency timer to 64
 nvidia 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
 nvidia 0000:01:00.0: setting latency timer to 64
 vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
 NVRM: loading NVIDIA UNIX x86 Kernel Module  290.10  Wed Nov 16 19:27:25 PST 2011
 hda_codec: ALC892: BIOS auto-probing.
 input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
 HDA Intel 0000:01:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
 hda_intel: Disabling MSI
 HDA Intel 0000:01:00.1: setting latency timer to 64
 HDMI status: Pin=4 Presence_Detect=0 ELD_Valid=0
 HDMI status: Pin=5 Presence_Detect=0 ELD_Valid=0
 input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input7
 input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input8
 Adding 16751612k swap on /dev/sdb5.  Priority:-1 extents:1 across:16751612k SS
 type=1400 audit(1334598061.221:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=486 comm="apparmor_parser"
 type=1400 audit(1334598061.221:3): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=443 comm="apparmor_parser"
 type=1400 audit(1334598061.221:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=486 comm="apparmor_parser"
 type=1400 audit(1334598061.221:5): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=443 comm="apparmor_parser"
 type=1400 audit(1334598061.221:6): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=486 comm="apparmor_parser"
 type=1400 audit(1334598061.221:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=443 comm="apparmor_parser"
 EXT4-fs (sdb1): re-mounted. Opts: errors=remount-ro
 type=1400 audit(1334598061.277:8): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm-guest-session-wrapper" pid=891 comm="apparmor_parser"
 type=1400 audit(1334598061.277:9): apparmor="STATUS" operation="profile_load" name="/usr/sbin/tcpdump" pid=897 comm="apparmor_parser"
 type=1400 audit(1334598061.277:10): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=896 comm="apparmor_parser"
 type=1400 audit(1334598061.277:11): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=896 comm="apparmor_parser"
 process `sysctl' is using deprecated sysctl (syscall) net.ipv6.neigh.default.retrans_time; Use net.ipv6.neigh.default.retrans_time_ms instead.
 ip_tables: (C) 2000-2006 Netfilter Core Team
 ip6_tables: (C) 2000-2006 Netfilter Core Team
 nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
 r8169 0000:07:00.0: eth0: link down
 r8169 0000:07:00.0: eth0: link down
 ADDRCONF(NETDEV_UP): eth0: link is not ready
 usbcore: registered new interface driver ath3k
 init: failsafe main process (819) killed by TERM signal
 init: apport pre-start process (1633) terminated with status 1
 init: apport post-stop process (1665) terminated with status 1
 usb 2-1.7: USB disconnect, device number 6
 vesafb: mode is 640x480x32, linelength=2560, pages=0
 vesafb: scrolling: redraw
 vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
 vesafb: framebuffer at 0xf1000000, mapped to 0xfa680000, using 1216k, total 1216k
 fbcon: VESA VGA (fb0) is primary device
 Console: switching to colour frame buffer device 80x30
 fb0: VESA VGA frame buffer device
 ppdev: user-space parallel port driver
 EXT4-fs (sdb1): re-mounted. Opts: errors=remount-ro,commit=0
 init: plymouth-stop pre-start process (2107) terminated with status 1
 usb 2-1.7: new full speed USB device number 7 using ehci_hcd
 r8169 0000:07:00.0: eth0: link up
 ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
 Bluetooth: Core ver 2.16
 NET: Registered protocol family 31
 Bluetooth: HCI device and connection manager initialized
 Bluetooth: HCI socket layer initialized
 Bluetooth: L2CAP socket layer initialized
 Bluetooth: SCO socket layer initialized
 Bluetooth: Generic Bluetooth USB driver ver 0.6
 usbcore: registered new interface driver btusb
 EXT4-fs (sdb1): re-mounted. Opts: errors=remount-ro,commit=0
 eth0: no IPv6 routers present


lspci
Code: Select all
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB Controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b5)
00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 3 (rev b5)
00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 (rev b5)
00:1c.4 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 5 (rev b5)
00:1c.5 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 6 (rev b5)
00:1c.6 PCI bridge: Intel Corporation 82801 PCI Bridge (rev b5)
00:1c.7 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 8 (rev b5)
00:1d.0 USB Controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation P67 Express Chipset Family LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
01:00.0 VGA compatible controller: nVidia Corporation GT520 [GeForce GT520] (rev a1)
01:00.1 Audio device: nVidia Corporation HDMI Audio stub (rev a1)
03:00.0 USB Controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 04)
06:00.0 USB Controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 04)
07:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
08:00.0 PCI bridge: ASMedia Technology Inc. Device 1080 (rev 01)
09:03.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller (rev c0)
0a:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9172 SATA 6Gb/s Controller (rev 11)


lsusb
Code: Select all
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 003: ID 046d:c312 Logitech, Inc. DeLuxe 250 Keyboard
Bus 002 Device 004: ID 0c76:160c JMTek, LLC.
Bus 002 Device 005: ID 046d:c050 Logitech, Inc. RX 250 Optical Mouse
Bus 002 Device 007: ID 0b05:179c ASUSTek Computer, Inc.


I have some problem to post my kernel .config.. I try to disable BBCode on the next post.


Thanks very much for your help :-)

Re: [OT] build kernel

PostPosted: Mon Apr 16, 2012 2:34 pm
by adminlewis
I can't post my kernel .config because the forum after i click "Submit" give me an empty message with the error:
Code: Select all
Your message contains too few characters.

Re: [OT] build kernel

PostPosted: Thu Apr 19, 2012 5:17 pm
by adminlewis
ok I putted my .config on a pastebin:
http://snipurl.com/234p44u
Thanks very much for help.