HW Toshiba a210-15j Issue introduced probably in 2.6.32-rc1 (not sure, sorry I can't bisect) log: boot [ 13.127054] uvcvideo: Found UVC 1.00 device Chicony USB 2.0 Camera (04f2:b008) [ 13.131173] usbcore: registered new interface driver uvcvideo skype [ 516.720073] uvcvideo: Failed to set UVC probe control : -110 (exp. 26). rmmod [ 1450.057307] usbcore: deregistering interface driver uvcvideo modprobe [ 1454.521978] uvcvideo: Found UVC 1.00 device Chicony USB 2.0 Camera (04f2:b008) [ 1454.522046] uvcvideo: UVC non compliance - GET_DEF(PROBE) not supported. Enabling workaround. [ 1454.522059] uvcvideo: Failed to query (129) UVC probe control : -108 (exp. 26). [ 1454.522069] uvcvideo: Failed to initialize the device (-5). [ 1454.522184] usbcore: registered new interface driver uvcvideo
Okey, I tried 2.6.31, and this problem appear too. Sometimes it works, but rarelly.
Created attachment 23444 [details] dmesg_2.6.31 Adding dmesg from 2.6.31
okey, self-compiled kernel with uvcvideo build-in looks okey (work fine), looks like it causing problems, only if is build as module.
I forgot - on 2.6.32-rc5
Adding UVC maintainer
On Wednesday 30 December 2009, okias wrote: > sometimes work for while, sometimes not. Still valid > > 2009/12/29 Rafael J. Wysocki <rjw@sisk.pl>: > > This message has been generated automatically as a part of a report > > of regressions introduced between 2.6.31 and 2.6.32. > > > > The following bug entry is on the current list of known regressions > > introduced between 2.6.31 and 2.6.32. Please verify if it still should > > be listed and let me know (either way). > > > > > > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=14406 > > Subject : uvcvideo stopped work on Toshiba > > Submitter : okias <d.okias@gmail.com> > > Date : 2009-10-14 19:08 (77 days old)
(In reply to comment #0) > HW Toshiba a210-15j > Issue introduced probably in 2.6.32-rc1 (not sure, sorry I can't bisect) > > log: > > boot > [ 13.127054] uvcvideo: Found UVC 1.00 device Chicony USB 2.0 Camera > (04f2:b008) > [ 13.131173] usbcore: registered new interface driver uvcvideo > skype > [ 516.720073] uvcvideo: Failed to set UVC probe control : -110 (exp. 26). > rmmod > [ 1450.057307] usbcore: deregistering interface driver uvcvideo > modprobe > [ 1454.521978] uvcvideo: Found UVC 1.00 device Chicony USB 2.0 Camera > (04f2:b008) > [ 1454.522046] uvcvideo: UVC non compliance - GET_DEF(PROBE) not supported. > Enabling workaround. > [ 1454.522059] uvcvideo: Failed to query (129) UVC probe control : -108 (exp. > 26). > [ 1454.522069] uvcvideo: Failed to initialize the device (-5). > [ 1454.522184] usbcore: registered new interface driver uvcvideo -108 is -ESHUTDOWN and means that your camera has become inaccessible (for instance due to a suspend or disconnect event). This sound like a USB core issue. Could you try the latest uvcvideo version (from http://linuxtv.org/hg/~pinchartl/uvcvideo) on both a "working" and "non-working" kernel version ?
This bug should be fixed in the 2.6.32.3 kernel by commit ee4ecb8ac63a5792bec448037d4b82ec4144f94b. Can you test it and close out the bug report if everything is okay?
I updated to 2.6.32.3 and I'm afraid problem didn't disappeared. It's worse, after camera try, stopped work USB ports until reboot. dmesg: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 2.6.32-02063203-generic (root@zinc) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #02063203 SMP Thu Jan 7 10:09:47 UTC 2010 [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-2.6.32-02063203-generic root=UUID=b9934e7d-8fc1-4b85-84f6-1a7b71339042 ro quiet splash [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009dc00 (usable) [ 0.000000] BIOS-e820: 000000000009dc00 - 00000000000a0000 (reserved) [ 0.000000] BIOS-e820: 00000000000d0000 - 0000000000100000 (reserved) [ 0.000000] BIOS-e820: 0000000000100000 - 0000000057e70000 (usable) [ 0.000000] BIOS-e820: 0000000057e70000 - 0000000057e82000 (ACPI data) [ 0.000000] BIOS-e820: 0000000057e82000 - 0000000057e84000 (ACPI NVS) [ 0.000000] BIOS-e820: 0000000057e84000 - 0000000060000000 (reserved) [ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved) [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved) [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved) [ 0.000000] BIOS-e820: 00000000fff00000 - 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 = 0x57e70 max_arch_pfn = 0x400000000 [ 0.000000] MTRR default type: uncachable [ 0.000000] MTRR fixed ranges enabled: [ 0.000000] 00000-9FFFF write-back [ 0.000000] A0000-BFFFF uncachable [ 0.000000] C0000-CFFFF write-protect [ 0.000000] D0000-DFFFF uncachable [ 0.000000] E0000-FFFFF write-protect [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 0000000000 mask FFC0000000 write-back [ 0.000000] 1 base 0040000000 mask FFE0000000 write-back [ 0.000000] 2 disabled [ 0.000000] 3 disabled [ 0.000000] 4 disabled [ 0.000000] 5 disabled [ 0.000000] 6 disabled [ 0.000000] 7 disabled [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] Scanning 0 areas for low memory corruption [ 0.000000] modified physical RAM map: [ 0.000000] modified: 0000000000000000 - 0000000000010000 (reserved) [ 0.000000] modified: 0000000000010000 - 000000000009dc00 (usable) [ 0.000000] modified: 000000000009dc00 - 00000000000a0000 (reserved) [ 0.000000] modified: 00000000000d0000 - 0000000000100000 (reserved) [ 0.000000] modified: 0000000000100000 - 0000000057e70000 (usable) [ 0.000000] modified: 0000000057e70000 - 0000000057e82000 (ACPI data) [ 0.000000] modified: 0000000057e82000 - 0000000057e84000 (ACPI NVS) [ 0.000000] modified: 0000000057e84000 - 0000000060000000 (reserved) [ 0.000000] modified: 00000000e0000000 - 00000000f0000000 (reserved) [ 0.000000] modified: 00000000fec00000 - 00000000fec10000 (reserved) [ 0.000000] modified: 00000000fee00000 - 00000000fee01000 (reserved) [ 0.000000] modified: 00000000fff00000 - 0000000100000000 (reserved) [ 0.000000] initial memory mapped : 0 - 20000000 [ 0.000000] init_memory_mapping: 0000000000000000-0000000057e70000 [ 0.000000] 0000000000 - 0057e00000 page 2M [ 0.000000] 0057e00000 - 0057e70000 page 4k [ 0.000000] kernel direct mapping tables up to 57e70000 @ 10000-14000 [ 0.000000] RAMDISK: 37948000 - 37fef2cf [ 0.000000] ACPI: RSDP 00000000000f82f0 00024 (v02 TOSINV) [ 0.000000] ACPI: XSDT 0000000057e7a3ae 00054 (v01 TOSINV TOSINV00 06040000 INV 00000000) [ 0.000000] ACPI: FACP 0000000057e81a8c 000F4 (v03 ATI Herring 06040000 ATI 000F4240) [ 0.000000] ACPI: DSDT 0000000057e7a402 0768A (v01 TOSINV SB600 06040000 MSFT 0100000E) [ 0.000000] ACPI: FACS 0000000057e83fc0 00040 [ 0.000000] ACPI: SSDT 0000000057e81bf4 001CE (v01 PTLTD POWERNOW 06040000 LTP 00000001) [ 0.000000] ACPI: APIC 0000000057e81dc2 00054 (v01 TOSINV ? APIC 06040000 INV 00000000) [ 0.000000] ACPI: SLIC 0000000057e81e16 00176 (v01 TOSINV TOSINV00 06040000 INV 00000000) [ 0.000000] ACPI: MCFG 0000000057e81f8c 0003C (v01 TOSINV MCFG 06040000 INV 00000000) [ 0.000000] ACPI: HPET 0000000057e81fc8 00038 (v01 PTLTD HPETTBL 06040000 LTP 00000001) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] Scanning NUMA topology in Northbridge 24 [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at 0000000000000000-0000000057e70000 [ 0.000000] Bootmem setup node 0 0000000000000000-0000000057e70000 [ 0.000000] NODE_DATA [0000000000012000 - 0000000000016fff] [ 0.000000] bootmap [0000000000017000 - 0000000000021fcf] pages b [ 0.000000] (7 early reservations) ==> bootmem [0000000000 - 0057e70000] [ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000] [ 0.000000] #1 [0000006000 - 0000008000] TRAMPOLINE ==> [0000006000 - 0000008000] [ 0.000000] #2 [0001000000 - 0001a2d744] TEXT DATA BSS ==> [0001000000 - 0001a2d744] [ 0.000000] #3 [0037948000 - 0037fef2cf] RAMDISK ==> [0037948000 - 0037fef2cf] [ 0.000000] #4 [000009dc00 - 0000100000] BIOS reserved ==> [000009dc00 - 0000100000] [ 0.000000] #5 [0001a2e000 - 0001a2e10c] BRK ==> [0001a2e000 - 0001a2e10c] [ 0.000000] #6 [0000010000 - 0000012000] PGTABLE ==> [0000010000 - 0000012000] [ 0.000000] found SMP MP-table at [ffff8800000f83b0] f83b0 [ 0.000000] [ffffea0000000000-ffffea00013fffff] PMD -> [ffff880002000000-ffff8800033fffff] on node 0 [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000010 -> 0x00001000 [ 0.000000] DMA32 0x00001000 -> 0x00100000 [ 0.000000] Normal 0x00100000 -> 0x00100000 [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[2] active PFN ranges [ 0.000000] 0: 0x00000010 -> 0x0000009d [ 0.000000] 0: 0x00000100 -> 0x00057e70 [ 0.000000] On node 0 totalpages: 359933 [ 0.000000] DMA zone: 56 pages used for memmap [ 0.000000] DMA zone: 103 pages reserved [ 0.000000] DMA zone: 3822 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 4867 pages used for memmap [ 0.000000] DMA32 zone: 351085 pages, LIFO batch:31 [ 0.000000] Detected use of extended apic ids on hypertransport bus [ 0.000000] ACPI: PM-Timer IO Port: 0x8008 [ 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[0x02] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 2, version 33, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: IRQ9 used by override. [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] ACPI: HPET id: 0x43538301 base: 0xfed00000 [ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] nr_irqs_gsi: 24 [ 0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000 [ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000 [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000d0000 [ 0.000000] PM: Registered nosave memory: 00000000000d0000 - 0000000000100000 [ 0.000000] Allocating PCI resources starting at 60000000 (gap: 60000000:80000000) [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 30 pages/cpu @ffff880001c00000 s91288 r8192 d23400 u1048576 [ 0.000000] pcpu-alloc: s91288 r8192 d23400 u1048576 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 0 1 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 354907 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.32-02063203-generic root=UUID=b9934e7d-8fc1-4b85-84f6-1a7b71339042 ro quiet splash [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Initializing CPU#0 [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Node 0: aperture @ 2ee000000 size 32 MB [ 0.000000] Aperture beyond 4GB. Ignoring. [ 0.000000] Memory: 1401604k/1440192k available (5354k kernel code, 460k absent, 38128k reserved, 3193k data, 728k init) [ 0.000000] SLUB: Genslabs=14, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] NR_IRQS:4352 nr_irqs:424 [ 0.000000] spurious 8259A interrupt: IRQ7. [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] allocated 14417920 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] hpet clockevent registered [ 0.000000] HPET: 4 timers in total, 0 timers will be used for per-cpu timer [ 0.000000] Fast TSC calibration using PIT [ 0.000000] Detected 1795.714 MHz processor. [ 0.020007] Calibrating delay loop (skipped), value calculated using timer frequency.. 3591.42 BogoMIPS (lpj=17957140) [ 0.020044] Security Framework initialized [ 0.020053] SELinux: Disabled at boot. [ 0.020287] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.022201] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.023005] Mount-cache hash table entries: 256 [ 0.023194] Initializing cgroup subsys ns [ 0.023198] Initializing cgroup subsys cpuacct [ 0.023203] Initializing cgroup subsys memory [ 0.023214] Initializing cgroup subsys freezer [ 0.023217] Initializing cgroup subsys net_cls [ 0.023242] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.023245] CPU: L2 Cache: 256K (64 bytes/line) [ 0.023248] CPU 0/0x0 -> Node 0 [ 0.023250] tseg: 0057f00000 [ 0.023252] CPU: Physical Processor ID: 0 [ 0.023254] CPU: Processor Core ID: 0 [ 0.023257] mce: CPU supports 5 MCE banks [ 0.023269] using C1E aware idle routine [ 0.023272] Performance Events: AMD PMU driver. [ 0.023277] ... version: 0 [ 0.023279] ... bit width: 48 [ 0.023281] ... generic registers: 4 [ 0.023283] ... value mask: 0000ffffffffffff [ 0.023285] ... max period: 00007fffffffffff [ 0.023287] ... fixed-purpose events: 0 [ 0.023289] ... event mask: 000000000000000f [ 0.025342] ACPI: Core revision 20090903 [ 0.050008] Setting APIC routing to flat [ 0.050334] ..TIMER: vector=0x30 apic1=0 pin1=0 apic2=-1 pin2=-1 [ 0.060000] ..MP-BIOS bug: 8254 timer not connected to IO-APIC [ 0.060000] ...trying to set up timer (IRQ0) through the 8259A ... [ 0.060000] ..... (found apic 0 pin 0) ... [ 0.160421] ....... works. [ 0.160422] CPU0: AMD Athlon(tm) 64 X2 Dual-Core Processor TK-55 stepping 01 [ 0.170000] Booting processor 1 APIC 0x1 ip 0x6000 [ 0.030000] Initializing CPU#1 [ 0.030000] Calibrating delay using timer specific routine.. 3591.45 BogoMIPS (lpj=17957251) [ 0.030000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.030000] CPU: L2 Cache: 256K (64 bytes/line) [ 0.030000] CPU 1/0x1 -> Node 0 [ 0.030000] CPU: Physical Processor ID: 0 [ 0.030000] CPU: Processor Core ID: 1 [ 0.030000] System has AMD C1E enabled [ 0.030000] Switch to broadcast mode on CPU1 [ 0.320102] CPU1: AMD Athlon(tm) 64 X2 Dual-Core Processor TK-55 stepping 01 [ 0.320124] Brought up 2 CPUs [ 0.320127] Total of 2 processors activated (7182.87 BogoMIPS). [ 0.320304] CPU0 attaching sched-domain: [ 0.320307] domain 0: span 0-1 level MC [ 0.320310] groups: 0 1 [ 0.320316] CPU1 attaching sched-domain: [ 0.320318] domain 0: span 0-1 level MC [ 0.320320] groups: 1 0 [ 0.320910] regulator: core version 0.5 [ 0.320943] Time: 15:40:18 Date: 01/11/10 [ 0.321006] NET: Registered protocol family 16 [ 0.321158] node 0 link 0: io port [1000, fffff] [ 0.321162] TOM: 0000000060000000 aka 1536M [ 0.321165] node 0 link 0: mmio [f8100000, ffffffff] [ 0.321169] node 0 link 0: mmio [f8000000, f80fffff] [ 0.321172] node 0 link 0: mmio [f8000000, f7ffffff] [ 0.321175] node 0 link 0: mmio [f0000000, f7ffffff] [ 0.321178] node 0 link 0: mmio [a0000, bffff] [ 0.321181] node 0 link 0: mmio [f0000000, efffffff] [ 0.321184] node 0 link 0: mmio [e0000000, efffffff] [ 0.321187] node 0 link 0: mmio [60000000, dfffffff] [ 0.321191] bus: [00,ff] on node 0 link 0 [ 0.321193] bus: 00 index 0 io port: [0, ffff] [ 0.321196] bus: 00 index 1 mmio: [60000000, fcffffffff] [ 0.321199] bus: 00 index 2 mmio: [a0000, bffff] [ 0.321207] ACPI: bus type pci registered [ 0.321295] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 24 [ 0.321299] PCI: MCFG area at e0000000 reserved in E820 [ 0.322152] PCI: Using MMCONFIG at e0000000 - e18fffff [ 0.322154] PCI: Using configuration type 1 for base access [ 0.323269] bio: create slab <bio-0> at 0 [ 0.324108] ACPI: EC: Look up EC in DSDT [ 0.330097] ACPI: BIOS _OSI(Linux) query ignored [ 0.347336] Switch to broadcast mode on CPU0 [ 0.500065] ACPI: Interpreter enabled [ 0.500070] ACPI: (supports S0 S3 S4 S5) [ 0.500097] ACPI: Using IOAPIC for interrupt routing [ 0.630484] ACPI: EC: GPE = 0x7, I/O: command/status = 0x66, data = 0x62 [ 0.630553] ACPI: Power Resource [PFA1] (off) [ 0.630801] ACPI: No dock devices found. [ 0.632592] ACPI: PCI Root Bridge [PCI0] (0000:00) [ 0.632729] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold [ 0.632733] pci 0000:00:04.0: PME# disabled [ 0.632770] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold [ 0.632773] pci 0000:00:05.0: PME# disabled [ 0.632809] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold [ 0.632812] pci 0000:00:06.0: PME# disabled [ 0.632870] pci 0000:00:12.0: reg 10 io port: [0x8440-0x8447] [ 0.632878] pci 0000:00:12.0: reg 14 io port: [0x8434-0x8437] [ 0.632886] pci 0000:00:12.0: reg 18 io port: [0x8438-0x843f] [ 0.632894] pci 0000:00:12.0: reg 1c io port: [0x8430-0x8433] [ 0.632901] pci 0000:00:12.0: reg 20 io port: [0x8400-0x840f] [ 0.632910] pci 0000:00:12.0: reg 24 32bit mmio: [0xf8609000-0xf86093ff] [ 0.632930] pci 0000:00:12.0: set SATA to AHCI mode [ 0.632973] pci 0000:00:13.0: reg 10 32bit mmio: [0xf8604000-0xf8604fff] [ 0.633034] pci 0000:00:13.1: reg 10 32bit mmio: [0xf8605000-0xf8605fff] [ 0.633094] pci 0000:00:13.2: reg 10 32bit mmio: [0xf8606000-0xf8606fff] [ 0.633155] pci 0000:00:13.3: reg 10 32bit mmio: [0xf8607000-0xf8607fff] [ 0.633215] pci 0000:00:13.4: reg 10 32bit mmio: [0xf8608000-0xf8608fff] [ 0.633295] pci 0000:00:13.5: reg 10 32bit mmio: [0xf8609400-0xf86094ff] [ 0.633352] pci 0000:00:13.5: supports D1 D2 [ 0.633355] pci 0000:00:13.5: PME# supported from D0 D1 D2 D3hot [ 0.633360] pci 0000:00:13.5: PME# disabled [ 0.633409] pci 0000:00:14.0: reg 10 io port: [0x8410-0x841f] [ 0.633484] pci 0000:00:14.1: reg 10 io port: [0x1f0-0x1f7] [ 0.633492] pci 0000:00:14.1: reg 14 io port: [0x3f4-0x3f7] [ 0.633500] pci 0000:00:14.1: reg 18 io port: [0x00-0x07] [ 0.633507] pci 0000:00:14.1: reg 1c io port: [0x00-0x03] [ 0.633515] pci 0000:00:14.1: reg 20 io port: [0x8420-0x842f] [ 0.633575] pci 0000:00:14.2: reg 10 64bit mmio: [0xf8600000-0xf8603fff] [ 0.633621] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold [ 0.633626] pci 0000:00:14.2: PME# disabled [ 0.633838] pci 0000:01:05.0: reg 10 64bit mmio pref: [0xf0000000-0xf7ffffff] [ 0.633845] pci 0000:01:05.0: reg 18 64bit mmio: [0xf8100000-0xf810ffff] [ 0.633850] pci 0000:01:05.0: reg 20 io port: [0x9000-0x90ff] [ 0.633855] pci 0000:01:05.0: reg 24 32bit mmio: [0xf8000000-0xf80fffff] [ 0.633867] pci 0000:01:05.0: supports D1 D2 [ 0.633888] pci 0000:00:01.0: bridge io port: [0x9000-0x9fff] [ 0.633892] pci 0000:00:01.0: bridge 32bit mmio: [0xf8000000-0xf81fffff] [ 0.633897] pci 0000:00:01.0: bridge 64bit mmio pref: [0xf0000000-0xf7ffffff] [ 0.633951] pci 0000:00:04.0: bridge io port: [0x00-0xfff] [ 0.633955] pci 0000:00:04.0: bridge 32bit mmio: [0x000000-0x0fffff] [ 0.634005] pci 0000:08:00.0: reg 10 io port: [0xa000-0xa0ff] [ 0.634024] pci 0000:08:00.0: reg 18 64bit mmio: [0xf8200000-0xf8200fff] [ 0.634043] pci 0000:08:00.0: reg 30 32bit mmio pref: [0x000000-0x01ffff] [ 0.634082] pci 0000:08:00.0: supports D1 D2 [ 0.634085] pci 0000:08:00.0: PME# supported from D1 D2 D3hot D3cold [ 0.634090] pci 0000:08:00.0: PME# disabled [ 0.634157] pci 0000:00:05.0: bridge io port: [0xa000-0xafff] [ 0.634160] pci 0000:00:05.0: bridge 32bit mmio: [0xf8200000-0xf82fffff] [ 0.634213] pci 0000:00:06.0: bridge io port: [0x00-0xfff] [ 0.634217] pci 0000:00:06.0: bridge 32bit mmio: [0x000000-0x0fffff] [ 0.634275] pci 0000:14:06.0: reg 10 32bit mmio: [0xf8300000-0xf83007ff] [ 0.634339] pci 0000:14:06.0: supports D1 D2 [ 0.634342] pci 0000:14:06.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.634347] pci 0000:14:06.0: PME# disabled [ 0.634394] pci 0000:14:06.1: reg 10 32bit mmio: [0xf8300800-0xf83008ff] [ 0.634458] pci 0000:14:06.1: supports D1 D2 [ 0.634460] pci 0000:14:06.1: PME# supported from D0 D1 D2 D3hot D3cold [ 0.634466] pci 0000:14:06.1: PME# disabled [ 0.634512] pci 0000:14:06.2: reg 10 32bit mmio: [0xf8300c00-0xf8300cff] [ 0.634576] pci 0000:14:06.2: supports D1 D2 [ 0.634578] pci 0000:14:06.2: PME# supported from D0 D1 D2 D3hot D3cold [ 0.634584] pci 0000:14:06.2: PME# disabled [ 0.634630] pci 0000:14:06.3: reg 10 32bit mmio: [0xf8301000-0xf83010ff] [ 0.634694] pci 0000:14:06.3: supports D1 D2 [ 0.634696] pci 0000:14:06.3: PME# supported from D0 D1 D2 D3hot D3cold [ 0.634702] pci 0000:14:06.3: PME# disabled [ 0.634761] pci 0000:00:14.4: transparent bridge [ 0.634768] pci 0000:00:14.4: bridge 32bit mmio: [0xf8300000-0xf83fffff] [ 0.634790] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] [ 0.634939] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB4_._PRT] [ 0.635021] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB5_._PRT] [ 0.635101] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB6_._PRT] [ 0.635184] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BB4_._PRT] [ 0.635270] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BB5_._PRT] [ 0.635395] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT] [ 0.635462] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT] [ 0.643652] ACPI: PCI Interrupt Link [LNKA] (IRQs 10 11) *0, disabled. [ 0.643787] ACPI: PCI Interrupt Link [LNKB] (IRQs 10 11) *0, disabled. [ 0.643921] ACPI: PCI Interrupt Link [LNKC] (IRQs 10 11) *0, disabled. [ 0.644053] ACPI: PCI Interrupt Link [LNKD] (IRQs 10 11) *0, disabled. [ 0.644185] ACPI: PCI Interrupt Link [LNKE] (IRQs 10 11) *0, disabled. [ 0.644317] ACPI: PCI Interrupt Link [LNKF] (IRQs 10 11) *0, disabled. [ 0.644448] ACPI: PCI Interrupt Link [LNKG] (IRQs 10 11) *0, disabled. [ 0.644581] ACPI: PCI Interrupt Link [LNKH] (IRQs 10 11) *0, disabled. [ 0.644726] vgaarb: device added: PCI:0000:01:05.0,decodes=io+mem,owns=io+mem,locks=none [ 0.644733] vgaarb: loaded [ 0.644874] SCSI subsystem initialized [ 0.644993] libata version 3.00 loaded. [ 0.645093] usbcore: registered new interface driver usbfs [ 0.645108] usbcore: registered new interface driver hub [ 0.645140] usbcore: registered new device driver usb [ 0.645326] ACPI: WMI: Mapper loaded [ 0.645328] PCI: Using ACPI for IRQ routing [ 0.645336] pci 0000:00:04.0: BAR 13: can't allocate resource [ 0.645338] pci 0000:00:04.0: BAR 14: can't allocate resource [ 0.645342] pci 0000:00:06.0: BAR 13: can't allocate resource [ 0.645344] pci 0000:00:06.0: BAR 14: can't allocate resource [ 0.645578] Bluetooth: Core ver 2.15 [ 0.645626] NET: Registered protocol family 31 [ 0.645629] Bluetooth: HCI device and connection manager initialized [ 0.645632] Bluetooth: HCI socket layer initialized [ 0.645635] NetLabel: Initializing [ 0.645637] NetLabel: domain hash size = 128 [ 0.645638] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.645655] NetLabel: unlabeled traffic allowed by default [ 0.645702] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0 [ 0.645708] hpet0: 4 comparators, 32-bit 14.318180 MHz counter [ 0.660005] Switching to clocksource hpet [ 0.662202] pnp: PnP ACPI init [ 0.662234] ACPI: bus type pnp registered [ 0.669703] pnp: PnP ACPI: found 11 devices [ 0.669708] ACPI: ACPI bus type pnp unregistered [ 0.669724] system 00:01: iomem range 0xfec00000-0xfec00fff could not be reserved [ 0.669728] system 00:01: iomem range 0xfee00000-0xfee00fff has been reserved [ 0.669738] system 00:08: ioport range 0x1080-0x1080 has been reserved [ 0.669742] system 00:08: ioport range 0x220-0x22f has been reserved [ 0.669745] system 00:08: ioport range 0x40b-0x40b has been reserved [ 0.669749] system 00:08: ioport range 0x4d0-0x4d1 has been reserved [ 0.669752] system 00:08: ioport range 0x4d6-0x4d6 has been reserved [ 0.669756] system 00:08: ioport range 0x530-0x537 has been reserved [ 0.669759] system 00:08: ioport range 0xc00-0xc01 has been reserved [ 0.669763] system 00:08: ioport range 0xc14-0xc14 has been reserved [ 0.669766] system 00:08: ioport range 0xc50-0xc52 has been reserved [ 0.669770] system 00:08: ioport range 0xc6c-0xc6c has been reserved [ 0.669774] system 00:08: ioport range 0xc6f-0xc6f has been reserved [ 0.669777] system 00:08: ioport range 0xcd0-0xcd1 has been reserved [ 0.669781] system 00:08: ioport range 0xcd2-0xcd3 has been reserved [ 0.669784] system 00:08: ioport range 0xcd4-0xcd5 has been reserved [ 0.669788] system 00:08: ioport range 0xcd6-0xcd7 has been reserved [ 0.669791] system 00:08: ioport range 0xcd8-0xcdf has been reserved [ 0.669796] system 00:08: ioport range 0xfe00-0xfe00 has been reserved [ 0.669799] system 00:08: ioport range 0x8000-0x805f has been reserved [ 0.669803] system 00:08: ioport range 0xf40-0xf47 has been reserved [ 0.669807] system 00:08: ioport range 0x87f-0x87f has been reserved [ 0.669814] system 00:09: iomem range 0xe0000-0xfffff could not be reserved [ 0.669818] system 00:09: iomem range 0xff800000-0xff80ffff has been reserved [ 0.669821] system 00:09: iomem range 0xfff00000-0xffffffff has been reserved [ 0.674641] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01 [ 0.674645] pci 0000:00:01.0: IO window: 0x9000-0x9fff [ 0.674649] pci 0000:00:01.0: MEM window: 0xf8000000-0xf81fffff [ 0.674653] pci 0000:00:01.0: PREFETCH window: 0x000000f0000000-0x000000f7ffffff [ 0.674658] pci 0000:00:04.0: PCI bridge, secondary bus 0000:02 [ 0.674661] pci 0000:00:04.0: IO window: 0x2000-0x2fff [ 0.674665] pci 0000:00:04.0: MEM window: 0x60000000-0x601fffff [ 0.674669] pci 0000:00:04.0: PREFETCH window: 0x00000060200000-0x000000603fffff [ 0.674675] pci 0000:00:05.0: PCI bridge, secondary bus 0000:08 [ 0.674678] pci 0000:00:05.0: IO window: 0xa000-0xafff [ 0.674681] pci 0000:00:05.0: MEM window: 0xf8200000-0xf82fffff [ 0.674685] pci 0000:00:05.0: PREFETCH window: 0x60400000-0x604fffff [ 0.674688] pci 0000:00:06.0: PCI bridge, secondary bus 0000:0e [ 0.674691] pci 0000:00:06.0: IO window: 0x3000-0x3fff [ 0.674695] pci 0000:00:06.0: MEM window: 0x60500000-0x606fffff [ 0.674700] pci 0000:00:06.0: PREFETCH window: 0x00000060700000-0x000000608fffff [ 0.674706] pci 0000:00:14.4: PCI bridge, secondary bus 0000:14 [ 0.674708] pci 0000:00:14.4: IO window: disabled [ 0.674717] pci 0000:00:14.4: MEM window: 0xf8300000-0xf83fffff [ 0.674722] pci 0000:00:14.4: PREFETCH window: disabled [ 0.674735] pci 0000:00:04.0: enabling device (0000 -> 0003) [ 0.674739] pci 0000:00:04.0: setting latency timer to 64 [ 0.674746] pci 0000:00:05.0: setting latency timer to 64 [ 0.674751] pci 0000:00:06.0: enabling device (0000 -> 0003) [ 0.674756] pci 0000:00:06.0: setting latency timer to 64 [ 0.674765] pci_bus 0000:00: resource 0 io: [0x00-0xffff] [ 0.674768] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff] [ 0.674772] pci_bus 0000:01: resource 0 io: [0x9000-0x9fff] [ 0.674775] pci_bus 0000:01: resource 1 mem: [0xf8000000-0xf81fffff] [ 0.674778] pci_bus 0000:01: resource 2 pref mem [0xf0000000-0xf7ffffff] [ 0.674781] pci_bus 0000:02: resource 0 io: [0x2000-0x2fff] [ 0.674784] pci_bus 0000:02: resource 1 mem: [0x60000000-0x601fffff] [ 0.674787] pci_bus 0000:02: resource 2 pref mem [0x60200000-0x603fffff] [ 0.674790] pci_bus 0000:08: resource 0 io: [0xa000-0xafff] [ 0.674793] pci_bus 0000:08: resource 1 mem: [0xf8200000-0xf82fffff] [ 0.674796] pci_bus 0000:08: resource 2 pref mem [0x60400000-0x604fffff] [ 0.674799] pci_bus 0000:0e: resource 0 io: [0x3000-0x3fff] [ 0.674802] pci_bus 0000:0e: resource 1 mem: [0x60500000-0x606fffff] [ 0.674805] pci_bus 0000:0e: resource 2 pref mem [0x60700000-0x608fffff] [ 0.674809] pci_bus 0000:14: resource 1 mem: [0xf8300000-0xf83fffff] [ 0.674812] pci_bus 0000:14: resource 3 io: [0x00-0xffff] [ 0.674815] pci_bus 0000:14: resource 4 mem: [0x000000-0xffffffffffffffff] [ 0.674869] NET: Registered protocol family 2 [ 0.675034] IP route cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.676072] TCP established hash table entries: 262144 (order: 10, 4194304 bytes) [ 0.679333] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) [ 0.680222] TCP: Hash tables configured (established 262144 bind 65536) [ 0.680227] TCP reno registered [ 0.680356] NET: Registered protocol family 1 [ 0.680476] pci 0000:01:05.0: Boot video device [ 0.680553] Trying to unpack rootfs image as initramfs... [ 0.882079] Freeing initrd memory: 6812k freed [ 0.887844] Scanning for low memory corruption every 60 seconds [ 0.888030] audit: initializing netlink socket (disabled) [ 0.888048] type=2000 audit(1263224417.882:1): initialized [ 0.899982] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.901933] VFS: Disk quotas dquot_6.5.2 [ 0.902021] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.902811] fuse init (API version 7.13) [ 0.902929] msgmni has been set to 2750 [ 0.903262] alg: No test for stdrng (krng) [ 0.903275] io scheduler noop registered [ 0.903278] io scheduler anticipatory registered [ 0.903280] io scheduler deadline registered [ 0.903356] io scheduler cfq registered (default) [ 0.903591] alloc irq_desc for 24 on node 0 [ 0.903594] alloc kstat_irqs on node 0 [ 0.903604] pcieport 0000:00:04.0: irq 24 for MSI/MSI-X [ 0.903610] pcieport 0000:00:04.0: setting latency timer to 64 [ 0.903750] alloc irq_desc for 25 on node 0 [ 0.903752] alloc kstat_irqs on node 0 [ 0.903758] pcieport 0000:00:05.0: irq 25 for MSI/MSI-X [ 0.903763] pcieport 0000:00:05.0: setting latency timer to 64 [ 0.903882] alloc irq_desc for 26 on node 0 [ 0.903885] alloc kstat_irqs on node 0 [ 0.903891] pcieport 0000:00:06.0: irq 26 for MSI/MSI-X [ 0.903896] pcieport 0000:00:06.0: setting latency timer to 64 [ 0.903996] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.904091] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.905202] ACPI: AC Adapter [ADP0] (on-line) [ 0.905283] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 [ 0.905288] ACPI: Power Button [PWRB] [ 0.905362] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1 [ 0.906218] ACPI: Lid Switch [LID] [ 0.906282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2 [ 0.906285] ACPI: Power Button [PWRF] [ 0.906427] fan PNP0C0B:00: registered as cooling_device0 [ 0.906434] ACPI: Fan [FAN1] (off) [ 0.906713] ACPI: processor limited to max C-state 1 [ 0.906741] processor LNXCPU:00: registered as cooling_device1 [ 0.906794] processor LNXCPU:01: registered as cooling_device2 [ 0.932162] thermal LNXTHERM:01: registered as thermal_zone0 [ 0.932174] ACPI: Thermal Zone [TZCR] (59 C) [ 0.934125] Linux agpgart interface v0.103 [ 0.934133] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.935750] brd: module loaded [ 0.936395] loop: module loaded [ 0.936522] input: Macintosh mouse button emulation as /devices/virtual/input/input3 [ 0.941603] ahci 0000:00:12.0: version 3.0 [ 0.941626] alloc irq_desc for 22 on node 0 [ 0.941628] alloc kstat_irqs on node 0 [ 0.941638] ahci 0000:00:12.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22 [ 0.941676] ahci 0000:00:12.0: controller can't do 64bit DMA, forcing 32bit [ 0.941777] ahci 0000:00:12.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode [ 0.941782] ahci 0000:00:12.0: flags: ncq sntf ilck pm led clo pmp pio slum part ccc [ 0.949151] scsi0 : ahci [ 0.949307] ACPI: Battery Slot [BAT0] (battery present) [ 0.949338] scsi1 : ahci [ 0.949414] scsi2 : ahci [ 0.949491] scsi3 : ahci [ 0.949656] ata1: SATA max UDMA/133 abar m1024@0xf8609000 port 0xf8609100 irq 22 [ 0.949661] ata2: SATA max UDMA/133 abar m1024@0xf8609000 port 0xf8609180 irq 22 [ 0.949665] ata3: SATA max UDMA/133 abar m1024@0xf8609000 port 0xf8609200 irq 22 [ 0.949670] ata4: SATA max UDMA/133 abar m1024@0xf8609000 port 0xf8609280 irq 22 [ 0.950160] alloc irq_desc for 16 on node 0 [ 0.950163] alloc kstat_irqs on node 0 [ 0.950172] pata_atiixp 0000:00:14.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 0.950217] pata_atiixp 0000:00:14.1: setting latency timer to 64 [ 0.950353] scsi4 : pata_atiixp [ 0.950486] scsi5 : pata_atiixp [ 0.951491] ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x8420 irq 14 [ 0.951494] ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x8428 irq 15 [ 0.952398] Fixed MDIO Bus: probed [ 0.952446] PPP generic driver version 2.4.2 [ 0.952584] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.952824] ehci_hcd 0000:00:13.5: power state changed by ACPI to D0 [ 0.952839] alloc irq_desc for 19 on node 0 [ 0.952842] alloc kstat_irqs on node 0 [ 0.952851] ehci_hcd 0000:00:13.5: PCI INT D -> GSI 19 (level, low) -> IRQ 19 [ 0.952876] ehci_hcd 0000:00:13.5: EHCI Host Controller [ 0.952945] ehci_hcd 0000:00:13.5: new USB bus registered, assigned bus number 1 [ 0.952985] ehci_hcd 0000:00:13.5: applying AMD SB600/SB700 USB freeze workaround [ 0.953001] ehci_hcd 0000:00:13.5: debug port 1 [ 0.953032] ehci_hcd 0000:00:13.5: irq 19, io mem 0xf8609400 [ 0.970047] ehci_hcd 0000:00:13.5: USB 2.0 started, EHCI 1.00 [ 0.970151] usb usb1: configuration #1 chosen from 1 choice [ 0.970193] hub 1-0:1.0: USB hub found [ 0.970203] hub 1-0:1.0: 10 ports detected [ 0.970331] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.970404] ohci_hcd 0000:00:13.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 0.970430] ohci_hcd 0000:00:13.0: OHCI Host Controller [ 0.970483] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 2 [ 0.970525] ohci_hcd 0000:00:13.0: irq 16, io mem 0xf8604000 [ 1.030132] usb usb2: configuration #1 chosen from 1 choice [ 1.030170] hub 2-0:1.0: USB hub found [ 1.030186] hub 2-0:1.0: 2 ports detected [ 1.030308] alloc irq_desc for 17 on node 0 [ 1.030311] alloc kstat_irqs on node 0 [ 1.030319] ohci_hcd 0000:00:13.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17 [ 1.030338] ohci_hcd 0000:00:13.1: OHCI Host Controller [ 1.030401] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 3 [ 1.030438] ohci_hcd 0000:00:13.1: irq 17, io mem 0xf8605000 [ 1.090136] usb usb3: configuration #1 chosen from 1 choice [ 1.090171] hub 3-0:1.0: USB hub found [ 1.090187] hub 3-0:1.0: 2 ports detected [ 1.090310] alloc irq_desc for 18 on node 0 [ 1.090313] alloc kstat_irqs on node 0 [ 1.090320] ohci_hcd 0000:00:13.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18 [ 1.090341] ohci_hcd 0000:00:13.2: OHCI Host Controller [ 1.090390] ohci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 4 [ 1.090425] ohci_hcd 0000:00:13.2: irq 18, io mem 0xf8606000 [ 1.130542] ata5.00: ATAPI: TSSTcorp CDDVDW TS-L632H, TO01, max UDMA/33 [ 1.150312] usb usb4: configuration #1 chosen from 1 choice [ 1.150347] hub 4-0:1.0: USB hub found [ 1.150363] hub 4-0:1.0: 2 ports detected [ 1.150496] ohci_hcd 0000:00:13.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17 [ 1.150520] ohci_hcd 0000:00:13.3: OHCI Host Controller [ 1.150576] ohci_hcd 0000:00:13.3: new USB bus registered, assigned bus number 5 [ 1.150602] ohci_hcd 0000:00:13.3: irq 17, io mem 0xf8607000 [ 1.170528] ata5.00: configured for UDMA/33 [ 1.210148] usb usb5: configuration #1 chosen from 1 choice [ 1.210184] hub 5-0:1.0: USB hub found [ 1.210199] hub 5-0:1.0: 2 ports detected [ 1.210333] ohci_hcd 0000:00:13.4: PCI INT C -> GSI 18 (level, low) -> IRQ 18 [ 1.210357] ohci_hcd 0000:00:13.4: OHCI Host Controller [ 1.210410] ohci_hcd 0000:00:13.4: new USB bus registered, assigned bus number 6 [ 1.210436] ohci_hcd 0000:00:13.4: irq 18, io mem 0xf8608000 [ 1.270139] usb usb6: configuration #1 chosen from 1 choice [ 1.270174] hub 6-0:1.0: USB hub found [ 1.270188] hub 6-0:1.0: 2 ports detected [ 1.270270] uhci_hcd: USB Universal Host Controller Interface driver [ 1.270428] PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12 [ 1.273943] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.273951] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.274093] mice: PS/2 mouse device common for all mice [ 1.274217] Driver 'rtc_cmos' needs updating - please use bus_type methods [ 1.274259] rtc_cmos 00:04: RTC can wake from S4 [ 1.274313] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0 [ 1.274345] rtc0: alarms up to one month, 114 bytes nvram, hpet irqs [ 1.274525] device-mapper: uevent: version 1.0.3 [ 1.274668] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com [ 1.274766] device-mapper: multipath: version 1.1.0 loaded [ 1.274770] device-mapper: multipath round-robin: version 1.0.0 loaded [ 1.274993] cpuidle: using governor ladder [ 1.274996] cpuidle: using governor menu [ 1.275536] TCP cubic registered [ 1.275718] NET: Registered protocol family 10 [ 1.276333] lo: Disabled Privacy Extensions [ 1.276729] NET: Registered protocol family 17 [ 1.276760] Bluetooth: L2CAP ver 2.14 [ 1.276762] Bluetooth: L2CAP socket layer initialized [ 1.276769] Bluetooth: SCO (Voice Link) ver 0.6 [ 1.276771] Bluetooth: SCO socket layer initialized [ 1.276845] Bluetooth: RFCOMM TTY layer initialized [ 1.276849] Bluetooth: RFCOMM socket layer initialized [ 1.276851] Bluetooth: RFCOMM ver 1.11 [ 1.276885] powernow-k8: Found 1 AMD Athlon(tm) 64 X2 Dual-Core Processor TK-55 processors (2 cpu cores) (version 2.20.00) [ 1.276940] powernow-k8: 0 : fid 0xa (1800 MHz), vid 0x13 [ 1.276943] powernow-k8: 1 : fid 0x8 (1600 MHz), vid 0x14 [ 1.276946] powernow-k8: 2 : fid 0x0 (800 MHz), vid 0x1a [ 1.277101] PM: Resume from disk failed. [ 1.277116] registered taskstats version 1 [ 1.277532] Magic number: 10:517:689 [ 1.277649] rtc_cmos 00:04: setting system clock to 2010-01-11 15:40:19 UTC (1263224419) [ 1.277653] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.277655] EDD information not available. [ 1.290095] usb 1-6: new high speed USB device using ehci_hcd and address 2 [ 1.290132] ata2: SATA link down (SStatus 0 SControl 300) [ 1.290173] ata3: SATA link down (SStatus 0 SControl 300) [ 1.295788] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4 [ 1.300052] ata4: SATA link down (SStatus 0 SControl 300) [ 1.455202] usb 1-6: configuration #1 chosen from 1 choice [ 1.580041] usb 1-8: new high speed USB device using ehci_hcd and address 3 [ 1.590034] ata1: softreset failed (device not ready) [ 1.590076] ata1: applying SB600 PMP SRST workaround and retrying [ 1.744483] usb 1-8: configuration #1 chosen from 1 choice [ 1.770047] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 2.121699] ata1.00: ATA-7: TOSHIBA MK1237GSX, DL130M, max UDMA/100 [ 2.121703] ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 31/32), AA [ 2.121723] ata1.00: SB600 AHCI: limiting to 255 sectors per cmd [ 2.122726] ata1.00: SB600 AHCI: limiting to 255 sectors per cmd [ 2.122730] ata1.00: configured for UDMA/100 [ 2.140166] scsi 0:0:0:0: Direct-Access ATA TOSHIBA MK1237GS DL13 PQ: 0 ANSI: 5 [ 2.140337] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 2.140455] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB) [ 2.140515] sd 0:0:0:0: [sda] Write Protect is off [ 2.140519] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 2.140549] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.140719] sda: [ 2.144527] scsi 4:0:0:0: CD-ROM TSSTcorp CDDVDW TS-L632H TO01 PQ: 0 ANSI: 5 [ 2.159180] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray [ 2.159184] Uniform CD-ROM driver Revision: 3.20 [ 2.159307] sr 4:0:0:0: Attached scsi CD-ROM sr0 [ 2.159373] sr 4:0:0:0: Attached scsi generic sg1 type 5 [ 2.169032] sda1 sda2 sda3 sda4 [ 2.179094] sd 0:0:0:0: [sda] Attached SCSI disk [ 2.310150] Freeing unused kernel memory: 728k freed [ 2.310655] Write protecting the kernel read-only data: 7788k [ 2.671228] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded [ 2.671259] r8169 0000:08:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 [ 2.671314] r8169 0000:08:00.0: setting latency timer to 64 [ 2.671365] alloc irq_desc for 27 on node 0 [ 2.671368] alloc kstat_irqs on node 0 [ 2.671383] r8169 0000:08:00.0: irq 27 for MSI/MSI-X [ 2.672180] eth0: RTL8101e at 0xffffc90000328000, 00:a0:d1:84:f0:e3, XID 94200000 IRQ 27 [ 2.718824] alloc irq_desc for 20 on node 0 [ 2.718829] alloc kstat_irqs on node 0 [ 2.718839] ohci1394 0000:14:06.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20 [ 2.782143] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[20] MMIO=[f8300000-f83007ff] Max Packet=[2048] IR/IT contexts=[4/4] [ 3.177180] PM: Starting manual resume from disk [ 3.177186] PM: Resume from partition 8:3 [ 3.177188] PM: Checking hibernation image. [ 3.177543] PM: Error -22 checking image file [ 3.177548] PM: Resume from disk failed. [ 3.220834] EXT4-fs (sda2): mounted filesystem with ordered data mode [ 4.100407] ieee1394: Host added: ID:BUS[0-00:1023] GUID[00080da0d184f0e3] [ 5.417961] Adding 1951888k swap on /dev/sda3. Priority:-1 extents:1 across:1951888k [ 6.103495] EXT4-fs (sda4): mounted filesystem with ordered data mode [ 7.606824] udev: starting version 147 [ 9.103245] lp: driver loaded but no devices found [ 9.176112] Linux video capture interface: v2.00 [ 9.213006] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 9.237358] uvcvideo: Found UVC 1.00 device Chicony USB 2.0 Camera (04f2:b008) [ 9.240709] input: Chicony USB 2.0 Camera as /devices/pci0000:00/0000:00:13.5/usb1/1-8/1-8:1.0/input/input5 [ 9.240815] usbcore: registered new interface driver uvcvideo [ 9.240863] USB Video Class driver (v0.1.0) [ 9.290272] sdhci: Secure Digital Host Controller Interface driver [ 9.290276] sdhci: Copyright(c) Pierre Ossman [ 9.315463] sdhci-pci 0000:14:06.1: SDHCI controller found [1180:0822] (rev 22) [ 9.315489] alloc irq_desc for 21 on node 0 [ 9.315492] alloc kstat_irqs on node 0 [ 9.315502] sdhci-pci 0000:14:06.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21 [ 9.316802] sdhci-pci 0000:14:06.1: Will use DMA mode even though HW doesn't fully claim to support it. [ 9.316811] sdhci-pci 0000:14:06.1: setting latency timer to 64 [ 9.317953] Registered led device: mmc0:: [ 9.319042] mmc0: SDHCI controller on PCI [0000:14:06.1] using DMA [ 9.335662] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141 [ 9.347399] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0x8410, revision 0 [ 9.377142] EDAC MC: Ver: 2.1.0 Jan 7 2010 [ 9.378307] acpi device:1e: registered as cooling_device3 [ 9.378886] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c/LNXVIDEO:00/input/input6 [ 9.379036] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no) [ 9.404726] EDAC amd64_edac: Ver: 3.2.0 Jan 7 2010 [ 9.404850] EDAC amd64: This node reports that Memory ECC is currently disabled, set F3x44[22] (0000:00:18.3). [ 9.404861] EDAC amd64: WARNING: ECC is disabled by BIOS. Module will NOT be loaded. [ 9.404862] Either Enable ECC in the BIOS, or set 'ecc_enable_override'. [ 9.404864] Also, use of the override can cause unknown side effects. [ 9.405126] amd64_edac: probe of 0000:00:18.2 failed with error -22 [ 9.485273] cfg80211: Calling CRDA to update world regulatory domain [ 9.522487] Synaptics Touchpad, model: 1, fw: 6.3, id: 0x9280b1, caps: 0xa04713/0x204000 [ 9.556792] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7 [ 9.597703] ip_tables: (C) 2000-2006 Netfilter Core Team [ 10.330324] phy0: Selected rate control algorithm 'minstrel' [ 10.331244] phy0: hwaddr 00:c0:a8:ff:54:49, RTL8187BvE V0 + rtl8225z2, rfkill mask 2 [ 10.352706] rtl8187: Customer ID is 0x04 [ 10.352777] Registered led device: rtl8187-phy0::tx [ 10.352803] Registered led device: rtl8187-phy0::rx [ 10.353684] rtl8187: wireless switch is on [ 10.353749] usbcore: registered new interface driver rtl8187 [ 10.872099] cfg80211: World regulatory domain updated: [ 10.872105] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 10.872109] (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 10.872112] (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 10.872115] (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 10.872118] (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 10.872121] (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 11.543450] HDA Intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 12.041570] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/input/input8 [ 13.271337] r8169: eth0: link down [ 13.271897] ADDRCONF(NETDEV_UP): eth0: link is not ready [ 15.353335] pci 0000:01:05.0: power state changed by ACPI to D0 [ 15.353349] pci 0000:01:05.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18 [ 15.448014] [drm] Initialized drm 1.1.0 20060810 [ 15.739947] [drm] radeon kernel modesetting enabled. [ 15.744470] [drm] radeon: Initializing kernel modesetting. [ 15.744507] [drm] register mmio base: 0xF8100000 [ 15.744509] [drm] register mmio size: 65536 [ 15.745235] ATOM BIOS: ATI [ 15.745446] [drm] GPU reset succeed (RBBM_STATUS=0x10000140) [ 15.745469] [drm] radeon: VRAM 128M [ 15.745471] [drm] radeon: VRAM from 0x00000000 to 0x07FFFFFF [ 15.745473] [drm] radeon: GTT 512M [ 15.745475] [drm] radeon: GTT from 0x20000000 to 0x3FFFFFFF [ 15.745526] alloc irq_desc for 28 on node 0 [ 15.745529] alloc kstat_irqs on node 0 [ 15.745540] radeon 0000:01:05.0: irq 28 for MSI/MSI-X [ 15.745570] [drm] radeon: irq initialized. [ 15.745738] [drm] Detected VRAM RAM=128M, BAR=128M [ 15.745744] [drm] RAM width 128bits DDR [ 15.747519] [TTM] Zone kernel: Available graphics memory: 704574 kiB. [ 15.747547] [drm] radeon: 128M of VRAM memory ready [ 15.747550] [drm] radeon: 512M of GTT memory ready. [ 15.747574] [drm] GART: num cpu pages 131072, num gpu pages 131072 [ 15.752448] [drm] radeon: 1 quad pipes, 1 z pipes initialized. [ 15.754304] [drm] radeon: cp idle (0x10000C03) [ 15.754369] [drm] Loading RS690/RS740 Microcode [ 15.754374] platform radeon_cp.0: firmware: requesting radeon/RS690_cp.bin [ 16.094759] [drm] radeon: ring at 0x0000000020000000 [ 16.094782] [drm] ring test succeeded in 1 usecs [ 16.094977] [drm] radeon: ib pool ready. [ 16.095076] [drm] ib test succeeded in 0 usecs [ 16.095311] [drm] Radeon Display Connectors [ 16.095313] [drm] Connector 0: [ 16.095315] [drm] VGA [ 16.095318] [drm] DDC: 0x7e50 0x7e40 0x7e54 0x7e44 0x7e58 0x7e48 0x7e5c 0x7e4c [ 16.095321] [drm] Encoders: [ 16.095322] [drm] CRT1: INTERNAL_KLDSCP_DAC1 [ 16.095325] [drm] Connector 1: [ 16.095326] [drm] LVDS [ 16.095329] [drm] DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c [ 16.095331] [drm] Encoders: [ 16.095333] [drm] LCD1: INTERNAL_LVTM1 [ 16.095335] [drm] Connector 2: [ 16.095336] [drm] S-video [ 16.095337] [drm] Encoders: [ 16.095339] [drm] TV1: INTERNAL_KLDSCP_DAC1 [ 16.659213] [drm] fb mappable at 0xF0040000 [ 16.659217] [drm] vram apper at 0xF0000000 [ 16.659219] [drm] size 4096000 [ 16.659221] [drm] fb depth is 24 [ 16.659223] [drm] pitch is 5120 [ 16.659320] fb0: radeondrmfb frame buffer device [ 16.659322] registered panic notifier [ 16.659329] [drm] Initialized radeon 2.0.0 20080528 for 0000:01:05.0 on minor 0 [ 16.714699] Console: switching to colour frame buffer device 160x50 [ 17.273060] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 21.165842] vboxdrv: Trying to deactivate the NMI watchdog permanently... [ 21.165848] vboxdrv: Successfully done. [ 21.165851] vboxdrv: Found 2 processor cores. [ 21.165923] VBoxDrv: dbg - g_abExecMemory=ffffffffa03982a0 [ 21.165945] vboxdrv: fAsync=1 offMin=0x6aead offMax=0x6aead [ 21.166027] vboxdrv: TSC mode is 'asynchronous', kernel timer mode is 'normal'. [ 21.166030] vboxdrv: Successfully loaded version 3.1.2 (interface 0x00100001). [ 22.756991] ppdev: user-space parallel port driver [ 83.605169] CPUFREQ: Per core ondemand sysfs interface is deprecated - up_threshold [ 84.021913] Clocksource tsc unstable (delta = -178434156 ns) [ 123.202377] ehci_hcd 0000:00:13.5: force halt; handhake ffffc90000352424 00004000 00000000 -> -110 [ 127.012685] rtl8187: wireless radio switch turned off [ 228.394531] usbcore: deregistering interface driver uvcvideo [ 233.295241] uvcvideo: Found UVC 1.00 device Chicony USB 2.0 Camera (04f2:b008) [ 233.295306] uvcvideo: UVC non compliance - GET_DEF(PROBE) not supported. Enabling workaround. [ 233.295319] uvcvideo: Failed to query (129) UVC probe control : -108 (exp. 26). [ 233.295328] uvcvideo: Failed to initialize the device (-5). [ 233.295426] usbcore: registered new interface driver uvcvideo [ 233.295703] USB Video Class driver (v0.1.0)
bonus: when is USB flash/mp3 connected errors (first time worked camera, second time none + errors). After that, everything conneced to USB fail to work (webcam, usb flash, wifi rtl8187 etc.) [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 2.6.32-02063203-generic (root@zinc) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #02063203 SMP Thu Jan 7 10:09:47 UTC 2010 [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-2.6.32-02063203-generic root=UUID=b9934e7d-8fc1-4b85-84f6-1a7b71339042 ro quiet splash [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009dc00 (usable) [ 0.000000] BIOS-e820: 000000000009dc00 - 00000000000a0000 (reserved) [ 0.000000] BIOS-e820: 00000000000d0000 - 0000000000100000 (reserved) [ 0.000000] BIOS-e820: 0000000000100000 - 0000000057e70000 (usable) [ 0.000000] BIOS-e820: 0000000057e70000 - 0000000057e82000 (ACPI data) [ 0.000000] BIOS-e820: 0000000057e82000 - 0000000057e84000 (ACPI NVS) [ 0.000000] BIOS-e820: 0000000057e84000 - 0000000060000000 (reserved) [ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved) [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved) [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved) [ 0.000000] BIOS-e820: 00000000fff00000 - 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 = 0x57e70 max_arch_pfn = 0x400000000 [ 0.000000] MTRR default type: uncachable [ 0.000000] MTRR fixed ranges enabled: [ 0.000000] 00000-9FFFF write-back [ 0.000000] A0000-BFFFF uncachable [ 0.000000] C0000-CFFFF write-protect [ 0.000000] D0000-DFFFF uncachable [ 0.000000] E0000-FFFFF write-protect [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 0000000000 mask FFC0000000 write-back [ 0.000000] 1 base 0040000000 mask FFE0000000 write-back [ 0.000000] 2 disabled [ 0.000000] 3 disabled [ 0.000000] 4 disabled [ 0.000000] 5 disabled [ 0.000000] 6 disabled [ 0.000000] 7 disabled [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] Scanning 0 areas for low memory corruption [ 0.000000] modified physical RAM map: [ 0.000000] modified: 0000000000000000 - 0000000000010000 (reserved) [ 0.000000] modified: 0000000000010000 - 000000000009dc00 (usable) [ 0.000000] modified: 000000000009dc00 - 00000000000a0000 (reserved) [ 0.000000] modified: 00000000000d0000 - 0000000000100000 (reserved) [ 0.000000] modified: 0000000000100000 - 0000000057e70000 (usable) [ 0.000000] modified: 0000000057e70000 - 0000000057e82000 (ACPI data) [ 0.000000] modified: 0000000057e82000 - 0000000057e84000 (ACPI NVS) [ 0.000000] modified: 0000000057e84000 - 0000000060000000 (reserved) [ 0.000000] modified: 00000000e0000000 - 00000000f0000000 (reserved) [ 0.000000] modified: 00000000fec00000 - 00000000fec10000 (reserved) [ 0.000000] modified: 00000000fee00000 - 00000000fee01000 (reserved) [ 0.000000] modified: 00000000fff00000 - 0000000100000000 (reserved) [ 0.000000] initial memory mapped : 0 - 20000000 [ 0.000000] init_memory_mapping: 0000000000000000-0000000057e70000 [ 0.000000] 0000000000 - 0057e00000 page 2M [ 0.000000] 0057e00000 - 0057e70000 page 4k [ 0.000000] kernel direct mapping tables up to 57e70000 @ 10000-14000 [ 0.000000] RAMDISK: 37948000 - 37fef2cf [ 0.000000] ACPI: RSDP 00000000000f82f0 00024 (v02 TOSINV) [ 0.000000] ACPI: XSDT 0000000057e7a3ae 00054 (v01 TOSINV TOSINV00 06040000 INV 00000000) [ 0.000000] ACPI: FACP 0000000057e81a8c 000F4 (v03 ATI Herring 06040000 ATI 000F4240) [ 0.000000] ACPI: DSDT 0000000057e7a402 0768A (v01 TOSINV SB600 06040000 MSFT 0100000E) [ 0.000000] ACPI: FACS 0000000057e83fc0 00040 [ 0.000000] ACPI: SSDT 0000000057e81bf4 001CE (v01 PTLTD POWERNOW 06040000 LTP 00000001) [ 0.000000] ACPI: APIC 0000000057e81dc2 00054 (v01 TOSINV ? APIC 06040000 INV 00000000) [ 0.000000] ACPI: SLIC 0000000057e81e16 00176 (v01 TOSINV TOSINV00 06040000 INV 00000000) [ 0.000000] ACPI: MCFG 0000000057e81f8c 0003C (v01 TOSINV MCFG 06040000 INV 00000000) [ 0.000000] ACPI: HPET 0000000057e81fc8 00038 (v01 PTLTD HPETTBL 06040000 LTP 00000001) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] Scanning NUMA topology in Northbridge 24 [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at 0000000000000000-0000000057e70000 [ 0.000000] Bootmem setup node 0 0000000000000000-0000000057e70000 [ 0.000000] NODE_DATA [0000000000012000 - 0000000000016fff] [ 0.000000] bootmap [0000000000017000 - 0000000000021fcf] pages b [ 0.000000] (7 early reservations) ==> bootmem [0000000000 - 0057e70000] [ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000] [ 0.000000] #1 [0000006000 - 0000008000] TRAMPOLINE ==> [0000006000 - 0000008000] [ 0.000000] #2 [0001000000 - 0001a2d744] TEXT DATA BSS ==> [0001000000 - 0001a2d744] [ 0.000000] #3 [0037948000 - 0037fef2cf] RAMDISK ==> [0037948000 - 0037fef2cf] [ 0.000000] #4 [000009dc00 - 0000100000] BIOS reserved ==> [000009dc00 - 0000100000] [ 0.000000] #5 [0001a2e000 - 0001a2e10c] BRK ==> [0001a2e000 - 0001a2e10c] [ 0.000000] #6 [0000010000 - 0000012000] PGTABLE ==> [0000010000 - 0000012000] [ 0.000000] found SMP MP-table at [ffff8800000f83b0] f83b0 [ 0.000000] [ffffea0000000000-ffffea00013fffff] PMD -> [ffff880002000000-ffff8800033fffff] on node 0 [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000010 -> 0x00001000 [ 0.000000] DMA32 0x00001000 -> 0x00100000 [ 0.000000] Normal 0x00100000 -> 0x00100000 [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[2] active PFN ranges [ 0.000000] 0: 0x00000010 -> 0x0000009d [ 0.000000] 0: 0x00000100 -> 0x00057e70 [ 0.000000] On node 0 totalpages: 359933 [ 0.000000] DMA zone: 56 pages used for memmap [ 0.000000] DMA zone: 103 pages reserved [ 0.000000] DMA zone: 3822 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 4867 pages used for memmap [ 0.000000] DMA32 zone: 351085 pages, LIFO batch:31 [ 0.000000] Detected use of extended apic ids on hypertransport bus [ 0.000000] ACPI: PM-Timer IO Port: 0x8008 [ 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[0x02] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 2, version 33, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: IRQ9 used by override. [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] ACPI: HPET id: 0x43538301 base: 0xfed00000 [ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] nr_irqs_gsi: 24 [ 0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000 [ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000 [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000d0000 [ 0.000000] PM: Registered nosave memory: 00000000000d0000 - 0000000000100000 [ 0.000000] Allocating PCI resources starting at 60000000 (gap: 60000000:80000000) [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 30 pages/cpu @ffff880001c00000 s91288 r8192 d23400 u1048576 [ 0.000000] pcpu-alloc: s91288 r8192 d23400 u1048576 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 0 1 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 354907 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.32-02063203-generic root=UUID=b9934e7d-8fc1-4b85-84f6-1a7b71339042 ro quiet splash [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Initializing CPU#0 [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Node 0: aperture @ 2ee000000 size 32 MB [ 0.000000] Aperture beyond 4GB. Ignoring. [ 0.000000] Memory: 1401604k/1440192k available (5354k kernel code, 460k absent, 38128k reserved, 3193k data, 728k init) [ 0.000000] SLUB: Genslabs=14, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] NR_IRQS:4352 nr_irqs:424 [ 0.000000] spurious 8259A interrupt: IRQ7. [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] allocated 14417920 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] hpet clockevent registered [ 0.000000] HPET: 4 timers in total, 0 timers will be used for per-cpu timer [ 0.000000] Fast TSC calibration using PIT [ 0.000000] Detected 1795.492 MHz processor. [ 0.020006] Calibrating delay loop (skipped), value calculated using timer frequency.. 3590.98 BogoMIPS (lpj=17954920) [ 0.020041] Security Framework initialized [ 0.020049] SELinux: Disabled at boot. [ 0.020279] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.021972] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.022777] Mount-cache hash table entries: 256 [ 0.022966] Initializing cgroup subsys ns [ 0.022970] Initializing cgroup subsys cpuacct [ 0.022974] Initializing cgroup subsys memory [ 0.022985] Initializing cgroup subsys freezer [ 0.022988] Initializing cgroup subsys net_cls [ 0.023012] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.023015] CPU: L2 Cache: 256K (64 bytes/line) [ 0.023018] CPU 0/0x0 -> Node 0 [ 0.023020] tseg: 0057f00000 [ 0.023023] CPU: Physical Processor ID: 0 [ 0.023024] CPU: Processor Core ID: 0 [ 0.023028] mce: CPU supports 5 MCE banks [ 0.023041] using C1E aware idle routine [ 0.023044] Performance Events: AMD PMU driver. [ 0.023049] ... version: 0 [ 0.023051] ... bit width: 48 [ 0.023052] ... generic registers: 4 [ 0.023054] ... value mask: 0000ffffffffffff [ 0.023056] ... max period: 00007fffffffffff [ 0.023058] ... fixed-purpose events: 0 [ 0.023060] ... event mask: 000000000000000f [ 0.025115] ACPI: Core revision 20090903 [ 0.040089] Setting APIC routing to flat [ 0.040415] ..TIMER: vector=0x30 apic1=0 pin1=0 apic2=-1 pin2=-1 [ 0.050000] ..MP-BIOS bug: 8254 timer not connected to IO-APIC [ 0.050000] ...trying to set up timer (IRQ0) through the 8259A ... [ 0.050000] ..... (found apic 0 pin 0) ... [ 0.150626] ....... works. [ 0.150628] CPU0: AMD Athlon(tm) 64 X2 Dual-Core Processor TK-55 stepping 01 [ 0.160000] Booting processor 1 APIC 0x1 ip 0x6000 [ 0.030000] Initializing CPU#1 [ 0.030000] Calibrating delay using timer specific routine.. 3591.41 BogoMIPS (lpj=17957077) [ 0.030000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.030000] CPU: L2 Cache: 256K (64 bytes/line) [ 0.030000] CPU 1/0x1 -> Node 0 [ 0.030000] CPU: Physical Processor ID: 0 [ 0.030000] CPU: Processor Core ID: 1 [ 0.030000] System has AMD C1E enabled [ 0.030000] Switch to broadcast mode on CPU1 [ 0.310099] CPU1: AMD Athlon(tm) 64 X2 Dual-Core Processor TK-55 stepping 01 [ 0.310122] Brought up 2 CPUs [ 0.310124] Total of 2 processors activated (7182.39 BogoMIPS). [ 0.310300] CPU0 attaching sched-domain: [ 0.310304] domain 0: span 0-1 level MC [ 0.310306] groups: 0 1 [ 0.310313] CPU1 attaching sched-domain: [ 0.310315] domain 0: span 0-1 level MC [ 0.310317] groups: 1 0 [ 0.310907] regulator: core version 0.5 [ 0.310939] Time: 15:55:39 Date: 01/11/10 [ 0.311002] NET: Registered protocol family 16 [ 0.311154] node 0 link 0: io port [1000, fffff] [ 0.311158] TOM: 0000000060000000 aka 1536M [ 0.311162] node 0 link 0: mmio [f8100000, ffffffff] [ 0.311165] node 0 link 0: mmio [f8000000, f80fffff] [ 0.311168] node 0 link 0: mmio [f8000000, f7ffffff] [ 0.311171] node 0 link 0: mmio [f0000000, f7ffffff] [ 0.311174] node 0 link 0: mmio [a0000, bffff] [ 0.311177] node 0 link 0: mmio [f0000000, efffffff] [ 0.311181] node 0 link 0: mmio [e0000000, efffffff] [ 0.311184] node 0 link 0: mmio [60000000, dfffffff] [ 0.311187] bus: [00,ff] on node 0 link 0 [ 0.311189] bus: 00 index 0 io port: [0, ffff] [ 0.311192] bus: 00 index 1 mmio: [60000000, fcffffffff] [ 0.311195] bus: 00 index 2 mmio: [a0000, bffff] [ 0.311203] ACPI: bus type pci registered [ 0.311292] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 24 [ 0.311295] PCI: MCFG area at e0000000 reserved in E820 [ 0.312149] PCI: Using MMCONFIG at e0000000 - e18fffff [ 0.312151] PCI: Using configuration type 1 for base access [ 0.313267] bio: create slab <bio-0> at 0 [ 0.314104] ACPI: EC: Look up EC in DSDT [ 0.320095] ACPI: BIOS _OSI(Linux) query ignored [ 0.337307] Switch to broadcast mode on CPU0 [ 0.490064] ACPI: Interpreter enabled [ 0.490070] ACPI: (supports S0 S3 S4 S5) [ 0.490096] ACPI: Using IOAPIC for interrupt routing [ 0.620480] ACPI: EC: GPE = 0x7, I/O: command/status = 0x66, data = 0x62 [ 0.620549] ACPI: Power Resource [PFA1] (off) [ 0.620795] ACPI: No dock devices found. [ 0.622549] ACPI: PCI Root Bridge [PCI0] (0000:00) [ 0.622688] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold [ 0.622692] pci 0000:00:04.0: PME# disabled [ 0.622728] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold [ 0.622732] pci 0000:00:05.0: PME# disabled [ 0.622768] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold [ 0.622771] pci 0000:00:06.0: PME# disabled [ 0.622829] pci 0000:00:12.0: reg 10 io port: [0x8440-0x8447] [ 0.622837] pci 0000:00:12.0: reg 14 io port: [0x8434-0x8437] [ 0.622845] pci 0000:00:12.0: reg 18 io port: [0x8438-0x843f] [ 0.622853] pci 0000:00:12.0: reg 1c io port: [0x8430-0x8433] [ 0.622860] pci 0000:00:12.0: reg 20 io port: [0x8400-0x840f] [ 0.622869] pci 0000:00:12.0: reg 24 32bit mmio: [0xf8609000-0xf86093ff] [ 0.622889] pci 0000:00:12.0: set SATA to AHCI mode [ 0.622932] pci 0000:00:13.0: reg 10 32bit mmio: [0xf8604000-0xf8604fff] [ 0.622993] pci 0000:00:13.1: reg 10 32bit mmio: [0xf8605000-0xf8605fff] [ 0.623054] pci 0000:00:13.2: reg 10 32bit mmio: [0xf8606000-0xf8606fff] [ 0.623115] pci 0000:00:13.3: reg 10 32bit mmio: [0xf8607000-0xf8607fff] [ 0.623175] pci 0000:00:13.4: reg 10 32bit mmio: [0xf8608000-0xf8608fff] [ 0.623255] pci 0000:00:13.5: reg 10 32bit mmio: [0xf8609400-0xf86094ff] [ 0.623312] pci 0000:00:13.5: supports D1 D2 [ 0.623315] pci 0000:00:13.5: PME# supported from D0 D1 D2 D3hot [ 0.623320] pci 0000:00:13.5: PME# disabled [ 0.623369] pci 0000:00:14.0: reg 10 io port: [0x8410-0x841f] [ 0.623444] pci 0000:00:14.1: reg 10 io port: [0x1f0-0x1f7] [ 0.623452] pci 0000:00:14.1: reg 14 io port: [0x3f4-0x3f7] [ 0.623459] pci 0000:00:14.1: reg 18 io port: [0x00-0x07] [ 0.623467] pci 0000:00:14.1: reg 1c io port: [0x00-0x03] [ 0.623475] pci 0000:00:14.1: reg 20 io port: [0x8420-0x842f] [ 0.623534] pci 0000:00:14.2: reg 10 64bit mmio: [0xf8600000-0xf8603fff] [ 0.623581] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold [ 0.623586] pci 0000:00:14.2: PME# disabled [ 0.623797] pci 0000:01:05.0: reg 10 64bit mmio pref: [0xf0000000-0xf7ffffff] [ 0.623805] pci 0000:01:05.0: reg 18 64bit mmio: [0xf8100000-0xf810ffff] [ 0.623809] pci 0000:01:05.0: reg 20 io port: [0x9000-0x90ff] [ 0.623815] pci 0000:01:05.0: reg 24 32bit mmio: [0xf8000000-0xf80fffff] [ 0.623827] pci 0000:01:05.0: supports D1 D2 [ 0.623847] pci 0000:00:01.0: bridge io port: [0x9000-0x9fff] [ 0.623851] pci 0000:00:01.0: bridge 32bit mmio: [0xf8000000-0xf81fffff] [ 0.623856] pci 0000:00:01.0: bridge 64bit mmio pref: [0xf0000000-0xf7ffffff] [ 0.623911] pci 0000:00:04.0: bridge io port: [0x00-0xfff] [ 0.623915] pci 0000:00:04.0: bridge 32bit mmio: [0x000000-0x0fffff] [ 0.623965] pci 0000:08:00.0: reg 10 io port: [0xa000-0xa0ff] [ 0.623984] pci 0000:08:00.0: reg 18 64bit mmio: [0xf8200000-0xf8200fff] [ 0.624003] pci 0000:08:00.0: reg 30 32bit mmio pref: [0x000000-0x01ffff] [ 0.624042] pci 0000:08:00.0: supports D1 D2 [ 0.624044] pci 0000:08:00.0: PME# supported from D1 D2 D3hot D3cold [ 0.624049] pci 0000:08:00.0: PME# disabled [ 0.624116] pci 0000:00:05.0: bridge io port: [0xa000-0xafff] [ 0.624120] pci 0000:00:05.0: bridge 32bit mmio: [0xf8200000-0xf82fffff] [ 0.624173] pci 0000:00:06.0: bridge io port: [0x00-0xfff] [ 0.624176] pci 0000:00:06.0: bridge 32bit mmio: [0x000000-0x0fffff] [ 0.624235] pci 0000:14:06.0: reg 10 32bit mmio: [0xf8300000-0xf83007ff] [ 0.624300] pci 0000:14:06.0: supports D1 D2 [ 0.624302] pci 0000:14:06.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.624308] pci 0000:14:06.0: PME# disabled [ 0.624354] pci 0000:14:06.1: reg 10 32bit mmio: [0xf8300800-0xf83008ff] [ 0.624419] pci 0000:14:06.1: supports D1 D2 [ 0.624421] pci 0000:14:06.1: PME# supported from D0 D1 D2 D3hot D3cold [ 0.624427] pci 0000:14:06.1: PME# disabled [ 0.624473] pci 0000:14:06.2: reg 10 32bit mmio: [0xf8300c00-0xf8300cff] [ 0.624537] pci 0000:14:06.2: supports D1 D2 [ 0.624540] pci 0000:14:06.2: PME# supported from D0 D1 D2 D3hot D3cold [ 0.624545] pci 0000:14:06.2: PME# disabled [ 0.624592] pci 0000:14:06.3: reg 10 32bit mmio: [0xf8301000-0xf83010ff] [ 0.624656] pci 0000:14:06.3: supports D1 D2 [ 0.624659] pci 0000:14:06.3: PME# supported from D0 D1 D2 D3hot D3cold [ 0.624664] pci 0000:14:06.3: PME# disabled [ 0.624724] pci 0000:00:14.4: transparent bridge [ 0.624731] pci 0000:00:14.4: bridge 32bit mmio: [0xf8300000-0xf83fffff] [ 0.624753] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] [ 0.624901] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB4_._PRT] [ 0.624983] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB5_._PRT] [ 0.625064] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB6_._PRT] [ 0.625147] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BB4_._PRT] [ 0.625233] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BB5_._PRT] [ 0.625358] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT] [ 0.625424] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT] [ 0.633605] ACPI: PCI Interrupt Link [LNKA] (IRQs 10 11) *0, disabled. [ 0.633739] ACPI: PCI Interrupt Link [LNKB] (IRQs 10 11) *0, disabled. [ 0.633871] ACPI: PCI Interrupt Link [LNKC] (IRQs 10 11) *0, disabled. [ 0.634003] ACPI: PCI Interrupt Link [LNKD] (IRQs 10 11) *0, disabled. [ 0.634135] ACPI: PCI Interrupt Link [LNKE] (IRQs 10 11) *0, disabled. [ 0.634265] ACPI: PCI Interrupt Link [LNKF] (IRQs 10 11) *0, disabled. [ 0.634397] ACPI: PCI Interrupt Link [LNKG] (IRQs 10 11) *0, disabled. [ 0.634529] ACPI: PCI Interrupt Link [LNKH] (IRQs 10 11) *0, disabled. [ 0.634672] vgaarb: device added: PCI:0000:01:05.0,decodes=io+mem,owns=io+mem,locks=none [ 0.634678] vgaarb: loaded [ 0.634821] SCSI subsystem initialized [ 0.634939] libata version 3.00 loaded. [ 0.635039] usbcore: registered new interface driver usbfs [ 0.635053] usbcore: registered new interface driver hub [ 0.635085] usbcore: registered new device driver usb [ 0.635272] ACPI: WMI: Mapper loaded [ 0.635274] PCI: Using ACPI for IRQ routing [ 0.635282] pci 0000:00:04.0: BAR 13: can't allocate resource [ 0.635284] pci 0000:00:04.0: BAR 14: can't allocate resource [ 0.635288] pci 0000:00:06.0: BAR 13: can't allocate resource [ 0.635290] pci 0000:00:06.0: BAR 14: can't allocate resource [ 0.635524] Bluetooth: Core ver 2.15 [ 0.635573] NET: Registered protocol family 31 [ 0.635575] Bluetooth: HCI device and connection manager initialized [ 0.635579] Bluetooth: HCI socket layer initialized [ 0.635581] NetLabel: Initializing [ 0.635583] NetLabel: domain hash size = 128 [ 0.635585] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.635602] NetLabel: unlabeled traffic allowed by default [ 0.635649] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0 [ 0.635655] hpet0: 4 comparators, 32-bit 14.318180 MHz counter [ 0.650004] Switching to clocksource hpet [ 0.652199] pnp: PnP ACPI init [ 0.652232] ACPI: bus type pnp registered [ 0.659717] pnp: PnP ACPI: found 11 devices [ 0.659722] ACPI: ACPI bus type pnp unregistered [ 0.659738] system 00:01: iomem range 0xfec00000-0xfec00fff could not be reserved [ 0.659742] system 00:01: iomem range 0xfee00000-0xfee00fff has been reserved [ 0.659752] system 00:08: ioport range 0x1080-0x1080 has been reserved [ 0.659756] system 00:08: ioport range 0x220-0x22f has been reserved [ 0.659759] system 00:08: ioport range 0x40b-0x40b has been reserved [ 0.659763] system 00:08: ioport range 0x4d0-0x4d1 has been reserved [ 0.659766] system 00:08: ioport range 0x4d6-0x4d6 has been reserved [ 0.659770] system 00:08: ioport range 0x530-0x537 has been reserved [ 0.659773] system 00:08: ioport range 0xc00-0xc01 has been reserved [ 0.659777] system 00:08: ioport range 0xc14-0xc14 has been reserved [ 0.659780] system 00:08: ioport range 0xc50-0xc52 has been reserved [ 0.659784] system 00:08: ioport range 0xc6c-0xc6c has been reserved [ 0.659787] system 00:08: ioport range 0xc6f-0xc6f has been reserved [ 0.659791] system 00:08: ioport range 0xcd0-0xcd1 has been reserved [ 0.659794] system 00:08: ioport range 0xcd2-0xcd3 has been reserved [ 0.659798] system 00:08: ioport range 0xcd4-0xcd5 has been reserved [ 0.659802] system 00:08: ioport range 0xcd6-0xcd7 has been reserved [ 0.659805] system 00:08: ioport range 0xcd8-0xcdf has been reserved [ 0.659809] system 00:08: ioport range 0xfe00-0xfe00 has been reserved [ 0.659813] system 00:08: ioport range 0x8000-0x805f has been reserved [ 0.659816] system 00:08: ioport range 0xf40-0xf47 has been reserved [ 0.659820] system 00:08: ioport range 0x87f-0x87f has been reserved [ 0.659827] system 00:09: iomem range 0xe0000-0xfffff could not be reserved [ 0.659831] system 00:09: iomem range 0xff800000-0xff80ffff has been reserved [ 0.659835] system 00:09: iomem range 0xfff00000-0xffffffff has been reserved [ 0.664656] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01 [ 0.664660] pci 0000:00:01.0: IO window: 0x9000-0x9fff [ 0.664664] pci 0000:00:01.0: MEM window: 0xf8000000-0xf81fffff [ 0.664668] pci 0000:00:01.0: PREFETCH window: 0x000000f0000000-0x000000f7ffffff [ 0.664673] pci 0000:00:04.0: PCI bridge, secondary bus 0000:02 [ 0.664676] pci 0000:00:04.0: IO window: 0x2000-0x2fff [ 0.664680] pci 0000:00:04.0: MEM window: 0x60000000-0x601fffff [ 0.664684] pci 0000:00:04.0: PREFETCH window: 0x00000060200000-0x000000603fffff [ 0.664690] pci 0000:00:05.0: PCI bridge, secondary bus 0000:08 [ 0.664693] pci 0000:00:05.0: IO window: 0xa000-0xafff [ 0.664696] pci 0000:00:05.0: MEM window: 0xf8200000-0xf82fffff [ 0.664700] pci 0000:00:05.0: PREFETCH window: 0x60400000-0x604fffff [ 0.664703] pci 0000:00:06.0: PCI bridge, secondary bus 0000:0e [ 0.664706] pci 0000:00:06.0: IO window: 0x3000-0x3fff [ 0.664710] pci 0000:00:06.0: MEM window: 0x60500000-0x606fffff [ 0.664714] pci 0000:00:06.0: PREFETCH window: 0x00000060700000-0x000000608fffff [ 0.664720] pci 0000:00:14.4: PCI bridge, secondary bus 0000:14 [ 0.664722] pci 0000:00:14.4: IO window: disabled [ 0.664731] pci 0000:00:14.4: MEM window: 0xf8300000-0xf83fffff [ 0.664736] pci 0000:00:14.4: PREFETCH window: disabled [ 0.664749] pci 0000:00:04.0: enabling device (0000 -> 0003) [ 0.664753] pci 0000:00:04.0: setting latency timer to 64 [ 0.664760] pci 0000:00:05.0: setting latency timer to 64 [ 0.664765] pci 0000:00:06.0: enabling device (0000 -> 0003) [ 0.664769] pci 0000:00:06.0: setting latency timer to 64 [ 0.664779] pci_bus 0000:00: resource 0 io: [0x00-0xffff] [ 0.664782] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff] [ 0.664785] pci_bus 0000:01: resource 0 io: [0x9000-0x9fff] [ 0.664788] pci_bus 0000:01: resource 1 mem: [0xf8000000-0xf81fffff] [ 0.664791] pci_bus 0000:01: resource 2 pref mem [0xf0000000-0xf7ffffff] [ 0.664795] pci_bus 0000:02: resource 0 io: [0x2000-0x2fff] [ 0.664798] pci_bus 0000:02: resource 1 mem: [0x60000000-0x601fffff] [ 0.664801] pci_bus 0000:02: resource 2 pref mem [0x60200000-0x603fffff] [ 0.664804] pci_bus 0000:08: resource 0 io: [0xa000-0xafff] [ 0.664807] pci_bus 0000:08: resource 1 mem: [0xf8200000-0xf82fffff] [ 0.664810] pci_bus 0000:08: resource 2 pref mem [0x60400000-0x604fffff] [ 0.664813] pci_bus 0000:0e: resource 0 io: [0x3000-0x3fff] [ 0.664816] pci_bus 0000:0e: resource 1 mem: [0x60500000-0x606fffff] [ 0.664819] pci_bus 0000:0e: resource 2 pref mem [0x60700000-0x608fffff] [ 0.664822] pci_bus 0000:14: resource 1 mem: [0xf8300000-0xf83fffff] [ 0.664825] pci_bus 0000:14: resource 3 io: [0x00-0xffff] [ 0.664828] pci_bus 0000:14: resource 4 mem: [0x000000-0xffffffffffffffff] [ 0.664881] NET: Registered protocol family 2 [ 0.665047] IP route cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.666086] TCP established hash table entries: 262144 (order: 10, 4194304 bytes) [ 0.669348] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) [ 0.670237] TCP: Hash tables configured (established 262144 bind 65536) [ 0.670242] TCP reno registered [ 0.670372] NET: Registered protocol family 1 [ 0.670494] pci 0000:01:05.0: Boot video device [ 0.670570] Trying to unpack rootfs image as initramfs... [ 0.872027] Freeing initrd memory: 6812k freed [ 0.877798] Scanning for low memory corruption every 60 seconds [ 0.877984] audit: initializing netlink socket (disabled) [ 0.878001] type=2000 audit(1263225337.872:1): initialized [ 0.889933] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.891892] VFS: Disk quotas dquot_6.5.2 [ 0.891980] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.892772] fuse init (API version 7.13) [ 0.892891] msgmni has been set to 2750 [ 0.893225] alg: No test for stdrng (krng) [ 0.893237] io scheduler noop registered [ 0.893240] io scheduler anticipatory registered [ 0.893242] io scheduler deadline registered [ 0.893320] io scheduler cfq registered (default) [ 0.893554] alloc irq_desc for 24 on node 0 [ 0.893556] alloc kstat_irqs on node 0 [ 0.893566] pcieport 0000:00:04.0: irq 24 for MSI/MSI-X [ 0.893573] pcieport 0000:00:04.0: setting latency timer to 64 [ 0.893712] alloc irq_desc for 25 on node 0 [ 0.893714] alloc kstat_irqs on node 0 [ 0.893720] pcieport 0000:00:05.0: irq 25 for MSI/MSI-X [ 0.893726] pcieport 0000:00:05.0: setting latency timer to 64 [ 0.893846] alloc irq_desc for 26 on node 0 [ 0.893848] alloc kstat_irqs on node 0 [ 0.893854] pcieport 0000:00:06.0: irq 26 for MSI/MSI-X [ 0.893859] pcieport 0000:00:06.0: setting latency timer to 64 [ 0.893957] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.894052] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.895228] ACPI: AC Adapter [ADP0] (on-line) [ 0.895308] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 [ 0.895313] ACPI: Power Button [PWRB] [ 0.895386] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1 [ 0.896245] ACPI: Lid Switch [LID] [ 0.896307] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2 [ 0.896311] ACPI: Power Button [PWRF] [ 0.896453] fan PNP0C0B:00: registered as cooling_device0 [ 0.896460] ACPI: Fan [FAN1] (off) [ 0.896740] ACPI: processor limited to max C-state 1 [ 0.896768] processor LNXCPU:00: registered as cooling_device1 [ 0.896821] processor LNXCPU:01: registered as cooling_device2 [ 0.922289] thermal LNXTHERM:01: registered as thermal_zone0 [ 0.922300] ACPI: Thermal Zone [TZCR] (62 C) [ 0.924243] Linux agpgart interface v0.103 [ 0.924251] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.925863] brd: module loaded [ 0.926504] loop: module loaded [ 0.926628] input: Macintosh mouse button emulation as /devices/virtual/input/input3 [ 0.939285] ACPI: Battery Slot [BAT0] (battery present) [ 0.939296] ahci 0000:00:12.0: version 3.0 [ 0.939333] alloc irq_desc for 22 on node 0 [ 0.939336] alloc kstat_irqs on node 0 [ 0.939345] ahci 0000:00:12.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22 [ 0.939387] ahci 0000:00:12.0: controller can't do 64bit DMA, forcing 32bit [ 0.939488] ahci 0000:00:12.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode [ 0.939493] ahci 0000:00:12.0: flags: ncq sntf ilck pm led clo pmp pio slum part ccc [ 0.940062] scsi0 : ahci [ 0.940224] scsi1 : ahci [ 0.940298] scsi2 : ahci [ 0.940376] scsi3 : ahci [ 0.940548] ata1: SATA max UDMA/133 abar m1024@0xf8609000 port 0xf8609100 irq 22 [ 0.940553] ata2: SATA max UDMA/133 abar m1024@0xf8609000 port 0xf8609180 irq 22 [ 0.940557] ata3: SATA max UDMA/133 abar m1024@0xf8609000 port 0xf8609200 irq 22 [ 0.940561] ata4: SATA max UDMA/133 abar m1024@0xf8609000 port 0xf8609280 irq 22 [ 0.941044] alloc irq_desc for 16 on node 0 [ 0.941047] alloc kstat_irqs on node 0 [ 0.941055] pata_atiixp 0000:00:14.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 0.941100] pata_atiixp 0000:00:14.1: setting latency timer to 64 [ 0.941194] scsi4 : pata_atiixp [ 0.941288] scsi5 : pata_atiixp [ 0.942293] ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x8420 irq 14 [ 0.942297] ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x8428 irq 15 [ 0.943189] Fixed MDIO Bus: probed [ 0.943242] PPP generic driver version 2.4.2 [ 0.943394] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.943551] ehci_hcd 0000:00:13.5: power state changed by ACPI to D0 [ 0.943565] alloc irq_desc for 19 on node 0 [ 0.943568] alloc kstat_irqs on node 0 [ 0.943576] ehci_hcd 0000:00:13.5: PCI INT D -> GSI 19 (level, low) -> IRQ 19 [ 0.943601] ehci_hcd 0000:00:13.5: EHCI Host Controller [ 0.943687] ehci_hcd 0000:00:13.5: new USB bus registered, assigned bus number 1 [ 0.943727] ehci_hcd 0000:00:13.5: applying AMD SB600/SB700 USB freeze workaround [ 0.943744] ehci_hcd 0000:00:13.5: debug port 1 [ 0.943782] ehci_hcd 0000:00:13.5: irq 19, io mem 0xf8609400 [ 0.960061] ehci_hcd 0000:00:13.5: USB 2.0 started, EHCI 1.00 [ 0.960162] usb usb1: configuration #1 chosen from 1 choice [ 0.960199] hub 1-0:1.0: USB hub found [ 0.960209] hub 1-0:1.0: 10 ports detected [ 0.960318] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.960404] ohci_hcd 0000:00:13.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 0.960427] ohci_hcd 0000:00:13.0: OHCI Host Controller [ 0.960487] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 2 [ 0.960526] ohci_hcd 0000:00:13.0: irq 16, io mem 0xf8604000 [ 1.020124] usb usb2: configuration #1 chosen from 1 choice [ 1.020163] hub 2-0:1.0: USB hub found [ 1.020178] hub 2-0:1.0: 2 ports detected [ 1.020304] alloc irq_desc for 17 on node 0 [ 1.020307] alloc kstat_irqs on node 0 [ 1.020315] ohci_hcd 0000:00:13.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17 [ 1.020334] ohci_hcd 0000:00:13.1: OHCI Host Controller [ 1.020381] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 3 [ 1.020415] ohci_hcd 0000:00:13.1: irq 17, io mem 0xf8605000 [ 1.080131] usb usb3: configuration #1 chosen from 1 choice [ 1.080168] hub 3-0:1.0: USB hub found [ 1.080183] hub 3-0:1.0: 2 ports detected [ 1.080311] alloc irq_desc for 18 on node 0 [ 1.080313] alloc kstat_irqs on node 0 [ 1.080319] ohci_hcd 0000:00:13.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18 [ 1.080340] ohci_hcd 0000:00:13.2: OHCI Host Controller [ 1.080397] ohci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 4 [ 1.080431] ohci_hcd 0000:00:13.2: irq 18, io mem 0xf8606000 [ 1.120545] ata5.00: ATAPI: TSSTcorp CDDVDW TS-L632H, TO01, max UDMA/33 [ 1.140305] usb usb4: configuration #1 chosen from 1 choice [ 1.140340] hub 4-0:1.0: USB hub found [ 1.140356] hub 4-0:1.0: 2 ports detected [ 1.140492] ohci_hcd 0000:00:13.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17 [ 1.140521] ohci_hcd 0000:00:13.3: OHCI Host Controller [ 1.140572] ohci_hcd 0000:00:13.3: new USB bus registered, assigned bus number 5 [ 1.140598] ohci_hcd 0000:00:13.3: irq 17, io mem 0xf8607000 [ 1.160518] ata5.00: configured for UDMA/33 [ 1.200144] usb usb5: configuration #1 chosen from 1 choice [ 1.200179] hub 5-0:1.0: USB hub found [ 1.200194] hub 5-0:1.0: 2 ports detected [ 1.200330] ohci_hcd 0000:00:13.4: PCI INT C -> GSI 18 (level, low) -> IRQ 18 [ 1.200354] ohci_hcd 0000:00:13.4: OHCI Host Controller [ 1.200408] ohci_hcd 0000:00:13.4: new USB bus registered, assigned bus number 6 [ 1.200437] ohci_hcd 0000:00:13.4: irq 18, io mem 0xf8608000 [ 1.260132] usb usb6: configuration #1 chosen from 1 choice [ 1.260167] hub 6-0:1.0: USB hub found [ 1.260184] hub 6-0:1.0: 2 ports detected [ 1.260262] uhci_hcd: USB Universal Host Controller Interface driver [ 1.260408] PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12 [ 1.262177] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.262185] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.262333] mice: PS/2 mouse device common for all mice [ 1.262442] Driver 'rtc_cmos' needs updating - please use bus_type methods [ 1.262490] rtc_cmos 00:04: RTC can wake from S4 [ 1.262546] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0 [ 1.262575] rtc0: alarms up to one month, 114 bytes nvram, hpet irqs [ 1.262761] device-mapper: uevent: version 1.0.3 [ 1.262898] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com [ 1.263000] device-mapper: multipath: version 1.1.0 loaded [ 1.263004] device-mapper: multipath round-robin: version 1.0.0 loaded [ 1.263220] cpuidle: using governor ladder [ 1.263223] cpuidle: using governor menu [ 1.263768] TCP cubic registered [ 1.263948] NET: Registered protocol family 10 [ 1.264560] lo: Disabled Privacy Extensions [ 1.264949] NET: Registered protocol family 17 [ 1.264980] Bluetooth: L2CAP ver 2.14 [ 1.264982] Bluetooth: L2CAP socket layer initialized [ 1.264986] Bluetooth: SCO (Voice Link) ver 0.6 [ 1.264988] Bluetooth: SCO socket layer initialized [ 1.265062] Bluetooth: RFCOMM TTY layer initialized [ 1.265066] Bluetooth: RFCOMM socket layer initialized [ 1.265068] Bluetooth: RFCOMM ver 1.11 [ 1.265097] powernow-k8: Found 1 AMD Athlon(tm) 64 X2 Dual-Core Processor TK-55 processors (2 cpu cores) (version 2.20.00) [ 1.265157] powernow-k8: 0 : fid 0xa (1800 MHz), vid 0x13 [ 1.265160] powernow-k8: 1 : fid 0x8 (1600 MHz), vid 0x14 [ 1.265163] powernow-k8: 2 : fid 0x0 (800 MHz), vid 0x1a [ 1.265327] PM: Resume from disk failed. [ 1.265348] registered taskstats version 1 [ 1.265767] Magic number: 10:276:942 [ 1.265884] rtc_cmos 00:04: setting system clock to 2010-01-11 15:55:39 UTC (1263225339) [ 1.265888] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.265890] EDD information not available. [ 1.280050] usb 1-6: new high speed USB device using ehci_hcd and address 2 [ 1.283835] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4 [ 1.290099] ata2: SATA link down (SStatus 0 SControl 300) [ 1.290132] ata4: SATA link down (SStatus 0 SControl 300) [ 1.290161] ata3: SATA link down (SStatus 0 SControl 300) [ 1.445211] usb 1-6: configuration #1 chosen from 1 choice [ 1.570038] usb 1-8: new high speed USB device using ehci_hcd and address 3 [ 1.580034] ata1: softreset failed (device not ready) [ 1.580076] ata1: applying SB600 PMP SRST workaround and retrying [ 1.734604] usb 1-8: configuration #1 chosen from 1 choice [ 1.760047] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 2.091516] ata1.00: ATA-7: TOSHIBA MK1237GSX, DL130M, max UDMA/100 [ 2.091520] ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 31/32), AA [ 2.091539] ata1.00: SB600 AHCI: limiting to 255 sectors per cmd [ 2.092547] ata1.00: SB600 AHCI: limiting to 255 sectors per cmd [ 2.092550] ata1.00: configured for UDMA/100 [ 2.110170] scsi 0:0:0:0: Direct-Access ATA TOSHIBA MK1237GS DL13 PQ: 0 ANSI: 5 [ 2.110345] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 2.110548] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB) [ 2.110610] sd 0:0:0:0: [sda] Write Protect is off [ 2.110613] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 2.110644] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.110815] sda: [ 2.116034] scsi 4:0:0:0: CD-ROM TSSTcorp CDDVDW TS-L632H TO01 PQ: 0 ANSI: 5 [ 2.132344] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray [ 2.132348] Uniform CD-ROM driver Revision: 3.20 [ 2.132462] sr 4:0:0:0: Attached scsi CD-ROM sr0 [ 2.132526] sr 4:0:0:0: Attached scsi generic sg1 type 5 [ 2.138851] sda1 sda2 sda3 sda4 [ 2.148917] sd 0:0:0:0: [sda] Attached SCSI disk [ 2.290182] Freeing unused kernel memory: 728k freed [ 2.290704] Write protecting the kernel read-only data: 7788k [ 2.690213] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded [ 2.690252] r8169 0000:08:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 [ 2.690308] r8169 0000:08:00.0: setting latency timer to 64 [ 2.690359] alloc irq_desc for 27 on node 0 [ 2.690362] alloc kstat_irqs on node 0 [ 2.690377] r8169 0000:08:00.0: irq 27 for MSI/MSI-X [ 2.691180] eth0: RTL8101e at 0xffffc90000328000, 00:a0:d1:84:f0:e3, XID 94200000 IRQ 27 [ 2.702424] alloc irq_desc for 20 on node 0 [ 2.702429] alloc kstat_irqs on node 0 [ 2.702439] ohci1394 0000:14:06.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20 [ 2.772102] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[20] MMIO=[f8300000-f83007ff] Max Packet=[2048] IR/IT contexts=[4/4] [ 3.135884] PM: Starting manual resume from disk [ 3.135891] PM: Resume from partition 8:3 [ 3.135893] PM: Checking hibernation image. [ 3.136259] PM: Error -22 checking image file [ 3.136264] PM: Resume from disk failed. [ 3.179610] EXT4-fs (sda2): mounted filesystem with ordered data mode [ 4.090203] ieee1394: Host added: ID:BUS[0-00:1023] GUID[00080da0d184f0e3] [ 5.409993] Adding 1951888k swap on /dev/sda3. Priority:-1 extents:1 across:1951888k [ 6.039993] EXT4-fs (sda4): mounted filesystem with ordered data mode [ 7.654460] udev: starting version 147 [ 9.127204] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 9.159985] sdhci: Secure Digital Host Controller Interface driver [ 9.159990] sdhci: Copyright(c) Pierre Ossman [ 9.261040] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141 [ 9.306098] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0x8410, revision 0 [ 9.325211] sdhci-pci 0000:14:06.1: SDHCI controller found [1180:0822] (rev 22) [ 9.325234] alloc irq_desc for 21 on node 0 [ 9.325237] alloc kstat_irqs on node 0 [ 9.325247] sdhci-pci 0000:14:06.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21 [ 9.326301] sdhci-pci 0000:14:06.1: Will use DMA mode even though HW doesn't fully claim to support it. [ 9.326310] sdhci-pci 0000:14:06.1: setting latency timer to 64 [ 9.327488] Registered led device: mmc0:: [ 9.328577] mmc0: SDHCI controller on PCI [0000:14:06.1] using DMA [ 9.335153] Linux video capture interface: v2.00 [ 9.346517] EDAC MC: Ver: 2.1.0 Jan 7 2010 [ 9.396123] uvcvideo: Found UVC 1.00 device Chicony USB 2.0 Camera (04f2:b008) [ 9.399463] input: Chicony USB 2.0 Camera as /devices/pci0000:00/0000:00:13.5/usb1/1-8/1-8:1.0/input/input5 [ 9.399568] usbcore: registered new interface driver uvcvideo [ 9.399612] USB Video Class driver (v0.1.0) [ 9.433008] cfg80211: Calling CRDA to update world regulatory domain [ 9.436394] EDAC amd64_edac: Ver: 3.2.0 Jan 7 2010 [ 9.436599] EDAC amd64: This node reports that Memory ECC is currently disabled, set F3x44[22] (0000:00:18.3). [ 9.436613] EDAC amd64: WARNING: ECC is disabled by BIOS. Module will NOT be loaded. [ 9.436615] Either Enable ECC in the BIOS, or set 'ecc_enable_override'. [ 9.436616] Also, use of the override can cause unknown side effects. [ 9.436647] amd64_edac: probe of 0000:00:18.2 failed with error -22 [ 9.454143] acpi device:1e: registered as cooling_device3 [ 9.454698] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c/LNXVIDEO:00/input/input6 [ 9.454866] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no) [ 9.769357] cfg80211: World regulatory domain updated: [ 9.769363] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 9.769367] (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 9.769370] (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 9.769373] (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 9.769376] (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 9.769379] (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 9.828746] lp: driver loaded but no devices found [ 9.990088] Synaptics Touchpad, model: 1, fw: 6.3, id: 0x9280b1, caps: 0xa04713/0x204000 [ 10.024331] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7 [ 10.344638] phy0: Selected rate control algorithm 'minstrel' [ 10.345535] phy0: hwaddr 00:c0:a8:ff:54:49, RTL8187BvE V0 + rtl8225z2, rfkill mask 2 [ 10.356548] ip_tables: (C) 2000-2006 Netfilter Core Team [ 10.367835] rtl8187: Customer ID is 0x04 [ 10.368023] Registered led device: rtl8187-phy0::tx [ 10.368369] Registered led device: rtl8187-phy0::rx [ 10.369075] rtl8187: wireless switch is on [ 10.369120] usbcore: registered new interface driver rtl8187 [ 10.846586] HDA Intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 11.421010] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/input/input8 [ 14.252357] r8169: eth0: link down [ 14.252933] ADDRCONF(NETDEV_UP): eth0: link is not ready [ 15.439589] pci 0000:01:05.0: power state changed by ACPI to D0 [ 15.439602] pci 0000:01:05.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18 [ 15.572578] [drm] Initialized drm 1.1.0 20060810 [ 15.665775] [drm] radeon kernel modesetting enabled. [ 15.671279] [drm] radeon: Initializing kernel modesetting. [ 15.671318] [drm] register mmio base: 0xF8100000 [ 15.671320] [drm] register mmio size: 65536 [ 15.671420] ATOM BIOS: ATI [ 15.671626] [drm] GPU reset succeed (RBBM_STATUS=0x10000140) [ 15.671655] [drm] radeon: VRAM 128M [ 15.671657] [drm] radeon: VRAM from 0x00000000 to 0x07FFFFFF [ 15.671659] [drm] radeon: GTT 512M [ 15.671661] [drm] radeon: GTT from 0x20000000 to 0x3FFFFFFF [ 15.671704] alloc irq_desc for 28 on node 0 [ 15.671707] alloc kstat_irqs on node 0 [ 15.671721] radeon 0000:01:05.0: irq 28 for MSI/MSI-X [ 15.671755] [drm] radeon: irq initialized. [ 15.671916] [drm] Detected VRAM RAM=128M, BAR=128M [ 15.671923] [drm] RAM width 128bits DDR [ 15.672042] [TTM] Zone kernel: Available graphics memory: 704574 kiB. [ 15.672067] [drm] radeon: 128M of VRAM memory ready [ 15.672070] [drm] radeon: 512M of GTT memory ready. [ 15.672094] [drm] GART: num cpu pages 131072, num gpu pages 131072 [ 15.677496] [drm] radeon: 1 quad pipes, 1 z pipes initialized. [ 15.677603] [drm] radeon: cp idle (0x10000C03) [ 15.677661] [drm] Loading RS690/RS740 Microcode [ 15.677666] platform radeon_cp.0: firmware: requesting radeon/RS690_cp.bin [ 15.731167] [drm] radeon: ring at 0x0000000020000000 [ 15.731190] [drm] ring test succeeded in 1 usecs [ 15.731379] [drm] radeon: ib pool ready. [ 15.731469] [drm] ib test succeeded in 0 usecs [ 15.731684] [drm] Radeon Display Connectors [ 15.731686] [drm] Connector 0: [ 15.731688] [drm] VGA [ 15.731691] [drm] DDC: 0x7e50 0x7e40 0x7e54 0x7e44 0x7e58 0x7e48 0x7e5c 0x7e4c [ 15.731693] [drm] Encoders: [ 15.731695] [drm] CRT1: INTERNAL_KLDSCP_DAC1 [ 15.731697] [drm] Connector 1: [ 15.731698] [drm] LVDS [ 15.731701] [drm] DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c [ 15.731703] [drm] Encoders: [ 15.731705] [drm] LCD1: INTERNAL_LVTM1 [ 15.731707] [drm] Connector 2: [ 15.731708] [drm] S-video [ 15.731710] [drm] Encoders: [ 15.731711] [drm] TV1: INTERNAL_KLDSCP_DAC1 [ 16.299127] [drm] fb mappable at 0xF0040000 [ 16.299132] [drm] vram apper at 0xF0000000 [ 16.299134] [drm] size 4096000 [ 16.299136] [drm] fb depth is 24 [ 16.299138] [drm] pitch is 5120 [ 16.299876] fb0: radeondrmfb frame buffer device [ 16.299881] registered panic notifier [ 16.299891] [drm] Initialized radeon 2.0.0 20080528 for 0000:01:05.0 on minor 0 [ 16.430684] Console: switching to colour frame buffer device 160x50 [ 18.472864] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 21.935608] vboxdrv: Trying to deactivate the NMI watchdog permanently... [ 21.935616] vboxdrv: Warning: 2.6.31+ kernel detected. Most likely the hardware performance [ 21.935618] vboxdrv: counter framework which can generate NMIs is active. You have to prevent [ 21.935620] vboxdrv: the usage of hardware performance counters by [ 21.935623] vboxdrv: echo 2 > /proc/sys/kernel/perf_counter_paranoid [ 21.935626] vboxdrv: Found 2 processor cores. [ 21.936041] VBoxDrv: dbg - g_abExecMemory=ffffffffa03f02a0 [ 21.936065] vboxdrv: fAsync=1 offMin=0x60713 offMax=0x60713 [ 21.936728] vboxdrv: TSC mode is 'asynchronous', kernel timer mode is 'normal'. [ 21.936733] vboxdrv: Successfully loaded version 3.1.2 (interface 0x00100001). [ 23.782950] ppdev: user-space parallel port driver [ 63.308937] CPUFREQ: Per core ondemand sysfs interface is deprecated - up_threshold [ 63.520068] Clocksource tsc unstable (delta = -94680252 ns) [ 77.620154] usb 1-2: new high speed USB device using ehci_hcd and address 4 [ 77.772109] usb 1-2: configuration #1 chosen from 1 choice [ 77.861477] Initializing USB Mass Storage driver... [ 77.866984] scsi6 : SCSI emulation for USB Mass Storage devices [ 77.867553] usbcore: registered new interface driver usb-storage [ 77.867563] USB Mass Storage support registered. [ 77.869706] usb-storage: device found at 4 [ 77.869716] usb-storage: waiting for device to settle before scanning [ 82.870275] usb-storage: device scan complete [ 83.819426] scsi 6:0:0:0: Direct-Access Player PQ: 0 ANSI: 0 CCS [ 83.822087] sd 6:0:0:0: Attached scsi generic sg2 type 0 [ 83.842572] sd 6:0:0:0: [sdb] 2034688 512-byte logical blocks: (1.04 GB/993 MiB) [ 83.843386] sd 6:0:0:0: [sdb] Write Protect is off [ 83.843393] sd 6:0:0:0: [sdb] Mode Sense: 3b 00 00 00 [ 83.843397] sd 6:0:0:0: [sdb] Assuming drive cache: write through [ 83.846411] sd 6:0:0:0: [sdb] Assuming drive cache: write through [ 83.846423] sdb: sdb1 [ 83.852399] sd 6:0:0:0: [sdb] Assuming drive cache: write through [ 83.852408] sd 6:0:0:0: [sdb] Attached SCSI removable disk [ 113.640197] usb 1-2: USB disconnect, address 4 [ 119.200104] usb 1-2: new high speed USB device using ehci_hcd and address 5 [ 119.352331] usb 1-2: configuration #1 chosen from 1 choice [ 119.354610] scsi7 : SCSI emulation for USB Mass Storage devices [ 119.355041] usb-storage: device found at 5 [ 119.355047] usb-storage: waiting for device to settle before scanning [ 121.512532] ehci_hcd 0000:00:13.5: force halt; handhake ffffc90000352424 00004000 00000000 -> -110 [ 124.040133] rtl8187: wireless radio switch turned off [ 124.350453] usb-storage: device scan complete [ 124.350721] hub 1-0:1.0: cannot reset port 2 (err = -108) [ 124.350733] hub 1-0:1.0: cannot reset port 2 (err = -108) [ 124.350741] hub 1-0:1.0: cannot reset port 2 (err = -108) [ 124.350749] hub 1-0:1.0: cannot reset port 2 (err = -108) [ 124.350756] hub 1-0:1.0: cannot reset port 2 (err = -108) [ 124.350762] hub 1-0:1.0: Cannot enable port 2. Maybe the USB cable is bad? [ 124.350771] hub 1-0:1.0: cannot disable port 2 (err = -108) [ 124.350781] hub 1-0:1.0: cannot reset port 2 (err = -108) [ 124.350788] hub 1-0:1.0: cannot reset port 2 (err = -108) [ 124.350795] hub 1-0:1.0: cannot reset port 2 (err = -108) [ 124.350802] hub 1-0:1.0: cannot reset port 2 (err = -108) [ 124.350809] hub 1-0:1.0: cannot reset port 2 (err = -108) [ 124.350815] hub 1-0:1.0: Cannot enable port 2. Maybe the USB cable is bad? [ 124.350822] hub 1-0:1.0: cannot disable port 2 (err = -108) [ 124.350830] hub 1-0:1.0: cannot reset port 2 (err = -108) [ 124.350837] hub 1-0:1.0: cannot reset port 2 (err = -108) [ 124.350845] hub 1-0:1.0: cannot reset port 2 (err = -108) [ 124.350852] hub 1-0:1.0: cannot reset port 2 (err = -108) [ 124.350859] hub 1-0:1.0: cannot reset port 2 (err = -108) [ 124.350864] hub 1-0:1.0: Cannot enable port 2. Maybe the USB cable is bad? [ 124.350872] hub 1-0:1.0: cannot disable port 2 (err = -108) [ 124.350880] hub 1-0:1.0: cannot reset port 2 (err = -108) [ 124.350888] hub 1-0:1.0: cannot reset port 2 (err = -108) [ 124.350895] hub 1-0:1.0: cannot reset port 2 (err = -108) [ 124.350902] hub 1-0:1.0: cannot reset port 2 (err = -108) [ 124.350910] hub 1-0:1.0: cannot reset port 2 (err = -108) [ 124.350916] hub 1-0:1.0: Cannot enable port 2. Maybe the USB cable is bad? [ 124.350923] hub 1-0:1.0: cannot disable port 2 (err = -108) [ 124.350932] hub 1-0:1.0: cannot disable port 2 (err = -108) [ 124.351005] hub 1-0:1.0: hub_port_status failed (err = -108)
I close this bug for now, because that issue is caused by USB subsystem, so when I figure out, where is exactly problem, then I fill new bug related to USB.