Re: ERROR: end_request: I/O error, dev fd0, sector 0

From: Sedat Dilek
Date: Sun Nov 27 2011 - 08:55:47 EST


On Sat, Nov 26, 2011 at 5:52 PM, Robert Hancock <hancockrwd@xxxxxxxxx> wrote:
> On 11/25/2011 06:53 AM, Sedat Dilek wrote:
>>
>> Hi,
>>
>> I am watching this issue for a long while, due to my
>> floppy-blacklist.conf file since next-20110603.
>>
>> The bad: The boot-process stalls for approx 10-13 secs when booting
>> into my Debian/sid i386 system.
>>
>> # dmesg | grep -A1 -B1 "end_request: I/O error, dev fd0, sector 0"
>> [ Â Â2.422854] sd 2:0:0:0: [sdb] Attached SCSI disk
>> [ Â 15.289939] end_request: I/O error, dev fd0, sector 0
>> [ Â 15.342914] EXT4-fs (sda5): mounted filesystem with ordered data
>> mode. Opts: (null)
>>
>> The funny part is my IBM laptop has no physical floppy drive!
>>
>> # dmesg | egrep -i 'floppy|fd0'
>> [ Â Â0.726358] Floppy drive(s): fd0 is 1.44M
>> [ Â 15.289939] end_request: I/O error, dev fd0, sector 0
>>
>> If I blacklist "floppy" kernel-module, the boot-process is as expected
>> without the above mentionned delay.
>>
>> [ /etc/modprobe.d/floppy-blacklist.conf ]
>> # This file blacklists the floppy driver.
>> #
>> # XXX: Workaround: My IBM ThinkPad T40p (model 2374SG6) notebook has
>> no physical FDD
>> # dmesg from linux-next (next-20110603) says:
>> # [ Â Â0.755294] Floppy drive(s): fd0 is 1.44M
>> # [ Â 15.238507] end_request: I/O error, dev fd0, sector 0
>> blacklist floppy
>> - EOF -
>>
>> I searched for the line and found bool blk_update_request() in
>> block/blk-core.c file (see [1]).
>>
>> I have attached kern.log and dmesg.
>>
>> Hope this helps to narrow down the issue.
>
> It looks like your laptop's BIOS indicates it has a floppy controller that's
> active:
>
> Nov 25 11:00:32 tbox kernel: [ Â Â0.060821] pnp 00:09: [io Â0x03f0-0x03f5]
> Nov 25 11:00:32 tbox kernel: [ Â Â0.060825] pnp 00:09: [io Â0x03f7]
> Nov 25 11:00:32 tbox kernel: [ Â Â0.060828] pnp 00:09: [irq 6]
> Nov 25 11:00:32 tbox kernel: [ Â Â0.060831] pnp 00:09: [dma 2]
> Nov 25 11:00:32 tbox kernel: [ Â Â0.060892] pnp 00:09: Plug and Play ACPI
> device, IDs PNP0700 (active)
>
> That's presumably why the floppy driver ends up being loaded. And apparently
> it does have a floppy controller, since the floppy driver seems able to talk
> to it. Maybe that model of laptop had an optional bay-mounted floppy drive
> or something?
>

Could be... next to CD_ROM bay maybe.

> I'm not sure there's a workaround for this at the kernel level, since the
> kernel probably can't determine if there's actually a floppy drive installed
> without trying to read from it (which is likely being triggered by partition
> probing or something). The read error will be what is triggering the message
> you saw.
>
> Is there a BIOS option to disable the floppy controller?
>

I have disabled "Floppy-Drive" in BIOS setup now (was set to
"enabled"), but I have still the modprobe backlist for floppy
activated.

Can you explain the stalling of ***10-12 seconds*** with a wrong FDD
BIOS setting?
That's really a long duration, with systemd my boot-process takes
approx 15-18 seconds.

Attached is the new dmesg output (kernel-config was not changed).

- Sedat -
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.2.0-rc3-next20111125.3-686-small (Debian 3.2.0~rc3-3~next20111125.dilek1) (sedat.dilek@xxxxxxxxx) (gcc version 4.6.2 (Debian 4.6.2-5) ) #1 SMP Sun Nov 27 14:35:02 CET 2011
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
[ 0.000000] BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000d2000 - 00000000000d4000 (reserved)
[ 0.000000] BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000003ff60000 (usable)
[ 0.000000] BIOS-e820: 000000003ff60000 - 000000003ff77000 (ACPI data)
[ 0.000000] BIOS-e820: 000000003ff77000 - 000000003ff79000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000003ff80000 - 0000000040000000 (reserved)
[ 0.000000] BIOS-e820: 00000000ff800000 - 0000000100000000 (reserved)
[ 0.000000] Notice: NX (Execute Disable) protection missing in CPU!
[ 0.000000] DMI present.
[ 0.000000] DMI: IBM 2374SG6/2374SG6, BIOS 1RETDRWW (3.23 ) 06/18/2007
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] last_pfn = 0x3ff60 max_arch_pfn = 0x100000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-CFFFF write-protect
[ 0.000000] D0000-DBFFF uncachable
[ 0.000000] DC000-DFFFF write-back
[ 0.000000] E0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask FC0000000 write-back
[ 0.000000] 1 base 03FF80000 mask FFFF80000 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] PAT not supported by CPU.
[ 0.000000] initial memory mapped : 0 - 01800000
[ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[ 0.000000] 0000000000 - 0000400000 page 4k
[ 0.000000] 0000400000 - 0037400000 page 2M
[ 0.000000] 0037400000 - 00377fe000 page 4k
[ 0.000000] kernel direct mapping tables up to 377fe000 @ 17fb000-1800000
[ 0.000000] RAMDISK: 377f2000 - 37bf1000
[ 0.000000] Allocated new RAMDISK: 373f3000 - 377f1d2f
[ 0.000000] Move RAMDISK from 00000000377f2000 - 0000000037bf0d2e to 373f3000 - 377f1d2e
[ 0.000000] ACPI: RSDP 000f6d70 00024 (v02 IBM )
[ 0.000000] ACPI: XSDT 3ff6a672 0004C (v01 IBM TP-1R 00003230 LTP 00000000)
[ 0.000000] ACPI: FACP 3ff6a700 000F4 (v03 IBM TP-1R 00003230 IBM 00000001)
[ 0.000000] ACPI Warning: 32/64X length mismatch in Gpe1Block: 0/32 (20110623/tbfadt-529)
[ 0.000000] ACPI Warning: Optional field Gpe1Block has zero address or length: 0x000000000000102C/0x0 (20110623/tbfadt-560)
[ 0.000000] ACPI: DSDT 3ff6a8e7 0C530 (v01 IBM TP-1R 00003230 MSFT 0100000E)
[ 0.000000] ACPI: FACS 3ff78000 00040
[ 0.000000] ACPI: SSDT 3ff6a8b4 00033 (v01 IBM TP-1R 00003230 MSFT 0100000E)
[ 0.000000] ACPI: ECDT 3ff76e17 00052 (v01 IBM TP-1R 00003230 IBM 00000001)
[ 0.000000] ACPI: TCPA 3ff76e69 00032 (v01 IBM TP-1R 00003230 PTL 00000001)
[ 0.000000] ACPI: BOOT 3ff76fd8 00028 (v01 IBM TP-1R 00003230 LTP 00000001)
[ 0.000000] 135MB HIGHMEM available.
[ 0.000000] 887MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 377fe000
[ 0.000000] low ram: 0 - 377fe000
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x000377fe
[ 0.000000] HighMem 0x000377fe -> 0x0003ff60
[ 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 -> 0x0003ff60
[ 0.000000] On node 0 totalpages: 261871
[ 0.000000] free_area_init_node: node 0, pgdat c13ede40, node_mem_map f6bf3200
[ 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: 271 pages used for memmap
[ 0.000000] HighMem zone: 34387 pages, LIFO batch:7
[ 0.000000] Using APIC driver default
[ 0.000000] ACPI: PM-Timer IO Port: 0x1008
[ 0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
[ 0.000000] Local APIC disabled by BIOS -- reenabling.
[ 0.000000] Found and enabled local APIC!
[ 0.000000] nr_irqs_gsi: 16
[ 0.000000] Allocating PCI resources starting at 40000000 (gap: 40000000:bf800000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:1 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 13 pages/cpu @f6400000 s30400 r0 d22848 u4194304
[ 0.000000] pcpu-alloc: s30400 r0 d22848 u4194304 alloc=1*4194304
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 259824
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-rc3-next20111125.3-686-small root=UUID=1ceb69a7-ecf4-47e9-a231-b74e0f0a9b62 ro init=/bin/systemd radeon.modeset=1 lapic 3
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Initializing CPU#0
[ 0.000000] Initializing HighMem for node 0 (000377fe:0003ff60)
[ 0.000000] Memory: 1029028k/1047936k available (2751k kernel code, 18456k reserved, 1300k data, 376k init, 138632k highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xffd36000 - 0xfffff000 (2852 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 : 0xc13f6000 - 0xc1454000 ( 376 kB)
[ 0.000000] .data : 0xc12afedb - 0xc13f51c0 (1300 kB)
[ 0.000000] .text : 0xc1000000 - 0xc12afedb (2751 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU debugfs-based tracing is enabled.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] NR_IRQS:2304 nr_irqs:256 16
[ 0.000000] CPU 0 irqstacks, hard=f6008000 soft=f600a000
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 1694.266 MHz processor.
[ 0.008003] Calibrating delay loop (skipped), value calculated using timer frequency.. 3388.53 BogoMIPS (lpj=6777064)
[ 0.008076] pid_max: default: 32768 minimum: 301
[ 0.008150] Security Framework initialized
[ 0.008192] SELinux: Disabled at boot.
[ 0.008314] Mount-cache hash table entries: 512
[ 0.008562] Initializing cgroup subsys debug
[ 0.008600] Initializing cgroup subsys cpuacct
[ 0.008640] Initializing cgroup subsys devices
[ 0.008675] Initializing cgroup subsys freezer
[ 0.008710] Initializing cgroup subsys net_cls
[ 0.008746] Initializing cgroup subsys blkio
[ 0.008831] mce: CPU supports 5 MCE banks
[ 0.008878] CPU0: Thermal monitoring enabled (TM2)
[ 0.008990] SMP alternatives: switching to UP code
[ 0.010975] Freeing SMP alternatives: 8k freed
[ 0.011014] ACPI: Core revision 20110623
[ 0.018413] ACPI: setting ELCR to 0200 (from 0800)
[ 0.020094] weird, boot CPU (#0) not listed by the BIOS.
[ 0.020132] SMP motherboard not detected.
[ 0.020170] Enabling APIC mode: Flat. Using 0 I/O APICs
[ 0.024001] SMP disabled
[ 0.024001] Performance Events: p6 PMU driver.
[ 0.024001] ... version: 0
[ 0.024001] ... bit width: 32
[ 0.024001] ... generic registers: 2
[ 0.024001] ... value mask: 00000000ffffffff
[ 0.024001] ... max period: 000000007fffffff
[ 0.024001] ... fixed-purpose events: 0
[ 0.024001] ... event mask: 0000000000000003
[ 0.024001] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.024001] Brought up 1 CPUs
[ 0.024001] Total of 1 processors activated (3388.53 BogoMIPS).
[ 0.024001] devtmpfs: initialized
[ 0.024001] print_constraints: dummy:
[ 0.024001] NET: Registered protocol family 16
[ 0.024001] ACPI: bus type pci registered
[ 0.024001] PCI: PCI BIOS revision 2.10 entry at 0xfd8d6, last bus=8
[ 0.024001] PCI: Using configuration type 1 for base access
[ 0.024001] bio: create slab <bio-0> at 0
[ 0.024001] ACPI: Added _OSI(Module Device)
[ 0.024001] ACPI: Added _OSI(Processor Device)
[ 0.024001] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.024001] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.025121] ACPI: EC: EC description table is found, configuring boot EC
[ 0.036245] ACPI: Interpreter enabled
[ 0.036286] ACPI: (supports S0 S3 S5)
[ 0.036399] ACPI: Using PIC for interrupt routing
[ 0.040193] ACPI: Power Resource [PUBS] (on)
[ 0.044235] ACPI: EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
[ 0.044806] ACPI: ACPI Dock Station Driver: 3 docks/bays found
[ 0.044806] HEST: Table not found.
[ 0.044806] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[ 0.044874] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.045015] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored)
[ 0.045020] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored)
[ 0.045024] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[ 0.045029] pci_root PNP0A03:00: host bridge window [mem 0x000d4000-0x000d7fff] (ignored)
[ 0.045033] pci_root PNP0A03:00: host bridge window [mem 0x000d8000-0x000dbfff] (ignored)
[ 0.045038] pci_root PNP0A03:00: host bridge window [mem 0x40000000-0xfebfffff] (ignored)
[ 0.045056] pci 0000:00:00.0: [8086:3340] type 0 class 0x000600
[ 0.045065] pci 0000:00:00.0: reg 10: [mem 0xd0000000-0xdfffffff pref]
[ 0.045115] pci 0000:00:01.0: [8086:3341] type 1 class 0x000604
[ 0.045177] pci 0000:00:1d.0: [8086:24c2] type 0 class 0x000c03
[ 0.045223] pci 0000:00:1d.0: reg 20: [io 0x1800-0x181f]
[ 0.045261] pci 0000:00:1d.1: [8086:24c4] type 0 class 0x000c03
[ 0.045307] pci 0000:00:1d.1: reg 20: [io 0x1820-0x183f]
[ 0.045345] pci 0000:00:1d.2: [8086:24c7] type 0 class 0x000c03
[ 0.045391] pci 0000:00:1d.2: reg 20: [io 0x1840-0x185f]
[ 0.045447] pci 0000:00:1d.7: [8086:24cd] type 0 class 0x000c03
[ 0.045470] pci 0000:00:1d.7: reg 10: [mem 0xc0000000-0xc00003ff]
[ 0.045568] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.045574] pci 0000:00:1d.7: PME# disabled
[ 0.045594] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
[ 0.045643] pci 0000:00:1f.0: [8086:24cc] type 0 class 0x000601
[ 0.045713] pci 0000:00:1f.0: quirk: [io 0x1000-0x107f] claimed by ICH4 ACPI/GPIO/TCO
[ 0.045764] pci 0000:00:1f.0: quirk: [io 0x1180-0x11bf] claimed by ICH4 GPIO
[ 0.045818] pci 0000:00:1f.1: [8086:24ca] type 0 class 0x000101
[ 0.045834] pci 0000:00:1f.1: reg 10: [io 0x0000-0x0007]
[ 0.045845] pci 0000:00:1f.1: reg 14: [io 0x0000-0x0003]
[ 0.045856] pci 0000:00:1f.1: reg 18: [io 0x0000-0x0007]
[ 0.045868] pci 0000:00:1f.1: reg 1c: [io 0x0000-0x0003]
[ 0.045879] pci 0000:00:1f.1: reg 20: [io 0x1860-0x186f]
[ 0.045890] pci 0000:00:1f.1: reg 24: [mem 0x00000000-0x000003ff]
[ 0.045923] pci 0000:00:1f.3: [8086:24c3] type 0 class 0x000c05
[ 0.045969] pci 0000:00:1f.3: reg 20: [io 0x1880-0x189f]
[ 0.046011] pci 0000:00:1f.5: [8086:24c5] type 0 class 0x000401
[ 0.046028] pci 0000:00:1f.5: reg 10: [io 0x1c00-0x1cff]
[ 0.046038] pci 0000:00:1f.5: reg 14: [io 0x18c0-0x18ff]
[ 0.046049] pci 0000:00:1f.5: reg 18: [mem 0xc0000c00-0xc0000dff]
[ 0.046059] pci 0000:00:1f.5: reg 1c: [mem 0xc0000800-0xc00008ff]
[ 0.046107] pci 0000:00:1f.5: PME# supported from D0 D3hot D3cold
[ 0.046113] pci 0000:00:1f.5: PME# disabled
[ 0.046130] pci 0000:00:1f.6: [8086:24c6] type 0 class 0x000703
[ 0.046147] pci 0000:00:1f.6: reg 10: [io 0x2400-0x24ff]
[ 0.046158] pci 0000:00:1f.6: reg 14: [io 0x2000-0x207f]
[ 0.046219] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[ 0.046225] pci 0000:00:1f.6: PME# disabled
[ 0.046252] pci 0000:01:00.0: [1002:4c66] type 0 class 0x000300
[ 0.046268] pci 0000:01:00.0: reg 10: [mem 0xe0000000-0xe7ffffff pref]
[ 0.046277] pci 0000:01:00.0: reg 14: [io 0x3000-0x30ff]
[ 0.046286] pci 0000:01:00.0: reg 18: [mem 0xc0100000-0xc010ffff]
[ 0.046311] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[ 0.046342] pci 0000:01:00.0: supports D1 D2
[ 0.046378] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.046416] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
[ 0.046421] pci 0000:00:01.0: bridge window [mem 0xc0100000-0xc01fffff]
[ 0.046426] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe7ffffff pref]
[ 0.046452] pci 0000:02:00.0: [104c:ac55] type 2 class 0x000607
[ 0.046471] pci 0000:02:00.0: reg 10: [mem 0xb0000000-0xb0000fff]
[ 0.046501] pci 0000:02:00.0: supports D1 D2
[ 0.046504] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.046509] pci 0000:02:00.0: PME# disabled
[ 0.046529] pci 0000:02:00.1: [104c:ac55] type 2 class 0x000607
[ 0.046547] pci 0000:02:00.1: reg 10: [mem 0xb1000000-0xb1000fff]
[ 0.046577] pci 0000:02:00.1: supports D1 D2
[ 0.046580] pci 0000:02:00.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.046586] pci 0000:02:00.1: PME# disabled
[ 0.046615] pci 0000:02:01.0: [8086:101e] type 0 class 0x000200
[ 0.046636] pci 0000:02:01.0: reg 10: [mem 0xc0220000-0xc023ffff]
[ 0.046647] pci 0000:02:01.0: reg 14: [mem 0xc0200000-0xc020ffff]
[ 0.046658] pci 0000:02:01.0: reg 18: [io 0x8000-0x803f]
[ 0.046691] pci 0000:02:01.0: reg 30: [mem 0x00000000-0x0000ffff pref]
[ 0.046731] pci 0000:02:01.0: PME# supported from D0 D3hot D3cold
[ 0.046736] pci 0000:02:01.0: PME# disabled
[ 0.046757] pci 0000:02:02.0: [168c:1014] type 0 class 0x000200
[ 0.046776] pci 0000:02:02.0: reg 10: [mem 0xc0210000-0xc021ffff]
[ 0.046886] pci 0000:00:1e.0: PCI bridge to [bus 02-08] (subtractive decode)
[ 0.046927] pci 0000:00:1e.0: bridge window [io 0x4000-0x8fff]
[ 0.046933] pci 0000:00:1e.0: bridge window [mem 0xc0200000-0xcfffffff]
[ 0.046939] pci 0000:00:1e.0: bridge window [mem 0xe8000000-0xefffffff pref]
[ 0.046943] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
[ 0.046947] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
[ 0.048079] pci_bus 0000:00: on NUMA node 0
[ 0.048084] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.048136] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
[ 0.048163] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
[ 0.048270] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x1e)
[ 0.051620] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.051960] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.052296] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.052633] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.052951] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[ 0.053319] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[ 0.053686] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[ 0.054074] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.054453] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.054502] vgaarb: loaded
[ 0.054534] vgaarb: bridge control possible 0000:01:00.0
[ 0.054624] PCI: Using ACPI for IRQ routing
[ 0.054795] PCI: pci_cache_line_size set to 64 bytes
[ 0.054864] reserve RAM buffer: 000000000009f000 - 000000000009ffff
[ 0.054868] reserve RAM buffer: 000000003ff60000 - 000000003fffffff
[ 0.057426] pnp: PnP ACPI init
[ 0.057491] ACPI: bus type pnp registered
[ 0.058164] pnp 00:00: [mem 0x00000000-0x0009ffff]
[ 0.058169] pnp 00:00: [mem 0x000c0000-0x000c3fff]
[ 0.058172] pnp 00:00: [mem 0x000c4000-0x000c7fff]
[ 0.058176] pnp 00:00: [mem 0x000c8000-0x000cbfff]
[ 0.058179] pnp 00:00: [mem 0x000cc000-0x000cffff]
[ 0.058183] pnp 00:00: [mem 0x000d0000-0x000d3fff]
[ 0.058186] pnp 00:00: [mem 0x000d4000-0x000d3fff disabled]
[ 0.058190] pnp 00:00: [mem 0x000d8000-0x000d7fff disabled]
[ 0.058193] pnp 00:00: [mem 0x000dc000-0x000dffff]
[ 0.058197] pnp 00:00: [mem 0x000e0000-0x000e3fff]
[ 0.058200] pnp 00:00: [mem 0x000e4000-0x000e7fff]
[ 0.058204] pnp 00:00: [mem 0x000e8000-0x000ebfff]
[ 0.058207] pnp 00:00: [mem 0x000ec000-0x000effff]
[ 0.058210] pnp 00:00: [mem 0x000f0000-0x000fffff]
[ 0.058214] pnp 00:00: [mem 0x00100000-0x3fffffff]
[ 0.058217] pnp 00:00: [mem 0xfec00000-0xffffffff]
[ 0.058317] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.058358] system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
[ 0.058398] system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
[ 0.058437] system 00:00: [mem 0x000c8000-0x000cbfff] could not be reserved
[ 0.058476] system 00:00: [mem 0x000cc000-0x000cffff] could not be reserved
[ 0.058515] system 00:00: [mem 0x000d0000-0x000d3fff] could not be reserved
[ 0.058554] system 00:00: [mem 0x000dc000-0x000dffff] could not be reserved
[ 0.058594] system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
[ 0.058633] system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
[ 0.058672] system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
[ 0.058711] system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
[ 0.058750] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
[ 0.058790] system 00:00: [mem 0x00100000-0x3fffffff] could not be reserved
[ 0.058829] system 00:00: [mem 0xfec00000-0xffffffff] could not be reserved
[ 0.058870] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.058906] pnp 00:01: [bus 00-ff]
[ 0.058910] pnp 00:01: [io 0x0cf8-0x0cff]
[ 0.058913] pnp 00:01: [io 0x0000-0x0cf7 window]
[ 0.058917] pnp 00:01: [io 0x0d00-0xffff window]
[ 0.058920] pnp 00:01: [mem 0x000a0000-0x000bffff window]
[ 0.058930] pnp 00:01: [mem 0x000c0000-0x000c3fff window]
[ 0.058934] pnp 00:01: [mem 0x000c4000-0x000c7fff window]
[ 0.058938] pnp 00:01: [mem 0x000c8000-0x000cbfff window]
[ 0.058941] pnp 00:01: [mem 0x000cc000-0x000cffff window]
[ 0.058945] pnp 00:01: [mem 0x000d0000-0x000d3fff window]
[ 0.058948] pnp 00:01: [mem 0x000d4000-0x000d7fff window]
[ 0.058952] pnp 00:01: [mem 0x000d8000-0x000dbfff window]
[ 0.058956] pnp 00:01: [mem 0x000dc000-0x000dffff window]
[ 0.058959] pnp 00:01: [mem 0x000e0000-0x000e3fff window]
[ 0.058963] pnp 00:01: [mem 0x000e4000-0x000e7fff window]
[ 0.058967] pnp 00:01: [mem 0x000e8000-0x000ebfff window]
[ 0.058970] pnp 00:01: [mem 0x000ec000-0x000effff window]
[ 0.058974] pnp 00:01: [mem 0x40000000-0xfebfffff window]
[ 0.059036] pnp 00:01: Plug and Play ACPI device, IDs PNP0a03 (active)
[ 0.059148] pnp 00:02: [io 0x0010-0x001f]
[ 0.059152] pnp 00:02: [io 0x0090-0x009f]
[ 0.059155] pnp 00:02: [io 0x0024-0x0025]
[ 0.059159] pnp 00:02: [io 0x0028-0x0029]
[ 0.059162] pnp 00:02: [io 0x002c-0x002d]
[ 0.059165] pnp 00:02: [io 0x0030-0x0031]
[ 0.059168] pnp 00:02: [io 0x0034-0x0035]
[ 0.059171] pnp 00:02: [io 0x0038-0x0039]
[ 0.059174] pnp 00:02: [io 0x003c-0x003d]
[ 0.059177] pnp 00:02: [io 0x00a4-0x00a5]
[ 0.059181] pnp 00:02: [io 0x00a8-0x00a9]
[ 0.059184] pnp 00:02: [io 0x00ac-0x00ad]
[ 0.059187] pnp 00:02: [io 0x00b0-0x00b5]
[ 0.059190] pnp 00:02: [io 0x00b8-0x00b9]
[ 0.059193] pnp 00:02: [io 0x00bc-0x00bd]
[ 0.059196] pnp 00:02: [io 0x0050-0x0053]
[ 0.059199] pnp 00:02: [io 0x0072-0x0077]
[ 0.059203] pnp 00:02: [io 0x002e-0x002f]
[ 0.059206] pnp 00:02: [io 0x1000-0x107f]
[ 0.059209] pnp 00:02: [io 0x1180-0x11bf]
[ 0.059212] pnp 00:02: [io 0x15e0-0x15ef]
[ 0.059215] pnp 00:02: [io 0x1600-0x162f]
[ 0.059218] pnp 00:02: [io 0x1632-0x167f]
[ 0.059222] pnp 00:02: [io 0x004e-0x004f]
[ 0.059225] pnp 00:02: [io 0x1630-0x1631]
[ 0.059313] system 00:02: [io 0x1000-0x107f] has been reserved
[ 0.059352] system 00:02: [io 0x1180-0x11bf] has been reserved
[ 0.059390] system 00:02: [io 0x15e0-0x15ef] has been reserved
[ 0.059428] system 00:02: [io 0x1600-0x162f] has been reserved
[ 0.059466] system 00:02: [io 0x1632-0x167f] has been reserved
[ 0.059504] system 00:02: [io 0x1630-0x1631] has been reserved
[ 0.059542] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.059562] pnp 00:03: [io 0x0000-0x000f]
[ 0.059565] pnp 00:03: [io 0x0080-0x008f]
[ 0.059569] pnp 00:03: [io 0x00c0-0x00df]
[ 0.059573] pnp 00:03: [dma 4]
[ 0.059621] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.059635] pnp 00:04: [io 0x0061]
[ 0.059673] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.059687] pnp 00:05: [io 0x00f0]
[ 0.059692] pnp 00:05: [irq 13]
[ 0.059736] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.059750] pnp 00:06: [io 0x0070-0x0071]
[ 0.059753] pnp 00:06: [irq 8]
[ 0.059793] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.059806] pnp 00:07: [io 0x0060]
[ 0.059809] pnp 00:07: [io 0x0064]
[ 0.059812] pnp 00:07: [irq 1]
[ 0.059852] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.059871] pnp 00:08: [irq 12]
[ 0.059918] pnp 00:08: Plug and Play ACPI device, IDs IBM0057 PNP0f13 (active)
[ 0.060051] pnp 00:09: [io 0x03f8-0x03ff]
[ 0.060054] pnp 00:09: [irq 4]
[ 0.060174] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.060293] pnp 00:0a: [io 0x03bc-0x03be]
[ 0.060297] pnp 00:0a: [irq 7]
[ 0.060396] pnp 00:0a: Plug and Play ACPI device, IDs PNP0400 (active)
[ 0.060562] pnp 00:0b: Plug and Play ACPI device, IDs IBM0071 PNP0511 (disabled)
[ 0.060628] pnp: PnP ACPI: found 12 devices
[ 0.063079] ACPI: ACPI bus type pnp unregistered
[ 0.101376] Switching to clocksource acpi_pm
[ 0.101439] PCI: max bus depth: 2 pci_try_num: 3
[ 0.101469] pci 0000:00:1f.1: BAR 5: assigned [mem 0x40000000-0x400003ff]
[ 0.101513] pci 0000:00:1f.1: BAR 5: set to [mem 0x40000000-0x400003ff] (PCI address [0x40000000-0x400003ff])
[ 0.101565] pci 0000:01:00.0: BAR 6: assigned [mem 0xc0120000-0xc013ffff pref]
[ 0.101612] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.101649] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
[ 0.101688] pci 0000:00:01.0: bridge window [mem 0xc0100000-0xc01fffff]
[ 0.101728] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe7ffffff pref]
[ 0.101780] pci 0000:02:01.0: BAR 6: assigned [mem 0xe8000000-0xe800ffff pref]
[ 0.101827] pci 0000:02:00.1: BAR 16: assigned [mem 0xc4000000-0xc7ffffff]
[ 0.101866] pci 0000:02:00.1: BAR 15: assigned [mem 0xec000000-0xefffffff pref]
[ 0.101913] pci 0000:02:00.1: BAR 14: assigned [io 0x4000-0x40ff]
[ 0.101950] pci 0000:02:00.1: BAR 13: assigned [io 0x4400-0x44ff]
[ 0.101988] pci 0000:02:00.0: BAR 16: assigned [mem 0xc8000000-0xcbffffff]
[ 0.102027] pci 0000:02:00.0: BAR 15: assigned [mem 0xcc000000-0xcfffffff pref]
[ 0.102074] pci 0000:02:00.0: BAR 14: assigned [io 0x4800-0x48ff]
[ 0.102112] pci 0000:02:00.0: BAR 13: assigned [io 0x4c00-0x4cff]
[ 0.102150] pci 0000:02:00.0: CardBus bridge to [bus 03-06]
[ 0.102187] pci 0000:02:00.0: bridge window [io 0x4c00-0x4cff]
[ 0.102226] pci 0000:02:00.0: bridge window [io 0x4800-0x48ff]
[ 0.102265] pci 0000:02:00.0: bridge window [mem 0xcc000000-0xcfffffff pref]
[ 0.102313] pci 0000:02:00.0: bridge window [mem 0xc8000000-0xcbffffff]
[ 0.102353] pci 0000:02:00.1: CardBus bridge to [bus 07-07]
[ 0.102390] pci 0000:02:00.1: bridge window [io 0x4400-0x44ff]
[ 0.102428] pci 0000:02:00.1: bridge window [io 0x4000-0x40ff]
[ 0.102468] pci 0000:02:00.1: bridge window [mem 0xec000000-0xefffffff pref]
[ 0.102516] pci 0000:02:00.1: bridge window [mem 0xc4000000-0xc7ffffff]
[ 0.102555] pci 0000:00:1e.0: PCI bridge to [bus 02-08]
[ 0.102592] pci 0000:00:1e.0: bridge window [io 0x4000-0x8fff]
[ 0.102633] pci 0000:00:1e.0: bridge window [mem 0xc0200000-0xcfffffff]
[ 0.102674] pci 0000:00:1e.0: bridge window [mem 0xe8000000-0xefffffff pref]
[ 0.102737] pci 0000:00:1e.0: setting latency timer to 64
[ 0.102958] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
[ 0.102996] PCI: setting IRQ 11 as level-triggered
[ 0.103003] pci 0000:02:00.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[ 0.103223] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11
[ 0.103262] pci 0000:02:00.1: PCI INT B -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
[ 0.103314] pci_bus 0000:00: resource 0 [io 0x0000-0xffff]
[ 0.103318] pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffff]
[ 0.103322] pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
[ 0.103325] pci_bus 0000:01: resource 1 [mem 0xc0100000-0xc01fffff]
[ 0.103329] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xe7ffffff pref]
[ 0.103334] pci_bus 0000:02: resource 0 [io 0x4000-0x8fff]
[ 0.103337] pci_bus 0000:02: resource 1 [mem 0xc0200000-0xcfffffff]
[ 0.103341] pci_bus 0000:02: resource 2 [mem 0xe8000000-0xefffffff pref]
[ 0.103345] pci_bus 0000:02: resource 4 [io 0x0000-0xffff]
[ 0.103349] pci_bus 0000:02: resource 5 [mem 0x00000000-0xffffffff]
[ 0.103353] pci_bus 0000:03: resource 0 [io 0x4c00-0x4cff]
[ 0.103356] pci_bus 0000:03: resource 1 [io 0x4800-0x48ff]
[ 0.103360] pci_bus 0000:03: resource 2 [mem 0xcc000000-0xcfffffff pref]
[ 0.103364] pci_bus 0000:03: resource 3 [mem 0xc8000000-0xcbffffff]
[ 0.103368] pci_bus 0000:07: resource 0 [io 0x4400-0x44ff]
[ 0.103372] pci_bus 0000:07: resource 1 [io 0x4000-0x40ff]
[ 0.103375] pci_bus 0000:07: resource 2 [mem 0xec000000-0xefffffff pref]
[ 0.103379] pci_bus 0000:07: resource 3 [mem 0xc4000000-0xc7ffffff]
[ 0.103448] NET: Registered protocol family 2
[ 0.103567] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.103994] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.104589] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.105776] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.105817] TCP reno registered
[ 0.105855] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.105930] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.106188] NET: Registered protocol family 1
[ 0.106367] pci 0000:01:00.0: Boot video device
[ 0.106388] PCI: CLS 32 bytes, default 64
[ 0.106507] Unpacking initramfs...
[ 0.275038] Freeing initrd memory: 4092k freed
[ 0.281742] Simple Boot Flag at 0x35 set to 0x1
[ 0.282347] audit: initializing netlink socket (disabled)
[ 0.282412] type=2000 audit(1322404916.280:1): initialized
[ 0.301362] highmem bounce pool size: 64 pages
[ 0.301407] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 0.304399] VFS: Disk quotas dquot_6.5.2
[ 0.304522] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.304696] msgmni has been set to 1747
[ 0.304997] alg: No test for stdrng (krng)
[ 0.305104] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.305177] io scheduler noop registered
[ 0.305211] io scheduler deadline registered
[ 0.305253] io scheduler cfq registered (default)
[ 0.305577] ERST: Table is not found!
[ 0.305696] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.305827] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a NS16550A
[ 0.306361] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a NS16550A
[ 0.306554] serial 0000:00:1f.6: PCI INT B -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
[ 0.306628] serial 0000:00:1f.6: PCI INT B disabled
[ 0.306828] Linux agpgart interface v0.103
[ 0.307030] agpgart-intel 0000:00:00.0: Intel 855PM Chipset
[ 0.320679] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[ 0.320923] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 0.326398] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.326442] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.326649] mousedev: PS/2 mouse device common for all mice
[ 0.326742] rtc_cmos 00:06: RTC can wake from S4
[ 0.326897] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[ 0.326951] rtc0: alarms up to one month, y3k, 114 bytes nvram
[ 0.326999] cpuidle: using governor ladder
[ 0.327033] cpuidle: using governor menu
[ 0.327395] TCP cubic registered
[ 0.327641] NET: Registered protocol family 10
[ 0.328475] Mobile IPv6
[ 0.328509] NET: Registered protocol family 17
[ 0.328548] Registering the dns_resolver key type
[ 0.328618] Using IPI No-Shortcut mode
[ 0.328780] registered taskstats version 1
[ 0.329158] rtc_cmos 00:06: setting system clock to 2011-11-27 14:41:57 UTC (1322404917)
[ 0.329262] Initializing network drop monitor service
[ 0.329429] Freeing unused kernel memory: 376k freed
[ 0.330791] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 0.348281] udevd[44]: starting version 175
[ 0.387776] usbcore: registered new interface driver usbfs
[ 0.387856] usbcore: registered new interface driver hub
[ 0.436509] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[ 0.436557] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.436652] e1000 0000:02:01.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[ 0.436837] usbcore: registered new device driver usb
[ 0.437787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.437859] ehci_hcd 0000:00:1d.7: power state changed by ACPI to D0
[ 0.437899] ehci_hcd 0000:00:1d.7: power state changed by ACPI to D0
[ 0.438186] ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 11
[ 0.438226] ehci_hcd 0000:00:1d.7: PCI INT D -> Link[LNKH] -> GSI 11 (level, low) -> IRQ 11
[ 0.438290] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 0.438295] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 0.438380] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[ 0.438469] ehci_hcd 0000:00:1d.7: debug port 1
[ 0.442374] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[ 0.442877] SCSI subsystem initialized
[ 0.707994] libata version 3.00 loaded.
[ 0.735750] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.735795] ACPI: Thermal Zone [THM0] (60 C)
[ 0.737493] ehci_hcd 0000:00:1d.7: irq 11, io mem 0xc0000000
[ 0.764032] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 0.764148] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.764187] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.764234] usb usb1: Product: EHCI Host Controller
[ 0.764270] usb usb1: Manufacturer: Linux 3.2.0-rc3-next20111125.3-686-small ehci_hcd
[ 0.764317] usb usb1: SerialNumber: 0000:00:1d.7
[ 0.764538] hub 1-0:1.0: USB hub found
[ 0.764577] hub 1-0:1.0: 6 ports detected
[ 0.765439] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.765532] uhci_hcd 0000:00:1d.0: power state changed by ACPI to D0
[ 0.765571] uhci_hcd 0000:00:1d.0: power state changed by ACPI to D0
[ 0.765619] uhci_hcd 0000:00:1d.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[ 0.765678] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 0.765683] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 0.765731] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 0.765808] uhci_hcd 0000:00:1d.0: irq 11, io base 0x00001800
[ 0.765887] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.765927] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.765972] usb usb2: Product: UHCI Host Controller
[ 0.766008] usb usb2: Manufacturer: Linux 3.2.0-rc3-next20111125.3-686-small uhci_hcd
[ 0.766054] usb usb2: SerialNumber: 0000:00:1d.0
[ 0.766258] hub 2-0:1.0: USB hub found
[ 0.766295] hub 2-0:1.0: 2 ports detected
[ 0.766421] ata_piix 0000:00:1f.1: version 2.13
[ 0.766433] ata_piix 0000:00:1f.1: enabling device (0005 -> 0007)
[ 0.766708] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
[ 0.766747] ata_piix 0000:00:1f.1: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
[ 0.766844] ata_piix 0000:00:1f.1: setting latency timer to 64
[ 0.770968] scsi0 : ata_piix
[ 0.774751] scsi1 : ata_piix
[ 0.775447] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1860 irq 14
[ 0.775487] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1868 irq 15
[ 0.775622] uhci_hcd 0000:00:1d.1: power state changed by ACPI to D0
[ 0.775661] uhci_hcd 0000:00:1d.1: power state changed by ACPI to D0
[ 0.775884] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
[ 0.775924] uhci_hcd 0000:00:1d.1: PCI INT B -> Link[LNKD] -> GSI 11 (level, low) -> IRQ 11
[ 0.775982] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 0.775987] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 0.776085] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[ 0.776159] uhci_hcd 0000:00:1d.1: irq 11, io base 0x00001820
[ 0.776247] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.776286] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.776332] usb usb3: Product: UHCI Host Controller
[ 0.776368] usb usb3: Manufacturer: Linux 3.2.0-rc3-next20111125.3-686-small uhci_hcd
[ 0.779108] usb usb3: SerialNumber: 0000:00:1d.1
[ 0.781558] hub 3-0:1.0: USB hub found
[ 0.781598] hub 3-0:1.0: 2 ports detected
[ 0.781736] uhci_hcd 0000:00:1d.2: PCI INT C -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
[ 0.781790] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 0.781795] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 0.781839] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[ 0.781907] uhci_hcd 0000:00:1d.2: irq 11, io base 0x00001840
[ 0.781984] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.782023] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.782069] usb usb4: Product: UHCI Host Controller
[ 0.782105] usb usb4: Manufacturer: Linux 3.2.0-rc3-next20111125.3-686-small uhci_hcd
[ 0.782151] usb usb4: SerialNumber: 0000:00:1d.2
[ 0.783591] hub 4-0:1.0: USB hub found
[ 0.783632] hub 4-0:1.0: 2 ports detected
[ 0.821711] e1000 0000:02:01.0: eth0: (PCI:33MHz:32-bit) 00:0d:60:b0:62:87
[ 0.821764] e1000 0000:02:01.0: eth0: Intel(R) PRO/1000 Network Connection
[ 0.940182] ata2.01: NODEV after polling detection
[ 0.944564] ata1.00: HPA detected: current 110257519, native 117210240
[ 0.944606] ata1.00: ATA-6: HTS726060M9AT00, MH4OA6BA, max UDMA/100
[ 0.944644] ata1.00: 110257519 sectors, multi 16: LBA
[ 0.948608] ata2.00: ATAPI: UJDA755yDVD/CDRW, 1.70, max UDMA/33
[ 0.960432] ata1.00: configured for UDMA/100
[ 0.960649] scsi 0:0:0:0: Direct-Access ATA HTS726060M9AT00 MH4O PQ: 0 ANSI: 5
[ 0.964539] ata2.00: configured for UDMA/33
[ 0.967473] scsi 1:0:0:0: CD-ROM MATSHITA UJDA755yDVD/CDRW 1.70 PQ: 0 ANSI: 5
[ 0.982055] sd 0:0:0:0: [sda] 110257519 512-byte logical blocks: (56.4 GB/52.5 GiB)
[ 0.982172] sd 0:0:0:0: [sda] Write Protect is off
[ 0.982210] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 0.982239] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.985432] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[ 0.985473] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 0.985928] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 1.042809] sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
[ 1.043647] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.132028] usb 1-4: new high-speed USB device number 3 using ehci_hcd
[ 1.265119] usb 1-4: New USB device found, idVendor=152d, idProduct=2329
[ 1.265166] usb 1-4: New USB device strings: Mfr=10, Product=11, SerialNumber=3
[ 1.265214] usb 1-4: Product: Storagebird 35EV821
[ 1.265250] usb 1-4: Manufacturer: 0123456
[ 1.265285] usb 1-4: SerialNumber: 000000000340
[ 1.269688] usbcore: registered new interface driver uas
[ 1.271305] Initializing USB Mass Storage driver...
[ 1.271466] scsi2 : usb-storage 1-4:1.0
[ 1.271699] usbcore: registered new interface driver usb-storage
[ 1.271737] USB Mass Storage support registered.
[ 1.300021] Refined TSC clocksource calibration: 1694.501 MHz.
[ 1.300067] Switching to clocksource tsc
[ 1.504020] usb 3-1: new low-speed USB device number 2 using uhci_hcd
[ 1.643616] Btrfs loaded
[ 1.681094] usb 3-1: New USB device found, idVendor=046d, idProduct=c00e
[ 1.681137] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.681176] usb 3-1: Product: USB-PS/2 Optical Mouse
[ 1.681211] usb 3-1: Manufacturer: Logitech
[ 1.702623] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/input/input1
[ 1.702868] generic-usb 0003:046D:C00E.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1d.1-1/input0
[ 1.703127] usbcore: registered new interface driver usbhid
[ 1.703164] usbhid: USB HID core driver
[ 1.792123] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[ 2.505070] scsi 2:0:0:0: Direct-Access WDC WD10 EAVS-00D7B0 PQ: 0 ANSI: 2 CCS
[ 2.506414] sd 2:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[ 2.507285] sd 2:0:0:0: [sdb] Write Protect is off
[ 2.507323] sd 2:0:0:0: [sdb] Mode Sense: 34 00 00 00
[ 2.508038] sd 2:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 2.590655] sdb: sdb1 sdb2 sdb3 sdb4 < sdb5 sdb6 sdb7 sdb8 >
[ 2.593647] sd 2:0:0:0: [sdb] Attached SCSI disk
[ 3.195019] systemd[1]: RTC configured in localtime, applying delta of 60 minutes to system time.
[ 3.243635] systemd[1]: systemd 37 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +SYSVINIT +LIBCRYPTSETUP; debian)
[ 3.360009] systemd[1]: Set hostname to <tbox>.
[ 5.448483] cfg80211: Calling CRDA to update world regulatory domain
[ 5.824630] ath5k 0000:02:02.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
[ 5.824756] ath5k 0000:02:02.0: registered as 'phy0'
[ 6.145733] ath: EEPROM regdomain: 0x61
[ 6.145737] ath: EEPROM indicates we should expect a direct regpair map
[ 6.145743] ath: Country alpha2 being used: 00
[ 6.145745] ath: Regpair used: 0x61
[ 6.174226] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 6.175101] Registered led device: ath5k-phy0::rx
[ 6.175135] Registered led device: ath5k-phy0::tx
[ 6.175151] ath5k phy0: Atheros AR5212 chip found (MAC: 0x56, PHY: 0x41)
[ 6.175195] ath5k phy0: RF5111 5GHz radio found (0x17)
[ 6.175231] ath5k phy0: RF2111 2GHz radio found (0x23)
[ 6.385793] udevd[246]: starting version 175
[ 7.739562] systemd-fsck[205]: /dev/sda5: sauber, 163794/640848 Dateien, 2233889/2560351 Bl\xffffffc3\xffffffb6\xffffffb6cke
[ 8.215046] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
[ 8.218426] ACPI: Lid Switch [LID]
[ 8.218586] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
[ 8.218639] ACPI: Sleep Button [SLPB]
[ 8.218782] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[ 8.218830] ACPI: Power Button [PWRF]
[ 8.284523] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:02/LNXVIDEO:00/input/input5
[ 8.284586] ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
[ 8.300513] Marking TSC unstable due to TSC halts in idle
[ 8.300572] ACPI: acpi_idle registered with cpuidle
[ 8.302987] Switching to clocksource acpi_pm
[ 8.328387] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 8.338828] input: PC Speaker as /devices/platform/pcspkr/input/input6
[ 8.374101] parport_pc 00:0a: reported by Plug and Play ACPI
[ 8.374186] parport0: PC-style at 0x3bc, irq 7 [PCSPP,TRISTATE]
[ 8.379383] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 8.517903] Non-volatile memory driver v1.3
[ 8.550576] ACPI: Battery Slot [BAT0] (battery present)
[ 8.570443] NET: Registered protocol family 23
[ 8.669516] nsc-ircc 00:0b: [io 0x02f8-0x02ff]
[ 8.669578] nsc-ircc 00:0b: [irq 3]
[ 8.669584] nsc-ircc 00:0b: [dma 1]
[ 8.670036] nsc-ircc 00:0b: activated
[ 8.670241] nsc-ircc, chip->init
[ 8.670281] nsc-ircc, Found chip at base=0x02e
[ 8.670337] nsc-ircc, driver loaded (Dag Brattli)
[ 8.671274] IrDA: Registered device irda0
[ 8.671310] nsc-ircc, Using dongle: IBM31T1100 or Temic TFDS6000/TFDS6500
[ 8.719950] i801_smbus 0000:00:1f.3: PCI INT B -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
[ 8.765019] [drm] Initialized drm 1.1.0 20060810
[ 9.059682] psmouse serio1: synaptics: Touchpad model: 1, fw: 5.9, id: 0x2c6ab1, caps: 0x884793/0x0/0x0
[ 9.059745] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[ 9.060755] [drm] radeon kernel modesetting enabled.
[ 9.060936] radeon 0000:01:00.0: power state changed by ACPI to D0
[ 9.060976] radeon 0000:01:00.0: power state changed by ACPI to D0
[ 9.061024] radeon 0000:01:00.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[ 9.062185] [drm] initializing kernel modesetting (RV250 0x1002:0x4C66 0x1014:0x054D).
[ 9.062260] [drm] register mmio base: 0xC0100000
[ 9.062294] [drm] register mmio size: 65536
[ 9.062646] agpgart-intel 0000:00:00.0: AGP 2.0 bridge
[ 9.062695] agpgart-intel 0000:00:00.0: putting AGP V2 device into 4x mode
[ 9.062769] radeon 0000:01:00.0: putting AGP V2 device into 4x mode
[ 9.062832] radeon 0000:01:00.0: GTT: 256M 0xD0000000 - 0xDFFFFFFF
[ 9.062876] radeon 0000:01:00.0: VRAM: 128M 0x00000000E0000000 - 0x00000000E7FFFFFF (64M used)
[ 9.062930] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 9.062967] [drm] Driver supports precise vblank timestamp query.
[ 9.063017] [drm] radeon: irq initialized.
[ 9.063276] [drm] Detected VRAM RAM=128M, BAR=128M
[ 9.063345] [drm] RAM width 128bits DDR
[ 9.063533] [TTM] Zone kernel: Available graphics memory: 447436 kiB.
[ 9.063571] [TTM] Zone highmem: Available graphics memory: 516752 kiB.
[ 9.063608] [TTM] Initializing pool allocator.
[ 9.063680] [drm] radeon: 64M of VRAM memory ready
[ 9.063716] [drm] radeon: 256M of GTT memory ready.
[ 9.065032] radeon 0000:01:00.0: WB disabled
[ 9.065866] [drm] Loading R200 Microcode
[ 9.100188] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
[ 9.120498] ACPI: AC Adapter [AC] (on-line)
[ 9.465760] yenta_cardbus 0000:02:00.0: CardBus bridge found [1014:0512]
[ 9.465818] yenta_cardbus 0000:02:00.0: Using INTVAL to route CSC interrupts to PCI
[ 9.465865] yenta_cardbus 0000:02:00.0: Routing CardBus interrupts to PCI
[ 9.465904] yenta_cardbus 0000:02:00.0: TI: mfunc 0x01d21022, devctl 0x64
[ 9.521600] mtp-probe[313]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-1"
[ 9.522098] mtp-probe[341]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:1d.7/usb1/1-4"
[ 9.600367] mtp-probe[341]: bus: 1, device: 3 was not an MTP device
[ 9.600568] mtp-probe[313]: bus: 3, device: 2 was not an MTP device
[ 9.634205] ata_id[454]: HDIO_GET_IDENTITY failed for '/dev/sdb': Invalid argument
[ 9.696817] yenta_cardbus 0000:02:00.0: ISA IRQ mask 0x0478, PCI irq 11
[ 9.696865] yenta_cardbus 0000:02:00.0: Socket status: 30000006
[ 9.696911] yenta_cardbus 0000:02:00.0: pcmcia: parent PCI bridge window: [io 0x4000-0x8fff]
[ 9.696960] yenta_cardbus 0000:02:00.0: pcmcia: parent PCI bridge window: [mem 0xc0200000-0xcfffffff]
[ 9.697009] pcmcia_socket pcmcia_socket0: cs: memory probe 0xc0200000-0xcfffffff: excluding 0xc0200000-0xc09fffff 0xc3a00000-0xd01fffff
[ 9.697168] yenta_cardbus 0000:02:00.0: pcmcia: parent PCI bridge window: [mem 0xe8000000-0xefffffff pref]
[ 9.697217] pcmcia_socket pcmcia_socket0: cs: memory probe 0xe8000000-0xefffffff: excluding 0xe8000000-0xefffffff
[ 9.700251] yenta_cardbus 0000:02:00.1: CardBus bridge found [1014:0512]
[ 9.700310] yenta_cardbus 0000:02:00.1: Using INTVAL to route CSC interrupts to PCI
[ 9.700357] yenta_cardbus 0000:02:00.1: Routing CardBus interrupts to PCI
[ 9.700397] yenta_cardbus 0000:02:00.1: TI: mfunc 0x01d21022, devctl 0x64
[ 9.876991] thinkpad_acpi: ThinkPad ACPI Extras v0.24
[ 9.877035] thinkpad_acpi: http://ibm-acpi.sf.net/
[ 9.877074] thinkpad_acpi: ThinkPad BIOS 1RETDRWW (3.23 ), EC 1RHT71WW-3.04
[ 9.877113] thinkpad_acpi: IBM ThinkPad T40p, model 2374SG6
[ 9.879340] thinkpad_acpi: detected a 8-level brightness capable ThinkPad
[ 9.894509] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is blocked
[ 9.895826] Registered led device: tpacpi::thinklight
[ 9.896246] Registered led device: tpacpi::power
[ 9.896613] Registered led device: tpacpi::standby
[ 9.903808] thinkpad_acpi: Console audio control enabled, mode: monitor (read only)
[ 9.909180] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input8
[ 9.932569] yenta_cardbus 0000:02:00.1: ISA IRQ mask 0x0478, PCI irq 11
[ 9.932617] yenta_cardbus 0000:02:00.1: Socket status: 30000006
[ 9.932666] yenta_cardbus 0000:02:00.1: pcmcia: parent PCI bridge window: [io 0x4000-0x8fff]
[ 9.932718] yenta_cardbus 0000:02:00.1: pcmcia: parent PCI bridge window: [mem 0xc0200000-0xcfffffff]
[ 9.932769] pcmcia_socket pcmcia_socket1: cs: memory probe 0xc0200000-0xcfffffff: excluding 0xc0200000-0xc09fffff 0xc3a00000-0xd01fffff
[ 9.933016] yenta_cardbus 0000:02:00.1: pcmcia: parent PCI bridge window: [mem 0xe8000000-0xefffffff pref]
[ 9.933067] pcmcia_socket pcmcia_socket1: cs: memory probe 0xe8000000-0xefffffff: excluding 0xe8000000-0xefffffff
[ 9.973619] [drm] radeon: ring at 0x00000000D0001000
[ 9.973682] [drm] ring test succeeded in 1 usecs
[ 9.974098] [drm] radeon: ib pool ready.
[ 9.974276] [drm] ib test succeeded in 0 usecs
[ 9.976846] [drm] Panel ID String: SXGA+ Single (85MHz)
[ 9.976889] [drm] Panel Size 1400x1050
[ 9.988392] [drm] radeon legacy LVDS backlight initialized
[ 9.988825] [drm] No TV DAC info found in BIOS
[ 9.988926] [drm] Radeon Display Connectors
[ 9.988961] [drm] Connector 0:
[ 9.988995] [drm] VGA
[ 9.989029] [drm] DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
[ 9.989066] [drm] Encoders:
[ 9.989100] [drm] CRT1: INTERNAL_DAC1
[ 9.989134] [drm] Connector 1:
[ 9.989167] [drm] DVI-D
[ 9.989199] [drm] HPD1
[ 9.989232] [drm] DDC: 0x64 0x64 0x64 0x64 0x64 0x64 0x64 0x64
[ 9.989269] [drm] Encoders:
[ 9.989302] [drm] DFP1: INTERNAL_TMDS1
[ 9.989337] [drm] Connector 2:
[ 9.989370] [drm] LVDS
[ 9.989402] [drm] Encoders:
[ 9.989435] [drm] LCD1: INTERNAL_LVDS
[ 9.989469] [drm] Connector 3:
[ 9.989501] [drm] S-video
[ 9.989534] [drm] Encoders:
[ 9.989567] [drm] TV1: INTERNAL_DAC2
[ 9.989625] [drm] radeon: power management initialized
[ 10.055879] [drm] fb mappable at 0xE0040000
[ 10.055922] [drm] vram apper at 0xE0000000
[ 10.055957] [drm] size 5914624
[ 10.055991] [drm] fb depth is 24
[ 10.056049] [drm] pitch is 5632
[ 10.056286] fbcon: radeondrmfb (fb0) is primary device
[ 10.126020] Console: switching to colour frame buffer device 175x65
[ 10.170694] fb0: radeondrmfb frame buffer device
[ 10.170862] drm: registered panic notifier
[ 10.173297] cfg80211: World regulatory domain updated:
[ 10.173493] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 10.173786] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 10.174068] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 10.174367] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 10.174647] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 10.174927] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 10.180156] [drm] Initialized radeon 2.12.0 20080528 for 0000:01:00.0 on minor 0
[ 10.188501] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
[ 10.188965] pcmcia_socket pcmcia_socket1: cs: memory probe 0x0c0000-0x0fffff: excluding 0xc0000-0xd3fff 0xdc000-0xfffff
[ 10.189464] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff: excluding 0xc0000-0xd3fff 0xdc000-0xfffff
[ 10.190038] pcmcia_socket pcmcia_socket1: cs: memory probe 0xa0000000-0xa0ffffff: clean.
[ 10.190443] clean.
[ 10.190569] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
[ 10.190880] pcmcia_socket pcmcia_socket1: cs: memory probe 0x60000000-0x60ffffff: clean.
[ 10.191344] clean.
[ 10.440929] snd_intel8x0 0000:00:1f.5: PCI INT B -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
[ 10.441287] snd_intel8x0 0000:00:1f.5: setting latency timer to 64
[ 11.046631] EXT4-fs (sda5): re-mounted. Opts: (null)
[ 11.367443] intel8x0_measure_ac97_clock: measured 58691 usecs (2827 samples)
[ 11.367711] intel8x0: clocking to 48000
[ 11.369882] snd_intel8x0m 0000:00:1f.6: PCI INT B -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
[ 11.370228] snd_intel8x0m 0000:00:1f.6: setting latency timer to 64
[ 11.510333] systemd-fsck[609]: /dev/sda3: sauber, 151414/640848 Dateien, 1787664/2560359 Bl\xffffffc3\xffffffb6\xffffffb6cke
[ 11.567279] Adding 1052244k swap on /dev/sda2. Priority:0 extents:1 across:1052244k
[ 11.733413] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[ 13.180772] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 14.442371] ifup[821]: /sbin/ifup: interface wlan0 already configured
[ 14.902765] anacron[893]: Anacron 2.3 started on 2011-11-27
[ 15.021038] IBM TrackPoint firmware: 0x0e, buttons: 3/3
[ 15.027034] anacron[893]: Will run job `cron.daily' in 5 min.
[ 15.027066] anacron[893]: Jobs will be executed sequentially
[ 15.289059] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input9
[ 15.364870] /usr/sbin/gpm[967]: *** info [daemon/startup.c(131)]:
[ 15.405267] /usr/sbin/gpm[967]: Started gpm successfully. Entered daemon mode.
[ 15.603718] /usr/sbin/cron[965]: (CRON) INFO (pidfile fd = 3)
[ 15.632661] /usr/sbin/cron[980]: (CRON) STARTUP (fork ok)
[ 15.715087] /usr/sbin/cron[980]: (CRON) INFO (Running @reboot jobs)
[ 16.032763] lp0: using parport0 (interrupt-driven).
[ 16.072742] ppdev: user-space parallel port driver
[ 18.328164] sshd[1042]: Server listening on 0.0.0.0 port 22.
[ 18.356230] sshd[1042]: Server listening on :: port 22.
[ 18.504204] systemd-logind[922]: New seat seat0.
[ 21.149093] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 34.396369] wlan0: authenticate with 00:04:0e:e4:00:3d (try 1)
[ 34.397944] wlan0: authenticated
[ 34.408399] wlan0: associate with 00:04:0e:e4:00:3d (try 1)
[ 34.412596] wlan0: RX AssocResp from 00:04:0e:e4:00:3d (capab=0x411 status=0 aid=1)
[ 34.412602] wlan0: associated
[ 34.413433] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 56.555972] EXT4-fs (sda5): re-mounted. Opts: commit=0
[ 56.969026] EXT4-fs (sda3): re-mounted. Opts: commit=0