Re: [Install] Problema reinstallazione ubuntu 9.10
Inviato: mercoledì 10 marzo 2010, 14:29
Ok...l'installazione è andata a buon fine,anche se,dopo il riavvio,continua a segnalarmi che uno o più settori del'HD sono danneggiati.
Il forum della comunità italiana di Ubuntu.
https://forum.ubuntu-it.org/
Codice: Seleziona tutto
sudo fdisk -lCodice: Seleziona tutto
dmesg | tail -n 20Codice: Seleziona tutto
sudo apt-get updateCodice: Seleziona tutto
sudo apt-get upgradeCodice: Seleziona tutto
nerodado@nerodado:~$ sudo fdisk -l
[sudo] password for nerodado:
Disco /dev/sda: 250.1 GB, 250059350016 byte
255 testine, 63 settori/tracce, 30401 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Identificativo disco: 0x000cdb3b
Dispositivo Boot Start End Blocks Id System
/dev/sda1 1 261 2096451 82 Linux swap / Solaris
/dev/sda2 * 262 4177 31455270 83 Linux
/dev/sda3 4178 30401 210644280 83 Linux
Codice: Seleziona tutto
nerodado@nerodado:~$ dmesg | tail -n 20
[ 18.457301] groups: 0 1
[ 18.457323] CPU1 attaching sched-domain:
[ 18.457333] domain 0: span 0-1 level SIBLING
[ 18.457344] groups: 1 0
[ 23.220836] CPU0 attaching NULL sched-domain.
[ 23.220848] CPU1 attaching NULL sched-domain.
[ 23.237242] CPU0 attaching sched-domain:
[ 23.237259] domain 0: span 0-1 level SIBLING
[ 23.237273] groups: 0 1
[ 23.237295] CPU1 attaching sched-domain:
[ 23.237305] domain 0: span 0-1 level SIBLING
[ 23.237316] groups: 1 0
[ 23.958118] integrated sync not supported
[ 24.098014] integrated sync not supported
[ 24.258120] integrated sync not supported
[ 26.377033] eth0: no IPv6 routers present
[ 40.371390] integrated sync not supported
[ 40.561953] integrated sync not supported
[ 40.710828] integrated sync not supported
[ 42.974025] integrated sync not supported
Codice: Seleziona tutto
dmesg > dmesg.txtCodice: Seleziona tutto
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.31-20-generic (buildd@rothera) (gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu9) ) #57-Ubuntu SMP Mon Feb 8 09:05:19 UTC 2010 (Ubuntu 2.6.31-20.57-generic)
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] NSC Geode by NSC
[ 0.000000] Cyrix CyrixInstead
[ 0.000000] Centaur CentaurHauls
[ 0.000000] Transmeta GenuineTMx86
[ 0.000000] Transmeta TransmetaCPU
[ 0.000000] UMC UMC UMC UMC
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e2000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000003f7a0000 (usable)
[ 0.000000] BIOS-e820: 000000003f7a0000 - 000000003f7ae000 (ACPI data)
[ 0.000000] BIOS-e820: 000000003f7ae000 - 000000003f7f0000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000003f7f0000 - 000000003f800000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
[ 0.000000] DMI present.
[ 0.000000] AMI BIOS detected: BIOS may corrupt low RAM, working around it.
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] last_pfn = 0x3f7a0 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-DFFFF uncachable
[ 0.000000] E0000-EFFFF write-through
[ 0.000000] F0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask 0C0000000 write-back
[ 0.000000] 1 base 03F800000 mask 0FF800000 uncachable
[ 0.000000] 2 disabled
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] Scanning 0 areas for low memory corruption
[ 0.000000] modified physical RAM map:
[ 0.000000] modified: 0000000000000000 - 0000000000010000 (reserved)
[ 0.000000] modified: 0000000000010000 - 000000000009fc00 (usable)
[ 0.000000] modified: 000000000009fc00 - 00000000000a0000 (reserved)
[ 0.000000] modified: 00000000000e2000 - 0000000000100000 (reserved)
[ 0.000000] modified: 0000000000100000 - 000000003f7a0000 (usable)
[ 0.000000] modified: 000000003f7a0000 - 000000003f7ae000 (ACPI data)
[ 0.000000] modified: 000000003f7ae000 - 000000003f7f0000 (ACPI NVS)
[ 0.000000] modified: 000000003f7f0000 - 000000003f800000 (reserved)
[ 0.000000] modified: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] modified: 00000000fff80000 - 0000000100000000 (reserved)
[ 0.000000] initial memory mapped : 0 - 00c00000
[ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[ 0.000000] Using x86 segment limits to approximate NX protection
[ 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 @ 10000-15000
[ 0.000000] RAMDISK: 2f2ac000 - 2f9f763b
[ 0.000000] ACPI: RSDP 000fb9e0 00014 (v00 ACPIAM)
[ 0.000000] ACPI: RSDT 3f7a0000 00040 (v01 _ASUS_ Notebook 10000916 MSFT 00000097)
[ 0.000000] ACPI: FACP 3f7a0200 00084 (v02 A_M_I_ OEMFACP 10000916 MSFT 00000097)
[ 0.000000] ACPI: DSDT 3f7a0430 080AF (v01 A1311 A1311000 00000000 INTL 20051117)
[ 0.000000] ACPI: FACS 3f7ae000 00040
[ 0.000000] ACPI: APIC 3f7a0390 0005C (v01 A_M_I_ OEMAPIC 10000916 MSFT 00000097)
[ 0.000000] ACPI: MCFG 3f7a03f0 0003C (v01 A_M_I_ OEMMCFG 10000916 MSFT 00000097)
[ 0.000000] ACPI: OEMB 3f7ae040 00061 (v01 A_M_I_ AMI_OEM 10000916 MSFT 00000097)
[ 0.000000] ACPI: HPET 3f7a84e0 00038 (v01 A_M_I_ OEMHPET 10000916 MSFT 00000097)
[ 0.000000] ACPI: SSDT 3f7aeb80 004F0 (v01 PmRef CpuPm 00003000 INTL 20051117)
[ 0.000000] ACPI: SLIC 3f7a8520 00176 (v01 _ASUS_ Notebook 10000916 MSFT 00000097)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 127MB HIGHMEM available.
[ 0.000000] 887MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 377fe000
[ 0.000000] low ram: 0 - 377fe000
[ 0.000000] node 0 low ram: 00000000 - 377fe000
[ 0.000000] node 0 bootmap 00011000 - 00017f00
[ 0.000000] (9 early reservations) ==> bootmem [0000000000 - 00377fe000]
[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
[ 0.000000] #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000]
[ 0.000000] #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000]
[ 0.000000] #3 [0000100000 - 00008ad060] TEXT DATA BSS ==> [0000100000 - 00008ad060]
[ 0.000000] #4 [002f2ac000 - 002f9f763b] RAMDISK ==> [002f2ac000 - 002f9f763b]
[ 0.000000] #5 [000009fc00 - 0000100000] BIOS reserved ==> [000009fc00 - 0000100000]
[ 0.000000] #6 [00008ae000 - 00008b11e0] BRK ==> [00008ae000 - 00008b11e0]
[ 0.000000] #7 [0000010000 - 0000011000] PGTABLE ==> [0000010000 - 0000011000]
[ 0.000000] #8 [0000011000 - 0000018000] BOOTMAP ==> [0000011000 - 0000018000]
[ 0.000000] found SMP MP-table at [c00ff780] ff780
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x000377fe
[ 0.000000] HighMem 0x000377fe -> 0x0003f7a0
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x0003f7a0
[ 0.000000] On node 0 totalpages: 259887
[ 0.000000] free_area_init_node: node 0, pgdat c0788920, node_mem_map c1000200
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3951 pages, LIFO batch:0
[ 0.000000] Normal zone: 1744 pages used for memmap
[ 0.000000] Normal zone: 221486 pages, LIFO batch:31
[ 0.000000] HighMem zone: 256 pages used for memmap
[ 0.000000] HighMem zone: 32418 pages, LIFO batch:7
[ 0.000000] Using APIC driver default
[ 0.000000] ACPI: PM-Timer IO Port: 0x808
[ 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: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0xffffffff base: 0xfed00000
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 24
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e2000
[ 0.000000] PM: Registered nosave memory: 00000000000e2000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at 3f800000 (gap: 3f800000:bf600000)
[ 0.000000] NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 14 pages at c17f4000, static data 35612 bytes
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 257855
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.31-20-generic root=UUID=1e4a30e7-0f4c-494a-a924-fb51b134b023 ro quiet splash
[ 0.000000] PID hash table entries: 4096 (order: 12, 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] Enabling fast FPU save and restore... done.
[ 0.000000] Enabling unmasked SIMD FPU exception support... done.
[ 0.000000] Initializing CPU#0
[ 0.000000] allocated 5199680 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:0003f7a0)
[ 0.000000] Memory: 1009604k/1040000k available (4579k kernel code, 29500k reserved, 2145k data, 540k init, 130696k highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xfff1d000 - 0xfffff000 ( 904 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 : 0xc0792000 - 0xc0819000 ( 540 kB)
[ 0.000000] .data : 0xc0578c68 - 0xc0791448 (2145 kB)
[ 0.000000] .text : 0xc0100000 - 0xc0578c68 (4579 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] NR_IRQS:2304 nr_irqs:424
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 1600.072 MHz processor.
[ 0.001808] Console: colour VGA+ 80x25
[ 0.001815] console [tty0] enabled
[ 0.002061] hpet clockevent registered
[ 0.002069] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 0.002080] Calibrating delay loop (skipped), value calculated using timer frequency.. 3200.14 BogoMIPS (lpj=6400288)
[ 0.002119] Security Framework initialized
[ 0.002157] AppArmor: AppArmor initialized
[ 0.002172] Mount-cache hash table entries: 512
[ 0.002402] Initializing cgroup subsys ns
[ 0.002413] Initializing cgroup subsys cpuacct
[ 0.002422] Initializing cgroup subsys memory
[ 0.002434] Initializing cgroup subsys freezer
[ 0.002439] Initializing cgroup subsys net_cls
[ 0.002464] CPU: L1 I cache: 32K, L1 D cache: 24K
[ 0.002470] CPU: L2 cache: 512K
[ 0.002475] CPU: Physical Processor ID: 0
[ 0.002479] CPU: Processor Core ID: 0
[ 0.002487] mce: CPU supports 5 MCE banks
[ 0.002500] CPU0: Thermal monitoring enabled (TM2)
[ 0.002507] using mwait in idle threads.
[ 0.002519] Performance Counters: Atom events, Intel PMU driver.
[ 0.002534] ... version: 3
[ 0.002538] ... bit width: 40
[ 0.002542] ... generic counters: 2
[ 0.002546] ... value mask: 000000ffffffffff
[ 0.002551] ... max period: 000000007fffffff
[ 0.002556] ... fixed-purpose counters: 3
[ 0.002560] ... counter mask: 0000000700000003
[ 0.002568] Checking 'hlt' instruction... OK.
[ 0.019980] ACPI: Core revision 20090521
[ 0.040506] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.080231] CPU0: Intel(R) Atom(TM) CPU N270 @ 1.60GHz stepping 02
[ 0.084001] Booting processor 1 APIC 0x1 ip 0x6000
[ 0.004000] Initializing CPU#1
[ 0.004000] Calibrating delay using timer specific routine.. 3199.60 BogoMIPS (lpj=6399216)
[ 0.004000] CPU: L1 I cache: 32K, L1 D cache: 24K
[ 0.004000] CPU: L2 cache: 512K
[ 0.004000] CPU: Physical Processor ID: 0
[ 0.004000] CPU: Processor Core ID: 0
[ 0.004000] mce: CPU supports 5 MCE banks
[ 0.004000] CPU1: Thermal monitoring enabled (TM2)
[ 0.004000] x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
[ 0.169047] CPU1: Intel(R) Atom(TM) CPU N270 @ 1.60GHz stepping 02
[ 0.169082] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[ 0.172039] Brought up 2 CPUs
[ 0.172046] Total of 2 processors activated (6399.75 BogoMIPS).
[ 0.172115] CPU0 attaching sched-domain:
[ 0.172122] domain 0: span 0-1 level SIBLING
[ 0.172128] groups: 0 1
[ 0.172139] CPU1 attaching sched-domain:
[ 0.172144] domain 0: span 0-1 level SIBLING
[ 0.172149] groups: 1 0
[ 0.172305] Booting paravirtualized kernel on bare hardware
[ 0.172472] regulator: core version 0.5
[ 0.172472] Time: 17:36:39 Date: 03/10/10
[ 0.172472] NET: Registered protocol family 16
[ 0.172472] EISA bus registered
[ 0.172472] ACPI: bus type pci registered
[ 0.172590] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 63
[ 0.172597] PCI: Not using MMCONFIG.
[ 0.172904] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=5
[ 0.172909] PCI: Using configuration type 1 for base access
[ 0.177342] bio: create slab <bio-0> at 0
[ 0.178007] ACPI: EC: Look up EC in DSDT
[ 0.192810] ACPI: Interpreter enabled
[ 0.192825] ACPI: (supports S0 S1 S3 S4 S5)
[ 0.192883] ACPI: Using IOAPIC for interrupt routing
[ 0.192999] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 63
[ 0.194711] ACPI: BIOS _OSI(Linux) query ignored
[ 0.197824] PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
[ 0.197831] PCI: Using MMCONFIG for extended config space
[ 0.211529] ACPI: EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
[ 0.211536] ACPI: EC: driver started in poll mode
[ 0.212074] ACPI: No dock devices found.
[ 0.212344] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.212500] pci 0000:00:02.0: reg 10 32bit mmio: [0xf7e00000-0xf7e7ffff]
[ 0.212510] pci 0000:00:02.0: reg 14 io port: [0xdc00-0xdc07]
[ 0.212520] pci 0000:00:02.0: reg 18 32bit mmio: [0xd0000000-0xdfffffff]
[ 0.212529] pci 0000:00:02.0: reg 1c 32bit mmio: [0xf7dc0000-0xf7dfffff]
[ 0.212584] pci 0000:00:02.1: reg 10 32bit mmio: [0xf7e80000-0xf7efffff]
[ 0.212729] pci 0000:00:1b.0: reg 10 64bit mmio: [0xf7db8000-0xf7dbbfff]
[ 0.212807] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.212816] pci 0000:00:1b.0: PME# disabled
[ 0.212925] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.212934] pci 0000:00:1c.0: PME# disabled
[ 0.213045] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.213053] pci 0000:00:1c.1: PME# disabled
[ 0.213166] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.213174] pci 0000:00:1c.3: PME# disabled
[ 0.213259] pci 0000:00:1d.0: reg 20 io port: [0xd400-0xd41f]
[ 0.213343] pci 0000:00:1d.1: reg 20 io port: [0xd480-0xd49f]
[ 0.213428] pci 0000:00:1d.2: reg 20 io port: [0xd800-0xd81f]
[ 0.213512] pci 0000:00:1d.3: reg 20 io port: [0xd880-0xd89f]
[ 0.213600] pci 0000:00:1d.7: reg 10 32bit mmio: [0xf7db7c00-0xf7db7fff]
[ 0.213679] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.213688] pci 0000:00:1d.7: PME# disabled
[ 0.213880] pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
[ 0.213889] pci 0000:00:1f.0: quirk: region 0480-04bf claimed by ICH6 GPIO
[ 0.213897] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0380 (mask 0003)
[ 0.213905] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0290 (mask 0007)
[ 0.213914] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0068 (mask 0007)
[ 0.214004] pci 0000:00:1f.2: reg 10 io port: [0xd080-0xd087]
[ 0.214017] pci 0000:00:1f.2: reg 14 io port: [0xd000-0xd003]
[ 0.214030] pci 0000:00:1f.2: reg 18 io port: [0xcc00-0xcc07]
[ 0.214042] pci 0000:00:1f.2: reg 1c io port: [0xc880-0xc883]
[ 0.214055] pci 0000:00:1f.2: reg 20 io port: [0xc800-0xc80f]
[ 0.214068] pci 0000:00:1f.2: reg 24 32bit mmio: [0xf7db7800-0xf7db7bff]
[ 0.214114] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.214122] pci 0000:00:1f.2: PME# disabled
[ 0.214307] pci 0000:02:00.0: reg 10 64bit mmio: [0xfbff0000-0xfbffffff]
[ 0.214404] pci 0000:02:00.0: supports D1
[ 0.214409] pci 0000:02:00.0: PME# supported from D0 D1 D3hot D3cold
[ 0.214419] pci 0000:02:00.0: PME# disabled
[ 0.214519] pci 0000:00:1c.1: bridge 32bit mmio: [0xf8000000-0xfbffffff]
[ 0.214532] pci 0000:00:1c.1: bridge 64bit mmio pref: [0xf0000000-0xf6ffffff]
[ 0.214623] pci 0000:01:00.0: reg 10 64bit mmio: [0xf7fc0000-0xf7ffffff]
[ 0.214639] pci 0000:01:00.0: reg 18 io port: [0xec00-0xec7f]
[ 0.214733] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.214743] pci 0000:01:00.0: PME# disabled
[ 0.214836] pci 0000:00:1c.3: bridge io port: [0xe000-0xefff]
[ 0.214845] pci 0000:00:1c.3: bridge 32bit mmio: [0xf7f00000-0xf7ffffff]
[ 0.214930] pci 0000:00:1e.0: transparent bridge
[ 0.214979] pci_bus 0000:00: on NUMA node 0
[ 0.214991] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.215333] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P5._PRT]
[ 0.215436] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P7._PRT]
[ 0.237480] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11 12 14 *15)
[ 0.237738] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[ 0.237993] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[ 0.238247] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 0.238500] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.238756] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.239020] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 10 11 12 14 15)
[ 0.239275] ACPI: PCI Interrupt Link [LNKH] (IRQs *3 4 5 6 7 10 11 12 14 15)
[ 0.239695] SCSI subsystem initialized
[ 0.240063] libata version 3.00 loaded.
[ 0.240164] usbcore: registered new interface driver usbfs
[ 0.240164] usbcore: registered new interface driver hub
[ 0.240164] usbcore: registered new device driver usb
[ 0.240164] ACPI: WMI: Mapper loaded
[ 0.240164] PCI: Using ACPI for IRQ routing
[ 0.252023] Bluetooth: Core ver 2.15
[ 0.252069] NET: Registered protocol family 31
[ 0.252069] Bluetooth: HCI device and connection manager initialized
[ 0.252069] Bluetooth: HCI socket layer initialized
[ 0.252069] NetLabel: Initializing
[ 0.252069] NetLabel: domain hash size = 128
[ 0.252069] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.252079] NetLabel: unlabeled traffic allowed by default
[ 0.252162] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.252174] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[ 0.269142] pnp: PnP ACPI init
[ 0.269182] ACPI: bus type pnp registered
[ 0.273524] pnp: PnP ACPI: found 13 devices
[ 0.273531] ACPI: ACPI bus type pnp unregistered
[ 0.273539] PnPBIOS: Disabled by ACPI PNP
[ 0.273567] system 00:01: iomem range 0xfed13000-0xfed19fff has been reserved
[ 0.273587] system 00:08: ioport range 0x25c-0x25f has been reserved
[ 0.273594] system 00:08: ioport range 0x380-0x383 has been reserved
[ 0.273602] system 00:08: ioport range 0x400-0x41f has been reserved
[ 0.273609] system 00:08: ioport range 0x4d0-0x4d1 has been reserved
[ 0.273616] system 00:08: ioport range 0x800-0x87f has been reserved
[ 0.273623] system 00:08: ioport range 0x480-0x4bf has been reserved
[ 0.273631] system 00:08: iomem range 0x8c000000-0x8c01ffff has been reserved
[ 0.273639] system 00:08: iomem range 0xfed1c000-0xfed1ffff has been reserved
[ 0.273646] system 00:08: iomem range 0xfed20000-0xfed3ffff has been reserved
[ 0.273654] system 00:08: iomem range 0xfed50000-0xfed8ffff has been reserved
[ 0.273661] system 00:08: iomem range 0xffb00000-0xffbfffff has been reserved
[ 0.273669] system 00:08: iomem range 0xfff00000-0xffffffff could not be reserved
[ 0.273684] system 00:0a: iomem range 0xfec00000-0xfec00fff could not be reserved
[ 0.273692] system 00:0a: iomem range 0xfee00000-0xfee00fff has been reserved
[ 0.273704] system 00:0b: iomem range 0xe0000000-0xe3ffffff has been reserved
[ 0.273718] system 00:0c: iomem range 0x0-0x9ffff could not be reserved
[ 0.273725] system 00:0c: iomem range 0xc0000-0xcffff could not be reserved
[ 0.273732] system 00:0c: iomem range 0xe0000-0xfffff could not be reserved
[ 0.273740] system 00:0c: iomem range 0x100000-0x3f7fffff could not be reserved
[ 0.308601] AppArmor: AppArmor Filesystem Enabled
[ 0.308681] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:04
[ 0.308688] pci 0000:00:1c.0: IO window: disabled
[ 0.308698] pci 0000:00:1c.0: MEM window: disabled
[ 0.308705] pci 0000:00:1c.0: PREFETCH window: disabled
[ 0.308715] pci 0000:00:1c.1: PCI bridge, secondary bus 0000:02
[ 0.308720] pci 0000:00:1c.1: IO window: disabled
[ 0.308731] pci 0000:00:1c.1: MEM window: 0xf8000000-0xfbffffff
[ 0.308740] pci 0000:00:1c.1: PREFETCH window: 0x000000f0000000-0x000000f6ffffff
[ 0.308753] pci 0000:00:1c.3: PCI bridge, secondary bus 0000:01
[ 0.308761] pci 0000:00:1c.3: IO window: 0xe000-0xefff
[ 0.308771] pci 0000:00:1c.3: MEM window: 0xf7f00000-0xf7ffffff
[ 0.308779] pci 0000:00:1c.3: PREFETCH window: disabled
[ 0.308788] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:05
[ 0.308792] pci 0000:00:1e.0: IO window: disabled
[ 0.308802] pci 0000:00:1e.0: MEM window: disabled
[ 0.308809] pci 0000:00:1e.0: PREFETCH window: disabled
[ 0.308834] alloc irq_desc for 16 on node -1
[ 0.308839] alloc kstat_irqs on node -1
[ 0.308854] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.308864] pci 0000:00:1c.0: setting latency timer to 64
[ 0.308879] alloc irq_desc for 17 on node -1
[ 0.308884] alloc kstat_irqs on node -1
[ 0.308892] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 0.308901] pci 0000:00:1c.1: setting latency timer to 64
[ 0.308916] alloc irq_desc for 19 on node -1
[ 0.308921] alloc kstat_irqs on node -1
[ 0.308929] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[ 0.308938] pci 0000:00:1c.3: setting latency timer to 64
[ 0.308951] pci 0000:00:1e.0: setting latency timer to 64
[ 0.308961] pci_bus 0000:00: resource 0 io: [0x00-0xffff]
[ 0.308967] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
[ 0.308974] pci_bus 0000:02: resource 1 mem: [0xf8000000-0xfbffffff]
[ 0.308981] pci_bus 0000:02: resource 2 pref mem [0xf0000000-0xf6ffffff]
[ 0.308987] pci_bus 0000:01: resource 0 io: [0xe000-0xefff]
[ 0.308994] pci_bus 0000:01: resource 1 mem: [0xf7f00000-0xf7ffffff]
[ 0.309000] pci_bus 0000:05: resource 3 io: [0x00-0xffff]
[ 0.309006] pci_bus 0000:05: resource 4 mem: [0x000000-0xffffffff]
[ 0.309079] NET: Registered protocol family 2
[ 0.309299] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.309957] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.310929] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.311427] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.311436] TCP reno registered
[ 0.311656] NET: Registered protocol family 1
[ 0.311797] Trying to unpack rootfs image as initramfs...
[ 0.501098] Switched to high resolution mode on CPU 1
[ 0.503971] Switched to high resolution mode on CPU 0
[ 0.671480] Freeing initrd memory: 7469k freed
[ 0.679387] cpufreq-nforce2: No nForce2 chipset.
[ 0.679450] Scanning for low memory corruption every 60 seconds
[ 0.679674] audit: initializing netlink socket (disabled)
[ 0.679705] type=2000 audit(1268242598.677:1): initialized
[ 0.696973] highmem bounce pool size: 64 pages
[ 0.696987] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 0.700200] VFS: Disk quotas dquot_6.5.2
[ 0.700329] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.701602] fuse init (API version 7.12)
[ 0.701809] msgmni has been set to 1732
[ 0.702272] alg: No test for stdrng (krng)
[ 0.702306] io scheduler noop registered
[ 0.702312] io scheduler anticipatory registered
[ 0.702317] io scheduler deadline registered
[ 0.702422] io scheduler cfq registered (default)
[ 0.702448] pci 0000:00:02.0: Boot video device
[ 0.702780] alloc irq_desc for 24 on node -1
[ 0.702786] alloc kstat_irqs on node -1
[ 0.702806] pcieport-driver 0000:00:1c.0: irq 24 for MSI/MSI-X
[ 0.702823] pcieport-driver 0000:00:1c.0: setting latency timer to 64
[ 0.703054] alloc irq_desc for 25 on node -1
[ 0.703059] alloc kstat_irqs on node -1
[ 0.703074] pcieport-driver 0000:00:1c.1: irq 25 for MSI/MSI-X
[ 0.703090] pcieport-driver 0000:00:1c.1: setting latency timer to 64
[ 0.703315] alloc irq_desc for 26 on node -1
[ 0.703320] alloc kstat_irqs on node -1
[ 0.703335] pcieport-driver 0000:00:1c.3: irq 26 for MSI/MSI-X
[ 0.703351] pcieport-driver 0000:00:1c.3: setting latency timer to 64
[ 0.703535] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.703772] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.704065] ACPI: AC Adapter [AC0] (on-line)
[ 0.704210] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0Codice: Seleziona tutto
[ 0.704219] ACPI: Power Button [PWRF]
[ 0.704343] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
[ 0.705626] ACPI: EC: non-query interrupt received, switching to interrupt mode
[ 0.715064] ACPI: Lid Switch [LID]
[ 0.715196] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
[ 0.715204] ACPI: Sleep Button [SLPB]
[ 0.715302] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
[ 0.715309] ACPI: Power Button [PWRB]
[ 0.716751] ACPI: SSDT 3f7ae180 0023C (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
[ 0.717864] ACPI: SSDT 3f7ae450 00724 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
[ 0.718713] Monitor-Mwait will be used to enter C-1 state
[ 0.718791] Monitor-Mwait will be used to enter C-2 state
[ 0.718813] Marking TSC unstable due to TSC halts in idle
[ 0.718848] ACPI: CPU0 (power states: C1[C1] C2[C2])
[ 0.718907] processor LNXCPU:00: registered as cooling_device0
[ 0.718917] ACPI: Processor [CPU0] (supports 8 throttling states)
[ 0.719670] ACPI: SSDT 3f7ae0b0 000CC (v01 PmRef Cpu1Ist 00003000 INTL 20051117)
[ 0.720429] ACPI: SSDT 3f7ae3c0 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20051117)
[ 0.721483] ACPI: CPU1 (power states: C1[C1] C2[C2])
[ 0.721532] processor LNXCPU:01: registered as cooling_device1
[ 0.721542] ACPI: Processor [CPU1] (supports 8 throttling states)
[ 0.730443] thermal LNXTHERM:01: registered as thermal_zone0
[ 0.730462] ACPI: Thermal Zone [TZ00] (55 C)
[ 0.730610] isapnp: Scanning for PnP cards...
[ 0.794948] ACPI: Battery Slot [BAT0] (battery present)
[ 1.085463] isapnp: No Plug & Play device found
[ 1.088239] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.090934] brd: module loaded
[ 1.091935] loop: module loaded
[ 1.092143] input: Macintosh mouse button emulation as /devices/virtual/input/input4
[ 1.092312] ahci 0000:00:1f.2: version 3.0
[ 1.092341] alloc irq_desc for 18 on node -1
[ 1.092346] alloc kstat_irqs on node -1
[ 1.092360] ahci 0000:00:1f.2: PCI INT B -> GSI 18 (level, low) -> IRQ 18
[ 1.092418] alloc irq_desc for 27 on node -1
[ 1.092423] alloc kstat_irqs on node -1
[ 1.092439] ahci 0000:00:1f.2: irq 27 for MSI/MSI-X
[ 1.092547] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 1.5 Gbps 0x1 impl SATA mode
[ 1.092556] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part
[ 1.092565] ahci 0000:00:1f.2: setting latency timer to 64
[ 1.092818] scsi0 : ahci
[ 1.093064] scsi1 : ahci
[ 1.093191] scsi2 : ahci
[ 1.093324] scsi3 : ahci
[ 1.093708] ata1: SATA max UDMA/133 abar m1024@0xf7db7800 port 0xf7db7900 irq 27
[ 1.093715] ata2: DUMMY
[ 1.093719] ata3: DUMMY
[ 1.093722] ata4: DUMMY
[ 1.095732] Fixed MDIO Bus: probed
[ 1.095813] PPP generic driver version 2.4.2
[ 1.096076] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.096124] alloc irq_desc for 23 on node -1
[ 1.096129] alloc kstat_irqs on node -1
[ 1.096143] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 1.096174] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 1.096181] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 1.096251] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[ 1.096262] ehci_hcd 0000:00:1d.7: using broken periodic workaround
[ 1.100185] ehci_hcd 0000:00:1d.7: debug port 1
[ 1.100197] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[ 1.100231] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf7db7c00
[ 1.116027] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 1.116187] usb usb1: configuration #1 chosen from 1 choice
[ 1.116268] hub 1-0:1.0: USB hub found
[ 1.116284] hub 1-0:1.0: 8 ports detected
[ 1.116408] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.116447] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.116515] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 1.116529] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 1.116536] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 1.116608] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 1.116647] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000d400
[ 1.116826] usb usb2: configuration #1 chosen from 1 choice
[ 1.116886] hub 2-0:1.0: USB hub found
[ 1.116902] hub 2-0:1.0: 2 ports detected
[ 1.116989] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 1.117002] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 1.117011] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 1.117092] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[ 1.117144] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000d480
[ 1.117313] usb usb3: configuration #1 chosen from 1 choice
[ 1.117374] hub 3-0:1.0: USB hub found
[ 1.117389] hub 3-0:1.0: 2 ports detected
[ 1.117477] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 1.117489] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 1.117496] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 1.117565] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[ 1.117614] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000d800
[ 1.117790] usb usb4: configuration #1 chosen from 1 choice
[ 1.117849] hub 4-0:1.0: USB hub found
[ 1.117864] hub 4-0:1.0: 2 ports detected
[ 1.117952] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[ 1.117965] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[ 1.117972] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 1.118036] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[ 1.118085] uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000d880
[ 1.118254] usb usb5: configuration #1 chosen from 1 choice
[ 1.118313] hub 5-0:1.0: USB hub found
[ 1.118328] hub 5-0:1.0: 2 ports detected
[ 1.118522] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 1.140481] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.140495] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.140641] mice: PS/2 mouse device common for all mice
[ 1.140912] rtc_cmos 00:03: RTC can wake from S4
[ 1.140986] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[ 1.141040] rtc0: alarms up to one month, 114 bytes nvram, hpet irqs
[ 1.141300] device-mapper: uevent: version 1.0.3
[ 1.141575] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
[ 1.141761] device-mapper: multipath: version 1.1.0 loaded
[ 1.141768] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 1.142068] EISA: Probing bus 0 at eisa.0
[ 1.142111] EISA: Detected 0 cards.
[ 1.142444] cpuidle: using governor ladder
[ 1.142641] cpuidle: using governor menu
[ 1.143785] TCP cubic registered
[ 1.144162] NET: Registered protocol family 10
[ 1.145167] lo: Disabled Privacy Extensions
[ 1.145893] NET: Registered protocol family 17
[ 1.145939] Bluetooth: L2CAP ver 2.13
[ 1.145943] Bluetooth: L2CAP socket layer initialized
[ 1.145950] Bluetooth: SCO (Voice Link) ver 0.6
[ 1.145953] Bluetooth: SCO socket layer initialized
[ 1.146049] Bluetooth: RFCOMM TTY layer initialized
[ 1.146059] Bluetooth: RFCOMM socket layer initialized
[ 1.146065] Bluetooth: RFCOMM ver 1.11
[ 1.146953] Using IPI No-Shortcut mode
[ 1.147119] PM: Resume from disk failed.
[ 1.147144] registered taskstats version 1
[ 1.147357] Magic number: 2:117:643
[ 1.147488] rtc_cmos 00:03: setting system clock to 2010-03-10 17:36:40 UTC (1268242600)
[ 1.147497] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 1.147502] EDD information not available.
[ 1.158919] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
[ 1.412105] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.414256] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
[ 1.414632] ata1.00: ATA-8: ST9250315AS, 0002SDM1, max UDMA/133
[ 1.414648] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 1.417232] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
[ 1.417677] ata1.00: configured for UDMA/133
[ 1.424091] usb 1-2: new high speed USB device using ehci_hcd and address 2
[ 1.432417] scsi 0:0:0:0: Direct-Access ATA ST9250315AS 0002 PQ: 0 ANSI: 5
[ 1.432695] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 1.432792] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[ 1.432926] sd 0:0:0:0: [sda] Write Protect is off
[ 1.432934] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.433003] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.433368] sda: sda1 sda2 sda3
[ 1.445024] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.445090] Freeing unused kernel memory: 540k freed
[ 1.445602] Write protecting the kernel text: 4580k
[ 1.445685] Write protecting the kernel read-only data: 1840k
[ 1.597633] usb 1-2: configuration #1 chosen from 1 choice
[ 1.812888] acpi device:39: registered as cooling_device2
[ 1.813335] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:36/input/input6
[ 1.813454] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
[ 1.813818] Linux agpgart interface v0.103
[ 1.824784] agpgart-intel 0000:00:00.0: Intel 945GME Chipset
[ 1.825136] agpgart-intel 0000:00:00.0: detected 7932K stolen memory
[ 1.893264] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[ 1.997172] [drm] Initialized drm 1.1.0 20060810
[ 2.029277] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 2.029292] i915 0000:00:02.0: setting latency timer to 64
[ 2.136891] integrated sync not supported
[ 2.253917] integrated sync not supported
[ 2.259235] [drm] fb0: inteldrmfb frame buffer device
[ 2.259258] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 2.585302] [drm] LVDS-8: set mode 1024x600 e
[ 3.008147] Console: switching to colour frame buffer device 128x37
[ 3.410506] PM: Starting manual resume from disk
[ 3.410515] PM: Resume from partition 8:1
[ 3.410520] PM: Checking hibernation image.
[ 3.410889] PM: Resume from disk failed.
[ 3.417732] EXT3-fs: INFO: recovery required on readonly filesystem.
[ 3.417746] EXT3-fs: write access will be enabled during recovery.
[ 6.674379] kjournald starting. Commit interval 5 seconds
[ 6.674427] EXT3-fs: sda2: orphan cleanup on readonly fs
[ 6.674450] ext3_orphan_cleanup: deleting unreferenced inode 933941
[ 6.803727] ext3_orphan_cleanup: deleting unreferenced inode 975095
[ 6.803795] ext3_orphan_cleanup: deleting unreferenced inode 975091
[ 6.816357] ext3_orphan_cleanup: deleting unreferenced inode 975086
[ 6.816409] ext3_orphan_cleanup: deleting unreferenced inode 975082
[ 6.816456] ext3_orphan_cleanup: deleting unreferenced inode 975078
[ 6.816500] ext3_orphan_cleanup: deleting unreferenced inode 975076
[ 6.823996] ext3_orphan_cleanup: deleting unreferenced inode 975065
[ 6.835175] ext3_orphan_cleanup: deleting unreferenced inode 942103
[ 6.841873] EXT3-fs: sda2: 9 orphan inodes deleted
[ 6.841884] EXT3-fs: recovery complete.
[ 6.853049] EXT3-fs: mounted filesystem with writeback data mode.
[ 7.540260] type=1505 audit(1268242606.892:2): operation="profile_load" pid=381 name=/usr/share/gdm/guest-session/Xsession
[ 7.553228] type=1505 audit(1268242606.904:3): operation="profile_load" pid=382 name=/sbin/dhclient3
[ 7.553813] type=1505 audit(1268242606.904:4): operation="profile_load" pid=382 name=/usr/lib/NetworkManager/nm-dhcp-client.action
[ 7.554143] type=1505 audit(1268242606.904:5): operation="profile_load" pid=382 name=/usr/lib/connman/scripts/dhclient-script
[ 7.578651] type=1505 audit(1268242606.928:6): operation="profile_load" pid=383 name=/usr/bin/evince
[ 7.587987] type=1505 audit(1268242606.936:7): operation="profile_load" pid=383 name=/usr/bin/evince-previewer
[ 7.593726] type=1505 audit(1268242606.944:8): operation="profile_load" pid=383 name=/usr/bin/evince-thumbnailer
[ 7.639575] type=1505 audit(1268242606.988:9): operation="profile_load" pid=385 name=/usr/lib/cups/backend/cups-pdf
[ 7.640352] type=1505 audit(1268242606.992:10): operation="profile_load" pid=385 name=/usr/sbin/cupsd
[ 7.655942] type=1505 audit(1268242607.004:11): operation="profile_load" pid=386 name=/usr/sbin/tcpdump
[ 8.478781] Adding 2096440k swap on /dev/sda1. Priority:-1 extents:1 across:2096440k
[ 8.927129] EXT3 FS on sda2, internal journal
[ 9.006386] udev: starting version 147
[ 9.886114] intel_rng: FWH not detected
[ 9.934363] eeepc_laptop: Eee PC Hotkey Driver
[ 9.935199] eeepc_laptop: Hotkey init flags 0x41
[ 9.935486] eeepc_laptop: TYPE (2000000) not reported by BIOS, enabling anyway
[ 9.937662] eeepc_laptop: PANELPOWER (4000000) not reported by BIOS, enabling anyway
[ 9.940801] eeepc_laptop: TPD (8000000) not reported by BIOS, enabling anyway
[ 9.940814] eeepc_laptop: Get control methods supported: 0xe101711
[ 9.940992] input: Asus EeePC extra buttons as /devices/virtual/input/input7
[ 9.946464] lp: driver loaded but no devices found
[ 9.950915] atl1c 0000:01:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 9.950940] atl1c 0000:01:00.0: setting latency timer to 64
[ 9.951011] atl1c 0000:01:00.0: PME# disabled
[ 9.951024] atl1c 0000:01:00.0: PME# disabled
[ 10.023625] Linux video capture interface: v2.00
[ 10.049230] cfg80211: Calling CRDA to update world regulatory domain
[ 10.067130] atl1c 0000:01:00.0: version 1.0.0.1-NAPI
[ 10.095573] uvcvideo: Found UVC 1.00 device USB 2.0 Camera (13d3:5108)
[ 10.112305] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 10.113761] input: USB 2.0 Camera as /devices/pci0000:00/0000:00:1d.7/usb1/1-2/1-2:1.0/input/input8
[ 10.113908] usbcore: registered new interface driver uvcvideo
[ 10.113918] USB Video Class driver (v0.1.0)
[ 10.440610] eeepc_laptop: Backlight controlled by ACPI video driver
[ 10.634935] ath9k 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 10.634960] ath9k 0000:02:00.0: setting latency timer to 64
[ 10.685478] ath: EEPROM regdomain: 0x60
[ 10.685487] ath: EEPROM indicates we should expect a direct regpair map
[ 10.685498] ath: Country alpha2 being used: 00
[ 10.685503] ath: Regpair used: 0x60
[ 10.848836] cfg80211: World regulatory domain updated:
[ 10.848845] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 10.848854] (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 10.848860] (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 10.848867] (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 10.848873] (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 10.848880] (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 11.028788] Synaptics Touchpad, model: 1, fw: 7.2, id: 0x1a0b1, caps: 0xd04731/0xa40000
[ 11.075326] alloc irq_desc for 22 on node -1
[ 11.075336] alloc kstat_irqs on node -1
[ 11.075354] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 11.075448] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 11.108152] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input9
[ 11.299759] hda_codec: Unknown model for ALC269, trying auto-probe from BIOS...
[ 11.299978] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input10
[ 11.825214] phy0: Selected rate control algorithm 'ath9k_rate_control'
[ 11.826858] Registered led device: ath9k-phy0::radio
[ 11.826918] Registered led device: ath9k-phy0::assoc
[ 11.827001] Registered led device: ath9k-phy0::tx
[ 11.827061] Registered led device: ath9k-phy0::rx
[ 11.827112] phy0: Atheros AR9285 MAC/BB Rev:2 AR5133 RF Rev:e0: mem=0xf8b80000, irq=17
[ 12.478115] kjournald starting. Commit interval 5 seconds
[ 12.482011] EXT3 FS on sda3, internal journal
[ 12.482031] EXT3-fs: mounted filesystem with writeback data mode.
[ 13.452609] type=1505 audit(1268242612.804:12): operation="profile_replace" pid=807 name=/usr/share/gdm/guest-session/Xsession
[ 13.456841] type=1505 audit(1268242612.808:13): operation="profile_replace" pid=808 name=/sbin/dhclient3
[ 13.457468] type=1505 audit(1268242612.808:14): operation="profile_replace" pid=808 name=/usr/lib/NetworkManager/nm-dhcp-client.action
[ 13.457799] type=1505 audit(1268242612.808:15): operation="profile_replace" pid=808 name=/usr/lib/connman/scripts/dhclient-script
[ 13.467731] type=1505 audit(1268242612.816:16): operation="profile_replace" pid=809 name=/usr/bin/evince
[ 13.477404] type=1505 audit(1268242612.828:17): operation="profile_replace" pid=809 name=/usr/bin/evince-previewer
[ 13.483362] type=1505 audit(1268242612.832:18): operation="profile_replace" pid=809 name=/usr/bin/evince-thumbnailer
[ 13.494854] type=1505 audit(1268242612.844:19): operation="profile_replace" pid=811 name=/usr/lib/cups/backend/cups-pdf
[ 13.495585] type=1505 audit(1268242612.844:20): operation="profile_replace" pid=811 name=/usr/sbin/cupsd
[ 13.500151] type=1505 audit(1268242612.852:21): operation="profile_replace" pid=812 name=/usr/sbin/tcpdump
[ 15.073044] ppdev: user-space parallel port driver
[ 15.734056] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 15.754959] alloc irq_desc for 28 on node -1
[ 15.754967] alloc kstat_irqs on node -1
[ 15.754993] atl1c 0000:01:00.0: irq 28 for MSI/MSI-X
[ 15.755096] atl1c 0000:01:00.0: atl1c: eth0 NIC Link is Up<100 Mbps Full Duplex>
[ 18.294180] integrated sync not supported
[ 18.370955] CPU0 attaching NULL sched-domain.
[ 18.370969] CPU1 attaching NULL sched-domain.
[ 18.446962] integrated sync not supported
[ 18.457271] CPU0 attaching sched-domain:
[ 18.457288] domain 0: span 0-1 level SIBLING
[ 18.457301] groups: 0 1
[ 18.457323] CPU1 attaching sched-domain:
[ 18.457333] domain 0: span 0-1 level SIBLING
[ 18.457344] groups: 1 0
[ 23.220836] CPU0 attaching NULL sched-domain.
[ 23.220848] CPU1 attaching NULL sched-domain.
[ 23.237242] CPU0 attaching sched-domain:
[ 23.237259] domain 0: span 0-1 level SIBLING
[ 23.237273] groups: 0 1
[ 23.237295] CPU1 attaching sched-domain:
[ 23.237305] domain 0: span 0-1 level SIBLING
[ 23.237316] groups: 1 0
[ 23.958118] integrated sync not supported
[ 24.098014] integrated sync not supported
[ 24.258120] integrated sync not supported
[ 26.377033] eth0: no IPv6 routers present
[ 40.371390] integrated sync not supported
[ 40.561953] integrated sync not supported
[ 40.710828] integrated sync not supported
[ 42.974025] integrated sync not supported
[ 769.828114] usb 1-1: new high speed USB device using ehci_hcd and address 3
[ 769.961618] usb 1-1: configuration #1 chosen from 1 choice
[ 770.044883] Initializing USB Mass Storage driver...
[ 770.046293] scsi4 : SCSI emulation for USB Mass Storage devices
[ 770.047316] usbcore: registered new interface driver usb-storage
[ 770.047341] USB Mass Storage support registered.
[ 770.047422] usb-storage: device found at 3
[ 770.047434] usb-storage: waiting for device to settle before scanning
[ 775.044385] usb-storage: device scan complete
[ 775.086800] scsi 4:0:0:0: Direct-Access SAMSUNG HM320JI PQ: 0 ANSI: 2 CCS
[ 775.088869] sd 4:0:0:0: Attached scsi generic sg1 type 0
[ 775.101074] sd 4:0:0:0: [sdb] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[ 775.105087] sd 4:0:0:0: [sdb] Write Protect is off
[ 775.105101] sd 4:0:0:0: [sdb] Mode Sense: 34 00 00 00
[ 775.105109] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[ 775.109348] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[ 775.109368] sdb: sdb1
[ 775.754935] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[ 775.754962] sd 4:0:0:0: [sdb] Attached SCSI disk
[ 1041.984461] usb 1-5: new high speed USB device using ehci_hcd and address 4
[ 1042.119356] usb 1-5: configuration #1 chosen from 1 choice
[ 1042.128151] scsi5 : SCSI emulation for USB Mass Storage devices
[ 1042.129828] usb-storage: device found at 4
[ 1042.129843] usb-storage: waiting for device to settle before scanning
[ 1047.129761] usb-storage: device scan complete
[ 1047.130548] scsi 5:0:0:0: Direct-Access MP3 Player PQ: 0 ANSI: 0 CCS
[ 1047.132730] sd 5:0:0:0: Attached scsi generic sg2 type 0
[ 1047.153510] sd 5:0:0:0: [sdc] 4028416 512-byte logical blocks: (2.06 GB/1.92 GiB)
[ 1047.154133] sd 5:0:0:0: [sdc] Write Protect is off
[ 1047.154145] sd 5:0:0:0: [sdc] Mode Sense: 3b 00 00 00
[ 1047.154153] sd 5:0:0:0: [sdc] Assuming drive cache: write through
[ 1047.160510] sd 5:0:0:0: [sdc] Assuming drive cache: write through
[ 1047.160532] sdc: sdc1
[ 1047.169196] sd 5:0:0:0: [sdc] Assuming drive cache: write through
[ 1047.169213] sd 5:0:0:0: [sdc] Attached SCSI removable disk
[ 4646.488135] usb 1-6: new high speed USB device using ehci_hcd and address 5
[ 4646.623422] usb 1-6: configuration #1 chosen from 1 choice
[ 4646.625286] scsi6 : SCSI emulation for USB Mass Storage devices
[ 4646.625816] usb-storage: device found at 5
[ 4646.625827] usb-storage: waiting for device to settle before scanning
[ 4651.624462] usb-storage: device scan complete
[ 4651.625382] scsi 6:0:0:0: Direct-Access LaCie iamaKey 0.00 PQ: 0 ANSI: 2
[ 4651.627160] sd 6:0:0:0: Attached scsi generic sg3 type 0
[ 4651.630682] sd 6:0:0:0: [sdd] 15794176 512-byte logical blocks: (8.08 GB/7.53 GiB)
[ 4651.632127] sd 6:0:0:0: [sdd] Write Protect is off
[ 4651.632196] sd 6:0:0:0: [sdd] Mode Sense: 00 00 00 00
[ 4651.632213] sd 6:0:0:0: [sdd] Assuming drive cache: write through
[ 4651.648477] sd 6:0:0:0: [sdd] Assuming drive cache: write through
[ 4651.648498] sdd:
[ 4651.968262] sd 6:0:0:0: [sdd] Assuming drive cache: write through
[ 4651.968286] sd 6:0:0:0: [sdd] Attached SCSI removable disk
[ 6686.069555] usb 1-6: USB disconnect, address 5
[ 6687.369116] usb 1-5: USB disconnect, address 4