Hi Alan, 於 三,2009-11-25 於 22:20 -0500,Alan Stern 提到: > > You have to do: > > rmmod uvcvideo > modprobe uvcvideo trace=0x100 > > If you run from a VT console instead of an X window, and you do > > echo 8 >/proc/sys/kernel/printk > > before the modprobe, then the debug messages will show up on the screen > as well as in the dmesg log. > Thank's for your information. I already add the trace parameter in /etc/modprobe.d So, the trace log was enabled when uvcvideo modprobe. Then I run the following testing procedure: ac-power plug-in then system boot wait 5 minutes stable ac-power unplug, laptop-mode-tools's USB module work wait stable 0.711 A 7.89 Watt echo auto > 1-8/power/level 0.674 A 7.48 Watt Wait stable echo auto > 1-8/power/level 0.677 A The attached files are dmesg.log and messages log, I have check those 2 log file but didn't see any different with laptop-mode-tools and run "echo auto" command manually. But the hadware metter have show the Watt value down immediately after run "echo auto" command manually. The following my comment base on dmesg.log: [ 251.220667] Marking TSC unstable due to TSC halts in idle [ 259.221976] ata1: clearing spurious IRQ < comment: wait 5 minutes after system boot for stable > < unplug ac-power here, then laptop-mode-tools launched > < laptop-mode-tools's usb module will set auto level to all usb devices power > [ 329.719293] Monitor-Mwait will be used to enter C-3 state ... [ 337.000344] usb usb1: bus auto-suspend [ 337.000357] ehci_hcd 0000:00:1d.7: suspend root hub < comment: laptop-mode-tools process finished > < wait a bit time for stable, then run "echo auto > /sys/bus/usb/devices/1-8/power/level" > < current Watt value is: 7.89 Watt > [ 534.218560] usb usb1: usb auto-resume [ 534.218579] ehci_hcd 0000:00:1d.7: resume root hub ... [ 540.000329] usb usb1: bus auto-suspend [ 540.000341] ehci_hcd 0000:00:1d.7: suspend root hub < comment: echo auto finished > < current Watt value is: 7.48 Watt (-0.41 Watt) > < try to run "echo auto > ...1-8/power/level again " > [ 777.334594] usb usb1: usb auto-resume [ 777.334613] ehci_hcd 0000:00:1d.7: resume root hub ... [ 783.000327] usb usb1: bus auto-suspend [ 783.000340] ehci_hcd 0000:00:1d.7: suspend root hub < comment: second time "echo auto" finished > < current Watt value is: 0.677 almost the same with first time finished > Does there have any more detail log or something else I need care? Thank's Joey Lee
[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 2.6.30.9-0-default (geeko@buildhost) (gcc version 4.3.2 [gcc-4_3-branch revision 141291] (SUSE Linux) ) #1 SMP 2009-10-26 09:03:49 -0700 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] NSC Geode by NSC [ 0.000000] Cyrix CyrixInstead [ 0.000000] Centaur CentaurHauls [ 0.000000] Transmeta GenuineTMx86 [ 0.000000] Transmeta TransmetaCPU [ 0.000000] UMC UMC UMC UMC [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable) [ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved) [ 0.000000] BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved) [ 0.000000] BIOS-e820: 0000000000100000 - 000000003f6c0000 (usable) [ 0.000000] BIOS-e820: 000000003f6c0000 - 000000003f6d1000 (ACPI data) [ 0.000000] BIOS-e820: 000000003f6d1000 - 000000003f6d2000 (ACPI NVS) [ 0.000000] BIOS-e820: 000000003f6d2000 - 0000000040000000 (reserved) [ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved) [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved) [ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved) [ 0.000000] BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved) [ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved) [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved) [ 0.000000] BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved) [ 0.000000] DMI present. [ 0.000000] Phoenix BIOS detected: BIOS may corrupt low RAM, working around it. [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved) [ 0.000000] last_pfn = 0x3f6c0 max_arch_pfn = 0x1000000 [ 0.000000] MTRR default type: uncachable [ 0.000000] MTRR fixed ranges enabled: [ 0.000000] 00000-9FFFF write-back [ 0.000000] A0000-BFFFF uncachable [ 0.000000] C0000-CFFFF write-protect [ 0.000000] D0000-DFFFF uncachable [ 0.000000] E0000-FFFFF write-protect [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 000000000 mask 0C0000000 write-back [ 0.000000] 1 base 03F700000 mask 0FFF00000 uncachable [ 0.000000] 2 base 03F800000 mask 0FF800000 uncachable [ 0.000000] 3 disabled [ 0.000000] 4 disabled [ 0.000000] 5 disabled [ 0.000000] 6 disabled [ 0.000000] 7 disabled [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] Scanning 0 areas for low memory corruption [ 0.000000] modified physical RAM map: [ 0.000000] modified: 0000000000000000 - 0000000000010000 (reserved) [ 0.000000] modified: 0000000000010000 - 000000000009f800 (usable) [ 0.000000] modified: 000000000009f800 - 00000000000a0000 (reserved) [ 0.000000] modified: 00000000000dc000 - 0000000000100000 (reserved) [ 0.000000] modified: 0000000000100000 - 000000003f6c0000 (usable) [ 0.000000] modified: 000000003f6c0000 - 000000003f6d1000 (ACPI data) [ 0.000000] modified: 000000003f6d1000 - 000000003f6d2000 (ACPI NVS) [ 0.000000] modified: 000000003f6d2000 - 0000000040000000 (reserved) [ 0.000000] modified: 00000000e0000000 - 00000000f0000000 (reserved) [ 0.000000] modified: 00000000fec00000 - 00000000fec10000 (reserved) [ 0.000000] modified: 00000000fed00000 - 00000000fed00400 (reserved) [ 0.000000] modified: 00000000fed14000 - 00000000fed1a000 (reserved) [ 0.000000] modified: 00000000fed1c000 - 00000000fed90000 (reserved) [ 0.000000] modified: 00000000fee00000 - 00000000fee01000 (reserved) [ 0.000000] modified: 00000000ff000000 - 0000000100000000 (reserved) [ 0.000000] init_memory_mapping: 0000000000000000-00000000373fe000 [ 0.000000] 0000000000 - 0000200000 page 4k [ 0.000000] 0000200000 - 0037200000 page 2M [ 0.000000] 0037200000 - 00373fe000 page 4k [ 0.000000] kernel direct mapping tables up to 373fe000 @ 10000-19000 [ 0.000000] ACPI: RSDP 000f7190 00024 (v02 PTLTD ) [ 0.000000] ACPI: XSDT 3f6ca4d6 00084 (v01 SECCSD LH43STAR 06040000 LTP 00000000) [ 0.000000] ACPI: FACP 3f6d0bd2 000F4 (v03 INTEL CALISTGA 06040000 ALAN 00000001) [ 0.000000] ACPI: DSDT 3f6cc13c 04A22 (v01 INTEL CALISTGA 06040000 INTL 20050624) [ 0.000000] ACPI: FACS 3f6d1fc0 00040 [ 0.000000] ACPI: APIC 3f6d0cc6 00068 (v01 INTEL CALISTGA 06040000 LOHR 0000005A) [ 0.000000] ACPI: HPET 3f6d0d2e 00038 (v01 INTEL CALISTGA 06040000 LOHR 0000005A) [ 0.000000] ACPI: MCFG 3f6d0d66 0003C (v01 INTEL CALISTGA 06040000 LOHR 0000005A) [ 0.000000] ACPI: TCPA 3f6d0da2 00032 (v01 PTLTD CALISTGA 06040000 PTL 00000001) [ 0.000000] ACPI: TMOR 3f6d0dd4 00026 (v01 PTLTD 06040000 PTL 00000003) [ 0.000000] ACPI: APIC 3f6d0dfa 00068 (v01 PTLTD APIC 06040000 LTP 00000000) [ 0.000000] ACPI: BOOT 3f6d0e62 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001) [ 0.000000] ACPI: SLIC 3f6d0e8a 00176 (v01 SECCSD LH43STAR 06040000 LTP 00000000) [ 0.000000] ACPI: SSDT 3f6cbaed 0064F (v01 SataRe SataPri 00001000 INTL 20050624) [ 0.000000] ACPI: SSDT 3f6cb451 0069C (v01 SataRe SataSec 00001000 INTL 20050624) [ 0.000000] ACPI: SSDT 3f6ca55a 004F6 (v02 PmRef CpuPm 00003000 INTL 20050624) [ 0.000000] ACPI: BIOS bug: multiple APIC/MADT found, using 0 [ 0.000000] ACPI: If "acpi_apic_instance=2" works better, notify linux-acpi@xxxxxxxxxxxxxxx [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] 130MB HIGHMEM available. [ 0.000000] 883MB LOWMEM available. [ 0.000000] mapped low ram: 0 - 373fe000 [ 0.000000] low ram: 0 - 373fe000 [ 0.000000] node 0 low ram: 00000000 - 373fe000 [ 0.000000] node 0 bootmap 00016000 - 0001ce80 [ 0.000000] (8 early reservations) ==> bootmem [0000000000 - 00373fe000] [ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000] [ 0.000000] #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000] [ 0.000000] #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000] [ 0.000000] #3 [0000200000 - 000099c12c] TEXT DATA BSS ==> [0000200000 - 000099c12c] [ 0.000000] #4 [000009f800 - 0000100000] BIOS reserved ==> [000009f800 - 0000100000] [ 0.000000] #5 [000099d000 - 00009a41b8] BRK ==> [000099d000 - 00009a41b8] [ 0.000000] #6 [0000010000 - 0000016000] PGTABLE ==> [0000010000 - 0000016000] [ 0.000000] #7 [0000016000 - 000001d000] BOOTMAP ==> [0000016000 - 000001d000] [ 0.000000] found SMP MP-table at [c00f71c0] f71c0 [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000010 -> 0x00001000 [ 0.000000] Normal 0x00001000 -> 0x000373fe [ 0.000000] HighMem 0x000373fe -> 0x0003f6c0 [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[2] active PFN ranges [ 0.000000] 0: 0x00000010 -> 0x0000009f [ 0.000000] 0: 0x00000100 -> 0x0003f6c0 [ 0.000000] On node 0 totalpages: 259663 [ 0.000000] free_area_init_node: node 0, pgdat c0867fa0, node_mem_map c1000200 [ 0.000000] DMA zone: 32 pages used for memmap [ 0.000000] DMA zone: 0 pages reserved [ 0.000000] DMA zone: 3951 pages, LIFO batch:0 [ 0.000000] Normal zone: 1736 pages used for memmap [ 0.000000] Normal zone: 220470 pages, LIFO batch:31 [ 0.000000] HighMem zone: 262 pages used for memmap [ 0.000000] HighMem zone: 33212 pages, LIFO batch:7 [ 0.000000] Using APIC driver default [ 0.000000] ACPI: PM-Timer IO Port: 0x1008 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: IRQ0 used by override. [ 0.000000] ACPI: IRQ2 used by override. [ 0.000000] ACPI: IRQ9 used by override. [ 0.000000] Enabling APIC mode: Flat. Using 1 I/O APICs [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] nr_irqs_gsi: 24 [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000dc000 [ 0.000000] PM: Registered nosave memory: 00000000000dc000 - 0000000000100000 [ 0.000000] Allocating PCI resources starting at 50000000 (gap: 40000000:a0000000) [ 0.000000] NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 11 pages at c17f5000, static data 23100 bytes [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 257633 [ 0.000000] Kernel command line: root=/dev/sda1 vga=normal splash=silent fastboot quiet rw rootflags=data=writeback showopts [ 0.000000] Enabling fast FPU save and restore... done. [ 0.000000] Enabling unmasked SIMD FPU exception support... done. [ 0.000000] Initializing CPU#0 [ 0.000000] Experimental hierarchical RCU implementation. [ 0.000000] Experimental hierarchical RCU init done. [ 0.000000] NR_IRQS:2304 nr_irqs:424 [ 0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes) [ 0.000000] Extended CMOS year: 2000 [ 0.000000] Fast TSC calibration using PIT [ 0.000000] Detected 1662.352 MHz processor. [ 0.000999] Console: colour VGA+ 80x25 [ 0.000999] console [tty0] enabled [ 0.000999] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) [ 0.000999] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000999] Initializing HighMem for node 0 (000373fe:0003f6c0) [ 0.000999] Memory: 1021304k/1039104k available (4282k kernel code, 16968k reserved, 2369k data, 428k init, 133896k highmem) [ 0.000999] virtual kernel memory layout: [ 0.000999] fixmap : 0xff935000 - 0xfffff000 (6952 kB) [ 0.000999] pkmap : 0xff400000 - 0xff600000 (2048 kB) [ 0.000999] vmalloc : 0xf7bfe000 - 0xff3fe000 ( 120 MB) [ 0.000999] lowmem : 0xc0000000 - 0xf73fe000 ( 883 MB) [ 0.000999] .init : 0xc0887000 - 0xc08f2000 ( 428 kB) [ 0.000999] .data : 0xc062e8ce - 0xc087eeb0 (2369 kB) [ 0.000999] .text : 0xc0200000 - 0xc062e8ce (4282 kB) [ 0.000999] Checking if this processor honours the WP bit even in supervisor mode...Ok. [ 0.000999] hpet clockevent registered [ 0.000999] HPET: 3 timers in total, 0 timers will be used for per-cpu timer [ 0.000999] Calibrating delay loop (skipped), value calculated using timer frequency.. 3324.70 BogoMIPS (lpj=1662352) [ 0.000999] Security Framework initialized [ 0.000999] SELinux: Disabled at boot. [ 0.000999] Mount-cache hash table entries: 512 [ 0.000999] Initializing cgroup subsys ns [ 0.000999] Initializing cgroup subsys cpuacct [ 0.000999] Initializing cgroup subsys memory [ 0.000999] Initializing cgroup subsys devices [ 0.000999] Initializing cgroup subsys freezer [ 0.000999] Initializing cgroup subsys net_cls [ 0.000999] CPU: L1 I cache: 32K, L1 D cache: 24K [ 0.000999] CPU: L2 cache: 512K [ 0.000999] CPU: Physical Processor ID: 0 [ 0.000999] CPU: Processor Core ID: 0 [ 0.000999] Intel machine check architecture supported. [ 0.000999] Intel machine check reporting enabled on CPU#0. [ 0.000999] using mwait in idle threads. [ 0.000999] Checking 'hlt' instruction... OK. [ 0.007870] ACPI: Core revision 20090320 [ 0.026568] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.037042] CPU0: Intel(R) Atom(TM) CPU N280 @ 1.66GHz stepping 02 [ 0.037994] Booting processor 1 APIC 0x1 ip 0x6000 [ 0.000999] Initializing CPU#1 [ 0.000999] Calibrating delay using timer specific routine.. 3324.84 BogoMIPS (lpj=1662423) [ 0.000999] CPU: L1 I cache: 32K, L1 D cache: 24K [ 0.000999] CPU: L2 cache: 512K [ 0.000999] CPU: Physical Processor ID: 0 [ 0.000999] CPU: Processor Core ID: 0 [ 0.000999] Intel machine check architecture supported. [ 0.000999] Intel machine check reporting enabled on CPU#1. [ 0.000999] x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106 [ 0.109002] CPU1: Intel(R) Atom(TM) CPU N280 @ 1.66GHz stepping 02 [ 0.109031] checking TSC synchronization [CPU#0 -> CPU#1]: passed. [ 0.110037] Brought up 2 CPUs [ 0.110047] Total of 2 processors activated (6649.55 BogoMIPS). [ 0.110145] CPU0 attaching sched-domain: [ 0.110155] domain 0: span 0-1 level SIBLING [ 0.110164] groups: 0 1 [ 0.110180] CPU1 attaching sched-domain: [ 0.110188] domain 0: span 0-1 level SIBLING [ 0.110196] groups: 1 0 [ 0.110364] devtmpfs: initialized [ 0.111060] net_namespace: 1056 bytes [ 0.111129] Booting paravirtualized kernel on bare hardware [ 0.111559] regulator: core version 0.5 [ 0.111559] Time: 9:06:38 Date: 11/29/09 [ 0.112012] NET: Registered protocol family 16 [ 0.112359] ACPI: bus type pci registered [ 0.112502] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255 [ 0.112512] PCI: MCFG area at e0000000 reserved in E820 [ 0.112518] PCI: Using MMCONFIG for extended config space [ 0.112525] PCI: Using configuration type 1 for base access [ 0.116125] bio: create slab <bio-0> at 0 [ 0.120353] ACPI: EC: Look up EC in DSDT [ 0.130393] ACPI: BIOS _OSI(Linux) query ignored [ 0.136048] ACPI: Interpreter enabled [ 0.136066] ACPI: (supports S0 S3 S4 S5) [ 0.136132] ACPI: Using IOAPIC for interrupt routing [ 0.156003] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62 [ 0.156239] ACPI: Power Resource [FN00] (off) [ 0.157405] ACPI: No dock devices found. [ 0.157453] ACPI: PCI Root Bridge [PCI0] (0000:00) [ 0.157642] pci 0000:00:02.0: reg 10 32bit mmio: [0xf0000000-0xf007ffff] [ 0.157656] pci 0000:00:02.0: reg 14 io port: [0x1800-0x1807] [ 0.157669] pci 0000:00:02.0: reg 18 32bit mmio: [0xd0000000-0xdfffffff] [ 0.157683] pci 0000:00:02.0: reg 1c 32bit mmio: [0xf0200000-0xf023ffff] [ 0.157753] pci 0000:00:02.1: reg 10 32bit mmio: [0xf0080000-0xf00fffff] [ 0.157928] pci 0000:00:1b.0: reg 10 64bit mmio: [0xf0440000-0xf0443fff] [ 0.158030] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold [ 0.158042] pci 0000:00:1b.0: PME# disabled [ 0.158169] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 0.158182] pci 0000:00:1c.0: PME# disabled [ 0.158316] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold [ 0.158328] pci 0000:00:1c.2: PME# disabled [ 0.158428] pci 0000:00:1d.0: reg 20 io port: [0x1820-0x183f] [ 0.158527] pci 0000:00:1d.1: reg 20 io port: [0x1840-0x185f] [ 0.158625] pci 0000:00:1d.2: reg 20 io port: [0x1860-0x187f] [ 0.158725] pci 0000:00:1d.3: reg 20 io port: [0x1880-0x189f] [ 0.158828] pci 0000:00:1d.7: reg 10 32bit mmio: [0xf0444000-0xf04443ff] [ 0.158920] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold [ 0.158931] pci 0000:00:1d.7: PME# disabled [ 0.159169] pci 0000:00:1f.0: quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO [ 0.159184] pci 0000:00:1f.0: quirk: region 1180-11bf claimed by ICH6 GPIO [ 0.159290] pci 0000:00:1f.2: reg 10 io port: [0x00-0x07] [ 0.159306] pci 0000:00:1f.2: reg 14 io port: [0x00-0x03] [ 0.159322] pci 0000:00:1f.2: reg 18 io port: [0x00-0x07] [ 0.159338] pci 0000:00:1f.2: reg 1c io port: [0x00-0x03] [ 0.159355] pci 0000:00:1f.2: reg 20 io port: [0x1810-0x181f] [ 0.159408] pci 0000:00:1f.2: PME# supported from D3hot [ 0.159419] pci 0000:00:1f.2: PME# disabled [ 0.159499] pci 0000:00:1f.3: reg 20 io port: [0x18a0-0x18bf] [ 0.159644] pci 0000:02:00.0: reg 10 64bit mmio: [0xf0100000-0xf010ffff] [ 0.159753] pci 0000:02:00.0: supports D1 [ 0.159760] pci 0000:02:00.0: PME# supported from D0 D1 D3hot [ 0.159773] pci 0000:02:00.0: PME# disabled [ 0.161158] pci 0000:00:1c.0: bridge 32bit mmio: [0xf0100000-0xf01fffff] [ 0.161259] pci 0000:03:00.0: reg 10 io port: [0x2000-0x20ff] [ 0.161297] pci 0000:03:00.0: reg 18 64bit mmio: [0xf0510000-0xf0510fff] [ 0.161326] pci 0000:03:00.0: reg 20 64bit mmio: [0xf0500000-0xf050ffff] [ 0.161345] pci 0000:03:00.0: reg 30 32bit mmio: [0x000000-0x01ffff] [ 0.161416] pci 0000:03:00.0: supports D1 D2 [ 0.161424] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.161437] pci 0000:03:00.0: PME# disabled [ 0.163152] pci 0000:00:1c.2: bridge io port: [0x2000-0x2fff] [ 0.163175] pci 0000:00:1c.2: bridge 64bit mmio pref: [0xf0500000-0xf05fffff] [ 0.163266] pci 0000:00:1e.0: transparent bridge [ 0.163314] pci_bus 0000:00: on NUMA node 0 [ 0.163335] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] [ 0.163998] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT] [ 0.164280] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT] [ 0.164590] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT] [ 0.191056] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11 [ 0.191486] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10 [ 0.191902] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 *5 6 7 10 12 14 15) [ 0.192335] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 *5 6 7 11 12 14 15) [ 0.192753] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *11 [ 0.193188] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled. [ 0.193608] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 *5 6 7 10 12 14 15) [ 0.194034] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 *5 6 7 11 12 14 15) [ 0.194655] SCSI subsystem initialized [ 0.194739] libata version 3.00 loaded. [ 0.195075] usbcore: registered new interface driver usbfs [ 0.195125] usbcore: registered new interface driver hub [ 0.195176] usbcore: registered new device driver usb [ 0.195176] PCI: Using ACPI for IRQ routing [ 0.206056] cfg80211: Calling CRDA to update world regulatory domain [ 0.206107] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 [ 0.206124] hpet0: 3 comparators, 64-bit 14.318180 MHz counter [ 0.211989] pnp: PnP ACPI init [ 0.212016] ACPI: bus type pnp registered [ 0.219693] pnp: PnP ACPI: found 11 devices [ 0.219702] ACPI: ACPI bus type pnp unregistered [ 0.219736] system 00:01: iomem range 0xe0000000-0xefffffff has been reserved [ 0.219747] system 00:01: iomem range 0xfed14000-0xfed17fff has been reserved [ 0.219758] system 00:01: iomem range 0xfed18000-0xfed18fff has been reserved [ 0.219769] system 00:01: iomem range 0xfed19000-0xfed19fff has been reserved [ 0.219780] system 00:01: iomem range 0xfed1c000-0xfed1ffff has been reserved [ 0.219791] system 00:01: iomem range 0xfed20000-0xfed3ffff has been reserved [ 0.219802] system 00:01: iomem range 0xfed40000-0xfed44fff has been reserved [ 0.219813] system 00:01: iomem range 0xfed45000-0xfed8ffff has been reserved [ 0.219835] system 00:04: iomem range 0xfed00000-0xfed003ff has been reserved [ 0.219857] system 00:06: ioport range 0x680-0x69f has been reserved [ 0.219867] system 00:06: ioport range 0x800-0x80f has been reserved [ 0.219877] system 00:06: ioport range 0x1000-0x107f has been reserved [ 0.219888] system 00:06: ioport range 0x1180-0x11bf has been reserved [ 0.219898] system 00:06: ioport range 0x1640-0x164f has been reserved [ 0.219922] system 00:07: ioport range 0x6a0-0x6af has been reserved [ 0.219932] system 00:07: ioport range 0x6b0-0x6ff has been reserved [ 0.255280] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02 [ 0.255289] pci 0000:00:1c.0: IO window: disabled [ 0.255303] pci 0000:00:1c.0: MEM window: 0xf0100000-0xf01fffff [ 0.255315] pci 0000:00:1c.0: PREFETCH window: disabled [ 0.255333] pci 0000:00:1c.2: PCI bridge, secondary bus 0000:03 [ 0.255343] pci 0000:00:1c.2: IO window: 0x2000-0x2fff [ 0.255356] pci 0000:00:1c.2: MEM window: 0x50000000-0x500fffff [ 0.255368] pci 0000:00:1c.2: PREFETCH window: 0x000000f0500000-0x000000f05fffff [ 0.255385] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:04 [ 0.255392] pci 0000:00:1e.0: IO window: disabled [ 0.255405] pci 0000:00:1e.0: MEM window: disabled [ 0.255415] pci 0000:00:1e.0: PREFETCH window: disabled [ 0.255450] alloc irq_desc for 17 on cpu 0 node 0 [ 0.255457] alloc kstat_irqs on cpu 0 node 0 [ 0.255473] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 [ 0.255487] pci 0000:00:1c.0: setting latency timer to 64 [ 0.255507] alloc irq_desc for 18 on cpu 0 node 0 [ 0.255513] alloc kstat_irqs on cpu 0 node 0 [ 0.255527] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18 [ 0.255539] pci 0000:00:1c.2: setting latency timer to 64 [ 0.255557] pci 0000:00:1e.0: setting latency timer to 64 [ 0.255569] pci_bus 0000:00: resource 0 io: [0x00-0xffff] [ 0.255579] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff] [ 0.255589] pci_bus 0000:02: resource 1 mem: [0xf0100000-0xf01fffff] [ 0.255599] pci_bus 0000:03: resource 0 io: [0x2000-0x2fff] [ 0.255608] pci_bus 0000:03: resource 1 mem: [0x50000000-0x500fffff] [ 0.255617] pci_bus 0000:03: resource 2 pref mem [0xf0500000-0xf05fffff] [ 0.255627] pci_bus 0000:04: resource 3 io: [0x00-0xffff] [ 0.255636] pci_bus 0000:04: resource 4 mem: [0x000000-0xffffffffffffffff] [ 0.255843] NET: Registered protocol family 2 [ 0.262186] IP route cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.263145] TCP established hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.264126] TCP bind hash table entries: 65536 (order: 7, 524288 bytes) [ 0.264571] TCP: Hash tables configured (established 131072 bind 65536) [ 0.264581] TCP reno registered [ 0.267271] NET: Registered protocol family 1 [ 0.267479] Simple Boot Flag at 0x36 set to 0x1 [ 0.267779] Machine check exception polling timer started. [ 0.268197] Scanning for low memory corruption every 60 seconds [ 0.268566] audit: initializing netlink socket (disabled) [ 0.268598] type=2000 audit(1259485598.267:1): initialized [ 0.286947] highmem bounce pool size: 64 pages [ 0.286963] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.287346] VFS: Disk quotas dquot_6.5.2 [ 0.287454] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 0.287870] msgmni has been set to 433 [ 0.288593] alg: No test for stdrng (krng) [ 0.288697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 0.288707] io scheduler noop registered [ 0.288714] io scheduler anticipatory registered [ 0.288721] io scheduler deadline registered [ 0.288779] io scheduler cfq registered (default) [ 0.288924] pci 0000:00:02.0: Boot video device [ 0.288953] pci 0000:00:1d.0: uhci_check_and_reset_hc: legsup = 0x003b [ 0.288961] pci 0000:00:1d.0: Performing full reset [ 0.289007] pci 0000:00:1d.1: uhci_check_and_reset_hc: legsup = 0x0010 [ 0.289015] pci 0000:00:1d.1: Performing full reset [ 0.289042] pci 0000:00:1d.2: uhci_check_and_reset_hc: legsup = 0x0010 [ 0.289049] pci 0000:00:1d.2: Performing full reset [ 0.289076] pci 0000:00:1d.3: uhci_check_and_reset_hc: legsup = 0x0010 [ 0.289083] pci 0000:00:1d.3: Performing full reset [ 0.289424] alloc irq_desc for 24 on cpu 0 node 0 [ 0.289432] alloc kstat_irqs on cpu 0 node 0 [ 0.289455] pcieport-driver 0000:00:1c.0: irq 24 for MSI/MSI-X [ 0.289485] pcieport-driver 0000:00:1c.0: setting latency timer to 64 [ 0.289774] alloc irq_desc for 25 on cpu 0 node 0 [ 0.289782] alloc kstat_irqs on cpu 0 node 0 [ 0.289801] pcieport-driver 0000:00:1c.2: irq 25 for MSI/MSI-X [ 0.289830] pcieport-driver 0000:00:1c.2: setting latency timer to 64 [ 0.291230] ACPI: AC Adapter [ADP1] (on-line) [ 0.291451] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.291461] ACPI: Power Button [PWRF] [ 0.291675] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1 [ 0.291829] ACPI: Lid Switch [LID0] [ 0.292007] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2 [ 0.292022] ACPI: Power Button [PWRB] [ 0.292194] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3 [ 0.292204] ACPI: Sleep Button [SLPB] [ 0.292610] fan PNP0C0B:00: registered as cooling_device0 [ 0.292628] ACPI: Fan [FAN0] (off) [ 0.294005] acpi: found laptop model 'N130' and blacklisting the video driver [ 0.295297] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/input/input4 [ 0.295310] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 0.296627] ACPI: SSDT 3f6cb17a 00203 (v02 PmRef Cpu0Ist 00003000 INTL 20050624) [ 0.298074] ACPI: SSDT 3f6caa50 006A5 (v02 PmRef Cpu0Cst 00003001 INTL 20050624) [ 0.299950] Monitor-Mwait will be used to enter C-1 state [ 0.300078] processor ACPI_CPU:00: registered as cooling_device1 [ 0.300092] ACPI: Processor [CPU0] (supports 8 throttling states) [ 0.301330] ACPI: SSDT 3f6cb37d 000D4 (v02 PmRef Cpu1Ist 00003000 INTL 20050624) [ 0.302705] ACPI: SSDT 3f6cb0f5 00085 (v02 PmRef Cpu1Cst 00003000 INTL 20050624) [ 0.304947] processor ACPI_CPU:01: registered as cooling_device2 [ 0.304963] ACPI: Processor [CPU1] (supports 8 throttling states) [ 0.316047] thermal LNXTHERM:01: registered as thermal_zone0 [ 0.316080] ACPI: Thermal Zone [TZ00] (52 C) [ 0.325546] Non-volatile memory driver v1.3 [ 0.325556] Linux agpgart interface v0.103 [ 0.325597] agpgart-intel 0000:00:00.0: Intel 945GME Chipset [ 0.325856] agpgart-intel 0000:00:00.0: detected 7932K stolen memory [ 0.329280] ACPI: Battery Slot [BAT1] (battery present) [ 0.329291] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000 [ 0.329363] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled [ 0.330625] ata_piix 0000:00:1f.2: version 2.13 [ 0.330659] alloc irq_desc for 19 on cpu 0 node 0 [ 0.330666] alloc kstat_irqs on cpu 0 node 0 [ 0.330683] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19 [ 0.330697] ata_piix 0000:00:1f.2: MAP [ P0 P2 IDE IDE ] [ 0.481010] ata_piix 0000:00:1f.2: setting latency timer to 64 [ 0.481185] scsi0 : ata_piix [ 0.481452] scsi1 : ata_piix [ 0.485219] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x1810 irq 14 [ 0.485230] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1818 irq 15 [ 0.485415] Fixed MDIO Bus: probed [ 0.485555] [drm] Initialized drm 1.1.0 20060810 [ 0.485600] alloc irq_desc for 16 on cpu 0 node 0 [ 0.485609] alloc kstat_irqs on cpu 0 node 0 [ 0.485644] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 0.485657] i915 0000:00:02.0: setting latency timer to 64 [ 0.500188] Switched to high resolution mode on CPU 1 [ 0.500984] Switched to high resolution mode on CPU 0 [ 0.623198] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 0.623294] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.623306] ehci_hcd: block sizes: qh 128 qtd 96 itd 160 sitd 96 [ 0.623375] alloc irq_desc for 23 on cpu 0 node 0 [ 0.623382] alloc kstat_irqs on cpu 0 node 0 [ 0.623398] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23 [ 0.623433] ehci_hcd 0000:00:1d.7: setting latency timer to 64 [ 0.623443] ehci_hcd 0000:00:1d.7: EHCI Host Controller [ 0.623540] /usr/src/packages/BUILD/kernel-default-2.6.30.9/linux-2.6.30/drivers/usb/core/inode.c: creating file 'devices' [ 0.623557] /usr/src/packages/BUILD/kernel-default-2.6.30.9/linux-2.6.30/drivers/usb/core/inode.c: creating file '001' [ 0.623580] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1 [ 0.623600] ehci_hcd 0000:00:1d.7: reset hcs_params 0x104208 dbg=1 cc=4 pcc=2 ordered !ppc ports=8 [ 0.623613] ehci_hcd 0000:00:1d.7: reset hcc_params 6871 thresh 7 uframes 1024 64 bit addr [ 0.623652] ehci_hcd 0000:00:1d.7: reset command 080032 (park)=0 ithresh=8 Async Periodic period=1024 Reset HALT [ 0.627568] ehci_hcd 0000:00:1d.7: debug port 1 [ 0.627582] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported [ 0.627591] ehci_hcd 0000:00:1d.7: supports USB remote wakeup [ 0.627631] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf0444000 [ 0.627645] ehci_hcd 0000:00:1d.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT [ 0.631558] ehci_hcd 0000:00:1d.7: init command 010001 (park)=0 ithresh=1 period=1024 RUN [ 0.637027] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00 [ 0.637102] usb usb1: default language 0x0409 [ 0.637124] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 0.637133] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637142] usb usb1: Product: EHCI Host Controller [ 0.637149] usb usb1: Manufacturer: Linux 2.6.30.9-0-default ehci_hcd [ 0.637157] usb usb1: SerialNumber: 0000:00:1d.7 [ 0.637350] usb usb1: uevent [ 0.637383] usb usb1: usb_probe_device [ 0.637391] usb usb1: configuration #1 chosen from 1 choice [ 0.637411] usb usb1: adding 1-0:1.0 (config #1, interface 0) [ 0.637457] usb 1-0:1.0: uevent [ 0.637490] hub 1-0:1.0: usb_probe_interface [ 0.637497] hub 1-0:1.0: usb_probe_interface - got id [ 0.637505] hub 1-0:1.0: USB hub found [ 0.637525] hub 1-0:1.0: 8 ports detected [ 0.637531] hub 1-0:1.0: standalone hub [ 0.637537] hub 1-0:1.0: no power switching (usb 1.0) [ 0.637544] hub 1-0:1.0: individual port over-current protection [ 0.637552] hub 1-0:1.0: power on to power good time: 20ms [ 0.637566] hub 1-0:1.0: local power source is good [ 0.637574] hub 1-0:1.0: trying to enable port power on non-switchable hub [ 0.637758] /usr/src/packages/BUILD/kernel-default-2.6.30.9/linux-2.6.30/drivers/usb/core/inode.c: creating file '001' [ 0.637917] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.637925] ohci_hcd: block sizes: ed 64 td 64 [ 0.637979] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638040] Skipping EDID probe due to cached edid [ 0.638115] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23 [ 0.638140] uhci_hcd 0000:00:1d.0: setting latency timer to 64 [ 0.638154] uhci_hcd 0000:00:1d.0: UHCI Host Controller [ 0.638242] /usr/src/packages/BUILD/kernel-default-2.6.30.9/linux-2.6.30/drivers/usb/core/inode.c: creating file '002' [ 0.638269] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2 [ 0.638292] uhci_hcd 0000:00:1d.0: detected 2 ports [ 0.638308] uhci_hcd 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 0x0000 [ 0.638319] uhci_hcd 0000:00:1d.0: Performing full reset [ 0.638364] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001820 [ 0.638496] usb usb2: default language 0x0409 [ 0.638529] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.638544] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.638556] usb usb2: Product: UHCI Host Controller [ 0.638568] usb usb2: Manufacturer: Linux 2.6.30.9-0-default uhci_hcd [ 0.638580] usb usb2: SerialNumber: 0000:00:1d.0 [ 0.638908] usb usb2: uevent [ 0.638967] usb usb2: usb_probe_device [ 0.638982] usb usb2: configuration #1 chosen from 1 choice [ 0.639067] usb usb2: adding 2-0:1.0 (config #1, interface 0) [ 0.639158] usb 2-0:1.0: uevent [ 0.639217] hub 2-0:1.0: usb_probe_interface [ 0.639228] hub 2-0:1.0: usb_probe_interface - got id [ 0.639240] hub 2-0:1.0: USB hub found [ 0.639277] hub 2-0:1.0: 2 ports detected [ 0.639286] hub 2-0:1.0: standalone hub [ 0.639293] hub 2-0:1.0: no power switching (usb 1.0) [ 0.639302] hub 2-0:1.0: individual port over-current protection [ 0.639314] hub 2-0:1.0: power on to power good time: 2ms [ 0.639336] hub 2-0:1.0: local power source is good [ 0.639349] hub 2-0:1.0: trying to enable port power on non-switchable hub [ 0.639625] /usr/src/packages/BUILD/kernel-default-2.6.30.9/linux-2.6.30/drivers/usb/core/inode.c: creating file '001' [ 0.639928] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19 [ 0.639961] uhci_hcd 0000:00:1d.1: setting latency timer to 64 [ 0.639976] uhci_hcd 0000:00:1d.1: UHCI Host Controller [ 0.640143] /usr/src/packages/BUILD/kernel-default-2.6.30.9/linux-2.6.30/drivers/usb/core/inode.c: creating file '003' [ 0.640200] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3 [ 0.640228] uhci_hcd 0000:00:1d.1: detected 2 ports [ 0.640245] uhci_hcd 0000:00:1d.1: uhci_check_and_reset_hc: cmd = 0x0000 [ 0.640256] uhci_hcd 0000:00:1d.1: Performing full reset [ 0.640335] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001840 [ 0.640490] usb usb3: default language 0x0409 [ 0.640525] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640538] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.640551] usb usb3: Product: UHCI Host Controller [ 0.640562] usb usb3: Manufacturer: Linux 2.6.30.9-0-default uhci_hcd [ 0.640575] usb usb3: SerialNumber: 0000:00:1d.1 [ 0.640922] usb usb3: uevent [ 0.640993] usb usb3: usb_probe_device [ 0.641064] usb usb3: configuration #1 chosen from 1 choice [ 0.641111] usb usb3: adding 3-0:1.0 (config #1, interface 0) [ 0.641199] usb 3-0:1.0: uevent [ 0.641264] hub 3-0:1.0: usb_probe_interface [ 0.641274] hub 3-0:1.0: usb_probe_interface - got id [ 0.641285] hub 3-0:1.0: USB hub found [ 0.641327] hub 3-0:1.0: 2 ports detected [ 0.641337] hub 3-0:1.0: standalone hub [ 0.641346] hub 3-0:1.0: no power switching (usb 1.0) [ 0.641356] hub 3-0:1.0: individual port over-current protection [ 0.641368] hub 3-0:1.0: power on to power good time: 2ms [ 0.641401] hub 3-0:1.0: local power source is good [ 0.641415] hub 3-0:1.0: trying to enable port power on non-switchable hub [ 0.641706] /usr/src/packages/BUILD/kernel-default-2.6.30.9/linux-2.6.30/drivers/usb/core/inode.c: creating file '001' [ 0.642087] alloc irq_desc for 20 on cpu 0 node 0 [ 0.642101] alloc kstat_irqs on cpu 0 node 0 [ 0.642129] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 20 (level, low) -> IRQ 20 [ 0.642159] uhci_hcd 0000:00:1d.2: setting latency timer to 64 [ 0.642175] uhci_hcd 0000:00:1d.2: UHCI Host Controller [ 0.642302] /usr/src/packages/BUILD/kernel-default-2.6.30.9/linux-2.6.30/drivers/usb/core/inode.c: creating file '004' [ 0.642341] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4 [ 0.642368] uhci_hcd 0000:00:1d.2: detected 2 ports [ 0.642385] uhci_hcd 0000:00:1d.2: uhci_check_and_reset_hc: cmd = 0x0000 [ 0.642396] uhci_hcd 0000:00:1d.2: Performing full reset [ 0.642471] uhci_hcd 0000:00:1d.2: irq 20, io base 0x00001860 [ 0.642634] usb usb4: default language 0x0409 [ 0.642669] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.642681] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.642693] usb usb4: Product: UHCI Host Controller [ 0.642703] usb usb4: Manufacturer: Linux 2.6.30.9-0-default uhci_hcd [ 0.642714] usb usb4: SerialNumber: 0000:00:1d.2 [ 0.643107] usb usb4: uevent [ 0.643161] usb usb4: usb_probe_device [ 0.643173] usb usb4: configuration #1 chosen from 1 choice [ 0.643203] usb usb4: adding 4-0:1.0 (config #1, interface 0) [ 0.643268] usb 4-0:1.0: uevent [ 0.643318] hub 4-0:1.0: usb_probe_interface [ 0.643328] hub 4-0:1.0: usb_probe_interface - got id [ 0.643338] hub 4-0:1.0: USB hub found [ 0.643374] hub 4-0:1.0: 2 ports detected [ 0.643383] hub 4-0:1.0: standalone hub [ 0.643391] hub 4-0:1.0: no power switching (usb 1.0) [ 0.643401] hub 4-0:1.0: individual port over-current protection [ 0.643411] hub 4-0:1.0: power on to power good time: 2ms [ 0.643431] hub 4-0:1.0: local power source is good [ 0.643443] hub 4-0:1.0: trying to enable port power on non-switchable hub [ 0.643635] /usr/src/packages/BUILD/kernel-default-2.6.30.9/linux-2.6.30/drivers/usb/core/inode.c: creating file '001' [ 0.643881] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16 [ 0.643916] uhci_hcd 0000:00:1d.3: setting latency timer to 64 [ 0.643929] uhci_hcd 0000:00:1d.3: UHCI Host Controller [ 0.644036] /usr/src/packages/BUILD/kernel-default-2.6.30.9/linux-2.6.30/drivers/usb/core/inode.c: creating file '005' [ 0.644060] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5 [ 0.644082] uhci_hcd 0000:00:1d.3: detected 2 ports [ 0.644097] uhci_hcd 0000:00:1d.3: uhci_check_and_reset_hc: cmd = 0x0000 [ 0.644108] uhci_hcd 0000:00:1d.3: Performing full reset [ 0.644151] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00001880 [ 0.644276] usb usb5: default language 0x0409 [ 0.644307] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644319] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.644331] usb usb5: Product: UHCI Host Controller [ 0.644341] usb usb5: Manufacturer: Linux 2.6.30.9-0-default uhci_hcd [ 0.644352] usb usb5: SerialNumber: 0000:00:1d.3 [ 0.644588] usb usb5: uevent [ 0.644627] usb usb5: usb_probe_device [ 0.644638] usb usb5: configuration #1 chosen from 1 choice [ 0.644662] usb usb5: adding 5-0:1.0 (config #1, interface 0) [ 0.644724] usb 5-0:1.0: uevent [ 0.644766] hub 5-0:1.0: usb_probe_interface [ 0.644776] hub 5-0:1.0: usb_probe_interface - got id [ 0.644785] hub 5-0:1.0: USB hub found [ 0.644810] hub 5-0:1.0: 2 ports detected [ 0.644818] hub 5-0:1.0: standalone hub [ 0.644826] hub 5-0:1.0: no power switching (usb 1.0) [ 0.644835] hub 5-0:1.0: individual port over-current protection [ 0.644846] hub 5-0:1.0: power on to power good time: 2ms [ 0.644863] hub 5-0:1.0: local power source is good [ 0.644874] hub 5-0:1.0: trying to enable port power on non-switchable hub [ 0.644910] allocated 1024x600 fb: 0x007df000, bo f6dd83c0 [ 0.645081] /usr/src/packages/BUILD/kernel-default-2.6.30.9/linux-2.6.30/drivers/usb/core/inode.c: creating file '001' [ 0.645297] Initializing USB Mass Storage driver... [ 0.645451] usbcore: registered new interface driver usb-storage [ 0.645464] USB Mass Storage support registered. [ 0.645638] usbcore: registered new interface driver libusual [ 0.645680] usbcore: registered new interface driver ums-alauda [ 0.645719] usbcore: registered new interface driver ums-cypress [ 0.645761] usbcore: registered new interface driver ums-datafab [ 0.645799] usbcore: registered new interface driver ums-freecom [ 0.645841] usbcore: registered new interface driver ums-isd200 [ 0.645892] usbcore: registered new interface driver ums-jumpshot [ 0.645933] usbcore: registered new interface driver ums-karma [ 0.645973] usbcore: registered new interface driver ums-onetouch [ 0.646030] usbcore: registered new interface driver ums-sddr09 [ 0.646072] usbcore: registered new interface driver ums-sddr55 [ 0.646134] usbcore: registered new interface driver ums-usbat [ 0.646258] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 [ 0.653226] i8042.c: Detected active multiplexing controller, rev 1.1. [ 0.654978] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.654996] serio: i8042 AUX0 port at 0x60,0x64 irq 12 [ 0.655009] serio: i8042 AUX1 port at 0x60,0x64 irq 12 [ 0.655021] serio: i8042 AUX2 port at 0x60,0x64 irq 12 [ 0.655032] serio: i8042 AUX3 port at 0x60,0x64 irq 12 [ 0.655246] mice: PS/2 mouse device common for all mice [ 0.656007] rtc_cmos 00:08: RTC can wake from S4 [ 0.656137] rtc_cmos 00:08: rtc core: registered rtc_cmos as rtc0 [ 0.656197] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs [ 0.656231] Linux video capture interface: v2.00 [ 0.656285] cpuidle: using governor ladder [ 0.656293] cpuidle: using governor menu [ 0.657178] usbcore: registered new interface driver hiddev [ 0.657235] usbcore: registered new interface driver usbhid [ 0.657244] usbhid: v2.6:USB HID core driver [ 0.657331] Advanced Linux Sound Architecture Driver Version 1.0.20. [ 0.658934] alloc irq_desc for 22 on cpu 0 node 0 [ 0.658943] alloc kstat_irqs on cpu 0 node 0 [ 0.658963] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22 [ 0.659039] HDA Intel 0000:00:1b.0: setting latency timer to 64 [ 0.688533] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5 [ 0.693395] hda_codec: ALC269: BIOS auto-probing. [ 0.694014] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input6 [ 0.697927] ALSA device list: [ 0.697934] #0: HDA Intel at 0xf0440000 irq 22 [ 0.699284] TCP cubic registered [ 0.699457] NET: Registered protocol family 10 [ 0.701006] lo: Disabled Privacy Extensions [ 0.702244] lib80211: common routines for IEEE802.11 drivers [ 0.702267] lib80211_crypt: registered algorithm 'NULL' [ 0.704343] Using IPI No-Shortcut mode [ 0.704649] PM: Resume from disk failed. [ 0.704684] registered taskstats version 1 [ 0.705042] Magic number: 1:229:122 [ 0.705173] rtc_cmos 00:08: setting system clock to 2009-11-29 09:06:39 UTC (1259485599) [ 0.705445] ata1.00: ATA-8: WDC WD1600BEVT-22ZCT0, 11.01A11, max UDMA/133 [ 0.705456] ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 0/32) [ 0.710708] [drm] LVDS-8: set mode 1024x600 b [ 0.711921] ata1.00: configured for UDMA/133 [ 0.712214] scsi 0:0:0:0: Direct-Access ATA WDC WD1600BEVT-2 11.0 PQ: 0 ANSI: 5 [ 0.712819] sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors: (160 GB/149 GiB) [ 0.712878] sd 0:0:0:0: [sda] Write Protect is off [ 0.712889] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 0.712987] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 0.713354] sda:<7>ata2: port disabled. ignoring. [ 0.716733] sda1 sda2 sda3 [ 0.738525] Console: switching to colour frame buffer device 128x37 [ 0.739845] sd 0:0:0:0: [sda] Attached SCSI disk [ 0.746681] fb0: inteldrmfb frame buffer device [ 0.746690] registered panic notifier [ 0.746764] ehci_hcd 0000:00:1d.7: GetStatus port 8 status 001803 POWER sig=j CSC CONNECT [ 0.746777] hub 1-0:1.0: port 8: status 0501 change 0001 [ 0.746825] hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0000 [ 0.746843] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000 [ 0.746858] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000 [ 0.746870] uhci_hcd 0000:00:1d.3: port 2 portsc 0082,00 [ 0.801873] kjournald starting. Commit interval 15 seconds [ 0.801905] EXT3-fs warning: maximal mount count reached, running e2fsck is recommended [ 0.802565] EXT3 FS on sda1, internal journal [ 0.802587] EXT3-fs: mounted filesystem with writeback data mode. [ 0.802636] VFS: Mounted root (ext3 filesystem) on device 8:1. [ 0.837713] devtmpfs: mounted [ 0.837840] Freeing unused kernel memory: 428k freed [ 0.838496] Write protecting the kernel text: 4284k [ 0.838888] Write protecting the kernel read-only data: 1904k [ 0.846094] hub 1-0:1.0: state 7 ports 8 chg 0100 evt 0000 [ 0.846141] hub 1-0:1.0: port 8, status 0501, change 0000, 480 Mb/s [ 0.897606] ehci_hcd 0000:00:1d.7: port 8 high speed [ 0.897631] ehci_hcd 0000:00:1d.7: GetStatus port 8 status 001005 POWER sig=se0 PE CONNECT [ 0.948063] usb 1-8: new high speed USB device using ehci_hcd and address 2 [ 1.000239] ehci_hcd 0000:00:1d.7: port 8 high speed [ 1.000265] ehci_hcd 0000:00:1d.7: GetStatus port 8 status 001005 POWER sig=se0 PE CONNECT [ 1.076931] usb 1-8: skipped 1 descriptor after configuration [ 1.076949] usb 1-8: skipped 5 descriptors after interface [ 1.076965] usb 1-8: skipped 1 descriptor after endpoint [ 1.076979] usb 1-8: skipped 7 descriptors after interface [ 1.077288] usb 1-8: default language 0x0409 [ 1.078158] usb 1-8: New USB device found, idVendor=0ac8, idProduct=c33f [ 1.078175] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.078189] usb 1-8: Product: WebCam SCB-0340N [ 1.078201] usb 1-8: Manufacturer: Namuga. [ 1.078503] usb 1-8: uevent [ 1.078562] usb 1-8: usb_probe_device [ 1.078575] usb 1-8: configuration #1 chosen from 1 choice [ 1.078798] usb 1-8: adding 1-8:1.0 (config #1, interface 0) [ 1.079424] usb 1-8:1.0: uevent [ 1.079744] usb 1-8: adding 1-8:1.1 (config #1, interface 1) [ 1.079847] usb 1-8:1.1: uevent [ 1.079977] /usr/src/packages/BUILD/kernel-default-2.6.30.9/linux-2.6.30/drivers/usb/core/inode.c: creating file '002' [ 1.080209] hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0000 [ 1.491830] Synaptics Touchpad, model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04771/0xa40000 [ 1.532809] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input7 [ 1.704036] usb usb2: suspend_rh (auto-stop) [ 1.704079] usb usb3: suspend_rh (auto-stop) [ 1.704117] usb usb4: suspend_rh (auto-stop) [ 1.954039] usb usb5: suspend_rh (auto-stop) [ 3.701107] hub 2-0:1.0: hub_suspend [ 3.701135] usb usb2: bus auto-suspend [ 3.701149] usb usb2: suspend_rh [ 3.701182] hub 3-0:1.0: hub_suspend [ 3.701199] usb usb3: bus auto-suspend [ 3.701211] usb usb3: suspend_rh [ 3.701240] hub 4-0:1.0: hub_suspend [ 3.701284] usb usb4: bus auto-suspend [ 3.701300] usb usb4: suspend_rh [ 3.704150] hub 5-0:1.0: hub_suspend [ 3.704170] usb usb5: bus auto-suspend [ 3.704182] usb usb5: suspend_rh [ 4.433235] udev: starting version 137 [ 5.450222] Adding 2048276k swap on /dev/sda2. Priority:42 extents:1 across:2048276k [ 6.067727] loop: module loaded [ 7.399652] usb usb2: uevent [ 7.399732] usb 2-0:1.0: uevent [ 7.400076] usb usb3: uevent [ 7.400155] usb 3-0:1.0: uevent [ 7.400531] usb usb4: uevent [ 7.400606] usb 4-0:1.0: uevent [ 7.400953] usb usb5: uevent [ 7.401031] usb 5-0:1.0: uevent [ 7.401413] usb usb1: uevent [ 7.401494] usb 1-0:1.0: uevent [ 7.401654] usb 1-8: uevent [ 7.401732] usb 1-8:1.0: uevent [ 7.401881] usb 1-8:1.1: uevent [ 7.865258] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19 [ 7.938692] input: PC Speaker as /devices/platform/pcspkr/input/input8 [ 7.987884] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded [ 7.987935] r8169 0000:03:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18 [ 7.987976] r8169 0000:03:00.0: setting latency timer to 64 [ 7.988144] alloc irq_desc for 26 on cpu 0 node 0 [ 7.988155] alloc kstat_irqs on cpu 0 node 0 [ 7.988190] r8169 0000:03:00.0: irq 26 for MSI/MSI-X [ 7.990656] eth0: RTL8102e at 0xf7ff0000, 00:13:77:bb:7b:9b, XID 24c00000 IRQ 26 [ 8.016417] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 8.108261] uvcvideo 1-8:1.0: usb_probe_interface [ 8.108276] uvcvideo 1-8:1.0: usb_probe_interface - got id [ 8.108355] uvcvideo: Found UVC 1.00 device WebCam SCB-0340N (0ac8:c33f) [ 8.110755] input: WebCam SCB-0340N as /devices/pci0000:00/0000:00:1d.7/usb1/1-8/1-8:1.0/input/input9 [ 8.110954] usb 1-8: link qh2-0001/f643d100 start 1 [1/0 us] [ 8.111047] usbcore: registered new interface driver uvcvideo [ 8.111062] USB Video Class driver (v0.1.0) [ 8.132400] intel_rng: FWH not detected [ 8.185462] ath9k 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 8.185491] ath9k 0000:02:00.0: setting latency timer to 64 [ 8.244519] samsung_laptop: found laptop model 'N130' [ 8.339622] iTCO_vendor_support: vendor-support=0 [ 8.348318] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05 [ 8.348623] iTCO_wdt: Found a ICH7-M or ICH7-U TCO device (Version=2, TCOBASE=0x1060) [ 8.348831] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) [ 8.503368] usb 1-8:1.0: uevent [ 8.503705] usb 1-8: uevent [ 8.506960] usb 1-8:1.0: uevent [ 8.507348] usb 1-8: uevent [ 8.581224] phy0: Selected rate control algorithm 'ath9k_rate_control' [ 8.583242] Registered led device: ath9k-phy0::radio [ 8.583310] Registered led device: ath9k-phy0::assoc [ 8.583382] Registered led device: ath9k-phy0::tx [ 8.583450] Registered led device: ath9k-phy0::rx [ 8.583476] phy0: Atheros AR9285 MAC/BB Rev:2 AR5133 RF Rev:e0: mem=0xf85e0000, irq=16 [ 8.588049] wlan0 renamed to wlan1 by udevd [720] [ 8.592725] udev: renamed network interface wlan0 to wlan1 [ 10.587842] usb usb2: uevent [ 10.588683] usb 2-0:1.0: uevent [ 10.590246] usb usb3: uevent [ 10.590542] usb 3-0:1.0: uevent [ 10.591946] usb usb4: uevent [ 10.592247] usb 4-0:1.0: uevent [ 10.593697] usb usb5: uevent [ 10.593976] usb 5-0:1.0: uevent [ 10.595441] usb usb1: uevent [ 10.595722] usb 1-0:1.0: uevent [ 10.596469] usb 1-8: uevent [ 10.596902] usb 1-8:1.0: uevent [ 10.599014] usb 1-8:1.1: uevent [ 13.731292] Skipping EDID probe due to cached edid [ 13.759117] Skipping EDID probe due to cached edid [ 15.637193] usb usb2: usb resume [ 15.637207] usb usb2: wakeup_rh [ 15.668051] hub 2-0:1.0: hub_resume [ 15.668126] hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0000 [ 15.684539] usb usb3: usb resume [ 15.684556] usb usb3: wakeup_rh [ 15.716048] hub 3-0:1.0: hub_resume [ 15.716131] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000 [ 15.738679] usb usb4: usb resume [ 15.738697] usb usb4: wakeup_rh [ 15.770051] hub 4-0:1.0: hub_resume [ 15.770134] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000 [ 15.786863] usb usb5: usb resume [ 15.786880] usb usb5: wakeup_rh [ 15.818047] hub 5-0:1.0: hub_resume [ 15.818127] hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0000 [ 16.704041] usb usb2: suspend_rh (auto-stop) [ 16.954307] usb usb3: suspend_rh (auto-stop) [ 16.954362] usb usb4: suspend_rh (auto-stop) [ 16.954410] usb usb5: suspend_rh (auto-stop) [ 17.701059] uvcvideo: Suspending interface 0 [ 17.701106] usb 1-8: unlink qh2-0001/f643d100 start 1 [1/0 us] [ 17.701188] uvcvideo: Suspending interface 1 [ 17.701217] usb 1-8: usb auto-suspend [ 17.712328] hub 2-0:1.0: hub_suspend [ 17.712366] usb usb2: bus auto-suspend [ 17.712385] usb usb2: suspend_rh [ 18.704062] hub 3-0:1.0: hub_suspend [ 18.704086] usb usb3: bus auto-suspend [ 18.704098] usb usb3: suspend_rh [ 18.704130] hub 4-0:1.0: hub_suspend [ 18.704146] usb usb4: bus auto-suspend [ 18.704156] usb usb4: suspend_rh [ 18.704184] hub 5-0:1.0: hub_suspend [ 18.704199] usb usb5: bus auto-suspend [ 18.704208] usb usb5: suspend_rh [ 20.504211] r8169: eth0: link up [ 20.504228] r8169: eth0: link up [ 20.633758] ADDRCONF(NETDEV_UP): wlan1: link is not ready [ 20.701056] hub 1-0:1.0: hub_suspend [ 20.701087] usb usb1: bus auto-suspend [ 20.701100] ehci_hcd 0000:00:1d.7: suspend root hub [ 20.962915] NET: Registered protocol family 17 [ 25.089193] Skipping EDID probe due to cached edid [ 25.149357] Skipping EDID probe due to cached edid [ 25.178101] Skipping EDID probe due to cached edid [ 30.505040] eth0: no IPv6 routers present [ 32.289012] wlan1: authenticate with AP 00:11:d8:97:de:c8 [ 32.290912] wlan1: authenticated [ 32.290925] wlan1: associate with AP 00:11:d8:97:de:c8 [ 32.293114] wlan1: RX AssocResp from 00:11:d8:97:de:c8 (capab=0x431 status=0 aid=2) [ 32.293128] wlan1: associated [ 32.294418] ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready [ 42.773270] wlan1: no IPv6 routers present [ 251.220617] Monitor-Mwait will be used to enter C-2 state [ 251.220667] Marking TSC unstable due to TSC halts in idle [ 259.221976] ata1: clearing spurious IRQ [ 329.719293] Monitor-Mwait will be used to enter C-3 state [ 331.000289] Clocksource tsc unstable (delta = -70918169 ns) [ 331.133525] usb usb1: usb auto-resume [ 331.133538] ehci_hcd 0000:00:1d.7: resume root hub [ 331.153123] hub 1-0:1.0: hub_resume [ 331.153202] hub 1-0:1.0: port 8: status 0507 change 0000 [ 331.153246] usb 1-8: usb resume [ 331.153272] hub 1-0:1.0: state 7 ports 8 chg 0000 evt 0000 [ 331.179345] ehci_hcd 0000:00:1d.7: GetStatus port 8 status 001005 POWER sig=se0 PE CONNECT [ 331.190290] usb 1-8: finish resume [ 331.190657] uvcvideo: Resuming interface 0 [ 331.190725] ehci_hcd 0000:00:1d.7: reused qh f643d100 schedule [ 331.190744] usb 1-8: link qh2-0001/f643d100 start 1 [1/0 us] [ 331.190777] uvcvideo: Resuming interface 1 [ 331.324124] usb usb2: usb resume [ 331.324141] usb usb2: wakeup_rh [ 331.356117] hub 2-0:1.0: hub_resume [ 331.357147] hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0000 [ 331.374130] usb usb3: usb resume [ 331.374148] usb usb3: wakeup_rh [ 331.406126] hub 3-0:1.0: hub_resume [ 331.406239] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000 [ 331.422844] usb usb4: usb resume [ 331.422862] usb usb4: wakeup_rh [ 331.454145] hub 4-0:1.0: hub_resume [ 331.454355] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000 [ 331.470889] usb usb5: usb resume [ 331.470906] usb usb5: wakeup_rh [ 331.502143] hub 5-0:1.0: hub_resume [ 331.502260] hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0000 [ 332.500114] usb usb2: suspend_rh (auto-stop) [ 332.500130] usb usb4: suspend_rh (auto-stop) [ 332.500180] usb usb5: suspend_rh (auto-stop) [ 332.500192] usb usb3: suspend_rh (auto-stop) [ 333.997183] hub 2-0:1.0: hub_suspend [ 333.997213] usb usb2: bus auto-suspend [ 333.997227] usb usb2: suspend_rh [ 333.997313] hub 3-0:1.0: hub_suspend [ 333.997339] usb usb3: bus auto-suspend [ 333.997354] usb usb3: suspend_rh [ 334.000308] uvcvideo: Suspending interface 0 [ 334.000368] usb 1-8: unlink qh2-0001/f643d100 start 1 [1/0 us] [ 334.000454] uvcvideo: Suspending interface 1 [ 334.000483] usb 1-8: usb auto-suspend [ 334.011298] hub 4-0:1.0: hub_suspend [ 334.011326] usb usb4: bus auto-suspend [ 334.011341] usb usb4: suspend_rh [ 334.011373] hub 5-0:1.0: hub_suspend [ 334.011390] usb usb5: bus auto-suspend [ 334.011401] usb usb5: suspend_rh [ 337.000314] hub 1-0:1.0: hub_suspend [ 337.000344] usb usb1: bus auto-suspend [ 337.000357] ehci_hcd 0000:00:1d.7: suspend root hub [ 534.218560] usb usb1: usb auto-resume [ 534.218579] ehci_hcd 0000:00:1d.7: resume root hub [ 534.238285] hub 1-0:1.0: hub_resume [ 534.238368] hub 1-0:1.0: port 8: status 0507 change 0000 [ 534.238422] usb 1-8: usb resume [ 534.238446] hub 1-0:1.0: state 7 ports 8 chg 0000 evt 0000 [ 534.264386] ehci_hcd 0000:00:1d.7: GetStatus port 8 status 001005 POWER sig=se0 PE CONNECT [ 534.275298] usb 1-8: finish resume [ 534.275623] uvcvideo: Resuming interface 0 [ 534.275694] ehci_hcd 0000:00:1d.7: reused qh f643d100 schedule [ 534.275713] usb 1-8: link qh2-0001/f643d100 start 1 [1/0 us] [ 534.275746] uvcvideo: Resuming interface 1 [ 537.000158] uvcvideo: Suspending interface 0 [ 537.000207] usb 1-8: unlink qh2-0001/f643d100 start 1 [1/0 us] [ 537.000290] uvcvideo: Suspending interface 1 [ 537.000320] usb 1-8: usb auto-suspend [ 537.406356] Skipping EDID probe due to cached edid [ 540.000299] hub 1-0:1.0: hub_suspend [ 540.000329] usb usb1: bus auto-suspend [ 540.000341] ehci_hcd 0000:00:1d.7: suspend root hub [ 777.334594] usb usb1: usb auto-resume [ 777.334613] ehci_hcd 0000:00:1d.7: resume root hub [ 777.354285] hub 1-0:1.0: hub_resume [ 777.354377] hub 1-0:1.0: port 8: status 0507 change 0000 [ 777.354422] usb 1-8: usb resume [ 777.354448] hub 1-0:1.0: state 7 ports 8 chg 0000 evt 0000 [ 777.380423] ehci_hcd 0000:00:1d.7: GetStatus port 8 status 001005 POWER sig=se0 PE CONNECT [ 777.391302] usb 1-8: finish resume [ 777.391619] uvcvideo: Resuming interface 0 [ 777.391689] ehci_hcd 0000:00:1d.7: reused qh f643d100 schedule [ 777.391708] usb 1-8: link qh2-0001/f643d100 start 1 [1/0 us] [ 777.391741] uvcvideo: Resuming interface 1 [ 778.945074] Skipping EDID probe due to cached edid [ 780.000149] uvcvideo: Suspending interface 0 [ 780.000197] usb 1-8: unlink qh2-0001/f643d100 start 1 [1/0 us] [ 780.000280] uvcvideo: Suspending interface 1 [ 780.000311] usb 1-8: usb auto-suspend [ 783.000297] hub 1-0:1.0: hub_suspend [ 783.000327] usb usb1: bus auto-suspend [ 783.000340] ehci_hcd 0000:00:1d.7: suspend root hub [ 795.847446] wlan1: deauthenticated (Reason: 4) [ 796.847306] wlan1: direct probe to AP 00:11:d8:97:de:c8 try 1 [ 796.849759] wlan1 direct probe responded [ 796.849777] wlan1: authenticate with AP 00:11:d8:97:de:c8 [ 796.852163] wlan1: authenticated [ 796.852179] wlan1: associate with AP 00:11:d8:97:de:c8 [ 796.854511] wlan1: RX ReassocResp from 00:11:d8:97:de:c8 (capab=0x431 status=0 aid=2) [ 796.854528] wlan1: associated
Nov 29 09:06:48 (none) kernel: imklog 3.18.3, log source = /proc/kmsg started. Nov 29 09:06:48 (none) kernel: [ 0.000000] Initializing cgroup subsys cpuset Nov 29 09:06:48 (none) kernel: [ 0.000000] Initializing cgroup subsys cpu Nov 29 09:06:48 (none) kernel: [ 0.000000] Linux version 2.6.30.9-0-default (geeko@buildhost) (gcc version 4.3.2 [gcc-4_3-branch revision 141291] (SUSE Linux) ) #1 SMP 2009-10-26 09:03:49 -0700 Nov 29 09:06:48 (none) kernel: [ 0.000000] KERNEL supported cpus: Nov 29 09:06:48 (none) kernel: [ 0.000000] Intel GenuineIntel Nov 29 09:06:48 (none) kernel: [ 0.000000] AMD AuthenticAMD Nov 29 09:06:48 (none) kernel: [ 0.000000] NSC Geode by NSC Nov 29 09:06:48 (none) kernel: [ 0.000000] Cyrix CyrixInstead Nov 29 09:06:48 (none) kernel: [ 0.000000] Centaur CentaurHauls Nov 29 09:06:48 (none) kernel: [ 0.000000] Transmeta GenuineTMx86 Nov 29 09:06:48 (none) kernel: [ 0.000000] Transmeta TransmetaCPU Nov 29 09:06:48 (none) kernel: [ 0.000000] UMC UMC UMC UMC Nov 29 09:06:48 (none) kernel: [ 0.000000] BIOS-provided physical RAM map: Nov 29 09:06:48 (none) kernel: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable) Nov 29 09:06:48 (none) kernel: [ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved) Nov 29 09:06:48 (none) kernel: [ 0.000000] BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved) Nov 29 09:06:48 (none) kernel: [ 0.000000] BIOS-e820: 0000000000100000 - 000000003f6c0000 (usable) Nov 29 09:06:48 (none) kernel: [ 0.000000] BIOS-e820: 000000003f6c0000 - 000000003f6d1000 (ACPI data) Nov 29 09:06:48 (none) kernel: [ 0.000000] BIOS-e820: 000000003f6d1000 - 000000003f6d2000 (ACPI NVS) Nov 29 09:06:48 (none) kernel: [ 0.000000] BIOS-e820: 000000003f6d2000 - 0000000040000000 (reserved) Nov 29 09:06:48 (none) kernel: [ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved) Nov 29 09:06:48 (none) kernel: [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved) Nov 29 09:06:48 (none) kernel: [ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved) Nov 29 09:06:48 (none) kernel: [ 0.000000] BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved) Nov 29 09:06:48 (none) kernel: [ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved) Nov 29 09:06:48 (none) kernel: [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved) Nov 29 09:06:48 (none) kernel: [ 0.000000] BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved) Nov 29 09:06:48 (none) kernel: [ 0.000000] DMI present. Nov 29 09:06:48 (none) kernel: [ 0.000000] Phoenix BIOS detected: BIOS may corrupt low RAM, working around it. Nov 29 09:06:48 (none) kernel: [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved) Nov 29 09:06:48 (none) kernel: [ 0.000000] last_pfn = 0x3f6c0 max_arch_pfn = 0x1000000 Nov 29 09:06:48 (none) kernel: [ 0.000000] MTRR default type: uncachable Nov 29 09:06:48 (none) kernel: [ 0.000000] MTRR fixed ranges enabled: Nov 29 09:06:48 (none) kernel: [ 0.000000] 00000-9FFFF write-back Nov 29 09:06:48 (none) kernel: [ 0.000000] A0000-BFFFF uncachable Nov 29 09:06:48 (none) kernel: [ 0.000000] C0000-CFFFF write-protect Nov 29 09:06:48 (none) kernel: [ 0.000000] D0000-DFFFF uncachable Nov 29 09:06:48 (none) kernel: [ 0.000000] E0000-FFFFF write-protect Nov 29 09:06:48 (none) kernel: [ 0.000000] MTRR variable ranges enabled: Nov 29 09:06:48 (none) kernel: [ 0.000000] 0 base 000000000 mask 0C0000000 write-back Nov 29 09:06:48 (none) kernel: [ 0.000000] 1 base 03F700000 mask 0FFF00000 uncachable Nov 29 09:06:48 (none) kernel: [ 0.000000] 2 base 03F800000 mask 0FF800000 uncachable Nov 29 09:06:48 (none) kernel: [ 0.000000] 3 disabled Nov 29 09:06:48 (none) kernel: [ 0.000000] 4 disabled Nov 29 09:06:48 (none) kernel: [ 0.000000] 5 disabled Nov 29 09:06:48 (none) kernel: [ 0.000000] 6 disabled Nov 29 09:06:48 (none) kernel: [ 0.000000] 7 disabled Nov 29 09:06:48 (none) kernel: [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 Nov 29 09:06:48 (none) kernel: [ 0.000000] Scanning 0 areas for low memory corruption Nov 29 09:06:48 (none) kernel: [ 0.000000] modified physical RAM map: Nov 29 09:06:48 (none) kernel: [ 0.000000] modified: 0000000000000000 - 0000000000010000 (reserved) Nov 29 09:06:48 (none) kernel: [ 0.000000] modified: 0000000000010000 - 000000000009f800 (usable) Nov 29 09:06:48 (none) kernel: [ 0.000000] modified: 000000000009f800 - 00000000000a0000 (reserved) Nov 29 09:06:48 (none) kernel: [ 0.000000] modified: 00000000000dc000 - 0000000000100000 (reserved) Nov 29 09:06:48 (none) kernel: [ 0.000000] modified: 0000000000100000 - 000000003f6c0000 (usable) Nov 29 09:06:48 (none) kernel: [ 0.000000] modified: 000000003f6c0000 - 000000003f6d1000 (ACPI data) Nov 29 09:06:48 (none) kernel: [ 0.000000] modified: 000000003f6d1000 - 000000003f6d2000 (ACPI NVS) Nov 29 09:06:48 (none) kernel: [ 0.000000] modified: 000000003f6d2000 - 0000000040000000 (reserved) Nov 29 09:06:48 (none) kernel: [ 0.000000] modified: 00000000e0000000 - 00000000f0000000 (reserved) Nov 29 09:06:48 (none) kernel: [ 0.000000] modified: 00000000fec00000 - 00000000fec10000 (reserved) Nov 29 09:06:48 (none) kernel: [ 0.000000] modified: 00000000fed00000 - 00000000fed00400 (reserved) Nov 29 09:06:48 (none) kernel: [ 0.000000] modified: 00000000fed14000 - 00000000fed1a000 (reserved) Nov 29 09:06:48 (none) kernel: [ 0.000000] modified: 00000000fed1c000 - 00000000fed90000 (reserved) Nov 29 09:06:48 (none) kernel: [ 0.000000] modified: 00000000fee00000 - 00000000fee01000 (reserved) Nov 29 09:06:48 (none) kernel: [ 0.000000] modified: 00000000ff000000 - 0000000100000000 (reserved) Nov 29 09:06:48 (none) kernel: [ 0.000000] init_memory_mapping: 0000000000000000-00000000373fe000 Nov 29 09:06:48 (none) kernel: [ 0.000000] 0000000000 - 0000200000 page 4k Nov 29 09:06:48 (none) kernel: [ 0.000000] 0000200000 - 0037200000 page 2M Nov 29 09:06:48 (none) kernel: [ 0.000000] 0037200000 - 00373fe000 page 4k Nov 29 09:06:48 (none) kernel: [ 0.000000] kernel direct mapping tables up to 373fe000 @ 10000-19000 Nov 29 09:06:48 (none) kernel: [ 0.000000] ACPI: RSDP 000f7190 00024 (v02 PTLTD ) Nov 29 09:06:48 (none) kernel: [ 0.000000] ACPI: XSDT 3f6ca4d6 00084 (v01 SECCSD LH43STAR 06040000 LTP 00000000) Nov 29 09:06:48 (none) kernel: [ 0.000000] ACPI: FACP 3f6d0bd2 000F4 (v03 INTEL CALISTGA 06040000 ALAN 00000001) Nov 29 09:06:48 (none) kernel: [ 0.000000] ACPI: DSDT 3f6cc13c 04A22 (v01 INTEL CALISTGA 06040000 INTL 20050624) Nov 29 09:06:48 (none) kernel: [ 0.000000] ACPI: FACS 3f6d1fc0 00040 Nov 29 09:06:48 (none) kernel: [ 0.000000] ACPI: APIC 3f6d0cc6 00068 (v01 INTEL CALISTGA 06040000 LOHR 0000005A) Nov 29 09:06:48 (none) kernel: [ 0.000000] ACPI: HPET 3f6d0d2e 00038 (v01 INTEL CALISTGA 06040000 LOHR 0000005A) Nov 29 09:06:48 (none) kernel: [ 0.000000] ACPI: MCFG 3f6d0d66 0003C (v01 INTEL CALISTGA 06040000 LOHR 0000005A) Nov 29 09:06:48 (none) kernel: [ 0.000000] ACPI: TCPA 3f6d0da2 00032 (v01 PTLTD CALISTGA 06040000 PTL 00000001) Nov 29 09:06:48 (none) kernel: [ 0.000000] ACPI: TMOR 3f6d0dd4 00026 (v01 PTLTD 06040000 PTL 00000003) Nov 29 09:06:48 (none) kernel: [ 0.000000] ACPI: APIC 3f6d0dfa 00068 (v01 PTLTD APIC 06040000 LTP 00000000) Nov 29 09:06:48 (none) kernel: [ 0.000000] ACPI: BOOT 3f6d0e62 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001) Nov 29 09:06:48 (none) kernel: [ 0.000000] ACPI: SLIC 3f6d0e8a 00176 (v01 SECCSD LH43STAR 06040000 LTP 00000000) Nov 29 09:06:48 (none) kernel: [ 0.000000] ACPI: SSDT 3f6cbaed 0064F (v01 SataRe SataPri 00001000 INTL 20050624) Nov 29 09:06:48 (none) kernel: [ 0.000000] ACPI: SSDT 3f6cb451 0069C (v01 SataRe SataSec 00001000 INTL 20050624) Nov 29 09:06:48 (none) kernel: [ 0.000000] ACPI: SSDT 3f6ca55a 004F6 (v02 PmRef CpuPm 00003000 INTL 20050624) Nov 29 09:06:48 (none) kernel: [ 0.000000] ACPI: BIOS bug: multiple APIC/MADT found, using 0 Nov 29 09:06:48 (none) kernel: [ 0.000000] ACPI: If "acpi_apic_instance=2" works better, notify linux-acpi@xxxxxxxxxxxxxxx Nov 29 09:06:48 (none) kernel: [ 0.000000] ACPI: Local APIC address 0xfee00000 Nov 29 09:06:48 (none) kernel: [ 0.000000] 130MB HIGHMEM available. Nov 29 09:06:48 (none) kernel: [ 0.000000] 883MB LOWMEM available. Nov 29 09:06:48 (none) kernel: [ 0.000000] mapped low ram: 0 - 373fe000 Nov 29 09:06:48 (none) kernel: [ 0.000000] low ram: 0 - 373fe000 Nov 29 09:06:48 (none) kernel: [ 0.000000] node 0 low ram: 00000000 - 373fe000 Nov 29 09:06:48 (none) kernel: [ 0.000000] node 0 bootmap 00016000 - 0001ce80 Nov 29 09:06:48 (none) kernel: [ 0.000000] (8 early reservations) ==> bootmem [0000000000 - 00373fe000] Nov 29 09:06:48 (none) kernel: [ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000] Nov 29 09:06:48 (none) kernel: [ 0.000000] #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000] Nov 29 09:06:48 (none) kernel: [ 0.000000] #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000] Nov 29 09:06:48 (none) kernel: [ 0.000000] #3 [0000200000 - 000099c12c] TEXT DATA BSS ==> [0000200000 - 000099c12c] Nov 29 09:06:48 (none) kernel: [ 0.000000] #4 [000009f800 - 0000100000] BIOS reserved ==> [000009f800 - 0000100000] Nov 29 09:06:48 (none) kernel: [ 0.000000] #5 [000099d000 - 00009a41b8] BRK ==> [000099d000 - 00009a41b8] Nov 29 09:06:48 (none) kernel: [ 0.000000] #6 [0000010000 - 0000016000] PGTABLE ==> [0000010000 - 0000016000] Nov 29 09:06:48 (none) kernel: [ 0.000000] #7 [0000016000 - 000001d000] BOOTMAP ==> [0000016000 - 000001d000] Nov 29 09:06:48 (none) kernel: [ 0.000000] found SMP MP-table at [c00f71c0] f71c0 Nov 29 09:06:48 (none) kernel: [ 0.000000] Zone PFN ranges: Nov 29 09:06:48 (none) kernel: [ 0.000000] DMA 0x00000010 -> 0x00001000 Nov 29 09:06:48 (none) kernel: [ 0.000000] Normal 0x00001000 -> 0x000373fe Nov 29 09:06:48 (none) kernel: [ 0.000000] HighMem 0x000373fe -> 0x0003f6c0 Nov 29 09:06:48 (none) kernel: [ 0.000000] Movable zone start PFN for each node Nov 29 09:06:48 (none) kernel: [ 0.000000] early_node_map[2] active PFN ranges Nov 29 09:06:48 (none) kernel: [ 0.000000] 0: 0x00000010 -> 0x0000009f Nov 29 09:06:48 (none) kernel: [ 0.000000] 0: 0x00000100 -> 0x0003f6c0 Nov 29 09:06:48 (none) kernel: [ 0.000000] On node 0 totalpages: 259663 Nov 29 09:06:48 (none) kernel: [ 0.000000] free_area_init_node: node 0, pgdat c0867fa0, node_mem_map c1000200 Nov 29 09:06:48 (none) kernel: [ 0.000000] DMA zone: 32 pages used for memmap Nov 29 09:06:48 (none) kernel: [ 0.000000] DMA zone: 0 pages reserved Nov 29 09:06:48 (none) kernel: [ 0.000000] DMA zone: 3951 pages, LIFO batch:0 Nov 29 09:06:48 (none) kernel: [ 0.000000] Normal zone: 1736 pages used for memmap Nov 29 09:06:48 (none) kernel: [ 0.000000] Normal zone: 220470 pages, LIFO batch:31 Nov 29 09:06:48 (none) kernel: [ 0.000000] HighMem zone: 262 pages used for memmap Nov 29 09:06:48 (none) kernel: [ 0.000000] HighMem zone: 33212 pages, LIFO batch:7 Nov 29 09:06:48 (none) kernel: [ 0.000000] Using APIC driver default Nov 29 09:06:48 (none) kernel: [ 0.000000] ACPI: PM-Timer IO Port: 0x1008 Nov 29 09:06:48 (none) rsyslogd: [origin software="rsyslogd" swVersion="3.18.3" x-pid="740" x-info="http://www.rsyslog.com"] restart Nov 29 09:06:48 (none) kernel: [ 0.000000] ACPI: Local APIC address 0xfee00000 Nov 29 09:06:48 (none) kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) Nov 29 09:06:48 (none) kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) Nov 29 09:06:48 (none) kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) Nov 29 09:06:48 (none) kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) Nov 29 09:06:48 (none) kernel: [ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0]) Nov 29 09:06:48 (none) kernel: [ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23 Nov 29 09:06:48 (none) kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) Nov 29 09:06:48 (none) kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) Nov 29 09:06:48 (none) kernel: [ 0.000000] ACPI: IRQ0 used by override. Nov 29 09:06:48 (none) kernel: [ 0.000000] ACPI: IRQ2 used by override. Nov 29 09:06:48 (none) kernel: [ 0.000000] ACPI: IRQ9 used by override. Nov 29 09:06:48 (none) kernel: [ 0.000000] Enabling APIC mode: Flat. Using 1 I/O APICs Nov 29 09:06:48 (none) kernel: [ 0.000000] Using ACPI (MADT) for SMP configuration information Nov 29 09:06:48 (none) kernel: [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 Nov 29 09:06:48 (none) kernel: [ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs Nov 29 09:06:48 (none) kernel: [ 0.000000] nr_irqs_gsi: 24 Nov 29 09:06:48 (none) kernel: [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 Nov 29 09:06:48 (none) kernel: [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000dc000 Nov 29 09:06:48 (none) kernel: [ 0.000000] PM: Registered nosave memory: 00000000000dc000 - 0000000000100000 Nov 29 09:06:48 (none) kernel: [ 0.000000] Allocating PCI resources starting at 50000000 (gap: 40000000:a0000000) Nov 29 09:06:48 (none) kernel: [ 0.000000] NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:2 nr_node_ids:1 Nov 29 09:06:48 (none) kernel: [ 0.000000] PERCPU: Embedded 11 pages at c17f5000, static data 23100 bytes Nov 29 09:06:48 (none) kernel: [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 257633 Nov 29 09:06:48 (none) kernel: [ 0.000000] Kernel command line: root=/dev/sda1 vga=normal splash=silent fastboot quiet rw rootflags=data=writeback showopts Nov 29 09:06:48 (none) kernel: [ 0.000000] Enabling fast FPU save and restore... done. Nov 29 09:06:48 (none) kernel: [ 0.000000] Enabling unmasked SIMD FPU exception support... done. Nov 29 09:06:48 (none) kernel: [ 0.000000] Initializing CPU#0 Nov 29 09:06:48 (none) kernel: [ 0.000000] Experimental hierarchical RCU implementation. Nov 29 09:06:48 (none) kernel: [ 0.000000] Experimental hierarchical RCU init done. Nov 29 09:06:48 (none) kernel: [ 0.000000] NR_IRQS:2304 nr_irqs:424 Nov 29 09:06:48 (none) kernel: [ 0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes) Nov 29 09:06:48 (none) kernel: [ 0.000000] Extended CMOS year: 2000 Nov 29 09:06:48 (none) kernel: [ 0.000000] Fast TSC calibration using PIT Nov 29 09:06:48 (none) kernel: [ 0.000000] Detected 1662.352 MHz processor. Nov 29 09:06:48 (none) kernel: [ 0.000999] Console: colour VGA+ 80x25 Nov 29 09:06:48 (none) kernel: [ 0.000999] console [tty0] enabled Nov 29 09:06:48 (none) kernel: [ 0.000999] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) Nov 29 09:06:48 (none) kernel: [ 0.000999] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) Nov 29 09:06:48 (none) kernel: [ 0.000999] Initializing HighMem for node 0 (000373fe:0003f6c0) Nov 29 09:06:48 (none) kernel: [ 0.000999] Memory: 1021304k/1039104k available (4282k kernel code, 16968k reserved, 2369k data, 428k init, 133896k highmem) Nov 29 09:06:48 (none) kernel: [ 0.000999] virtual kernel memory layout: Nov 29 09:06:48 (none) kernel: [ 0.000999] fixmap : 0xff935000 - 0xfffff000 (6952 kB) Nov 29 09:06:48 (none) kernel: [ 0.000999] pkmap : 0xff400000 - 0xff600000 (2048 kB) Nov 29 09:06:48 (none) kernel: [ 0.000999] vmalloc : 0xf7bfe000 - 0xff3fe000 ( 120 MB) Nov 29 09:06:48 (none) kernel: [ 0.000999] lowmem : 0xc0000000 - 0xf73fe000 ( 883 MB) Nov 29 09:06:48 (none) kernel: [ 0.000999] .init : 0xc0887000 - 0xc08f2000 ( 428 kB) Nov 29 09:06:48 (none) kernel: [ 0.000999] .data : 0xc062e8ce - 0xc087eeb0 (2369 kB) Nov 29 09:06:48 (none) kernel: [ 0.000999] .text : 0xc0200000 - 0xc062e8ce (4282 kB) Nov 29 09:06:48 (none) kernel: [ 0.000999] Checking if this processor honours the WP bit even in supervisor mode...Ok. Nov 29 09:06:48 (none) kernel: [ 0.000999] hpet clockevent registered Nov 29 09:06:48 (none) kernel: [ 0.000999] HPET: 3 timers in total, 0 timers will be used for per-cpu timer Nov 29 09:06:48 (none) kernel: [ 0.000999] Calibrating delay loop (skipped), value calculated using timer frequency.. 3324.70 BogoMIPS (lpj=1662352) Nov 29 09:06:48 (none) kernel: [ 0.000999] Security Framework initialized Nov 29 09:06:48 (none) kernel: [ 0.000999] SELinux: Disabled at boot. Nov 29 09:06:48 (none) kernel: [ 0.000999] Mount-cache hash table entries: 512 Nov 29 09:06:48 (none) kernel: [ 0.000999] Initializing cgroup subsys ns Nov 29 09:06:48 (none) kernel: [ 0.000999] Initializing cgroup subsys cpuacct Nov 29 09:06:48 (none) kernel: [ 0.000999] Initializing cgroup subsys memory Nov 29 09:06:48 (none) kernel: [ 0.000999] Initializing cgroup subsys devices Nov 29 09:06:48 (none) kernel: [ 0.000999] Initializing cgroup subsys freezer Nov 29 09:06:48 (none) kernel: [ 0.000999] Initializing cgroup subsys net_cls Nov 29 09:06:48 (none) kernel: [ 0.000999] CPU: L1 I cache: 32K, L1 D cache: 24K Nov 29 09:06:48 (none) kernel: [ 0.000999] CPU: L2 cache: 512K Nov 29 09:06:48 (none) kernel: [ 0.000999] CPU: Physical Processor ID: 0 Nov 29 09:06:48 (none) kernel: [ 0.000999] CPU: Processor Core ID: 0 Nov 29 09:06:48 (none) kernel: [ 0.000999] Intel machine check architecture supported. Nov 29 09:06:48 (none) kernel: [ 0.000999] Intel machine check reporting enabled on CPU#0. Nov 29 09:06:48 (none) kernel: [ 0.000999] using mwait in idle threads. Nov 29 09:06:48 (none) kernel: [ 0.000999] Checking 'hlt' instruction... OK. Nov 29 09:06:48 (none) kernel: [ 0.007870] ACPI: Core revision 20090320 Nov 29 09:06:48 (none) kernel: [ 0.026568] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 Nov 29 09:06:48 (none) kernel: [ 0.037042] CPU0: Intel(R) Atom(TM) CPU N280 @ 1.66GHz stepping 02 Nov 29 09:06:48 (none) kernel: [ 0.037994] Booting processor 1 APIC 0x1 ip 0x6000 Nov 29 09:06:48 (none) kernel: [ 0.000999] Initializing CPU#1 Nov 29 09:06:48 (none) kernel: [ 0.000999] Calibrating delay using timer specific routine.. 3324.84 BogoMIPS (lpj=1662423) Nov 29 09:06:48 (none) kernel: [ 0.000999] CPU: L1 I cache: 32K, L1 D cache: 24K Nov 29 09:06:48 (none) kernel: [ 0.000999] CPU: L2 cache: 512K Nov 29 09:06:48 (none) kernel: [ 0.000999] CPU: Physical Processor ID: 0 Nov 29 09:06:48 (none) kernel: [ 0.000999] CPU: Processor Core ID: 0 Nov 29 09:06:48 (none) kernel: [ 0.000999] Intel machine check architecture supported. Nov 29 09:06:48 (none) kernel: [ 0.000999] Intel machine check reporting enabled on CPU#1. Nov 29 09:06:48 (none) kernel: [ 0.000999] x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106 Nov 29 09:06:48 (none) kernel: [ 0.109002] CPU1: Intel(R) Atom(TM) CPU N280 @ 1.66GHz stepping 02 Nov 29 09:06:48 (none) kernel: [ 0.109031] checking TSC synchronization [CPU#0 -> CPU#1]: passed. Nov 29 09:06:48 (none) kernel: [ 0.110037] Brought up 2 CPUs Nov 29 09:06:48 (none) kernel: [ 0.110047] Total of 2 processors activated (6649.55 BogoMIPS). Nov 29 09:06:48 (none) kernel: [ 0.110145] CPU0 attaching sched-domain: Nov 29 09:06:48 (none) kernel: [ 0.110155] domain 0: span 0-1 level SIBLING Nov 29 09:06:48 (none) kernel: [ 0.110164] groups: 0 1 Nov 29 09:06:48 (none) kernel: [ 0.110180] CPU1 attaching sched-domain: Nov 29 09:06:48 (none) kernel: [ 0.110188] domain 0: span 0-1 level SIBLING Nov 29 09:06:48 (none) kernel: [ 0.110196] groups: 1 0 Nov 29 09:06:48 (none) kernel: [ 0.110364] devtmpfs: initialized Nov 29 09:06:48 (none) kernel: [ 0.111060] net_namespace: 1056 bytes Nov 29 09:06:48 (none) kernel: [ 0.111129] Booting paravirtualized kernel on bare hardware Nov 29 09:06:48 (none) kernel: [ 0.111559] regulator: core version 0.5 Nov 29 09:06:48 (none) kernel: [ 0.111559] Time: 9:06:38 Date: 11/29/09 Nov 29 09:06:48 (none) kernel: [ 0.112012] NET: Registered protocol family 16 Nov 29 09:06:48 (none) kernel: [ 0.112359] ACPI: bus type pci registered Nov 29 09:06:48 (none) kernel: [ 0.112502] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255 Nov 29 09:06:48 (none) kernel: [ 0.112512] PCI: MCFG area at e0000000 reserved in E820 Nov 29 09:06:48 (none) kernel: [ 0.112518] PCI: Using MMCONFIG for extended config space Nov 29 09:06:48 (none) kernel: [ 0.112525] PCI: Using configuration type 1 for base access Nov 29 09:06:48 (none) kernel: [ 0.116125] bio: create slab <bio-0> at 0 Nov 29 09:06:48 (none) kernel: [ 0.120353] ACPI: EC: Look up EC in DSDT Nov 29 09:06:48 (none) kernel: [ 0.130393] ACPI: BIOS _OSI(Linux) query ignored Nov 29 09:06:48 (none) kernel: [ 0.136048] ACPI: Interpreter enabled Nov 29 09:06:48 (none) kernel: [ 0.136066] ACPI: (supports S0 S3 S4 S5) Nov 29 09:06:48 (none) kernel: [ 0.136132] ACPI: Using IOAPIC for interrupt routing Nov 29 09:06:48 (none) kernel: [ 0.156003] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62 Nov 29 09:06:48 (none) kernel: [ 0.156239] ACPI: Power Resource [FN00] (off) Nov 29 09:06:48 (none) kernel: [ 0.157405] ACPI: No dock devices found. Nov 29 09:06:48 (none) kernel: [ 0.157453] ACPI: PCI Root Bridge [PCI0] (0000:00) Nov 29 09:06:48 (none) kernel: [ 0.157642] pci 0000:00:02.0: reg 10 32bit mmio: [0xf0000000-0xf007ffff] Nov 29 09:06:48 (none) kernel: [ 0.157656] pci 0000:00:02.0: reg 14 io port: [0x1800-0x1807] Nov 29 09:06:48 (none) kernel: [ 0.157669] pci 0000:00:02.0: reg 18 32bit mmio: [0xd0000000-0xdfffffff] Nov 29 09:06:48 (none) kernel: [ 0.157683] pci 0000:00:02.0: reg 1c 32bit mmio: [0xf0200000-0xf023ffff] Nov 29 09:06:48 (none) kernel: [ 0.157753] pci 0000:00:02.1: reg 10 32bit mmio: [0xf0080000-0xf00fffff] Nov 29 09:06:48 (none) kernel: [ 0.157928] pci 0000:00:1b.0: reg 10 64bit mmio: [0xf0440000-0xf0443fff] Nov 29 09:06:48 (none) kernel: [ 0.158030] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold Nov 29 09:06:48 (none) kernel: [ 0.158042] pci 0000:00:1b.0: PME# disabled Nov 29 09:06:48 (none) kernel: [ 0.158169] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold Nov 29 09:06:48 (none) kernel: [ 0.158182] pci 0000:00:1c.0: PME# disabled Nov 29 09:06:48 (none) kernel: [ 0.158316] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold Nov 29 09:06:48 (none) kernel: [ 0.158328] pci 0000:00:1c.2: PME# disabled Nov 29 09:06:48 (none) kernel: [ 0.158428] pci 0000:00:1d.0: reg 20 io port: [0x1820-0x183f] Nov 29 09:06:48 (none) kernel: [ 0.158527] pci 0000:00:1d.1: reg 20 io port: [0x1840-0x185f] Nov 29 09:06:48 (none) kernel: [ 0.158625] pci 0000:00:1d.2: reg 20 io port: [0x1860-0x187f] Nov 29 09:06:48 (none) kernel: [ 0.158725] pci 0000:00:1d.3: reg 20 io port: [0x1880-0x189f] Nov 29 09:06:48 (none) kernel: [ 0.158828] pci 0000:00:1d.7: reg 10 32bit mmio: [0xf0444000-0xf04443ff] Nov 29 09:06:48 (none) kernel: [ 0.158920] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold Nov 29 09:06:48 (none) kernel: [ 0.158931] pci 0000:00:1d.7: PME# disabled Nov 29 09:06:48 (none) kernel: [ 0.159169] pci 0000:00:1f.0: quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO Nov 29 09:06:48 (none) kernel: [ 0.159184] pci 0000:00:1f.0: quirk: region 1180-11bf claimed by ICH6 GPIO Nov 29 09:06:48 (none) kernel: [ 0.159290] pci 0000:00:1f.2: reg 10 io port: [0x00-0x07] Nov 29 09:06:48 (none) kernel: [ 0.159306] pci 0000:00:1f.2: reg 14 io port: [0x00-0x03] Nov 29 09:06:48 (none) kernel: [ 0.159322] pci 0000:00:1f.2: reg 18 io port: [0x00-0x07] Nov 29 09:06:48 (none) kernel: [ 0.159338] pci 0000:00:1f.2: reg 1c io port: [0x00-0x03] Nov 29 09:06:48 (none) kernel: [ 0.159355] pci 0000:00:1f.2: reg 20 io port: [0x1810-0x181f] Nov 29 09:06:48 (none) kernel: [ 0.159408] pci 0000:00:1f.2: PME# supported from D3hot Nov 29 09:06:48 (none) kernel: [ 0.159419] pci 0000:00:1f.2: PME# disabled Nov 29 09:06:48 (none) kernel: [ 0.159499] pci 0000:00:1f.3: reg 20 io port: [0x18a0-0x18bf] Nov 29 09:06:48 (none) kernel: [ 0.159644] pci 0000:02:00.0: reg 10 64bit mmio: [0xf0100000-0xf010ffff] Nov 29 09:06:48 (none) kernel: [ 0.159753] pci 0000:02:00.0: supports D1 Nov 29 09:06:48 (none) kernel: [ 0.159760] pci 0000:02:00.0: PME# supported from D0 D1 D3hot Nov 29 09:06:48 (none) kernel: [ 0.159773] pci 0000:02:00.0: PME# disabled Nov 29 09:06:48 (none) kernel: [ 0.161158] pci 0000:00:1c.0: bridge 32bit mmio: [0xf0100000-0xf01fffff] Nov 29 09:06:48 (none) kernel: [ 0.161259] pci 0000:03:00.0: reg 10 io port: [0x2000-0x20ff] Nov 29 09:06:48 (none) kernel: [ 0.161297] pci 0000:03:00.0: reg 18 64bit mmio: [0xf0510000-0xf0510fff] Nov 29 09:06:48 (none) kernel: [ 0.161326] pci 0000:03:00.0: reg 20 64bit mmio: [0xf0500000-0xf050ffff] Nov 29 09:06:48 (none) kernel: [ 0.161345] pci 0000:03:00.0: reg 30 32bit mmio: [0x000000-0x01ffff] Nov 29 09:06:48 (none) kernel: [ 0.161416] pci 0000:03:00.0: supports D1 D2 Nov 29 09:06:48 (none) kernel: [ 0.161424] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold Nov 29 09:06:48 (none) kernel: [ 0.161437] pci 0000:03:00.0: PME# disabled Nov 29 09:06:48 (none) kernel: [ 0.163152] pci 0000:00:1c.2: bridge io port: [0x2000-0x2fff] Nov 29 09:06:48 (none) kernel: [ 0.163175] pci 0000:00:1c.2: bridge 64bit mmio pref: [0xf0500000-0xf05fffff] Nov 29 09:06:48 (none) kernel: [ 0.163266] pci 0000:00:1e.0: transparent bridge Nov 29 09:06:48 (none) kernel: [ 0.163314] pci_bus 0000:00: on NUMA node 0 Nov 29 09:06:48 (none) kernel: [ 0.163335] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] Nov 29 09:06:48 (none) kernel: [ 0.163998] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT] Nov 29 09:06:48 (none) kernel: [ 0.164280] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT] Nov 29 09:06:48 (none) kernel: [ 0.164590] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT] Nov 29 09:06:48 (none) kernel: [ 0.191056] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11 Nov 29 09:06:48 (none) kernel: [ 0.191486] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10 Nov 29 09:06:48 (none) kernel: [ 0.191902] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 *5 6 7 10 12 14 15) Nov 29 09:06:48 (none) kernel: [ 0.192335] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 *5 6 7 11 12 14 15) Nov 29 09:06:48 (none) kernel: [ 0.192753] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *11 Nov 29 09:06:48 (none) kernel: [ 0.193188] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled. Nov 29 09:06:48 (none) kernel: [ 0.193608] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 *5 6 7 10 12 14 15) Nov 29 09:06:48 (none) kernel: [ 0.194034] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 *5 6 7 11 12 14 15) Nov 29 09:06:48 (none) kernel: [ 0.194655] SCSI subsystem initialized Nov 29 09:06:48 (none) kernel: [ 0.194739] libata version 3.00 loaded. Nov 29 09:06:48 (none) kernel: [ 0.195075] usbcore: registered new interface driver usbfs Nov 29 09:06:48 (none) kernel: [ 0.195125] usbcore: registered new interface driver hub Nov 29 09:06:48 (none) kernel: [ 0.195176] usbcore: registered new device driver usb Nov 29 09:06:48 (none) kernel: [ 0.195176] PCI: Using ACPI for IRQ routing Nov 29 09:06:48 (none) kernel: [ 0.206056] cfg80211: Calling CRDA to update world regulatory domain Nov 29 09:06:48 (none) kernel: [ 0.206107] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 Nov 29 09:06:48 (none) kernel: [ 0.206124] hpet0: 3 comparators, 64-bit 14.318180 MHz counter Nov 29 09:06:48 (none) kernel: [ 0.211989] pnp: PnP ACPI init Nov 29 09:06:48 (none) kernel: [ 0.212016] ACPI: bus type pnp registered Nov 29 09:06:48 (none) kernel: [ 0.219693] pnp: PnP ACPI: found 11 devices Nov 29 09:06:48 (none) kernel: [ 0.219702] ACPI: ACPI bus type pnp unregistered Nov 29 09:06:48 (none) kernel: [ 0.219736] system 00:01: iomem range 0xe0000000-0xefffffff has been reserved Nov 29 09:06:48 (none) kernel: [ 0.219747] system 00:01: iomem range 0xfed14000-0xfed17fff has been reserved Nov 29 09:06:48 (none) kernel: [ 0.219758] system 00:01: iomem range 0xfed18000-0xfed18fff has been reserved Nov 29 09:06:48 (none) kernel: [ 0.219769] system 00:01: iomem range 0xfed19000-0xfed19fff has been reserved Nov 29 09:06:48 (none) kernel: [ 0.219780] system 00:01: iomem range 0xfed1c000-0xfed1ffff has been reserved Nov 29 09:06:48 (none) kernel: [ 0.219791] system 00:01: iomem range 0xfed20000-0xfed3ffff has been reserved Nov 29 09:06:48 (none) kernel: [ 0.219802] system 00:01: iomem range 0xfed40000-0xfed44fff has been reserved Nov 29 09:06:48 (none) kernel: [ 0.219813] system 00:01: iomem range 0xfed45000-0xfed8ffff has been reserved Nov 29 09:06:48 (none) kernel: [ 0.219835] system 00:04: iomem range 0xfed00000-0xfed003ff has been reserved Nov 29 09:06:48 (none) kernel: [ 0.219857] system 00:06: ioport range 0x680-0x69f has been reserved Nov 29 09:06:48 (none) kernel: [ 0.219867] system 00:06: ioport range 0x800-0x80f has been reserved Nov 29 09:06:48 (none) kernel: [ 0.219877] system 00:06: ioport range 0x1000-0x107f has been reserved Nov 29 09:06:48 (none) kernel: [ 0.219888] system 00:06: ioport range 0x1180-0x11bf has been reserved Nov 29 09:06:48 (none) kernel: [ 0.219898] system 00:06: ioport range 0x1640-0x164f has been reserved Nov 29 09:06:48 (none) kernel: [ 0.219922] system 00:07: ioport range 0x6a0-0x6af has been reserved Nov 29 09:06:48 (none) kernel: [ 0.219932] system 00:07: ioport range 0x6b0-0x6ff has been reserved Nov 29 09:06:48 (none) kernel: [ 0.255280] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02 Nov 29 09:06:48 (none) kernel: [ 0.255289] pci 0000:00:1c.0: IO window: disabled Nov 29 09:06:48 (none) kernel: [ 0.255303] pci 0000:00:1c.0: MEM window: 0xf0100000-0xf01fffff Nov 29 09:06:48 (none) kernel: [ 0.255315] pci 0000:00:1c.0: PREFETCH window: disabled Nov 29 09:06:48 (none) kernel: [ 0.255333] pci 0000:00:1c.2: PCI bridge, secondary bus 0000:03 Nov 29 09:06:48 (none) kernel: [ 0.255343] pci 0000:00:1c.2: IO window: 0x2000-0x2fff Nov 29 09:06:48 (none) kernel: [ 0.255356] pci 0000:00:1c.2: MEM window: 0x50000000-0x500fffff Nov 29 09:06:48 (none) kernel: [ 0.255368] pci 0000:00:1c.2: PREFETCH window: 0x000000f0500000-0x000000f05fffff Nov 29 09:06:48 (none) kernel: [ 0.255385] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:04 Nov 29 09:06:48 (none) kernel: [ 0.255392] pci 0000:00:1e.0: IO window: disabled Nov 29 09:06:48 (none) kernel: [ 0.255405] pci 0000:00:1e.0: MEM window: disabled Nov 29 09:06:48 (none) kernel: [ 0.255415] pci 0000:00:1e.0: PREFETCH window: disabled Nov 29 09:06:48 (none) kernel: [ 0.255450] alloc irq_desc for 17 on cpu 0 node 0 Nov 29 09:06:48 (none) kernel: [ 0.255457] alloc kstat_irqs on cpu 0 node 0 Nov 29 09:06:48 (none) kernel: [ 0.255473] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 Nov 29 09:06:48 (none) kernel: [ 0.255487] pci 0000:00:1c.0: setting latency timer to 64 Nov 29 09:06:48 (none) kernel: [ 0.255507] alloc irq_desc for 18 on cpu 0 node 0 Nov 29 09:06:48 (none) kernel: [ 0.255513] alloc kstat_irqs on cpu 0 node 0 Nov 29 09:06:48 (none) kernel: [ 0.255527] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18 Nov 29 09:06:48 (none) kernel: [ 0.255539] pci 0000:00:1c.2: setting latency timer to 64 Nov 29 09:06:48 (none) kernel: [ 0.255557] pci 0000:00:1e.0: setting latency timer to 64 Nov 29 09:06:48 (none) kernel: [ 0.255569] pci_bus 0000:00: resource 0 io: [0x00-0xffff] Nov 29 09:06:48 (none) kernel: [ 0.255579] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff] Nov 29 09:06:48 (none) kernel: [ 0.255589] pci_bus 0000:02: resource 1 mem: [0xf0100000-0xf01fffff] Nov 29 09:06:48 (none) kernel: [ 0.255599] pci_bus 0000:03: resource 0 io: [0x2000-0x2fff] Nov 29 09:06:48 (none) kernel: [ 0.255608] pci_bus 0000:03: resource 1 mem: [0x50000000-0x500fffff] Nov 29 09:06:48 (none) kernel: [ 0.255617] pci_bus 0000:03: resource 2 pref mem [0xf0500000-0xf05fffff] Nov 29 09:06:48 (none) kernel: [ 0.255627] pci_bus 0000:04: resource 3 io: [0x00-0xffff] Nov 29 09:06:48 (none) kernel: [ 0.255636] pci_bus 0000:04: resource 4 mem: [0x000000-0xffffffffffffffff] Nov 29 09:06:48 (none) kernel: [ 0.255843] NET: Registered protocol family 2 Nov 29 09:06:48 (none) kernel: [ 0.262186] IP route cache hash table entries: 32768 (order: 5, 131072 bytes) Nov 29 09:06:48 (none) kernel: [ 0.263145] TCP established hash table entries: 131072 (order: 8, 1048576 bytes) Nov 29 09:06:48 (none) kernel: [ 0.264126] TCP bind hash table entries: 65536 (order: 7, 524288 bytes) Nov 29 09:06:48 (none) kernel: [ 0.264571] TCP: Hash tables configured (established 131072 bind 65536) Nov 29 09:06:48 (none) kernel: [ 0.264581] TCP reno registered Nov 29 09:06:48 (none) kernel: [ 0.267271] NET: Registered protocol family 1 Nov 29 09:06:48 (none) kernel: [ 0.267479] Simple Boot Flag at 0x36 set to 0x1 Nov 29 09:06:48 (none) kernel: [ 0.267779] Machine check exception polling timer started. Nov 29 09:06:48 (none) kernel: [ 0.268197] Scanning for low memory corruption every 60 seconds Nov 29 09:06:48 (none) kernel: [ 0.268566] audit: initializing netlink socket (disabled) Nov 29 09:06:48 (none) kernel: [ 0.268598] type=2000 audit(1259485598.267:1): initialized Nov 29 09:06:48 (none) kernel: [ 0.286947] highmem bounce pool size: 64 pages Nov 29 09:06:48 (none) kernel: [ 0.286963] HugeTLB registered 2 MB page size, pre-allocated 0 pages Nov 29 09:06:48 (none) kernel: [ 0.287346] VFS: Disk quotas dquot_6.5.2 Nov 29 09:06:48 (none) kernel: [ 0.287454] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) Nov 29 09:06:48 (none) kernel: [ 0.287870] msgmni has been set to 433 Nov 29 09:06:48 (none) kernel: [ 0.288593] alg: No test for stdrng (krng) Nov 29 09:06:48 (none) kernel: [ 0.288697] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) Nov 29 09:06:48 (none) kernel: [ 0.288707] io scheduler noop registered Nov 29 09:06:48 (none) kernel: [ 0.288714] io scheduler anticipatory registered Nov 29 09:06:48 (none) kernel: [ 0.288721] io scheduler deadline registered Nov 29 09:06:48 (none) kernel: [ 0.288779] io scheduler cfq registered (default) Nov 29 09:06:48 (none) kernel: [ 0.288924] pci 0000:00:02.0: Boot video device Nov 29 09:06:48 (none) kernel: [ 0.288953] pci 0000:00:1d.0: uhci_check_and_reset_hc: legsup = 0x003b Nov 29 09:06:48 (none) kernel: [ 0.288961] pci 0000:00:1d.0: Performing full reset Nov 29 09:06:48 (none) kernel: [ 0.289007] pci 0000:00:1d.1: uhci_check_and_reset_hc: legsup = 0x0010 Nov 29 09:06:48 (none) kernel: [ 0.289015] pci 0000:00:1d.1: Performing full reset Nov 29 09:06:48 (none) kernel: [ 0.289042] pci 0000:00:1d.2: uhci_check_and_reset_hc: legsup = 0x0010 Nov 29 09:06:48 (none) kernel: [ 0.289049] pci 0000:00:1d.2: Performing full reset Nov 29 09:06:48 (none) kernel: [ 0.289076] pci 0000:00:1d.3: uhci_check_and_reset_hc: legsup = 0x0010 Nov 29 09:06:48 (none) kernel: [ 0.289083] pci 0000:00:1d.3: Performing full reset Nov 29 09:06:48 (none) kernel: [ 0.289424] alloc irq_desc for 24 on cpu 0 node 0 Nov 29 09:06:48 (none) kernel: [ 0.289432] alloc kstat_irqs on cpu 0 node 0 Nov 29 09:06:48 (none) kernel: [ 0.289455] pcieport-driver 0000:00:1c.0: irq 24 for MSI/MSI-X Nov 29 09:06:48 (none) kernel: [ 0.289485] pcieport-driver 0000:00:1c.0: setting latency timer to 64 Nov 29 09:06:48 (none) kernel: [ 0.289774] alloc irq_desc for 25 on cpu 0 node 0 Nov 29 09:06:48 (none) kernel: [ 0.289782] alloc kstat_irqs on cpu 0 node 0 Nov 29 09:06:48 (none) kernel: [ 0.289801] pcieport-driver 0000:00:1c.2: irq 25 for MSI/MSI-X Nov 29 09:06:48 (none) kernel: [ 0.289830] pcieport-driver 0000:00:1c.2: setting latency timer to 64 Nov 29 09:06:48 (none) kernel: [ 0.291230] ACPI: AC Adapter [ADP1] (on-line) Nov 29 09:06:48 (none) kernel: [ 0.291451] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 Nov 29 09:06:48 (none) kernel: [ 0.291461] ACPI: Power Button [PWRF] Nov 29 09:06:48 (none) kernel: [ 0.291675] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1 Nov 29 09:06:48 (none) kernel: [ 0.291829] ACPI: Lid Switch [LID0] Nov 29 09:06:48 (none) kernel: [ 0.292007] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2 Nov 29 09:06:48 (none) kernel: [ 0.292022] ACPI: Power Button [PWRB] Nov 29 09:06:48 (none) kernel: [ 0.292194] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3 Nov 29 09:06:48 (none) kernel: [ 0.292204] ACPI: Sleep Button [SLPB] Nov 29 09:06:48 (none) kernel: [ 0.292610] fan PNP0C0B:00: registered as cooling_device0 Nov 29 09:06:48 (none) kernel: [ 0.292628] ACPI: Fan [FAN0] (off) Nov 29 09:06:48 (none) kernel: [ 0.294005] acpi: found laptop model 'N130' and blacklisting the video driver Nov 29 09:06:48 (none) kernel: [ 0.295297] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/input/input4 Nov 29 09:06:48 (none) kernel: [ 0.295310] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) Nov 29 09:06:48 (none) kernel: [ 0.296627] ACPI: SSDT 3f6cb17a 00203 (v02 PmRef Cpu0Ist 00003000 INTL 20050624) Nov 29 09:06:48 (none) kernel: [ 0.298074] ACPI: SSDT 3f6caa50 006A5 (v02 PmRef Cpu0Cst 00003001 INTL 20050624) Nov 29 09:06:48 (none) kernel: [ 0.299950] Monitor-Mwait will be used to enter C-1 state Nov 29 09:06:48 (none) kernel: [ 0.300078] processor ACPI_CPU:00: registered as cooling_device1 Nov 29 09:06:48 (none) kernel: [ 0.300092] ACPI: Processor [CPU0] (supports 8 throttling states) Nov 29 09:06:48 (none) kernel: [ 0.301330] ACPI: SSDT 3f6cb37d 000D4 (v02 PmRef Cpu1Ist 00003000 INTL 20050624) Nov 29 09:06:48 (none) kernel: [ 0.302705] ACPI: SSDT 3f6cb0f5 00085 (v02 PmRef Cpu1Cst 00003000 INTL 20050624) Nov 29 09:06:48 (none) kernel: [ 0.304947] processor ACPI_CPU:01: registered as cooling_device2 Nov 29 09:06:48 (none) kernel: [ 0.304963] ACPI: Processor [CPU1] (supports 8 throttling states) Nov 29 09:06:48 (none) kernel: [ 0.316047] thermal LNXTHERM:01: registered as thermal_zone0 Nov 29 09:06:48 (none) kernel: [ 0.316080] ACPI: Thermal Zone [TZ00] (52 C) Nov 29 09:06:48 (none) kernel: [ 0.325546] Non-volatile memory driver v1.3 Nov 29 09:06:48 (none) kernel: [ 0.325556] Linux agpgart interface v0.103 Nov 29 09:06:48 (none) kernel: [ 0.325597] agpgart-intel 0000:00:00.0: Intel 945GME Chipset Nov 29 09:06:48 (none) kernel: [ 0.325856] agpgart-intel 0000:00:00.0: detected 7932K stolen memory Nov 29 09:06:48 (none) kernel: [ 0.329280] ACPI: Battery Slot [BAT1] (battery present) Nov 29 09:06:48 (none) kernel: [ 0.329291] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000 Nov 29 09:06:48 (none) kernel: [ 0.329363] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled Nov 29 09:06:48 (none) kernel: [ 0.330625] ata_piix 0000:00:1f.2: version 2.13 Nov 29 09:06:48 (none) kernel: [ 0.330659] alloc irq_desc for 19 on cpu 0 node 0 Nov 29 09:06:48 (none) kernel: [ 0.330666] alloc kstat_irqs on cpu 0 node 0 Nov 29 09:06:48 (none) kernel: [ 0.330683] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19 Nov 29 09:06:48 (none) kernel: [ 0.330697] ata_piix 0000:00:1f.2: MAP [ P0 P2 IDE IDE ] Nov 29 09:06:48 (none) kernel: [ 0.481010] ata_piix 0000:00:1f.2: setting latency timer to 64 Nov 29 09:06:48 (none) kernel: [ 0.481185] scsi0 : ata_piix Nov 29 09:06:48 (none) kernel: [ 0.481452] scsi1 : ata_piix Nov 29 09:06:48 (none) kernel: [ 0.485219] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x1810 irq 14 Nov 29 09:06:48 (none) kernel: [ 0.485230] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1818 irq 15 Nov 29 09:06:48 (none) kernel: [ 0.485415] Fixed MDIO Bus: probed Nov 29 09:06:48 (none) kernel: [ 0.485555] [drm] Initialized drm 1.1.0 20060810 Nov 29 09:06:48 (none) kernel: [ 0.485600] alloc irq_desc for 16 on cpu 0 node 0 Nov 29 09:06:48 (none) kernel: [ 0.485609] alloc kstat_irqs on cpu 0 node 0 Nov 29 09:06:48 (none) kernel: [ 0.485644] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 Nov 29 09:06:48 (none) kernel: [ 0.485657] i915 0000:00:02.0: setting latency timer to 64 Nov 29 09:06:48 (none) kernel: [ 0.500188] Switched to high resolution mode on CPU 1 Nov 29 09:06:48 (none) kernel: [ 0.500984] Switched to high resolution mode on CPU 0 Nov 29 09:06:48 (none) kernel: [ 0.623198] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 Nov 29 09:06:48 (none) kernel: [ 0.623294] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver Nov 29 09:06:48 (none) kernel: [ 0.623306] ehci_hcd: block sizes: qh 128 qtd 96 itd 160 sitd 96 Nov 29 09:06:48 (none) kernel: [ 0.623375] alloc irq_desc for 23 on cpu 0 node 0 Nov 29 09:06:48 (none) kernel: [ 0.623382] alloc kstat_irqs on cpu 0 node 0 Nov 29 09:06:48 (none) kernel: [ 0.623398] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23 Nov 29 09:06:48 (none) kernel: [ 0.623433] ehci_hcd 0000:00:1d.7: setting latency timer to 64 Nov 29 09:06:48 (none) kernel: [ 0.623443] ehci_hcd 0000:00:1d.7: EHCI Host Controller Nov 29 09:06:48 (none) kernel: [ 0.623540] /usr/src/packages/BUILD/kernel-default-2.6.30.9/linux-2.6.30/drivers/usb/core/inode.c: creating file 'devices' Nov 29 09:06:48 (none) kernel: [ 0.623557] /usr/src/packages/BUILD/kernel-default-2.6.30.9/linux-2.6.30/drivers/usb/core/inode.c: creating file '001' Nov 29 09:06:48 (none) kernel: [ 0.623580] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1 Nov 29 09:06:48 (none) kernel: [ 0.623600] ehci_hcd 0000:00:1d.7: reset hcs_params 0x104208 dbg=1 cc=4 pcc=2 ordered !ppc ports=8 Nov 29 09:06:48 (none) kernel: [ 0.623613] ehci_hcd 0000:00:1d.7: reset hcc_params 6871 thresh 7 uframes 1024 64 bit addr Nov 29 09:06:48 (none) kernel: [ 0.623652] ehci_hcd 0000:00:1d.7: reset command 080032 (park)=0 ithresh=8 Async Periodic period=1024 Reset HALT Nov 29 09:06:48 (none) kernel: [ 0.627568] ehci_hcd 0000:00:1d.7: debug port 1 Nov 29 09:06:48 (none) kernel: [ 0.627582] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported Nov 29 09:06:48 (none) kernel: [ 0.627591] ehci_hcd 0000:00:1d.7: supports USB remote wakeup Nov 29 09:06:48 (none) kernel: [ 0.627631] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf0444000 Nov 29 09:06:48 (none) kernel: [ 0.627645] ehci_hcd 0000:00:1d.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT Nov 29 09:06:48 (none) kernel: [ 0.631558] ehci_hcd 0000:00:1d.7: init command 010001 (park)=0 ithresh=1 period=1024 RUN Nov 29 09:06:48 (none) kernel: [ 0.637027] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00 Nov 29 09:06:48 (none) kernel: [ 0.637102] usb usb1: default language 0x0409 Nov 29 09:06:48 (none) kernel: [ 0.637124] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 Nov 29 09:06:48 (none) kernel: [ 0.637133] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Nov 29 09:06:48 (none) kernel: [ 0.637142] usb usb1: Product: EHCI Host Controller Nov 29 09:06:48 (none) kernel: [ 0.637149] usb usb1: Manufacturer: Linux 2.6.30.9-0-default ehci_hcd Nov 29 09:06:48 (none) kernel: [ 0.637157] usb usb1: SerialNumber: 0000:00:1d.7 Nov 29 09:06:48 (none) kernel: [ 0.637350] usb usb1: uevent Nov 29 09:06:48 (none) kernel: [ 0.637383] usb usb1: usb_probe_device Nov 29 09:06:48 (none) kernel: [ 0.637391] usb usb1: configuration #1 chosen from 1 choice Nov 29 09:06:48 (none) kernel: [ 0.637411] usb usb1: adding 1-0:1.0 (config #1, interface 0) Nov 29 09:06:48 (none) kernel: [ 0.637457] usb 1-0:1.0: uevent Nov 29 09:06:48 (none) kernel: [ 0.637490] hub 1-0:1.0: usb_probe_interface Nov 29 09:06:48 (none) kernel: [ 0.637497] hub 1-0:1.0: usb_probe_interface - got id Nov 29 09:06:48 (none) kernel: [ 0.637505] hub 1-0:1.0: USB hub found Nov 29 09:06:48 (none) kernel: [ 0.637525] hub 1-0:1.0: 8 ports detected Nov 29 09:06:48 (none) kernel: [ 0.637531] hub 1-0:1.0: standalone hub Nov 29 09:06:48 (none) kernel: [ 0.637537] hub 1-0:1.0: no power switching (usb 1.0) Nov 29 09:06:48 (none) kernel: [ 0.637544] hub 1-0:1.0: individual port over-current protection Nov 29 09:06:48 (none) kernel: [ 0.637552] hub 1-0:1.0: power on to power good time: 20ms Nov 29 09:06:48 (none) kernel: [ 0.637566] hub 1-0:1.0: local power source is good Nov 29 09:06:48 (none) kernel: [ 0.637574] hub 1-0:1.0: trying to enable port power on non-switchable hub Nov 29 09:06:48 (none) kernel: [ 0.637758] /usr/src/packages/BUILD/kernel-default-2.6.30.9/linux-2.6.30/drivers/usb/core/inode.c: creating file '001' Nov 29 09:06:48 (none) kernel: [ 0.637917] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver Nov 29 09:06:48 (none) kernel: [ 0.637925] ohci_hcd: block sizes: ed 64 td 64 Nov 29 09:06:48 (none) kernel: [ 0.637979] uhci_hcd: USB Universal Host Controller Interface driver Nov 29 09:06:48 (none) kernel: [ 0.638040] Skipping EDID probe due to cached edid Nov 29 09:06:48 (none) kernel: [ 0.638115] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23 Nov 29 09:06:48 (none) kernel: [ 0.638140] uhci_hcd 0000:00:1d.0: setting latency timer to 64 Nov 29 09:06:48 (none) kernel: [ 0.638154] uhci_hcd 0000:00:1d.0: UHCI Host Controller Nov 29 09:06:48 (none) kernel: [ 0.638242] /usr/src/packages/BUILD/kernel-default-2.6.30.9/linux-2.6.30/drivers/usb/core/inode.c: creating file '002' Nov 29 09:06:48 (none) kernel: [ 0.638269] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2 Nov 29 09:06:48 (none) kernel: [ 0.638292] uhci_hcd 0000:00:1d.0: detected 2 ports Nov 29 09:06:48 (none) kernel: [ 0.638308] uhci_hcd 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 0x0000 Nov 29 09:06:48 (none) kernel: [ 0.638319] uhci_hcd 0000:00:1d.0: Performing full reset Nov 29 09:06:48 (none) kernel: [ 0.638364] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001820 Nov 29 09:06:48 (none) kernel: [ 0.638496] usb usb2: default language 0x0409 Nov 29 09:06:48 (none) kernel: [ 0.638529] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 Nov 29 09:06:48 (none) kernel: [ 0.638544] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Nov 29 09:06:48 (none) kernel: [ 0.638556] usb usb2: Product: UHCI Host Controller Nov 29 09:06:48 (none) kernel: [ 0.638568] usb usb2: Manufacturer: Linux 2.6.30.9-0-default uhci_hcd Nov 29 09:06:48 (none) kernel: [ 0.638580] usb usb2: SerialNumber: 0000:00:1d.0 Nov 29 09:06:48 (none) kernel: [ 0.638908] usb usb2: uevent Nov 29 09:06:48 (none) kernel: [ 0.638967] usb usb2: usb_probe_device Nov 29 09:06:48 (none) kernel: [ 0.638982] usb usb2: configuration #1 chosen from 1 choice Nov 29 09:06:48 (none) kernel: [ 0.639067] usb usb2: adding 2-0:1.0 (config #1, interface 0) Nov 29 09:06:48 (none) kernel: [ 0.639158] usb 2-0:1.0: uevent Nov 29 09:06:48 (none) kernel: [ 0.639217] hub 2-0:1.0: usb_probe_interface Nov 29 09:06:48 (none) kernel: [ 0.639228] hub 2-0:1.0: usb_probe_interface - got id Nov 29 09:06:48 (none) kernel: [ 0.639240] hub 2-0:1.0: USB hub found Nov 29 09:06:48 (none) kernel: [ 0.639277] hub 2-0:1.0: 2 ports detected Nov 29 09:06:48 (none) kernel: [ 0.639286] hub 2-0:1.0: standalone hub Nov 29 09:06:48 (none) kernel: [ 0.639293] hub 2-0:1.0: no power switching (usb 1.0) Nov 29 09:06:48 (none) kernel: [ 0.639302] hub 2-0:1.0: individual port over-current protection Nov 29 09:06:48 (none) kernel: [ 0.639314] hub 2-0:1.0: power on to power good time: 2ms Nov 29 09:06:48 (none) kernel: [ 0.639336] hub 2-0:1.0: local power source is good Nov 29 09:06:48 (none) kernel: [ 0.639349] hub 2-0:1.0: trying to enable port power on non-switchable hub Nov 29 09:06:48 (none) kernel: [ 0.639625] /usr/src/packages/BUILD/kernel-default-2.6.30.9/linux-2.6.30/drivers/usb/core/inode.c: creating file '001' Nov 29 09:06:48 (none) kernel: [ 0.639928] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19 Nov 29 09:06:48 (none) kernel: [ 0.639961] uhci_hcd 0000:00:1d.1: setting latency timer to 64 Nov 29 09:06:48 (none) kernel: [ 0.639976] uhci_hcd 0000:00:1d.1: UHCI Host Controller Nov 29 09:06:48 (none) kernel: [ 0.640143] /usr/src/packages/BUILD/kernel-default-2.6.30.9/linux-2.6.30/drivers/usb/core/inode.c: creating file '003' Nov 29 09:06:48 (none) kernel: [ 0.640200] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3 Nov 29 09:06:48 (none) kernel: [ 0.640228] uhci_hcd 0000:00:1d.1: detected 2 ports Nov 29 09:06:48 (none) kernel: [ 0.640245] uhci_hcd 0000:00:1d.1: uhci_check_and_reset_hc: cmd = 0x0000 Nov 29 09:06:48 (none) kernel: [ 0.640256] uhci_hcd 0000:00:1d.1: Performing full reset Nov 29 09:06:48 (none) kernel: [ 0.640335] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001840 Nov 29 09:06:48 (none) kernel: [ 0.640490] usb usb3: default language 0x0409 Nov 29 09:06:48 (none) kernel: [ 0.640525] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 Nov 29 09:06:48 (none) kernel: [ 0.640538] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Nov 29 09:06:48 (none) kernel: [ 0.640551] usb usb3: Product: UHCI Host Controller Nov 29 09:06:48 (none) kernel: [ 0.640562] usb usb3: Manufacturer: Linux 2.6.30.9-0-default uhci_hcd Nov 29 09:06:48 (none) kernel: [ 0.640575] usb usb3: SerialNumber: 0000:00:1d.1 Nov 29 09:06:48 (none) kernel: [ 0.640922] usb usb3: uevent Nov 29 09:06:48 (none) kernel: [ 0.640993] usb usb3: usb_probe_device Nov 29 09:06:48 (none) kernel: [ 0.641064] usb usb3: configuration #1 chosen from 1 choice Nov 29 09:06:48 (none) kernel: [ 0.641111] usb usb3: adding 3-0:1.0 (config #1, interface 0) Nov 29 09:06:48 (none) kernel: [ 0.641199] usb 3-0:1.0: uevent Nov 29 09:06:48 (none) kernel: [ 0.641264] hub 3-0:1.0: usb_probe_interface Nov 29 09:06:48 (none) kernel: [ 0.641274] hub 3-0:1.0: usb_probe_interface - got id Nov 29 09:06:48 (none) kernel: [ 0.641285] hub 3-0:1.0: USB hub found Nov 29 09:06:48 (none) kernel: [ 0.641327] hub 3-0:1.0: 2 ports detected Nov 29 09:06:48 (none) kernel: [ 0.641337] hub 3-0:1.0: standalone hub Nov 29 09:06:48 (none) kernel: [ 0.641346] hub 3-0:1.0: no power switching (usb 1.0) Nov 29 09:06:48 (none) kernel: [ 0.641356] hub 3-0:1.0: individual port over-current protection Nov 29 09:06:48 (none) kernel: [ 0.641368] hub 3-0:1.0: power on to power good time: 2ms Nov 29 09:06:48 (none) kernel: [ 0.641401] hub 3-0:1.0: local power source is good Nov 29 09:06:48 (none) kernel: [ 0.641415] hub 3-0:1.0: trying to enable port power on non-switchable hub Nov 29 09:06:48 (none) kernel: [ 0.641706] /usr/src/packages/BUILD/kernel-default-2.6.30.9/linux-2.6.30/drivers/usb/core/inode.c: creating file '001' Nov 29 09:06:48 (none) kernel: [ 0.642087] alloc irq_desc for 20 on cpu 0 node 0 Nov 29 09:06:48 (none) kernel: [ 0.642101] alloc kstat_irqs on cpu 0 node 0 Nov 29 09:06:48 (none) kernel: [ 0.642129] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 20 (level, low) -> IRQ 20 Nov 29 09:06:48 (none) kernel: [ 0.642159] uhci_hcd 0000:00:1d.2: setting latency timer to 64 Nov 29 09:06:48 (none) kernel: [ 0.642175] uhci_hcd 0000:00:1d.2: UHCI Host Controller Nov 29 09:06:48 (none) kernel: [ 0.642302] /usr/src/packages/BUILD/kernel-default-2.6.30.9/linux-2.6.30/drivers/usb/core/inode.c: creating file '004' Nov 29 09:06:48 (none) kernel: [ 0.642341] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4 Nov 29 09:06:48 (none) kernel: [ 0.642368] uhci_hcd 0000:00:1d.2: detected 2 ports Nov 29 09:06:48 (none) kernel: [ 0.642385] uhci_hcd 0000:00:1d.2: uhci_check_and_reset_hc: cmd = 0x0000 Nov 29 09:06:48 (none) kernel: [ 0.642396] uhci_hcd 0000:00:1d.2: Performing full reset Nov 29 09:06:48 (none) kernel: [ 0.642471] uhci_hcd 0000:00:1d.2: irq 20, io base 0x00001860 Nov 29 09:06:48 (none) kernel: [ 0.642634] usb usb4: default language 0x0409 Nov 29 09:06:48 (none) kernel: [ 0.642669] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 Nov 29 09:06:48 (none) kernel: [ 0.642681] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Nov 29 09:06:48 (none) kernel: [ 0.642693] usb usb4: Product: UHCI Host Controller Nov 29 09:06:48 (none) kernel: [ 0.642703] usb usb4: Manufacturer: Linux 2.6.30.9-0-default uhci_hcd Nov 29 09:06:48 (none) kernel: [ 0.642714] usb usb4: SerialNumber: 0000:00:1d.2 Nov 29 09:06:48 (none) kernel: [ 0.643107] usb usb4: uevent Nov 29 09:06:48 (none) kernel: [ 0.643161] usb usb4: usb_probe_device Nov 29 09:06:48 (none) kernel: [ 0.643173] usb usb4: configuration #1 chosen from 1 choice Nov 29 09:06:48 (none) kernel: [ 0.643203] usb usb4: adding 4-0:1.0 (config #1, interface 0) Nov 29 09:06:48 (none) kernel: [ 0.643268] usb 4-0:1.0: uevent Nov 29 09:06:48 (none) kernel: [ 0.643318] hub 4-0:1.0: usb_probe_interface Nov 29 09:06:48 (none) kernel: [ 0.643328] hub 4-0:1.0: usb_probe_interface - got id Nov 29 09:06:48 (none) kernel: [ 0.643338] hub 4-0:1.0: USB hub found Nov 29 09:06:48 (none) kernel: [ 0.643374] hub 4-0:1.0: 2 ports detected Nov 29 09:06:48 (none) kernel: [ 0.643383] hub 4-0:1.0: standalone hub Nov 29 09:06:48 (none) kernel: [ 0.643391] hub 4-0:1.0: no power switching (usb 1.0) Nov 29 09:06:48 (none) kernel: [ 0.643401] hub 4-0:1.0: individual port over-current protection Nov 29 09:06:48 (none) kernel: [ 0.643411] hub 4-0:1.0: power on to power good time: 2ms Nov 29 09:06:48 (none) kernel: [ 0.643431] hub 4-0:1.0: local power source is good Nov 29 09:06:48 (none) kernel: [ 0.643443] hub 4-0:1.0: trying to enable port power on non-switchable hub Nov 29 09:06:48 (none) kernel: [ 0.643635] /usr/src/packages/BUILD/kernel-default-2.6.30.9/linux-2.6.30/drivers/usb/core/inode.c: creating file '001' Nov 29 09:06:48 (none) kernel: [ 0.643881] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16 Nov 29 09:06:48 (none) kernel: [ 0.643916] uhci_hcd 0000:00:1d.3: setting latency timer to 64 Nov 29 09:06:48 (none) kernel: [ 0.643929] uhci_hcd 0000:00:1d.3: UHCI Host Controller Nov 29 09:06:48 (none) kernel: [ 0.644036] /usr/src/packages/BUILD/kernel-default-2.6.30.9/linux-2.6.30/drivers/usb/core/inode.c: creating file '005' Nov 29 09:06:48 (none) kernel: [ 0.644060] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5 Nov 29 09:06:48 (none) kernel: [ 0.644082] uhci_hcd 0000:00:1d.3: detected 2 ports Nov 29 09:06:48 (none) kernel: [ 0.644097] uhci_hcd 0000:00:1d.3: uhci_check_and_reset_hc: cmd = 0x0000 Nov 29 09:06:48 (none) kernel: [ 0.644108] uhci_hcd 0000:00:1d.3: Performing full reset Nov 29 09:06:48 (none) kernel: [ 0.644151] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00001880 Nov 29 09:06:48 (none) kernel: [ 0.644276] usb usb5: default language 0x0409 Nov 29 09:06:48 (none) kernel: [ 0.644307] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001 Nov 29 09:06:48 (none) kernel: [ 0.644319] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Nov 29 09:06:48 (none) kernel: [ 0.644331] usb usb5: Product: UHCI Host Controller Nov 29 09:06:48 (none) kernel: [ 0.644341] usb usb5: Manufacturer: Linux 2.6.30.9-0-default uhci_hcd Nov 29 09:06:48 (none) kernel: [ 0.644352] usb usb5: SerialNumber: 0000:00:1d.3 Nov 29 09:06:48 (none) kernel: [ 0.644588] usb usb5: uevent Nov 29 09:06:48 (none) kernel: [ 0.644627] usb usb5: usb_probe_device Nov 29 09:06:48 (none) kernel: [ 0.644638] usb usb5: configuration #1 chosen from 1 choice Nov 29 09:06:48 (none) kernel: [ 0.644662] usb usb5: adding 5-0:1.0 (config #1, interface 0) Nov 29 09:06:48 (none) kernel: [ 0.644724] usb 5-0:1.0: uevent Nov 29 09:06:48 (none) kernel: [ 0.644766] hub 5-0:1.0: usb_probe_interface Nov 29 09:06:48 (none) kernel: [ 0.644776] hub 5-0:1.0: usb_probe_interface - got id Nov 29 09:06:48 (none) kernel: [ 0.644785] hub 5-0:1.0: USB hub found Nov 29 09:06:48 (none) kernel: [ 0.644810] hub 5-0:1.0: 2 ports detected Nov 29 09:06:48 (none) kernel: [ 0.644818] hub 5-0:1.0: standalone hub Nov 29 09:06:48 (none) kernel: [ 0.644826] hub 5-0:1.0: no power switching (usb 1.0) Nov 29 09:06:48 (none) kernel: [ 0.644835] hub 5-0:1.0: individual port over-current protection Nov 29 09:06:48 (none) kernel: [ 0.644846] hub 5-0:1.0: power on to power good time: 2ms Nov 29 09:06:48 (none) kernel: [ 0.644863] hub 5-0:1.0: local power source is good Nov 29 09:06:48 (none) kernel: [ 0.644874] hub 5-0:1.0: trying to enable port power on non-switchable hub Nov 29 09:06:48 (none) kernel: [ 0.644910] allocated 1024x600 fb: 0x007df000, bo f6dd83c0 Nov 29 09:06:48 (none) kernel: [ 0.645081] /usr/src/packages/BUILD/kernel-default-2.6.30.9/linux-2.6.30/drivers/usb/core/inode.c: creating file '001' Nov 29 09:06:48 (none) kernel: [ 0.645297] Initializing USB Mass Storage driver... Nov 29 09:06:48 (none) kernel: [ 0.645451] usbcore: registered new interface driver usb-storage Nov 29 09:06:48 (none) kernel: [ 0.645464] USB Mass Storage support registered. Nov 29 09:06:48 (none) kernel: [ 0.645638] usbcore: registered new interface driver libusual Nov 29 09:06:48 (none) kernel: [ 0.645680] usbcore: registered new interface driver ums-alauda Nov 29 09:06:48 (none) kernel: [ 0.645719] usbcore: registered new interface driver ums-cypress Nov 29 09:06:48 (none) kernel: [ 0.645761] usbcore: registered new interface driver ums-datafab Nov 29 09:06:48 (none) kernel: [ 0.645799] usbcore: registered new interface driver ums-freecom Nov 29 09:06:48 (none) kernel: [ 0.645841] usbcore: registered new interface driver ums-isd200 Nov 29 09:06:48 (none) kernel: [ 0.645892] usbcore: registered new interface driver ums-jumpshot Nov 29 09:06:48 (none) kernel: [ 0.645933] usbcore: registered new interface driver ums-karma Nov 29 09:06:48 (none) kernel: [ 0.645973] usbcore: registered new interface driver ums-onetouch Nov 29 09:06:48 (none) kernel: [ 0.646030] usbcore: registered new interface driver ums-sddr09 Nov 29 09:06:48 (none) kernel: [ 0.646072] usbcore: registered new interface driver ums-sddr55 Nov 29 09:06:48 (none) kernel: [ 0.646134] usbcore: registered new interface driver ums-usbat Nov 29 09:06:48 (none) kernel: [ 0.646258] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 Nov 29 09:06:48 (none) kernel: [ 0.653226] i8042.c: Detected active multiplexing controller, rev 1.1. Nov 29 09:06:48 (none) kernel: [ 0.654978] serio: i8042 KBD port at 0x60,0x64 irq 1 Nov 29 09:06:48 (none) kernel: [ 0.654996] serio: i8042 AUX0 port at 0x60,0x64 irq 12 Nov 29 09:06:48 (none) kernel: [ 0.655009] serio: i8042 AUX1 port at 0x60,0x64 irq 12 Nov 29 09:06:48 (none) kernel: [ 0.655021] serio: i8042 AUX2 port at 0x60,0x64 irq 12 Nov 29 09:06:48 (none) kernel: [ 0.655032] serio: i8042 AUX3 port at 0x60,0x64 irq 12 Nov 29 09:06:48 (none) kernel: [ 0.655246] mice: PS/2 mouse device common for all mice Nov 29 09:06:48 (none) kernel: [ 0.656007] rtc_cmos 00:08: RTC can wake from S4 Nov 29 09:06:48 (none) kernel: [ 0.656137] rtc_cmos 00:08: rtc core: registered rtc_cmos as rtc0 Nov 29 09:06:48 (none) kernel: [ 0.656197] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs Nov 29 09:06:48 (none) kernel: [ 0.656231] Linux video capture interface: v2.00 Nov 29 09:06:48 (none) kernel: [ 0.656285] cpuidle: using governor ladder Nov 29 09:06:48 (none) kernel: [ 0.656293] cpuidle: using governor menu Nov 29 09:06:48 (none) kernel: [ 0.657178] usbcore: registered new interface driver hiddev Nov 29 09:06:48 (none) kernel: [ 0.657235] usbcore: registered new interface driver usbhid Nov 29 09:06:48 (none) kernel: [ 0.657244] usbhid: v2.6:USB HID core driver Nov 29 09:06:48 (none) kernel: [ 0.657331] Advanced Linux Sound Architecture Driver Version 1.0.20. Nov 29 09:06:48 (none) kernel: [ 0.658934] alloc irq_desc for 22 on cpu 0 node 0 Nov 29 09:06:48 (none) kernel: [ 0.658943] alloc kstat_irqs on cpu 0 node 0 Nov 29 09:06:48 (none) kernel: [ 0.658963] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22 Nov 29 09:06:48 (none) kernel: [ 0.659039] HDA Intel 0000:00:1b.0: setting latency timer to 64 Nov 29 09:06:48 (none) kernel: [ 0.688533] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5 Nov 29 09:06:48 (none) kernel: [ 0.693395] hda_codec: ALC269: BIOS auto-probing. Nov 29 09:06:48 (none) kernel: [ 0.694014] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input6 Nov 29 09:06:48 (none) kernel: [ 0.697927] ALSA device list: Nov 29 09:06:48 (none) kernel: [ 0.697934] #0: HDA Intel at 0xf0440000 irq 22 Nov 29 09:06:48 (none) kernel: [ 0.699284] TCP cubic registered Nov 29 09:06:48 (none) kernel: [ 0.699457] NET: Registered protocol family 10 Nov 29 09:06:48 (none) kernel: [ 0.701006] lo: Disabled Privacy Extensions Nov 29 09:06:48 (none) kernel: [ 0.702244] lib80211: common routines for IEEE802.11 drivers Nov 29 09:06:48 (none) kernel: [ 0.702267] lib80211_crypt: registered algorithm 'NULL' Nov 29 09:06:48 (none) kernel: [ 0.704343] Using IPI No-Shortcut mode Nov 29 09:06:48 (none) kernel: [ 0.704649] PM: Resume from disk failed. Nov 29 09:06:48 (none) kernel: [ 0.704684] registered taskstats version 1 Nov 29 09:06:48 (none) kernel: [ 0.705042] Magic number: 1:229:122 Nov 29 09:06:48 (none) kernel: [ 0.705173] rtc_cmos 00:08: setting system clock to 2009-11-29 09:06:39 UTC (1259485599) Nov 29 09:06:48 (none) kernel: [ 0.705445] ata1.00: ATA-8: WDC WD1600BEVT-22ZCT0, 11.01A11, max UDMA/133 Nov 29 09:06:48 (none) kernel: [ 0.705456] ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 0/32) Nov 29 09:06:48 (none) kernel: [ 0.710708] [drm] LVDS-8: set mode 1024x600 b Nov 29 09:06:48 (none) kernel: [ 0.711921] ata1.00: configured for UDMA/133 Nov 29 09:06:48 (none) kernel: [ 0.712214] scsi 0:0:0:0: Direct-Access ATA WDC WD1600BEVT-2 11.0 PQ: 0 ANSI: 5 Nov 29 09:06:48 (none) kernel: [ 0.712819] sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors: (160 GB/149 GiB) Nov 29 09:06:48 (none) kernel: [ 0.712878] sd 0:0:0:0: [sda] Write Protect is off Nov 29 09:06:48 (none) kernel: [ 0.712889] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 Nov 29 09:06:48 (none) kernel: [ 0.712987] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Nov 29 09:06:48 (none) kernel: [ 0.713354] sda:<7>ata2: port disabled. ignoring. Nov 29 09:06:48 (none) kernel: [ 0.716733] sda1 sda2 sda3 Nov 29 09:06:48 (none) kernel: [ 0.738525] Console: switching to colour frame buffer device 128x37 Nov 29 09:06:48 (none) kernel: [ 0.739845] sd 0:0:0:0: [sda] Attached SCSI disk Nov 29 09:06:48 (none) kernel: [ 0.746681] fb0: inteldrmfb frame buffer device Nov 29 09:06:48 (none) kernel: [ 0.746690] registered panic notifier Nov 29 09:06:48 (none) kernel: [ 0.746764] ehci_hcd 0000:00:1d.7: GetStatus port 8 status 001803 POWER sig=j CSC CONNECT Nov 29 09:06:48 (none) kernel: [ 0.746777] hub 1-0:1.0: port 8: status 0501 change 0001 Nov 29 09:06:48 (none) kernel: [ 0.746825] hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0000 Nov 29 09:06:48 (none) kernel: [ 0.746843] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000 Nov 29 09:06:48 (none) kernel: [ 0.746858] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000 Nov 29 09:06:48 (none) kernel: [ 0.746870] uhci_hcd 0000:00:1d.3: port 2 portsc 0082,00 Nov 29 09:06:48 (none) kernel: [ 0.801873] kjournald starting. Commit interval 15 seconds Nov 29 09:06:48 (none) kernel: [ 0.801905] EXT3-fs warning: maximal mount count reached, running e2fsck is recommended Nov 29 09:06:48 (none) kernel: [ 0.802565] EXT3 FS on sda1, internal journal Nov 29 09:06:48 (none) kernel: [ 0.802587] EXT3-fs: mounted filesystem with writeback data mode. Nov 29 09:06:48 (none) kernel: [ 0.802636] VFS: Mounted root (ext3 filesystem) on device 8:1. Nov 29 09:06:48 (none) kernel: [ 0.837713] devtmpfs: mounted Nov 29 09:06:48 (none) kernel: [ 0.837840] Freeing unused kernel memory: 428k freed Nov 29 09:06:48 (none) kernel: [ 0.838496] Write protecting the kernel text: 4284k Nov 29 09:06:48 (none) kernel: [ 0.838888] Write protecting the kernel read-only data: 1904k Nov 29 09:06:48 (none) kernel: [ 0.846094] hub 1-0:1.0: state 7 ports 8 chg 0100 evt 0000 Nov 29 09:06:48 (none) kernel: [ 0.846141] hub 1-0:1.0: port 8, status 0501, change 0000, 480 Mb/s Nov 29 09:06:48 (none) kernel: [ 0.897606] ehci_hcd 0000:00:1d.7: port 8 high speed Nov 29 09:06:48 (none) kernel: [ 0.897631] ehci_hcd 0000:00:1d.7: GetStatus port 8 status 001005 POWER sig=se0 PE CONNECT Nov 29 09:06:48 (none) kernel: [ 0.948063] usb 1-8: new high speed USB device using ehci_hcd and address 2 Nov 29 09:06:48 (none) kernel: [ 1.000239] ehci_hcd 0000:00:1d.7: port 8 high speed Nov 29 09:06:48 (none) kernel: [ 1.000265] ehci_hcd 0000:00:1d.7: GetStatus port 8 status 001005 POWER sig=se0 PE CONNECT Nov 29 09:06:48 (none) kernel: [ 1.076931] usb 1-8: skipped 1 descriptor after configuration Nov 29 09:06:48 (none) kernel: [ 1.076949] usb 1-8: skipped 5 descriptors after interface Nov 29 09:06:48 (none) kernel: [ 1.076965] usb 1-8: skipped 1 descriptor after endpoint Nov 29 09:06:48 (none) kernel: [ 1.076979] usb 1-8: skipped 7 descriptors after interface Nov 29 09:06:48 (none) kernel: [ 1.077288] usb 1-8: default language 0x0409 Nov 29 09:06:48 (none) kernel: [ 1.078158] usb 1-8: New USB device found, idVendor=0ac8, idProduct=c33f Nov 29 09:06:48 (none) kernel: [ 1.078175] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0 Nov 29 09:06:48 (none) kernel: [ 1.078189] usb 1-8: Product: WebCam SCB-0340N Nov 29 09:06:48 (none) kernel: [ 1.078201] usb 1-8: Manufacturer: Namuga. Nov 29 09:06:48 (none) kernel: [ 1.078503] usb 1-8: uevent Nov 29 09:06:48 (none) kernel: [ 1.078562] usb 1-8: usb_probe_device Nov 29 09:06:48 (none) kernel: [ 1.078575] usb 1-8: configuration #1 chosen from 1 choice Nov 29 09:06:48 (none) kernel: [ 1.078798] usb 1-8: adding 1-8:1.0 (config #1, interface 0) Nov 29 09:06:48 (none) kernel: [ 1.079424] usb 1-8:1.0: uevent Nov 29 09:06:48 (none) kernel: [ 1.079744] usb 1-8: adding 1-8:1.1 (config #1, interface 1) Nov 29 09:06:48 (none) kernel: [ 1.079847] usb 1-8:1.1: uevent Nov 29 09:06:48 (none) kernel: [ 1.079977] /usr/src/packages/BUILD/kernel-default-2.6.30.9/linux-2.6.30/drivers/usb/core/inode.c: creating file '002' Nov 29 09:06:48 (none) kernel: [ 1.080209] hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0000 Nov 29 09:06:48 (none) kernel: [ 1.491830] Synaptics Touchpad, model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04771/0xa40000 Nov 29 09:06:48 (none) kernel: [ 1.532809] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input7 Nov 29 09:06:48 (none) kernel: [ 1.704036] usb usb2: suspend_rh (auto-stop) Nov 29 09:06:48 (none) kernel: [ 1.704079] usb usb3: suspend_rh (auto-stop) Nov 29 09:06:48 (none) kernel: [ 1.704117] usb usb4: suspend_rh (auto-stop) Nov 29 09:06:48 (none) kernel: [ 1.954039] usb usb5: suspend_rh (auto-stop) Nov 29 09:06:48 (none) kernel: [ 3.701107] hub 2-0:1.0: hub_suspend Nov 29 09:06:48 (none) kernel: [ 3.701135] usb usb2: bus auto-suspend Nov 29 09:06:48 (none) kernel: [ 3.701149] usb usb2: suspend_rh Nov 29 09:06:48 (none) kernel: [ 3.701182] hub 3-0:1.0: hub_suspend Nov 29 09:06:48 (none) kernel: [ 3.701199] usb usb3: bus auto-suspend Nov 29 09:06:48 (none) kernel: [ 3.701211] usb usb3: suspend_rh Nov 29 09:06:48 (none) kernel: [ 3.701240] hub 4-0:1.0: hub_suspend Nov 29 09:06:48 (none) kernel: [ 3.701284] usb usb4: bus auto-suspend Nov 29 09:06:48 (none) kernel: [ 3.701300] usb usb4: suspend_rh Nov 29 09:06:48 (none) kernel: [ 3.704150] hub 5-0:1.0: hub_suspend Nov 29 09:06:48 (none) kernel: [ 3.704170] usb usb5: bus auto-suspend Nov 29 09:06:48 (none) kernel: [ 3.704182] usb usb5: suspend_rh Nov 29 09:06:48 (none) kernel: [ 4.433235] udev: starting version 137 Nov 29 09:06:48 (none) kernel: [ 5.450222] Adding 2048276k swap on /dev/sda2. Priority:42 extents:1 across:2048276k Nov 29 09:06:48 (none) kernel: [ 6.067727] loop: module loaded Nov 29 09:06:48 (none) kernel: [ 7.399652] usb usb2: uevent Nov 29 09:06:48 (none) kernel: [ 7.399732] usb 2-0:1.0: uevent Nov 29 09:06:48 (none) kernel: [ 7.400076] usb usb3: uevent Nov 29 09:06:48 (none) kernel: [ 7.400155] usb 3-0:1.0: uevent Nov 29 09:06:48 (none) kernel: [ 7.400531] usb usb4: uevent Nov 29 09:06:48 (none) kernel: [ 7.400606] usb 4-0:1.0: uevent Nov 29 09:06:48 (none) kernel: [ 7.400953] usb usb5: uevent Nov 29 09:06:48 (none) kernel: [ 7.401031] usb 5-0:1.0: uevent Nov 29 09:06:48 (none) kernel: [ 7.401413] usb usb1: uevent Nov 29 09:06:48 (none) kernel: [ 7.401494] usb 1-0:1.0: uevent Nov 29 09:06:48 (none) kernel: [ 7.401654] usb 1-8: uevent Nov 29 09:06:48 (none) kernel: [ 7.401732] usb 1-8:1.0: uevent Nov 29 09:06:48 (none) kernel: [ 7.401881] usb 1-8:1.1: uevent Nov 29 09:06:48 (none) kernel: [ 7.865258] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19 Nov 29 09:06:48 (none) kernel: [ 7.938692] input: PC Speaker as /devices/platform/pcspkr/input/input8 Nov 29 09:06:48 (none) kernel: [ 7.987884] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded Nov 29 09:06:48 (none) kernel: [ 7.987935] r8169 0000:03:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18 Nov 29 09:06:48 (none) kernel: [ 7.987976] r8169 0000:03:00.0: setting latency timer to 64 Nov 29 09:06:48 (none) kernel: [ 7.988144] alloc irq_desc for 26 on cpu 0 node 0 Nov 29 09:06:48 (none) kernel: [ 7.988155] alloc kstat_irqs on cpu 0 node 0 Nov 29 09:06:48 (none) kernel: [ 7.988190] r8169 0000:03:00.0: irq 26 for MSI/MSI-X Nov 29 09:06:48 (none) kernel: [ 7.990656] eth0: RTL8102e at 0xf7ff0000, 00:13:77:bb:7b:9b, XID 24c00000 IRQ 26 Nov 29 09:06:48 (none) kernel: [ 8.016417] sd 0:0:0:0: Attached scsi generic sg0 type 0 Nov 29 09:06:48 (none) kernel: [ 8.108261] uvcvideo 1-8:1.0: usb_probe_interface Nov 29 09:06:48 (none) kernel: [ 8.108276] uvcvideo 1-8:1.0: usb_probe_interface - got id Nov 29 09:06:48 (none) kernel: [ 8.108355] uvcvideo: Found UVC 1.00 device WebCam SCB-0340N (0ac8:c33f) Nov 29 09:06:48 (none) kernel: [ 8.110755] input: WebCam SCB-0340N as /devices/pci0000:00/0000:00:1d.7/usb1/1-8/1-8:1.0/input/input9 Nov 29 09:06:48 (none) kernel: [ 8.110954] usb 1-8: link qh2-0001/f643d100 start 1 [1/0 us] Nov 29 09:06:48 (none) kernel: [ 8.111047] usbcore: registered new interface driver uvcvideo Nov 29 09:06:48 (none) kernel: [ 8.111062] USB Video Class driver (v0.1.0) Nov 29 09:06:48 (none) kernel: [ 8.132400] intel_rng: FWH not detected Nov 29 09:06:48 (none) kernel: [ 8.185462] ath9k 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 Nov 29 09:06:48 (none) kernel: [ 8.185491] ath9k 0000:02:00.0: setting latency timer to 64 Nov 29 09:06:48 (none) kernel: [ 8.244519] samsung_laptop: found laptop model 'N130' Nov 29 09:06:48 (none) kernel: [ 8.339622] iTCO_vendor_support: vendor-support=0 Nov 29 09:06:48 (none) kernel: [ 8.348318] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05 Nov 29 09:06:48 (none) kernel: [ 8.348623] iTCO_wdt: Found a ICH7-M or ICH7-U TCO device (Version=2, TCOBASE=0x1060) Nov 29 09:06:48 (none) kernel: [ 8.348831] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) Nov 29 09:06:48 (none) kernel: [ 8.503368] usb 1-8:1.0: uevent Nov 29 09:06:48 (none) kernel: [ 8.503705] usb 1-8: uevent Nov 29 09:06:48 (none) kernel: [ 8.506960] usb 1-8:1.0: uevent Nov 29 09:06:48 (none) kernel: [ 8.507348] usb 1-8: uevent Nov 29 09:06:48 (none) kernel: [ 8.581224] phy0: Selected rate control algorithm 'ath9k_rate_control' Nov 29 09:06:48 (none) kernel: [ 8.583242] Registered led device: ath9k-phy0::radio Nov 29 09:06:48 (none) kernel: [ 8.583310] Registered led device: ath9k-phy0::assoc Nov 29 09:06:48 (none) kernel: [ 8.583382] Registered led device: ath9k-phy0::tx Nov 29 09:06:48 (none) kernel: [ 8.583450] Registered led device: ath9k-phy0::rx Nov 29 09:06:48 (none) kernel: [ 8.583476] phy0: Atheros AR9285 MAC/BB Rev:2 AR5133 RF Rev:e0: mem=0xf85e0000, irq=16 Nov 29 09:06:48 (none) kernel: [ 8.588049] wlan0 renamed to wlan1 by udevd [720] Nov 29 09:06:48 (none) kernel: [ 8.592725] udev: renamed network interface wlan0 to wlan1 Nov 29 09:06:49 (none) kernel: [ 10.587842] usb usb2: uevent Nov 29 09:06:49 (none) kernel: [ 10.588683] usb 2-0:1.0: uevent Nov 29 09:06:49 (none) kernel: [ 10.590246] usb usb3: uevent Nov 29 09:06:49 (none) kernel: [ 10.590542] usb 3-0:1.0: uevent Nov 29 09:06:49 (none) kernel: [ 10.591946] usb usb4: uevent Nov 29 09:06:49 (none) kernel: [ 10.592247] usb 4-0:1.0: uevent Nov 29 09:06:49 (none) kernel: [ 10.593697] usb usb5: uevent Nov 29 09:06:49 (none) kernel: [ 10.593976] usb 5-0:1.0: uevent Nov 29 09:06:49 (none) kernel: [ 10.595441] usb usb1: uevent Nov 29 09:06:49 (none) kernel: [ 10.595722] usb 1-0:1.0: uevent Nov 29 09:06:49 (none) kernel: [ 10.596469] usb 1-8: uevent Nov 29 09:06:49 (none) kernel: [ 10.596902] usb 1-8:1.0: uevent Nov 29 09:06:49 (none) kernel: [ 10.599014] usb 1-8:1.1: uevent Nov 29 09:06:51 (none) kernel: Kernel logging (proc) stopped. Nov 29 09:06:51 (none) kernel: imklog 3.18.3, log source = /proc/kmsg started. Nov 29 09:06:51 (none) rsyslogd: [origin software="rsyslogd" swVersion="3.18.3" x-pid="905" x-info="http://www.rsyslog.com"] restart Nov 29 09:06:52 (none) kernel: [ 13.731292] Skipping EDID probe due to cached edid Nov 29 09:06:52 (none) kernel: [ 13.759117] Skipping EDID probe due to cached edid Nov 29 09:06:52 (none) laptop-mode: Laptop Mode Tools 1.49 Nov 29 09:06:52 (none) laptop-mode: On AC power: Deactivating, because ENABLE_LAPTOP_MODE_ON_AC is not set. Nov 29 09:06:52 (none) laptop-mode: Laptop mode Nov 29 09:06:52 (none) laptop-mode: Checking if desired state is different from current state. Nov 29 09:06:52 (none) laptop-mode: /var/run/laptop-mode-tools/state does not exist, no previous state. Nov 29 09:06:52 (none) laptop-mode: enabled, not active Nov 29 09:06:52 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/ac97-powersave. Nov 29 09:06:53 (none) laptop-mode: AC97 audio power setting is disabled. Nov 29 09:06:53 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/battery-level-polling. Nov 29 09:06:53 (none) laptop-mode: Battery level polling is disabled. Nov 29 09:06:53 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/bluetooth. Nov 29 09:06:53 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/configuration-file-control. Nov 29 09:06:53 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/cpufreq. Nov 29 09:06:53 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/dpms-standby. Nov 29 09:06:53 (none) laptop-mode: CONTROL_DPMS_STANDBY is disabled, skipping... Nov 29 09:06:53 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/ethernet. Nov 29 09:06:53 (none) laptop-mode: Ethernet module is disabled. Nov 29 09:06:53 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/hal-polling. Nov 29 09:06:53 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/hdparm. Nov 29 09:06:53 (none) gdm-simple-slave[885]: CRITICAL: send_dbus_void_signal: assertion `greeter_server != NULL' failed Nov 29 09:06:53 (none) gdm-session-worker[974]: PAM pam_putenv: NULL pam handle passed Nov 29 09:06:53 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/intel-hda-powersave. Nov 29 09:06:53 (none) laptop-mode: Intel HDA audio power setting is disabled. Nov 29 09:06:53 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/intel-sata-powermgmt. Nov 29 09:06:53 (none) laptop-mode: Intel SATA link power saving disabled. Nov 29 09:06:53 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/laptop-mode. Nov 29 09:06:53 (none) laptop-mode: Executing: echo 0 > /proc/sys/vm/laptop_mode Nov 29 09:06:53 (none) laptop-mode: Adjusting 2.6 kernel parameters to disable laptop mode. Nov 29 09:06:53 (none) laptop-mode: Executing: echo 500 > /proc/sys/vm/dirty_writeback_centisecs Nov 29 09:06:53 (none) laptop-mode: Executing: echo 3000 > /proc/sys/vm/dirty_expire_centisecs Nov 29 09:06:53 (none) laptop-mode: Executing: echo 20 > /proc/sys/vm/dirty_ratio Nov 29 09:06:53 (none) laptop-mode: Executing: echo 10 > /proc/sys/vm/dirty_background_ratio Nov 29 09:06:53 (none) laptop-mode: Remounting filesystems. Nov 29 09:06:53 (none) laptop-mode: /dev/sda1 not found in PARTITIONS. Nov 29 09:06:53 (none) laptop-mode: / not found in PARTITIONS. Nov 29 09:06:53 (none) laptop-mode: Checking /dev/sda1 against HD because PARTITIONS contains "auto". Nov 29 09:06:53 (none) laptop-mode: Considering /dev/sda. Nov 29 09:06:53 (none) laptop-mode: /dev/sda1 contains /dev/sda, which is in HD, so we will remount it. Nov 29 09:06:53 (none) laptop-mode: Original options: rw,noatime,data=writeback Nov 29 09:06:53 (none) laptop-mode: Reducing file system type. Nov 29 09:06:53 (none) laptop-mode: No saved mount options, so apparently we never remounted this filesystem during this session. Nov 29 09:06:53 (none) laptop-mode: Not remounting. Nov 29 09:06:53 (none) laptop-mode: Executing: /sbin/blockdev --setfra 256 /dev/sda1 Nov 29 09:06:53 (none) laptop-mode: /proc not found in PARTITIONS. Nov 29 09:06:53 (none) laptop-mode: /proc not found in PARTITIONS. Nov 29 09:06:53 (none) laptop-mode: Checking /proc against HD because PARTITIONS contains "auto". Nov 29 09:06:53 (none) laptop-mode: Considering /dev/sda. Nov 29 09:06:53 (none) laptop-mode: sysfs not found in PARTITIONS. Nov 29 09:06:53 (none) laptop-mode: /sys not found in PARTITIONS. Nov 29 09:06:53 (none) laptop-mode: Checking sysfs against HD because PARTITIONS contains "auto". Nov 29 09:06:53 (none) laptop-mode: Considering /dev/sda. Nov 29 09:06:53 (none) laptop-mode: debugfs not found in PARTITIONS. Nov 29 09:06:53 (none) laptop-mode: /sys/kernel/debug not found in PARTITIONS. Nov 29 09:06:53 (none) laptop-mode: Checking debugfs against HD because PARTITIONS contains "auto". Nov 29 09:06:53 (none) laptop-mode: Considering /dev/sda. Nov 29 09:06:53 (none) laptop-mode: udev not found in PARTITIONS. Nov 29 09:06:53 (none) laptop-mode: /dev not found in PARTITIONS. Nov 29 09:06:53 (none) laptop-mode: Checking udev against HD because PARTITIONS contains "auto". Nov 29 09:06:53 (none) laptop-mode: Considering /dev/sda. Nov 29 09:06:53 (none) laptop-mode: devpts not found in PARTITIONS. Nov 29 09:06:53 (none) laptop-mode: /dev/pts not found in PARTITIONS. Nov 29 09:06:53 (none) laptop-mode: Checking devpts against HD because PARTITIONS contains "auto". Nov 29 09:06:53 (none) laptop-mode: Considering /dev/sda. Nov 29 09:06:53 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/lcd-brightness. Nov 29 09:06:53 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/sched-mc-power-savings. Nov 29 09:06:53 (none) laptop-mode: Scheduler power setting is disabled. Nov 29 09:06:53 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/start-stop-programs. Nov 29 09:06:54 (none) laptop-mode: START_SERVICES = Nov 29 09:06:54 (none) laptop-mode: STOP_SERVICES = Nov 29 09:06:54 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/syslog-conf. Nov 29 09:06:54 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/terminal-blanking. Nov 29 09:06:54 (none) laptop-mode: CONTROL_TERMINAL is disabled, skipping... Nov 29 09:06:54 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/usb-autosuspend. Nov 29 09:06:54 (none) laptop-mode: Enabling autosuspend mode for USBCORE Controller, with timeout 2. Nov 29 09:06:54 (none) laptop-mode: Not enabling auto suspend mode for usb device 1-0:1.0 Nov 29 09:06:54 (none) laptop-mode: Not enabling auto power level for usb device 1-0:1.0 Nov 29 09:06:54 (none) laptop-mode: Enabling auto suspend mode for usb device 1-8. Nov 29 09:06:54 (none) laptop-mode: Enabling auto power level for usb device 1-8. Nov 29 09:06:54 (none) laptop-mode: Not enabling auto suspend mode for usb device 1-8:1.0 Nov 29 09:06:54 (none) laptop-mode: Not enabling auto power level for usb device 1-8:1.0 Nov 29 09:06:54 (none) laptop-mode: Not enabling auto suspend mode for usb device 1-8:1.1 Nov 29 09:06:54 (none) laptop-mode: Not enabling auto power level for usb device 1-8:1.1 Nov 29 09:06:54 (none) laptop-mode: Not enabling auto suspend mode for usb device 2-0:1.0 Nov 29 09:06:54 (none) laptop-mode: Not enabling auto power level for usb device 2-0:1.0 Nov 29 09:06:54 (none) laptop-mode: Not enabling auto suspend mode for usb device 3-0:1.0 Nov 29 09:06:54 (none) laptop-mode: Not enabling auto power level for usb device 3-0:1.0 Nov 29 09:06:54 (none) laptop-mode: Not enabling auto suspend mode for usb device 4-0:1.0 Nov 29 09:06:54 (none) laptop-mode: Not enabling auto power level for usb device 4-0:1.0 Nov 29 09:06:54 (none) laptop-mode: Not enabling auto suspend mode for usb device 5-0:1.0 Nov 29 09:06:54 (none) laptop-mode: Not enabling auto power level for usb device 5-0:1.0 Nov 29 09:06:54 (none) laptop-mode: Enabling auto suspend mode for usb device usb1. Nov 29 09:06:54 (none) laptop-mode: Enabling auto power level for usb device usb1. Nov 29 09:06:54 (none) laptop-mode: Enabling auto suspend mode for usb device usb2. Nov 29 09:06:54 (none) kernel: [ 15.637193] usb usb2: usb resume Nov 29 09:06:54 (none) kernel: [ 15.637207] usb usb2: wakeup_rh Nov 29 09:06:54 (none) kernel: [ 15.668051] hub 2-0:1.0: hub_resume Nov 29 09:06:54 (none) kernel: [ 15.668126] hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0000 Nov 29 09:06:54 (none) laptop-mode: Enabling auto power level for usb device usb2. Nov 29 09:06:54 (none) laptop-mode: Enabling auto suspend mode for usb device usb3. Nov 29 09:06:54 (none) kernel: [ 15.684539] usb usb3: usb resume Nov 29 09:06:54 (none) kernel: [ 15.684556] usb usb3: wakeup_rh Nov 29 09:06:54 (none) kernel: [ 15.716048] hub 3-0:1.0: hub_resume Nov 29 09:06:54 (none) kernel: [ 15.716131] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000 Nov 29 09:06:54 (none) laptop-mode: Enabling auto power level for usb device usb3. Nov 29 09:06:54 (none) laptop-mode: Enabling auto suspend mode for usb device usb4. Nov 29 09:06:54 (none) kernel: [ 15.738679] usb usb4: usb resume Nov 29 09:06:54 (none) kernel: [ 15.738697] usb usb4: wakeup_rh Nov 29 09:06:54 (none) kernel: [ 15.770051] hub 4-0:1.0: hub_resume Nov 29 09:06:54 (none) kernel: [ 15.770134] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000 Nov 29 09:06:54 (none) laptop-mode: Enabling auto power level for usb device usb4. Nov 29 09:06:54 (none) laptop-mode: Enabling auto suspend mode for usb device usb5. Nov 29 09:06:54 (none) kernel: [ 15.786863] usb usb5: usb resume Nov 29 09:06:54 (none) kernel: [ 15.786880] usb usb5: wakeup_rh Nov 29 09:06:54 (none) kernel: [ 15.818047] hub 5-0:1.0: hub_resume Nov 29 09:06:54 (none) kernel: [ 15.818127] hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0000 Nov 29 09:06:54 (none) laptop-mode: Enabling auto power level for usb device usb5. Nov 29 09:06:54 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/video-out. Nov 29 09:06:54 (none) laptop-mode: video-out module is disabled. Nov 29 09:06:54 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/wireless-ipw-power. Nov 29 09:06:54 (none) laptop-mode: Intel IPW Wireless power setting is disabled. Nov 29 09:06:54 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/wireless-iwl-power. Nov 29 09:06:54 (none) laptop-mode: Intel IWL Wireless power setting is disabled. Nov 29 09:06:54 (none) laptop-mode: Module /usr/local/lib/laptop-mode-tools/modules/* is not executable. Nov 29 09:06:54 (none) laptop-mode: Module /usr/local/share/laptop-mode-tools/modules/* is not executable. Nov 29 09:06:54 (none) laptop-mode: Module /etc/laptop-mode/modules/* is not executable. Nov 29 09:06:55 (none) network: Starting the NetworkManager Nov 29 09:06:55 (none) modem-manager: Loaded plugin Option Nov 29 09:06:55 (none) modem-manager: Loaded plugin ZTE Nov 29 09:06:55 (none) modem-manager: Loaded plugin Novatel Nov 29 09:06:55 (none) modem-manager: Loaded plugin HSO Nov 29 09:06:55 (none) modem-manager: Loaded plugin Nokia Nov 29 09:06:55 (none) modem-manager: Loaded plugin Sierra Nov 29 09:06:55 (none) modem-manager: Loaded plugin MBM Nov 29 09:06:55 (none) modem-manager: Loaded plugin Huawei Nov 29 09:06:55 (none) kernel: [ 16.704041] usb usb2: suspend_rh (auto-stop) Nov 29 09:06:55 (none) kernel: [ 16.954307] usb usb3: suspend_rh (auto-stop) Nov 29 09:06:55 (none) kernel: [ 16.954362] usb usb4: suspend_rh (auto-stop) Nov 29 09:06:55 (none) kernel: [ 16.954410] usb usb5: suspend_rh (auto-stop) Nov 29 09:06:55 (none) xinetd[1220]: Reading included configuration file: /etc/xinetd.d/chargen [file=/etc/xinetd.conf] [line=26] Nov 29 09:06:55 (none) xinetd[1220]: Reading included configuration file: /etc/xinetd.d/chargen-udp [file=/etc/xinetd.d/chargen-udp] [line=14] Nov 29 09:06:55 (none) xinetd[1220]: Reading included configuration file: /etc/xinetd.d/cups-lpd [file=/etc/xinetd.d/cups-lpd] [line=15] Nov 29 09:06:55 (none) xinetd[1220]: Reading included configuration file: /etc/xinetd.d/daytime [file=/etc/xinetd.d/daytime] [line=25] Nov 29 09:06:55 (none) xinetd[1220]: Reading included configuration file: /etc/xinetd.d/daytime-udp [file=/etc/xinetd.d/daytime-udp] [line=14] Nov 29 09:06:55 (none) xinetd[1220]: Reading included configuration file: /etc/xinetd.d/discard [file=/etc/xinetd.d/discard] [line=15] Nov 29 09:06:55 (none) xinetd[1220]: Reading included configuration file: /etc/xinetd.d/discard-udp [file=/etc/xinetd.d/discard-udp] [line=14] Nov 29 09:06:55 (none) xinetd[1220]: Reading included configuration file: /etc/xinetd.d/echo [file=/etc/xinetd.d/echo] [line=15] Nov 29 09:06:55 (none) xinetd[1220]: Reading included configuration file: /etc/xinetd.d/echo-udp [file=/etc/xinetd.d/echo-udp] [line=14] Nov 29 09:06:55 (none) xinetd[1220]: Reading included configuration file: /etc/xinetd.d/netstat [file=/etc/xinetd.d/netstat] [line=15] Nov 29 09:06:55 (none) xinetd[1220]: Reading included configuration file: /etc/xinetd.d/rsync [file=/etc/xinetd.d/rsync] [line=16] Nov 29 09:06:56 (none) xinetd[1220]: Reading included configuration file: /etc/xinetd.d/sane-port [file=/etc/xinetd.d/sane-port] [line=12] Nov 29 09:06:56 (none) xinetd[1220]: Reading included configuration file: /etc/xinetd.d/servers [file=/etc/xinetd.d/servers] [line=14] Nov 29 09:06:56 (none) xinetd[1220]: Reading included configuration file: /etc/xinetd.d/services [file=/etc/xinetd.d/services] [line=14] Nov 29 09:06:56 (none) xinetd[1220]: Reading included configuration file: /etc/xinetd.d/swat [file=/etc/xinetd.d/swat] [line=14] Nov 29 09:06:56 (none) xinetd[1220]: Reading included configuration file: /etc/xinetd.d/systat [file=/etc/xinetd.d/systat] [line=12] Nov 29 09:06:56 (none) xinetd[1220]: Reading included configuration file: /etc/xinetd.d/time [file=/etc/xinetd.d/time] [line=17] Nov 29 09:06:56 (none) xinetd[1220]: Reading included configuration file: /etc/xinetd.d/time-udp [file=/etc/xinetd.d/time-udp] [line=15] Nov 29 09:06:56 (none) xinetd[1220]: Reading included configuration file: /etc/xinetd.d/vnc [file=/etc/xinetd.d/vnc] [line=15] Nov 29 09:06:56 (none) sshd[1227]: Server listening on 0.0.0.0 port 22. Nov 29 09:06:56 (none) sshd[1227]: Server listening on :: port 22. Nov 29 09:06:56 (none) xinetd[1220]: xinetd Version 2.3.14 started with libwrap loadavg options compiled in. Nov 29 09:06:56 (none) xinetd[1220]: Started working: 1 available service Nov 29 09:06:56 (none) kernel: [ 17.701059] uvcvideo: Suspending interface 0 Nov 29 09:06:56 (none) kernel: [ 17.701106] usb 1-8: unlink qh2-0001/f643d100 start 1 [1/0 us] Nov 29 09:06:56 (none) kernel: [ 17.701188] uvcvideo: Suspending interface 1 Nov 29 09:06:56 (none) kernel: [ 17.701217] usb 1-8: usb auto-suspend Nov 29 09:06:56 (none) kernel: [ 17.712328] hub 2-0:1.0: hub_suspend Nov 29 09:06:56 (none) kernel: [ 17.712366] usb usb2: bus auto-suspend Nov 29 09:06:56 (none) kernel: [ 17.712385] usb usb2: suspend_rh Nov 29 09:06:57 (none) kernel: [ 18.704062] hub 3-0:1.0: hub_suspend Nov 29 09:06:57 (none) kernel: [ 18.704086] usb usb3: bus auto-suspend Nov 29 09:06:57 (none) kernel: [ 18.704098] usb usb3: suspend_rh Nov 29 09:06:57 (none) kernel: [ 18.704130] hub 4-0:1.0: hub_suspend Nov 29 09:06:57 (none) kernel: [ 18.704146] usb usb4: bus auto-suspend Nov 29 09:06:57 (none) kernel: [ 18.704156] usb usb4: suspend_rh Nov 29 09:06:57 (none) kernel: [ 18.704184] hub 5-0:1.0: hub_suspend Nov 29 09:06:57 (none) kernel: [ 18.704199] usb usb5: bus auto-suspend Nov 29 09:06:57 (none) kernel: [ 18.704208] usb usb5: suspend_rh Nov 29 09:06:59 (none) kernel: [ 20.504211] r8169: eth0: link up Nov 29 09:06:59 (none) kernel: [ 20.504228] r8169: eth0: link up Nov 29 09:06:59 (none) kernel: [ 20.633758] ADDRCONF(NETDEV_UP): wlan1: link is not ready Nov 29 09:06:59 (none) kernel: [ 20.701056] hub 1-0:1.0: hub_suspend Nov 29 09:06:59 (none) kernel: [ 20.701087] usb usb1: bus auto-suspend Nov 29 09:06:59 (none) kernel: [ 20.701100] ehci_hcd 0000:00:1d.7: suspend root hub Nov 29 09:06:59 (none) dhclient: Internet Systems Consortium DHCP Client V3.1.1 Nov 29 09:06:59 (none) dhclient: Copyright 2004-2008 Internet Systems Consortium. Nov 29 09:06:59 (none) dhclient: All rights reserved. Nov 29 09:06:59 (none) dhclient: For info, please visit http://www.isc.org/sw/dhcp/ Nov 29 09:06:59 (none) dhclient: Nov 29 09:06:59 (none) kernel: [ 20.962915] NET: Registered protocol family 17 Nov 29 09:06:59 (none) dhclient: Listening on LPF/eth0/00:13:77:bb:7b:9b Nov 29 09:06:59 (none) dhclient: Sending on LPF/eth0/00:13:77:bb:7b:9b Nov 29 09:06:59 (none) dhclient: Sending on Socket/fallback Nov 29 09:07:01 (none) dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4 Nov 29 09:07:01 (none) dhclient: DHCPOFFER from 192.168.1.1 Nov 29 09:07:02 (none) gnome-keyring-daemon[1305]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files Nov 29 09:07:03 (none) pulseaudio[1325]: pid.c: Stale PID file, overwriting. Nov 29 09:07:03 (none) kernel: [ 25.089193] Skipping EDID probe due to cached edid Nov 29 09:07:03 (none) kernel: [ 25.149357] Skipping EDID probe due to cached edid Nov 29 09:07:03 (none) kernel: [ 25.178101] Skipping EDID probe due to cached edid Nov 29 09:07:04 (none) dbus-daemon: Rejected send message, 2 matched rules; type="method_return", sender=":1.9" (uid=0 pid=1170 comm="/usr/sbin/NetworkManager ") interface="(unset)" member="(unset)" error name="(unset)" requested_reply=0 destination=":1.16" (uid=1000 pid=1252 comm="network-manager-netbook ")) Nov 29 09:07:05 (none) pulseaudio[1332]: pid.c: Daemon already running. Nov 29 09:07:05 (none) pulseaudio[1332]: main.c: pa_pid_file_create() failed. Nov 29 09:07:06 (none) dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67 Nov 29 09:07:06 (none) dhclient: DHCPACK from 192.168.1.1 Nov 29 09:07:06 (none) dhclient: bound to 192.168.1.16 -- renewal in 1801 seconds. Nov 29 09:07:08 (none) dns-resolver: ATTENTION: You have modified /etc/resolv.conf. Leaving it untouched... Nov 29 09:07:08 (none) dns-resolver: You can find my version in /etc/resolv.conf.netconfig Nov 29 09:07:08 (none) SuSEfirewall2: SuSEfirewall2 not active Nov 29 09:07:09 (none) kernel: [ 30.505040] eth0: no IPv6 routers present Nov 29 09:07:09 (none) pulseaudio[1325]: bluetooth-util.c: Error from ListAdapters reply: org.freedesktop.DBus.Error.ServiceUnknown Nov 29 09:07:11 (none) kernel: [ 32.289012] wlan1: authenticate with AP 00:11:d8:97:de:c8 Nov 29 09:07:11 (none) kernel: [ 32.290912] wlan1: authenticated Nov 29 09:07:11 (none) kernel: [ 32.290925] wlan1: associate with AP 00:11:d8:97:de:c8 Nov 29 09:07:11 (none) kernel: [ 32.293114] wlan1: RX AssocResp from 00:11:d8:97:de:c8 (capab=0x431 status=0 aid=2) Nov 29 09:07:11 (none) kernel: [ 32.293128] wlan1: associated Nov 29 09:07:11 (none) kernel: [ 32.294418] ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready Nov 29 09:07:11 (none) dhclient: Internet Systems Consortium DHCP Client V3.1.1 Nov 29 09:07:11 (none) dhclient: Copyright 2004-2008 Internet Systems Consortium. Nov 29 09:07:11 (none) dhclient: All rights reserved. Nov 29 09:07:11 (none) dhclient: For info, please visit http://www.isc.org/sw/dhcp/ Nov 29 09:07:11 (none) dhclient: Nov 29 09:07:11 (none) dhclient: Listening on LPF/wlan1/00:24:d2:cf:2a:a8 Nov 29 09:07:11 (none) dhclient: Sending on LPF/wlan1/00:24:d2:cf:2a:a8 Nov 29 09:07:11 (none) dhclient: Sending on Socket/fallback Nov 29 09:07:12 (none) pulseaudio[1526]: pid.c: Daemon already running. Nov 29 09:07:13 (none) dhclient: DHCPDISCOVER on wlan1 to 255.255.255.255 port 67 interval 4 Nov 29 09:07:13 (none) dhclient: DHCPOFFER from 192.168.1.1 Nov 29 09:07:18 (none) dhclient: DHCPREQUEST on wlan1 to 255.255.255.255 port 67 Nov 29 09:07:18 (none) dhclient: DHCPACK from 192.168.1.1 Nov 29 09:07:18 (none) dhclient: bound to 192.168.1.18 -- renewal in 1669 seconds. Nov 29 09:07:21 (none) kernel: [ 42.773270] wlan1: no IPv6 routers present Nov 29 09:10:50 (none) kernel: [ 251.220617] Monitor-Mwait will be used to enter C-2 state Nov 29 09:10:50 (none) kernel: [ 251.220667] Marking TSC unstable due to TSC halts in idle Nov 29 09:10:58 (none) kernel: [ 259.221976] ata1: clearing spurious IRQ Nov 29 09:12:08 (none) kernel: [ 329.719293] Monitor-Mwait will be used to enter C-3 state Nov 29 09:12:09 (none) laptop-mode: Laptop Mode Tools 1.49 Nov 29 09:12:09 (none) laptop-mode: On battery power: Activating, because ENABLE_LAPTOP_MODE_ON_BATTERY is set. Nov 29 09:12:09 (none) laptop-mode: Not on AC and we have battery information in /sys/class/power_supply/BAT* -- checking minimum battery charge. Nov 29 09:12:09 (none) laptop-mode: /sys/class/power_supply/ADP1 is of type Mains. Nov 29 09:12:09 (none) laptop-mode: Not of type "Battery", skipping. Nov 29 09:12:09 (none) laptop-mode: /sys/class/power_supply/BAT1 is of type Battery. Nov 29 09:12:09 (none) laptop-mode: Checking levels for /sys/class/power_supply/BAT1. Nov 29 09:12:09 (none) laptop-mode: Present: 1. Nov 29 09:12:09 (none) laptop-mode: Remaining charge: 3492000 Nov 29 09:12:09 (none) laptop-mode: Full capacity: 4000000 Nov 29 09:12:09 (none) laptop-mode: Laptop mode Nov 29 09:12:09 (none) laptop-mode: Checking if desired state is different from current state. Nov 29 09:12:09 (none) laptop-mode: enabled, active Nov 29 09:12:09 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/ac97-powersave. Nov 29 09:12:09 (none) laptop-mode: AC97 audio power setting is disabled. Nov 29 09:12:09 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/battery-level-polling. Nov 29 09:12:09 (none) laptop-mode: Battery level polling is disabled. Nov 29 09:12:09 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/bluetooth. Nov 29 09:12:09 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/configuration-file-control. Nov 29 09:12:09 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/cpufreq. Nov 29 09:12:09 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/dpms-standby. Nov 29 09:12:09 (none) laptop-mode: CONTROL_DPMS_STANDBY is disabled, skipping... Nov 29 09:12:09 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/ethernet. Nov 29 09:12:09 (none) laptop-mode: Ethernet module is disabled. Nov 29 09:12:09 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/hal-polling. Nov 29 09:12:09 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/hdparm. Nov 29 09:12:09 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/intel-hda-powersave. Nov 29 09:12:09 (none) laptop-mode: Intel HDA audio power setting is disabled. Nov 29 09:12:09 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/intel-sata-powermgmt. Nov 29 09:12:09 (none) laptop-mode: Intel SATA link power saving disabled. Nov 29 09:12:09 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/laptop-mode. Nov 29 09:12:09 (none) laptop-mode: Adjusting 2.6 kernel parameters to enable laptop mode. Nov 29 09:12:09 (none) laptop-mode: Executing: echo 2 > /proc/sys/vm/laptop_mode Nov 29 09:12:09 (none) laptop-mode: Executing: echo 60000 > /proc/sys/vm/dirty_writeback_centisecs Nov 29 09:12:09 (none) laptop-mode: Executing: echo 60000 > /proc/sys/vm/dirty_expire_centisecs Nov 29 09:12:09 (none) laptop-mode: Executing: echo 60 > /proc/sys/vm/dirty_ratio Nov 29 09:12:09 (none) laptop-mode: Executing: echo 1 > /proc/sys/vm/dirty_background_ratio Nov 29 09:12:09 (none) laptop-mode: Remounting filesystems. Nov 29 09:12:09 (none) laptop-mode: /dev/sda1 not found in PARTITIONS. Nov 29 09:12:09 (none) laptop-mode: / not found in PARTITIONS. Nov 29 09:12:09 (none) laptop-mode: Checking /dev/sda1 against HD because PARTITIONS contains "auto". Nov 29 09:12:09 (none) laptop-mode: Considering /dev/sda. Nov 29 09:12:09 (none) laptop-mode: /dev/sda1 contains /dev/sda, which is in HD, so we will remount it. Nov 29 09:12:09 (none) laptop-mode: Original options: rw,noatime,data=writeback Nov 29 09:12:09 (none) laptop-mode: Updating /var/run/laptop-mode-tools/nolm-mountopts. Nov 29 09:12:09 (none) laptop-mode: Reducing file system type. Nov 29 09:12:09 (none) laptop-mode: Removing commit mount option from original options. Nov 29 09:12:09 (none) laptop-mode: Executing: mount /dev/sda1 / -t ext3 -o remount,rw,noatime,data=writeback,commit=600,relatime Nov 29 09:12:09 (none) laptop-mode: Executing: /sbin/blockdev --setfra 6144 /dev/sda1 Nov 29 09:12:09 (none) laptop-mode: debugfs not found in PARTITIONS. Nov 29 09:12:09 (none) laptop-mode: /sys/kernel/debug not found in PARTITIONS. Nov 29 09:12:09 (none) laptop-mode: Checking debugfs against HD because PARTITIONS contains "auto". Nov 29 09:12:09 (none) laptop-mode: Considering /dev/sda. Nov 29 09:12:09 (none) kernel: [ 331.000289] Clocksource tsc unstable (delta = -70918169 ns) Nov 29 09:12:09 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/lcd-brightness. Nov 29 09:12:09 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/sched-mc-power-savings. Nov 29 09:12:09 (none) laptop-mode: Scheduler power setting is disabled. Nov 29 09:12:09 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/start-stop-programs. Nov 29 09:12:09 (none) laptop-mode: START_SERVICES = Nov 29 09:12:09 (none) laptop-mode: STOP_SERVICES = Nov 29 09:12:09 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/syslog-conf. Nov 29 09:12:09 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/terminal-blanking. Nov 29 09:12:09 (none) laptop-mode: CONTROL_TERMINAL is disabled, skipping... Nov 29 09:12:09 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/usb-autosuspend. Nov 29 09:12:09 (none) laptop-mode: Enabling autosuspend mode for USBCORE Controller, with timeout 2. Nov 29 09:12:09 (none) laptop-mode: Not enabling auto suspend mode for usb device 1-0:1.0 Nov 29 09:12:09 (none) laptop-mode: Not enabling auto power level for usb device 1-0:1.0 Nov 29 09:12:09 (none) laptop-mode: Enabling auto suspend mode for usb device 1-8. Nov 29 09:12:09 (none) kernel: [ 331.133525] usb usb1: usb auto-resume Nov 29 09:12:09 (none) kernel: [ 331.133538] ehci_hcd 0000:00:1d.7: resume root hub Nov 29 09:12:09 (none) kernel: [ 331.153123] hub 1-0:1.0: hub_resume Nov 29 09:12:09 (none) kernel: [ 331.153202] hub 1-0:1.0: port 8: status 0507 change 0000 Nov 29 09:12:09 (none) kernel: [ 331.153246] usb 1-8: usb resume Nov 29 09:12:09 (none) kernel: [ 331.153272] hub 1-0:1.0: state 7 ports 8 chg 0000 evt 0000 Nov 29 09:12:09 (none) kernel: [ 331.179345] ehci_hcd 0000:00:1d.7: GetStatus port 8 status 001005 POWER sig=se0 PE CONNECT Nov 29 09:12:09 (none) kernel: [ 331.190290] usb 1-8: finish resume Nov 29 09:12:09 (none) kernel: [ 331.190657] uvcvideo: Resuming interface 0 Nov 29 09:12:09 (none) kernel: [ 331.190725] ehci_hcd 0000:00:1d.7: reused qh f643d100 schedule Nov 29 09:12:09 (none) kernel: [ 331.190744] usb 1-8: link qh2-0001/f643d100 start 1 [1/0 us] Nov 29 09:12:09 (none) kernel: [ 331.190777] uvcvideo: Resuming interface 1 Nov 29 09:12:09 (none) laptop-mode: Enabling auto power level for usb device 1-8. Nov 29 09:12:10 (none) laptop-mode: Not enabling auto suspend mode for usb device 1-8:1.0 Nov 29 09:12:10 (none) laptop-mode: Not enabling auto power level for usb device 1-8:1.0 Nov 29 09:12:10 (none) laptop-mode: Not enabling auto suspend mode for usb device 1-8:1.1 Nov 29 09:12:10 (none) laptop-mode: Not enabling auto power level for usb device 1-8:1.1 Nov 29 09:12:10 (none) laptop-mode: Not enabling auto suspend mode for usb device 2-0:1.0 Nov 29 09:12:10 (none) laptop-mode: Not enabling auto power level for usb device 2-0:1.0 Nov 29 09:12:10 (none) laptop-mode: Not enabling auto suspend mode for usb device 3-0:1.0 Nov 29 09:12:10 (none) laptop-mode: Not enabling auto power level for usb device 3-0:1.0 Nov 29 09:12:10 (none) laptop-mode: Not enabling auto suspend mode for usb device 4-0:1.0 Nov 29 09:12:10 (none) laptop-mode: Not enabling auto power level for usb device 4-0:1.0 Nov 29 09:12:10 (none) laptop-mode: Not enabling auto suspend mode for usb device 5-0:1.0 Nov 29 09:12:10 (none) laptop-mode: Not enabling auto power level for usb device 5-0:1.0 Nov 29 09:12:10 (none) laptop-mode: Enabling auto suspend mode for usb device usb1. Nov 29 09:12:10 (none) laptop-mode: Enabling auto power level for usb device usb1. Nov 29 09:12:10 (none) laptop-mode: Enabling auto suspend mode for usb device usb2. Nov 29 09:12:10 (none) kernel: [ 331.324124] usb usb2: usb resume Nov 29 09:12:10 (none) kernel: [ 331.324141] usb usb2: wakeup_rh Nov 29 09:12:10 (none) kernel: [ 331.356117] hub 2-0:1.0: hub_resume Nov 29 09:12:10 (none) kernel: [ 331.357147] hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0000 Nov 29 09:12:10 (none) laptop-mode: Enabling auto power level for usb device usb2. Nov 29 09:12:10 (none) laptop-mode: Enabling auto suspend mode for usb device usb3. Nov 29 09:12:10 (none) kernel: [ 331.374130] usb usb3: usb resume Nov 29 09:12:10 (none) kernel: [ 331.374148] usb usb3: wakeup_rh Nov 29 09:12:10 (none) kernel: [ 331.406126] hub 3-0:1.0: hub_resume Nov 29 09:12:10 (none) kernel: [ 331.406239] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000 Nov 29 09:12:10 (none) laptop-mode: Enabling auto power level for usb device usb3. Nov 29 09:12:10 (none) laptop-mode: Enabling auto suspend mode for usb device usb4. Nov 29 09:12:10 (none) kernel: [ 331.422844] usb usb4: usb resume Nov 29 09:12:10 (none) kernel: [ 331.422862] usb usb4: wakeup_rh Nov 29 09:12:10 (none) kernel: [ 331.454145] hub 4-0:1.0: hub_resume Nov 29 09:12:10 (none) kernel: [ 331.454355] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000 Nov 29 09:12:10 (none) laptop-mode: Enabling auto power level for usb device usb4. Nov 29 09:12:10 (none) laptop-mode: Enabling auto suspend mode for usb device usb5. Nov 29 09:12:10 (none) kernel: [ 331.470889] usb usb5: usb resume Nov 29 09:12:10 (none) kernel: [ 331.470906] usb usb5: wakeup_rh Nov 29 09:12:10 (none) kernel: [ 331.502143] hub 5-0:1.0: hub_resume Nov 29 09:12:10 (none) kernel: [ 331.502260] hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0000 Nov 29 09:12:10 (none) laptop-mode: Enabling auto power level for usb device usb5. Nov 29 09:12:10 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/video-out. Nov 29 09:12:10 (none) laptop-mode: video-out module is disabled. Nov 29 09:12:10 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/wireless-ipw-power. Nov 29 09:12:10 (none) laptop-mode: Intel IPW Wireless power setting is disabled. Nov 29 09:12:10 (none) laptop-mode: Invoking module /usr/share/laptop-mode-tools/modules/wireless-iwl-power. Nov 29 09:12:10 (none) laptop-mode: Intel IWL Wireless power setting is disabled. Nov 29 09:12:10 (none) laptop-mode: Module /usr/local/lib/laptop-mode-tools/modules/* is not executable. Nov 29 09:12:10 (none) laptop-mode: Module /usr/local/share/laptop-mode-tools/modules/* is not executable. Nov 29 09:12:10 (none) laptop-mode: Module /etc/laptop-mode/modules/* is not executable. Nov 29 09:12:11 (none) kernel: [ 332.500114] usb usb2: suspend_rh (auto-stop) Nov 29 09:12:11 (none) kernel: [ 332.500130] usb usb4: suspend_rh (auto-stop) Nov 29 09:12:11 (none) kernel: [ 332.500180] usb usb5: suspend_rh (auto-stop) Nov 29 09:12:11 (none) kernel: [ 332.500192] usb usb3: suspend_rh (auto-stop) Nov 29 09:12:12 (none) kernel: [ 333.997183] hub 2-0:1.0: hub_suspend Nov 29 09:12:12 (none) kernel: [ 333.997213] usb usb2: bus auto-suspend Nov 29 09:12:12 (none) kernel: [ 333.997227] usb usb2: suspend_rh Nov 29 09:12:12 (none) kernel: [ 333.997313] hub 3-0:1.0: hub_suspend Nov 29 09:12:12 (none) kernel: [ 333.997339] usb usb3: bus auto-suspend Nov 29 09:12:12 (none) kernel: [ 333.997354] usb usb3: suspend_rh Nov 29 09:12:12 (none) kernel: [ 334.000308] uvcvideo: Suspending interface 0 Nov 29 09:12:12 (none) kernel: [ 334.000368] usb 1-8: unlink qh2-0001/f643d100 start 1 [1/0 us] Nov 29 09:12:12 (none) kernel: [ 334.000454] uvcvideo: Suspending interface 1 Nov 29 09:12:12 (none) kernel: [ 334.000483] usb 1-8: usb auto-suspend Nov 29 09:12:12 (none) kernel: [ 334.011298] hub 4-0:1.0: hub_suspend Nov 29 09:12:12 (none) kernel: [ 334.011326] usb usb4: bus auto-suspend Nov 29 09:12:12 (none) kernel: [ 334.011341] usb usb4: suspend_rh Nov 29 09:12:12 (none) kernel: [ 334.011373] hub 5-0:1.0: hub_suspend Nov 29 09:12:12 (none) kernel: [ 334.011390] usb usb5: bus auto-suspend Nov 29 09:12:12 (none) kernel: [ 334.011401] usb usb5: suspend_rh Nov 29 09:12:15 (none) kernel: [ 337.000314] hub 1-0:1.0: hub_suspend Nov 29 09:12:15 (none) kernel: [ 337.000344] usb usb1: bus auto-suspend Nov 29 09:12:15 (none) kernel: [ 337.000357] ehci_hcd 0000:00:1d.7: suspend root hub Nov 29 09:15:33 (none) kernel: [ 534.218560] usb usb1: usb auto-resume Nov 29 09:15:33 (none) kernel: [ 534.218579] ehci_hcd 0000:00:1d.7: resume root hub Nov 29 09:15:33 (none) kernel: [ 534.238285] hub 1-0:1.0: hub_resume Nov 29 09:15:33 (none) kernel: [ 534.238368] hub 1-0:1.0: port 8: status 0507 change 0000 Nov 29 09:15:33 (none) kernel: [ 534.238422] usb 1-8: usb resume Nov 29 09:15:33 (none) kernel: [ 534.238446] hub 1-0:1.0: state 7 ports 8 chg 0000 evt 0000 Nov 29 09:15:33 (none) kernel: [ 534.264386] ehci_hcd 0000:00:1d.7: GetStatus port 8 status 001005 POWER sig=se0 PE CONNECT Nov 29 09:15:33 (none) kernel: [ 534.275298] usb 1-8: finish resume Nov 29 09:15:33 (none) kernel: [ 534.275623] uvcvideo: Resuming interface 0 Nov 29 09:15:33 (none) kernel: [ 534.275694] ehci_hcd 0000:00:1d.7: reused qh f643d100 schedule Nov 29 09:15:33 (none) kernel: [ 534.275713] usb 1-8: link qh2-0001/f643d100 start 1 [1/0 us] Nov 29 09:15:33 (none) kernel: [ 534.275746] uvcvideo: Resuming interface 1 Nov 29 09:15:35 (none) kernel: [ 537.000158] uvcvideo: Suspending interface 0 Nov 29 09:15:35 (none) kernel: [ 537.000207] usb 1-8: unlink qh2-0001/f643d100 start 1 [1/0 us] Nov 29 09:15:35 (none) kernel: [ 537.000290] uvcvideo: Suspending interface 1 Nov 29 09:15:35 (none) kernel: [ 537.000320] usb 1-8: usb auto-suspend Nov 29 09:15:36 (none) kernel: [ 537.406356] Skipping EDID probe due to cached edid Nov 29 09:15:38 (none) kernel: [ 540.000299] hub 1-0:1.0: hub_suspend Nov 29 09:15:38 (none) kernel: [ 540.000329] usb usb1: bus auto-suspend Nov 29 09:15:38 (none) kernel: [ 540.000341] ehci_hcd 0000:00:1d.7: suspend root hub Nov 29 09:19:36 (none) kernel: [ 777.334594] usb usb1: usb auto-resume Nov 29 09:19:36 (none) kernel: [ 777.334613] ehci_hcd 0000:00:1d.7: resume root hub Nov 29 09:19:36 (none) kernel: [ 777.354285] hub 1-0:1.0: hub_resume Nov 29 09:19:36 (none) kernel: [ 777.354377] hub 1-0:1.0: port 8: status 0507 change 0000 Nov 29 09:19:36 (none) kernel: [ 777.354422] usb 1-8: usb resume Nov 29 09:19:36 (none) kernel: [ 777.354448] hub 1-0:1.0: state 7 ports 8 chg 0000 evt 0000 Nov 29 09:19:36 (none) kernel: [ 777.380423] ehci_hcd 0000:00:1d.7: GetStatus port 8 status 001005 POWER sig=se0 PE CONNECT Nov 29 09:19:36 (none) kernel: [ 777.391302] usb 1-8: finish resume Nov 29 09:19:36 (none) kernel: [ 777.391619] uvcvideo: Resuming interface 0 Nov 29 09:19:36 (none) kernel: [ 777.391689] ehci_hcd 0000:00:1d.7: reused qh f643d100 schedule Nov 29 09:19:36 (none) kernel: [ 777.391708] usb 1-8: link qh2-0001/f643d100 start 1 [1/0 us] Nov 29 09:19:36 (none) kernel: [ 777.391741] uvcvideo: Resuming interface 1 Nov 29 09:19:37 (none) kernel: [ 778.945074] Skipping EDID probe due to cached edid Nov 29 09:19:38 (none) kernel: [ 780.000149] uvcvideo: Suspending interface 0 Nov 29 09:19:38 (none) kernel: [ 780.000197] usb 1-8: unlink qh2-0001/f643d100 start 1 [1/0 us] Nov 29 09:19:38 (none) kernel: [ 780.000280] uvcvideo: Suspending interface 1 Nov 29 09:19:38 (none) kernel: [ 780.000311] usb 1-8: usb auto-suspend Nov 29 09:19:41 (none) kernel: [ 783.000297] hub 1-0:1.0: hub_suspend Nov 29 09:19:41 (none) kernel: [ 783.000327] usb usb1: bus auto-suspend Nov 29 09:19:41 (none) kernel: [ 783.000340] ehci_hcd 0000:00:1d.7: suspend root hub Nov 29 09:19:54 (none) kernel: [ 795.847446] wlan1: deauthenticated (Reason: 4) Nov 29 09:19:55 (none) kernel: [ 796.847306] wlan1: direct probe to AP 00:11:d8:97:de:c8 try 1 Nov 29 09:19:55 (none) kernel: [ 796.849759] wlan1 direct probe responded Nov 29 09:19:55 (none) kernel: [ 796.849777] wlan1: authenticate with AP 00:11:d8:97:de:c8 Nov 29 09:19:55 (none) kernel: [ 796.852163] wlan1: authenticated Nov 29 09:19:55 (none) kernel: [ 796.852179] wlan1: associate with AP 00:11:d8:97:de:c8 Nov 29 09:19:55 (none) kernel: [ 796.854511] wlan1: RX ReassocResp from 00:11:d8:97:de:c8 (capab=0x431 status=0 aid=2) Nov 29 09:19:55 (none) kernel: [ 796.854528] wlan1: associated