Realtek ethernet initialization slow [SOLVED]

Hello!
I am having problems with my ethernet controller (Realtek RTL8111/8168B PCI Express Gigabit Ethernet controller) taking 40-60 seconds to get a network connection.
I am using netcfg 2.6.8-1 and have enabled net-auto-wired in my DAEMONS array:
DAEMONS=(syslog-ng crond dbus net-auto-wired net-auto-wireless !ntpd cupsd netfs mpd)
Here is my netcfg profile:
CONNECTION='ethernet'
DESCRIPTION='Ethernet connection at home'
INTERFACE='eth0'
IP='dhcp'
## for DHCPv6
#IP6='dhcp'
## for IPv6 autoconfiguration
#IP6='stateless
This is the output from lspci:
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c)
00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI Express Root Port (rev 0c)
00:1a.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03)
00:1a.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03)
00:1c.5 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 6 (rev 03)
00:1d.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
01:00.0 VGA compatible controller: nVidia Corporation G86 [GeForce 8600M GS] (rev a1)
02:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)
08:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 01)
09:09.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05)
09:09.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22)
09:09.2 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12)
09:09.3 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 12)
This is the output from dmesg:
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.0-ARCH (tobias@T-POWA-LX) (gcc version 4.6.1 20110819 (prerelease) (GCC) ) #1 SMP PREEMPT Wed Oct 19 10:27:51 CEST 2011
[ 0.000000] Command line: root=UUID=1ca8888a-877c-4b74-b3ce-18de2ca02022 ro 5
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000bfed0000 (usable)
[ 0.000000] BIOS-e820: 00000000bfed0000 - 00000000bfee3000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bfee3000 - 00000000c0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved)
[ 0.000000] BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI present.
[ 0.000000] DMI: Hewlett-Packard HP Pavilion dv9700 Notebook PC /30CB, BIOS F.59 11/25/2008
[ 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 = 0xbfed0 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-D7FFF write-protect
[ 0.000000] D8000-DBFFF uncachable
[ 0.000000] DC000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 080000000 mask FC0000000 write-back
[ 0.000000] 2 base 0BFF00000 mask FFFF00000 uncachable
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] found SMP MP-table at [ffff8800000f8520] f8520
[ 0.000000] initial memory mapped : 0 - 20000000
[ 0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 20480
[ 0.000000] init_memory_mapping: 0000000000000000-00000000bfed0000
[ 0.000000] 0000000000 - 00bfe00000 page 2M
[ 0.000000] 00bfe00000 - 00bfed0000 page 4k
[ 0.000000] kernel direct mapping tables up to bfed0000 @ bfecb000-bfed0000
[ 0.000000] RAMDISK: 37dca000 - 37ff0000
[ 0.000000] ACPI: RSDP 00000000000f8480 00024 (v02 HP )
[ 0.000000] ACPI: XSDT 00000000bfed5bdd 0007C (v01 HPQOEM SLIC-MPC 06040000 LTP 00000000)
[ 0.000000] ACPI: FACP 00000000bfedfc6c 000F4 (v03 HP 30CC 06040000 ALAN 00000001)
[ 0.000000] ACPI: DSDT 00000000bfed703c 08BBC (v01 HP 30CB 06040000 INTL 20061109)
[ 0.000000] ACPI: FACS 00000000bfee2fc0 00040
[ 0.000000] ACPI: HPET 00000000bfedfd60 00038 (v01 HP 30CB 06040000 LOHR 0000005A)
[ 0.000000] ACPI: MCFG 00000000bfedfd98 0003C (v01 HP 30CB 06040000 LOHR 0000005A)
[ 0.000000] ACPI: TMOR 00000000bfedfdd4 00026 (v01 HP 30CC 06040000 PTL 00000003)
[ 0.000000] ACPI: APIC 00000000bfedfdfa 00068 (v01 HP 30CB 06040000 LTP 00000000)
[ 0.000000] ACPI: BOOT 00000000bfedfe62 00028 (v01 HP 30CB 06040000 LTP 00000001)
[ 0.000000] ACPI: SLIC 00000000bfedfe8a 00176 (v01 HPQOEM SLIC-MPC 06040000 LTP 00000001)
[ 0.000000] ACPI: SSDT 00000000bfed6d5f 002DD (v01 HP 30CB 00001000 INTL 20061109)
[ 0.000000] ACPI: SSDT 00000000bfed61e5 0025F (v01 HP 30CB 00003000 INTL 20061109)
[ 0.000000] ACPI: SSDT 00000000bfed613f 000A6 (v01 HP 30CB 00003000 INTL 20061109)
[ 0.000000] ACPI: SSDT 00000000bfed5c59 004E6 (v01 HP 30CB 00003000 INTL 20061109)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at 0000000000000000-00000000bfed0000
[ 0.000000] Initmem setup node 0 0000000000000000-00000000bfed0000
[ 0.000000] NODE_DATA [00000000bfec6000 - 00000000bfecafff]
[ 0.000000] [ffffea0000000000-ffffea00029fffff] PMD -> [ffff8800bc600000-ffff8800beffffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal empty
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x000bfed0
[ 0.000000] On node 0 totalpages: 786015
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 5 pages reserved
[ 0.000000] DMA zone: 3922 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 10692 pages used for memmap
[ 0.000000] DMA32 zone: 771340 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x1008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000dc000
[ 0.000000] PM: Registered nosave memory: 00000000000dc000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:20000000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 27 pages/cpu @ffff8800bfc00000 s78464 r8192 d23936 u1048576
[ 0.000000] pcpu-alloc: s78464 r8192 d23936 u1048576 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 775262
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: root=UUID=1ca8888a-877c-4b74-b3ce-18de2ca02022 ro 5
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 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: 3088932k/3144512k available (4066k kernel code, 452k absent, 55128k reserved, 3302k data, 712k init)
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Verbose stalled-CPUs detection is disabled.
[ 0.000000] NR_IRQS:2304
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 25165824 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] Fast TSC calibration using PIT
[ 0.000000] Detected 1828.793 MHz processor.
[ 0.003338] Calibrating delay loop (skipped), value calculated using timer frequency.. 3659.98 BogoMIPS (lpj=6095976)
[ 0.003344] pid_max: default: 32768 minimum: 301
[ 0.003483] Security Framework initialized
[ 0.003491] AppArmor: AppArmor disabled by boot time parameter
[ 0.006723] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.009911] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.011485] Mount-cache hash table entries: 256
[ 0.012020] Initializing cgroup subsys cpuacct
[ 0.012063] Initializing cgroup subsys memory
[ 0.012087] Initializing cgroup subsys devices
[ 0.012090] Initializing cgroup subsys freezer
[ 0.012092] Initializing cgroup subsys net_cls
[ 0.012095] Initializing cgroup subsys blkio
[ 0.012163] CPU: Physical Processor ID: 0
[ 0.012165] CPU: Processor Core ID: 0
[ 0.012168] mce: CPU supports 6 MCE banks
[ 0.012178] CPU0: Thermal monitoring enabled (TM2)
[ 0.012185] using mwait in idle threads.
[ 0.013589] ACPI: Core revision 20110413
[ 0.020015] ftrace: allocating 16144 entries in 64 pages
[ 0.023754] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.059353] CPU0: Intel(R) Core(TM)2 Duo CPU T5550 @ 1.83GHz stepping 0d
[ 0.059996] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
[ 0.059996] PEBS disabled due to CPU errata.
[ 0.059996] ... version: 2
[ 0.059996] ... bit width: 40
[ 0.059996] ... generic registers: 2
[ 0.059996] ... value mask: 000000ffffffffff
[ 0.059996] ... max period: 000000007fffffff
[ 0.059996] ... fixed-purpose events: 3
[ 0.059996] ... event mask: 0000000700000003
[ 0.076788] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.103342] Booting Node 0, Processors #1 Ok.
[ 0.103346] smpboot cpu 1: start_ip = 9a000
[ 0.200020] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.206659] Brought up 2 CPUs
[ 0.206662] Total of 2 processors activated (7318.31 BogoMIPS).
[ 0.207867] devtmpfs: initialized
[ 0.208097] PM: Registering ACPI NVS region at bfed0000 (77824 bytes)
[ 0.210342] print_constraints: dummy:
[ 0.210439] NET: Registered protocol family 16
[ 0.210574] ACPI: bus type pci registered
[ 0.210759] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.210763] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.251674] PCI: Using configuration type 1 for base access
[ 0.252194] bio: create slab <bio-0> at 0
[ 0.254077] ACPI: EC: Look up EC in DSDT
[ 0.254256] ACPI Error: [CDW1] Namespace lookup failure, AE_NOT_FOUND (20110413/psargs-359)
[ 0.254264] ACPI Error: Method parse/execution failed [\_SB_._OSC] (Node ffff8800bae32a78), AE_NOT_FOUND (20110413/psparse-536)
[ 0.256623] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.257710] ACPI: SSDT 00000000bfed6aa1 001F6 (v01 HP 30CB 00003000 INTL 20061109)
[ 0.258077] ACPI: Dynamic OEM Table Load:
[ 0.258081] ACPI: SSDT (null) 001F6 (v01 HP 30CB 00003000 INTL 20061109)
[ 0.258208] ACPI: SSDT 00000000bfed6444 005D8 (v01 HP 30CB 00003001 INTL 20061109)
[ 0.258557] ACPI: Dynamic OEM Table Load:
[ 0.258561] ACPI: SSDT (null) 005D8 (v01 HP 30CB 00003001 INTL 20061109)
[ 0.258784] ACPI: SSDT 00000000bfed6c97 000C8 (v01 HP 30CB 00003000 INTL 20061109)
[ 0.259142] ACPI: Dynamic OEM Table Load:
[ 0.259146] ACPI: SSDT (null) 000C8 (v01 HP 30CB 00003000 INTL 20061109)
[ 0.259233] ACPI: SSDT 00000000bfed6a1c 00085 (v01 HP 30CB 00003000 INTL 20061109)
[ 0.259584] ACPI: Dynamic OEM Table Load:
[ 0.259587] ACPI: SSDT (null) 00085 (v01 HP 30CB 00003000 INTL 20061109)
[ 0.259886] ACPI: Interpreter enabled
[ 0.259890] ACPI: (supports S0 S3 S4 S5)
[ 0.259911] ACPI: Using IOAPIC for interrupt routing
[ 0.267408] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[ 0.267597] ACPI: No dock devices found.
[ 0.267599] HEST: Table not found.
[ 0.267603] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.267938] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.268586] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
[ 0.268590] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
[ 0.268593] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[ 0.268597] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
[ 0.268600] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
[ 0.268603] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
[ 0.268606] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xdfffffff]
[ 0.268609] pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xfebfffff]
[ 0.268629] pci 0000:00:00.0: [8086:2a00] type 0 class 0x000600
[ 0.268683] pci 0000:00:01.0: [8086:2a01] type 1 class 0x000604
[ 0.268726] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.268730] pci 0000:00:01.0: PME# disabled
[ 0.268789] pci 0000:00:1a.0: [8086:2834] type 0 class 0x000c03
[ 0.268853] pci 0000:00:1a.0: reg 20: [io 0x1800-0x181f]
[ 0.268899] pci 0000:00:1a.1: [8086:2835] type 0 class 0x000c03
[ 0.268964] pci 0000:00:1a.1: reg 20: [io 0x1820-0x183f]
[ 0.269028] pci 0000:00:1a.7: [8086:283a] type 0 class 0x000c03
[ 0.269055] pci 0000:00:1a.7: reg 10: [mem 0xf8404800-0xf8404bff]
[ 0.269154] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.269161] pci 0000:00:1a.7: PME# disabled
[ 0.269192] pci 0000:00:1b.0: [8086:284b] type 0 class 0x000403
[ 0.269218] pci 0000:00:1b.0: reg 10: [mem 0xf8400000-0xf8403fff 64bit]
[ 0.269311] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.269317] pci 0000:00:1b.0: PME# disabled
[ 0.269348] pci 0000:00:1c.0: [8086:283f] type 1 class 0x000604
[ 0.269445] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.269450] pci 0000:00:1c.0: PME# disabled
[ 0.269484] pci 0000:00:1c.1: [8086:2841] type 1 class 0x000604
[ 0.269580] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.269585] pci 0000:00:1c.1: PME# disabled
[ 0.269624] pci 0000:00:1c.5: [8086:2849] type 1 class 0x000604
[ 0.269720] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 0.269726] pci 0000:00:1c.5: PME# disabled
[ 0.269759] pci 0000:00:1d.0: [8086:2830] type 0 class 0x000c03
[ 0.269822] pci 0000:00:1d.0: reg 20: [io 0x1840-0x185f]
[ 0.269867] pci 0000:00:1d.1: [8086:2831] type 0 class 0x000c03
[ 0.269931] pci 0000:00:1d.1: reg 20: [io 0x1860-0x187f]
[ 0.270004] pci 0000:00:1d.2: [8086:2832] type 0 class 0x000c03
[ 0.270068] pci 0000:00:1d.2: reg 20: [io 0x1880-0x189f]
[ 0.270130] pci 0000:00:1d.7: [8086:2836] type 0 class 0x000c03
[ 0.270157] pci 0000:00:1d.7: reg 10: [mem 0xf8404c00-0xf8404fff]
[ 0.270257] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.270263] pci 0000:00:1d.7: PME# disabled
[ 0.270290] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
[ 0.270386] pci 0000:00:1f.0: [8086:2815] type 0 class 0x000601
[ 0.270498] pci 0000:00:1f.0: quirk: [io 0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
[ 0.270505] pci 0000:00:1f.0: quirk: [io 0x1180-0x11bf] claimed by ICH6 GPIO
[ 0.270514] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0380 (mask 0007)
[ 0.270559] pci 0000:00:1f.1: [8086:2850] type 0 class 0x000101
[ 0.270578] pci 0000:00:1f.1: reg 10: [io 0x0000-0x0007]
[ 0.270591] pci 0000:00:1f.1: reg 14: [io 0x0000-0x0003]
[ 0.270605] pci 0000:00:1f.1: reg 18: [io 0x0000-0x0007]
[ 0.270618] pci 0000:00:1f.1: reg 1c: [io 0x0000-0x0003]
[ 0.270632] pci 0000:00:1f.1: reg 20: [io 0x18a0-0x18af]
[ 0.270689] pci 0000:00:1f.2: [8086:2829] type 0 class 0x000106
[ 0.270719] pci 0000:00:1f.2: reg 10: [io 0x18d8-0x18df]
[ 0.270732] pci 0000:00:1f.2: reg 14: [io 0x18cc-0x18cf]
[ 0.270746] pci 0000:00:1f.2: reg 18: [io 0x18d0-0x18d7]
[ 0.270760] pci 0000:00:1f.2: reg 1c: [io 0x18c8-0x18cb]
[ 0.270773] pci 0000:00:1f.2: reg 20: [io 0x18e0-0x18ff]
[ 0.270787] pci 0000:00:1f.2: reg 24: [mem 0xf8404000-0xf84047ff]
[ 0.270841] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.270847] pci 0000:00:1f.2: PME# disabled
[ 0.270870] pci 0000:00:1f.3: [8086:283e] type 0 class 0x000c05
[ 0.270889] pci 0000:00:1f.3: reg 10: [mem 0x00000000-0x000000ff]
[ 0.270936] pci 0000:00:1f.3: reg 20: [io 0x1c00-0x1c1f]
[ 0.271034] pci 0000:01:00.0: [10de:0425] type 0 class 0x000300
[ 0.271055] pci 0000:01:00.0: reg 10: [mem 0xce000000-0xceffffff]
[ 0.271078] pci 0000:01:00.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.271102] pci 0000:01:00.0: reg 1c: [mem 0xcc000000-0xcdffffff 64bit]
[ 0.271118] pci 0000:01:00.0: reg 24: [io 0x2000-0x207f]
[ 0.271134] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[ 0.271221] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.271225] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
[ 0.271229] pci 0000:00:01.0: bridge window [mem 0xcc000000-0xceffffff]
[ 0.271234] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.271401] pci 0000:02:00.0: [8086:4222] type 0 class 0x000280
[ 0.271458] pci 0000:02:00.0: reg 10: [mem 0xf4000000-0xf4000fff]
[ 0.271795] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 0.271808] pci 0000:02:00.0: PME# disabled
[ 0.271878] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
[ 0.271917] pci 0000:00:1c.0: PCI bridge to [bus 02-03]
[ 0.271922] pci 0000:00:1c.0: bridge window [io 0x4000-0x7fff]
[ 0.271928] pci 0000:00:1c.0: bridge window [mem 0xf4000000-0xf5ffffff]
[ 0.271938] pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf1ffffff 64bit pref]
[ 0.272006] pci 0000:00:1c.1: PCI bridge to [bus 04-07]
[ 0.272012] pci 0000:00:1c.1: bridge window [io 0x8000-0xbfff]
[ 0.272018] pci 0000:00:1c.1: bridge window [mem 0xf6000000-0xf7ffffff]
[ 0.272027] pci 0000:00:1c.1: bridge window [mem 0xf2000000-0xf3ffffff 64bit pref]
[ 0.272128] pci 0000:08:00.0: [10ec:8168] type 0 class 0x000200
[ 0.272154] pci 0000:08:00.0: reg 10: [io 0xc000-0xc0ff]
[ 0.272198] pci 0000:08:00.0: reg 18: [mem 0xf8000000-0xf8000fff 64bit]
[ 0.272250] pci 0000:08:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[ 0.272315] pci 0000:08:00.0: supports D1 D2
[ 0.272318] pci 0000:08:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.272325] pci 0000:08:00.0: PME# disabled
[ 0.272354] pci 0000:08:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
[ 0.272367] pci 0000:00:1c.5: PCI bridge to [bus 08-08]
[ 0.272373] pci 0000:00:1c.5: bridge window [io 0xc000-0xcfff]
[ 0.272379] pci 0000:00:1c.5: bridge window [mem 0xf8000000-0xf80fffff]
[ 0.272388] pci 0000:00:1c.5: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.272454] pci 0000:09:09.0: [1180:0832] type 0 class 0x000c00
[ 0.272472] pci 0000:09:09.0: proprietary Ricoh MMC controller disabled (via firewire function)
[ 0.272474] pci 0000:09:09.0: MMC cards are now supported by standard SDHCI controller
[ 0.272492] pci 0000:09:09.0: reg 10: [mem 0xf8100000-0xf81007ff]
[ 0.272587] pci 0000:09:09.0: supports D1 D2
[ 0.272589] pci 0000:09:09.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.272595] pci 0000:09:09.0: PME# disabled
[ 0.272619] pci 0000:09:09.1: [1180:0822] type 0 class 0x000805
[ 0.272642] pci 0000:09:09.1: reg 10: [mem 0xf8100800-0xf81008ff]
[ 0.272735] pci 0000:09:09.1: supports D1 D2
[ 0.272737] pci 0000:09:09.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.272744] pci 0000:09:09.1: PME# disabled
[ 0.272767] pci 0000:09:09.2: [1180:0592] type 0 class 0x000880
[ 0.272791] pci 0000:09:09.2: reg 10: [mem 0xf8101000-0xf81010ff]
[ 0.272884] pci 0000:09:09.2: supports D1 D2
[ 0.272886] pci 0000:09:09.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.272892] pci 0000:09:09.2: PME# disabled
[ 0.272915] pci 0000:09:09.3: [1180:0852] type 0 class 0x000880
[ 0.272938] pci 0000:09:09.3: reg 10: [mem 0xf8101400-0xf81014ff]
[ 0.273031] pci 0000:09:09.3: supports D1 D2
[ 0.273033] pci 0000:09:09.3: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.273039] pci 0000:09:09.3: PME# disabled
[ 0.273095] pci 0000:00:1e.0: PCI bridge to [bus 09-09] (subtractive decode)
[ 0.273101] pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
[ 0.273107] pci 0000:00:1e.0: bridge window [mem 0xf8100000-0xf81fffff]
[ 0.273116] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.273120] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
[ 0.273123] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
[ 0.273126] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.273129] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
[ 0.273132] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[ 0.273135] pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[ 0.273139] pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xdfffffff] (subtractive decode)
[ 0.273142] pci 0000:00:1e.0: bridge window [mem 0xf0000000-0xfebfffff] (subtractive decode)
[ 0.273177] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.273305] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEGP._PRT]
[ 0.273370] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[ 0.273416] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[ 0.273457] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
[ 0.273521] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[ 0.273569] pci0000:00: Requesting ACPI _OSC control (0x1d)
[ 0.273573] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
[ 0.273575] ACPI _OSC control for PCIe not granted, disabling ASPM
[ 0.278401] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 *5 6 7 10 12 14 15)
[ 0.278457] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[ 0.278510] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 *7 10 12 14 15)
[ 0.278561] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[ 0.278613] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[ 0.278665] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[ 0.278715] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[ 0.278767] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[ 0.278887] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.278894] vgaarb: loaded
[ 0.278896] vgaarb: bridge control possible 0000:01:00.0
[ 0.279005] PCI: Using ACPI for IRQ routing
[ 0.291398] PCI: pci_cache_line_size set to 64 bytes
[ 0.291537] reserve RAM buffer: 000000000009f800 - 000000000009ffff
[ 0.291540] reserve RAM buffer: 00000000bfed0000 - 00000000bfffffff
[ 0.291700] NetLabel: Initializing
[ 0.291703] NetLabel: domain hash size = 128
[ 0.291705] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.291722] NetLabel: unlabeled traffic allowed by default
[ 0.291738] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 0.291744] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.291750] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[ 0.303337] Switching to clocksource hpet
[ 0.306534] Switched to NOHz mode on CPU #0
[ 0.306616] Switched to NOHz mode on CPU #1
[ 0.311449] pnp: PnP ACPI init
[ 0.311470] ACPI: bus type pnp registered
[ 0.312253] pnp 00:00: [bus 00-ff]
[ 0.312257] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.312259] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.312262] pnp 00:00: [io 0x0d00-0xffff window]
[ 0.312265] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.312267] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[ 0.312270] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[ 0.312272] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[ 0.312275] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[ 0.312277] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[ 0.312280] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[ 0.312282] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[ 0.312285] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[ 0.312287] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[ 0.312290] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[ 0.312292] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[ 0.312295] pnp 00:00: [mem 0x000ec000-0x000effff window]
[ 0.312298] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[ 0.312300] pnp 00:00: [mem 0xc0000000-0xdfffffff window]
[ 0.312303] pnp 00:00: [mem 0xf0000000-0xfebfffff window]
[ 0.312306] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
[ 0.312393] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[ 0.312475] pnp 00:01: [mem 0xfed1c000-0xfed1ffff]
[ 0.312478] pnp 00:01: [mem 0xfed14000-0xfed17fff]
[ 0.312481] pnp 00:01: [mem 0xfed18000-0xfed18fff]
[ 0.312483] pnp 00:01: [mem 0xfed19000-0xfed19fff]
[ 0.312485] pnp 00:01: [mem 0xe0000000-0xefffffff]
[ 0.312492] pnp 00:01: [mem 0xfed20000-0xfed3ffff]
[ 0.312494] pnp 00:01: [mem 0xfed40000-0xfed44fff]
[ 0.312497] pnp 00:01: [mem 0xfed45000-0xfed8ffff]
[ 0.312583] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.312587] system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
[ 0.312590] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.312594] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.312597] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.312600] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.312603] system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
[ 0.312607] system 00:01: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.312611] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.312836] pnp 00:02: [io 0x0000-0x001f]
[ 0.312838] pnp 00:02: [io 0x0081-0x0091]
[ 0.312841] pnp 00:02: [io 0x0093-0x009f]
[ 0.312843] pnp 00:02: [io 0x00c0-0x00df]
[ 0.312845] pnp 00:02: [dma 4]
[ 0.312895] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.312909] pnp 00:03: [mem 0xff000000-0xffffffff]
[ 0.312961] pnp 00:03: Plug and Play ACPI device, IDs INT0800 (active)
[ 0.313035] pnp 00:04: [mem 0xfed00000-0xfed003ff]
[ 0.313108] system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
[ 0.313112] system 00:04: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[ 0.313126] pnp 00:05: [io 0x00f0]
[ 0.313138] pnp 00:05: [irq 13]
[ 0.313188] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.313201] pnp 00:06: [io 0x002e-0x002f]
[ 0.313203] pnp 00:06: [io 0x004e-0x004f]
[ 0.313205] pnp 00:06: [io 0x0061]
[ 0.313208] pnp 00:06: [io 0x0063]
[ 0.313210] pnp 00:06: [io 0x0065]
[ 0.313212] pnp 00:06: [io 0x0067]
[ 0.313214] pnp 00:06: [io 0x0080]
[ 0.313216] pnp 00:06: [io 0x0092]
[ 0.313218] pnp 00:06: [io 0x00b2-0x00b3]
[ 0.313220] pnp 00:06: [io 0x0380-0x0383]
[ 0.313222] pnp 00:06: [io 0x0680-0x069f]
[ 0.313224] pnp 00:06: [io 0x0800-0x080f]
[ 0.313226] pnp 00:06: [io 0x1000-0x107f]
[ 0.313229] pnp 00:06: [io 0x1180-0x11bf]
[ 0.313231] pnp 00:06: [io 0x1640-0x164f]
[ 0.313233] pnp 00:06: [io 0xfe00]
[ 0.313323] system 00:06: [io 0x0380-0x0383] has been reserved
[ 0.313327] system 00:06: [io 0x0680-0x069f] has been reserved
[ 0.313330] system 00:06: [io 0x0800-0x080f] has been reserved
[ 0.313348] system 00:06: [io 0x1000-0x107f] has been reserved
[ 0.313351] system 00:06: [io 0x1180-0x11bf] has been reserved
[ 0.313354] system 00:06: [io 0x1640-0x164f] has been reserved
[ 0.313357] system 00:06: [io 0xfe00] has been reserved
[ 0.313361] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.313386] pnp 00:07: [io 0x06a0-0x06af]
[ 0.313389] pnp 00:07: [io 0x06b0-0x06ff]
[ 0.313460] system 00:07: [io 0x06a0-0x06af] has been reserved
[ 0.313464] system 00:07: [io 0x06b0-0x06ff] has been reserved
[ 0.313467] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.313478] pnp 00:08: [io 0x0070-0x0077]
[ 0.313485] pnp 00:08: [irq 8]
[ 0.313539] pnp 00:08: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.313607] pnp 00:09: [io 0x0060]
[ 0.313609] pnp 00:09: [io 0x0064]
[ 0.313615] pnp 00:09: [irq 1]
[ 0.313673] pnp 00:09: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.313688] pnp 00:0a: [irq 12]
[ 0.313750] pnp 00:0a: Plug and Play ACPI device, IDs SYN0138 SYN0100 SYN0002 PNP0f13 (active)
[ 0.313774] pnp: PnP ACPI: found 11 devices
[ 0.313776] ACPI: ACPI bus type pnp unregistered
[ 0.320373] PCI: max bus depth: 1 pci_try_num: 2
[ 0.320432] pci 0000:00:1c.5: BAR 15: assigned [mem 0xc0000000-0xc00fffff pref]
[ 0.320436] pci 0000:00:1f.3: BAR 0: assigned [mem 0xc0100000-0xc01000ff]
[ 0.320444] pci 0000:00:1f.3: BAR 0: set to [mem 0xc0100000-0xc01000ff] (PCI address [0xc0100000-0xc01000ff])
[ 0.320450] pci 0000:01:00.0: BAR 6: can't assign mem pref (size 0x20000)
[ 0.320453] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.320456] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
[ 0.320461] pci 0000:00:01.0: bridge window [mem 0xcc000000-0xceffffff]
[ 0.320466] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.320472] pci 0000:00:1c.0: PCI bridge to [bus 02-03]
[ 0.320476] pci 0000:00:1c.0: bridge window [io 0x4000-0x7fff]
[ 0.320483] pci 0000:00:1c.0: bridge window [mem 0xf4000000-0xf5ffffff]
[ 0.320489] pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf1ffffff 64bit pref]
[ 0.320498] pci 0000:00:1c.1: PCI bridge to [bus 04-07]
[ 0.320502] pci 0000:00:1c.1: bridge window [io 0x8000-0xbfff]
[ 0.320510] pci 0000:00:1c.1: bridge window [mem 0xf6000000-0xf7ffffff]
[ 0.320516] pci 0000:00:1c.1: bridge window [mem 0xf2000000-0xf3ffffff 64bit pref]
[ 0.320526] pci 0000:08:00.0: BAR 6: assigned [mem 0xc0000000-0xc001ffff pref]
[ 0.320529] pci 0000:00:1c.5: PCI bridge to [bus 08-08]
[ 0.320533] pci 0000:00:1c.5: bridge window [io 0xc000-0xcfff]
[ 0.320540] pci 0000:00:1c.5: bridge window [mem 0xf8000000-0xf80fffff]
[ 0.320546] pci 0000:00:1c.5: bridge window [mem 0xc0000000-0xc00fffff pref]
[ 0.320556] pci 0000:00:1e.0: PCI bridge to [bus 09-09]
[ 0.320558] pci 0000:00:1e.0: bridge window [io disabled]
[ 0.320565] pci 0000:00:1e.0: bridge window [mem 0xf8100000-0xf81fffff]
[ 0.320571] pci 0000:00:1e.0: bridge window [mem pref disabled]
[ 0.320591] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.320596] pci 0000:00:01.0: setting latency timer to 64
[ 0.320607] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.320613] pci 0000:00:1c.0: setting latency timer to 64
[ 0.320621] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[ 0.320627] pci 0000:00:1c.1: setting latency timer to 64
[ 0.320635] pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[ 0.320641] pci 0000:00:1c.5: setting latency timer to 64
[ 0.320650] pci 0000:00:1e.0: setting latency timer to 64
[ 0.320655] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.320658] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.320660] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.320663] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
[ 0.320666] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
[ 0.320669] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
[ 0.320672] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xdfffffff]
[ 0.320674] pci_bus 0000:00: resource 11 [mem 0xf0000000-0xfebfffff]
[ 0.320677] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
[ 0.320680] pci_bus 0000:01: resource 1 [mem 0xcc000000-0xceffffff]
[ 0.320683] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.320686] pci_bus 0000:02: resource 0 [io 0x4000-0x7fff]
[ 0.320689] pci_bus 0000:02: resource 1 [mem 0xf4000000-0xf5ffffff]
[ 0.320692] pci_bus 0000:02: resource 2 [mem 0xf0000000-0xf1ffffff 64bit pref]
[ 0.320695] pci_bus 0000:04: resource 0 [io 0x8000-0xbfff]
[ 0.320697] pci_bus 0000:04: resource 1 [mem 0xf6000000-0xf7ffffff]
[ 0.320700] pci_bus 0000:04: resource 2 [mem 0xf2000000-0xf3ffffff 64bit pref]
[ 0.320704] pci_bus 0000:08: resource 0 [io 0xc000-0xcfff]
[ 0.320706] pci_bus 0000:08: resource 1 [mem 0xf8000000-0xf80fffff]
[ 0.320709] pci_bus 0000:08: resource 2 [mem 0xc0000000-0xc00fffff pref]
[ 0.320712] pci_bus 0000:09: resource 1 [mem 0xf8100000-0xf81fffff]
[ 0.320715] pci_bus 0000:09: resource 4 [io 0x0000-0x0cf7]
[ 0.320718] pci_bus 0000:09: resource 5 [io 0x0d00-0xffff]
[ 0.320720] pci_bus 0000:09: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.320723] pci_bus 0000:09: resource 7 [mem 0x000d0000-0x000d3fff]
[ 0.320726] pci_bus 0000:09: resource 8 [mem 0x000d4000-0x000d7fff]
[ 0.320728] pci_bus 0000:09: resource 9 [mem 0x000d8000-0x000dbfff]
[ 0.320731] pci_bus 0000:09: resource 10 [mem 0xc0000000-0xdfffffff]
[ 0.320734] pci_bus 0000:09: resource 11 [mem 0xf0000000-0xfebfffff]
[ 0.320830] NET: Registered protocol family 2
[ 0.321074] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.322679] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[ 0.328896] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.329687] TCP: Hash tables configured (established 524288 bind 65536)
[ 0.329690] TCP reno registered
[ 0.329704] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.329768] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.330176] NET: Registered protocol family 1
[ 0.330392] pci 0000:01:00.0: Boot video device
[ 0.330419] PCI: CLS 64 bytes, default 64
[ 0.330488] Unpacking initramfs...
[ 0.369353] Freeing initrd memory: 2200k freed
[ 0.370476] Simple Boot Flag at 0x35 set to 0x1
[ 0.370972] audit: initializing netlink socket (disabled)
[ 0.370988] type=2000 audit(1320586961.369:1): initialized
[ 0.380802] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.401147] VFS: Disk quotas dquot_6.5.2
[ 0.401325] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.401521] msgmni has been set to 6037
[ 0.401788] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.401833] io scheduler noop registered
[ 0.401836] io scheduler deadline registered
[ 0.401898] io scheduler cfq registered (default)
[ 0.402034] pcieport 0000:00:01.0: setting latency timer to 64
[ 0.402072] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[ 0.402134] pcieport 0000:00:1c.0: setting latency timer to 64
[ 0.402193] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
[ 0.402283] pcieport 0000:00:1c.1: setting latency timer to 64
[ 0.402342] pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
[ 0.402432] pcieport 0000:00:1c.5: setting latency timer to 64
[ 0.402491] pcieport 0000:00:1c.5: irq 43 for MSI/MSI-X
[ 0.402686] intel_idle: MWAIT substates: 0x22220
[ 0.402689] intel_idle: does not run on family 6 model 15
[ 0.402694] ERST: Table is not found!
[ 0.402765] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.603627] Linux agpgart interface v0.103
[ 0.603727] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 0.625005] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.625045] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.625141] mousedev: PS/2 mouse device common for all mice
[ 0.627290] rtc_cmos 00:08: RTC can wake from S4
[ 0.627416] rtc_cmos 00:08: rtc core: registered rtc_cmos as rtc0
[ 0.627450] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 0.627461] cpuidle: using governor ladder
[ 0.627463] cpuidle: using governor menu
[ 0.627728] TCP cubic registered
[ 0.627731] NET: Registered protocol family 17
[ 0.627740] Registering the dns_resolver key type
[ 0.627861] PM: Hibernation image not present or could not be loaded.
[ 0.627867] registered taskstats version 1
[ 0.637491] rtc_cmos 00:08: setting system clock to 2011-11-06 13:42:42 UTC (1320586962)
[ 0.637554] Initializing network drop monitor service
[ 0.639163] Freeing unused kernel memory: 712k freed
[ 0.639370] Write protecting the kernel read-only data: 6144k
[ 0.639542] Freeing unused kernel memory: 12k freed
[ 0.642762] Freeing unused kernel memory: 776k freed
[ 0.652005] udevd[37]: starting version 174
[ 0.661005] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 0.712421] usbcore: registered new interface driver usbfs
[ 0.712452] usbcore: registered new interface driver hub
[ 0.712861] usbcore: registered new device driver usb
[ 0.714129] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.714176] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.714199] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[ 0.714204] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 0.714256] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 0.714293] ehci_hcd 0000:00:1a.7: debug port 1
[ 0.721629] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
[ 0.721658] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xf8404800
[ 0.733414] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 0.733616] hub 1-0:1.0: USB hub found
[ 0.733621] hub 1-0:1.0: 4 ports detected
[ 0.733740] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 0.733767] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 0.733772] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 0.733928] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 0.733968] ehci_hcd 0000:00:1d.7: debug port 1
[ 0.740812] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[ 0.740839] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf8404c00
[ 0.756276] SCSI subsystem initialized
[ 0.763405] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 0.763606] hub 2-0:1.0: USB hub found
[ 0.763612] hub 2-0:1.0: 6 ports detected
[ 0.766819] libata version 3.00 loaded.
[ 0.768867] ahci 0000:00:1f.2: version 3.0
[ 0.768891] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 0.768950] ahci 0000:00:1f.2: irq 44 for MSI/MSI-X
[ 0.769022] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 3 Gbps 0x7 impl SATA mode
[ 0.769027] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ccc
[ 0.769033] ahci 0000:00:1f.2: setting latency timer to 64
[ 0.769769] scsi0 : ahci
[ 0.770124] scsi1 : ahci
[ 0.770204] scsi2 : ahci
[ 0.770347] ata1: SATA max UDMA/133 abar m2048@0xf8404000 port 0xf8404100 irq 44
[ 0.770352] ata2: SATA max UDMA/133 abar m2048@0xf8404000 port 0xf8404180 irq 44
[ 0.770355] ata3: SATA max UDMA/133 abar m2048@0xf8404000 port 0xf8404200 irq 44
[ 0.780764] ata_piix 0000:00:1f.1: version 2.13
[ 0.780782] ata_piix 0000:00:1f.1: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 0.780828] ata_piix 0000:00:1f.1: setting latency timer to 64
[ 0.781218] scsi3 : ata_piix
[ 0.781306] scsi4 : ata_piix
[ 0.781726] ata4: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x18a0 irq 14
[ 0.781729] ata5: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x18a8 irq 15
[ 0.857333] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.857390] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.857402] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 0.857407] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 0.857423] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 0.857475] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00001800
[ 0.857662] hub 3-0:1.0: USB hub found
[ 0.857667] hub 3-0:1.0: 2 ports detected
[ 0.857769] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 0.857777] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 0.857781] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 0.857790] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 0.857833] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001820
[ 0.857993] hub 4-0:1.0: USB hub found
[ 0.857998] hub 4-0:1.0: 2 ports detected
[ 0.858094] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 0.858102] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 0.858106] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 0.858116] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[ 0.858154] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001840
[ 0.858306] hub 5-0:1.0: USB hub found
[ 0.858311] hub 5-0:1.0: 2 ports detected
[ 0.858396] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 0.858406] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 0.858411] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 0.858429] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[ 0.858475] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001860
[ 0.858621] hub 6-0:1.0: USB hub found
[ 0.858625] hub 6-0:1.0: 2 ports detected
[ 0.858708] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.858715] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 0.858720] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 0.858728] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[ 0.858762] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001880
[ 0.858914] hub 7-0:1.0: USB hub found
[ 0.858919] hub 7-0:1.0: 2 ports detected
[ 0.950398] ata4.00: ATAPI: Optiarc BD ROM BC-5500A, 1.86, max MWDMA2
[ 0.963614] ata4.00: configured for MWDMA2
[ 1.090033] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.090057] ata2: SATA link down (SStatus 0 SControl 300)
[ 1.090090] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.090919] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 1.090924] ata1.00: ATA-8: Hitachi HTS542525K9SA00, BBFOC32P, max UDMA/100
[ 1.090928] ata1.00: 488397168 sectors, multi 16: LBA48
[ 1.091030] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 1.091035] ata3.00: ATA-8: Hitachi HTS542525K9SA00, BBFOC32P, max UDMA/100
[ 1.091038] ata3.00: 488397168 sectors, multi 16: LBA48
[ 1.091928] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 1.091933] ata1.00: configured for UDMA/100
[ 1.092038] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 1.092044] ata3.00: configured for UDMA/100
[ 1.092136] scsi 0:0:0:0: Direct-Access ATA Hitachi HTS54252 BBFO PQ: 0 ANSI: 5
[ 1.092469] scsi 2:0:0:0: Direct-Access ATA Hitachi HTS54252 BBFO PQ: 0 ANSI: 5
[ 1.093620] scsi 3:0:0:0: CD-ROM Optiarc BD ROM BC-5500A 1.86 PQ: 0 ANSI: 5
[ 1.102218] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[ 1.102259] sd 2:0:0:0: [sdb] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[ 1.102284] sd 0:0:0:0: [sda] Write Protect is off
[ 1.102288] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.102315] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.102321] sd 2:0:0:0: [sdb] Write Protect is off
[ 1.102325] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 1.102350] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.103373] usb 2-2: new high speed USB device number 2 using ehci_hcd
[ 1.104870] sr0: scsi3-mmc drive: 16x/16x writer dvd-ram cd/rw xa/form2 cdda tray
[ 1.104875] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 1.105203] sr 3:0:0:0: Attached scsi CD-ROM sr0
[ 1.127901] sdb: sdb1
[ 1.128208] sd 2:0:0:0: [sdb] Attached SCSI disk
[ 1.135068] sda: sda1 sda2 sda3
[ 1.135397] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.343378] usb 2-4: new high speed USB device number 3 using ehci_hcd
[ 1.373352] Refined TSC clocksource calibration: 1828.949 MHz.
[ 1.373358] Switching to clocksource tsc
[ 1.541611] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[ 1.586684] usb 4-2: new low speed USB device number 2 using uhci_hcd
[ 3.620978] udevd[241]: starting version 174
[ 3.860528] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[ 3.860538] ACPI: Power Button [PWRB]
[ 3.860977] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
[ 3.860983] ACPI: Sleep Button [SLPB]
[ 3.862532] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input3
[ 3.863014] ACPI: Lid Switch [LID]
[ 3.864840] ACPI: AC Adapter [ACAD] (on-line)
[ 3.865293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[ 3.865301] ACPI: Power Button [PWRF]
[ 3.954841] ACPI: acpi_idle registered with cpuidle
[ 3.958941] Monitor-Mwait will be used to enter C-1 state
[ 3.959002] Monitor-Mwait will be used to enter C-2 state
[ 3.959024] [Firmware Bug]: Invalid critical threshold (0)
[ 3.959341] Monitor-Mwait will be used to enter C-3 state
[ 3.959379] Marking TSC unstable due to TSC halts in idle
[ 3.960679] Switching to clocksource hpet
[ 3.961405] thermal LNXTHERM:00: registered as thermal_zone0
[ 3.961408] ACPI: Thermal Zone [THR1] (49 C)
[ 3.964908] acpi device:05: registered as cooling_device1
[ 3.965003] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/LNXVIDEO:00/input/input5
[ 3.965627] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
[ 3.979488] r592 0000:09:09.2: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 3.979831] r592: driver successfully loaded
[ 4.034101] ACPI: Battery Slot [BAT0] (battery present)
[ 4.114730] iTCO_vendor_support: vendor-support=0
[ 4.188196] wmi: Mapper loaded
[ 4.223279] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
[ 4.223440] iTCO_wdt: Found a ICH8M TCO device (Version=2, TCOBASE=0x1060)
[ 4.224124] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 4.283008] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 19 (level, low) -> IRQ 19
[ 4.327775] sdhci: Secure Digital Host Controller Interface driver
[ 4.327778] sdhci: Copyright(c) Pierre Ossman
[ 4.337983] sdhci-pci 0000:09:09.1: SDHCI controller found [1180:0822] (rev 22)
[ 4.338003] sdhci-pci 0000:09:09.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 4.339134] sdhci-pci 0000:09:09.1: Will use DMA mode even though HW doesn't fully claim to support it.
[ 4.339152] _regulator_get: 0000:09:09.1 supply vmmc not found, using dummy regulator
[ 4.340202] Registered led device: mmc0::
[ 4.341284] mmc0: SDHCI controller on PCI [0000:09:09.1] using DMA
[ 4.341896] firewire_ohci 0000:09:09.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 4.348208] [drm] Initialized drm 1.1.0 20060810
[ 4.374187] input: Genius 4D Scroll Mouse as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.0/input/input6
[ 4.374312] generic-usb 0003:0458:0056.0001: input,hidraw0: USB HID v1.10 Mouse [Genius 4D Scroll Mouse] on usb-0000:00:1a.1-2/input0
[ 4.374333] usbcore: registered new interface driver usbhid
[ 4.374336] usbhid: USB HID core driver
[ 4.394502] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 4.394529] r8169 0000:08:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 4.394593] r8169 0000:08:00.0: setting latency timer to 64
[ 4.394688] r8169 0000:08:00.0: irq 45 for MSI/MSI-X
[ 4.394951] r8169 0000:08:00.0: eth0: RTL8168b/8111b at 0xffffc900115c0000, 00:1e:68:22:0d:d6, XID 18000000 IRQ 45
[ 4.400195] firewire_ohci: Added fw-ohci device 0000:09:09.0, OHCI v1.10, 4 IR + 4 IT contexts, quirks 0x1
[ 4.420843] Initializing USB Mass Storage driver...
[ 4.420973] scsi5 : usb-storage 2-2:1.0
[ 4.421105] usbcore: registered new interface driver usb-storage
[ 4.421107] USB Mass Storage support registered.
[ 4.429004] input: HP WMI hotkeys as /devices/virtual/input/input7
[ 4.438830] Linux media interface: v0.10
[ 4.439547] usbcore: registered new interface driver uas
[ 4.441419] cfg80211: Calling CRDA to update world regulatory domain
[ 4.472037] Linux video capture interface: v2.00
[ 4.486614] uvcvideo: Found UVC 1.00 device HP Webcam (04f2:b023)
[ 4.492079] input: HP Webcam as /devices/pci0000:00/0000:00:1d.7/usb2/2-4/2-4:1.0/input/input8
[ 4.492141] usbcore: registered new interface driver uvcvideo
[ 4.492144] USB Video Class driver (v1.1.0)
[ 4.629028] nouveau 0000:01:00.0: power state changed by ACPI to D0
[ 4.629035] nouveau 0000:01:00.0: power state changed by ACPI to D0
[ 4.629046] nouveau 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 4.629054] nouveau 0000:01:00.0: setting latency timer to 64
[ 4.631355] [drm] nouveau 0000:01:00.0: Detected an NV50 generation card (0x086500a2)
[ 4.638843] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PRAMIN
[ 4.660115] r852 0000:09:09.3: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 4.663396] r852: Non dma capable device detected, dma disabled
[ 4.663425] r852: driver loaded successfully
[ 4.728189] [drm] nouveau 0000:01:00.0: ... appears to be valid
[ 4.728195] [drm] nouveau 0000:01:00.0: BIT BIOS found
[ 4.728198] [drm] nouveau 0000:01:00.0: Bios version 60.86.4f.00
[ 4.728203] [drm] nouveau 0000:01:00.0: TMDS table version 2.0
[ 4.728205] [drm] nouveau 0000:01:00.0: BIT table 'd' not found
[ 4.728208] [drm] nouveau 0000:01:00.0: Found Display Configuration Block version 4.0
[ 4.728212] [drm] nouveau 0000:01:00.0: Raw DCB entry 0: 01000323 00000034
[ 4.728215] [drm] nouveau 0000:01:00.0: Raw DCB entry 1: 02011300 00000028
[ 4.728218] [drm] nouveau 0000:01:00.0: Raw DCB entry 2: 02022312 00020010
[ 4.728221] [drm] nouveau 0000:01:00.0: Raw DCB entry 3: 010333f1 00c0c080
[ 4.728223] [drm] nouveau 0000:01:00.0: Raw DCB entry 4: 0000000e 00000000
[ 4.728227] [drm] nouveau 0000:01:00.0: DCB connector table: VHER 0x40 5 14 2
[ 4.728231] [drm] nouveau 0000:01:00.0: 0: 0x00000040: type 0x40 idx 0 tag 0xff
[ 4.728235] [drm] nouveau 0000:01:00.0: 1: 0x00000100: type 0x00 idx 1 tag 0xff
[ 4.728238] [drm] nouveau 0000:01:00.0: 2: 0x00001261: type 0x61 idx 2 tag 0x07
[ 4.728241] [drm] nouveau 0000:01:00.0: 3: 0x00000310: type 0x10 idx 3 tag 0xff
[ 4.728245] [drm] nouveau 0000:01:00.0: 4: 0x00000311: type 0x11 idx 4 tag 0xff
[ 4.728248] [drm] nouveau 0000:01:00.0: 5: 0x00000313: type 0x13 idx 5 tag 0xff
[ 4.728254] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0xC581
[ 4.751487] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0xC8D1
[ 4.767845] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0xD512
[ 4.767855] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0xD604
[ 4.768931] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0xD7FE
[ 4.768933] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table at offset 0xD863
[ 4.783649] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:s
[ 4.783652] iwl3945: Copyright(c) 2003-2011 Intel Corporation
[ 4.783734] iwl3945 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 4.783750] iwl3945 0000:02:00.0: setting latency timer to 64
[ 4.788943] [drm] nouveau 0000:01:00.0: 0xD863: Condition still not met after 20ms, skipping following opcodes
[ 4.808414] [drm] nouveau 0000:01:00.0: 3 available performance level(s)
[ 4.808421] [drm] nouveau 0000:01:00.0: 0: memory 100MHz core 169MHz shader 338MHz voltage 1150mV fanspeed 100% timing 0
[ 4.808426] [drm] nouveau 0000:01:00.0: 1: memory 200MHz core 275MHz shader 550MHz voltage 1150mV fanspeed 100% timing 1
[ 4.808432] [drm] nouveau 0000:01:00.0: 2: memory 400MHz core 500MHz shader 1000MHz voltage 1200mV fanspeed 100% timing 3
[ 4.808451] [drm] nouveau 0000:01:00.0: c: memory 199MHz core 275MHz shader 550MHz voltage 1200mV
[ 4.810122] [TTM] Zone kernel: Available graphics memory: 1546316 kiB.
[ 4.810125] [TTM] Initializing pool allocator.
[ 4.810148] [drm] nouveau 0000:01:00.0: Detected 512MiB VRAM
[ 4.816384] [drm] nouveau 0000:01:00.0: 512 MiB GART (aperture)
[ 4.836699] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 4.836784] HDA Intel 0000:00:1b.0: irq 46 for MSI/MSI-X
[ 4.836842] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 4.845258] iwl3945 0000:02:00.0: Tunable channels: 13 802.11bg, 23 802.11a channels
[ 4.845263] iwl3945 0000:02:00.0: Detected Intel Wireless WiFi Link 3945ABG
[ 4.845413] iwl3945 0000:02:00.0: irq 47 for MSI/MSI-X
[ 4.845721] Registered led device: phy0-led
[ 4.882355] [drm] nouveau 0000:01:00.0: ACPI backlight interface available, not registering our own
[ 4.882624] [drm] nouveau 0000:01:00.0: DCB encoder 1 unknown
[ 4.882627] [drm] nouveau 0000:01:00.0: TV-1 has no encoders, removing
[ 4.882815] ieee80211 phy0: Selected rate control algorithm 'iwl-3945-rs'
[ 4.885055] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 4.885059] [drm] No driver support for vblank timestamp query.
[ 4.900126] firewire_core: created device fw0: GUID 00241b00e8a3be00, S400
[ 5.098009] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input9
[ 5.101986] [drm] nouveau 0000:01:00.0: allocated 1440x900 fb: 0x40000000, bo ffff8800b9a04800
[ 5.102069] fbcon: nouveaufb (fb0) is primary device
[ 5.111353] Synaptics Touchpad, model: 1, fw: 6.3, id: 0x1a0b1, caps: 0xa04711/0xa00000/0x0
[ 5.167210] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 5.167290] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 5.218616] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input12
[ 5.421315] scsi 5:0:0:0: Direct-Access Verbatim STORE N GO 5.00 PQ: 0 ANSI: 0 CCS
[ 5.422661] sd 5:0:0:0: [sdc] 7827456 512-byte logical blocks: (4.00 GB/3.73 GiB)
[ 5.423168] sd 5:0:0:0: [sdc] Write Protect is off
[ 5.423172] sd 5:0:0:0: [sdc] Mode Sense: 23 00 00 00
[ 5.423672] sd 5:0:0:0: [sdc] No Caching mode page present
[ 5.423675] sd 5:0:0:0: [sdc] Assuming drive cache: write through
[ 5.429540] sd 5:0:0:0: [sdc] No Caching mode page present
[ 5.429543] sd 5:0:0:0: [sdc] Assuming drive cache: write through
[ 5.430063] sdc: sdc1
[ 5.432036] sd 5:0:0:0: [sdc] No Caching mode page present
[ 5.432040] sd 5:0:0:0: [sdc] Assuming drive cache: write through
[ 5.432042] sd 5:0:0:0: [sdc] Attached SCSI removable disk
[ 6.160954] Console: switching to colour frame buffer device 180x56
[ 6.163432] fb0: nouveaufb frame buffer device
[ 6.163434] drm: registered panic notifier
[ 6.163442] [drm] Initialized nouveau 0.0.16 20090420 for 0000:01:00.0 on minor 0
[ 6.732886] EXT4-fs (sda3): re-mounted. Opts: (null)
[ 6.950620] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[ 6.966588] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 7.084796] Adding 4000180k swap on /dev/sda2. Priority:-1 extents:1 across:4000180k
[ 9.143563] r8169 0000:08:00.0: eth0: link down
[ 9.143572] r8169 0000:08:00.0: eth0: link down
[ 11.625158] iwl3945 0000:02:00.0: loaded firmware version 15.32.2.9
[ 13.659460] NET: Registered protocol family 10
[ 13.660273] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 13.660460] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 13.816958] FS-Cache: Loaded
[ 13.841072] FS-Cache: Netfs 'cifs' registered for caching
[ 13.871446] CIFS VFS: Error connecting to socket. Aborting operation
[ 13.880618] CIFS VFS: cifs_mount failed w/return code = -101
[ 13.884067] CIFS VFS: Error connecting to socket. Aborting operation
[ 13.897017] CIFS VFS: cifs_mount failed w/return code = -101
[ 13.901572] CIFS VFS: Error connecting to socket. Aborting operation
[ 13.913913] CIFS VFS: cifs_mount failed w/return code = -101
[ 13.917007] CIFS VFS: Error connecting to socket. Aborting operation
[ 13.930569] CIFS VFS: cifs_mount failed w/return code = -101
[ 16.370722] wlan0: authenticate with 00:26:4d:36:95:d0 (try 1)
[ 16.372460] wlan0: authenticated
[ 16.375907] wlan0: associate with 00:26:4d:36:95:d0 (try 1)
[ 16.386877] wlan0: RX AssocResp from 00:26:4d:36:95:d0 (capab=0x411 status=0 aid=1)
[ 16.386885] wlan0: associated
[ 16.389143] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 16.491123] Intel AES-NI instructions are not detected.
[ 16.677727] padlock_aes: VIA PadLock not detected.
[ 27.296946] wlan0: no IPv6 routers present
[ 50.863694] r8169 0000:08:00.0: eth0: link up
[ 50.864363] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 54.661658] CIFS VFS: default security mechanism requested. The default security mechanism will be upgraded from ntlm to ntlmv2 in kernel release 3.1
[ 61.110061] eth0: no IPv6 routers present
[ 356.785500] wlan0: deauthenticated from 00:26:4d:36:95:d0 (Reason: 3)
[ 356.840075] cfg80211: Calling CRDA for country: DE
[ 360.656160] wlan0: authenticate with 00:26:4d:36:95:d0 (try 1)
[ 360.658086] wlan0: authenticated
[ 360.658215] wlan0: associate with 00:26:4d:36:95:d0 (try 1)
[ 360.670543] wlan0: RX ReassocResp from 00:26:4d:36:95:d0 (capab=0x411 status=0 aid=1)
[ 360.670550] wlan0: associated
The slow startup would not be a problem but netfs and mpd do not like it when the network is not up when they start (mpd music dir is on a network share), so I have to manually restart netfs every time I reboot.
Other computers on the same network do not have the same problem, so I do not think it has anything to with the router.
Is there anything I can do to make my ethernet card initialize faster?
If you need any more information, please ask.
Last edited by rtoijala (2011-11-07 14:32:27)

Strike0 wrote:... but dont you need some sort of dhcp client/or daemon for that as well?
Try adding dhcpd to your rc.conf array.
Netcfg seems to automatically start dhcpcd (I can see it htop).
Strike0 wrote:Alternatively check this: https://wiki.archlinux.org/index.php/Ne … _of_dhcpcd
This did not change the time. The only change was that netcfg started dhclient instead of dhcpcd.
Strike0 wrote:what happens if you pull the network cable after it got the link, wait until network is unreachable and then plug it in again? Does that take 40 seconds as well for the new dhcp lease?
Yes, it takes 40-60 seconds to get a connection after plugging the cable in again.
ratcheer wrote:What driver is your kernel loading? I have a very similar Realtek ethernet controller and it does not work well at all with the kernel's default r8169 driver. I had to go to Realtek's website and download the older driver r8168, which works perfectly for me.
My kernel is loading r8169. r8168 is available in the AUR. I'm going to try it as soon as I can.
Thanks.
EDIT: r8168 needed only 10 seconds from loading the driver to having a connection. Thank you for the tip! Including [SOLVED] in thread topic.
Last edited by rtoijala (2011-11-07 14:32:47)

Similar Messages

  • Installing RealTek ethernet card in solaris 7 sparc machine

    I inserted RealTek ethernet card in my Solaris-7 Sparc machine. But to work it properly ,need to install driver for the card. I searched a lot but i did't get the driver to download . I have read from some sites that the driver for solaris 7 sparc is not avaliable.How can i solve this problem.?
    Anybody please help me to solve the problem.

    You can try a NIC driver from RealTek, directly.
    http://www.realtek.com.tw/downloads/
    ... but for a SPARC system? That may be problematic.
    Does OBP see the device? Use show-devs at the OK prompt.
    If it isn't seen at OBP's elementary hardware level, the OS will never use it.
    If it is recognized at OBP, then try the manufacturer's drivers.
    Return to the forum and let the rest of us know what happens..

  • Equium P200: realtek ethernet adaptor error installing Linux

    I have an old Equium P200 - 1Ed, which has started to play up.
    When I try to install Linux, it gives me a realtek ethernet adaptor error, and I researched the problem on the forums.
    Apparently my hard drive is old and decrepit.
    I tried reinstalling Vista from the Toshiba default CD, just out of curiosity, and it installed fine, except, the internet seemed unwilling to connect.
    Tried Linux again but still same realtek problem.
    Apparently I can download the flash bios driver, and try reinstalling the bios....seems like my last hope.
    Anyone know where I can get the bios driver for P200-1ED?

    > When I try to install Linux, it gives me a realtek ethernet adaptor error, and I researched the problem on the forums.
    Have you found some reasonable explanation on some Linux forum?
    Be careful with BIOS update. It is windows based update and can be started under windows OS.
    Best thing is if you use original Toshiba recovery image and start BIOS update. Be sure notebook is connected to AC power supply, all running applications closed and dont interrupt BIOS update.

  • Ethernet speed slowed to 10T

    Quicksilver M8493
    OS 9.2.2
    I recently rebuilt preferences due to some startup issues, got the system up and running again, but now the ethernet is slowed to a 10T speed.
    The card used to run at 100T. Tried plugging in a laptop to the same network cable, same ethernet jack and it runs at 100T. Booting off firewire w/ OS9 uses the 100T speed of the card. It's something in the OS, I'm assuming a preference since that's what I rebuilt, but I can't figure it out.
    I saw a post that was very similar to my issue but no answers posted. Anyone have ideas? Thanks!
    http://discussions.apple.com/thread.jspa?messageID=2276917&#2276917
    Various   Mac OS 9.2.x   multiple systems OSX and OS9

    Thanks Vernon.
    Cable swap doesn't speed it up, and same cable/jack with diff systems work fine.
    Also, same cable on this G4 is at full 100T speed if I boot off a fw drive and connect to the network/internet, so it doesn't appear to be the cable itself or the G4's port.
    Has to be OS related, I think.
    Various Mac OS 9.2.x multiple systems OSX and OS9

  • Ethernet super slow

    Hi,
    we have a 2nd gen. TC and it works fine when used in wireless mode.
    For the first time I wanted to hardwire from the TC to our two iMacs to take advantage of the speed of our internet bandwidth.
    But: The speed using Ethernet is slow and I can't figure out what's wrong.
    'Did a speedtest provided on the webpage of our internet provider and the speed is up to normal - when measured directly at the modem!
    Hook up the TC to the modem and the Mac to the TC via Ethernet, well, the speed drops to about one tenth !
    I tried different cables (various lengths and qualities), different Macs (iMacs, Powerbook, Macbook Pro), restarting the TC base, setting the TC up new from scratch, played with the manual network settings on the Macs - no change.
    It's like the TCs bandwidth at the Ethernet port resembles WLAN "n".
    I am at loss.
    Any ideas ?
    Thanks a lot in advance,
    chris

    Solved.
    It was the modem that (apparently) can't properly communicate with the TC.
    'Went to our cellar, by pure coincidence found an old modem/router from another ISP from years ago.
    Et voilá. Full speed from the TC.
    Got a Double-NAT now, but apart from the flashing amber light everything seems to work just fine - and fast.
    So, thanks, William, for your ideas and the time spent helping me.
    chris

  • NVIDIA MCP61 Ethernet VERY SLOW

    I just installed Arch on my  parents computer, and the ethernet  is  crawling on  it. Package downloads keep on timing out, even when I try to install  them over the LAN with pacserve.  Not sure what to do  about this, I tried googling for issues with  this card, but couldn't find anything.  There were a few other issues that people were havine with  the forcedeth  driver, but I didn't find a solution.
    $ lspci
    00:00.0 RAM memory: NVIDIA Corporation MCP61 Memory Controller (rev a1)
    00:01.0 ISA bridge: NVIDIA Corporation MCP61 LPC Bridge (rev a2)
    00:01.1 SMBus: NVIDIA Corporation MCP61 SMBus (rev a2)
    00:01.2 RAM memory: NVIDIA Corporation MCP61 Memory Controller (rev a2)
    00:02.0 USB controller: NVIDIA Corporation MCP61 USB 1.1 Controller (rev a3)
    00:02.1 USB controller: NVIDIA Corporation MCP61 USB 2.0 Controller (rev a3)
    00:04.0 PCI bridge: NVIDIA Corporation MCP61 PCI bridge (rev a1)
    00:05.0 Audio device: NVIDIA Corporation MCP61 High Definition Audio (rev a2)
    00:06.0 IDE interface: NVIDIA Corporation MCP61 IDE (rev a2)
    00:07.0 Bridge: NVIDIA Corporation MCP61 Ethernet (rev a2)
    00:08.0 IDE interface: NVIDIA Corporation MCP61 SATA Controller (rev a2)
    00:08.1 IDE interface: NVIDIA Corporation MCP61 SATA Controller (rev a2)
    00:09.0 PCI bridge: NVIDIA Corporation MCP61 PCI Express bridge (rev a2)
    00:0b.0 PCI bridge: NVIDIA Corporation MCP61 PCI Express bridge (rev a2)
    00:0c.0 PCI bridge: NVIDIA Corporation MCP61 PCI Express bridge (rev a2)
    00:0d.0 VGA compatible controller: NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2)
    00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration
    00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Address Map
    00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller
    00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control
    00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Link Control
    01:09.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller (rev 80)
    $ dmesg | grep -i -E 'eth'
    [ 2.802357] systemd[1]: Expecting device sys-subsystem-net-devices-eth0.device...
    [ 5.732272] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
    [ 5.732512] forcedeth 0000:00:07.0: setting latency timer to 64
    [ 6.254120] forcedeth 0000:00:07.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:21:97:64:87:d9
    [ 6.254127] forcedeth 0000:00:07.0: highdma pwrctl mgmt lnktim msi desc-v3
    [ 7.045294] systemd-udevd[160]: renamed network interface eth0 to enp0s7
    [ 368.183241] forcedeth 0000:00:07.0: irq 43 for MSI/MSI-X
    [ 368.183421] forcedeth 0000:00:07.0 enp0s7: MSI enabled
    $ dmesg | grep -i -E 'enp'
    [ 7.045294] systemd-udevd[160]: renamed network interface eth0 to enp0s7
    [ 368.183421] forcedeth 0000:00:07.0 enp0s7: MSI enabled

    Hi
    I had a similar problem, but found the solution here:
    http://www.ads-links.com/index.php/solved-cisco-linksys-e4200-slow-upload-speed.html
    To manuel set the Upstream Bandwidth improved both down- and upload speed.
    /jfch

  • PCMCIA Realtek Ethernet card not detected

    Hi, I'm trying to use a PCMCIA Etherner Card with Realtek chip.
    If the card it's already plugged when booting, Udev takes 180000 ms to finish and the card doesn't work. If it's plugged while booted, dmesg shows that there's a "something" at SmartCardBus but, again, card doesn't get recognized.
    "Ifconfig -a" shows nothing, and I know the card works 'cause I've tryed with an Ubuntu cd and the cards works perfect. I've looked for the modules, and 8139too & 8139cp where loaded, wich I've tryed in arch and still doesn't work, It also detects the same hardware with lspci (Arch detects the Cardbus but not the realtek card, Ubuntu detects both) and lspcmcia.
    Ubuntu is using kernel 2.6.27-7 and Arch 2.6.28.
    hwd -e:
    1217:7113 CardBus bridge: 02 Micro, Inc. module:yanta_cardbus
    OZ711EC1 SmartCardBus Controller
    lspmcia:
    Socket 0 Bridge: [yenta_cardbus] (bus ID: 0000:02:01.0)
    CardBus card -- see "lspci" for more information
    Socket 1 Bridge: [yenta_cardbus] (bus ID: 0000:02:01.1)
    Socket 1 Device 0: [-- no driver --] (bus ID: 1.0)
    lspci:
    00:00.0 Host bridge: Intel Corporation 82855PM Processor to I/O Controller (rev 03)
    00:01.0 PCI bridge: Intel Corporation 82855PM Processor to AGP Controller (rev 03)
    00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01)
    00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 01)
    00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 01)
    00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 01)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 81)
    00:1f.0 ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge (rev 01)
    00:1f.1 IDE interface: Intel Corporation 82801DBM (ICH4-M) IDE Controller (rev 01)
    00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)
    00:1f.6 Modem: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller (rev 01)
    01:00.0 VGA compatible controller: ATI Technologies Inc Radeon RV250 [Mobility FireGL 9000] (rev 02)
    02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5705M Gigabit Ethernet (rev ff)
    02:01.0 CardBus bridge: O2 Micro, Inc. OZ711EC1 SmartCardBus Controller (rev 20)
    02:01.1 CardBus bridge: O2 Micro, Inc. OZ711EC1 SmartCardBus Controller (rev 20)
    02:03.0 Network controller: Intel Corporation PRO/Wireless 2200BG [Calexico2] Network Connection (rev 05)
    dmesg:
    int3: 0000 [#1] PREEMPT SMP
    last sysfs file: /sys/devices/pci0000:00/0000:00:1e.0/0000:02:03.0/class
    Modules linked in: usb_storage joydev ppdev iTCO_wdt iTCO_vendor_support ehci_hcd psmouse uhci_hcd parport_pc lp serio_raw usbcore shpchp pci_hotplug sg video output parport pcspkr ppp_generic intel_agp agpgart pcmcia dcdbas thermal evdev fan button battery ac acpi_cpufreq freq_table processor snd_intel8x0m snd_seq_oss snd_intel8x0 snd_seq_midi_event snd_seq snd_seq_device snd_ac97_codec snd_pcm_oss snd_pcm snd_timer snd_page_alloc snd_mixer_oss snd soundcore ac97_bus ipw2200 ieee80211 ieee80211_crypt tg3 libphy slhc rtc_cmos rtc_core rtc_lib ext3 jbd mbcache sr_mod cdrom yenta_socket rsrc_nonstatic pcmcia_core sd_mod ata_piix ata_generic pata_acpi libata scsi_mod
    Pid: 435, comm: pccardd Not tainted (2.6.28-ARCH #1) Inspiron 600m
    EIP: 0060:[<c044dce0>] EFLAGS: 00000246 CPU: 0
    EIP is at quirk_h12y_1_mmio+0x1/0x26
    EAX: de4fc800 EBX: c03cbdc0 ECX: de4fc840 EDX: de4fc800
    ESI: c03cc110 EDI: de4fc800 EBP: df8ae400 ESP: df1b9ef4
    DS: 007b ES: 007b FS: 00d8 GS: 0000 SS: 0068
    Process pccardd (pid: 435, ti=df1b8000 task=df1ba000 task.ti=df1b8000)
    Stack:
    c02192c3 de4fc800 df8ae400 de4fc800 c0216a59 00000200 00000000 c031c93c
    de4fc826 c03b3d25 00000000 00000003 00000000 00000000 00000001 df8ae420
    de4fc858 00000200 813910ec 00ffffed 00000000 00000000 00000000 df8ae400
    Call Trace:
    [<c02192c3>] pci_fixup_device+0x63/0xc0
    [<c0216a59>] pci_device_add+0x69/0xb0
    [<c031c93c>] pci_scan_single_device+0x35c/0x4f0
    [<c0216ac3>] pci_scan_slot+0x23/0x80
    [<e0bd850f>] cb_alloc+0x1f/0xd4 [pcmcia_core]
    [<e0bd4854>] socket_insert+0x124/0x140 [pcmcia_core]
    [<e0bd5202>] pccardd+0x202/0x290 [pcmcia_core]
    [<e0bd5000>] pccardd+0x0/0x290 [pcmcia_core]
    [<c01440f9>] kthread+0x39/0x70
    [<c01440c0>] kthread+0x0/0x70
    [<c0104d33>] kernel_thread_helper+0x7/0x14
    Code: cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc <cc> cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc
    EIP: [<c044dce0>] quirk_h12y_1_mmio+0x1/0x26 SS:ESP 0068:df1b9ef4
    ---[ end trace 6fe320c81d500dc7 ]---
    note: pccardd[435] exited with preempt_count 1
    pci 0000:01:00.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
    [drm] Initialized drm 1.1.0 20060810
    [drm] Initialized radeon 1.29.0 20080528 on minor 0
    agpgart-intel 0000:00:00.0: AGP 2.0 bridge
    agpgart-intel 0000:00:00.0: putting AGP V2 device into 4x mode
    pci 0000:01:00.0: putting AGP V2 device into 4x mode
    [drm] Setting GART location based on new memory map
    [drm] Loading R200 Microcode
    [drm] writeback test succeeded in 2 usecs
    rc.conf:
    MODULES=(slhc tg3 ipw2200 ac97_bus snd-mixer-oss snd-pcm-oss snd-page-alloc snd-pcm snd-timer snd snd-ac97-codec snd-intel8x0 snd-intel8x0m soundcore acpi-cpufreq)
    DAEMONS=(syslog-ng network netfs dbus hal !crond cpufreq fam avahi-daemon pcmcia)
    I've tryed loading: 8139too 8139cp pcmcia_core pcmcia yenta_socket rsrc_nonstatic
    The bradcom is the original eth port wich I'm replacing because stop working long time ago (And I also tryed disabling it from BIOS, and it's the same).
    I'm mising something that I should load or run? I've googled a lot, but people just plug the card and that's all :-P. Any idea would be welcomed :-).
    EDIT: Fix title (PMCIA*)
    Last edited by el_zoona (2009-01-22 07:25:00)

    Nevermind...It's Kernel 2.6.28...I'm a lucky guy, eh? :-(
    Booted into Arch Overlod cd and a simple lspci show my shiny new card...Now  i'm going to erase my hole system (it was new anyway) and check if a Suy breaks the drivers again. In that case, i should file a bug somewhere, right?

  • Time Capsule on Ethernet extreeeeeeeeeeeeemely slow.

    Hi,
    Why is copying one 8.9GB file from a MacPro to a 2TB Time Capsule 10.8465 times slower than copying to a G5 iMac?
    There are the only three networked devices on my Ethernet LAN. The Time Capsule is only used for Time Machine; no file/printer sharing, no Internet connection, etc. The MacPro, G5 iMac, and Time Capsule are connected to a LinkSys 100/10 Router which is connected to a broadband Internet connection.
    Copying the file from the MacPro to the G5 iMac took 13 minutes.
    Copying the file from the MacPro to the Time Capsule took 2 hours and 21 minutes.
    Entering "Star Wars" on the Time Capsule is too slow, so I have given up trying to restore. BTW - "Stars Wars" is very fast when I use a local disk with Time Machine. Backups are also significantly faster with a local disk.
    For several weeks I have read everything I can find about Time Capsule's slow performance, but nothing helped.
    ANY SUGGESTIONS WILL REALLY BE APPRECIATED. <<<</div>
    If there is no solution for Time Capsule's terrible performance, the I've wasted my hard earned $500. Probably better off to dedicate a MacPro's local disk for both computers' Time Machines.
    Thank you,
    Don

    Close topic.

  • More Trouble with Realtek Ethernet RTL8111/8168/8411 (rev 12)

    Hello everybody!
    I got the same problem as others with the ethernet controller model mentioned in the title, but i have (rev 12) not 6 or 10 like others ...
    I followed this thread:
    https://bbs.archlinux.org/viewtopic.php?id=176413&p=2
    ... but none of the solutions worked.
    i plugin the ethernet cable but network manager still shows "no cable attached" and no ip adress information ...
    here are my details:
    i have the same problem in kernel 3.16 and 3.14
    $ ifconfig
    enp3s0f1: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
    ether 00:90:f5:f9:fd:d9 txqueuelen 1000 (Ethernet)
    RX packets 0 bytes 0 (0.0 B)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 0 bytes 0 (0.0 B)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
    inet 127.0.0.1 netmask 255.0.0.0
    inet6 ::1 prefixlen 128 scopeid 0x10<host>
    loop txqueuelen 0 (Local Loopback)
    RX packets 656 bytes 51072 (49.8 KiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 656 bytes 51072 (49.8 KiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    wlp2s0: wlan chip by intel works fine
    $ lspci -v
    03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device 5287 (rev 01)
    Subsystem: CLEVO/KAPOK Computer Device 5494
    Flags: bus master, fast devsel, latency 0, IRQ 56
    Memory at f7c15000 (32-bit, non-prefetchable) [size=4K]
    Expansion ROM at f7c00000 [disabled] [size=64K]
    Capabilities: <access denied>
    Kernel driver in use: rtsx_pci
    Kernel modules: rtsx_pci
    03:00.1 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 12)
    Subsystem: CLEVO/KAPOK Computer Device 5494
    Flags: bus master, fast devsel, latency 0, IRQ 61
    I/O ports at e000 [size=256]
    Memory at f7c14000 (64-bit, non-prefetchable) [size=4K]
    Memory at f7c10000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: <access denied>
    Kernel driver in use: r8169
    Kernel modules: r8169
    the computer that has the problem is a laptop and i dunno why there are 2 Realtek Entries ... it definitly has only ONE ethernet port!
    ((installing aur r8168 and loading the module ofc did not fix the problem as suggested by others ...))
    $ dmesg | grep 8169
    [ 2.304595] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 2.304609] r8169 0000:03:00.1: can't disable ASPM; OS doesn't have ASPM control
    [ 2.310138] r8169 0000:03:00.1: irq 61 for MSI/MSI-X
    [ 2.310452] r8169 0000:03:00.1 eth0: RTL8411 at 0xffffc900018c6000, 00:90:f5:f9:fd:d9, XID 1c800880 IRQ 61
    [ 2.310457] r8169 0000:03:00.1 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
    [ 5.594516] r8169 0000:03:00.1 enp3s0f1: rtl_phy_reset_cond == 1 (loop: 100, delay: 1).
    [ 5.596608] r8169 0000:03:00.1 enp3s0f1: link down
    thanks for reading!
    Last edited by brrbrrbruno (2014-08-30 03:28:21)

    Any updates? I have RTL8111/8168/8411 version 01 and it's not working at al for me (currently on 3.16.3-1-ARCH)
    [root@pc whoop]# netctl start static
    Job for [email protected] failed. See 'systemctl status [email protected]' and 'journalctl -xn' for details.
    [root@pc whoop]# systemctl status [email protected]
    [email protected] - A basic static ethernet connection
    Loaded: loaded (/etc/systemd/system/[email protected]; enabled)
    Active: failed (Result: exit-code) since Thu 2014-09-25 17:31:45 CEST; 8s ago
    Docs: man:netctl.profile(5)
    Process: 1021 ExecStart=/usr/lib/network/network start %I (code=exited, status=1/FAILURE)
    Main PID: 1021 (code=exited, status=1/FAILURE)
    Sep 25 17:31:40 pc systemd[1]: Starting A basic static ethernet connection...
    Sep 25 17:31:40 pc network[1021]: Starting network profile 'static'...
    Sep 25 17:31:45 pc network[1021]: No connection found on interface 'eth0' (timeout)
    Sep 25 17:31:45 pc network[1021]: Failed to bring the network up for profile 'static'
    Sep 25 17:31:45 pc systemd[1]: [email protected]: main process exited, code=exited, status=1/FAILURE
    Sep 25 17:31:45 pc systemd[1]: Failed to start A basic static ethernet connection.
    Sep 25 17:31:45 pc systemd[1]: Unit [email protected] entered failed state.
    [root@pc whoop]# journalctl -xn
    -- Logs begin at Tue 2014-02-04 00:43:12 CET, end at Thu 2014-09-25 17:31:45 CEST. --
    Sep 25 17:31:40 pc systemd[1]: Starting A basic static ethernet connection...
    -- Subject: Unit [email protected] has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit [email protected] has begun starting up.
    Sep 25 17:31:40 pc network[1021]: Starting network profile 'static'...
    Sep 25 17:31:40 pc kernel: r8169 0000:03:00.0 eth0: link down
    Sep 25 17:31:40 pc kernel: r8169 0000:03:00.0 eth0: link down
    Sep 25 17:31:40 pc kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    Sep 25 17:31:45 pc network[1021]: No connection found on interface 'eth0' (timeout)
    Sep 25 17:31:45 pc network[1021]: Failed to bring the network up for profile 'static'
    Sep 25 17:31:45 pc systemd[1]: [email protected]: main process exited, code=exited, status=1/FAILURE
    Sep 25 17:31:45 pc systemd[1]: Failed to start A basic static ethernet connection.
    -- Subject: Unit [email protected] has failed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit [email protected] has failed.
    -- The result is failed.
    Sep 25 17:31:45 pc systemd[1]: Unit [email protected] entered failed state.
    Last edited by whoop (2014-09-25 15:37:59)

  • Time capsule ethernet transfer slow

    I have a new 3 tb time capsule.  I have used it to back up my mac before doing a fresh install.  I also transfered my large 250gb iphoto library via ethernet cable to the time capsule in a seperate folder.  When I completed the new install of mountain lion I used migration assistant to transfer the base data and then individually transfered documents and sub folders with minial fuss. 50 gb taking 1hr.  I am now trying to transfer the iphoto library and it is giving me a 7-22 days transfer time.  This makes no sense, please advise.

    Time estimates are displayed using the current connection rate.
    It is normal for the backup to start quite slowly as it tries to analyze all of the data to be backed up or transferred,  and then speed up significantly for the bulk of the transfer and then slow down a bit toward the end of the backup.

  • Ethernet is slow, lots of packet collisions

    this might be a more challenging question for most, but here it goes.
    before i start eliminate the following possibilities: bad cable(s), bad router, bad modem, slow internet in general, and ISP.
    my web browsing has been very slow the last few weeks. so after testing cables, modems, routers, and speed testing at a site like www.testmy.net. i used a packet analyzer like ethereal to see what exactly is going on. Now, no matter how i connect my ethernet i am getting mass amounts of packet collisions with wrong checksum's with tcp. Your probably thinking isp problem, but thats not the case. When i use my airport connection, web browsing is click-BOOM and it works like it should. Analyzing the packets with the airport connection show 0 checksum errors.
    My question is... is this a problem with the hardware (ethernet port), or is this some software configuration that i am missing.

    i'm having the same issue with my laptop when i take it to another network and plug it in through the network port. Everything works, it's just slower then normal. I'm guessing it's a problem with the sungem drivers in 10.4. I've never had this kind of problem with 10.3 on any of my machines.

  • WiFi is Fast, But Ethernet Extremely Slow

    On both my old 2008 24" iMac and my brand new 27" iMac, the Internet is extremely slow when the Ethernet cable is plugged in. When it's unplugged and I'm on WiFi, it's lightning quick.
    When I'm on Ethernet, even retrieving text-only emails from Mail is painfully slow, as if I'm on dial-up. Web pages that are light on graphics take forever to load, regardless of browser. Safari, Firefox, Chrome, doesn't make a difference.
    It's not all the time, sometimes it's very quick, but most of the time it's so slow it's unusable.
    Some things I've tried on my own:
    New Ethernet cable - no difference
    Plugging into different ports on cable modem - no difference
    Unplugging cable modem, waiting a couple minutes, plugging back in - no difference
    Had the cable company out, they checked everything and saw nothing wrong on their end
    Plugged my wife's Windows laptop into the modem - web pages load very quickly
    I added a DNS address to System Preferences > Network - no difference
    When I go to a website such as Speedtest.net, it routinely shows 60-70 Mb/s download (I'm paying for 60). Even if I'm on Ethernet, it may take forever to actually load the Speedtest page, but once I do and hit "Test", it comes back with at least 60 Mb/s.
    System specs are as follows: Late 2013 27" iMac, 3.5 GHz Intel Core i7, 8 GM RAM, NVIDIA GeForce GTX 4 MB graphics card, 1 TB fusion drive.
    Based on everything I've tried above, I don't think it's the modem or the cable company, but something in the Mac. When I got the new computer, I transferred everything from the old via Time Machine. I'm hoping I didn't transfer some obscure setting that is preventing the Ethernet from running at its full potential...
    Any suggestions would be most welcome - thank you!
    - Bob

    On both my old 2008 24" iMac and my brand new 27" iMac, the Internet is extremely slow when the Ethernet cable is plugged in. When it's unplugged and I'm on WiFi, it's lightning quick.
    When I'm on Ethernet, even retrieving text-only emails from Mail is painfully slow, as if I'm on dial-up. Web pages that are light on graphics take forever to load, regardless of browser. Safari, Firefox, Chrome, doesn't make a difference.
    It's not all the time, sometimes it's very quick, but most of the time it's so slow it's unusable.
    Some things I've tried on my own:
    New Ethernet cable - no difference
    Plugging into different ports on cable modem - no difference
    Unplugging cable modem, waiting a couple minutes, plugging back in - no difference
    Had the cable company out, they checked everything and saw nothing wrong on their end
    Plugged my wife's Windows laptop into the modem - web pages load very quickly
    I added a DNS address to System Preferences > Network - no difference
    When I go to a website such as Speedtest.net, it routinely shows 60-70 Mb/s download (I'm paying for 60). Even if I'm on Ethernet, it may take forever to actually load the Speedtest page, but once I do and hit "Test", it comes back with at least 60 Mb/s.
    System specs are as follows: Late 2013 27" iMac, 3.5 GHz Intel Core i7, 8 GM RAM, NVIDIA GeForce GTX 4 MB graphics card, 1 TB fusion drive.
    Based on everything I've tried above, I don't think it's the modem or the cable company, but something in the Mac. When I got the new computer, I transferred everything from the old via Time Machine. I'm hoping I didn't transfer some obscure setting that is preventing the Ethernet from running at its full potential...
    Any suggestions would be most welcome - thank you!
    - Bob

  • Ethernet speed slow since security update 2014-001

    Dear community
    I'm running a Mac Pro early 2009. OSX 10.7.5. Internet through Ethernet cable connected to a dlink router dsl-g624t. This has been my setup for years. All worked fine.
    As of last few days (corresponds with my updating the system with apples security update 2014-001) that my Internet download speed is 0.01 Mbps it used to be 5.0 Mbps. I can't connect to anything. Sometimes it's ok for a few seconds then dies down completely. Connecting to the routers own IP address is slow as well.
    I've plugged the Ethernet cable into another mac (laptop) and all runs at approx 5.0 Mbps as it should. I've connected the Ethernet cable between the Mac Pro and the mac laptop and transferred a 1Gb file both ways with out any noticeable speed issues. I've connected my ipad wirelessly to the router and I can achieve good speeds, again about 5.0 Mbps. Same with my iPhone.
    In system pref/network it states the Ethernet 1 is connected, with an IP address etc. as if there was no problem.
    What is going on. The Ethernet cable works, the router works, a connection over Ethernet between my two macs works.
    What doesn't work anymore is my Mac Pro connecting to the router via Ethernet. It's so slow it can't load a simple web page in either safari or Firefox, other web connecting apps time out as well.
    Someone please help
    With much thanks in anticipation
    Bmw75

    Going to reply to my own question here.
    I've never let a mac get the best of me in 15years of working with them but this problem had me stumped. Anyway I did figure it out. Not being very experienced with network issues I had to tincer about a bit. Anyway the fix for this should someone else have it can be found here in... system preferences/network/ethernet (1or2)/advanced.../Hardware/ once in this option window I had to change 'configure' to 'manual' and 'speed' to '10baseT/UTP' and 'Duplex' to 'full-duplex' and 'MTU' to 'Standard 1500'. I then had my full ethernet speed back. I believe it had all been changed by the recent security update.
    I hope that helps someone sometime.

  • Onboard Realtek Ethernet disconnects after heavy usage

    I am having problems with my onboard gigabit ethernet in my G41M-P33. The onboard Realtek 8111DL disconnects occasionally upon "heavy usage". By heavy usage I mean maxing out my Internet connection with a Usenet download (4 mbps). In order to reconnect I have to Disable/Re-Enable the ethernet card in the device manager.  I am using latest v7.037 drivers from MSI website with Windows 7 x64. I have the same version but download from Realtek's site but they behave the same. Any ideas? 

    Some ideeas would be to use different Realtek drivers and disable some of the offloading options in the network driver panel .
    Go Device Manager ,left click on the network device and then right click on the Realtek ,Properties ,Advanced and disable things like flow control ,green ethernet ,intrerupt moderation and so on to see what happens.If you are using any 3-rd party firewall or antivirus suite remove it and see what happens ,the drivers of those things may generate conflicts with network drivers.
    If none of the above work you may try to RMA but only if the problem is reproductible in specific conditions thats why you should test with more drivers.
    Also if you use a router in between your PC and ISP remove it from the chain and see what happens.Crap soho routers can generate problems also.

  • SecureRandom initialization slow on Windows

    We have a couple of machines in our lab that expose a 2 minute delay whenever a SSL connection is established first. This looks similar to the slow initialization of SecureRandom in 1.3.x, but we are using 1.4.2_05. Here's a thread dump of the method in which it seems to be stuck most of the time:
    "AWT-EventQueue-0" prio=7 tid=0x187103c8 nid=0x580 runnable [1946e000..1946fd88]
    at sun.security.provider.NativeSeedGenerator.nativeGenerateSeed(Native Method)
    at sun.security.provider.NativeSeedGenerator.<init>(NativeSeedGenerator.java:28)
    at sun.security.provider.SeedGenerator.<clinit>(SeedGenerator.java:95)
    at sun.security.provider.SecureRandom.engineNextBytes(SecureRandom.java:168)
    - locked <0x10183fe8> (a sun.security.provider.SecureRandom)
    at java.security.SecureRandom.nextBytes(SecureRandom.java:381)
    - locked <0x10183420> (a java.security.SecureRandom)
    at java.security.SecureRandom.next(SecureRandom.java:403)
    at java.util.Random.nextInt(Random.java:191)
    at com.sun.net.ssl.internal.ssl.SSLContextImpl.engineInit(DashoA6275)
    at javax.net.ssl.SSLContext.init(DashoA6275)
    [rest omitted]
    This shows only on some Windows machines, not all. We've particularly noticed it on older (< 1GHz) Pentium III systems. Has anybody ever seen anything like this before?

    Reading the source file (available in the SCSL source code), you can see that SecureRandom tries to use the MS CryptoAPI CryptGenRandom, using the default cryptographic provider (usually MS Base Cryptographic Service Provider v1.0. ). If it can't use the MS CryptoAPI it tries to span several threads, does some operations, and measures the time. It could waste a lot of time in thread creation and time measuring.
    Check if the machines suffering from slow initialization times have different versions of Internet Explorer or service packs (the MS Base CSP is in the file rsabase.dll and is updated whenever you update Internet Explorer.)

Maybe you are looking for