* [gentoo-user] Re: Switching to clocksource tsc: takes AGES on boot
2012-02-14 10:48 [gentoo-user] " LK
@ 2012-02-14 12:01 ` Nikos Chantziaras
2012-02-14 12:15 ` LK
0 siblings, 1 reply; 7+ messages in thread
From: Nikos Chantziaras @ 2012-02-14 12:01 UTC (permalink / raw
To: gentoo-user
On 14/02/12 12:48, LK wrote:
> Hi,
>
> How do i get rid of that?
> It takes one minute on boot, that is awful.
If you boot with "acpi=off", does the problem go away? What kernel
version are you using?
> PS: How do i deamonize a service on startup? DHCPCD for example?
It has a service. You add it to the default runlevel:
rc-update add dhcpcd default
Next time you boot, it will be started automatically. You can also
control it manually:
/etc/init.d/dhcpcd start
/etc/init.d/dhcpcd stop
/etc/init.d/dhcpcd restart
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Re: Switching to clocksource tsc: takes AGES on boot
2012-02-14 12:01 ` [gentoo-user] " Nikos Chantziaras
@ 2012-02-14 12:15 ` LK
2012-02-14 12:30 ` Nikos Chantziaras
0 siblings, 1 reply; 7+ messages in thread
From: LK @ 2012-02-14 12:15 UTC (permalink / raw
To: gentoo-user
On 120214, at 13:01, Nikos Chantziaras wrote:
> On 14/02/12 12:48, LK wrote:
>>
>> How do i get rid of that?
>> It takes one minute on boot, that is awful.
> If you boot with "acpi=off", does the problem go away? What kernel version are you using?
No it does not. After the root=/dev/sda5, in grub menu.lst, right ?
Kernel version 3.2.1-r2
Maybe some setting in kernel settings?
>
>> PS: How do i deamonize a service on startup? DHCPCD for example?
> It has a service. You add it to the default runlevel:
> rc-update add dhcpcd default
It is started automatically, but cant it be ran in the background? It takes some time which isnt necessary. Thanks so far anyway.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user] Re: Switching to clocksource tsc: takes AGES on boot
2012-02-14 12:15 ` LK
@ 2012-02-14 12:30 ` Nikos Chantziaras
0 siblings, 0 replies; 7+ messages in thread
From: Nikos Chantziaras @ 2012-02-14 12:30 UTC (permalink / raw
To: gentoo-user
On 14/02/12 14:15, LK wrote:
> On 120214, at 13:01, Nikos Chantziaras wrote:
>> On 14/02/12 12:48, LK wrote:
>>>
>>> How do i get rid of that?
>>> It takes one minute on boot, that is awful.
>> If you boot with "acpi=off", does the problem go away? What kernel version are you using?
> No it does not. After the root=/dev/sda5, in grub menu.lst, right ?
Yep.
> Kernel version 3.2.1-r2
> Maybe some setting in kernel settings?
You might want to post to LKML about this. There was a related problem
in 2.6.39, but you're using a recent kernel which has already fixed that
problem. So you're seeing something new.
You can also try the Linux kernel bugtracker:
https://bugzilla.kernel.org/
>>> PS: How do i deamonize a service on startup? DHCPCD for example?
>> It has a service. You add it to the default runlevel:
>> rc-update add dhcpcd default
> It is started automatically, but cant it be ran in the background? It takes some time which isnt necessary. Thanks so far anyway.
Reading the dhcpcd man page says:
-b, --background
Background immediately. This is useful for startup
scripts which don't disable link messages for carrier
status.
So to use that option, edit /etc/conf.d/net and use:
dhcpcd_eth0="--background"
and see if it helps.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user] Re: Switching to clocksource tsc: takes AGES on boot
@ 2012-02-15 0:07 mike
2012-02-15 14:52 ` LK
0 siblings, 1 reply; 7+ messages in thread
From: mike @ 2012-02-15 0:07 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 629 bytes --]
(Sorry that the threading is broken, I was looking at this in the list
archive and don't still have the mails from earlier, which I probably
mass-deleted...)
This sounds suspiciously like an error loading firmware, which can
happen when you have a video adapter or WiFi adapter that needs
firmware, but doesn't have have the right one.
Are there any firmware-related messages in your dmesg?
--- Mike
--
A man who reasons deliberately, manages it better after studying Logic
than he could before, if he is sincere about it and has common sense.
--- Carveth Read, “Logic”
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 729 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Re: Switching to clocksource tsc: takes AGES on boot
2012-02-15 0:07 [gentoo-user] Re: Switching to clocksource tsc: takes AGES on boot mike
@ 2012-02-15 14:52 ` LK
2012-02-15 16:17 ` mike
0 siblings, 1 reply; 7+ messages in thread
From: LK @ 2012-02-15 14:52 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 872 bytes --]
On 120215, at 1:07, mike@trausch.us wrote:
> This sounds suspiciously like an error loading firmware, which can
> happen when you have a video adapter or WiFi adapter that needs
> firmware, but doesn't have have the right one.
I have indeed problems with firmware.
I have a PC and use ethernet which works.
I have an AMD Radeon 6xxx card. I tried both with linux-firmware
AND radeon-ucode, but both fail to load. They do
exist in /lib/firmware/radeon: CAYMAN_mc.bin CAYMAN_me.bin
CAYMAN_pfp.bin CAYMAN_rlc.bin
I guess dmesg explains things better than i do.
Shall I clean and compile my kernel i remove or change sth. ?
> Are there any firmware-related messages in your dmesg?
Oh yes: http://pastebin.com/b95y3GaH
Look at the area from 1.576863 to 62.228490, includes the 60s
freeze from switching to clocksource tsc.
Does the problem lay in my AMD gpu (hd6xxx) ?
[-- Attachment #2: dmesg_clocksource.txt --]
[-- Type: text/plain, Size: 75607 bytes --]
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.2.1-gentoo-r2 (root@gee) (gcc version 4.5.3 (Gentoo 4.5.3-r1 p1.0, pie-0.4.5) ) #3 SMP Tue Feb 14 10:44:16 Local time zone must be set--see zic
[ 0.000000] Command line: root=/dev/sda5
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009d400 (usable)
[ 0.000000] BIOS-e820: 000000000009d400 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000befa3000 (usable)
[ 0.000000] BIOS-e820: 00000000befa3000 - 00000000beffa000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000beffa000 - 00000000bf59d000 (reserved)
[ 0.000000] BIOS-e820: 00000000bf59d000 - 00000000bf5ae000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bf5ae000 - 00000000bf5c5000 (reserved)
[ 0.000000] BIOS-e820: 00000000bf5c5000 - 00000000bf5c7000 (usable)
[ 0.000000] BIOS-e820: 00000000bf5c7000 - 00000000bf5cf000 (reserved)
[ 0.000000] BIOS-e820: 00000000bf5cf000 - 00000000bf5da000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bf5da000 - 00000000bf636000 (reserved)
[ 0.000000] BIOS-e820: 00000000bf636000 - 00000000bf679000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bf679000 - 00000000bf800000 (usable)
[ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
[ 0.000000] BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
[ 0.000000] BIOS-e820: 0000000100000000 - 000000023f800000 (usable)
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI 2.6 present.
[ 0.000000] DMI: System manufacturer System Product Name/P8P67, BIOS 1704 06/08/2011
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] No AGP bridge found
[ 0.000000] last_pfn = 0x23f800 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-D3FFF write-protect
[ 0.000000] D4000-E7FFF uncachable
[ 0.000000] E8000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask E00000000 write-back
[ 0.000000] 1 base 200000000 mask FC0000000 write-back
[ 0.000000] 2 base 0C0000000 mask FC0000000 uncachable
[ 0.000000] 3 base 23F800000 mask FFF800000 uncachable
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] 8 disabled
[ 0.000000] 9 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820 update range: 00000000c0000000 - 0000000100000000 (usable) ==> (reserved)
[ 0.000000] last_pfn = 0xbf800 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [ffff8800000fcf00] fcf00
[ 0.000000] initial memory mapped : 0 - 20000000
[ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 20480
[ 0.000000] init_memory_mapping: 0000000000000000-00000000bf800000
[ 0.000000] 0000000000 - 00bf800000 page 2M
[ 0.000000] kernel direct mapping tables up to bf800000 @ 1fffc000-20000000
[ 0.000000] init_memory_mapping: 0000000100000000-000000023f800000
[ 0.000000] 0100000000 - 023f800000 page 2M
[ 0.000000] kernel direct mapping tables up to 23f800000 @ bf7f6000-bf800000
[ 0.000000] ACPI: RSDP 00000000000f0420 00024 (v02 ALASKA)
[ 0.000000] ACPI: XSDT 00000000beff1068 0004C (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 00000000beff9198 000F4 (v04 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: DSDT 00000000beff1140 08054 (v02 ALASKA A M I 00000000 INTL 20051117)
[ 0.000000] ACPI: FACS 00000000bf5d1f80 00040
[ 0.000000] ACPI: APIC 00000000beff9290 00092 (v03 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: SSDT 00000000beff9328 001D6 (v01 AMICPU PROC 00000001 MSFT 03000001)
[ 0.000000] ACPI: MCFG 00000000beff9500 0003C (v01 ALASKA A M I 01072009 MSFT 00000097)
[ 0.000000] ACPI: HPET 00000000beff9540 00038 (v01 ALASKA A M I 01072009 AMI. 00000004)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at 0000000000000000-000000023f800000
[ 0.000000] Initmem setup node 0 0000000000000000-000000023f800000
[ 0.000000] NODE_DATA [000000023f7fb000 - 000000023f7fffff]
[ 0.000000] [ffffea0000000000-ffffea0008ffffff] PMD -> [ffff880236e00000-ffff88023edfffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal 0x00100000 -> 0x0023f800
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[5] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009d
[ 0.000000] 0: 0x00000100 -> 0x000befa3
[ 0.000000] 0: 0x000bf5c5 -> 0x000bf5c7
[ 0.000000] 0: 0x000bf679 -> 0x000bf800
[ 0.000000] 0: 0x00100000 -> 0x0023f800
[ 0.000000] On node 0 totalpages: 2091193
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 5 pages reserved
[ 0.000000] DMA zone: 3912 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 16320 pages used for memmap
[ 0.000000] DMA32 zone: 762220 pages, LIFO batch:31
[ 0.000000] Normal zone: 20448 pages used for memmap
[ 0.000000] Normal zone: 1288224 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.000000] SMP: Allowing 8 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
[ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[ 0.000000] PM: Registered nosave memory: 00000000befa3000 - 00000000beffa000
[ 0.000000] PM: Registered nosave memory: 00000000beffa000 - 00000000bf59d000
[ 0.000000] PM: Registered nosave memory: 00000000bf59d000 - 00000000bf5ae000
[ 0.000000] PM: Registered nosave memory: 00000000bf5ae000 - 00000000bf5c5000
[ 0.000000] PM: Registered nosave memory: 00000000bf5c7000 - 00000000bf5cf000
[ 0.000000] PM: Registered nosave memory: 00000000bf5cf000 - 00000000bf5da000
[ 0.000000] PM: Registered nosave memory: 00000000bf5da000 - 00000000bf636000
[ 0.000000] PM: Registered nosave memory: 00000000bf636000 - 00000000bf679000
[ 0.000000] PM: Registered nosave memory: 00000000bf800000 - 00000000fed1c000
[ 0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
[ 0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000ff000000
[ 0.000000] PM: Registered nosave memory: 00000000ff000000 - 0000000100000000
[ 0.000000] Allocating PCI resources starting at bf800000 (gap: bf800000:3f51c000)
[ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:8 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 26 pages/cpu @ffff88023f400000 s76672 r8192 d21632 u262144
[ 0.000000] pcpu-alloc: s76672 r8192 d21632 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2054356
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: root=/dev/sda5
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 8151944k/9428992k available (8056k kernel code, 1064220k absent, 212828k reserved, 4933k data, 636k init)
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] NR_IRQS:4352 nr_irqs:744 16
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] hpet clockevent registered
[ 0.000000] Fast TSC calibration using PIT
[ 0.001000] Detected 3410.794 MHz processor.
[ 0.000001] Calibrating delay loop (skipped), value calculated using timer frequency.. 6821.58 BogoMIPS (lpj=3410794)
[ 0.000186] pid_max: default: 32768 minimum: 301
[ 0.000297] Security Framework initialized
[ 0.000389] SELinux: Initializing.
[ 0.000484] SELinux: Starting in permissive mode
[ 0.000916] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.002248] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.002815] Mount-cache hash table entries: 256
[ 0.002975] Initializing cgroup subsys cpuacct
[ 0.003066] Initializing cgroup subsys freezer
[ 0.003175] CPU: Physical Processor ID: 0
[ 0.003275] CPU: Processor Core ID: 0
[ 0.003369] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.003369] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.003551] mce: CPU supports 9 MCE banks
[ 0.003649] CPU0: Thermal monitoring enabled (TM1)
[ 0.003744] using mwait in idle threads.
[ 0.003890] ACPI: Core revision 20110623
[ 0.114032] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.124123] CPU0: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz stepping 07
[ 0.226056] Performance Events: PEBS fmt1+, SandyBridge events, Intel PMU driver.
[ 0.226345] PEBS disabled due to CPU errata.
[ 0.226442] ... version: 3
[ 0.226537] ... bit width: 48
[ 0.226631] ... generic registers: 4
[ 0.226723] ... value mask: 0000ffffffffffff
[ 0.226816] ... max period: 000000007fffffff
[ 0.226910] ... fixed-purpose events: 3
[ 0.227004] ... event mask: 000000070000000f
[ 0.227185] Booting Node 0, Processors #1
[ 0.227295] smpboot cpu 1: start_ip = 98000
[ 0.318150] #2
[ 0.318205] smpboot cpu 2: start_ip = 98000
[ 0.409056] #3
[ 0.409112] smpboot cpu 3: start_ip = 98000
[ 0.499965] #4
[ 0.500019] smpboot cpu 4: start_ip = 98000
[ 0.590923] #5
[ 0.590978] smpboot cpu 5: start_ip = 98000
[ 0.681890] #6
[ 0.681943] smpboot cpu 6: start_ip = 98000
[ 0.772798] #7 Ok.
[ 0.772894] smpboot cpu 7: start_ip = 98000
[ 0.863719] Brought up 8 CPUs
[ 0.863815] Total of 8 processors activated (54574.17 BogoMIPS).
[ 0.869368] PM: Registering ACPI NVS region at befa3000 (356352 bytes)
[ 0.869465] PM: Registering ACPI NVS region at bf59d000 (69632 bytes)
[ 0.869559] PM: Registering ACPI NVS region at bf5cf000 (45056 bytes)
[ 0.869653] PM: Registering ACPI NVS region at bf636000 (274432 bytes)
[ 0.869811] RTC time: 10:10:30, date: 02/15/12
[ 0.869921] NET: Registered protocol family 16
[ 0.870072] kworker/u:0 used greatest stack depth: 5512 bytes left
[ 0.870275] ACPI: bus type pci registered
[ 0.870414] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[ 0.870547] PCI: not using MMCONFIG
[ 0.870641] PCI: Using configuration type 1 for base access
[ 0.874673] bio: create slab <bio-0> at 0
[ 0.874830] ACPI: Added _OSI(Module Device)
[ 0.874923] ACPI: Added _OSI(Processor Device)
[ 0.875015] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.875109] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.875838] ACPI: EC: Look up EC in DSDT
[ 0.876432] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.877923] ACPI Error: [RAMB] Namespace lookup failure, AE_NOT_FOUND (20110623/psargs-359)
[ 0.878217] ACPI Exception: AE_NOT_FOUND, Could not execute arguments for [RAMW] (Region) (20110623/nsinit-349)
[ 0.878631] ACPI: SSDT 00000000bf5d0818 0079C (v01 AMI IST 00000001 MSFT 03000001)
[ 0.879106] ACPI: Dynamic OEM Table Load:
[ 0.879304] ACPI: SSDT (null) 0079C (v01 AMI IST 00000001 MSFT 03000001)
[ 0.879561] ACPI: SSDT 00000000bf5cfd98 000EC (v01 AMI CST 00000001 MSFT 03000001)
[ 0.879971] ACPI: Dynamic OEM Table Load:
[ 0.880168] ACPI: SSDT (null) 000EC (v01 AMI CST 00000001 MSFT 03000001)
[ 0.882116] ACPI: Interpreter enabled
[ 0.882209] ACPI: (supports S0 S1 S3 S4 S5)
[ 0.882570] ACPI: Using IOAPIC for interrupt routing
[ 0.882678] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[ 0.882847] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in ACPI motherboard resources
[ 0.891897] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.895244] ACPI: EC: GPE = 0x18, I/O: command/status = 0x66, data = 0x62
[ 0.895434] ACPI: No dock devices found.
[ 0.895527] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.895774] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.895996] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
[ 0.896091] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
[ 0.896187] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[ 0.896320] pci_root PNP0A08:00: host bridge window [mem 0x000c8000-0x000dffff]
[ 0.896455] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xffffffff]
[ 0.896591] pci_root PNP0A08:00: ignoring host bridge window [mem 0x000c8000-0x000dffff] (conflicts with Video ROM [mem 0x000c0000-0x000cffff])
[ 0.896732] pci 0000:00:00.0: [8086:0100] type 0 class 0x000600
[ 0.896756] pci 0000:00:01.0: [8086:0101] type 1 class 0x000604
[ 0.896773] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.896775] pci 0000:00:01.0: PME# disabled
[ 0.896812] pci 0000:00:16.0: [8086:1c3a] type 0 class 0x000780
[ 0.896833] pci 0000:00:16.0: reg 10: [mem 0xfe708000-0xfe70800f 64bit]
[ 0.896890] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.896893] pci 0000:00:16.0: PME# disabled
[ 0.896922] pci 0000:00:1a.0: [8086:1c2d] type 0 class 0x000c03
[ 0.896941] pci 0000:00:1a.0: reg 10: [mem 0xfe707000-0xfe7073ff]
[ 0.897008] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.897012] pci 0000:00:1a.0: PME# disabled
[ 0.897033] pci 0000:00:1b.0: [8086:1c20] type 0 class 0x000403
[ 0.897047] pci 0000:00:1b.0: reg 10: [mem 0xfe700000-0xfe703fff 64bit]
[ 0.897095] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.897098] pci 0000:00:1b.0: PME# disabled
[ 0.897117] pci 0000:00:1c.0: [8086:1c10] type 1 class 0x000604
[ 0.897174] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.897177] pci 0000:00:1c.0: PME# disabled
[ 0.897198] pci 0000:00:1c.1: [8086:1c12] type 1 class 0x000604
[ 0.897255] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.897259] pci 0000:00:1c.1: PME# disabled
[ 0.897279] pci 0000:00:1c.2: [8086:1c14] type 1 class 0x000604
[ 0.897336] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.897339] pci 0000:00:1c.2: PME# disabled
[ 0.897360] pci 0000:00:1c.3: [8086:1c16] type 1 class 0x000604
[ 0.897417] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.897420] pci 0000:00:1c.3: PME# disabled
[ 0.897442] pci 0000:00:1c.4: [8086:1c18] type 1 class 0x000604
[ 0.897499] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.897502] pci 0000:00:1c.4: PME# disabled
[ 0.897523] pci 0000:00:1c.5: [8086:1c1a] type 1 class 0x000604
[ 0.897582] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 0.897585] pci 0000:00:1c.5: PME# disabled
[ 0.897605] pci 0000:00:1c.6: [8086:244e] type 1 class 0x000604
[ 0.897663] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[ 0.897666] pci 0000:00:1c.6: PME# disabled
[ 0.897687] pci 0000:00:1c.7: [8086:1c1e] type 1 class 0x000604
[ 0.897744] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[ 0.897747] pci 0000:00:1c.7: PME# disabled
[ 0.897772] pci 0000:00:1d.0: [8086:1c26] type 0 class 0x000c03
[ 0.897791] pci 0000:00:1d.0: reg 10: [mem 0xfe706000-0xfe7063ff]
[ 0.897859] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.897862] pci 0000:00:1d.0: PME# disabled
[ 0.897883] pci 0000:00:1f.0: [8086:1c46] type 0 class 0x000601
[ 0.897989] pci 0000:00:1f.2: [8086:1c02] type 0 class 0x000106
[ 0.898005] pci 0000:00:1f.2: reg 10: [io 0xf070-0xf077]
[ 0.898012] pci 0000:00:1f.2: reg 14: [io 0xf060-0xf063]
[ 0.898019] pci 0000:00:1f.2: reg 18: [io 0xf050-0xf057]
[ 0.898026] pci 0000:00:1f.2: reg 1c: [io 0xf040-0xf043]
[ 0.898033] pci 0000:00:1f.2: reg 20: [io 0xf020-0xf03f]
[ 0.898040] pci 0000:00:1f.2: reg 24: [mem 0xfe705000-0xfe7057ff]
[ 0.898069] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.898072] pci 0000:00:1f.2: PME# disabled
[ 0.898086] pci 0000:00:1f.3: [8086:1c22] type 0 class 0x000c05
[ 0.898099] pci 0000:00:1f.3: reg 10: [mem 0xfe704000-0xfe7040ff 64bit]
[ 0.898118] pci 0000:00:1f.3: reg 20: [io 0xf000-0xf01f]
[ 0.898162] pci 0000:01:00.0: [1002:6718] type 0 class 0x000300
[ 0.898173] pci 0000:01:00.0: reg 10: [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.898181] pci 0000:01:00.0: reg 18: [mem 0xfe620000-0xfe63ffff 64bit]
[ 0.898187] pci 0000:01:00.0: reg 20: [io 0xe000-0xe0ff]
[ 0.898198] pci 0000:01:00.0: reg 30: [mem 0xfe600000-0xfe61ffff pref]
[ 0.898212] pci 0000:01:00.0: supports D1 D2
[ 0.898228] pci 0000:01:00.1: [1002:aa80] type 0 class 0x000403
[ 0.898238] pci 0000:01:00.1: reg 10: [mem 0xfe640000-0xfe643fff 64bit]
[ 0.898275] pci 0000:01:00.1: supports D1 D2
[ 0.899579] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.899675] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
[ 0.899677] pci 0000:00:01.0: bridge window [mem 0xfe600000-0xfe6fffff]
[ 0.899680] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.899720] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.899884] pci 0000:03:00.0: [1033:0194] type 0 class 0x000c03
[ 0.899909] pci 0000:03:00.0: reg 10: [mem 0xfe500000-0xfe501fff 64bit]
[ 0.900011] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 0.900016] pci 0000:03:00.0: PME# disabled
[ 0.901584] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[ 0.901680] pci 0000:00:1c.1: bridge window [mem 0xfe500000-0xfe5fffff]
[ 0.901725] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
[ 0.901863] pci 0000:00:1c.3: PCI bridge to [bus 05-05]
[ 0.902025] pci 0000:06:00.0: [1033:0194] type 0 class 0x000c03
[ 0.902050] pci 0000:06:00.0: reg 10: [mem 0xfe400000-0xfe401fff 64bit]
[ 0.902152] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[ 0.902156] pci 0000:06:00.0: PME# disabled
[ 0.903582] pci 0000:00:1c.4: PCI bridge to [bus 06-06]
[ 0.903677] pci 0000:00:1c.4: bridge window [mem 0xfe400000-0xfe4fffff]
[ 0.903743] pci 0000:07:00.0: [10ec:8168] type 0 class 0x000200
[ 0.903762] pci 0000:07:00.0: reg 10: [io 0xd000-0xd0ff]
[ 0.903794] pci 0000:07:00.0: reg 18: [mem 0xd0004000-0xd0004fff 64bit pref]
[ 0.903815] pci 0000:07:00.0: reg 20: [mem 0xd0000000-0xd0003fff 64bit pref]
[ 0.903873] pci 0000:07:00.0: supports D1 D2
[ 0.903874] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.903879] pci 0000:07:00.0: PME# disabled
[ 0.905581] pci 0000:00:1c.5: PCI bridge to [bus 07-07]
[ 0.905678] pci 0000:00:1c.5: bridge window [io 0xd000-0xdfff]
[ 0.905685] pci 0000:00:1c.5: bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[ 0.905740] pci 0000:08:00.0: [1b21:1080] type 1 class 0x000604
[ 0.905842] pci 0000:00:1c.6: PCI bridge to [bus 08-09] (subtractive decode)
[ 0.905938] pci 0000:00:1c.6: bridge window [io 0xc000-0xcfff]
[ 0.905942] pci 0000:00:1c.6: bridge window [mem 0xfe300000-0xfe3fffff]
[ 0.905948] pci 0000:00:1c.6: bridge window [io 0x0000-0x0cf7] (subtractive decode)
[ 0.905949] pci 0000:00:1c.6: bridge window [io 0x0d00-0xffff] (subtractive decode)
[ 0.905950] pci 0000:00:1c.6: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.905952] pci 0000:00:1c.6: bridge window [mem 0xc0000000-0xffffffff] (subtractive decode)
[ 0.906015] pci 0000:09:03.0: [1106:3044] type 0 class 0x000c00
[ 0.906045] pci 0000:09:03.0: reg 10: [mem 0xfe300000-0xfe3007ff]
[ 0.906062] pci 0000:09:03.0: reg 14: [io 0xc000-0xc07f]
[ 0.906173] pci 0000:09:03.0: supports D2
[ 0.906174] pci 0000:09:03.0: PME# supported from D2 D3hot D3cold
[ 0.906180] pci 0000:09:03.0: PME# disabled
[ 0.906252] pci 0000:08:00.0: PCI bridge to [bus 09-09] (subtractive decode)
[ 0.906353] pci 0000:08:00.0: bridge window [io 0xc000-0xcfff]
[ 0.906358] pci 0000:08:00.0: bridge window [mem 0xfe300000-0xfe3fffff]
[ 0.906368] pci 0000:08:00.0: bridge window [io 0xc000-0xcfff] (subtractive decode)
[ 0.906369] pci 0000:08:00.0: bridge window [mem 0xfe300000-0xfe3fffff] (subtractive decode)
[ 0.906370] pci 0000:08:00.0: bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
[ 0.906372] pci 0000:08:00.0: bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
[ 0.906373] pci 0000:08:00.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
[ 0.906374] pci 0000:08:00.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
[ 0.906376] pci 0000:08:00.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.906377] pci 0000:08:00.0: bridge window [mem 0xc0000000-0xffffffff] (subtractive decode)
[ 0.906446] pci 0000:0a:00.0: [1b4b:9172] type 0 class 0x000106
[ 0.906462] pci 0000:0a:00.0: reg 10: [io 0xb040-0xb047]
[ 0.906474] pci 0000:0a:00.0: reg 14: [io 0xb030-0xb033]
[ 0.906487] pci 0000:0a:00.0: reg 18: [io 0xb020-0xb027]
[ 0.906499] pci 0000:0a:00.0: reg 1c: [io 0xb010-0xb013]
[ 0.906511] pci 0000:0a:00.0: reg 20: [io 0xb000-0xb00f]
[ 0.906523] pci 0000:0a:00.0: reg 24: [mem 0xfe210000-0xfe2101ff]
[ 0.906535] pci 0000:0a:00.0: reg 30: [mem 0xfe200000-0xfe20ffff pref]
[ 0.906571] pci 0000:0a:00.0: PME# supported from D3hot
[ 0.906575] pci 0000:0a:00.0: PME# disabled
[ 0.908576] pci 0000:00:1c.7: PCI bridge to [bus 0a-0a]
[ 0.908671] pci 0000:00:1c.7: bridge window [io 0xb000-0xbfff]
[ 0.908674] pci 0000:00:1c.7: bridge window [mem 0xfe200000-0xfe2fffff]
[ 0.908717] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.908767] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[ 0.908782] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
[ 0.908796] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX1._PRT]
[ 0.908809] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX2._PRT]
[ 0.908823] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3._PRT]
[ 0.908836] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4._PRT]
[ 0.908849] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX5._PRT]
[ 0.908863] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX6._PRT]
[ 0.908877] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX6.BR24._PRT]
[ 0.908907] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX7._PRT]
[ 0.908968] pci0000:00: Requesting ACPI _OSC control (0x1d)
[ 0.909178] pci0000:00: ACPI _OSC control (0x1c) granted
[ 0.911995] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 0.912750] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[ 0.913495] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.914186] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 0.914874] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[ 0.915614] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[ 0.916357] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 10 11 12 14 15)
[ 0.917104] ACPI: PCI Interrupt Link [LNKH] (IRQs *3 4 5 6 7 10 11 12 14 15)
[ 0.917886] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.918021] vgaarb: loaded
[ 0.918112] vgaarb: bridge control possible 0000:01:00.0
[ 0.918270] SCSI subsystem initialized
[ 0.918407] libata version 3.00 loaded.
[ 0.918491] usbcore: registered new interface driver usbfs
[ 0.918604] usbcore: registered new interface driver hub
[ 0.918718] usbcore: registered new device driver usb
[ 0.918918] Advanced Linux Sound Architecture Driver Version 1.0.24.
[ 0.919010] PCI: Using ACPI for IRQ routing
[ 0.920370] PCI: pci_cache_line_size set to 64 bytes
[ 0.920451] reserve RAM buffer: 000000000009d400 - 000000000009ffff
[ 0.920452] reserve RAM buffer: 00000000befa3000 - 00000000bfffffff
[ 0.920454] reserve RAM buffer: 00000000bf5c7000 - 00000000bfffffff
[ 0.920456] reserve RAM buffer: 00000000bf800000 - 00000000bfffffff
[ 0.920457] reserve RAM buffer: 000000023f800000 - 000000023fffffff
[ 0.920590] cfg80211: Calling CRDA to update world regulatory domain
[ 0.920765] NetLabel: Initializing
[ 0.920856] NetLabel: domain hash size = 128
[ 0.920948] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.921046] NetLabel: unlabeled traffic allowed by default
[ 0.921175] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.921734] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.924838] Switching to clocksource hpet
[ 0.929137] pnp: PnP ACPI init
[ 0.929235] ACPI: bus type pnp registered
[ 0.929399] pnp 00:00: [bus 00-ff]
[ 0.929401] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.929402] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.929403] pnp 00:00: [io 0x0d00-0xffff window]
[ 0.929405] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.929406] pnp 00:00: [mem 0x000c8000-0x000dffff window]
[ 0.929407] pnp 00:00: [mem 0xc0000000-0xffffffff window]
[ 0.929408] pnp 00:00: [mem 0x00000000 window]
[ 0.929453] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[ 0.929484] pnp 00:01: [mem 0xfed10000-0xfed19fff]
[ 0.929485] pnp 00:01: [mem 0xe0000000-0xe3ffffff]
[ 0.929486] pnp 00:01: [mem 0xfed90000-0xfed93fff]
[ 0.929487] pnp 00:01: [mem 0xfed20000-0xfed3ffff]
[ 0.929488] pnp 00:01: [mem 0xfee00000-0xfee0ffff]
[ 0.929529] system 00:01: [mem 0xfed10000-0xfed19fff] has been reserved
[ 0.929625] system 00:01: [mem 0xe0000000-0xe3ffffff] has been reserved
[ 0.929720] system 00:01: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.929814] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.929907] system 00:01: [mem 0xfee00000-0xfee0ffff] has been reserved
[ 0.930003] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.930049] pnp 00:02: [io 0x0000-0xffffffffffffffff disabled]
[ 0.930051] pnp 00:02: [io 0x0000-0xffffffffffffffff disabled]
[ 0.930052] pnp 00:02: [io 0x0290-0x029f]
[ 0.930053] pnp 00:02: [io 0x0000-0xffffffffffffffff disabled]
[ 0.930093] system 00:02: [io 0x0290-0x029f] has been reserved
[ 0.930189] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.930198] pnp 00:03: [dma 4]
[ 0.930199] pnp 00:03: [io 0x0000-0x000f]
[ 0.930200] pnp 00:03: [io 0x0081-0x0083]
[ 0.930202] pnp 00:03: [io 0x0087]
[ 0.930203] pnp 00:03: [io 0x0089-0x008b]
[ 0.930204] pnp 00:03: [io 0x008f]
[ 0.930205] pnp 00:03: [io 0x00c0-0x00df]
[ 0.930236] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.930241] pnp 00:04: [io 0x0070-0x0071]
[ 0.930247] pnp 00:04: [irq 8]
[ 0.930277] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.930281] pnp 00:05: [io 0x0061]
[ 0.930310] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.930319] pnp 00:06: [io 0x0010-0x001f]
[ 0.930320] pnp 00:06: [io 0x0022-0x003f]
[ 0.930321] pnp 00:06: [io 0x0044-0x005f]
[ 0.930322] pnp 00:06: [io 0x0063]
[ 0.930323] pnp 00:06: [io 0x0065]
[ 0.930324] pnp 00:06: [io 0x0067-0x006f]
[ 0.930325] pnp 00:06: [io 0x0072-0x007f]
[ 0.930325] pnp 00:06: [io 0x0080]
[ 0.930326] pnp 00:06: [io 0x0084-0x0086]
[ 0.930327] pnp 00:06: [io 0x0088]
[ 0.930328] pnp 00:06: [io 0x008c-0x008e]
[ 0.930329] pnp 00:06: [io 0x0090-0x009f]
[ 0.930330] pnp 00:06: [io 0x00a2-0x00bf]
[ 0.930331] pnp 00:06: [io 0x00e0-0x00ef]
[ 0.930332] pnp 00:06: [io 0x04d0-0x04d1]
[ 0.930375] system 00:06: [io 0x04d0-0x04d1] has been reserved
[ 0.930472] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.930477] pnp 00:07: [io 0x00f0-0x00ff]
[ 0.930481] pnp 00:07: [irq 13]
[ 0.930510] pnp 00:07: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.930522] pnp 00:08: [io 0x0060]
[ 0.930523] pnp 00:08: [io 0x0064]
[ 0.930527] pnp 00:08: [irq 1]
[ 0.930561] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[ 0.930704] pnp 00:09: [io 0x03f8-0x03ff]
[ 0.930708] pnp 00:09: [irq 4]
[ 0.930709] pnp 00:09: [dma 0 disabled]
[ 0.930760] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.930845] pnp 00:0a: [io 0x0400-0x0453]
[ 0.930846] pnp 00:0a: [io 0x0458-0x047f]
[ 0.930847] pnp 00:0a: [io 0x0000-0xffffffffffffffff disabled]
[ 0.930848] pnp 00:0a: [io 0x0500-0x057f]
[ 0.930849] pnp 00:0a: [mem 0xfed1c000-0xfed1ffff]
[ 0.930850] pnp 00:0a: [mem 0xfec00000-0xfecfffff]
[ 0.930851] pnp 00:0a: [mem 0xfed08000-0xfed08fff]
[ 0.930852] pnp 00:0a: [mem 0xff000000-0xffffffff]
[ 0.930896] system 00:0a: [io 0x0400-0x0453] has been reserved
[ 0.930991] system 00:0a: [io 0x0458-0x047f] has been reserved
[ 0.931093] system 00:0a: [io 0x0500-0x057f] has been reserved
[ 0.931187] system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.931282] system 00:0a: [mem 0xfec00000-0xfecfffff] could not be reserved
[ 0.931380] system 00:0a: [mem 0xfed08000-0xfed08fff] has been reserved
[ 0.931476] system 00:0a: [mem 0xff000000-0xffffffff] has been reserved
[ 0.931572] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.931592] pnp 00:0b: [io 0x0454-0x0457]
[ 0.931632] system 00:0b: [io 0x0454-0x0457] has been reserved
[ 0.931726] system 00:0b: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.931785] pnp 00:0c: [mem 0xfed00000-0xfed003ff]
[ 0.931823] pnp 00:0c: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.931909] pnp: PnP ACPI: found 13 devices
[ 0.932001] ACPI: ACPI bus type pnp unregistered
[ 0.936698] PCI: max bus depth: 2 pci_try_num: 3
[ 0.936766] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.936860] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
[ 0.936955] pci 0000:00:01.0: bridge window [mem 0xfe600000-0xfe6fffff]
[ 0.937061] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.937192] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.937292] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[ 0.937387] pci 0000:00:1c.1: bridge window [mem 0xfe500000-0xfe5fffff]
[ 0.937487] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
[ 0.937589] pci 0000:00:1c.3: PCI bridge to [bus 05-05]
[ 0.937690] pci 0000:00:1c.4: PCI bridge to [bus 06-06]
[ 0.937783] pci 0000:00:1c.4: bridge window [mem 0xfe400000-0xfe4fffff]
[ 0.937881] pci 0000:00:1c.5: PCI bridge to [bus 07-07]
[ 0.937976] pci 0000:00:1c.5: bridge window [io 0xd000-0xdfff]
[ 0.938091] pci 0000:00:1c.5: bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[ 0.938227] pci 0000:08:00.0: PCI bridge to [bus 09-09]
[ 0.938318] pci 0000:08:00.0: bridge window [io 0xc000-0xcfff]
[ 0.938418] pci 0000:08:00.0: bridge window [mem 0xfe300000-0xfe3fffff]
[ 0.938523] pci 0000:00:1c.6: PCI bridge to [bus 08-09]
[ 0.938615] pci 0000:00:1c.6: bridge window [io 0xc000-0xcfff]
[ 0.938714] pci 0000:00:1c.6: bridge window [mem 0xfe300000-0xfe3fffff]
[ 0.938813] pci 0000:00:1c.7: PCI bridge to [bus 0a-0a]
[ 0.938905] pci 0000:00:1c.7: bridge window [io 0xb000-0xbfff]
[ 0.939000] pci 0000:00:1c.7: bridge window [mem 0xfe200000-0xfe2fffff]
[ 0.939114] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.939208] pci 0000:00:01.0: setting latency timer to 64
[ 0.939215] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.939310] pci 0000:00:1c.0: setting latency timer to 64
[ 0.939316] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[ 0.939412] pci 0000:00:1c.1: setting latency timer to 64
[ 0.939418] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.939514] pci 0000:00:1c.2: setting latency timer to 64
[ 0.939521] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[ 0.939614] pci 0000:00:1c.3: setting latency timer to 64
[ 0.939619] pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.939712] pci 0000:00:1c.4: setting latency timer to 64
[ 0.939717] pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[ 0.939811] pci 0000:00:1c.5: setting latency timer to 64
[ 0.939816] pci 0000:00:1c.6: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.939914] pci 0000:00:1c.6: setting latency timer to 64
[ 0.939919] pci 0000:08:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 0.940028] pci 0000:08:00.0: setting latency timer to 64
[ 0.940034] pci 0000:00:1c.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[ 0.940131] pci 0000:00:1c.7: setting latency timer to 64
[ 0.940134] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.940135] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.940136] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.940137] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xffffffff]
[ 0.940139] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
[ 0.940140] pci_bus 0000:01: resource 1 [mem 0xfe600000-0xfe6fffff]
[ 0.940141] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.940143] pci_bus 0000:03: resource 1 [mem 0xfe500000-0xfe5fffff]
[ 0.940144] pci_bus 0000:06: resource 1 [mem 0xfe400000-0xfe4fffff]
[ 0.940145] pci_bus 0000:07: resource 0 [io 0xd000-0xdfff]
[ 0.940146] pci_bus 0000:07: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
[ 0.940148] pci_bus 0000:08: resource 0 [io 0xc000-0xcfff]
[ 0.940149] pci_bus 0000:08: resource 1 [mem 0xfe300000-0xfe3fffff]
[ 0.940150] pci_bus 0000:08: resource 4 [io 0x0000-0x0cf7]
[ 0.940151] pci_bus 0000:08: resource 5 [io 0x0d00-0xffff]
[ 0.940152] pci_bus 0000:08: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.940153] pci_bus 0000:08: resource 7 [mem 0xc0000000-0xffffffff]
[ 0.940155] pci_bus 0000:09: resource 0 [io 0xc000-0xcfff]
[ 0.940156] pci_bus 0000:09: resource 1 [mem 0xfe300000-0xfe3fffff]
[ 0.940157] pci_bus 0000:09: resource 4 [io 0xc000-0xcfff]
[ 0.940158] pci_bus 0000:09: resource 5 [mem 0xfe300000-0xfe3fffff]
[ 0.940159] pci_bus 0000:09: resource 8 [io 0x0000-0x0cf7]
[ 0.940160] pci_bus 0000:09: resource 9 [io 0x0d00-0xffff]
[ 0.940162] pci_bus 0000:09: resource 10 [mem 0x000a0000-0x000bffff]
[ 0.940163] pci_bus 0000:09: resource 11 [mem 0xc0000000-0xffffffff]
[ 0.940164] pci_bus 0000:0a: resource 0 [io 0xb000-0xbfff]
[ 0.940165] pci_bus 0000:0a: resource 1 [mem 0xfe200000-0xfe2fffff]
[ 0.940181] NET: Registered protocol family 2
[ 0.940406] IP route cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.941136] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[ 0.942145] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.942337] TCP: Hash tables configured (established 524288 bind 65536)
[ 0.942432] TCP reno registered
[ 0.942533] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.942651] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.942800] NET: Registered protocol family 1
[ 0.942952] RPC: Registered named UNIX socket transport module.
[ 0.943061] RPC: Registered udp transport module.
[ 0.943156] RPC: Registered tcp transport module.
[ 0.943247] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.943362] pci 0000:00:1a.0: EHCI: BIOS handoff
[ 1.066979] pci 0000:00:1d.0: EHCI: BIOS handoff
[ 1.189865] pci 0000:01:00.0: Boot video device
[ 1.189936] PCI: CLS 64 bytes, default 64
[ 1.189969] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 1.190064] Placing 64MB software IO TLB between ffff8800bafa3000 - ffff8800befa3000
[ 1.190200] software IO TLB at phys 0xbafa3000 - 0xbefa3000
[ 1.191907] microcode: CPU0 sig=0x206a7, pf=0x2, revision=0x17
[ 1.192005] microcode: CPU1 sig=0x206a7, pf=0x2, revision=0x17
[ 1.192104] microcode: CPU2 sig=0x206a7, pf=0x2, revision=0x17
[ 1.192202] microcode: CPU3 sig=0x206a7, pf=0x2, revision=0x17
[ 1.192301] microcode: CPU4 sig=0x206a7, pf=0x2, revision=0x17
[ 1.192401] microcode: CPU5 sig=0x206a7, pf=0x2, revision=0x17
[ 1.192500] microcode: CPU6 sig=0x206a7, pf=0x2, revision=0x17
[ 1.192598] microcode: CPU7 sig=0x206a7, pf=0x2, revision=0x17
[ 1.192719] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 1.192997] audit: initializing netlink socket (disabled)
[ 1.193095] type=2000 audit(1329300629.847:1): initialized
[ 1.211796] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 1.213974] VFS: Disk quotas dquot_6.5.2
[ 1.214111] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.214674] SGI XFS with security attributes, large block/inode numbers, no debug enabled
[ 1.215191] msgmni has been set to 15921
[ 1.215342] SELinux: Registering netfilter hooks
[ 1.215592] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 1.215728] io scheduler noop registered
[ 1.215821] io scheduler deadline registered
[ 1.215958] io scheduler cfq registered (default)
[ 1.216112] pcieport 0000:00:01.0: setting latency timer to 64
[ 1.216129] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[ 1.216200] pcieport 0000:00:1c.0: setting latency timer to 64
[ 1.216237] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
[ 1.216306] pcieport 0000:00:1c.1: setting latency timer to 64
[ 1.216342] pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
[ 1.216412] pcieport 0000:00:1c.2: setting latency timer to 64
[ 1.216448] pcieport 0000:00:1c.2: irq 43 for MSI/MSI-X
[ 1.216518] pcieport 0000:00:1c.3: setting latency timer to 64
[ 1.216554] pcieport 0000:00:1c.3: irq 44 for MSI/MSI-X
[ 1.216624] pcieport 0000:00:1c.4: setting latency timer to 64
[ 1.216660] pcieport 0000:00:1c.4: irq 45 for MSI/MSI-X
[ 1.216730] pcieport 0000:00:1c.5: setting latency timer to 64
[ 1.216767] pcieport 0000:00:1c.5: irq 46 for MSI/MSI-X
[ 1.216844] pcieport 0000:00:1c.7: setting latency timer to 64
[ 1.216881] pcieport 0000:00:1c.7: irq 47 for MSI/MSI-X
[ 1.217017] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 1.217147] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.481787] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 1.559268] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 1.575817] Non-volatile memory driver v1.3
[ 1.575910] Linux agpgart interface v0.103
[ 1.576190] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[ 1.576329] ACPI: Power Button [PWRB]
[ 1.576461] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 1.576599] ACPI: Power Button [PWRF]
[ 1.576863] Monitor-Mwait will be used to enter C-1 state
[ 1.578535] [drm] Initialized drm 1.1.0 20060810
[ 1.578680] [drm] radeon defaulting to kernel modesetting.
[ 1.578777] [drm] radeon kernel modesetting enabled.
[ 1.578889] radeon 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 1.578986] radeon 0000:01:00.0: setting latency timer to 64
[ 1.579080] [drm] initializing kernel modesetting (CAYMAN 0x1002:0x6718 0x1043:0x03BC).
[ 1.579242] [drm] register mmio base: 0xFE620000
[ 1.579336] [drm] register mmio size: 131072
[ 1.579500] ATOM BIOS: 6718.13.10.0.9.AS03.U13
[ 1.579637] radeon 0000:01:00.0: VRAM: 2048M 0x0000000000000000 - 0x000000007FFFFFFF (2048M used)
[ 1.581031] radeon 0000:01:00.0: GTT: 512M 0x0000000080000000 - 0x000000009FFFFFFF
[ 1.581166] mtrr: type mismatch for c0000000,10000000 old: write-back new: write-combining
[ 1.581301] [drm] Detected VRAM RAM=2048M, BAR=256M
[ 1.581397] [drm] RAM width 256bits DDR
[ 1.581509] [TTM] Zone kernel: Available graphics memory: 4075972 kiB.
[ 1.581623] [TTM] Zone dma32: Available graphics memory: 2097152 kiB.
[ 1.581721] [TTM] Initializing pool allocator.
[ 1.581825] [drm] radeon: 2048M of VRAM memory ready
[ 1.581919] [drm] radeon: 512M of GTT memory ready.
[ 1.582019] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 1.582116] [drm] Driver supports precise vblank timestamp query.
[ 1.582234] radeon 0000:01:00.0: irq 48 for MSI/MSI-X
[ 1.582238] radeon 0000:01:00.0: radeon: using MSI.
[ 1.582356] [drm] radeon: irq initialized.
[ 1.582449] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 1.582818] [drm] Loading CAYMAN Microcode
[ 2.192293] Refined TSC clocksource calibration: 3411.127 MHz.
[ 2.192392] Switching to clocksource tsc
[ 62.225394] ni_cp: Failed to load firmware "radeon/CAYMAN_pfp.bin"
[ 62.225489] [drm:cayman_startup] *ERROR* Failed to load firmware!
[ 62.225583] radeon 0000:01:00.0: disabling GPU acceleration
[ 62.226705] radeon 0000:01:00.0: ffff8802349e2000 unpin not necessary
[ 62.226799] radeon 0000:01:00.0: ffff8802349e2000 unpin not necessary
[ 62.226901] [drm:cayman_init] *ERROR* radeon: MC ucode required for NI+.
[ 62.226994] radeon 0000:01:00.0: Fatal error during GPU init
[ 62.227086] [drm] radeon: finishing device.
[ 62.228192] [TTM] Finalizing pool allocator.
[ 62.228293] [TTM] Zone kernel: Used memory at exit: 0 kiB.
[ 62.228396] [TTM] Zone dma32: Used memory at exit: 0 kiB.
[ 62.228490] [drm] radeon: ttm finalized
[ 62.228660] radeon 0000:01:00.0: PCI INT A disabled
[ 62.228754] radeon: probe of 0000:01:00.0 failed with error -22
[ 62.228869] [drm:i915_init] *ERROR* drm/i915 can't work without intel_agp module!
[ 62.229929] brd: module loaded
[ 62.230506] loop: module loaded
[ 62.230712] ahci 0000:00:1f.2: version 3.0
[ 62.230723] ahci 0000:00:1f.2: PCI INT B -> GSI 20 (level, low) -> IRQ 20
[ 62.230848] ahci 0000:00:1f.2: irq 48 for MSI/MSI-X
[ 62.241351] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x12 impl SATA mode
[ 62.241487] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst
[ 62.241622] ahci 0000:00:1f.2: setting latency timer to 64
[ 62.243742] scsi0 : ahci
[ 62.243889] scsi1 : ahci
[ 62.244033] scsi2 : ahci
[ 62.244170] scsi3 : ahci
[ 62.244308] scsi4 : ahci
[ 62.244454] scsi5 : ahci
[ 62.244638] ata1: DUMMY
[ 62.244730] ata2: SATA max UDMA/133 abar m2048@0xfe705000 port 0xfe705180 irq 48
[ 62.244863] ata3: DUMMY
[ 62.244952] ata4: DUMMY
[ 62.245042] ata5: SATA max UDMA/133 abar m2048@0xfe705000 port 0xfe705300 irq 48
[ 62.245171] ata6: DUMMY
[ 62.245277] ahci 0000:0a:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 62.245420] ahci 0000:0a:00.0: irq 49 for MSI/MSI-X
[ 62.245470] ahci 0000:0a:00.0: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[ 62.245601] ahci 0000:0a:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
[ 62.245735] ahci 0000:0a:00.0: setting latency timer to 64
[ 62.245937] scsi6 : ahci
[ 62.246081] scsi7 : ahci
[ 62.246214] ata7: SATA max UDMA/133 abar m512@0xfe210000 port 0xfe210100 irq 49
[ 62.246349] ata8: SATA max UDMA/133 abar m512@0xfe210000 port 0xfe210180 irq 49
[ 62.246610] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[ 62.246702] e100: Copyright(c) 1999-2006 Intel Corporation
[ 62.246816] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[ 62.246909] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 62.247020] sky2: driver version 1.30
[ 62.247172] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 62.247275] r8169 0000:07:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 62.247387] r8169 0000:07:00.0: setting latency timer to 64
[ 62.247443] r8169 0000:07:00.0: irq 50 for MSI/MSI-X
[ 62.247584] r8169 0000:07:00.0: eth0: RTL8168e/8111e at 0xffffc90000c7a000, f4:6d:04:96:8f:f7, XID 0c200000 IRQ 50
[ 62.247719] r8169 0000:07:00.0: eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 62.247937] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 62.248031] ehci_hcd: block sizes: qh 112 qtd 96 itd 192 sitd 96
[ 62.248044] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 62.248143] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[ 62.248146] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[ 62.248246] drivers/usb/core/inode.c: creating file 'devices'
[ 62.248248] drivers/usb/core/inode.c: creating file '001'
[ 62.248273] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 62.248416] ehci_hcd 0000:00:1a.0: reset hcs_params 0x200002 dbg=2 cc=0 pcc=0 ordered !ppc ports=2
[ 62.248419] ehci_hcd 0000:00:1a.0: reset hcc_params 36881 caching frame 1024 64 bit addr
[ 62.248429] ehci_hcd 0000:00:1a.0: support lpm
[ 62.248437] ehci_hcd 0000:00:1a.0: debug port 2
[ 62.248530] ehci_hcd 0000:00:1a.0: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
[ 62.252417] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
[ 62.252418] ehci_hcd 0000:00:1a.0: supports USB remote wakeup
[ 62.252428] ehci_hcd 0000:00:1a.0: irq 23, io mem 0xfe707000
[ 62.252523] ehci_hcd 0000:00:1a.0: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
[ 62.256410] ehci_hcd 0000:00:1a.0: init command 0010001 (park)=0 ithresh=1 period=1024 RUN
[ 62.262330] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 62.262437] usb usb1: default language 0x0409
[ 62.262441] usb usb1: udev 1, busnum 1, minor = 0
[ 62.262442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 62.262537] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 62.262670] usb usb1: Product: EHCI Host Controller
[ 62.262763] usb usb1: Manufacturer: Linux 3.2.1-gentoo-r2 ehci_hcd
[ 62.262855] usb usb1: SerialNumber: 0000:00:1a.0
[ 62.262983] usb usb1: usb_probe_device
[ 62.262985] usb usb1: configuration #1 chosen from 1 choice
[ 62.262989] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[ 62.263014] hub 1-0:1.0: usb_probe_interface
[ 62.263015] hub 1-0:1.0: usb_probe_interface - got id
[ 62.263016] hub 1-0:1.0: USB hub found
[ 62.263108] hub 1-0:1.0: 2 ports detected
[ 62.263200] hub 1-0:1.0: standalone hub
[ 62.263201] hub 1-0:1.0: no power switching (usb 1.0)
[ 62.263202] hub 1-0:1.0: individual port over-current protection
[ 62.263203] hub 1-0:1.0: power on to power good time: 20ms
[ 62.263205] hub 1-0:1.0: local power source is good
[ 62.263206] hub 1-0:1.0: trying to enable port power on non-switchable hub
[ 62.263217] drivers/usb/core/inode.c: creating file '001'
[ 62.263239] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 62.263344] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[ 62.263347] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[ 62.263442] drivers/usb/core/inode.c: creating file '002'
[ 62.263467] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 62.263600] ehci_hcd 0000:00:1d.0: reset hcs_params 0x200002 dbg=2 cc=0 pcc=0 ordered !ppc ports=2
[ 62.263603] ehci_hcd 0000:00:1d.0: reset hcc_params 36881 caching frame 1024 64 bit addr
[ 62.263611] ehci_hcd 0000:00:1d.0: support lpm
[ 62.263620] ehci_hcd 0000:00:1d.0: debug port 2
[ 62.263713] ehci_hcd 0000:00:1d.0: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
[ 62.267606] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
[ 62.267607] ehci_hcd 0000:00:1d.0: supports USB remote wakeup
[ 62.267610] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xfe706000
[ 62.267708] ehci_hcd 0000:00:1d.0: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
[ 62.271599] ehci_hcd 0000:00:1d.0: init command 0010001 (park)=0 ithresh=1 period=1024 RUN
[ 62.277322] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 62.277427] usb usb2: default language 0x0409
[ 62.277430] usb usb2: udev 1, busnum 2, minor = 128
[ 62.277431] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 62.277524] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 62.277653] usb usb2: Product: EHCI Host Controller
[ 62.277746] usb usb2: Manufacturer: Linux 3.2.1-gentoo-r2 ehci_hcd
[ 62.277839] usb usb2: SerialNumber: 0000:00:1d.0
[ 62.277966] usb usb2: usb_probe_device
[ 62.277967] usb usb2: configuration #1 chosen from 1 choice
[ 62.277971] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[ 62.277994] hub 2-0:1.0: usb_probe_interface
[ 62.277995] hub 2-0:1.0: usb_probe_interface - got id
[ 62.277996] hub 2-0:1.0: USB hub found
[ 62.278090] hub 2-0:1.0: 2 ports detected
[ 62.278182] hub 2-0:1.0: standalone hub
[ 62.278183] hub 2-0:1.0: no power switching (usb 1.0)
[ 62.278184] hub 2-0:1.0: individual port over-current protection
[ 62.278185] hub 2-0:1.0: power on to power good time: 20ms
[ 62.278187] hub 2-0:1.0: local power source is good
[ 62.278188] hub 2-0:1.0: trying to enable port power on non-switchable hub
[ 62.278199] drivers/usb/core/inode.c: creating file '001'
[ 62.278232] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 62.278327] ohci_hcd: block sizes: ed 80 td 96
[ 62.278348] uhci_hcd: USB Universal Host Controller Interface driver
[ 62.278483] usbcore: registered new interface driver usblp
[ 62.278576] Initializing USB Mass Storage driver...
[ 62.278690] usbcore: registered new interface driver usb-storage
[ 62.278786] USB Mass Storage support registered.
[ 62.278900] usbcore: registered new interface driver libusual
[ 62.279046] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[ 62.279142] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[ 62.279964] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 62.280110] mousedev: PS/2 mouse device common for all mice
[ 62.280310] rtc_cmos 00:04: RTC can wake from S4
[ 62.280490] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[ 62.280608] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 62.280728] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 62.280970] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[ 62.281134] cpuidle: using governor ladder
[ 62.281225] cpuidle: using governor menu
[ 62.281318] EFI Variables Facility v0.08 2004-May-17
[ 62.281807] usbcore: registered new interface driver usbhid
[ 62.281900] usbhid: USB HID core driver
[ 62.282203] snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 62.282372] snd_hda_intel 0000:00:1b.0: irq 51 for MSI/MSI-X
[ 62.282389] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
[ 62.302038] snd_hda_intel 0000:01:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 62.302202] snd_hda_intel 0000:01:00.1: irq 52 for MSI/MSI-X
[ 62.302216] snd_hda_intel 0000:01:00.1: setting latency timer to 64
[ 62.305627] HDMI status: Codec=0 Pin=3 Presence_Detect=0 ELD_Valid=0
[ 62.305921] ALSA device list:
[ 62.306016] #0: HDA Intel PCH at 0xfe700000 irq 51
[ 62.306110] #1: HD-Audio Generic at 0xfe640000 irq 52
[ 62.306247] Netfilter messages via NETLINK v0.30.
[ 62.306350] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 62.306552] ctnetlink v0.93: registering with nfnetlink.
[ 62.306828] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 62.306940] TCP cubic registered
[ 62.307034] Initializing XFRM netlink socket
[ 62.307240] NET: Registered protocol family 10
[ 62.307640] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 62.307757] IPv6 over IPv4 tunneling driver
[ 62.308092] NET: Registered protocol family 17
[ 62.308190] Registering the dns_resolver key type
[ 62.308360] PM: Hibernation image not present or could not be loaded.
[ 62.308367] registered taskstats version 1
[ 62.308804] Magic number: 0:776:173
[ 62.308904] pci_express 0000:00:1c.0:pcie01: hash matches
[ 62.309017] console [netcon0] enabled
[ 62.309109] netconsole: network logging started
[ 62.311240] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[ 62.362284] ehci_hcd 0000:00:1a.0: GetStatus port:1 status 001803 0 ACK POWER sig=j CSC CONNECT
[ 62.362287] hub 1-0:1.0: port 1: status 0501 change 0001
[ 62.377273] ehci_hcd 0000:00:1d.0: GetStatus port:1 status 001803 0 ACK POWER sig=j CSC CONNECT
[ 62.377275] hub 2-0:1.0: port 1: status 0501 change 0001
[ 62.462225] hub 1-0:1.0: state 7 ports 2 chg 0002 evt 0000
[ 62.462231] hub 1-0:1.0: port 1, status 0501, change 0000, 480 Mb/s
[ 62.513394] ehci_hcd 0000:00:1a.0: port 1 high speed
[ 62.513396] ehci_hcd 0000:00:1a.0: GetStatus port:1 status 001005 0 ACK POWER sig=se0 PE CONNECT
[ 62.549171] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 62.549281] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 62.550887] ata2.00: ATA-8: WDC WD1002FAEX-00Z3A0, 05.01D05, max UDMA/133
[ 62.550982] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 62.551181] ata8: SATA link down (SStatus 0 SControl 300)
[ 62.551303] ata7: SATA link down (SStatus 0 SControl 300)
[ 62.551843] ata5.00: ATAPI: ATAPI iHAS124 B, AL0Q, max UDMA/100
[ 62.552647] ata5.00: configured for UDMA/100
[ 62.553071] ata2.00: configured for UDMA/133
[ 62.553226] scsi 1:0:0:0: Direct-Access ATA WDC WD1002FAEX-0 05.0 PQ: 0 ANSI: 5
[ 62.553452] sd 1:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[ 62.553486] sd 1:0:0:0: Attached scsi generic sg0 type 0
[ 62.553702] sd 1:0:0:0: [sda] Write Protect is off
[ 62.553813] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 62.553826] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 62.554860] scsi 4:0:0:0: CD-ROM ATAPI iHAS124 B AL0Q PQ: 0 ANSI: 5
[ 62.558242] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[ 62.559617] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 62.559780] sr 4:0:0:0: Attached scsi CD-ROM sr0
[ 62.559834] sr 4:0:0:0: Attached scsi generic sg1 type 5
[ 62.564155] usb 1-1: new high-speed USB device number 2 using ehci_hcd
[ 62.593662] sda: sda1 sda2 < sda5 sda6 > sda3 sda4
[ 62.593997] sd 1:0:0:0: [sda] Attached SCSI disk
[ 62.594101] md: Waiting for all devices to be available before autodetect
[ 62.594197] md: If you don't use raid, use raid=noautodetect
[ 62.594370] md: Autodetecting RAID arrays.
[ 62.594460] md: Scanned 0 and added 0 devices.
[ 62.594551] md: autorun ...
[ 62.594642] md: ... autorun DONE.
[ 62.613583] EXT4-fs (sda5): couldn't mount as ext3 due to feature incompatibilities
[ 62.615327] ehci_hcd 0000:00:1a.0: port 1 high speed
[ 62.615329] ehci_hcd 0000:00:1a.0: GetStatus port:1 status 001005 0 ACK POWER sig=se0 PE CONNECT
[ 62.629236] EXT4-fs (sda5): couldn't mount as ext2 due to feature incompatibilities
[ 62.665936] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[ 62.666076] VFS: Mounted root (ext4 filesystem) readonly on device 8:5.
[ 62.666742] Freeing unused kernel memory: 636k freed
[ 62.666883] Write protecting the kernel read-only data: 12288k
[ 62.667232] Freeing unused kernel memory: 112k freed
[ 62.669887] Freeing unused kernel memory: 1548k freed
[ 62.678169] ehci_hcd 0000:00:1a.0: set dev address 2 for port 1
[ 62.678173] ehci_hcd 0000:00:1a.0: LPM: no device attached
[ 62.678417] usb 1-1: udev 2, busnum 1, minor = 1
[ 62.678419] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
[ 62.678513] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 62.701611] usb 1-1: usb_probe_device
[ 62.701613] usb 1-1: configuration #1 chosen from 1 choice
[ 62.701656] usb 1-1: adding 1-1:1.0 (config #1, interface 0)
[ 62.701681] hub 1-1:1.0: usb_probe_interface
[ 62.701682] hub 1-1:1.0: usb_probe_interface - got id
[ 62.701683] hub 1-1:1.0: USB hub found
[ 62.701901] hub 1-1:1.0: 6 ports detected
[ 62.701992] hub 1-1:1.0: standalone hub
[ 62.701993] hub 1-1:1.0: individual port power switching
[ 62.701994] hub 1-1:1.0: individual port over-current protection
[ 62.701994] hub 1-1:1.0: Single TT
[ 62.701996] hub 1-1:1.0: TT requires at most 8 FS bit times (666 ns)
[ 62.701997] hub 1-1:1.0: power on to power good time: 100ms
[ 62.702275] hub 1-1:1.0: local power source is good
[ 62.702276] hub 1-1:1.0: enabling power on all ports
[ 62.703031] drivers/usb/core/inode.c: creating file '002'
[ 62.703038] hub 2-0:1.0: state 7 ports 2 chg 0002 evt 0000
[ 62.703042] hub 2-0:1.0: port 1, status 0501, change 0000, 480 Mb/s
[ 62.753363] ehci_hcd 0000:00:1d.0: port 1 high speed
[ 62.753366] ehci_hcd 0000:00:1d.0: GetStatus port:1 status 001005 0 ACK POWER sig=se0 PE CONNECT
[ 62.802712] usb 1-1: link qh256-0001/ffff88023541ac00 start 1 [1/0 us]
[ 62.803999] usb 2-1: new high-speed USB device number 2 using ehci_hcd
[ 62.855171] ehci_hcd 0000:00:1d.0: port 1 high speed
[ 62.855174] ehci_hcd 0000:00:1d.0: GetStatus port:1 status 001005 0 ACK POWER sig=se0 PE CONNECT
[ 62.918010] ehci_hcd 0000:00:1d.0: set dev address 2 for port 1
[ 62.918014] ehci_hcd 0000:00:1d.0: LPM: no device attached
[ 62.918259] usb 2-1: udev 2, busnum 2, minor = 129
[ 62.918261] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
[ 62.918355] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 62.918486] usb 2-1: usb_probe_device
[ 62.918487] usb 2-1: configuration #1 chosen from 1 choice
[ 62.918638] usb 2-1: adding 2-1:1.0 (config #1, interface 0)
[ 62.918661] hub 2-1:1.0: usb_probe_interface
[ 62.918662] hub 2-1:1.0: usb_probe_interface - got id
[ 62.918663] hub 2-1:1.0: USB hub found
[ 62.918883] hub 2-1:1.0: 8 ports detected
[ 62.918976] hub 2-1:1.0: standalone hub
[ 62.918977] hub 2-1:1.0: individual port power switching
[ 62.918978] hub 2-1:1.0: individual port over-current protection
[ 62.918979] hub 2-1:1.0: Single TT
[ 62.918980] hub 2-1:1.0: TT requires at most 8 FS bit times (666 ns)
[ 62.918981] hub 2-1:1.0: power on to power good time: 100ms
[ 62.919257] hub 2-1:1.0: local power source is good
[ 62.919258] hub 2-1:1.0: enabling power on all ports
[ 62.920267] drivers/usb/core/inode.c: creating file '002'
[ 62.920279] hub 1-1:1.0: state 7 ports 6 chg 0000 evt 0000
[ 63.020068] hub 2-1:1.0: port 2: status 0101 change 0001
[ 63.020567] hub 2-1:1.0: port 5: status 0101 change 0001
[ 63.020942] hub 2-1:1.0: port 7: status 0101 change 0001
[ 63.120807] usb 2-1: link qh256-0001/ffff880235bb0a00 start 1 [1/0 us]
[ 63.120816] hub 2-1:1.0: state 7 ports 8 chg 00a4 evt 0000
[ 63.120881] hub 2-1:1.0: port 2, status 0101, change 0000, 12 Mb/s
[ 63.124162] kbd_mode used greatest stack depth: 5408 bytes left
[ 63.131873] hub 2-1:1.0: port 2 not reset yet, waiting 10ms
[ 63.146497] loadkeys used greatest stack depth: 4960 bytes left
[ 63.146662] init-early.sh used greatest stack depth: 4672 bytes left
[ 63.180903] fstabinfo used greatest stack depth: 4632 bytes left
[ 63.193835] usb 2-1.2: new high-speed USB device number 3 using ehci_hcd
[ 63.204825] hub 2-1:1.0: port 2 not reset yet, waiting 10ms
[ 63.279027] usb 2-1.2: udev 3, busnum 2, minor = 130
[ 63.279028] usb 2-1.2: New USB device found, idVendor=05ac, idProduct=9136
[ 63.279124] usb 2-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 63.279296] usb 2-1.2: usb_probe_device
[ 63.279297] usb 2-1.2: configuration #1 chosen from 1 choice
[ 63.279404] usb 2-1.2: adding 2-1.2:1.0 (config #1, interface 0)
[ 63.279427] hub 2-1.2:1.0: usb_probe_interface
[ 63.279428] hub 2-1.2:1.0: usb_probe_interface - got id
[ 63.279430] hub 2-1.2:1.0: USB hub found
[ 63.279650] hub 2-1.2:1.0: 4 ports detected
[ 63.279743] hub 2-1.2:1.0: compound device; port removable status: RRRF
[ 63.279744] hub 2-1.2:1.0: ganged power switching
[ 63.279745] hub 2-1.2:1.0: global over-current protection
[ 63.279905] hub 2-1.2:1.0: TT per port
[ 63.279906] hub 2-1.2:1.0: TT requires at most 8 FS bit times (666 ns)
[ 63.279907] hub 2-1.2:1.0: power on to power good time: 100ms
[ 63.280149] hub 2-1.2:1.0: local power source is good
[ 63.280150] hub 2-1.2:1.0: no over-current condition exists
[ 63.280151] hub 2-1.2:1.0: enabling power on all ports
[ 63.280650] drivers/usb/core/inode.c: creating file '003'
[ 63.280774] hub 2-1:1.0: port 5, status 0101, change 0000, 12 Mb/s
[ 63.291770] hub 2-1:1.0: port 5 not reset yet, waiting 10ms
[ 63.353731] usb 2-1.5: new high-speed USB device number 4 using ehci_hcd
[ 63.364721] hub 2-1:1.0: port 5 not reset yet, waiting 10ms
[ 63.379712] hub 2-1.2:1.0: port 1: status 0301 change 0001
[ 63.380208] hub 2-1.2:1.0: port 4: status 0101 change 0001
[ 63.439670] usb 2-1.5: default language 0x0409
[ 63.440048] usb 2-1.5: udev 4, busnum 2, minor = 131
[ 63.440050] usb 2-1.5: New USB device found, idVendor=05e3, idProduct=0608
[ 63.440147] usb 2-1.5: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 63.440280] usb 2-1.5: Product: USB2.0 Hub
[ 63.440420] usb 2-1.5: usb_probe_device
[ 63.440423] usb 2-1.5: configuration #1 chosen from 1 choice
[ 63.440676] usb 2-1.5: adding 2-1.5:1.0 (config #1, interface 0)
[ 63.440706] hub 2-1.5:1.0: usb_probe_interface
[ 63.440707] hub 2-1.5:1.0: usb_probe_interface - got id
[ 63.440708] hub 2-1.5:1.0: USB hub found
[ 63.441169] hub 2-1.5:1.0: 4 ports detected
[ 63.441261] hub 2-1.5:1.0: standalone hub
[ 63.441262] hub 2-1.5:1.0: ganged power switching
[ 63.441263] hub 2-1.5:1.0: global over-current protection
[ 63.441264] hub 2-1.5:1.0: Single TT
[ 63.441265] hub 2-1.5:1.0: TT requires at most 32 FS bit times (2664 ns)
[ 63.441266] hub 2-1.5:1.0: Port indicators are supported
[ 63.441267] hub 2-1.5:1.0: power on to power good time: 100ms
[ 63.441669] hub 2-1.5:1.0: local power source is good
[ 63.441670] hub 2-1.5:1.0: no over-current condition exists
[ 63.441671] hub 2-1.5:1.0: enabling power on all ports
[ 63.443175] drivers/usb/core/inode.c: creating file '004'
[ 63.443293] hub 2-1:1.0: port 7, status 0101, change 0000, 12 Mb/s
[ 63.446805] mknod used greatest stack depth: 4544 bytes left
[ 63.453666] hub 2-1:1.0: port 7 not reset yet, waiting 10ms
[ 63.479574] usb 2-1.2: link qh256-0001/ffff8802359d2f80 start 2 [1/0 us]
[ 63.515627] usb 2-1.7: new full-speed USB device number 5 using ehci_hcd
[ 63.526615] hub 2-1:1.0: port 7 not reset yet, waiting 10ms
[ 63.543981] usb 2-1.5: link qh256-0001/ffff8802359d2000 start 3 [1/0 us]
[ 63.563191] udevd[1255]: starting version 171
[ 63.581879] blkid used greatest stack depth: 4328 bytes left
[ 63.601942] usb 2-1.7: udev 5, busnum 2, minor = 132
[ 63.601944] usb 2-1.7: New USB device found, idVendor=0cf3, idProduct=3000
[ 63.601945] usb 2-1.7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 63.601978] usb 2-1.7: usb_probe_device
[ 63.601980] usb 2-1.7: configuration #1 chosen from 1 choice
[ 63.602066] usb 2-1.7: adding 2-1.7:1.0 (config #1, interface 0)
[ 63.602089] drivers/usb/core/inode.c: creating file '005'
[ 63.602190] hub 2-1:1.0: state 7 ports 8 chg 0000 evt fe80
[ 63.602314] hub 2-1.2:1.0: state 7 ports 4 chg 0012 evt 0000
[ 63.602438] hub 2-1.2:1.0: port 1, status 0301, change 0000, 1.5 Mb/s
[ 63.613559] hub 2-1.2:1.0: port 1 not reset yet, waiting 10ms
[ 63.675521] usb 2-1.2.1: new low-speed USB device number 6 using ehci_hcd
[ 63.687508] hub 2-1.2:1.0: port 1 not reset yet, waiting 10ms
[ 63.764709] usb 2-1.2.1: skipped 1 descriptor after interface
[ 63.765083] usb 2-1.2.1: default language 0x0409
[ 63.767081] usb 2-1.2.1: udev 6, busnum 2, minor = 133
[ 63.767082] usb 2-1.2.1: New USB device found, idVendor=1bcf, idProduct=0535
[ 63.767083] usb 2-1.2.1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 63.767085] usb 2-1.2.1: Product: 2.4GHz 2way RF Mouse Receiver
[ 63.767111] usb 2-1.2.1: usb_probe_device
[ 63.767112] usb 2-1.2.1: configuration #1 chosen from 1 choice
[ 63.767586] usb 2-1.2.1: adding 2-1.2.1:1.0 (config #1, interface 0)
[ 63.767603] usbhid 2-1.2.1:1.0: usb_probe_interface
[ 63.767604] usbhid 2-1.2.1:1.0: usb_probe_interface - got id
[ 63.771699] input: 2.4GHz 2way RF Mouse Receiver as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2.1/2-1.2.1:1.0/input/input3
[ 63.771708] usb 2-1.2.1: link qh8-0601/ffff880235a7b280 start 4 [1/2 us]
[ 63.771731] usbhid 2-1.2.1:1.0: looking for a minor, starting at 96
[ 63.771749] generic-usb 0003:1BCF:0535.0001: input,hiddev0,hidraw0: USB HID v1.11 Mouse [2.4GHz 2way RF Mouse Receiver] on usb-0000:00:1d.0-1.2.1/input0
[ 63.771758] drivers/usb/core/inode.c: creating file '006'
[ 63.771831] hub 2-1.2:1.0: port 4, status 0101, change 0000, 12 Mb/s
[ 63.782449] hub 2-1.2:1.0: port 4 not reset yet, waiting 10ms
[ 63.844410] usb 2-1.2.4: new high-speed USB device number 7 using ehci_hcd
[ 63.855400] hub 2-1.2:1.0: port 4 not reset yet, waiting 10ms
[ 63.929601] usb 2-1.2.4: udev 7, busnum 2, minor = 134
[ 63.929603] usb 2-1.2.4: New USB device found, idVendor=05ac, idProduct=9137
[ 63.929604] usb 2-1.2.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 63.929630] usb 2-1.2.4: usb_probe_device
[ 63.929631] usb 2-1.2.4: configuration #1 chosen from 1 choice
[ 63.929728] usb 2-1.2.4: adding 2-1.2.4:1.0 (config #1, interface 0)
[ 63.929742] hub 2-1.2.4:1.0: usb_probe_interface
[ 63.929743] hub 2-1.2.4:1.0: usb_probe_interface - got id
[ 63.929744] hub 2-1.2.4:1.0: USB hub found
[ 63.929851] hub 2-1.2.4:1.0: 3 ports detected
[ 63.929852] hub 2-1.2.4:1.0: compound device; port removable status: FFF
[ 63.929853] hub 2-1.2.4:1.0: ganged power switching
[ 63.929854] hub 2-1.2.4:1.0: global over-current protection
[ 63.929979] hub 2-1.2.4:1.0: TT per port
[ 63.929981] hub 2-1.2.4:1.0: TT requires at most 8 FS bit times (666 ns)
[ 63.929982] hub 2-1.2.4:1.0: power on to power good time: 100ms
[ 63.930224] hub 2-1.2.4:1.0: local power source is good
[ 63.930225] hub 2-1.2.4:1.0: no over-current condition exists
[ 63.930226] hub 2-1.2.4:1.0: enabling power on all ports
[ 63.930600] drivers/usb/core/inode.c: creating file '007'
[ 63.930608] hub 2-1.5:1.0: state 7 ports 4 chg 0000 evt 0000
[ 63.930610] hub 2-1.2:1.0: state 7 ports 4 chg 0000 evt 0010
[ 64.030290] hub 2-1.2.4:1.0: port 1: status 0101 change 0001
[ 64.030534] hub 2-1.2.4:1.0: port 2: status 0101 change 0001
[ 64.030783] hub 2-1.2.4:1.0: port 3: status 0101 change 0001
[ 64.130144] usb 2-1.2.4: link qh256-0001/ffff88023541ad00 start 5 [1/0 us]
[ 64.130149] hub 2-1.2.4:1.0: state 7 ports 3 chg 000e evt 0000
[ 64.130223] hub 2-1.2.4:1.0: port 1, status 0101, change 0000, 12 Mb/s
[ 64.141212] hub 2-1.2.4:1.0: port 1 not reset yet, waiting 10ms
[ 64.203175] usb 2-1.2.4.1: new full-speed USB device number 8 using ehci_hcd
[ 64.214165] hub 2-1.2.4:1.0: port 1 not reset yet, waiting 10ms
[ 64.288038] usb 2-1.2.4.1: ep0 maxpacket = 8
[ 64.290116] usb 2-1.2.4.1: skipped 11 descriptors after interface
[ 64.290117] usb 2-1.2.4.1: skipped 2 descriptors after interface
[ 64.290118] usb 2-1.2.4.1: skipped 1 descriptor after endpoint
[ 64.290120] usb 2-1.2.4.1: skipped 2 descriptors after interface
[ 64.290121] usb 2-1.2.4.1: skipped 1 descriptor after endpoint
[ 64.290122] usb 2-1.2.4.1: skipped 2 descriptors after interface
[ 64.290123] usb 2-1.2.4.1: skipped 1 descriptor after endpoint
[ 64.290239] usb 2-1.2.4.1: default language 0x0409
[ 64.290614] usb 2-1.2.4.1: udev 8, busnum 2, minor = 135
[ 64.290616] usb 2-1.2.4.1: New USB device found, idVendor=05ac, idProduct=2912
[ 64.290617] usb 2-1.2.4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 64.290618] usb 2-1.2.4.1: Product: Apple USB audio device
[ 64.290619] usb 2-1.2.4.1: Manufacturer: Apple Inc.
[ 64.290652] usb 2-1.2.4.1: usb_probe_device
[ 64.290654] usb 2-1.2.4.1: configuration #1 chosen from 1 choice
[ 64.290743] usb 2-1.2.4.1: adding 2-1.2.4.1:1.0 (config #1, interface 0)
[ 64.290763] usb 2-1.2.4.1: adding 2-1.2.4.1:1.1 (config #1, interface 1)
[ 64.290787] usb 2-1.2.4.1: adding 2-1.2.4.1:1.2 (config #1, interface 2)
[ 64.290809] drivers/usb/core/inode.c: creating file '008'
[ 64.290994] hub 2-1.2.4:1.0: port 2, status 0101, change 0000, 12 Mb/s
[ 64.302111] hub 2-1.2.4:1.0: port 2 not reset yet, waiting 10ms
[ 64.364070] usb 2-1.2.4.2: new high-speed USB device number 9 using ehci_hcd
[ 64.375060] hub 2-1.2.4:1.0: port 2 not reset yet, waiting 10ms
[ 64.466253] usb 2-1.2.4.2: skipped 1 descriptor after configuration
[ 64.466255] usb 2-1.2.4.2: skipped 4 descriptors after interface
[ 64.466256] usb 2-1.2.4.2: skipped 1 descriptor after endpoint
[ 64.466257] usb 2-1.2.4.2: skipped 22 descriptors after interface
[ 64.466499] usb 2-1.2.4.2: default language 0x0409
[ 64.467873] usb 2-1.2.4.2: udev 9, busnum 2, minor = 136
[ 64.467874] usb 2-1.2.4.2: New USB device found, idVendor=05ac, idProduct=8508
[ 64.467875] usb 2-1.2.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 64.467876] usb 2-1.2.4.2: Product: Display iSight
[ 64.467877] usb 2-1.2.4.2: Manufacturer: Apple Inc.
[ 64.467878] usb 2-1.2.4.2: SerialNumber: 8T96R10JA2C43L00
[ 64.467904] usb 2-1.2.4.2: usb_probe_device
[ 64.467905] usb 2-1.2.4.2: configuration #1 chosen from 1 choice
[ 64.468127] usb 2-1.2.4.2: adding 2-1.2.4.2:1.0 (config #1, interface 0)
[ 64.468638] usb 2-1.2.4.2: adding 2-1.2.4.2:1.1 (config #1, interface 1)
[ 64.468654] usb 2-1.2.4.2: adding 2-1.2.4.2:1.2 (config #1, interface 2)
[ 64.468668] drivers/usb/core/inode.c: creating file '009'
[ 64.468748] hub 2-1.2.4:1.0: port 3, status 0101, change 0000, 12 Mb/s
[ 64.478994] hub 2-1.2.4:1.0: port 3 not reset yet, waiting 10ms
[ 64.540953] usb 2-1.2.4.3: new full-speed USB device number 10 using ehci_hcd
[ 64.552943] hub 2-1.2.4:1.0: port 3 not reset yet, waiting 10ms
[ 64.628145] usb 2-1.2.4.3: skipped 1 descriptor after interface
[ 64.628268] usb 2-1.2.4.3: default language 0x0409
[ 64.628643] usb 2-1.2.4.3: udev 10, busnum 2, minor = 137
[ 64.628644] usb 2-1.2.4.3: New USB device found, idVendor=05ac, idProduct=9236
[ 64.628646] usb 2-1.2.4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 64.628647] usb 2-1.2.4.3: Product: Apple LED Cinema Display
[ 64.628648] usb 2-1.2.4.3: Manufacturer: Apple Inc.
[ 64.628683] usb 2-1.2.4.3: usb_probe_device
[ 64.628685] usb 2-1.2.4.3: configuration #1 chosen from 1 choice
[ 64.628769] usb 2-1.2.4.3: adding 2-1.2.4.3:1.0 (config #1, interface 0)
[ 64.628788] usbhid 2-1.2.4.3:1.0: usb_probe_interface
[ 64.628789] usbhid 2-1.2.4.3:1.0: usb_probe_interface - got id
[ 64.630768] usbhid 2-1.2.4.3:1.0: looking for a minor, starting at 96
[ 64.630791] generic-usb 0003:05AC:9236.0002: hiddev0,hidraw1: USB HID v1.11 Device [Apple Inc. Apple LED Cinema Display] on usb-0000:00:1d.0-1.2.4.3/input0
[ 64.630800] drivers/usb/core/inode.c: creating file '010'
[ 64.630808] hub 2-1.2.4:1.0: state 7 ports 3 chg 0000 evt 0008
[ 65.760817] EXT4-fs (sda5): re-mounted. Opts: (null)
[ 65.815367] EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem
[ 65.819062] EXT4-fs (sda1): mounted filesystem without journal. Opts: (null)
[ 66.401579] Adding 10746876k swap on /dev/sda6. Priority:-1 extents:1 across:10746876k
[ 66.660286] r8169 0000:07:00.0: eth0: link down
[ 66.660291] r8169 0000:07:00.0: eth0: link down
[ 66.660657] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 68.268999] r8169 0000:07:00.0: eth0: link up
[ 68.269339] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 79.016692] eth0: no IPv6 routers present
[ 670.376192] flush-8:0 used greatest stack depth: 4088 bytes left
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Re: Switching to clocksource tsc: takes AGES on boot
2012-02-15 14:52 ` LK
@ 2012-02-15 16:17 ` mike
2012-02-15 17:46 ` LK
0 siblings, 1 reply; 7+ messages in thread
From: mike @ 2012-02-15 16:17 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 825 bytes --]
On 02/15/2012 09:52 AM, LK wrote:
>> Are there any firmware-related messages in your dmesg?
> Oh yes: http://pastebin.com/b95y3GaH
> Look at the area from 1.576863 to 62.228490, includes the 60s
> freeze from switching to clocksource tsc.
>
> Does the problem lay in my AMD gpu (hd6xxx) ?
It is definitely a problem with the kernel configuration.
Can you send:
- Kernel .config
- Output of "tree /lib/firmware"
If that's too big to post to the list, put it up on gist or something
and just paste a link... We'll figure out what's going on and speed up
that boot time! :)
--- Mike
--
A man who reasons deliberately, manages it better after studying Logic
than he could before, if he is sincere about it and has common sense.
--- Carveth Read, “Logic”
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 729 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Re: Switching to clocksource tsc: takes AGES on boot
2012-02-15 16:17 ` mike
@ 2012-02-15 17:46 ` LK
0 siblings, 0 replies; 7+ messages in thread
From: LK @ 2012-02-15 17:46 UTC (permalink / raw
To: gentoo-user
On 120215, at 17:17, mike@trausch.us wrote:
> On 02/15/2012 09:52 AM, LK wrote:
>>> Are there any firmware-related messages in your dmesg?
>> Oh yes: http://pastebin.com/b95y3GaH
>> Look at the area from 1.576863 to 62.228490, includes the 60s
>> freeze from switching to clocksource tsc.
>>
>> Does the problem lay in my AMD gpu (hd6xxx) ?
>
> It is definitely a problem with the kernel configuration.
>
> Can you send:
>
> - Kernel .config
> - Output of "tree /lib/firmware"
>
> If that's too big to post to the list, put it up on gist or something
> and just paste a link... We'll figure out what's going on and speed up
> that boot time! :)
Ah nevermind, the problem was about the firmware something. i just
re-emerged everything and works. I dont know why...
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2012-02-15 17:48 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-15 0:07 [gentoo-user] Re: Switching to clocksource tsc: takes AGES on boot mike
2012-02-15 14:52 ` LK
2012-02-15 16:17 ` mike
2012-02-15 17:46 ` LK
-- strict thread matches above, loose matches on Subject: below --
2012-02-14 10:48 [gentoo-user] " LK
2012-02-14 12:01 ` [gentoo-user] " Nikos Chantziaras
2012-02-14 12:15 ` LK
2012-02-14 12:30 ` Nikos Chantziaras
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox