Hello Oliver, >> >> Do I have to recompile only the option Module with CONFIG_USB_DEBUG or >> all Kernel-Modules or the whole kernel? > > Everything USB. I need to see what usbcore does with respect to power > management. > I have recompiled now everything. The first log is after booting with "usbcore.autosuspend" and connecting to the internet with 3G modem. The second log after executing this 3 lines. The most important thing should be the last line. echo 1 > /sys/module/usbcore/parameters/autosuspend for i in /sys/bus/usb/devices/*/power/autosuspend; do echo 1 > $i; done for i in /sys/bus/usb/devices/*/power/level; do echo "auto" > $i; done The system also crashes without activating autosuspend :-(. Regards Patrick PS.: You don't need me to put in CC of your answer ;). I'm reading the list.
[ 0.000000] Linux version 2.6.33-rc3-41-desktop (root@paddy-nmb) (gcc version 4.4.1 [gcc-4_4-branch revision 150839] (SUSE Linux) ) #2 SMP PREEMPT Wed Feb 3 10:54:48 CET 2010 [ 0.000000] Command line: root=/dev/system/root resume=/dev/system/swap usb.autosuspend=1 splash=silent quiet [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009e000 (usable) [ 0.000000] BIOS-e820: 000000000009e000 - 00000000000a0000 (reserved) [ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved) [ 0.000000] BIOS-e820: 0000000000100000 - 00000000bba60000 (usable) [ 0.000000] BIOS-e820: 00000000bba60000 - 00000000bbabf000 (reserved) [ 0.000000] BIOS-e820: 00000000bbabf000 - 00000000bbb80000 (usable) [ 0.000000] BIOS-e820: 00000000bbb80000 - 00000000bbbbf000 (ACPI NVS) [ 0.000000] BIOS-e820: 00000000bbbbf000 - 00000000bbbe2000 (usable) [ 0.000000] BIOS-e820: 00000000bbbe2000 - 00000000bbbf7000 (ACPI data) [ 0.000000] BIOS-e820: 00000000bbbf7000 - 00000000bbc00000 (usable) [ 0.000000] BIOS-e820: 00000000bbc00000 - 00000000c0000000 (reserved) [ 0.000000] BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved) [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved) [ 0.000000] BIOS-e820: 00000000fed10000 - 00000000fed14000 (reserved) [ 0.000000] BIOS-e820: 00000000fed18000 - 00000000fed1a000 (reserved) [ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved) [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved) [ 0.000000] BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved) [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] DMI 2.6 present. [ 0.000000] No AGP bridge found [ 0.000000] last_pfn = 0xbbc00 max_arch_pfn = 0x400000000 [ 0.000000] MTRR default type: uncachable [ 0.000000] MTRR fixed ranges enabled: [ 0.000000] 00000-9FFFF write-back [ 0.000000] A0000-BFFFF uncachable [ 0.000000] C0000-FFFFF write-through [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 000000000 mask F80000000 write-back [ 0.000000] 1 base 0FFE00000 mask FFFE00000 write-protect [ 0.000000] 2 base 080000000 mask FC0000000 write-back [ 0.000000] 3 base 0BC000000 mask FFC000000 uncachable [ 0.000000] 4 base 0BBC00000 mask FFFC00000 uncachable [ 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] e820 update range: 0000000000001000 - 0000000000010000 (usable) ==> (reserved) [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] modified physical RAM map: [ 0.000000] modified: 0000000000000000 - 0000000000001000 (usable) [ 0.000000] modified: 0000000000001000 - 0000000000010000 (reserved) [ 0.000000] modified: 0000000000010000 - 000000000009e000 (usable) [ 0.000000] modified: 000000000009e000 - 00000000000a0000 (reserved) [ 0.000000] modified: 00000000000e0000 - 0000000000100000 (reserved) [ 0.000000] modified: 0000000000100000 - 00000000bba60000 (usable) [ 0.000000] modified: 00000000bba60000 - 00000000bbabf000 (reserved) [ 0.000000] modified: 00000000bbabf000 - 00000000bbb80000 (usable) [ 0.000000] modified: 00000000bbb80000 - 00000000bbbbf000 (ACPI NVS) [ 0.000000] modified: 00000000bbbbf000 - 00000000bbbe2000 (usable) [ 0.000000] modified: 00000000bbbe2000 - 00000000bbbf7000 (ACPI data) [ 0.000000] modified: 00000000bbbf7000 - 00000000bbc00000 (usable) [ 0.000000] modified: 00000000bbc00000 - 00000000c0000000 (reserved) [ 0.000000] modified: 00000000f8000000 - 00000000fc000000 (reserved) [ 0.000000] modified: 00000000fec00000 - 00000000fec01000 (reserved) [ 0.000000] modified: 00000000fed10000 - 00000000fed14000 (reserved) [ 0.000000] modified: 00000000fed18000 - 00000000fed1a000 (reserved) [ 0.000000] modified: 00000000fed1c000 - 00000000fed20000 (reserved) [ 0.000000] modified: 00000000fee00000 - 00000000fee01000 (reserved) [ 0.000000] modified: 00000000ffe00000 - 0000000100000000 (reserved) [ 0.000000] initial memory mapped : 0 - 20000000 [ 0.000000] init_memory_mapping: 0000000000000000-00000000bbc00000 [ 0.000000] 0000000000 - 00bbc00000 page 2M [ 0.000000] kernel direct mapping tables up to bbc00000 @ 16000-1a000 [ 0.000000] RAMDISK: 37418000 - 37fef32f [ 0.000000] ACPI: RSDP 00000000000fe020 00024 (v02 ACRSYS) [ 0.000000] ACPI: XSDT 00000000bbbf6120 0006C (v01 ACRSYS ACRPRDCT 00000001 01000013) [ 0.000000] ACPI: FACP 00000000bbbf4000 000F4 (v04 ACRSYS ACRPRDCT 00000001 1025 01000013) [ 0.000000] ACPI: DSDT 00000000bbbe8000 073EA (v01 ACRSYS ACRPRDCT 00000001 1025 01000013) [ 0.000000] ACPI: FACS 00000000bbb8d000 00040 [ 0.000000] ACPI: DMAR 00000000bbbf5000 00068 (v01 ? 00000001 00000000) [ 0.000000] ACPI: HPET 00000000bbbf3000 00038 (v01 ACRSYS ACRPRDCT 00000001 1025 01000013) [ 0.000000] ACPI: APIC 00000000bbbf2000 0006C (v02 ACRSYS ACRPRDCT 00000001 1025 01000013) [ 0.000000] ACPI: MCFG 00000000bbbf1000 0003C (v01 ACRSYS ACRPRDCT 00000001 1025 01000013) [ 0.000000] ACPI: ASF! 00000000bbbf0000 000A5 (v32 ACRSYS ACRPRDCT 00000001 1025 01000013) [ 0.000000] ACPI: SLIC 00000000bbbe7000 00176 (v01 ACRSYS ACRPRDCT 00000001 1025 01000013) [ 0.000000] ACPI: BOOT 00000000bbbe6000 00028 (v01 ACRSYS ACRPRDCT 00000001 1025 01000013) [ 0.000000] ACPI: SSDT 00000000bbbe2000 00655 (v01 PmRef CpuPm 00003000 INTL 20051117) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at 0000000000000000-00000000bbc00000 [ 0.000000] Bootmem setup node 0 0000000000000000-00000000bbc00000 [ 0.000000] NODE_DATA [0000000000018000 - 000000000002ffff] [ 0.000000] bootmap [0000000000030000 - 000000000004777f] pages 18 [ 0.000000] (8 early reservations) ==> bootmem [0000000000 - 00bbc00000] [ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000] [ 0.000000] #1 [0001000000 - 0001d4ad58] TEXT DATA BSS ==> [0001000000 - 0001d4ad58] [ 0.000000] #2 [0037418000 - 0037fef32f] RAMDISK ==> [0037418000 - 0037fef32f] [ 0.000000] #3 [000009e000 - 0000100000] BIOS reserved ==> [000009e000 - 0000100000] [ 0.000000] #4 [0001d4b000 - 0001d4b2cc] BRK ==> [0001d4b000 - 0001d4b2cc] [ 0.000000] #5 [0000010000 - 0000012000] TRAMPOLINE ==> [0000010000 - 0000012000] [ 0.000000] #6 [0000012000 - 0000016000] ACPI WAKEUP ==> [0000012000 - 0000016000] [ 0.000000] #7 [0000016000 - 0000018000] PGTABLE ==> [0000016000 - 0000018000] [ 0.000000] [ffffea0000000000-ffffea00029fffff] PMD -> [ffff880002200000-ffff880004bfffff] on node 0 [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000000 -> 0x00001000 [ 0.000000] DMA32 0x00001000 -> 0x00100000 [ 0.000000] Normal 0x00100000 -> 0x00100000 [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[6] active PFN ranges [ 0.000000] 0: 0x00000000 -> 0x00000001 [ 0.000000] 0: 0x00000010 -> 0x0000009e [ 0.000000] 0: 0x00000100 -> 0x000bba60 [ 0.000000] 0: 0x000bbabf -> 0x000bbb80 [ 0.000000] 0: 0x000bbbbf -> 0x000bbbe2 [ 0.000000] 0: 0x000bbbf7 -> 0x000bbc00 [ 0.000000] On node 0 totalpages: 768732 [ 0.000000] DMA zone: 56 pages used for memmap [ 0.000000] DMA zone: 107 pages reserved [ 0.000000] DMA zone: 3820 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 10458 pages used for memmap [ 0.000000] DMA32 zone: 754291 pages, LIFO batch:31 [ 0.000000] ACPI: PM-Timer IO Port: 0x408 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x00] disabled) [ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: IRQ0 used by override. [ 0.000000] ACPI: IRQ2 used by override. [ 0.000000] ACPI: IRQ9 used by override. [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs [ 0.000000] nr_irqs_gsi: 24 [ 0.000000] PM: Registered nosave memory: 0000000000001000 - 0000000000010000 [ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000 [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000 [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000 [ 0.000000] PM: Registered nosave memory: 00000000bba60000 - 00000000bbabf000 [ 0.000000] PM: Registered nosave memory: 00000000bbb80000 - 00000000bbbbf000 [ 0.000000] PM: Registered nosave memory: 00000000bbbe2000 - 00000000bbbf7000 [ 0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:38000000) [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff880001e00000 s83544 r8192 d22952 u524288 [ 0.000000] pcpu-alloc: s83544 r8192 d22952 u524288 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 0 1 2 3 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 758111 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: root=/dev/system/root resume=/dev/system/swap usb.autosuspend=1 splash=silent quiet [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240 [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing! [ 0.000000] ------------[ cut here ]------------ [ 0.000000] WARNING: at drivers/pci/dmar.c:647 check_zero_address+0x96/0x1a5() [ 0.000000] Hardware name: Aspire 1810TZ [ 0.000000] Your BIOS is broken; DMAR reported at address zero! [ 0.000000] BIOS vendor: INSYDE; Ver: v1.3303; Product Version: v1.3303 [ 0.000000] Modules linked in: [ 0.000000] Pid: 0, comm: swapper Not tainted 2.6.33-rc3-41-desktop #2 [ 0.000000] Call Trace: [ 0.000000] [<ffffffff81050788>] warn_slowpath_common+0x78/0xb0 [ 0.000000] [<ffffffff814933be>] ? _etext+0x0/0x2 [ 0.000000] [<ffffffff8105081c>] warn_slowpath_fmt+0x3c/0x40 [ 0.000000] [<ffffffff81b444c7>] ? early_ioremap+0x13/0x15 [ 0.000000] [<ffffffff81b56e5a>] check_zero_address+0x96/0x1a5 [ 0.000000] [<ffffffff8127d12b>] ? acpi_get_table_with_size+0x55/0xaf [ 0.000000] [<ffffffff814933be>] ? _etext+0x0/0x2 [ 0.000000] [<ffffffff81b56f7b>] detect_intel_iommu+0x12/0x95 [ 0.000000] [<ffffffff81b33a59>] pci_iommu_alloc+0x67/0x76 [ 0.000000] [<ffffffff81b43dc0>] mem_init+0x19/0xec [ 0.000000] [<ffffffff81b2eb4b>] start_kernel+0x1ca/0x3b6 [ 0.000000] [<ffffffff81b2e319>] x86_64_start_reservations+0x120/0x124 [ 0.000000] [<ffffffff81b2e417>] x86_64_start_kernel+0xfa/0x109 [ 0.000000] ---[ end trace 4eaa2a86a8e2da22 ]--- [ 0.000000] Memory: 3005328k/3076096k available (4684k kernel code, 1168k absent, 69600k reserved, 6671k data, 972k init) [ 0.000000] Hierarchical RCU implementation. [ 0.000000] NR_IRQS:4352 nr_irqs:440 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] hpet clockevent registered [ 0.000000] Fast TSC calibration using PIT [ 0.000000] Detected 1296.893 MHz processor. [ 0.001006] Calibrating delay loop (skipped), value calculated using timer frequency.. 2593.78 BogoMIPS (lpj=1296893) [ 0.002061] Security Framework initialized [ 0.002079] SELinux: Disabled at boot. [ 0.002647] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.005697] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.007223] Mount-cache hash table entries: 256 [ 0.007474] CPU: Physical Processor ID: 0 [ 0.007477] CPU: Processor Core ID: 0 [ 0.007482] mce: CPU supports 6 MCE banks [ 0.007493] CPU0: Thermal monitoring enabled (TM2) [ 0.007498] using mwait in idle threads. [ 0.007500] Performance Events: Core2 events, Intel PMU driver. [ 0.007508] ... version: 2 [ 0.007510] ... bit width: 40 [ 0.007512] ... generic registers: 2 [ 0.007514] ... value mask: 000000ffffffffff [ 0.007517] ... max period: 000000007fffffff [ 0.007519] ... fixed-purpose events: 3 [ 0.007521] ... event mask: 0000000700000003 [ 0.009175] ACPI: Core revision 20091214 [ 0.031112] DMAR: Host address width 36 [ 0.031117] DMAR: DRHD base: 0x00000000000000 flags: 0x1 [ 0.031120] DMAR: parse DMAR table failure. [ 0.031123] Setting APIC routing to flat [ 0.031488] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.042024] CPU0: Genuine Intel(R) CPU U4100 @ 1.30GHz stepping 0a [ 0.048035] Booting Node 0, Processors #1 [ 0.120034] Brought up 2 CPUs [ 0.120039] Total of 2 processors activated (5187.17 BogoMIPS). [ 0.121025] devtmpfs: initialized [ 0.126648] regulator: core version 0.5 [ 0.126648] Time: 18:19:53 Date: 02/03/10 [ 0.126648] NET: Registered protocol family 16 [ 0.127150] ACPI: bus type pci registered [ 0.127256] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000) [ 0.127261] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820 [ 0.129305] PCI: Using configuration type 1 for base access [ 0.130369] bio: create slab <bio-0> at 0 [ 0.135092] ACPI: EC: Look up EC in DSDT [ 0.141834] ACPI: Executed 1 blocks of module-level executable AML code [ 0.146864] ACPI: BIOS _OSI(Linux) query ignored [ 0.148996] ACPI: SSDT 00000000bba6fc98 001E1 (v01 PmRef Cpu0Ist 00003000 INTL 20051117) [ 0.150574] ACPI: SSDT 00000000bba6d598 00537 (v01 PmRef Cpu0Cst 00003001 INTL 20051117) [ 0.152576] ACPI: SSDT 00000000bba6ee18 001CF (v01 PmRef ApIst 00003000 INTL 20051117) [ 0.154011] ACPI: SSDT 00000000bba6ff18 0008D (v01 PmRef ApCst 00003000 INTL 20051117) [ 0.157269] ACPI: Interpreter enabled [ 0.157274] ACPI: (supports S0 S3 S4 S5) [ 0.157328] ACPI: Using IOAPIC for interrupt routing [ 0.170868] ACPI: EC: GPE = 0x18, I/O: command/status = 0x66, data = 0x62 [ 0.171353] ACPI: No dock devices found. [ 0.172341] ACPI: PCI Root Bridge [PCI0] (0000:00) [ 0.172399] pci_root PNP0A08:00: ignoring host bridge windows from ACPI; boot with "pci=use_crs" to use them [ 0.174249] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7] (ignored) [ 0.174254] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff] (ignored) [ 0.174258] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored) [ 0.174264] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xfebfffff] (ignored) [ 0.174308] DMAR: Forcing write-buffer flush capability [ 0.174354] pci 0000:00:02.0: reg 10: [mem 0xd0000000-0xd03fffff 64bit] [ 0.174364] pci 0000:00:02.0: reg 18: [mem 0xc0000000-0xcfffffff 64bit pref] [ 0.174371] pci 0000:00:02.0: reg 20: [io 0x30d0-0x30d7] [ 0.174424] pci 0000:00:02.1: reg 10: [mem 0xd2400000-0xd24fffff 64bit] [ 0.174571] pci 0000:00:1a.0: reg 20: [io 0x30a0-0x30bf] [ 0.174677] pci 0000:00:1a.7: reg 10: [mem 0xd4504c00-0xd4504fff] [ 0.174756] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold [ 0.174763] pci 0000:00:1a.7: PME# disabled [ 0.174817] pci 0000:00:1b.0: reg 10: [mem 0xd4500000-0xd4503fff 64bit] [ 0.174880] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold [ 0.174885] pci 0000:00:1b.0: PME# disabled [ 0.174987] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 0.174993] pci 0000:00:1c.0: PME# disabled [ 0.175106] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold [ 0.175112] pci 0000:00:1c.3: PME# disabled [ 0.175209] pci 0000:00:1d.0: reg 20: [io 0x3080-0x309f] [ 0.175329] pci 0000:00:1d.1: reg 20: [io 0x3060-0x307f] [ 0.175450] pci 0000:00:1d.2: reg 20: [io 0x3040-0x305f] [ 0.175555] pci 0000:00:1d.7: reg 10: [mem 0xd4504800-0xd4504bff] [ 0.175634] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold [ 0.175641] pci 0000:00:1d.7: PME# disabled [ 0.175883] pci 0000:00:1f.2: reg 10: [io 0x30c8-0x30cf] [ 0.175893] pci 0000:00:1f.2: reg 14: [io 0x30dc-0x30df] [ 0.175902] pci 0000:00:1f.2: reg 18: [io 0x30c0-0x30c7] [ 0.175910] pci 0000:00:1f.2: reg 1c: [io 0x30d8-0x30db] [ 0.175919] pci 0000:00:1f.2: reg 20: [io 0x3020-0x303f] [ 0.175928] pci 0000:00:1f.2: reg 24: [mem 0xd4504000-0xd45047ff] [ 0.175977] pci 0000:00:1f.2: PME# supported from D3hot [ 0.175982] pci 0000:00:1f.2: PME# disabled [ 0.176034] pci 0000:00:1f.3: reg 10: [mem 0xd4505000-0xd45050ff 64bit] [ 0.176054] pci 0000:00:1f.3: reg 20: [io 0x3000-0x301f] [ 0.176143] pci 0000:01:00.0: reg 10: [mem 0xd3500000-0xd353ffff 64bit] [ 0.176155] pci 0000:01:00.0: reg 18: [io 0x2000-0x207f] [ 0.176235] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.176243] pci 0000:01:00.0: PME# disabled [ 0.178074] pci 0000:00:1c.0: PCI bridge to [bus 01-01] [ 0.178081] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff] [ 0.178087] pci 0000:00:1c.0: bridge window [mem 0xd3500000-0xd44fffff] [ 0.178096] pci 0000:00:1c.0: bridge window [mem 0xd0400000-0xd13fffff 64bit pref] [ 0.178174] pci 0000:02:00.0: reg 10: [mem 0xd2500000-0xd2501fff 64bit] [ 0.178291] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold [ 0.178299] pci 0000:02:00.0: PME# disabled [ 0.180074] pci 0000:00:1c.3: PCI bridge to [bus 02-02] [ 0.180081] pci 0000:00:1c.3: bridge window [io 0x1000-0x1fff] [ 0.180087] pci 0000:00:1c.3: bridge window [mem 0xd2500000-0xd34fffff] [ 0.180096] pci 0000:00:1c.3: bridge window [mem 0xd1400000-0xd23fffff 64bit pref] [ 0.180168] pci 0000:00:1e.0: PCI bridge to [bus 03-03] (subtractive decode) [ 0.180214] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] [ 0.180788] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT] [ 0.180993] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP4._PRT] [ 0.206628] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12) [ 0.206878] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 *11 12) [ 0.207135] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 *11 12) [ 0.207384] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 *10 11 12) [ 0.207627] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 11 12) *0, disabled. [ 0.207873] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12) *0, disabled. [ 0.208126] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 9 10 *11 12) [ 0.208370] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 *11 12) [ 0.208550] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.208568] vgaarb: loaded [ 0.208773] SCSI subsystem initialized [ 0.208812] libata version 3.00 loaded. [ 0.208812] usbcore: registered new interface driver usbfs [ 0.208812] usbcore: registered new interface driver hub [ 0.209023] usbcore: registered new device driver usb [ 0.209062] PCI: Using ACPI for IRQ routing [ 0.209066] PCI: pci_cache_line_size set to 64 bytes [ 0.209299] NetLabel: Initializing [ 0.209302] NetLabel: domain hash size = 128 [ 0.209304] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.209326] NetLabel: unlabeled traffic allowed by default [ 0.209333] HPET: 4 timers in total, 0 timers will be used for per-cpu timer [ 0.209341] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0 [ 0.209348] hpet0: 4 comparators, 64-bit 14.318180 MHz counter [ 0.212012] Switching to clocksource tsc [ 0.214100] pnp: PnP ACPI init [ 0.214114] ACPI: bus type pnp registered [ 0.216098] pnp 00:01: disabling [io 0x164e-0x164f] because it overlaps 0000:00:1c.3 BAR 13 [io 0x1000-0x1fff] [ 0.217350] pnp: PnP ACPI: found 9 devices [ 0.217353] ACPI: ACPI bus type pnp unregistered [ 0.217370] system 00:01: [io 0x0600-0x060f] has been reserved [ 0.217375] system 00:01: [io 0x0610] has been reserved [ 0.217379] system 00:01: [io 0x0800-0x080f] has been reserved [ 0.217383] system 00:01: [io 0x0810-0x0817] has been reserved [ 0.217387] system 00:01: [io 0x0820-0x0823] has been reserved [ 0.217391] system 00:01: [io 0x0400-0x047f] has been reserved [ 0.217395] system 00:01: [io 0x0500-0x053f] has been reserved [ 0.217400] system 00:01: [mem 0xf8000000-0xfbffffff] has been reserved [ 0.217404] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved [ 0.217409] system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved [ 0.217413] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved [ 0.217417] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved [ 0.217422] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.217427] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved [ 0.217431] system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved [ 0.217435] system 00:01: [mem 0xfed45000-0xfed8ffff] has been reserved [ 0.217440] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved [ 0.222371] pci 0000:00:1c.0: PCI bridge to [bus 01-01] [ 0.222376] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff] [ 0.222384] pci 0000:00:1c.0: bridge window [mem 0xd3500000-0xd44fffff] [ 0.222391] pci 0000:00:1c.0: bridge window [mem 0xd0400000-0xd13fffff 64bit pref] [ 0.222400] pci 0000:00:1c.3: PCI bridge to [bus 02-02] [ 0.222405] pci 0000:00:1c.3: bridge window [io 0x1000-0x1fff] [ 0.222412] pci 0000:00:1c.3: bridge window [mem 0xd2500000-0xd34fffff] [ 0.222419] pci 0000:00:1c.3: bridge window [mem 0xd1400000-0xd23fffff 64bit pref] [ 0.222428] pci 0000:00:1e.0: PCI bridge to [bus 03-03] [ 0.222430] pci 0000:00:1e.0: bridge window [io disabled] [ 0.222437] pci 0000:00:1e.0: bridge window [mem disabled] [ 0.222443] pci 0000:00:1e.0: bridge window [mem pref disabled] [ 0.222463] alloc irq_desc for 17 on node -1 [ 0.222465] alloc kstat_irqs on node -1 [ 0.222473] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 [ 0.222480] pci 0000:00:1c.0: setting latency timer to 64 [ 0.222492] alloc irq_desc for 19 on node -1 [ 0.222494] alloc kstat_irqs on node -1 [ 0.222499] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19 [ 0.222506] pci 0000:00:1c.3: setting latency timer to 64 [ 0.222515] pci 0000:00:1e.0: setting latency timer to 64 [ 0.222520] pci_bus 0000:00: resource 0 [io 0x0000-0xffff] [ 0.222524] pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffffffffffff] [ 0.222528] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff] [ 0.222531] pci_bus 0000:01: resource 1 [mem 0xd3500000-0xd44fffff] [ 0.222534] pci_bus 0000:01: resource 2 [mem 0xd0400000-0xd13fffff 64bit pref] [ 0.222538] pci_bus 0000:02: resource 0 [io 0x1000-0x1fff] [ 0.222541] pci_bus 0000:02: resource 1 [mem 0xd2500000-0xd34fffff] [ 0.222544] pci_bus 0000:02: resource 2 [mem 0xd1400000-0xd23fffff 64bit pref] [ 0.222548] pci_bus 0000:03: resource 3 [io 0x0000-0xffff] [ 0.222551] pci_bus 0000:03: resource 4 [mem 0x00000000-0xffffffffffffffff] [ 0.222632] NET: Registered protocol family 2 [ 0.222881] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.224655] TCP established hash table entries: 524288 (order: 11, 8388608 bytes) [ 0.230818] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) [ 0.231581] TCP: Hash tables configured (established 524288 bind 65536) [ 0.231585] TCP reno registered [ 0.231605] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.231666] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.231935] NET: Registered protocol family 1 [ 0.231963] pci 0000:00:02.0: Boot video device [ 0.231977] pci 0000:00:1a.0: uhci_check_and_reset_hc: legsup = 0x0f10 [ 0.231980] pci 0000:00:1a.0: Performing full reset [ 0.232017] pci 0000:00:1a.7: EHCI: BIOS handoff [ 0.244885] pci 0000:00:1d.0: uhci_check_and_reset_hc: legsup = 0x0f10 [ 0.244888] pci 0000:00:1d.0: Performing full reset [ 0.244911] pci 0000:00:1d.1: uhci_check_and_reset_hc: legsup = 0x0010 [ 0.244914] pci 0000:00:1d.1: Performing full reset [ 0.244936] pci 0000:00:1d.2: uhci_check_and_reset_hc: legsup = 0x0010 [ 0.244939] pci 0000:00:1d.2: Performing full reset [ 0.244968] pci 0000:00:1d.7: EHCI: BIOS handoff [ 0.257886] PCI: CLS 64 bytes, default 64 [ 0.257960] Unpacking initramfs... [ 0.661288] Freeing initrd memory: 12124k freed [ 0.667433] Simple Boot Flag value 0x5 read from CMOS RAM was invalid [ 0.667438] Simple Boot Flag at 0x44 set to 0x1 [ 0.667900] Scanning for low memory corruption every 60 seconds [ 0.668160] audit: initializing netlink socket (disabled) [ 0.668179] type=2000 audit(1265221193.667:1): initialized [ 0.679217] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.679626] VFS: Disk quotas dquot_6.5.2 [ 0.679668] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.679893] msgmni has been set to 5893 [ 0.680008] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 0.680013] io scheduler noop registered [ 0.680015] io scheduler deadline registered [ 0.680041] io scheduler cfq registered (default) [ 0.680253] pcieport 0000:00:1c.0: setting latency timer to 64 [ 0.680310] alloc irq_desc for 24 on node -1 [ 0.680313] alloc kstat_irqs on node -1 [ 0.680330] pcieport 0000:00:1c.0: irq 24 for MSI/MSI-X [ 0.680455] pcieport 0000:00:1c.3: setting latency timer to 64 [ 0.680510] alloc irq_desc for 25 on node -1 [ 0.680512] alloc kstat_irqs on node -1 [ 0.680524] pcieport 0000:00:1c.3: irq 25 for MSI/MSI-X [ 0.680684] pci-stub: invalid id string "" [ 0.683027] Non-volatile memory driver v1.3 [ 0.683031] Linux agpgart interface v0.103 [ 0.683060] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled [ 0.683692] ahci 0000:00:1f.2: version 3.0 [ 0.683709] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19 [ 0.683748] alloc irq_desc for 26 on node -1 [ 0.683751] alloc kstat_irqs on node -1 [ 0.683764] ahci 0000:00:1f.2: irq 26 for MSI/MSI-X [ 0.683831] ahci: SSS flag set, parallel bus scan disabled [ 0.683877] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x33 impl SATA mode [ 0.683883] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led pmp pio slum part ccc ems [ 0.683890] ahci 0000:00:1f.2: setting latency timer to 64 [ 0.689850] scsi0 : ahci [ 0.689973] scsi1 : ahci [ 0.690057] scsi2 : ahci [ 0.690135] scsi3 : ahci [ 0.690214] scsi4 : ahci [ 0.690294] scsi5 : ahci [ 0.690349] ata1: SATA max UDMA/133 abar m2048@0xd4504000 port 0xd4504100 irq 26 [ 0.690354] ata2: SATA max UDMA/133 abar m2048@0xd4504000 port 0xd4504180 irq 26 [ 0.690357] ata3: DUMMY [ 0.690359] ata4: DUMMY [ 0.690362] ata5: SATA max UDMA/133 abar m2048@0xd4504000 port 0xd4504300 irq 26 [ 0.690367] ata6: SATA max UDMA/133 abar m2048@0xd4504000 port 0xd4504380 irq 26 [ 0.690461] Fixed MDIO Bus: probed [ 0.690469] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.690473] ehci_hcd: block sizes: qh 104 qtd 96 itd 192 sitd 96 [ 0.690507] ehci_hcd 0000:00:1a.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19 [ 0.690523] ehci_hcd 0000:00:1a.7: setting latency timer to 64 [ 0.690528] ehci_hcd 0000:00:1a.7: EHCI Host Controller [ 0.690549] drivers/usb/core/inode.c: creating file 'devices' [ 0.690554] drivers/usb/core/inode.c: creating file '001' [ 0.690560] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1 [ 0.690575] ehci_hcd 0000:00:1a.7: reset hcs_params 0x101202 dbg=1 cc=1 pcc=2 ordered !ppc ports=2 [ 0.690581] ehci_hcd 0000:00:1a.7: reset hcc_params 6871 thresh 7 uframes 1024 64 bit addr [ 0.690615] ehci_hcd 0000:00:1a.7: debug port 1 [ 0.690621] ehci_hcd 0000:00:1a.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT [ 0.694518] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported [ 0.694521] ehci_hcd 0000:00:1a.7: supports USB remote wakeup [ 0.694540] ehci_hcd 0000:00:1a.7: irq 19, io mem 0xd4504c00 [ 0.694546] ehci_hcd 0000:00:1a.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT [ 0.698419] ehci_hcd 0000:00:1a.7: init command 010001 (park)=0 ithresh=1 period=1024 RUN [ 0.703779] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00 [ 0.703813] usb usb1: default language 0x0409 [ 0.703824] usb usb1: udev 1, busnum 1, minor = 0 [ 0.703827] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 0.703831] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.703834] usb usb1: Product: EHCI Host Controller [ 0.703837] usb usb1: Manufacturer: Linux 2.6.33-rc3-41-desktop ehci_hcd [ 0.703840] usb usb1: SerialNumber: 0000:00:1a.7 [ 0.703924] usb usb1: uevent [ 0.703941] usb usb1: usb_probe_device [ 0.703945] usb usb1: configuration #1 chosen from 1 choice [ 0.703955] usb usb1: adding 1-0:1.0 (config #1, interface 0) [ 0.703977] usb 1-0:1.0: uevent [ 0.703994] hub 1-0:1.0: usb_probe_interface [ 0.703996] hub 1-0:1.0: usb_probe_interface - got id [ 0.703999] hub 1-0:1.0: USB hub found [ 0.704006] hub 1-0:1.0: 2 ports detected [ 0.704008] hub 1-0:1.0: standalone hub [ 0.704011] hub 1-0:1.0: no power switching (usb 1.0) [ 0.704014] hub 1-0:1.0: individual port over-current protection [ 0.704017] hub 1-0:1.0: power on to power good time: 20ms [ 0.704023] hub 1-0:1.0: local power source is good [ 0.704027] hub 1-0:1.0: trying to enable port power on non-switchable hub [ 0.704055] drivers/usb/core/inode.c: creating file '001' [ 0.704098] alloc irq_desc for 23 on node -1 [ 0.704101] alloc kstat_irqs on node -1 [ 0.704109] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23 [ 0.704124] ehci_hcd 0000:00:1d.7: setting latency timer to 64 [ 0.704128] ehci_hcd 0000:00:1d.7: EHCI Host Controller [ 0.704136] drivers/usb/core/inode.c: creating file '002' [ 0.704142] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2 [ 0.704152] ehci_hcd 0000:00:1d.7: reset hcs_params 0x103206 dbg=1 cc=3 pcc=2 ordered !ppc ports=6 [ 0.704158] ehci_hcd 0000:00:1d.7: reset hcc_params 6871 thresh 7 uframes 1024 64 bit addr [ 0.704192] ehci_hcd 0000:00:1d.7: debug port 1 [ 0.704198] ehci_hcd 0000:00:1d.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT [ 0.708096] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported [ 0.708099] ehci_hcd 0000:00:1d.7: supports USB remote wakeup [ 0.708116] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xd4504800 [ 0.708122] ehci_hcd 0000:00:1d.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT [ 0.711999] ehci_hcd 0000:00:1d.7: init command 010001 (park)=0 ithresh=1 period=1024 RUN [ 0.717776] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00 [ 0.717803] usb usb2: default language 0x0409 [ 0.717814] usb usb2: udev 1, busnum 2, minor = 128 [ 0.717817] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 0.717820] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717824] usb usb2: Product: EHCI Host Controller [ 0.717827] usb usb2: Manufacturer: Linux 2.6.33-rc3-41-desktop ehci_hcd [ 0.717830] usb usb2: SerialNumber: 0000:00:1d.7 [ 0.717900] usb usb2: uevent [ 0.717916] usb usb2: usb_probe_device [ 0.717919] usb usb2: configuration #1 chosen from 1 choice [ 0.717928] usb usb2: adding 2-0:1.0 (config #1, interface 0) [ 0.717949] usb 2-0:1.0: uevent [ 0.717964] hub 2-0:1.0: usb_probe_interface [ 0.717966] hub 2-0:1.0: usb_probe_interface - got id [ 0.717969] hub 2-0:1.0: USB hub found [ 0.717975] hub 2-0:1.0: 6 ports detected [ 0.717977] hub 2-0:1.0: standalone hub [ 0.717980] hub 2-0:1.0: no power switching (usb 1.0) [ 0.717982] hub 2-0:1.0: individual port over-current protection [ 0.717985] hub 2-0:1.0: power on to power good time: 20ms [ 0.717991] hub 2-0:1.0: local power source is good [ 0.717994] hub 2-0:1.0: trying to enable port power on non-switchable hub [ 0.718034] drivers/usb/core/inode.c: creating file '001' [ 0.718078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.718082] ohci_hcd: block sizes: ed 80 td 96 [ 0.718105] uhci_hcd: USB Universal Host Controller Interface driver [ 0.718144] alloc irq_desc for 16 on node -1 [ 0.718147] alloc kstat_irqs on node -1 [ 0.718153] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 0.718162] uhci_hcd 0000:00:1a.0: setting latency timer to 64 [ 0.718166] uhci_hcd 0000:00:1a.0: UHCI Host Controller [ 0.718174] drivers/usb/core/inode.c: creating file '003' [ 0.718179] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3 [ 0.718190] uhci_hcd 0000:00:1a.0: detected 2 ports [ 0.718197] uhci_hcd 0000:00:1a.0: uhci_check_and_reset_hc: cmd = 0x0000 [ 0.718199] uhci_hcd 0000:00:1a.0: Performing full reset [ 0.718217] uhci_hcd 0000:00:1a.0: supports USB remote wakeup [ 0.718233] uhci_hcd 0000:00:1a.0: irq 16, io base 0x000030a0 [ 0.718276] usb usb3: default language 0x0409 [ 0.718286] usb usb3: udev 1, busnum 3, minor = 256 [ 0.718289] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.718293] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.718296] usb usb3: Product: UHCI Host Controller [ 0.718299] usb usb3: Manufacturer: Linux 2.6.33-rc3-41-desktop uhci_hcd [ 0.718301] usb usb3: SerialNumber: 0000:00:1a.0 [ 0.718375] usb usb3: uevent [ 0.718389] usb usb3: usb_probe_device [ 0.718392] usb usb3: configuration #1 chosen from 1 choice [ 0.718401] usb usb3: adding 3-0:1.0 (config #1, interface 0) [ 0.718422] usb 3-0:1.0: uevent [ 0.718438] hub 3-0:1.0: usb_probe_interface [ 0.718441] hub 3-0:1.0: usb_probe_interface - got id [ 0.718443] hub 3-0:1.0: USB hub found [ 0.718450] hub 3-0:1.0: 2 ports detected [ 0.718452] hub 3-0:1.0: standalone hub [ 0.718454] hub 3-0:1.0: no power switching (usb 1.0) [ 0.718457] hub 3-0:1.0: individual port over-current protection [ 0.718460] hub 3-0:1.0: power on to power good time: 2ms [ 0.718466] hub 3-0:1.0: local power source is good [ 0.718469] hub 3-0:1.0: trying to enable port power on non-switchable hub [ 0.718490] drivers/usb/core/inode.c: creating file '001' [ 0.718538] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23 [ 0.718547] uhci_hcd 0000:00:1d.0: setting latency timer to 64 [ 0.718551] uhci_hcd 0000:00:1d.0: UHCI Host Controller [ 0.718559] drivers/usb/core/inode.c: creating file '004' [ 0.718564] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4 [ 0.718574] uhci_hcd 0000:00:1d.0: detected 2 ports [ 0.718580] uhci_hcd 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 0x0000 [ 0.718583] uhci_hcd 0000:00:1d.0: Performing full reset [ 0.718601] uhci_hcd 0000:00:1d.0: supports USB remote wakeup [ 0.718608] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00003080 [ 0.718651] usb usb4: default language 0x0409 [ 0.718661] usb usb4: udev 1, busnum 4, minor = 384 [ 0.718664] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.718667] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.718670] usb usb4: Product: UHCI Host Controller [ 0.718673] usb usb4: Manufacturer: Linux 2.6.33-rc3-41-desktop uhci_hcd [ 0.718676] usb usb4: SerialNumber: 0000:00:1d.0 [ 0.718745] usb usb4: uevent [ 0.718761] usb usb4: usb_probe_device [ 0.718764] usb usb4: configuration #1 chosen from 1 choice [ 0.718778] usb usb4: adding 4-0:1.0 (config #1, interface 0) [ 0.718798] usb 4-0:1.0: uevent [ 0.718813] hub 4-0:1.0: usb_probe_interface [ 0.718816] hub 4-0:1.0: usb_probe_interface - got id [ 0.718819] hub 4-0:1.0: USB hub found [ 0.718825] hub 4-0:1.0: 2 ports detected [ 0.718827] hub 4-0:1.0: standalone hub [ 0.718830] hub 4-0:1.0: no power switching (usb 1.0) [ 0.718832] hub 4-0:1.0: individual port over-current protection [ 0.718835] hub 4-0:1.0: power on to power good time: 2ms [ 0.718841] hub 4-0:1.0: local power source is good [ 0.718844] hub 4-0:1.0: trying to enable port power on non-switchable hub [ 0.718875] drivers/usb/core/inode.c: creating file '001' [ 0.718917] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19 [ 0.718925] uhci_hcd 0000:00:1d.1: setting latency timer to 64 [ 0.718930] uhci_hcd 0000:00:1d.1: UHCI Host Controller [ 0.718937] drivers/usb/core/inode.c: creating file '005' [ 0.718943] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 5 [ 0.718953] uhci_hcd 0000:00:1d.1: detected 2 ports [ 0.718960] uhci_hcd 0000:00:1d.1: uhci_check_and_reset_hc: cmd = 0x0000 [ 0.718962] uhci_hcd 0000:00:1d.1: Performing full reset [ 0.718980] uhci_hcd 0000:00:1d.1: supports USB remote wakeup [ 0.718987] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00003060 [ 0.719032] usb usb5: default language 0x0409 [ 0.719042] usb usb5: udev 1, busnum 5, minor = 512 [ 0.719045] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.719048] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.719052] usb usb5: Product: UHCI Host Controller [ 0.719054] usb usb5: Manufacturer: Linux 2.6.33-rc3-41-desktop uhci_hcd [ 0.719057] usb usb5: SerialNumber: 0000:00:1d.1 [ 0.719125] usb usb5: uevent [ 0.719139] usb usb5: usb_probe_device [ 0.719142] usb usb5: configuration #1 chosen from 1 choice [ 0.719152] usb usb5: adding 5-0:1.0 (config #1, interface 0) [ 0.719171] usb 5-0:1.0: uevent [ 0.719185] hub 5-0:1.0: usb_probe_interface [ 0.719188] hub 5-0:1.0: usb_probe_interface - got id [ 0.719191] hub 5-0:1.0: USB hub found [ 0.719196] hub 5-0:1.0: 2 ports detected [ 0.719198] hub 5-0:1.0: standalone hub [ 0.719201] hub 5-0:1.0: no power switching (usb 1.0) [ 0.719203] hub 5-0:1.0: individual port over-current protection [ 0.719206] hub 5-0:1.0: power on to power good time: 2ms [ 0.719212] hub 5-0:1.0: local power source is good [ 0.719215] hub 5-0:1.0: trying to enable port power on non-switchable hub [ 0.719235] drivers/usb/core/inode.c: creating file '001' [ 0.719279] uhci_hcd 0000:00:1d.2: PCI INT D -> GSI 16 (level, low) -> IRQ 16 [ 0.719288] uhci_hcd 0000:00:1d.2: setting latency timer to 64 [ 0.719293] uhci_hcd 0000:00:1d.2: UHCI Host Controller [ 0.719300] drivers/usb/core/inode.c: creating file '006' [ 0.719309] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 6 [ 0.719318] uhci_hcd 0000:00:1d.2: detected 2 ports [ 0.719325] uhci_hcd 0000:00:1d.2: uhci_check_and_reset_hc: cmd = 0x0000 [ 0.719327] uhci_hcd 0000:00:1d.2: Performing full reset [ 0.719345] uhci_hcd 0000:00:1d.2: supports USB remote wakeup [ 0.719352] uhci_hcd 0000:00:1d.2: irq 16, io base 0x00003040 [ 0.719395] usb usb6: default language 0x0409 [ 0.719405] usb usb6: udev 1, busnum 6, minor = 640 [ 0.719408] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.719412] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.719415] usb usb6: Product: UHCI Host Controller [ 0.719417] usb usb6: Manufacturer: Linux 2.6.33-rc3-41-desktop uhci_hcd [ 0.719420] usb usb6: SerialNumber: 0000:00:1d.2 [ 0.719495] usb usb6: uevent [ 0.719509] usb usb6: usb_probe_device [ 0.719512] usb usb6: configuration #1 chosen from 1 choice [ 0.719521] usb usb6: adding 6-0:1.0 (config #1, interface 0) [ 0.719540] usb 6-0:1.0: uevent [ 0.719554] hub 6-0:1.0: usb_probe_interface [ 0.719557] hub 6-0:1.0: usb_probe_interface - got id [ 0.719559] hub 6-0:1.0: USB hub found [ 0.719565] hub 6-0:1.0: 2 ports detected [ 0.719568] hub 6-0:1.0: standalone hub [ 0.719570] hub 6-0:1.0: no power switching (usb 1.0) [ 0.719572] hub 6-0:1.0: individual port over-current protection [ 0.719575] hub 6-0:1.0: power on to power good time: 2ms [ 0.719581] hub 6-0:1.0: local power source is good [ 0.719584] hub 6-0:1.0: trying to enable port power on non-switchable hub [ 0.719605] drivers/usb/core/inode.c: creating file '001' [ 0.719655] Initializing USB Mass Storage driver... [ 0.719702] usbcore: registered new interface driver usb-storage [ 0.719705] USB Mass Storage support registered. [ 0.719721] usbcore: registered new interface driver ums-alauda [ 0.719737] usbcore: registered new interface driver ums-cypress [ 0.719754] usbcore: registered new interface driver ums-datafab [ 0.719776] usbcore: registered new interface driver ums-freecom [ 0.719793] usbcore: registered new interface driver ums-isd200 [ 0.719811] usbcore: registered new interface driver ums-jumpshot [ 0.719827] usbcore: registered new interface driver ums-karma [ 0.719843] usbcore: registered new interface driver ums-onetouch [ 0.719860] usbcore: registered new interface driver ums-sddr09 [ 0.719878] usbcore: registered new interface driver ums-sddr55 [ 0.719895] usbcore: registered new interface driver ums-usbat [ 0.719950] PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUE] at 0x60,0x64 irq 1,12 [ 0.727549] i8042.c: Detected active multiplexing controller, rev 1.1. [ 0.730995] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.731003] serio: i8042 AUX0 port at 0x60,0x64 irq 12 [ 0.731008] serio: i8042 AUX1 port at 0x60,0x64 irq 12 [ 0.731012] serio: i8042 AUX2 port at 0x60,0x64 irq 12 [ 0.731016] serio: i8042 AUX3 port at 0x60,0x64 irq 12 [ 0.731102] mice: PS/2 mouse device common for all mice [ 0.731189] Driver 'rtc_cmos' needs updating - please use bus_type methods [ 0.731223] rtc_cmos 00:03: RTC can wake from S4 [ 0.731278] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0 [ 0.731316] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs [ 0.731331] cpuidle: using governor ladder [ 0.731334] cpuidle: using governor menu [ 0.731703] usbcore: registered new interface driver hiddev [ 0.731723] usbcore: registered new interface driver usbhid [ 0.731726] usbhid: USB HID core driver [ 0.732082] TCP cubic registered [ 0.732184] NET: Registered protocol family 10 [ 0.732722] lo: Disabled Privacy Extensions [ 0.733043] lib80211: common routines for IEEE802.11 drivers [ 0.733047] lib80211_crypt: registered algorithm 'NULL' [ 0.733153] PM: Checking image partition /dev/system/swap [ 0.754044] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0 [ 0.803779] hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0000 [ 0.817770] ehci_hcd 0000:00:1d.7: GetStatus port 3 status 001803 POWER sig=j CSC CONNECT [ 0.817775] hub 2-0:1.0: port 3: status 0501 change 0001 [ 0.817790] ehci_hcd 0000:00:1d.7: GetStatus port 5 status 001803 POWER sig=j CSC CONNECT [ 0.817794] hub 2-0:1.0: port 5: status 0501 change 0001 [ 0.817824] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000 [ 0.818774] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000 [ 0.818778] uhci_hcd 0000:00:1d.1: port 1 portsc 0082,00 [ 0.818798] uhci_hcd 0000:00:1d.2: port 1 portsc 0082,00 [ 0.818811] uhci_hcd 0000:00:1d.2: port 2 portsc 008a,00 [ 0.917744] hub 2-0:1.0: state 7 ports 6 chg 0028 evt 0000 [ 0.917754] hub 2-0:1.0: port 3, status 0501, change 0000, 480 Mb/s [ 0.968996] ehci_hcd 0000:00:1d.7: port 3 high speed [ 0.969002] ehci_hcd 0000:00:1d.7: GetStatus port 3 status 001005 POWER sig=se0 PE CONNECT [ 1.018016] usb 2-3: new high speed USB device using ehci_hcd and address 2 [ 1.069236] ehci_hcd 0000:00:1d.7: port 3 high speed [ 1.069241] ehci_hcd 0000:00:1d.7: GetStatus port 3 status 001005 POWER sig=se0 PE CONNECT [ 1.133616] usb 2-3: default language 0x0409 [ 1.134118] usb 2-3: udev 2, busnum 2, minor = 129 [ 1.134121] usb 2-3: New USB device found, idVendor=12d1, idProduct=1404 [ 1.134125] usb 2-3: New USB device strings: Mfr=3, Product=2, SerialNumber=0 [ 1.134133] usb 2-3: Product: HUAWEI Mobile [ 1.134135] usb 2-3: Manufacturer: HUAWEI Technology [ 1.134200] usb 2-3: uevent [ 1.134216] usb 2-3: usb_probe_device [ 1.134220] usb 2-3: configuration #1 chosen from 1 choice [ 1.136364] usb 2-3: adding 2-3:1.0 (config #1, interface 0) [ 1.136384] usb 2-3:1.0: uevent [ 1.136405] usb-storage 2-3:1.0: usb_probe_interface [ 1.136411] usb-storage 2-3:1.0: usb_probe_interface - got id [ 1.136522] usb 2-3: adding 2-3:1.1 (config #1, interface 1) [ 1.136541] usb 2-3:1.1: uevent [ 1.136559] usb-storage 2-3:1.1: usb_probe_interface [ 1.136564] usb-storage 2-3:1.1: usb_probe_interface - got id [ 1.136642] usb 2-3: adding 2-3:1.2 (config #1, interface 2) [ 1.136660] usb 2-3:1.2: uevent [ 1.136678] usb-storage 2-3:1.2: usb_probe_interface [ 1.136683] usb-storage 2-3:1.2: usb_probe_interface - got id [ 1.136752] usb 2-3: adding 2-3:1.3 (config #1, interface 3) [ 1.136770] usb 2-3:1.3: uevent [ 1.136788] usb-storage 2-3:1.3: usb_probe_interface [ 1.136793] usb-storage 2-3:1.3: usb_probe_interface - got id [ 1.136861] usb 2-3: adding 2-3:1.4 (config #1, interface 4) [ 1.136881] usb 2-3:1.4: uevent [ 1.136899] usb-storage 2-3:1.4: usb_probe_interface [ 1.136904] usb-storage 2-3:1.4: usb_probe_interface - got id [ 1.136969] usb 2-3: adding 2-3:1.5 (config #1, interface 5) [ 1.136988] usb 2-3:1.5: uevent [ 1.137006] usb-storage 2-3:1.5: usb_probe_interface [ 1.137011] usb-storage 2-3:1.5: usb_probe_interface - got id [ 1.137102] drivers/usb/core/inode.c: creating file '002' [ 1.137138] hub 2-0:1.0: port 5, status 0501, change 0000, 480 Mb/s [ 1.155023] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 1.188222] ehci_hcd 0000:00:1d.7: port 5 high speed [ 1.188228] ehci_hcd 0000:00:1d.7: GetStatus port 5 status 001005 POWER sig=se0 PE CONNECT [ 1.196239] ata1.00: ATA-8: WDC WD3200BEVT-22ZCT0, 11.01A11, max UDMA/133 [ 1.196243] ata1.00: 625142448 sectors, multi 0: LBA48 NCQ (depth 31/32), AA [ 1.198886] ata1.00: configured for UDMA/133 [ 1.209152] scsi 0:0:0:0: Direct-Access ATA WDC WD3200BEVT-2 11.0 PQ: 0 ANSI: 5 [ 1.209377] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB) [ 1.209460] sd 0:0:0:0: [sda] Write Protect is off [ 1.209464] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 1.209500] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.209698] sda: sda1 sda2 sda3 sda4 < sda5 [ 1.239140] usb 2-5: new high speed USB device using ehci_hcd and address 3 [ 1.246651] sda6 sda7 sda8 sda9 [ 1.290213] ehci_hcd 0000:00:1d.7: port 5 high speed [ 1.290219] ehci_hcd 0000:00:1d.7: GetStatus port 5 status 001005 POWER sig=se0 PE CONNECT [ 1.310183] sda10 sda11 > [ 1.320885] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.387592] usb 2-5: skipped 1 descriptor after configuration [ 1.387596] usb 2-5: skipped 6 descriptors after interface [ 1.387600] usb 2-5: skipped 1 descriptor after endpoint [ 1.387603] usb 2-5: skipped 9 descriptors after interface [ 1.388211] usb 2-5: default language 0x0409 [ 1.393586] usb 2-5: udev 3, busnum 2, minor = 130 [ 1.393589] usb 2-5: New USB device found, idVendor=064e, idProduct=a102 [ 1.393593] usb 2-5: New USB device strings: Mfr=2, Product=1, SerialNumber=3 [ 1.393596] usb 2-5: Product: WebCam [ 1.393598] usb 2-5: Manufacturer: SuYin [ 1.393601] usb 2-5: SerialNumber: CN0316-S30C-OV061-VA-R02.02.02 [ 1.393666] usb 2-5: uevent [ 1.393682] usb 2-5: usb_probe_device [ 1.393685] usb 2-5: configuration #1 chosen from 1 choice [ 1.394093] usb 2-5: adding 2-5:1.0 (config #1, interface 0) [ 1.395562] usb 2-5:1.0: uevent [ 1.395603] usb 2-5: adding 2-5:1.1 (config #1, interface 1) [ 1.395625] usb 2-5:1.1: uevent [ 1.395647] drivers/usb/core/inode.c: creating file '003' [ 1.395668] hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0000 [ 1.395674] hub 6-0:1.0: state 7 ports 2 chg 0000 evt 0000 [ 1.448511] Synaptics Touchpad, model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04731/0xa40000 [ 1.494225] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input1 [ 1.514022] ata2: SATA link down (SStatus 0 SControl 300) [ 1.830021] ata5: SATA link down (SStatus 0 SControl 300) [ 1.954017] usb usb3: suspend_rh (auto-stop) [ 1.954044] usb usb4: suspend_rh (auto-stop) [ 1.954070] usb usb5: suspend_rh (auto-stop) [ 1.954097] usb usb6: suspend_rh (auto-stop) [ 2.146020] ata6: SATA link down (SStatus 0 SControl 300) [ 2.157021] PM: Resume from disk failed. [ 2.157041] registered taskstats version 1 [ 2.157379] Magic number: 14:379:341 [ 2.157483] rtc_cmos 00:03: setting system clock to 2010-02-03 18:19:55 UTC (1265221195) [ 2.157599] Freeing unused kernel memory: 972k freed [ 2.157968] Write protecting the kernel read-only data: 10240k [ 2.158343] Freeing unused kernel memory: 1440k freed [ 2.159167] Freeing unused kernel memory: 1968k freed [ 2.206948] Monitor-Mwait will be used to enter C-1 state [ 2.206997] Monitor-Mwait will be used to enter C-2 state [ 2.207015] Marking TSC unstable due to TSC halts in idle [ 2.207051] Switching to clocksource hpet [ 2.232962] device-mapper: uevent: version 1.0.3 [ 2.233186] device-mapper: ioctl: 4.16.0-ioctl (2009-11-05) initialised: dm-devel@xxxxxxxxxx [ 2.249862] udev: starting version 146 [ 2.264512] usb usb3: uevent [ 2.264633] usb 3-0:1.0: uevent [ 2.264942] usb usb1: uevent [ 2.265060] usb 1-0:1.0: uevent [ 2.268956] usb usb4: uevent [ 2.269090] usb 4-0:1.0: uevent [ 2.269387] usb usb5: uevent [ 2.269484] usb 5-0:1.0: uevent [ 2.269675] usb usb6: uevent [ 2.269775] usb 6-0:1.0: uevent [ 2.269973] usb usb2: uevent [ 2.270071] usb 2-0:1.0: uevent [ 2.270185] usb 2-3: uevent [ 2.270286] usb 2-3:1.0: uevent [ 2.270383] usb 2-3:1.1: uevent [ 2.270482] usb 2-3:1.2: uevent [ 2.270580] usb 2-3:1.3: uevent [ 2.270675] usb 2-3:1.4: uevent [ 2.270773] usb 2-3:1.5: uevent [ 2.270870] usb 2-5: uevent [ 2.270973] usb 2-5:1.0: uevent [ 2.271069] usb 2-5:1.1: uevent [ 3.345357] md: linear personality registered for level -1 [ 3.701151] hub 1-0:1.0: hub_suspend [ 3.701163] usb usb1: bus auto-suspend [ 3.701167] ehci_hcd 0000:00:1a.7: suspend root hub [ 3.701188] hub 3-0:1.0: hub_suspend [ 3.701192] usb usb3: bus auto-suspend [ 3.701196] usb usb3: suspend_rh [ 3.701217] hub 4-0:1.0: hub_suspend [ 3.701221] usb usb4: bus auto-suspend [ 3.701223] usb usb4: suspend_rh [ 3.704047] hub 5-0:1.0: hub_suspend [ 3.704055] usb usb5: bus auto-suspend [ 3.704058] usb usb5: suspend_rh [ 3.704078] hub 6-0:1.0: hub_suspend [ 3.704082] usb usb6: bus auto-suspend [ 3.704085] usb usb6: suspend_rh [ 7.151418] alg: No test for stdrng (krng) [ 7.160392] alg: No test for fips(ansi_cprng) (fips_ansi_cprng) [ 11.139050] PM: Marking nosave pages: 0000000000001000 - 0000000000010000 [ 11.139056] PM: Marking nosave pages: 000000000009e000 - 0000000000100000 [ 11.139064] PM: Marking nosave pages: 00000000bba60000 - 00000000bbabf000 [ 11.139071] PM: Marking nosave pages: 00000000bbb80000 - 00000000bbbbf000 [ 11.139077] PM: Marking nosave pages: 00000000bbbe2000 - 00000000bbbf7000 [ 11.139080] PM: Basic memory bitmaps created [ 11.162996] PM: Basic memory bitmaps freed [ 11.174301] PM: Starting manual resume from disk [ 11.174306] PM: Resume from partition 253:3 [ 11.174308] PM: Checking hibernation image. [ 11.174613] PM: Error -22 checking image file [ 11.174616] PM: Resume from disk failed. [ 11.544643] EXT4-fs (dm-2): mounted filesystem with ordered data mode [ 16.255313] udev: starting version 146 [ 16.300290] usb usb3: uevent [ 16.300323] usb 3-0:1.0: uevent [ 16.301022] usb usb1: uevent [ 16.301144] usb 1-0:1.0: uevent [ 16.301951] usb usb4: uevent [ 16.301986] usb 4-0:1.0: uevent [ 16.302072] usb usb5: uevent [ 16.302104] usb 5-0:1.0: uevent [ 16.302169] usb usb6: uevent [ 16.302203] usb 6-0:1.0: uevent [ 16.302267] usb usb2: uevent [ 16.302297] usb 2-0:1.0: uevent [ 16.302333] usb 2-3: uevent [ 16.302367] usb 2-3:1.0: uevent [ 16.302401] usb 2-3:1.1: uevent [ 16.302435] usb 2-3:1.2: uevent [ 16.302469] usb 2-3:1.3: uevent [ 16.302505] usb 2-3:1.4: uevent [ 16.302539] usb 2-3:1.5: uevent [ 16.302596] usb 2-5: uevent [ 16.302629] usb 2-5:1.0: uevent [ 16.302662] usb 2-5:1.1: uevent [ 16.332541] usb usb1: uevent [ 16.348003] usb usb6: uevent [ 16.353114] usb usb4: uevent [ 16.365478] usb usb3: uevent [ 16.375680] usb usb5: uevent [ 16.382173] usb usb2: uevent [ 16.448597] usb 2-3: uevent [ 16.453248] usb 2-5: uevent [ 16.647256] alloc irq_desc for 18 on node -1 [ 16.647261] alloc kstat_irqs on node -1 [ 16.647276] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18 [ 16.829715] ACPI: Battery Slot [BAT1] (battery present) [ 16.879937] agpgart-intel 0000:00:00.0: Intel GM45 Chipset [ 16.881266] agpgart-intel 0000:00:00.0: detected 65532K stolen memory [ 16.915726] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000 [ 17.030080] input: PC Speaker as /devices/platform/pcspkr/input/input2 [ 17.047395] ACPI: AC Adapter [ACAD] (off-line) [ 17.329167] atl1c 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 17.329184] atl1c 0000:01:00.0: setting latency timer to 64 [ 17.359500] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 17.392374] iTCO_vendor_support: vendor-support=0 [ 17.396950] atl1c 0000:01:00.0: version 1.0.0.1-NAPI [ 17.503455] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3 [ 17.503522] ACPI: Power Button [PWRB] [ 17.503589] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input4 [ 17.505071] ACPI: Lid Switch [LID0] [ 17.505265] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input5 [ 17.505368] ACPI: Sleep Button [SLPB] [ 17.505876] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6 [ 17.505971] ACPI: Power Button [PWRF] [ 17.590821] ACPI: WMI: Mapper loaded [ 17.802428] usbcore: registered new interface driver usbserial [ 17.802451] USB Serial support registered for generic [ 17.802473] usbserial_generic 2-3:1.0: usb_probe_interface [ 17.802478] usbserial_generic 2-3:1.0: usb_probe_interface - got id [ 17.802492] usbserial_generic 2-3:1.1: usb_probe_interface [ 17.802495] usbserial_generic 2-3:1.1: usb_probe_interface - got id [ 17.802506] usbserial_generic 2-3:1.2: usb_probe_interface [ 17.802508] usbserial_generic 2-3:1.2: usb_probe_interface - got id [ 17.802517] usbserial_generic 2-3:1.3: usb_probe_interface [ 17.802520] usbserial_generic 2-3:1.3: usb_probe_interface - got id [ 17.802530] usbserial_generic 2-3:1.4: usb_probe_interface [ 17.802533] usbserial_generic 2-3:1.4: usb_probe_interface - got id [ 17.802542] usbserial_generic 2-3:1.5: usb_probe_interface [ 17.802544] usbserial_generic 2-3:1.5: usb_probe_interface - got id [ 17.802555] usbserial_generic 2-5:1.0: usb_probe_interface [ 17.802557] usbserial_generic 2-5:1.0: usb_probe_interface - got id [ 17.802567] usbserial_generic 2-5:1.1: usb_probe_interface [ 17.802570] usbserial_generic 2-5:1.1: usb_probe_interface - got id [ 17.802588] usbcore: registered new interface driver usbserial_generic [ 17.802591] usbserial: USB Serial Driver core [ 17.953820] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05 [ 17.953940] iTCO_wdt: Found a ICH9M-E TCO device (Version=2, TCOBASE=0x0460) [ 17.954039] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) [ 17.968678] USB Serial support registered for GSM modem (1-port) [ 17.968736] option 2-3:1.0: usb_probe_interface [ 17.968741] option 2-3:1.0: usb_probe_interface - got id [ 17.968749] option 2-3:1.0: GSM modem (1-port) converter detected [ 17.968783] usb 2-3: link qh2-0001/ffff880037ee64c0 start 1 [2/0 us] [ 17.968907] usb 2-3: GSM modem (1-port) converter now attached to ttyUSB0 [ 17.968920] option 2-3:1.1: usb_probe_interface [ 17.968923] option 2-3:1.1: usb_probe_interface - got id [ 17.968929] option 2-3:1.1: GSM modem (1-port) converter detected [ 17.968995] usb 2-3: GSM modem (1-port) converter now attached to ttyUSB1 [ 17.969323] option 2-3:1.2: usb_probe_interface [ 17.969327] option 2-3:1.2: usb_probe_interface - got id [ 17.969333] option 2-3:1.2: GSM modem (1-port) converter detected [ 17.969409] usb 2-3: GSM modem (1-port) converter now attached to ttyUSB2 [ 17.969420] option 2-3:1.3: usb_probe_interface [ 17.969423] option 2-3:1.3: usb_probe_interface - got id [ 17.969428] option 2-3:1.3: GSM modem (1-port) converter detected [ 17.970977] usb 2-3: GSM modem (1-port) converter now attached to ttyUSB3 [ 17.970993] option 2-3:1.4: usb_probe_interface [ 17.970997] option 2-3:1.4: usb_probe_interface - got id [ 17.971026] option 2-3:1.4: GSM modem (1-port) converter detected [ 17.971196] usb 2-3: GSM modem (1-port) converter now attached to ttyUSB4 [ 17.971208] option 2-3:1.5: usb_probe_interface [ 17.971212] option 2-3:1.5: usb_probe_interface - got id [ 17.971217] option 2-3:1.5: GSM modem (1-port) converter detected [ 17.971244] usb 2-3: link qh2-0001/ffff880037ee68c0 start 0 [2/0 us] [ 17.972490] usb 2-3: GSM modem (1-port) converter now attached to ttyUSB5 [ 17.972586] usbcore: registered new interface driver option [ 17.972590] option: v0.7.2:USB Driver for GSM modems [ 17.973693] usb 2-3:1.5: uevent [ 17.974816] usb 2-3:1.3: uevent [ 17.976072] usb 2-3:1.2: uevent [ 17.976314] usb 2-3:1.0: uevent [ 17.977303] usb 2-3:1.1: uevent [ 17.978993] usb 2-3:1.3: uevent [ 17.979226] usb 2-3: uevent [ 17.980479] usb 2-3:1.0: uevent [ 17.980670] usb 2-3: uevent [ 17.982343] usb 2-3:1.1: uevent [ 17.982510] usb 2-3: uevent [ 17.984157] usb 2-3:1.5: uevent [ 17.984343] usb 2-3: uevent [ 17.984460] usb 2-3:1.0: uevent [ 17.984555] usb 2-3: uevent [ 17.985660] usb 2-3:1.2: uevent [ 17.985826] usb 2-3: uevent [ 17.989877] usb 2-3:1.3: uevent [ 17.989968] usb 2-3: uevent [ 17.990887] usb 2-3:1.5: uevent [ 17.990973] usb 2-3: uevent [ 17.993013] usb 2-3:1.1: uevent [ 17.993102] usb 2-3: uevent [ 17.997097] usb 2-3:1.2: uevent [ 17.997200] usb 2-3: uevent [ 18.257170] cfg80211: Calling CRDA to update world regulatory domain [ 18.259054] usb 2-3:1.4: uevent [ 18.260437] usb 2-3:1.4: uevent [ 18.260612] usb 2-3: uevent [ 18.264237] usb 2-3:1.4: uevent [ 18.264326] usb 2-3: uevent [ 18.569678] [drm] Initialized drm 1.1.0 20060810 [ 18.856530] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 18.856538] i915 0000:00:02.0: setting latency timer to 64 [ 18.868800] alloc irq_desc for 27 on node -1 [ 18.868805] alloc kstat_irqs on node -1 [ 18.868818] i915 0000:00:02.0: irq 27 for MSI/MSI-X [ 18.868828] [drm] set up 63M of stolen space [ 19.646054] [drm] LVDS-8: set mode 1366x768 10 [ 19.775873] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, 2.6.33-rc3-41-desktop-kds [ 19.775877] iwlagn: Copyright(c) 2003-2009 Intel Corporation [ 19.776445] iwlagn 0000:02:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19 [ 19.776712] iwlagn 0000:02:00.0: setting latency timer to 64 [ 19.777210] iwlagn 0000:02:00.0: Detected Intel Wireless WiFi Link 1000 Series BGN REV=0x6C [ 19.798648] iwlagn 0000:02:00.0: Tunable channels: 13 802.11bg, 0 802.11a channels [ 19.798838] alloc irq_desc for 28 on node -1 [ 19.798841] alloc kstat_irqs on node -1 [ 19.798910] iwlagn 0000:02:00.0: irq 28 for MSI/MSI-X [ 19.904069] phy0: Selected rate control algorithm 'iwl-agn-rs' [ 19.939231] Console: switching to colour frame buffer device 170x48 [ 19.944875] fb0: inteldrmfb frame buffer device [ 19.944878] registered panic notifier [ 19.950221] acpi device:02: registered as cooling_device2 [ 19.950895] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7 [ 19.950960] ACPI: Video Device [OVGA] (multi-head: yes rom: no post: no) [ 19.951016] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 19.951058] alloc irq_desc for 22 on node -1 [ 19.951061] alloc kstat_irqs on node -1 [ 19.951071] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22 [ 19.951156] alloc irq_desc for 29 on node -1 [ 19.951159] alloc kstat_irqs on node -1 [ 19.951173] HDA Intel 0000:00:1b.0: irq 29 for MSI/MSI-X [ 19.951214] HDA Intel 0000:00:1b.0: setting latency timer to 64 [ 20.070892] hda_codec: ALC269: BIOS auto-probing. [ 20.070900] ALSA sound/pci/hda/hda_codec.c:4284: autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) [ 20.070906] ALSA sound/pci/hda/hda_codec.c:4288: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 20.070911] ALSA sound/pci/hda/hda_codec.c:4292: hp_outs=1 (0x15/0x0/0x0/0x0/0x0) [ 20.070915] ALSA sound/pci/hda/hda_codec.c:4293: mono: mono_out=0x0 [ 20.070919] ALSA sound/pci/hda/hda_codec.c:4296: dig-out=0x1e/0x0 [ 20.070923] ALSA sound/pci/hda/hda_codec.c:4304: inputs: mic=0x12, fmic=0x18, line=0x0, fline=0x0, cd=0x0, aux=0x0 [ 20.071415] ALSA sound/pci/hda/patch_realtek.c:1284: realtek: No valid SSID, checking pincfg 0x4015812d for NID 0x1d [ 20.071420] ALSA sound/pci/hda/patch_realtek.c:1300: realtek: Enabling init ASM_ID=0x812d CODEC_ID=10ec0269 [ 20.071505] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input8 [ 21.532808] Adding 4194296k swap on /dev/mapper/system-swap. Priority:-1 extents:1 across:4194296k [ 23.123600] loop: module loaded [ 23.243467] EXT4-fs (sda8): recovery complete [ 23.243474] EXT4-fs (sda8): mounted filesystem with ordered data mode [ 23.354665] EXT4-fs (dm-1): recovery complete [ 23.354672] EXT4-fs (dm-1): mounted filesystem with ordered data mode [ 26.761839] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 26.976422] ip_tables: (C) 2000-2006 Netfilter Core Team [ 27.124203] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) [ 27.124438] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use [ 27.124442] nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or [ 27.124444] sysctl net.netfilter.nf_conntrack_acct=1 to enable it. [ 27.298615] usb usb3: uevent [ 27.298752] usb 3-0:1.0: uevent [ 27.298902] usb usb1: uevent [ 27.299055] usb 1-0:1.0: uevent [ 27.301018] usb usb4: uevent [ 27.301150] usb 4-0:1.0: uevent [ 27.301296] usb usb5: uevent [ 27.301429] usb 5-0:1.0: uevent [ 27.301577] usb usb6: uevent [ 27.301703] usb 6-0:1.0: uevent [ 27.301849] usb usb2: uevent [ 27.301976] usb 2-0:1.0: uevent [ 27.302077] usb 2-3: uevent [ 27.302213] usb 2-3:1.0: uevent [ 27.302499] usb 2-3:1.1: uevent [ 27.302779] usb 2-3:1.2: uevent [ 27.303108] usb 2-3:1.3: uevent [ 27.303389] usb 2-3:1.4: uevent [ 27.303665] usb 2-3:1.5: uevent [ 27.303965] usb 2-5: uevent [ 27.304157] usb 2-5:1.0: uevent [ 27.304246] usb 2-5:1.1: uevent [ 29.792596] RPC: Registered udp transport module. [ 29.792602] RPC: Registered tcp transport module. [ 29.792604] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 29.953393] Slow work thread pool: Starting up [ 29.953499] Slow work thread pool: Ready [ 29.953594] FS-Cache: Loaded [ 30.491307] FS-Cache: Netfs 'nfs' registered for caching [ 32.978884] BIOS EDD facility v0.16 2004-Jun-25, 1 devices found [ 33.020355] usb usb3: uevent [ 33.020486] usb 3-0:1.0: uevent [ 33.020629] usb usb1: uevent [ 33.020836] usb 1-0:1.0: uevent [ 33.023285] usb usb4: uevent [ 33.023414] usb 4-0:1.0: uevent [ 33.023558] usb usb5: uevent [ 33.023762] usb 5-0:1.0: uevent [ 33.023907] usb usb6: uevent [ 33.024033] usb 6-0:1.0: uevent [ 33.024727] usb usb2: uevent [ 33.024869] usb 2-0:1.0: uevent [ 33.024959] usb 2-3: uevent [ 33.025492] usb 2-3:1.0: uevent [ 33.025805] usb 2-3:1.1: uevent [ 33.026103] usb 2-3:1.2: uevent [ 33.026788] usb 2-3:1.3: uevent [ 33.027093] usb 2-3:1.4: uevent [ 33.027630] usb 2-3:1.5: uevent [ 33.028013] usb 2-5: uevent [ 33.028382] usb 2-5:1.0: uevent [ 33.028474] usb 2-5:1.1: uevent [ 41.384048] usb 2-3:1.0: uevent [ 41.384238] usb 2-3: uevent [ 41.384558] usb 2-3:1.0: uevent [ 41.384648] usb 2-3: uevent [ 41.385103] usb 2-3:1.0: uevent [ 41.385274] usb 2-3: uevent [ 41.385701] usb 2-3:1.0: uevent [ 41.385793] usb 2-3: uevent [ 41.386056] usb 2-3:1.0: uevent [ 41.386223] usb 2-3: uevent [ 41.386329] usb 2-3: uevent [ 41.386604] usb 2-3:1.0: uevent [ 41.386693] usb 2-3: uevent [ 41.389534] usb 2-3:1.1: uevent [ 41.389636] usb 2-3: uevent [ 41.389907] usb 2-3:1.1: uevent [ 41.389996] usb 2-3: uevent [ 41.390443] usb 2-3:1.1: uevent [ 41.390533] usb 2-3: uevent [ 41.390958] usb 2-3:1.1: uevent [ 41.391063] usb 2-3: uevent [ 41.391322] usb 2-3:1.1: uevent [ 41.391410] usb 2-3: uevent [ 41.391504] usb 2-3: uevent [ 41.391774] usb 2-3:1.1: uevent [ 41.391861] usb 2-3: uevent [ 41.393961] usb 2-3:1.2: uevent [ 41.394109] usb 2-3: uevent [ 41.394755] usb 2-3:1.2: uevent [ 41.394852] usb 2-3: uevent [ 41.395890] usb 2-3:1.2: uevent [ 41.395994] usb 2-3: uevent [ 41.396526] usb 2-3:1.2: uevent [ 41.396616] usb 2-3: uevent [ 41.396867] usb 2-3:1.2: uevent [ 41.396955] usb 2-3: uevent [ 41.397117] usb 2-3: uevent [ 41.397388] usb 2-3:1.2: uevent [ 41.397478] usb 2-3: uevent [ 41.398189] usb 2-3:1.3: uevent [ 41.398285] usb 2-3: uevent [ 41.398554] usb 2-3:1.3: uevent [ 41.398644] usb 2-3: uevent [ 41.399146] usb 2-3:1.3: uevent [ 41.399239] usb 2-3: uevent [ 41.399653] usb 2-3:1.3: uevent [ 41.399742] usb 2-3: uevent [ 41.399996] usb 2-3:1.3: uevent [ 41.400166] usb 2-3: uevent [ 41.400260] usb 2-3: uevent [ 41.400533] usb 2-3:1.3: uevent [ 41.400620] usb 2-3: uevent [ 41.401311] usb 2-3:1.4: uevent [ 41.401406] usb 2-3: uevent [ 41.401667] usb 2-3:1.4: uevent [ 41.401756] usb 2-3: uevent [ 41.402567] usb 2-3:1.4: uevent [ 41.402665] usb 2-3: uevent [ 41.403166] usb 2-3:1.4: uevent [ 41.403258] usb 2-3: uevent [ 41.403514] usb 2-3:1.4: uevent [ 41.403601] usb 2-3: uevent [ 41.403692] usb 2-3: uevent [ 41.403960] usb 2-3:1.4: uevent [ 41.404143] usb 2-3: uevent [ 41.404786] usb 2-3:1.5: uevent [ 41.404880] usb 2-3: uevent [ 41.405222] usb 2-3:1.5: uevent [ 41.405313] usb 2-3: uevent [ 41.405737] usb 2-3:1.5: uevent [ 41.405827] usb 2-3: uevent [ 41.406315] usb 2-3:1.5: uevent [ 41.406404] usb 2-3: uevent [ 41.406657] usb 2-3:1.5: uevent [ 41.406745] usb 2-3: uevent [ 41.406836] usb 2-3: uevent [ 41.407186] usb 2-3:1.5: uevent [ 41.411344] usb 2-3: uevent [ 42.291620] usb 2-3:1.0: uevent [ 42.291736] usb 2-3: uevent [ 42.292019] usb 2-3:1.0: uevent [ 42.292114] usb 2-3: uevent [ 42.292541] usb 2-3:1.0: uevent [ 42.292637] usb 2-3: uevent [ 42.293088] usb 2-3:1.0: uevent [ 42.293200] usb 2-3: uevent [ 44.396265] usb 2-3:1.1: uevent [ 44.396386] usb 2-3: uevent [ 44.398334] usb 2-3:1.2: uevent [ 44.398439] usb 2-3: uevent [ 44.400822] usb 2-3:1.3: uevent [ 44.400926] usb 2-3: uevent [ 44.404219] usb 2-3:1.4: uevent [ 44.404324] usb 2-3: uevent [ 44.411560] usb 2-3:1.5: uevent [ 44.411664] usb 2-3: uevent [ 45.660634] alloc irq_desc for 30 on node -1 [ 45.660640] alloc kstat_irqs on node -1 [ 45.660663] atl1c 0000:01:00.0: irq 30 for MSI/MSI-X [ 45.661586] ADDRCONF(NETDEV_UP): eth0: link is not ready [ 45.666973] iwlagn 0000:02:00.0: firmware: requesting iwlwifi-1000-3.ucode [ 45.749347] iwlagn 0000:02:00.0: loaded firmware version 128.50.3.1 [ 45.841463] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 46.167862] NET: Registered protocol family 17 [ 48.943470] usb usb1: uevent [ 48.943631] usb 1-0:1.0: uevent [ 48.943733] usb usb2: uevent [ 48.943879] usb 2-0:1.0: uevent [ 48.943979] usb usb3: uevent [ 48.944183] usb 3-0:1.0: uevent [ 48.944278] usb usb4: uevent [ 48.944411] usb 4-0:1.0: uevent [ 48.944503] usb usb5: uevent [ 48.944638] usb 5-0:1.0: uevent [ 48.944731] usb usb6: uevent [ 48.944863] usb 6-0:1.0: uevent [ 48.944960] usb 2-3: uevent [ 48.945115] usb 2-3:1.0: uevent [ 48.945213] usb 2-3:1.1: uevent [ 48.945309] usb 2-3:1.2: uevent [ 48.945405] usb 2-3:1.3: uevent [ 48.945500] usb 2-3:1.4: uevent [ 48.945594] usb 2-3:1.5: uevent [ 48.945689] usb 2-5: uevent [ 48.945826] usb 2-5:1.0: uevent [ 48.945919] usb 2-5:1.1: uevent [ 49.398682] usb 2-3:1.1: uevent [ 49.398797] usb 2-3: uevent [ 49.399089] usb 2-3:1.1: uevent [ 49.399201] usb 2-3: uevent [ 49.399606] usb 2-3:1.1: uevent [ 49.399703] usb 2-3: uevent [ 49.400187] usb 2-3:1.1: uevent [ 49.400289] usb 2-3: uevent [ 49.400738] usb 2-3:1.1: uevent [ 49.400833] usb 2-3: uevent [ 49.405033] usb 2-3:1.2: uevent [ 49.405162] usb 2-3: uevent [ 49.405444] usb 2-3:1.2: uevent [ 49.405540] usb 2-3: uevent [ 49.405938] usb 2-3:1.2: uevent [ 49.406034] usb 2-3: uevent [ 49.406500] usb 2-3:1.2: uevent [ 49.406595] usb 2-3: uevent [ 49.407050] usb 2-3:1.2: uevent [ 49.407163] usb 2-3: uevent [ 49.411488] usb 2-3:1.3: uevent [ 49.411603] usb 2-3: uevent [ 49.411894] usb 2-3:1.3: uevent [ 49.411991] usb 2-3: uevent [ 49.412831] usb 2-3:1.3: uevent [ 49.412935] usb 2-3: uevent [ 49.413647] usb 2-3:1.3: uevent [ 49.413745] usb 2-3: uevent [ 49.414430] usb 2-3:1.3: uevent [ 49.414524] usb 2-3: uevent [ 49.419403] usb 2-3:1.4: uevent [ 49.419507] usb 2-3: uevent [ 49.419780] usb 2-3:1.4: uevent [ 49.419872] usb 2-3: uevent [ 49.420287] usb 2-3:1.4: uevent [ 49.420377] usb 2-3: uevent [ 49.420798] usb 2-3:1.4: uevent [ 49.420887] usb 2-3: uevent [ 49.421319] usb 2-3:1.4: uevent [ 49.421409] usb 2-3: uevent [ 49.424657] usb 2-3:1.5: uevent [ 49.424769] usb 2-3: uevent [ 49.425091] usb 2-3:1.5: uevent [ 49.425187] usb 2-3: uevent [ 49.425600] usb 2-3:1.5: uevent [ 49.425698] usb 2-3: uevent [ 49.426175] usb 2-3:1.5: uevent [ 49.426270] usb 2-3: uevent [ 49.426720] usb 2-3:1.5: uevent [ 49.426818] usb 2-3: uevent [ 88.650932] usb usb1: uevent [ 88.651104] usb 1-0:1.0: uevent [ 88.651555] usb usb2: uevent [ 88.651708] usb 2-0:1.0: uevent [ 88.651810] usb usb3: uevent [ 88.651955] usb 3-0:1.0: uevent [ 88.652057] usb usb4: uevent [ 88.652692] usb 4-0:1.0: uevent [ 88.652799] usb usb5: uevent [ 88.652945] usb 5-0:1.0: uevent [ 88.653049] usb usb6: uevent [ 88.653567] usb 6-0:1.0: uevent [ 88.653678] usb 2-3: uevent [ 88.653828] usb 2-3:1.0: uevent [ 88.653933] usb 2-3:1.1: uevent [ 88.654039] usb 2-3:1.2: uevent [ 88.654608] usb 2-3:1.3: uevent [ 88.654725] usb 2-3:1.4: uevent [ 88.654833] usb 2-3:1.5: uevent [ 88.654939] usb 2-5: uevent [ 88.659619] usb 2-5:1.0: uevent [ 88.659759] usb 2-5:1.1: uevent [ 94.440172] iwlagn 0000:02:00.0: RF_KILL bit toggled to disable radio. [ 98.297364] usb usb1: uevent [ 98.297535] usb 1-0:1.0: uevent [ 98.297641] usb usb2: uevent [ 98.297787] usb 2-0:1.0: uevent [ 98.297889] usb usb3: uevent [ 98.298040] usb 3-0:1.0: uevent [ 98.298786] usb usb4: uevent [ 98.298944] usb 4-0:1.0: uevent [ 98.299049] usb usb5: uevent [ 98.299537] usb 5-0:1.0: uevent [ 98.299646] usb usb6: uevent [ 98.299793] usb 6-0:1.0: uevent [ 98.299901] usb 2-3: uevent [ 98.300050] usb 2-3:1.0: uevent [ 98.300607] usb 2-3:1.1: uevent [ 98.300718] usb 2-3:1.2: uevent [ 98.300826] usb 2-3:1.3: uevent [ 98.300930] usb 2-3:1.4: uevent [ 98.301034] usb 2-3:1.5: uevent [ 98.301629] usb 2-5: uevent [ 98.301791] usb 2-5:1.0: uevent [ 98.301898] usb 2-5:1.1: uevent [ 136.373546] PPP generic driver version 2.4.2 [ 136.515709] PPP Deflate Compression module registered
[ 0.000000] Linux version 2.6.33-rc3-41-desktop (root@paddy-nmb) (gcc version 4.4.1 [gcc-4_4-branch revision 150839] (SUSE Linux) ) #2 SMP PREEMPT Wed Feb 3 10:54:48 CET 2010 [ 0.000000] Command line: root=/dev/system/root resume=/dev/system/swap usb.autosuspend=1 splash=silent quiet [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009e000 (usable) [ 0.000000] BIOS-e820: 000000000009e000 - 00000000000a0000 (reserved) [ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved) [ 0.000000] BIOS-e820: 0000000000100000 - 00000000bba60000 (usable) [ 0.000000] BIOS-e820: 00000000bba60000 - 00000000bbabf000 (reserved) [ 0.000000] BIOS-e820: 00000000bbabf000 - 00000000bbb80000 (usable) [ 0.000000] BIOS-e820: 00000000bbb80000 - 00000000bbbbf000 (ACPI NVS) [ 0.000000] BIOS-e820: 00000000bbbbf000 - 00000000bbbe2000 (usable) [ 0.000000] BIOS-e820: 00000000bbbe2000 - 00000000bbbf7000 (ACPI data) [ 0.000000] BIOS-e820: 00000000bbbf7000 - 00000000bbc00000 (usable) [ 0.000000] BIOS-e820: 00000000bbc00000 - 00000000c0000000 (reserved) [ 0.000000] BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved) [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved) [ 0.000000] BIOS-e820: 00000000fed10000 - 00000000fed14000 (reserved) [ 0.000000] BIOS-e820: 00000000fed18000 - 00000000fed1a000 (reserved) [ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved) [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved) [ 0.000000] BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved) [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] DMI 2.6 present. [ 0.000000] No AGP bridge found [ 0.000000] last_pfn = 0xbbc00 max_arch_pfn = 0x400000000 [ 0.000000] MTRR default type: uncachable [ 0.000000] MTRR fixed ranges enabled: [ 0.000000] 00000-9FFFF write-back [ 0.000000] A0000-BFFFF uncachable [ 0.000000] C0000-FFFFF write-through [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 000000000 mask F80000000 write-back [ 0.000000] 1 base 0FFE00000 mask FFFE00000 write-protect [ 0.000000] 2 base 080000000 mask FC0000000 write-back [ 0.000000] 3 base 0BC000000 mask FFC000000 uncachable [ 0.000000] 4 base 0BBC00000 mask FFFC00000 uncachable [ 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] e820 update range: 0000000000001000 - 0000000000010000 (usable) ==> (reserved) [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] modified physical RAM map: [ 0.000000] modified: 0000000000000000 - 0000000000001000 (usable) [ 0.000000] modified: 0000000000001000 - 0000000000010000 (reserved) [ 0.000000] modified: 0000000000010000 - 000000000009e000 (usable) [ 0.000000] modified: 000000000009e000 - 00000000000a0000 (reserved) [ 0.000000] modified: 00000000000e0000 - 0000000000100000 (reserved) [ 0.000000] modified: 0000000000100000 - 00000000bba60000 (usable) [ 0.000000] modified: 00000000bba60000 - 00000000bbabf000 (reserved) [ 0.000000] modified: 00000000bbabf000 - 00000000bbb80000 (usable) [ 0.000000] modified: 00000000bbb80000 - 00000000bbbbf000 (ACPI NVS) [ 0.000000] modified: 00000000bbbbf000 - 00000000bbbe2000 (usable) [ 0.000000] modified: 00000000bbbe2000 - 00000000bbbf7000 (ACPI data) [ 0.000000] modified: 00000000bbbf7000 - 00000000bbc00000 (usable) [ 0.000000] modified: 00000000bbc00000 - 00000000c0000000 (reserved) [ 0.000000] modified: 00000000f8000000 - 00000000fc000000 (reserved) [ 0.000000] modified: 00000000fec00000 - 00000000fec01000 (reserved) [ 0.000000] modified: 00000000fed10000 - 00000000fed14000 (reserved) [ 0.000000] modified: 00000000fed18000 - 00000000fed1a000 (reserved) [ 0.000000] modified: 00000000fed1c000 - 00000000fed20000 (reserved) [ 0.000000] modified: 00000000fee00000 - 00000000fee01000 (reserved) [ 0.000000] modified: 00000000ffe00000 - 0000000100000000 (reserved) [ 0.000000] initial memory mapped : 0 - 20000000 [ 0.000000] init_memory_mapping: 0000000000000000-00000000bbc00000 [ 0.000000] 0000000000 - 00bbc00000 page 2M [ 0.000000] kernel direct mapping tables up to bbc00000 @ 16000-1a000 [ 0.000000] RAMDISK: 37418000 - 37fef32f [ 0.000000] ACPI: RSDP 00000000000fe020 00024 (v02 ACRSYS) [ 0.000000] ACPI: XSDT 00000000bbbf6120 0006C (v01 ACRSYS ACRPRDCT 00000001 01000013) [ 0.000000] ACPI: FACP 00000000bbbf4000 000F4 (v04 ACRSYS ACRPRDCT 00000001 1025 01000013) [ 0.000000] ACPI: DSDT 00000000bbbe8000 073EA (v01 ACRSYS ACRPRDCT 00000001 1025 01000013) [ 0.000000] ACPI: FACS 00000000bbb8d000 00040 [ 0.000000] ACPI: DMAR 00000000bbbf5000 00068 (v01 ? 00000001 00000000) [ 0.000000] ACPI: HPET 00000000bbbf3000 00038 (v01 ACRSYS ACRPRDCT 00000001 1025 01000013) [ 0.000000] ACPI: APIC 00000000bbbf2000 0006C (v02 ACRSYS ACRPRDCT 00000001 1025 01000013) [ 0.000000] ACPI: MCFG 00000000bbbf1000 0003C (v01 ACRSYS ACRPRDCT 00000001 1025 01000013) [ 0.000000] ACPI: ASF! 00000000bbbf0000 000A5 (v32 ACRSYS ACRPRDCT 00000001 1025 01000013) [ 0.000000] ACPI: SLIC 00000000bbbe7000 00176 (v01 ACRSYS ACRPRDCT 00000001 1025 01000013) [ 0.000000] ACPI: BOOT 00000000bbbe6000 00028 (v01 ACRSYS ACRPRDCT 00000001 1025 01000013) [ 0.000000] ACPI: SSDT 00000000bbbe2000 00655 (v01 PmRef CpuPm 00003000 INTL 20051117) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at 0000000000000000-00000000bbc00000 [ 0.000000] Bootmem setup node 0 0000000000000000-00000000bbc00000 [ 0.000000] NODE_DATA [0000000000018000 - 000000000002ffff] [ 0.000000] bootmap [0000000000030000 - 000000000004777f] pages 18 [ 0.000000] (8 early reservations) ==> bootmem [0000000000 - 00bbc00000] [ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000] [ 0.000000] #1 [0001000000 - 0001d4ad58] TEXT DATA BSS ==> [0001000000 - 0001d4ad58] [ 0.000000] #2 [0037418000 - 0037fef32f] RAMDISK ==> [0037418000 - 0037fef32f] [ 0.000000] #3 [000009e000 - 0000100000] BIOS reserved ==> [000009e000 - 0000100000] [ 0.000000] #4 [0001d4b000 - 0001d4b2cc] BRK ==> [0001d4b000 - 0001d4b2cc] [ 0.000000] #5 [0000010000 - 0000012000] TRAMPOLINE ==> [0000010000 - 0000012000] [ 0.000000] #6 [0000012000 - 0000016000] ACPI WAKEUP ==> [0000012000 - 0000016000] [ 0.000000] #7 [0000016000 - 0000018000] PGTABLE ==> [0000016000 - 0000018000] [ 0.000000] [ffffea0000000000-ffffea00029fffff] PMD -> [ffff880002200000-ffff880004bfffff] on node 0 [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000000 -> 0x00001000 [ 0.000000] DMA32 0x00001000 -> 0x00100000 [ 0.000000] Normal 0x00100000 -> 0x00100000 [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[6] active PFN ranges [ 0.000000] 0: 0x00000000 -> 0x00000001 [ 0.000000] 0: 0x00000010 -> 0x0000009e [ 0.000000] 0: 0x00000100 -> 0x000bba60 [ 0.000000] 0: 0x000bbabf -> 0x000bbb80 [ 0.000000] 0: 0x000bbbbf -> 0x000bbbe2 [ 0.000000] 0: 0x000bbbf7 -> 0x000bbc00 [ 0.000000] On node 0 totalpages: 768732 [ 0.000000] DMA zone: 56 pages used for memmap [ 0.000000] DMA zone: 107 pages reserved [ 0.000000] DMA zone: 3820 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 10458 pages used for memmap [ 0.000000] DMA32 zone: 754291 pages, LIFO batch:31 [ 0.000000] ACPI: PM-Timer IO Port: 0x408 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x00] disabled) [ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: IRQ0 used by override. [ 0.000000] ACPI: IRQ2 used by override. [ 0.000000] ACPI: IRQ9 used by override. [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs [ 0.000000] nr_irqs_gsi: 24 [ 0.000000] PM: Registered nosave memory: 0000000000001000 - 0000000000010000 [ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000 [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000 [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000 [ 0.000000] PM: Registered nosave memory: 00000000bba60000 - 00000000bbabf000 [ 0.000000] PM: Registered nosave memory: 00000000bbb80000 - 00000000bbbbf000 [ 0.000000] PM: Registered nosave memory: 00000000bbbe2000 - 00000000bbbf7000 [ 0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:38000000) [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff880001e00000 s83544 r8192 d22952 u524288 [ 0.000000] pcpu-alloc: s83544 r8192 d22952 u524288 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 0 1 2 3 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 758111 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: root=/dev/system/root resume=/dev/system/swap usb.autosuspend=1 splash=silent quiet [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240 [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing! [ 0.000000] ------------[ cut here ]------------ [ 0.000000] WARNING: at drivers/pci/dmar.c:647 check_zero_address+0x96/0x1a5() [ 0.000000] Hardware name: Aspire 1810TZ [ 0.000000] Your BIOS is broken; DMAR reported at address zero! [ 0.000000] BIOS vendor: INSYDE; Ver: v1.3303; Product Version: v1.3303 [ 0.000000] Modules linked in: [ 0.000000] Pid: 0, comm: swapper Not tainted 2.6.33-rc3-41-desktop #2 [ 0.000000] Call Trace: [ 0.000000] [<ffffffff81050788>] warn_slowpath_common+0x78/0xb0 [ 0.000000] [<ffffffff814933be>] ? _etext+0x0/0x2 [ 0.000000] [<ffffffff8105081c>] warn_slowpath_fmt+0x3c/0x40 [ 0.000000] [<ffffffff81b444c7>] ? early_ioremap+0x13/0x15 [ 0.000000] [<ffffffff81b56e5a>] check_zero_address+0x96/0x1a5 [ 0.000000] [<ffffffff8127d12b>] ? acpi_get_table_with_size+0x55/0xaf [ 0.000000] [<ffffffff814933be>] ? _etext+0x0/0x2 [ 0.000000] [<ffffffff81b56f7b>] detect_intel_iommu+0x12/0x95 [ 0.000000] [<ffffffff81b33a59>] pci_iommu_alloc+0x67/0x76 [ 0.000000] [<ffffffff81b43dc0>] mem_init+0x19/0xec [ 0.000000] [<ffffffff81b2eb4b>] start_kernel+0x1ca/0x3b6 [ 0.000000] [<ffffffff81b2e319>] x86_64_start_reservations+0x120/0x124 [ 0.000000] [<ffffffff81b2e417>] x86_64_start_kernel+0xfa/0x109 [ 0.000000] ---[ end trace 4eaa2a86a8e2da22 ]--- [ 0.000000] Memory: 3005328k/3076096k available (4684k kernel code, 1168k absent, 69600k reserved, 6671k data, 972k init) [ 0.000000] Hierarchical RCU implementation. [ 0.000000] NR_IRQS:4352 nr_irqs:440 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] hpet clockevent registered [ 0.000000] Fast TSC calibration using PIT [ 0.000000] Detected 1296.893 MHz processor. [ 0.001006] Calibrating delay loop (skipped), value calculated using timer frequency.. 2593.78 BogoMIPS (lpj=1296893) [ 0.002061] Security Framework initialized [ 0.002079] SELinux: Disabled at boot. [ 0.002647] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.005697] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.007223] Mount-cache hash table entries: 256 [ 0.007474] CPU: Physical Processor ID: 0 [ 0.007477] CPU: Processor Core ID: 0 [ 0.007482] mce: CPU supports 6 MCE banks [ 0.007493] CPU0: Thermal monitoring enabled (TM2) [ 0.007498] using mwait in idle threads. [ 0.007500] Performance Events: Core2 events, Intel PMU driver. [ 0.007508] ... version: 2 [ 0.007510] ... bit width: 40 [ 0.007512] ... generic registers: 2 [ 0.007514] ... value mask: 000000ffffffffff [ 0.007517] ... max period: 000000007fffffff [ 0.007519] ... fixed-purpose events: 3 [ 0.007521] ... event mask: 0000000700000003 [ 0.009175] ACPI: Core revision 20091214 [ 0.031112] DMAR: Host address width 36 [ 0.031117] DMAR: DRHD base: 0x00000000000000 flags: 0x1 [ 0.031120] DMAR: parse DMAR table failure. [ 0.031123] Setting APIC routing to flat [ 0.031488] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.042024] CPU0: Genuine Intel(R) CPU U4100 @ 1.30GHz stepping 0a [ 0.048035] Booting Node 0, Processors #1 [ 0.120034] Brought up 2 CPUs [ 0.120039] Total of 2 processors activated (5187.17 BogoMIPS). [ 0.121025] devtmpfs: initialized [ 0.126648] regulator: core version 0.5 [ 0.126648] Time: 18:19:53 Date: 02/03/10 [ 0.126648] NET: Registered protocol family 16 [ 0.127150] ACPI: bus type pci registered [ 0.127256] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000) [ 0.127261] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820 [ 0.129305] PCI: Using configuration type 1 for base access [ 0.130369] bio: create slab <bio-0> at 0 [ 0.135092] ACPI: EC: Look up EC in DSDT [ 0.141834] ACPI: Executed 1 blocks of module-level executable AML code [ 0.146864] ACPI: BIOS _OSI(Linux) query ignored [ 0.148996] ACPI: SSDT 00000000bba6fc98 001E1 (v01 PmRef Cpu0Ist 00003000 INTL 20051117) [ 0.150574] ACPI: SSDT 00000000bba6d598 00537 (v01 PmRef Cpu0Cst 00003001 INTL 20051117) [ 0.152576] ACPI: SSDT 00000000bba6ee18 001CF (v01 PmRef ApIst 00003000 INTL 20051117) [ 0.154011] ACPI: SSDT 00000000bba6ff18 0008D (v01 PmRef ApCst 00003000 INTL 20051117) [ 0.157269] ACPI: Interpreter enabled [ 0.157274] ACPI: (supports S0 S3 S4 S5) [ 0.157328] ACPI: Using IOAPIC for interrupt routing [ 0.170868] ACPI: EC: GPE = 0x18, I/O: command/status = 0x66, data = 0x62 [ 0.171353] ACPI: No dock devices found. [ 0.172341] ACPI: PCI Root Bridge [PCI0] (0000:00) [ 0.172399] pci_root PNP0A08:00: ignoring host bridge windows from ACPI; boot with "pci=use_crs" to use them [ 0.174249] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7] (ignored) [ 0.174254] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff] (ignored) [ 0.174258] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored) [ 0.174264] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xfebfffff] (ignored) [ 0.174308] DMAR: Forcing write-buffer flush capability [ 0.174354] pci 0000:00:02.0: reg 10: [mem 0xd0000000-0xd03fffff 64bit] [ 0.174364] pci 0000:00:02.0: reg 18: [mem 0xc0000000-0xcfffffff 64bit pref] [ 0.174371] pci 0000:00:02.0: reg 20: [io 0x30d0-0x30d7] [ 0.174424] pci 0000:00:02.1: reg 10: [mem 0xd2400000-0xd24fffff 64bit] [ 0.174571] pci 0000:00:1a.0: reg 20: [io 0x30a0-0x30bf] [ 0.174677] pci 0000:00:1a.7: reg 10: [mem 0xd4504c00-0xd4504fff] [ 0.174756] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold [ 0.174763] pci 0000:00:1a.7: PME# disabled [ 0.174817] pci 0000:00:1b.0: reg 10: [mem 0xd4500000-0xd4503fff 64bit] [ 0.174880] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold [ 0.174885] pci 0000:00:1b.0: PME# disabled [ 0.174987] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 0.174993] pci 0000:00:1c.0: PME# disabled [ 0.175106] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold [ 0.175112] pci 0000:00:1c.3: PME# disabled [ 0.175209] pci 0000:00:1d.0: reg 20: [io 0x3080-0x309f] [ 0.175329] pci 0000:00:1d.1: reg 20: [io 0x3060-0x307f] [ 0.175450] pci 0000:00:1d.2: reg 20: [io 0x3040-0x305f] [ 0.175555] pci 0000:00:1d.7: reg 10: [mem 0xd4504800-0xd4504bff] [ 0.175634] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold [ 0.175641] pci 0000:00:1d.7: PME# disabled [ 0.175883] pci 0000:00:1f.2: reg 10: [io 0x30c8-0x30cf] [ 0.175893] pci 0000:00:1f.2: reg 14: [io 0x30dc-0x30df] [ 0.175902] pci 0000:00:1f.2: reg 18: [io 0x30c0-0x30c7] [ 0.175910] pci 0000:00:1f.2: reg 1c: [io 0x30d8-0x30db] [ 0.175919] pci 0000:00:1f.2: reg 20: [io 0x3020-0x303f] [ 0.175928] pci 0000:00:1f.2: reg 24: [mem 0xd4504000-0xd45047ff] [ 0.175977] pci 0000:00:1f.2: PME# supported from D3hot [ 0.175982] pci 0000:00:1f.2: PME# disabled [ 0.176034] pci 0000:00:1f.3: reg 10: [mem 0xd4505000-0xd45050ff 64bit] [ 0.176054] pci 0000:00:1f.3: reg 20: [io 0x3000-0x301f] [ 0.176143] pci 0000:01:00.0: reg 10: [mem 0xd3500000-0xd353ffff 64bit] [ 0.176155] pci 0000:01:00.0: reg 18: [io 0x2000-0x207f] [ 0.176235] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.176243] pci 0000:01:00.0: PME# disabled [ 0.178074] pci 0000:00:1c.0: PCI bridge to [bus 01-01] [ 0.178081] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff] [ 0.178087] pci 0000:00:1c.0: bridge window [mem 0xd3500000-0xd44fffff] [ 0.178096] pci 0000:00:1c.0: bridge window [mem 0xd0400000-0xd13fffff 64bit pref] [ 0.178174] pci 0000:02:00.0: reg 10: [mem 0xd2500000-0xd2501fff 64bit] [ 0.178291] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold [ 0.178299] pci 0000:02:00.0: PME# disabled [ 0.180074] pci 0000:00:1c.3: PCI bridge to [bus 02-02] [ 0.180081] pci 0000:00:1c.3: bridge window [io 0x1000-0x1fff] [ 0.180087] pci 0000:00:1c.3: bridge window [mem 0xd2500000-0xd34fffff] [ 0.180096] pci 0000:00:1c.3: bridge window [mem 0xd1400000-0xd23fffff 64bit pref] [ 0.180168] pci 0000:00:1e.0: PCI bridge to [bus 03-03] (subtractive decode) [ 0.180214] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] [ 0.180788] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT] [ 0.180993] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP4._PRT] [ 0.206628] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12) [ 0.206878] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 *11 12) [ 0.207135] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 *11 12) [ 0.207384] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 *10 11 12) [ 0.207627] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 11 12) *0, disabled. [ 0.207873] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12) *0, disabled. [ 0.208126] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 9 10 *11 12) [ 0.208370] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 *11 12) [ 0.208550] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.208568] vgaarb: loaded [ 0.208773] SCSI subsystem initialized [ 0.208812] libata version 3.00 loaded. [ 0.208812] usbcore: registered new interface driver usbfs [ 0.208812] usbcore: registered new interface driver hub [ 0.209023] usbcore: registered new device driver usb [ 0.209062] PCI: Using ACPI for IRQ routing [ 0.209066] PCI: pci_cache_line_size set to 64 bytes [ 0.209299] NetLabel: Initializing [ 0.209302] NetLabel: domain hash size = 128 [ 0.209304] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.209326] NetLabel: unlabeled traffic allowed by default [ 0.209333] HPET: 4 timers in total, 0 timers will be used for per-cpu timer [ 0.209341] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0 [ 0.209348] hpet0: 4 comparators, 64-bit 14.318180 MHz counter [ 0.212012] Switching to clocksource tsc [ 0.214100] pnp: PnP ACPI init [ 0.214114] ACPI: bus type pnp registered [ 0.216098] pnp 00:01: disabling [io 0x164e-0x164f] because it overlaps 0000:00:1c.3 BAR 13 [io 0x1000-0x1fff] [ 0.217350] pnp: PnP ACPI: found 9 devices [ 0.217353] ACPI: ACPI bus type pnp unregistered [ 0.217370] system 00:01: [io 0x0600-0x060f] has been reserved [ 0.217375] system 00:01: [io 0x0610] has been reserved [ 0.217379] system 00:01: [io 0x0800-0x080f] has been reserved [ 0.217383] system 00:01: [io 0x0810-0x0817] has been reserved [ 0.217387] system 00:01: [io 0x0820-0x0823] has been reserved [ 0.217391] system 00:01: [io 0x0400-0x047f] has been reserved [ 0.217395] system 00:01: [io 0x0500-0x053f] has been reserved [ 0.217400] system 00:01: [mem 0xf8000000-0xfbffffff] has been reserved [ 0.217404] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved [ 0.217409] system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved [ 0.217413] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved [ 0.217417] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved [ 0.217422] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.217427] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved [ 0.217431] system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved [ 0.217435] system 00:01: [mem 0xfed45000-0xfed8ffff] has been reserved [ 0.217440] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved [ 0.222371] pci 0000:00:1c.0: PCI bridge to [bus 01-01] [ 0.222376] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff] [ 0.222384] pci 0000:00:1c.0: bridge window [mem 0xd3500000-0xd44fffff] [ 0.222391] pci 0000:00:1c.0: bridge window [mem 0xd0400000-0xd13fffff 64bit pref] [ 0.222400] pci 0000:00:1c.3: PCI bridge to [bus 02-02] [ 0.222405] pci 0000:00:1c.3: bridge window [io 0x1000-0x1fff] [ 0.222412] pci 0000:00:1c.3: bridge window [mem 0xd2500000-0xd34fffff] [ 0.222419] pci 0000:00:1c.3: bridge window [mem 0xd1400000-0xd23fffff 64bit pref] [ 0.222428] pci 0000:00:1e.0: PCI bridge to [bus 03-03] [ 0.222430] pci 0000:00:1e.0: bridge window [io disabled] [ 0.222437] pci 0000:00:1e.0: bridge window [mem disabled] [ 0.222443] pci 0000:00:1e.0: bridge window [mem pref disabled] [ 0.222463] alloc irq_desc for 17 on node -1 [ 0.222465] alloc kstat_irqs on node -1 [ 0.222473] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 [ 0.222480] pci 0000:00:1c.0: setting latency timer to 64 [ 0.222492] alloc irq_desc for 19 on node -1 [ 0.222494] alloc kstat_irqs on node -1 [ 0.222499] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19 [ 0.222506] pci 0000:00:1c.3: setting latency timer to 64 [ 0.222515] pci 0000:00:1e.0: setting latency timer to 64 [ 0.222520] pci_bus 0000:00: resource 0 [io 0x0000-0xffff] [ 0.222524] pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffffffffffff] [ 0.222528] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff] [ 0.222531] pci_bus 0000:01: resource 1 [mem 0xd3500000-0xd44fffff] [ 0.222534] pci_bus 0000:01: resource 2 [mem 0xd0400000-0xd13fffff 64bit pref] [ 0.222538] pci_bus 0000:02: resource 0 [io 0x1000-0x1fff] [ 0.222541] pci_bus 0000:02: resource 1 [mem 0xd2500000-0xd34fffff] [ 0.222544] pci_bus 0000:02: resource 2 [mem 0xd1400000-0xd23fffff 64bit pref] [ 0.222548] pci_bus 0000:03: resource 3 [io 0x0000-0xffff] [ 0.222551] pci_bus 0000:03: resource 4 [mem 0x00000000-0xffffffffffffffff] [ 0.222632] NET: Registered protocol family 2 [ 0.222881] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.224655] TCP established hash table entries: 524288 (order: 11, 8388608 bytes) [ 0.230818] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) [ 0.231581] TCP: Hash tables configured (established 524288 bind 65536) [ 0.231585] TCP reno registered [ 0.231605] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.231666] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.231935] NET: Registered protocol family 1 [ 0.231963] pci 0000:00:02.0: Boot video device [ 0.231977] pci 0000:00:1a.0: uhci_check_and_reset_hc: legsup = 0x0f10 [ 0.231980] pci 0000:00:1a.0: Performing full reset [ 0.232017] pci 0000:00:1a.7: EHCI: BIOS handoff [ 0.244885] pci 0000:00:1d.0: uhci_check_and_reset_hc: legsup = 0x0f10 [ 0.244888] pci 0000:00:1d.0: Performing full reset [ 0.244911] pci 0000:00:1d.1: uhci_check_and_reset_hc: legsup = 0x0010 [ 0.244914] pci 0000:00:1d.1: Performing full reset [ 0.244936] pci 0000:00:1d.2: uhci_check_and_reset_hc: legsup = 0x0010 [ 0.244939] pci 0000:00:1d.2: Performing full reset [ 0.244968] pci 0000:00:1d.7: EHCI: BIOS handoff [ 0.257886] PCI: CLS 64 bytes, default 64 [ 0.257960] Unpacking initramfs... [ 0.661288] Freeing initrd memory: 12124k freed [ 0.667433] Simple Boot Flag value 0x5 read from CMOS RAM was invalid [ 0.667438] Simple Boot Flag at 0x44 set to 0x1 [ 0.667900] Scanning for low memory corruption every 60 seconds [ 0.668160] audit: initializing netlink socket (disabled) [ 0.668179] type=2000 audit(1265221193.667:1): initialized [ 0.679217] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.679626] VFS: Disk quotas dquot_6.5.2 [ 0.679668] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.679893] msgmni has been set to 5893 [ 0.680008] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 0.680013] io scheduler noop registered [ 0.680015] io scheduler deadline registered [ 0.680041] io scheduler cfq registered (default) [ 0.680253] pcieport 0000:00:1c.0: setting latency timer to 64 [ 0.680310] alloc irq_desc for 24 on node -1 [ 0.680313] alloc kstat_irqs on node -1 [ 0.680330] pcieport 0000:00:1c.0: irq 24 for MSI/MSI-X [ 0.680455] pcieport 0000:00:1c.3: setting latency timer to 64 [ 0.680510] alloc irq_desc for 25 on node -1 [ 0.680512] alloc kstat_irqs on node -1 [ 0.680524] pcieport 0000:00:1c.3: irq 25 for MSI/MSI-X [ 0.680684] pci-stub: invalid id string "" [ 0.683027] Non-volatile memory driver v1.3 [ 0.683031] Linux agpgart interface v0.103 [ 0.683060] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled [ 0.683692] ahci 0000:00:1f.2: version 3.0 [ 0.683709] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19 [ 0.683748] alloc irq_desc for 26 on node -1 [ 0.683751] alloc kstat_irqs on node -1 [ 0.683764] ahci 0000:00:1f.2: irq 26 for MSI/MSI-X [ 0.683831] ahci: SSS flag set, parallel bus scan disabled [ 0.683877] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x33 impl SATA mode [ 0.683883] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led pmp pio slum part ccc ems [ 0.683890] ahci 0000:00:1f.2: setting latency timer to 64 [ 0.689850] scsi0 : ahci [ 0.689973] scsi1 : ahci [ 0.690057] scsi2 : ahci [ 0.690135] scsi3 : ahci [ 0.690214] scsi4 : ahci [ 0.690294] scsi5 : ahci [ 0.690349] ata1: SATA max UDMA/133 abar m2048@0xd4504000 port 0xd4504100 irq 26 [ 0.690354] ata2: SATA max UDMA/133 abar m2048@0xd4504000 port 0xd4504180 irq 26 [ 0.690357] ata3: DUMMY [ 0.690359] ata4: DUMMY [ 0.690362] ata5: SATA max UDMA/133 abar m2048@0xd4504000 port 0xd4504300 irq 26 [ 0.690367] ata6: SATA max UDMA/133 abar m2048@0xd4504000 port 0xd4504380 irq 26 [ 0.690461] Fixed MDIO Bus: probed [ 0.690469] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.690473] ehci_hcd: block sizes: qh 104 qtd 96 itd 192 sitd 96 [ 0.690507] ehci_hcd 0000:00:1a.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19 [ 0.690523] ehci_hcd 0000:00:1a.7: setting latency timer to 64 [ 0.690528] ehci_hcd 0000:00:1a.7: EHCI Host Controller [ 0.690549] drivers/usb/core/inode.c: creating file 'devices' [ 0.690554] drivers/usb/core/inode.c: creating file '001' [ 0.690560] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1 [ 0.690575] ehci_hcd 0000:00:1a.7: reset hcs_params 0x101202 dbg=1 cc=1 pcc=2 ordered !ppc ports=2 [ 0.690581] ehci_hcd 0000:00:1a.7: reset hcc_params 6871 thresh 7 uframes 1024 64 bit addr [ 0.690615] ehci_hcd 0000:00:1a.7: debug port 1 [ 0.690621] ehci_hcd 0000:00:1a.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT [ 0.694518] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported [ 0.694521] ehci_hcd 0000:00:1a.7: supports USB remote wakeup [ 0.694540] ehci_hcd 0000:00:1a.7: irq 19, io mem 0xd4504c00 [ 0.694546] ehci_hcd 0000:00:1a.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT [ 0.698419] ehci_hcd 0000:00:1a.7: init command 010001 (park)=0 ithresh=1 period=1024 RUN [ 0.703779] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00 [ 0.703813] usb usb1: default language 0x0409 [ 0.703824] usb usb1: udev 1, busnum 1, minor = 0 [ 0.703827] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 0.703831] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.703834] usb usb1: Product: EHCI Host Controller [ 0.703837] usb usb1: Manufacturer: Linux 2.6.33-rc3-41-desktop ehci_hcd [ 0.703840] usb usb1: SerialNumber: 0000:00:1a.7 [ 0.703924] usb usb1: uevent [ 0.703941] usb usb1: usb_probe_device [ 0.703945] usb usb1: configuration #1 chosen from 1 choice [ 0.703955] usb usb1: adding 1-0:1.0 (config #1, interface 0) [ 0.703977] usb 1-0:1.0: uevent [ 0.703994] hub 1-0:1.0: usb_probe_interface [ 0.703996] hub 1-0:1.0: usb_probe_interface - got id [ 0.703999] hub 1-0:1.0: USB hub found [ 0.704006] hub 1-0:1.0: 2 ports detected [ 0.704008] hub 1-0:1.0: standalone hub [ 0.704011] hub 1-0:1.0: no power switching (usb 1.0) [ 0.704014] hub 1-0:1.0: individual port over-current protection [ 0.704017] hub 1-0:1.0: power on to power good time: 20ms [ 0.704023] hub 1-0:1.0: local power source is good [ 0.704027] hub 1-0:1.0: trying to enable port power on non-switchable hub [ 0.704055] drivers/usb/core/inode.c: creating file '001' [ 0.704098] alloc irq_desc for 23 on node -1 [ 0.704101] alloc kstat_irqs on node -1 [ 0.704109] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23 [ 0.704124] ehci_hcd 0000:00:1d.7: setting latency timer to 64 [ 0.704128] ehci_hcd 0000:00:1d.7: EHCI Host Controller [ 0.704136] drivers/usb/core/inode.c: creating file '002' [ 0.704142] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2 [ 0.704152] ehci_hcd 0000:00:1d.7: reset hcs_params 0x103206 dbg=1 cc=3 pcc=2 ordered !ppc ports=6 [ 0.704158] ehci_hcd 0000:00:1d.7: reset hcc_params 6871 thresh 7 uframes 1024 64 bit addr [ 0.704192] ehci_hcd 0000:00:1d.7: debug port 1 [ 0.704198] ehci_hcd 0000:00:1d.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT [ 0.708096] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported [ 0.708099] ehci_hcd 0000:00:1d.7: supports USB remote wakeup [ 0.708116] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xd4504800 [ 0.708122] ehci_hcd 0000:00:1d.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT [ 0.711999] ehci_hcd 0000:00:1d.7: init command 010001 (park)=0 ithresh=1 period=1024 RUN [ 0.717776] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00 [ 0.717803] usb usb2: default language 0x0409 [ 0.717814] usb usb2: udev 1, busnum 2, minor = 128 [ 0.717817] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 0.717820] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717824] usb usb2: Product: EHCI Host Controller [ 0.717827] usb usb2: Manufacturer: Linux 2.6.33-rc3-41-desktop ehci_hcd [ 0.717830] usb usb2: SerialNumber: 0000:00:1d.7 [ 0.717900] usb usb2: uevent [ 0.717916] usb usb2: usb_probe_device [ 0.717919] usb usb2: configuration #1 chosen from 1 choice [ 0.717928] usb usb2: adding 2-0:1.0 (config #1, interface 0) [ 0.717949] usb 2-0:1.0: uevent [ 0.717964] hub 2-0:1.0: usb_probe_interface [ 0.717966] hub 2-0:1.0: usb_probe_interface - got id [ 0.717969] hub 2-0:1.0: USB hub found [ 0.717975] hub 2-0:1.0: 6 ports detected [ 0.717977] hub 2-0:1.0: standalone hub [ 0.717980] hub 2-0:1.0: no power switching (usb 1.0) [ 0.717982] hub 2-0:1.0: individual port over-current protection [ 0.717985] hub 2-0:1.0: power on to power good time: 20ms [ 0.717991] hub 2-0:1.0: local power source is good [ 0.717994] hub 2-0:1.0: trying to enable port power on non-switchable hub [ 0.718034] drivers/usb/core/inode.c: creating file '001' [ 0.718078] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.718082] ohci_hcd: block sizes: ed 80 td 96 [ 0.718105] uhci_hcd: USB Universal Host Controller Interface driver [ 0.718144] alloc irq_desc for 16 on node -1 [ 0.718147] alloc kstat_irqs on node -1 [ 0.718153] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 0.718162] uhci_hcd 0000:00:1a.0: setting latency timer to 64 [ 0.718166] uhci_hcd 0000:00:1a.0: UHCI Host Controller [ 0.718174] drivers/usb/core/inode.c: creating file '003' [ 0.718179] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3 [ 0.718190] uhci_hcd 0000:00:1a.0: detected 2 ports [ 0.718197] uhci_hcd 0000:00:1a.0: uhci_check_and_reset_hc: cmd = 0x0000 [ 0.718199] uhci_hcd 0000:00:1a.0: Performing full reset [ 0.718217] uhci_hcd 0000:00:1a.0: supports USB remote wakeup [ 0.718233] uhci_hcd 0000:00:1a.0: irq 16, io base 0x000030a0 [ 0.718276] usb usb3: default language 0x0409 [ 0.718286] usb usb3: udev 1, busnum 3, minor = 256 [ 0.718289] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.718293] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.718296] usb usb3: Product: UHCI Host Controller [ 0.718299] usb usb3: Manufacturer: Linux 2.6.33-rc3-41-desktop uhci_hcd [ 0.718301] usb usb3: SerialNumber: 0000:00:1a.0 [ 0.718375] usb usb3: uevent [ 0.718389] usb usb3: usb_probe_device [ 0.718392] usb usb3: configuration #1 chosen from 1 choice [ 0.718401] usb usb3: adding 3-0:1.0 (config #1, interface 0) [ 0.718422] usb 3-0:1.0: uevent [ 0.718438] hub 3-0:1.0: usb_probe_interface [ 0.718441] hub 3-0:1.0: usb_probe_interface - got id [ 0.718443] hub 3-0:1.0: USB hub found [ 0.718450] hub 3-0:1.0: 2 ports detected [ 0.718452] hub 3-0:1.0: standalone hub [ 0.718454] hub 3-0:1.0: no power switching (usb 1.0) [ 0.718457] hub 3-0:1.0: individual port over-current protection [ 0.718460] hub 3-0:1.0: power on to power good time: 2ms [ 0.718466] hub 3-0:1.0: local power source is good [ 0.718469] hub 3-0:1.0: trying to enable port power on non-switchable hub [ 0.718490] drivers/usb/core/inode.c: creating file '001' [ 0.718538] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23 [ 0.718547] uhci_hcd 0000:00:1d.0: setting latency timer to 64 [ 0.718551] uhci_hcd 0000:00:1d.0: UHCI Host Controller [ 0.718559] drivers/usb/core/inode.c: creating file '004' [ 0.718564] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4 [ 0.718574] uhci_hcd 0000:00:1d.0: detected 2 ports [ 0.718580] uhci_hcd 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 0x0000 [ 0.718583] uhci_hcd 0000:00:1d.0: Performing full reset [ 0.718601] uhci_hcd 0000:00:1d.0: supports USB remote wakeup [ 0.718608] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00003080 [ 0.718651] usb usb4: default language 0x0409 [ 0.718661] usb usb4: udev 1, busnum 4, minor = 384 [ 0.718664] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.718667] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.718670] usb usb4: Product: UHCI Host Controller [ 0.718673] usb usb4: Manufacturer: Linux 2.6.33-rc3-41-desktop uhci_hcd [ 0.718676] usb usb4: SerialNumber: 0000:00:1d.0 [ 0.718745] usb usb4: uevent [ 0.718761] usb usb4: usb_probe_device [ 0.718764] usb usb4: configuration #1 chosen from 1 choice [ 0.718778] usb usb4: adding 4-0:1.0 (config #1, interface 0) [ 0.718798] usb 4-0:1.0: uevent [ 0.718813] hub 4-0:1.0: usb_probe_interface [ 0.718816] hub 4-0:1.0: usb_probe_interface - got id [ 0.718819] hub 4-0:1.0: USB hub found [ 0.718825] hub 4-0:1.0: 2 ports detected [ 0.718827] hub 4-0:1.0: standalone hub [ 0.718830] hub 4-0:1.0: no power switching (usb 1.0) [ 0.718832] hub 4-0:1.0: individual port over-current protection [ 0.718835] hub 4-0:1.0: power on to power good time: 2ms [ 0.718841] hub 4-0:1.0: local power source is good [ 0.718844] hub 4-0:1.0: trying to enable port power on non-switchable hub [ 0.718875] drivers/usb/core/inode.c: creating file '001' [ 0.718917] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19 [ 0.718925] uhci_hcd 0000:00:1d.1: setting latency timer to 64 [ 0.718930] uhci_hcd 0000:00:1d.1: UHCI Host Controller [ 0.718937] drivers/usb/core/inode.c: creating file '005' [ 0.718943] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 5 [ 0.718953] uhci_hcd 0000:00:1d.1: detected 2 ports [ 0.718960] uhci_hcd 0000:00:1d.1: uhci_check_and_reset_hc: cmd = 0x0000 [ 0.718962] uhci_hcd 0000:00:1d.1: Performing full reset [ 0.718980] uhci_hcd 0000:00:1d.1: supports USB remote wakeup [ 0.718987] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00003060 [ 0.719032] usb usb5: default language 0x0409 [ 0.719042] usb usb5: udev 1, busnum 5, minor = 512 [ 0.719045] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.719048] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.719052] usb usb5: Product: UHCI Host Controller [ 0.719054] usb usb5: Manufacturer: Linux 2.6.33-rc3-41-desktop uhci_hcd [ 0.719057] usb usb5: SerialNumber: 0000:00:1d.1 [ 0.719125] usb usb5: uevent [ 0.719139] usb usb5: usb_probe_device [ 0.719142] usb usb5: configuration #1 chosen from 1 choice [ 0.719152] usb usb5: adding 5-0:1.0 (config #1, interface 0) [ 0.719171] usb 5-0:1.0: uevent [ 0.719185] hub 5-0:1.0: usb_probe_interface [ 0.719188] hub 5-0:1.0: usb_probe_interface - got id [ 0.719191] hub 5-0:1.0: USB hub found [ 0.719196] hub 5-0:1.0: 2 ports detected [ 0.719198] hub 5-0:1.0: standalone hub [ 0.719201] hub 5-0:1.0: no power switching (usb 1.0) [ 0.719203] hub 5-0:1.0: individual port over-current protection [ 0.719206] hub 5-0:1.0: power on to power good time: 2ms [ 0.719212] hub 5-0:1.0: local power source is good [ 0.719215] hub 5-0:1.0: trying to enable port power on non-switchable hub [ 0.719235] drivers/usb/core/inode.c: creating file '001' [ 0.719279] uhci_hcd 0000:00:1d.2: PCI INT D -> GSI 16 (level, low) -> IRQ 16 [ 0.719288] uhci_hcd 0000:00:1d.2: setting latency timer to 64 [ 0.719293] uhci_hcd 0000:00:1d.2: UHCI Host Controller [ 0.719300] drivers/usb/core/inode.c: creating file '006' [ 0.719309] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 6 [ 0.719318] uhci_hcd 0000:00:1d.2: detected 2 ports [ 0.719325] uhci_hcd 0000:00:1d.2: uhci_check_and_reset_hc: cmd = 0x0000 [ 0.719327] uhci_hcd 0000:00:1d.2: Performing full reset [ 0.719345] uhci_hcd 0000:00:1d.2: supports USB remote wakeup [ 0.719352] uhci_hcd 0000:00:1d.2: irq 16, io base 0x00003040 [ 0.719395] usb usb6: default language 0x0409 [ 0.719405] usb usb6: udev 1, busnum 6, minor = 640 [ 0.719408] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.719412] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.719415] usb usb6: Product: UHCI Host Controller [ 0.719417] usb usb6: Manufacturer: Linux 2.6.33-rc3-41-desktop uhci_hcd [ 0.719420] usb usb6: SerialNumber: 0000:00:1d.2 [ 0.719495] usb usb6: uevent [ 0.719509] usb usb6: usb_probe_device [ 0.719512] usb usb6: configuration #1 chosen from 1 choice [ 0.719521] usb usb6: adding 6-0:1.0 (config #1, interface 0) [ 0.719540] usb 6-0:1.0: uevent [ 0.719554] hub 6-0:1.0: usb_probe_interface [ 0.719557] hub 6-0:1.0: usb_probe_interface - got id [ 0.719559] hub 6-0:1.0: USB hub found [ 0.719565] hub 6-0:1.0: 2 ports detected [ 0.719568] hub 6-0:1.0: standalone hub [ 0.719570] hub 6-0:1.0: no power switching (usb 1.0) [ 0.719572] hub 6-0:1.0: individual port over-current protection [ 0.719575] hub 6-0:1.0: power on to power good time: 2ms [ 0.719581] hub 6-0:1.0: local power source is good [ 0.719584] hub 6-0:1.0: trying to enable port power on non-switchable hub [ 0.719605] drivers/usb/core/inode.c: creating file '001' [ 0.719655] Initializing USB Mass Storage driver... [ 0.719702] usbcore: registered new interface driver usb-storage [ 0.719705] USB Mass Storage support registered. [ 0.719721] usbcore: registered new interface driver ums-alauda [ 0.719737] usbcore: registered new interface driver ums-cypress [ 0.719754] usbcore: registered new interface driver ums-datafab [ 0.719776] usbcore: registered new interface driver ums-freecom [ 0.719793] usbcore: registered new interface driver ums-isd200 [ 0.719811] usbcore: registered new interface driver ums-jumpshot [ 0.719827] usbcore: registered new interface driver ums-karma [ 0.719843] usbcore: registered new interface driver ums-onetouch [ 0.719860] usbcore: registered new interface driver ums-sddr09 [ 0.719878] usbcore: registered new interface driver ums-sddr55 [ 0.719895] usbcore: registered new interface driver ums-usbat [ 0.719950] PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUE] at 0x60,0x64 irq 1,12 [ 0.727549] i8042.c: Detected active multiplexing controller, rev 1.1. [ 0.730995] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.731003] serio: i8042 AUX0 port at 0x60,0x64 irq 12 [ 0.731008] serio: i8042 AUX1 port at 0x60,0x64 irq 12 [ 0.731012] serio: i8042 AUX2 port at 0x60,0x64 irq 12 [ 0.731016] serio: i8042 AUX3 port at 0x60,0x64 irq 12 [ 0.731102] mice: PS/2 mouse device common for all mice [ 0.731189] Driver 'rtc_cmos' needs updating - please use bus_type methods [ 0.731223] rtc_cmos 00:03: RTC can wake from S4 [ 0.731278] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0 [ 0.731316] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs [ 0.731331] cpuidle: using governor ladder [ 0.731334] cpuidle: using governor menu [ 0.731703] usbcore: registered new interface driver hiddev [ 0.731723] usbcore: registered new interface driver usbhid [ 0.731726] usbhid: USB HID core driver [ 0.732082] TCP cubic registered [ 0.732184] NET: Registered protocol family 10 [ 0.732722] lo: Disabled Privacy Extensions [ 0.733043] lib80211: common routines for IEEE802.11 drivers [ 0.733047] lib80211_crypt: registered algorithm 'NULL' [ 0.733153] PM: Checking image partition /dev/system/swap [ 0.754044] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0 [ 0.803779] hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0000 [ 0.817770] ehci_hcd 0000:00:1d.7: GetStatus port 3 status 001803 POWER sig=j CSC CONNECT [ 0.817775] hub 2-0:1.0: port 3: status 0501 change 0001 [ 0.817790] ehci_hcd 0000:00:1d.7: GetStatus port 5 status 001803 POWER sig=j CSC CONNECT [ 0.817794] hub 2-0:1.0: port 5: status 0501 change 0001 [ 0.817824] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000 [ 0.818774] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000 [ 0.818778] uhci_hcd 0000:00:1d.1: port 1 portsc 0082,00 [ 0.818798] uhci_hcd 0000:00:1d.2: port 1 portsc 0082,00 [ 0.818811] uhci_hcd 0000:00:1d.2: port 2 portsc 008a,00 [ 0.917744] hub 2-0:1.0: state 7 ports 6 chg 0028 evt 0000 [ 0.917754] hub 2-0:1.0: port 3, status 0501, change 0000, 480 Mb/s [ 0.968996] ehci_hcd 0000:00:1d.7: port 3 high speed [ 0.969002] ehci_hcd 0000:00:1d.7: GetStatus port 3 status 001005 POWER sig=se0 PE CONNECT [ 1.018016] usb 2-3: new high speed USB device using ehci_hcd and address 2 [ 1.069236] ehci_hcd 0000:00:1d.7: port 3 high speed [ 1.069241] ehci_hcd 0000:00:1d.7: GetStatus port 3 status 001005 POWER sig=se0 PE CONNECT [ 1.133616] usb 2-3: default language 0x0409 [ 1.134118] usb 2-3: udev 2, busnum 2, minor = 129 [ 1.134121] usb 2-3: New USB device found, idVendor=12d1, idProduct=1404 [ 1.134125] usb 2-3: New USB device strings: Mfr=3, Product=2, SerialNumber=0 [ 1.134133] usb 2-3: Product: HUAWEI Mobile [ 1.134135] usb 2-3: Manufacturer: HUAWEI Technology [ 1.134200] usb 2-3: uevent [ 1.134216] usb 2-3: usb_probe_device [ 1.134220] usb 2-3: configuration #1 chosen from 1 choice [ 1.136364] usb 2-3: adding 2-3:1.0 (config #1, interface 0) [ 1.136384] usb 2-3:1.0: uevent [ 1.136405] usb-storage 2-3:1.0: usb_probe_interface [ 1.136411] usb-storage 2-3:1.0: usb_probe_interface - got id [ 1.136522] usb 2-3: adding 2-3:1.1 (config #1, interface 1) [ 1.136541] usb 2-3:1.1: uevent [ 1.136559] usb-storage 2-3:1.1: usb_probe_interface [ 1.136564] usb-storage 2-3:1.1: usb_probe_interface - got id [ 1.136642] usb 2-3: adding 2-3:1.2 (config #1, interface 2) [ 1.136660] usb 2-3:1.2: uevent [ 1.136678] usb-storage 2-3:1.2: usb_probe_interface [ 1.136683] usb-storage 2-3:1.2: usb_probe_interface - got id [ 1.136752] usb 2-3: adding 2-3:1.3 (config #1, interface 3) [ 1.136770] usb 2-3:1.3: uevent [ 1.136788] usb-storage 2-3:1.3: usb_probe_interface [ 1.136793] usb-storage 2-3:1.3: usb_probe_interface - got id [ 1.136861] usb 2-3: adding 2-3:1.4 (config #1, interface 4) [ 1.136881] usb 2-3:1.4: uevent [ 1.136899] usb-storage 2-3:1.4: usb_probe_interface [ 1.136904] usb-storage 2-3:1.4: usb_probe_interface - got id [ 1.136969] usb 2-3: adding 2-3:1.5 (config #1, interface 5) [ 1.136988] usb 2-3:1.5: uevent [ 1.137006] usb-storage 2-3:1.5: usb_probe_interface [ 1.137011] usb-storage 2-3:1.5: usb_probe_interface - got id [ 1.137102] drivers/usb/core/inode.c: creating file '002' [ 1.137138] hub 2-0:1.0: port 5, status 0501, change 0000, 480 Mb/s [ 1.155023] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 1.188222] ehci_hcd 0000:00:1d.7: port 5 high speed [ 1.188228] ehci_hcd 0000:00:1d.7: GetStatus port 5 status 001005 POWER sig=se0 PE CONNECT [ 1.196239] ata1.00: ATA-8: WDC WD3200BEVT-22ZCT0, 11.01A11, max UDMA/133 [ 1.196243] ata1.00: 625142448 sectors, multi 0: LBA48 NCQ (depth 31/32), AA [ 1.198886] ata1.00: configured for UDMA/133 [ 1.209152] scsi 0:0:0:0: Direct-Access ATA WDC WD3200BEVT-2 11.0 PQ: 0 ANSI: 5 [ 1.209377] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB) [ 1.209460] sd 0:0:0:0: [sda] Write Protect is off [ 1.209464] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 1.209500] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.209698] sda: sda1 sda2 sda3 sda4 < sda5 [ 1.239140] usb 2-5: new high speed USB device using ehci_hcd and address 3 [ 1.246651] sda6 sda7 sda8 sda9 [ 1.290213] ehci_hcd 0000:00:1d.7: port 5 high speed [ 1.290219] ehci_hcd 0000:00:1d.7: GetStatus port 5 status 001005 POWER sig=se0 PE CONNECT [ 1.310183] sda10 sda11 > [ 1.320885] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.387592] usb 2-5: skipped 1 descriptor after configuration [ 1.387596] usb 2-5: skipped 6 descriptors after interface [ 1.387600] usb 2-5: skipped 1 descriptor after endpoint [ 1.387603] usb 2-5: skipped 9 descriptors after interface [ 1.388211] usb 2-5: default language 0x0409 [ 1.393586] usb 2-5: udev 3, busnum 2, minor = 130 [ 1.393589] usb 2-5: New USB device found, idVendor=064e, idProduct=a102 [ 1.393593] usb 2-5: New USB device strings: Mfr=2, Product=1, SerialNumber=3 [ 1.393596] usb 2-5: Product: WebCam [ 1.393598] usb 2-5: Manufacturer: SuYin [ 1.393601] usb 2-5: SerialNumber: CN0316-S30C-OV061-VA-R02.02.02 [ 1.393666] usb 2-5: uevent [ 1.393682] usb 2-5: usb_probe_device [ 1.393685] usb 2-5: configuration #1 chosen from 1 choice [ 1.394093] usb 2-5: adding 2-5:1.0 (config #1, interface 0) [ 1.395562] usb 2-5:1.0: uevent [ 1.395603] usb 2-5: adding 2-5:1.1 (config #1, interface 1) [ 1.395625] usb 2-5:1.1: uevent [ 1.395647] drivers/usb/core/inode.c: creating file '003' [ 1.395668] hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0000 [ 1.395674] hub 6-0:1.0: state 7 ports 2 chg 0000 evt 0000 [ 1.448511] Synaptics Touchpad, model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04731/0xa40000 [ 1.494225] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input1 [ 1.514022] ata2: SATA link down (SStatus 0 SControl 300) [ 1.830021] ata5: SATA link down (SStatus 0 SControl 300) [ 1.954017] usb usb3: suspend_rh (auto-stop) [ 1.954044] usb usb4: suspend_rh (auto-stop) [ 1.954070] usb usb5: suspend_rh (auto-stop) [ 1.954097] usb usb6: suspend_rh (auto-stop) [ 2.146020] ata6: SATA link down (SStatus 0 SControl 300) [ 2.157021] PM: Resume from disk failed. [ 2.157041] registered taskstats version 1 [ 2.157379] Magic number: 14:379:341 [ 2.157483] rtc_cmos 00:03: setting system clock to 2010-02-03 18:19:55 UTC (1265221195) [ 2.157599] Freeing unused kernel memory: 972k freed [ 2.157968] Write protecting the kernel read-only data: 10240k [ 2.158343] Freeing unused kernel memory: 1440k freed [ 2.159167] Freeing unused kernel memory: 1968k freed [ 2.206948] Monitor-Mwait will be used to enter C-1 state [ 2.206997] Monitor-Mwait will be used to enter C-2 state [ 2.207015] Marking TSC unstable due to TSC halts in idle [ 2.207051] Switching to clocksource hpet [ 2.232962] device-mapper: uevent: version 1.0.3 [ 2.233186] device-mapper: ioctl: 4.16.0-ioctl (2009-11-05) initialised: dm-devel@xxxxxxxxxx [ 2.249862] udev: starting version 146 [ 2.264512] usb usb3: uevent [ 2.264633] usb 3-0:1.0: uevent [ 2.264942] usb usb1: uevent [ 2.265060] usb 1-0:1.0: uevent [ 2.268956] usb usb4: uevent [ 2.269090] usb 4-0:1.0: uevent [ 2.269387] usb usb5: uevent [ 2.269484] usb 5-0:1.0: uevent [ 2.269675] usb usb6: uevent [ 2.269775] usb 6-0:1.0: uevent [ 2.269973] usb usb2: uevent [ 2.270071] usb 2-0:1.0: uevent [ 2.270185] usb 2-3: uevent [ 2.270286] usb 2-3:1.0: uevent [ 2.270383] usb 2-3:1.1: uevent [ 2.270482] usb 2-3:1.2: uevent [ 2.270580] usb 2-3:1.3: uevent [ 2.270675] usb 2-3:1.4: uevent [ 2.270773] usb 2-3:1.5: uevent [ 2.270870] usb 2-5: uevent [ 2.270973] usb 2-5:1.0: uevent [ 2.271069] usb 2-5:1.1: uevent [ 3.345357] md: linear personality registered for level -1 [ 3.701151] hub 1-0:1.0: hub_suspend [ 3.701163] usb usb1: bus auto-suspend [ 3.701167] ehci_hcd 0000:00:1a.7: suspend root hub [ 3.701188] hub 3-0:1.0: hub_suspend [ 3.701192] usb usb3: bus auto-suspend [ 3.701196] usb usb3: suspend_rh [ 3.701217] hub 4-0:1.0: hub_suspend [ 3.701221] usb usb4: bus auto-suspend [ 3.701223] usb usb4: suspend_rh [ 3.704047] hub 5-0:1.0: hub_suspend [ 3.704055] usb usb5: bus auto-suspend [ 3.704058] usb usb5: suspend_rh [ 3.704078] hub 6-0:1.0: hub_suspend [ 3.704082] usb usb6: bus auto-suspend [ 3.704085] usb usb6: suspend_rh [ 7.151418] alg: No test for stdrng (krng) [ 7.160392] alg: No test for fips(ansi_cprng) (fips_ansi_cprng) [ 11.139050] PM: Marking nosave pages: 0000000000001000 - 0000000000010000 [ 11.139056] PM: Marking nosave pages: 000000000009e000 - 0000000000100000 [ 11.139064] PM: Marking nosave pages: 00000000bba60000 - 00000000bbabf000 [ 11.139071] PM: Marking nosave pages: 00000000bbb80000 - 00000000bbbbf000 [ 11.139077] PM: Marking nosave pages: 00000000bbbe2000 - 00000000bbbf7000 [ 11.139080] PM: Basic memory bitmaps created [ 11.162996] PM: Basic memory bitmaps freed [ 11.174301] PM: Starting manual resume from disk [ 11.174306] PM: Resume from partition 253:3 [ 11.174308] PM: Checking hibernation image. [ 11.174613] PM: Error -22 checking image file [ 11.174616] PM: Resume from disk failed. [ 11.544643] EXT4-fs (dm-2): mounted filesystem with ordered data mode [ 16.255313] udev: starting version 146 [ 16.300290] usb usb3: uevent [ 16.300323] usb 3-0:1.0: uevent [ 16.301022] usb usb1: uevent [ 16.301144] usb 1-0:1.0: uevent [ 16.301951] usb usb4: uevent [ 16.301986] usb 4-0:1.0: uevent [ 16.302072] usb usb5: uevent [ 16.302104] usb 5-0:1.0: uevent [ 16.302169] usb usb6: uevent [ 16.302203] usb 6-0:1.0: uevent [ 16.302267] usb usb2: uevent [ 16.302297] usb 2-0:1.0: uevent [ 16.302333] usb 2-3: uevent [ 16.302367] usb 2-3:1.0: uevent [ 16.302401] usb 2-3:1.1: uevent [ 16.302435] usb 2-3:1.2: uevent [ 16.302469] usb 2-3:1.3: uevent [ 16.302505] usb 2-3:1.4: uevent [ 16.302539] usb 2-3:1.5: uevent [ 16.302596] usb 2-5: uevent [ 16.302629] usb 2-5:1.0: uevent [ 16.302662] usb 2-5:1.1: uevent [ 16.332541] usb usb1: uevent [ 16.348003] usb usb6: uevent [ 16.353114] usb usb4: uevent [ 16.365478] usb usb3: uevent [ 16.375680] usb usb5: uevent [ 16.382173] usb usb2: uevent [ 16.448597] usb 2-3: uevent [ 16.453248] usb 2-5: uevent [ 16.647256] alloc irq_desc for 18 on node -1 [ 16.647261] alloc kstat_irqs on node -1 [ 16.647276] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18 [ 16.829715] ACPI: Battery Slot [BAT1] (battery present) [ 16.879937] agpgart-intel 0000:00:00.0: Intel GM45 Chipset [ 16.881266] agpgart-intel 0000:00:00.0: detected 65532K stolen memory [ 16.915726] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000 [ 17.030080] input: PC Speaker as /devices/platform/pcspkr/input/input2 [ 17.047395] ACPI: AC Adapter [ACAD] (off-line) [ 17.329167] atl1c 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 17.329184] atl1c 0000:01:00.0: setting latency timer to 64 [ 17.359500] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 17.392374] iTCO_vendor_support: vendor-support=0 [ 17.396950] atl1c 0000:01:00.0: version 1.0.0.1-NAPI [ 17.503455] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3 [ 17.503522] ACPI: Power Button [PWRB] [ 17.503589] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input4 [ 17.505071] ACPI: Lid Switch [LID0] [ 17.505265] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input5 [ 17.505368] ACPI: Sleep Button [SLPB] [ 17.505876] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6 [ 17.505971] ACPI: Power Button [PWRF] [ 17.590821] ACPI: WMI: Mapper loaded [ 17.802428] usbcore: registered new interface driver usbserial [ 17.802451] USB Serial support registered for generic [ 17.802473] usbserial_generic 2-3:1.0: usb_probe_interface [ 17.802478] usbserial_generic 2-3:1.0: usb_probe_interface - got id [ 17.802492] usbserial_generic 2-3:1.1: usb_probe_interface [ 17.802495] usbserial_generic 2-3:1.1: usb_probe_interface - got id [ 17.802506] usbserial_generic 2-3:1.2: usb_probe_interface [ 17.802508] usbserial_generic 2-3:1.2: usb_probe_interface - got id [ 17.802517] usbserial_generic 2-3:1.3: usb_probe_interface [ 17.802520] usbserial_generic 2-3:1.3: usb_probe_interface - got id [ 17.802530] usbserial_generic 2-3:1.4: usb_probe_interface [ 17.802533] usbserial_generic 2-3:1.4: usb_probe_interface - got id [ 17.802542] usbserial_generic 2-3:1.5: usb_probe_interface [ 17.802544] usbserial_generic 2-3:1.5: usb_probe_interface - got id [ 17.802555] usbserial_generic 2-5:1.0: usb_probe_interface [ 17.802557] usbserial_generic 2-5:1.0: usb_probe_interface - got id [ 17.802567] usbserial_generic 2-5:1.1: usb_probe_interface [ 17.802570] usbserial_generic 2-5:1.1: usb_probe_interface - got id [ 17.802588] usbcore: registered new interface driver usbserial_generic [ 17.802591] usbserial: USB Serial Driver core [ 17.953820] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05 [ 17.953940] iTCO_wdt: Found a ICH9M-E TCO device (Version=2, TCOBASE=0x0460) [ 17.954039] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) [ 17.968678] USB Serial support registered for GSM modem (1-port) [ 17.968736] option 2-3:1.0: usb_probe_interface [ 17.968741] option 2-3:1.0: usb_probe_interface - got id [ 17.968749] option 2-3:1.0: GSM modem (1-port) converter detected [ 17.968783] usb 2-3: link qh2-0001/ffff880037ee64c0 start 1 [2/0 us] [ 17.968907] usb 2-3: GSM modem (1-port) converter now attached to ttyUSB0 [ 17.968920] option 2-3:1.1: usb_probe_interface [ 17.968923] option 2-3:1.1: usb_probe_interface - got id [ 17.968929] option 2-3:1.1: GSM modem (1-port) converter detected [ 17.968995] usb 2-3: GSM modem (1-port) converter now attached to ttyUSB1 [ 17.969323] option 2-3:1.2: usb_probe_interface [ 17.969327] option 2-3:1.2: usb_probe_interface - got id [ 17.969333] option 2-3:1.2: GSM modem (1-port) converter detected [ 17.969409] usb 2-3: GSM modem (1-port) converter now attached to ttyUSB2 [ 17.969420] option 2-3:1.3: usb_probe_interface [ 17.969423] option 2-3:1.3: usb_probe_interface - got id [ 17.969428] option 2-3:1.3: GSM modem (1-port) converter detected [ 17.970977] usb 2-3: GSM modem (1-port) converter now attached to ttyUSB3 [ 17.970993] option 2-3:1.4: usb_probe_interface [ 17.970997] option 2-3:1.4: usb_probe_interface - got id [ 17.971026] option 2-3:1.4: GSM modem (1-port) converter detected [ 17.971196] usb 2-3: GSM modem (1-port) converter now attached to ttyUSB4 [ 17.971208] option 2-3:1.5: usb_probe_interface [ 17.971212] option 2-3:1.5: usb_probe_interface - got id [ 17.971217] option 2-3:1.5: GSM modem (1-port) converter detected [ 17.971244] usb 2-3: link qh2-0001/ffff880037ee68c0 start 0 [2/0 us] [ 17.972490] usb 2-3: GSM modem (1-port) converter now attached to ttyUSB5 [ 17.972586] usbcore: registered new interface driver option [ 17.972590] option: v0.7.2:USB Driver for GSM modems [ 17.973693] usb 2-3:1.5: uevent [ 17.974816] usb 2-3:1.3: uevent [ 17.976072] usb 2-3:1.2: uevent [ 17.976314] usb 2-3:1.0: uevent [ 17.977303] usb 2-3:1.1: uevent [ 17.978993] usb 2-3:1.3: uevent [ 17.979226] usb 2-3: uevent [ 17.980479] usb 2-3:1.0: uevent [ 17.980670] usb 2-3: uevent [ 17.982343] usb 2-3:1.1: uevent [ 17.982510] usb 2-3: uevent [ 17.984157] usb 2-3:1.5: uevent [ 17.984343] usb 2-3: uevent [ 17.984460] usb 2-3:1.0: uevent [ 17.984555] usb 2-3: uevent [ 17.985660] usb 2-3:1.2: uevent [ 17.985826] usb 2-3: uevent [ 17.989877] usb 2-3:1.3: uevent [ 17.989968] usb 2-3: uevent [ 17.990887] usb 2-3:1.5: uevent [ 17.990973] usb 2-3: uevent [ 17.993013] usb 2-3:1.1: uevent [ 17.993102] usb 2-3: uevent [ 17.997097] usb 2-3:1.2: uevent [ 17.997200] usb 2-3: uevent [ 18.257170] cfg80211: Calling CRDA to update world regulatory domain [ 18.259054] usb 2-3:1.4: uevent [ 18.260437] usb 2-3:1.4: uevent [ 18.260612] usb 2-3: uevent [ 18.264237] usb 2-3:1.4: uevent [ 18.264326] usb 2-3: uevent [ 18.569678] [drm] Initialized drm 1.1.0 20060810 [ 18.856530] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 18.856538] i915 0000:00:02.0: setting latency timer to 64 [ 18.868800] alloc irq_desc for 27 on node -1 [ 18.868805] alloc kstat_irqs on node -1 [ 18.868818] i915 0000:00:02.0: irq 27 for MSI/MSI-X [ 18.868828] [drm] set up 63M of stolen space [ 19.646054] [drm] LVDS-8: set mode 1366x768 10 [ 19.775873] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, 2.6.33-rc3-41-desktop-kds [ 19.775877] iwlagn: Copyright(c) 2003-2009 Intel Corporation [ 19.776445] iwlagn 0000:02:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19 [ 19.776712] iwlagn 0000:02:00.0: setting latency timer to 64 [ 19.777210] iwlagn 0000:02:00.0: Detected Intel Wireless WiFi Link 1000 Series BGN REV=0x6C [ 19.798648] iwlagn 0000:02:00.0: Tunable channels: 13 802.11bg, 0 802.11a channels [ 19.798838] alloc irq_desc for 28 on node -1 [ 19.798841] alloc kstat_irqs on node -1 [ 19.798910] iwlagn 0000:02:00.0: irq 28 for MSI/MSI-X [ 19.904069] phy0: Selected rate control algorithm 'iwl-agn-rs' [ 19.939231] Console: switching to colour frame buffer device 170x48 [ 19.944875] fb0: inteldrmfb frame buffer device [ 19.944878] registered panic notifier [ 19.950221] acpi device:02: registered as cooling_device2 [ 19.950895] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7 [ 19.950960] ACPI: Video Device [OVGA] (multi-head: yes rom: no post: no) [ 19.951016] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 19.951058] alloc irq_desc for 22 on node -1 [ 19.951061] alloc kstat_irqs on node -1 [ 19.951071] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22 [ 19.951156] alloc irq_desc for 29 on node -1 [ 19.951159] alloc kstat_irqs on node -1 [ 19.951173] HDA Intel 0000:00:1b.0: irq 29 for MSI/MSI-X [ 19.951214] HDA Intel 0000:00:1b.0: setting latency timer to 64 [ 20.070892] hda_codec: ALC269: BIOS auto-probing. [ 20.070900] ALSA sound/pci/hda/hda_codec.c:4284: autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) [ 20.070906] ALSA sound/pci/hda/hda_codec.c:4288: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 20.070911] ALSA sound/pci/hda/hda_codec.c:4292: hp_outs=1 (0x15/0x0/0x0/0x0/0x0) [ 20.070915] ALSA sound/pci/hda/hda_codec.c:4293: mono: mono_out=0x0 [ 20.070919] ALSA sound/pci/hda/hda_codec.c:4296: dig-out=0x1e/0x0 [ 20.070923] ALSA sound/pci/hda/hda_codec.c:4304: inputs: mic=0x12, fmic=0x18, line=0x0, fline=0x0, cd=0x0, aux=0x0 [ 20.071415] ALSA sound/pci/hda/patch_realtek.c:1284: realtek: No valid SSID, checking pincfg 0x4015812d for NID 0x1d [ 20.071420] ALSA sound/pci/hda/patch_realtek.c:1300: realtek: Enabling init ASM_ID=0x812d CODEC_ID=10ec0269 [ 20.071505] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input8 [ 21.532808] Adding 4194296k swap on /dev/mapper/system-swap. Priority:-1 extents:1 across:4194296k [ 23.123600] loop: module loaded [ 23.243467] EXT4-fs (sda8): recovery complete [ 23.243474] EXT4-fs (sda8): mounted filesystem with ordered data mode [ 23.354665] EXT4-fs (dm-1): recovery complete [ 23.354672] EXT4-fs (dm-1): mounted filesystem with ordered data mode [ 26.761839] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 26.976422] ip_tables: (C) 2000-2006 Netfilter Core Team [ 27.124203] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) [ 27.124438] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use [ 27.124442] nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or [ 27.124444] sysctl net.netfilter.nf_conntrack_acct=1 to enable it. [ 27.298615] usb usb3: uevent [ 27.298752] usb 3-0:1.0: uevent [ 27.298902] usb usb1: uevent [ 27.299055] usb 1-0:1.0: uevent [ 27.301018] usb usb4: uevent [ 27.301150] usb 4-0:1.0: uevent [ 27.301296] usb usb5: uevent [ 27.301429] usb 5-0:1.0: uevent [ 27.301577] usb usb6: uevent [ 27.301703] usb 6-0:1.0: uevent [ 27.301849] usb usb2: uevent [ 27.301976] usb 2-0:1.0: uevent [ 27.302077] usb 2-3: uevent [ 27.302213] usb 2-3:1.0: uevent [ 27.302499] usb 2-3:1.1: uevent [ 27.302779] usb 2-3:1.2: uevent [ 27.303108] usb 2-3:1.3: uevent [ 27.303389] usb 2-3:1.4: uevent [ 27.303665] usb 2-3:1.5: uevent [ 27.303965] usb 2-5: uevent [ 27.304157] usb 2-5:1.0: uevent [ 27.304246] usb 2-5:1.1: uevent [ 29.792596] RPC: Registered udp transport module. [ 29.792602] RPC: Registered tcp transport module. [ 29.792604] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 29.953393] Slow work thread pool: Starting up [ 29.953499] Slow work thread pool: Ready [ 29.953594] FS-Cache: Loaded [ 30.491307] FS-Cache: Netfs 'nfs' registered for caching [ 32.978884] BIOS EDD facility v0.16 2004-Jun-25, 1 devices found [ 33.020355] usb usb3: uevent [ 33.020486] usb 3-0:1.0: uevent [ 33.020629] usb usb1: uevent [ 33.020836] usb 1-0:1.0: uevent [ 33.023285] usb usb4: uevent [ 33.023414] usb 4-0:1.0: uevent [ 33.023558] usb usb5: uevent [ 33.023762] usb 5-0:1.0: uevent [ 33.023907] usb usb6: uevent [ 33.024033] usb 6-0:1.0: uevent [ 33.024727] usb usb2: uevent [ 33.024869] usb 2-0:1.0: uevent [ 33.024959] usb 2-3: uevent [ 33.025492] usb 2-3:1.0: uevent [ 33.025805] usb 2-3:1.1: uevent [ 33.026103] usb 2-3:1.2: uevent [ 33.026788] usb 2-3:1.3: uevent [ 33.027093] usb 2-3:1.4: uevent [ 33.027630] usb 2-3:1.5: uevent [ 33.028013] usb 2-5: uevent [ 33.028382] usb 2-5:1.0: uevent [ 33.028474] usb 2-5:1.1: uevent [ 41.384048] usb 2-3:1.0: uevent [ 41.384238] usb 2-3: uevent [ 41.384558] usb 2-3:1.0: uevent [ 41.384648] usb 2-3: uevent [ 41.385103] usb 2-3:1.0: uevent [ 41.385274] usb 2-3: uevent [ 41.385701] usb 2-3:1.0: uevent [ 41.385793] usb 2-3: uevent [ 41.386056] usb 2-3:1.0: uevent [ 41.386223] usb 2-3: uevent [ 41.386329] usb 2-3: uevent [ 41.386604] usb 2-3:1.0: uevent [ 41.386693] usb 2-3: uevent [ 41.389534] usb 2-3:1.1: uevent [ 41.389636] usb 2-3: uevent [ 41.389907] usb 2-3:1.1: uevent [ 41.389996] usb 2-3: uevent [ 41.390443] usb 2-3:1.1: uevent [ 41.390533] usb 2-3: uevent [ 41.390958] usb 2-3:1.1: uevent [ 41.391063] usb 2-3: uevent [ 41.391322] usb 2-3:1.1: uevent [ 41.391410] usb 2-3: uevent [ 41.391504] usb 2-3: uevent [ 41.391774] usb 2-3:1.1: uevent [ 41.391861] usb 2-3: uevent [ 41.393961] usb 2-3:1.2: uevent [ 41.394109] usb 2-3: uevent [ 41.394755] usb 2-3:1.2: uevent [ 41.394852] usb 2-3: uevent [ 41.395890] usb 2-3:1.2: uevent [ 41.395994] usb 2-3: uevent [ 41.396526] usb 2-3:1.2: uevent [ 41.396616] usb 2-3: uevent [ 41.396867] usb 2-3:1.2: uevent [ 41.396955] usb 2-3: uevent [ 41.397117] usb 2-3: uevent [ 41.397388] usb 2-3:1.2: uevent [ 41.397478] usb 2-3: uevent [ 41.398189] usb 2-3:1.3: uevent [ 41.398285] usb 2-3: uevent [ 41.398554] usb 2-3:1.3: uevent [ 41.398644] usb 2-3: uevent [ 41.399146] usb 2-3:1.3: uevent [ 41.399239] usb 2-3: uevent [ 41.399653] usb 2-3:1.3: uevent [ 41.399742] usb 2-3: uevent [ 41.399996] usb 2-3:1.3: uevent [ 41.400166] usb 2-3: uevent [ 41.400260] usb 2-3: uevent [ 41.400533] usb 2-3:1.3: uevent [ 41.400620] usb 2-3: uevent [ 41.401311] usb 2-3:1.4: uevent [ 41.401406] usb 2-3: uevent [ 41.401667] usb 2-3:1.4: uevent [ 41.401756] usb 2-3: uevent [ 41.402567] usb 2-3:1.4: uevent [ 41.402665] usb 2-3: uevent [ 41.403166] usb 2-3:1.4: uevent [ 41.403258] usb 2-3: uevent [ 41.403514] usb 2-3:1.4: uevent [ 41.403601] usb 2-3: uevent [ 41.403692] usb 2-3: uevent [ 41.403960] usb 2-3:1.4: uevent [ 41.404143] usb 2-3: uevent [ 41.404786] usb 2-3:1.5: uevent [ 41.404880] usb 2-3: uevent [ 41.405222] usb 2-3:1.5: uevent [ 41.405313] usb 2-3: uevent [ 41.405737] usb 2-3:1.5: uevent [ 41.405827] usb 2-3: uevent [ 41.406315] usb 2-3:1.5: uevent [ 41.406404] usb 2-3: uevent [ 41.406657] usb 2-3:1.5: uevent [ 41.406745] usb 2-3: uevent [ 41.406836] usb 2-3: uevent [ 41.407186] usb 2-3:1.5: uevent [ 41.411344] usb 2-3: uevent [ 42.291620] usb 2-3:1.0: uevent [ 42.291736] usb 2-3: uevent [ 42.292019] usb 2-3:1.0: uevent [ 42.292114] usb 2-3: uevent [ 42.292541] usb 2-3:1.0: uevent [ 42.292637] usb 2-3: uevent [ 42.293088] usb 2-3:1.0: uevent [ 42.293200] usb 2-3: uevent [ 44.396265] usb 2-3:1.1: uevent [ 44.396386] usb 2-3: uevent [ 44.398334] usb 2-3:1.2: uevent [ 44.398439] usb 2-3: uevent [ 44.400822] usb 2-3:1.3: uevent [ 44.400926] usb 2-3: uevent [ 44.404219] usb 2-3:1.4: uevent [ 44.404324] usb 2-3: uevent [ 44.411560] usb 2-3:1.5: uevent [ 44.411664] usb 2-3: uevent [ 45.660634] alloc irq_desc for 30 on node -1 [ 45.660640] alloc kstat_irqs on node -1 [ 45.660663] atl1c 0000:01:00.0: irq 30 for MSI/MSI-X [ 45.661586] ADDRCONF(NETDEV_UP): eth0: link is not ready [ 45.666973] iwlagn 0000:02:00.0: firmware: requesting iwlwifi-1000-3.ucode [ 45.749347] iwlagn 0000:02:00.0: loaded firmware version 128.50.3.1 [ 45.841463] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 46.167862] NET: Registered protocol family 17 [ 48.943470] usb usb1: uevent [ 48.943631] usb 1-0:1.0: uevent [ 48.943733] usb usb2: uevent [ 48.943879] usb 2-0:1.0: uevent [ 48.943979] usb usb3: uevent [ 48.944183] usb 3-0:1.0: uevent [ 48.944278] usb usb4: uevent [ 48.944411] usb 4-0:1.0: uevent [ 48.944503] usb usb5: uevent [ 48.944638] usb 5-0:1.0: uevent [ 48.944731] usb usb6: uevent [ 48.944863] usb 6-0:1.0: uevent [ 48.944960] usb 2-3: uevent [ 48.945115] usb 2-3:1.0: uevent [ 48.945213] usb 2-3:1.1: uevent [ 48.945309] usb 2-3:1.2: uevent [ 48.945405] usb 2-3:1.3: uevent [ 48.945500] usb 2-3:1.4: uevent [ 48.945594] usb 2-3:1.5: uevent [ 48.945689] usb 2-5: uevent [ 48.945826] usb 2-5:1.0: uevent [ 48.945919] usb 2-5:1.1: uevent [ 49.398682] usb 2-3:1.1: uevent [ 49.398797] usb 2-3: uevent [ 49.399089] usb 2-3:1.1: uevent [ 49.399201] usb 2-3: uevent [ 49.399606] usb 2-3:1.1: uevent [ 49.399703] usb 2-3: uevent [ 49.400187] usb 2-3:1.1: uevent [ 49.400289] usb 2-3: uevent [ 49.400738] usb 2-3:1.1: uevent [ 49.400833] usb 2-3: uevent [ 49.405033] usb 2-3:1.2: uevent [ 49.405162] usb 2-3: uevent [ 49.405444] usb 2-3:1.2: uevent [ 49.405540] usb 2-3: uevent [ 49.405938] usb 2-3:1.2: uevent [ 49.406034] usb 2-3: uevent [ 49.406500] usb 2-3:1.2: uevent [ 49.406595] usb 2-3: uevent [ 49.407050] usb 2-3:1.2: uevent [ 49.407163] usb 2-3: uevent [ 49.411488] usb 2-3:1.3: uevent [ 49.411603] usb 2-3: uevent [ 49.411894] usb 2-3:1.3: uevent [ 49.411991] usb 2-3: uevent [ 49.412831] usb 2-3:1.3: uevent [ 49.412935] usb 2-3: uevent [ 49.413647] usb 2-3:1.3: uevent [ 49.413745] usb 2-3: uevent [ 49.414430] usb 2-3:1.3: uevent [ 49.414524] usb 2-3: uevent [ 49.419403] usb 2-3:1.4: uevent [ 49.419507] usb 2-3: uevent [ 49.419780] usb 2-3:1.4: uevent [ 49.419872] usb 2-3: uevent [ 49.420287] usb 2-3:1.4: uevent [ 49.420377] usb 2-3: uevent [ 49.420798] usb 2-3:1.4: uevent [ 49.420887] usb 2-3: uevent [ 49.421319] usb 2-3:1.4: uevent [ 49.421409] usb 2-3: uevent [ 49.424657] usb 2-3:1.5: uevent [ 49.424769] usb 2-3: uevent [ 49.425091] usb 2-3:1.5: uevent [ 49.425187] usb 2-3: uevent [ 49.425600] usb 2-3:1.5: uevent [ 49.425698] usb 2-3: uevent [ 49.426175] usb 2-3:1.5: uevent [ 49.426270] usb 2-3: uevent [ 49.426720] usb 2-3:1.5: uevent [ 49.426818] usb 2-3: uevent [ 88.650932] usb usb1: uevent [ 88.651104] usb 1-0:1.0: uevent [ 88.651555] usb usb2: uevent [ 88.651708] usb 2-0:1.0: uevent [ 88.651810] usb usb3: uevent [ 88.651955] usb 3-0:1.0: uevent [ 88.652057] usb usb4: uevent [ 88.652692] usb 4-0:1.0: uevent [ 88.652799] usb usb5: uevent [ 88.652945] usb 5-0:1.0: uevent [ 88.653049] usb usb6: uevent [ 88.653567] usb 6-0:1.0: uevent [ 88.653678] usb 2-3: uevent [ 88.653828] usb 2-3:1.0: uevent [ 88.653933] usb 2-3:1.1: uevent [ 88.654039] usb 2-3:1.2: uevent [ 88.654608] usb 2-3:1.3: uevent [ 88.654725] usb 2-3:1.4: uevent [ 88.654833] usb 2-3:1.5: uevent [ 88.654939] usb 2-5: uevent [ 88.659619] usb 2-5:1.0: uevent [ 88.659759] usb 2-5:1.1: uevent [ 94.440172] iwlagn 0000:02:00.0: RF_KILL bit toggled to disable radio. [ 98.297364] usb usb1: uevent [ 98.297535] usb 1-0:1.0: uevent [ 98.297641] usb usb2: uevent [ 98.297787] usb 2-0:1.0: uevent [ 98.297889] usb usb3: uevent [ 98.298040] usb 3-0:1.0: uevent [ 98.298786] usb usb4: uevent [ 98.298944] usb 4-0:1.0: uevent [ 98.299049] usb usb5: uevent [ 98.299537] usb 5-0:1.0: uevent [ 98.299646] usb usb6: uevent [ 98.299793] usb 6-0:1.0: uevent [ 98.299901] usb 2-3: uevent [ 98.300050] usb 2-3:1.0: uevent [ 98.300607] usb 2-3:1.1: uevent [ 98.300718] usb 2-3:1.2: uevent [ 98.300826] usb 2-3:1.3: uevent [ 98.300930] usb 2-3:1.4: uevent [ 98.301034] usb 2-3:1.5: uevent [ 98.301629] usb 2-5: uevent [ 98.301791] usb 2-5:1.0: uevent [ 98.301898] usb 2-5:1.1: uevent [ 136.373546] PPP generic driver version 2.4.2 [ 136.515709] PPP Deflate Compression module registered [ 1143.123287] usb usb1: usb resume [ 1143.123294] ehci_hcd 0000:00:1a.7: resume root hub [ 1143.143075] hub 1-0:1.0: hub_resume [ 1143.143122] hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0000 [ 1143.143415] usb usb3: usb resume [ 1143.143420] usb usb3: wakeup_rh [ 1143.175171] hub 3-0:1.0: hub_resume [ 1143.175222] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000 [ 1143.175392] usb usb4: usb resume [ 1143.175396] usb usb4: wakeup_rh [ 1143.207069] hub 4-0:1.0: hub_resume [ 1143.207121] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000 [ 1143.207277] usb usb5: usb resume [ 1143.207282] usb usb5: wakeup_rh [ 1143.239026] hub 5-0:1.0: hub_resume [ 1143.239074] hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0000 [ 1143.239247] usb usb6: usb resume [ 1143.239252] usb usb6: wakeup_rh [ 1143.271047] hub 6-0:1.0: hub_resume [ 1143.271094] hub 6-0:1.0: state 7 ports 2 chg 0000 evt 0000 [ 1144.204072] usb usb3: suspend_rh (auto-stop) [ 1144.204101] usb usb4: suspend_rh (auto-stop) [ 1144.454078] usb usb5: suspend_rh (auto-stop) [ 1144.454110] usb usb6: suspend_rh (auto-stop) [ 1144.701673] usb 2-3: unlink qh2-0001/ffff880037ee64c0 start 1 [2/0 us] [ 1144.701735] option: option_instat_callback: error -2 [ 1144.701771] usb 2-3: unlink qh2-0001/ffff880037ee68c0 start 0 [2/0 us] [ 1144.701832] option: option_instat_callback: error -2 [ 1144.702141] usb 2-3: usb auto-suspend [ 1144.713057] usb 2-5: usb auto-suspend [ 1144.724059] hub 1-0:1.0: hub_suspend [ 1144.724068] usb usb1: bus auto-suspend [ 1144.724071] ehci_hcd 0000:00:1a.7: suspend root hub [ 1144.724092] hub 3-0:1.0: hub_suspend [ 1144.724101] usb usb3: bus auto-suspend [ 1144.724105] usb usb3: suspend_rh [ 1144.724124] hub 4-0:1.0: hub_suspend [ 1144.724129] usb usb4: bus auto-suspend [ 1144.724131] usb usb4: suspend_rh [ 1144.724149] hub 5-0:1.0: hub_suspend [ 1144.724154] usb usb5: bus auto-suspend [ 1144.724156] usb usb5: suspend_rh [ 1144.724174] hub 6-0:1.0: hub_suspend [ 1144.724178] usb usb6: bus auto-suspend [ 1144.724181] usb usb6: suspend_rh [ 1146.704057] hub 2-0:1.0: hub_suspend [ 1146.704070] usb usb2: bus auto-suspend [ 1146.704074] ehci_hcd 0000:00:1d.7: suspend root hub [ 1157.181367] usb usb2: usb auto-resume [ 1157.181374] ehci_hcd 0000:00:1d.7: resume root hub [ 1157.201626] hub 2-0:1.0: hub_resume [ 1157.201648] hub 2-0:1.0: port 3: status 0507 change 0000 [ 1157.201659] hub 2-0:1.0: port 5: status 0507 change 0000 [ 1157.201678] usb 2-3: usb auto-resume [ 1157.201685] hub 2-0:1.0: state 7 ports 6 chg 0000 evt 0000 [ 1157.227166] ehci_hcd 0000:00:1d.7: GetStatus port 3 status 001005 POWER sig=se0 PE CONNECT [ 1157.238102] usb 2-3: finish resume [ 1157.239075] ehci_hcd 0000:00:1d.7: reused qh ffff880037ee64c0 schedule [ 1157.239081] usb 2-3: link qh2-0001/ffff880037ee64c0 start 1 [2/0 us] [ 1157.239123] ehci_hcd 0000:00:1d.7: reused qh ffff880037ee68c0 schedule [ 1157.239127] usb 2-3: link qh2-0001/ffff880037ee68c0 start 0 [2/0 us] [ 1158.704592] usb 2-3: unlink qh2-0001/ffff880037ee64c0 start 1 [2/0 us] [ 1158.704655] option: option_instat_callback: error -2 [ 1158.704685] usb 2-3: unlink qh2-0001/ffff880037ee68c0 start 0 [2/0 us] [ 1158.704747] option: option_instat_callback: error -2 [ 1158.705083] usb 2-3: usb auto-suspend [ 1160.704122] hub 2-0:1.0: hub_suspend [ 1160.704136] usb usb2: bus auto-suspend [ 1160.704140] ehci_hcd 0000:00:1d.7: suspend root hub [ 1183.984714] usb usb2: usb auto-resume [ 1183.984724] ehci_hcd 0000:00:1d.7: resume root hub [ 1184.004033] hub 2-0:1.0: hub_resume [ 1184.004057] hub 2-0:1.0: port 3: status 0507 change 0000 [ 1184.004068] hub 2-0:1.0: port 5: status 0507 change 0000 [ 1184.004089] usb 2-3: usb auto-resume [ 1184.004097] hub 2-0:1.0: state 7 ports 6 chg 0000 evt 0000 [ 1184.030140] ehci_hcd 0000:00:1d.7: GetStatus port 3 status 001005 POWER sig=se0 PE CONNECT [ 1184.041044] usb 2-3: finish resume [ 1184.041915] ehci_hcd 0000:00:1d.7: reused qh ffff880037ee64c0 schedule [ 1184.041922] usb 2-3: link qh2-0001/ffff880037ee64c0 start 1 [2/0 us] [ 1184.041964] ehci_hcd 0000:00:1d.7: reused qh ffff880037ee68c0 schedule [ 1184.041969] usb 2-3: link qh2-0001/ffff880037ee68c0 start 0 [2/0 us] [ 1193.704685] usb 2-3: unlink qh2-0001/ffff880037ee64c0 start 1 [2/0 us] [ 1193.704747] option: option_instat_callback: error -2 [ 1193.704778] usb 2-3: unlink qh2-0001/ffff880037ee68c0 start 0 [2/0 us] [ 1193.704839] option: option_instat_callback: error -2 [ 1193.706934] usb 2-3: usb auto-suspend [ 1194.855124] usb 2-3: usb auto-resume [ 1194.881153] ehci_hcd 0000:00:1d.7: GetStatus port 3 status 001005 POWER sig=se0 PE CONNECT [ 1194.892048] usb 2-3: finish resume [ 1194.892813] ehci_hcd 0000:00:1d.7: reused qh ffff880037ee64c0 schedule [ 1194.892820] usb 2-3: link qh2-0001/ffff880037ee64c0 start 1 [2/0 us] [ 1194.892860] ehci_hcd 0000:00:1d.7: reused qh ffff880037ee68c0 schedule [ 1194.892865] usb 2-3: link qh2-0001/ffff880037ee68c0 start 0 [2/0 us]