OpenELEC / OpenELEC.tv

OpenELEC - The living room PC for everyone
http://openelec.tv
1.6k stars 887 forks source link

no mounted drives on /media #455

Closed chemstar closed 12 years ago

chemstar commented 12 years ago

with latest git builds my sata disk partition (ntfs) isn't mounted to /media folder

sraue commented 12 years ago

do you have the same problem with beta 1 or the very latest git checkout?

chemstar commented 12 years ago

on beta i have in the process list mount.ntfs /dev/sda6 /media/DATA -o uid=0,gid=0,dmask=007

my own 10549 build dont mount it automatically. mount is working if i do it manually

sraue commented 12 years ago

what you mean its in the processlist? paste the "dmesg" log here

chemstar commented 12 years ago

[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 3.2.15 (sejad@js-udesktop) (gcc version 4.7.0 (GCC) ) #1 SMP Sun Apr 15 16:01:59 CEST 2012 [ 0.000000] Command line: boot=LABEL=BOOT disk=LABEL=STORAGE quiet BOOT_IMAGE=/KERNEL [ 0.000000] KERNEL supported cpus: [ 0.000000] AMD AuthenticAMD [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009d800 (usable) [ 0.000000] BIOS-e820: 000000000009d800 - 00000000000a0000 (reserved) [ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved) [ 0.000000] BIOS-e820: 0000000000100000 - 00000000978ed000 (usable) [ 0.000000] BIOS-e820: 00000000978ed000 - 0000000097937000 (ACPI NVS) [ 0.000000] BIOS-e820: 0000000097937000 - 000000009793f000 (ACPI data) [ 0.000000] BIOS-e820: 000000009793f000 - 0000000097942000 (ACPI NVS) [ 0.000000] BIOS-e820: 0000000097942000 - 0000000097a55000 (reserved) [ 0.000000] BIOS-e820: 0000000097a55000 - 0000000097a5b000 (usable) [ 0.000000] BIOS-e820: 0000000097a5b000 - 0000000097a82000 (reserved) [ 0.000000] BIOS-e820: 0000000097a82000 - 0000000097a83000 (usable) [ 0.000000] BIOS-e820: 0000000097a83000 - 0000000097a93000 (reserved) [ 0.000000] BIOS-e820: 0000000097a93000 - 0000000097a9b000 (ACPI NVS) [ 0.000000] BIOS-e820: 0000000097a9b000 - 0000000097ac5000 (reserved) [ 0.000000] BIOS-e820: 0000000097ac5000 - 0000000097b08000 (ACPI NVS) [ 0.000000] BIOS-e820: 0000000097b08000 - 0000000097d7d000 (usable) [ 0.000000] BIOS-e820: 0000000097d7d000 - 0000000097ef7000 (reserved) [ 0.000000] BIOS-e820: 0000000097ef7000 - 0000000097f00000 (usable) [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved) [ 0.000000] BIOS-e820: 00000000fec10000 - 00000000fec11000 (reserved) [ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed01000 (reserved) [ 0.000000] BIOS-e820: 00000000fed61000 - 00000000fed71000 (reserved) [ 0.000000] BIOS-e820: 00000000fed80000 - 00000000fed90000 (reserved) [ 0.000000] BIOS-e820: 00000000fef00000 - 0000000100000000 (reserved) [ 0.000000] BIOS-e820: 0000000100001000 - 000000014f000000 (usable) [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] DMI 2.7 present. [ 0.000000] DMI: /AMD HUDSON-M1, BIOS 4.6.4 11/15/2011 [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved) [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable) [ 0.000000] No AGP bridge found [ 0.000000] last_pfn = 0x14f000 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 write-through [ 0.000000] C0000-CEFFF write-protect [ 0.000000] CF000-E7FFF uncachable [ 0.000000] E8000-FFFFF write-protect [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 000000000 mask F00000000 write-back [ 0.000000] 1 base 097F00000 mask FFFF00000 uncachable [ 0.000000] 2 base 098000000 mask FF8000000 uncachable [ 0.000000] 3 base 0A0000000 mask FE0000000 uncachable [ 0.000000] 4 base 0C0000000 mask FC0000000 uncachable [ 0.000000] 5 disabled [ 0.000000] 6 disabled [ 0.000000] 7 disabled [ 0.000000] TOM2: 000000014f000000 aka 5360M [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820 update range: 0000000097f00000 - 0000000100000000 (usable) ==> (reserved) [ 0.000000] last_pfn = 0x97f00 max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [ffff8800000fcdb0] fcdb0 [ 0.000000] initial memory mapped : 0 - 20000000 [ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 20480 [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: 0000000000000000-0000000097f00000 [ 0.000000] 0000000000 - 0080000000 page 1G [ 0.000000] 0080000000 - 0097e00000 page 2M [ 0.000000] 0097e00000 - 0097f00000 page 4k [ 0.000000] kernel direct mapping tables up to 97f00000 @ 1fffd000-20000000 [ 0.000000] init_memory_mapping: 0000000100000000-000000014f000000 [ 0.000000] 0100000000 - 0140000000 page 1G [ 0.000000] 0140000000 - 014f000000 page 2M [ 0.000000] kernel direct mapping tables up to 14f000000 @ 97efe000-97f00000 [ 0.000000] ACPI: RSDP 00000000000f0450 00024 (v02 ALASKA) [ 0.000000] ACPI: XSDT 0000000097937070 0005C (v01 ALASKA A M I 01072009 AMI 00010013) [ 0.000000] ACPI: FACP 000000009793c968 000F4 (v04 ALASKA A M I 01072009 AMI 00010013) [ 0.000000] ACPI Warning: Optional field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20111123/tbfadt-578) [ 0.000000] ACPI: DSDT 0000000097937158 0580A (v02 ALASKA A M I 00000000 INTL 20051117) [ 0.000000] ACPI: FACS 0000000097a9af80 00040 [ 0.000000] ACPI: APIC 000000009793ca60 00062 (v03 ALASKA A M I 01072009 AMI 00010013) [ 0.000000] ACPI: MCFG 000000009793cac8 0003C (v01 ALASKA A M I 01072009 MSFT 00010013) [ 0.000000] ACPI: HPET 000000009793cb08 00038 (v01 ALASKA A M I 01072009 AMI 00000004) [ 0.000000] ACPI: SSDT 000000009793cb40 003DE (v01 AMD POWERNOW 00000001 AMD 00000001) [ 0.000000] ACPI: SSDT 000000009793cf20 0168E (v02 AMD ALIB 00000001 MSFT 04000000) [ 0.000000] ACPI: BGRT 000000009793e5b0 00038 (v00 ALASKA A M I 01072009 AMI 00010013) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] [ffffea0000000000-ffffea00053fffff] PMD -> [ffff88014ac00000-ffff88014e5fffff] on node 0 [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000010 -> 0x00001000 [ 0.000000] DMA32 0x00001000 -> 0x00100000 [ 0.000000] Normal 0x00100000 -> 0x0014f000 [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[7] active PFN ranges [ 0.000000] 0: 0x00000010 -> 0x0000009d [ 0.000000] 0: 0x00000100 -> 0x000978ed [ 0.000000] 0: 0x00097a55 -> 0x00097a5b [ 0.000000] 0: 0x00097a82 -> 0x00097a83 [ 0.000000] 0: 0x00097b08 -> 0x00097d7d [ 0.000000] 0: 0x00097ef7 -> 0x00097f00 [ 0.000000] 0: 0x00100001 -> 0x0014f000 [ 0.000000] On node 0 totalpages: 944894 [ 0.000000] DMA zone: 64 pages used for memmap [ 0.000000] DMA zone: 5 pages reserved [ 0.000000] DMA zone: 3912 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 16320 pages used for memmap [ 0.000000] DMA32 zone: 601010 pages, LIFO batch:31 [ 0.000000] Normal zone: 5056 pages used for memmap [ 0.000000] Normal zone: 318527 pages, LIFO batch:31 [ 0.000000] ACPI: PM-Timer IO Port: 0x808 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 33, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low 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: 0xffffffff base: 0xfed00000 [ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] nr_irqs_gsi: 40 [ 0.000000] Allocating PCI resources starting at 97f00000 (gap: 97f00000:66d00000) [ 0.000000] setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 25 pages/cpu @ffff88014ec00000 s70144 r8192 d24064 u1048576 [ 0.000000] pcpu-alloc: s70144 r8192 d24064 u1048576 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 0 1 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 923449 [ 0.000000] Kernel command line: fastboot root=/dev/ram0 rdinit=/init threadirqs boot=LABEL=BOOT disk=LABEL=STORAGE quiet BOOT_IMAGE=/KERNEL [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 3634548k/5488640k available (5828k kernel code, 1709064k absent, 145028k reserved, 2805k data, 4016k init) [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] CONFIG_RCU_FANOUT set to non-default value of 32 [ 0.000000] NR_IRQS:4352 nr_irqs:512 16 [ 0.000000] Extended CMOS year: 2000 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] hpet clockevent registered [ 0.000000] Fast TSC calibration using PIT [ 0.000000] Detected 1600.006 MHz processor. [ 0.003337] Calibrating delay loop (skipped), value calculated using timer frequency.. 3201.34 BogoMIPS (lpj=5333353) [ 0.003345] pid_max: default: 32768 minimum: 301 [ 0.003411] Mount-cache hash table entries: 256 [ 0.003596] Initializing cgroup subsys cpuacct [ 0.003604] Initializing cgroup subsys freezer [ 0.003632] tseg: 0097f00000 [ 0.003635] CPU: Physical Processor ID: 0 [ 0.003638] CPU: Processor Core ID: 0 [ 0.003731] ACPI: Core revision 20111123 [ 0.010469] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.044345] CPU0: AMD E-350 Processor stepping 00 [ 0.046664] Performance Events: AMD PMU driver. [ 0.046664] ... version: 0 [ 0.046664] ... bit width: 48 [ 0.046664] ... generic registers: 4 [ 0.046664] ... value mask: 0000ffffffffffff [ 0.046664] ... max period: 00007fffffffffff [ 0.046664] ... fixed-purpose events: 0 [ 0.046664] ... event mask: 000000000000000f [ 0.046664] Booting Node 0, Processors #1 Ok. [ 0.046664] smpboot cpu 1: start_ip = 98000 [ 0.140004] Brought up 2 CPUs [ 0.140008] Total of 2 processors activated (6402.64 BogoMIPS). [ 0.140971] devtmpfs: initialized [ 0.141535] NET: Registered protocol family 16 [ 0.141794] Extended Config Space enabled on 0 nodes [ 0.141823] ACPI: bus type pci registered [ 0.141912] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff](base 0xe0000000) [ 0.141919] PCI: not using MMCONFIG [ 0.141922] PCI: Using configuration type 1 for base access [ 0.141924] PCI: Using configuration type 1 for extended access [ 0.144041] bio: create slab at 0 [ 0.144243] ACPI: Added _OSI(Module Device) [ 0.144243] ACPI: Added _OSI(Processor Device) [ 0.144243] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144243] ACPI: Added _OSI(Processor Aggregator Device) [ 0.146118] ACPI: EC: Look up EC in DSDT [ 0.147949] ACPI: Executed 2 blocks of module-level executable AML code [ 0.167534] ACPI: Interpreter enabled [ 0.167543] ACPI: (supports S0 S3 S5) [ 0.167577] ACPI: Using IOAPIC for interrupt routing [ 0.167647] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff](base 0xe0000000) [ 0.167731] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources [ 0.242971] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243507] ACPI: PCI Root Bridge [PCI0](domain 0000 [bus 00-ff]) [ 0.244009] pci_root PNP0A08:00: host bridge window [io 0x0000-0x03af] [ 0.244014] pci_root PNP0A08:00: host bridge window [io 0x03e0-0x0cf7] [ 0.244019] pci_root PNP0A08:00: host bridge window [io 0x03b0-0x03df] [ 0.244023] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff] [ 0.244027] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] [ 0.244031] pci_root PNP0A08:00: host bridge window [mem 0x000c0000-0x000dffff] [ 0.244035] pci_root PNP0A08:00: host bridge window [mem 0xb0000000-0xffffffff] [ 0.244057] pci 0000:00:00.0: [1022:1510] type 0 class 0x000600 [ 0.244114] pci 0000:00:01.0: [1002:9802] type 0 class 0x000300 [ 0.244128] pci 0000:00:01.0: reg 10: [mem 0xb0000000-0xbfffffff pref] [ 0.244138] pci 0000:00:01.0: reg 14: [io 0xf000-0xf0ff] [ 0.244148] pci 0000:00:01.0: reg 18: [mem 0xfeb00000-0xfeb3ffff] [ 0.244208] pci 0000:00:01.0: supports D1 D2 [ 0.244232] pci 0000:00:01.1: [1002:1314] type 0 class 0x000403 [ 0.244244] pci 0000:00:01.1: reg 10: [mem 0xfeb44000-0xfeb47fff] [ 0.244314] pci 0000:00:01.1: supports D1 D2 [ 0.244346] pci 0000:00:04.0: [1022:1512] type 1 class 0x000604 [ 0.244421] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold [ 0.244427] pci 0000:00:04.0: PME# disabled [ 0.244490] pci 0000:00:11.0: [1002:4391] type 0 class 0x000106 [ 0.244516] pci 0000:00:11.0: reg 10: [io 0xf190-0xf197] [ 0.244529] pci 0000:00:11.0: reg 14: [io 0xf180-0xf183] [ 0.244543] pci 0000:00:11.0: reg 18: [io 0xf170-0xf177] [ 0.244556] pci 0000:00:11.0: reg 1c: [io 0xf160-0xf163] [ 0.244570] pci 0000:00:11.0: reg 20: [io 0xf150-0xf15f] [ 0.244584] pci 0000:00:11.0: reg 24: [mem 0xfeb4f000-0xfeb4f3ff] [ 0.244662] pci 0000:00:12.0: [1002:4397] type 0 class 0x000c03 [ 0.244680] pci 0000:00:12.0: reg 10: [mem 0xfeb4e000-0xfeb4efff] [ 0.244774] pci 0000:00:12.2: [1002:4396] type 0 class 0x000c03 [ 0.244799] pci 0000:00:12.2: reg 10: [mem 0xfeb4d000-0xfeb4d0ff] [ 0.244906] pci 0000:00:12.2: supports D1 D2 [ 0.244909] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot [ 0.244915] pci 0000:00:12.2: PME# disabled [ 0.244943] pci 0000:00:13.0: [1002:4397] type 0 class 0x000c03 [ 0.244961] pci 0000:00:13.0: reg 10: [mem 0xfeb4c000-0xfeb4cfff] [ 0.245055] pci 0000:00:13.2: [1002:4396] type 0 class 0x000c03 [ 0.245080] pci 0000:00:13.2: reg 10: [mem 0xfeb4b000-0xfeb4b0ff] [ 0.245187] pci 0000:00:13.2: supports D1 D2 [ 0.245190] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot [ 0.245196] pci 0000:00:13.2: PME# disabled [ 0.245224] pci 0000:00:14.0: [1002:4385] type 0 class 0x000c05 [ 0.245322] pci 0000:00:14.1: [1002:439c] type 0 class 0x000101 [ 0.245340] pci 0000:00:14.1: reg 10: [io 0xf140-0xf147] [ 0.245353] pci 0000:00:14.1: reg 14: [io 0xf130-0xf133] [ 0.245367] pci 0000:00:14.1: reg 18: [io 0xf120-0xf127] [ 0.245380] pci 0000:00:14.1: reg 1c: [io 0xf110-0xf113] [ 0.245394] pci 0000:00:14.1: reg 20: [io 0xf100-0xf10f] [ 0.245445] pci 0000:00:14.2: [1002:4383] type 0 class 0x000403 [ 0.245474] pci 0000:00:14.2: reg 10: [mem 0xfeb40000-0xfeb43fff 64bit] [ 0.245559] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold [ 0.245565] pci 0000:00:14.2: PME# disabled [ 0.245583] pci 0000:00:14.3: [1002:439d] type 0 class 0x000601 [ 0.245682] pci 0000:00:14.4: [1002:4384] type 1 class 0x000604 [ 0.245738] pci 0000:00:14.5: [1002:4399] type 0 class 0x000c03 [ 0.245756] pci 0000:00:14.5: reg 10: [mem 0xfeb4a000-0xfeb4afff] [ 0.245854] pci 0000:00:15.0: [1002:43a0] type 1 class 0x000604 [ 0.245958] pci 0000:00:15.0: supports D1 D2 [ 0.245996] pci 0000:00:15.3: [1002:43a3] type 1 class 0x000604 [ 0.246099] pci 0000:00:15.3: supports D1 D2 [ 0.246134] pci 0000:00:16.0: [1002:4397] type 0 class 0x000c03 [ 0.246152] pci 0000:00:16.0: reg 10: [mem 0xfeb49000-0xfeb49fff] [ 0.246246] pci 0000:00:16.2: [1002:4396] type 0 class 0x000c03 [ 0.246271] pci 0000:00:16.2: reg 10: [mem 0xfeb48000-0xfeb480ff] [ 0.246377] pci 0000:00:16.2: supports D1 D2 [ 0.246380] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot [ 0.246387] pci 0000:00:16.2: PME# disabled [ 0.246417] pci 0000:00:18.0: [1022:1700] type 0 class 0x000600 [ 0.246463] pci 0000:00:18.1: [1022:1701] type 0 class 0x000600 [ 0.246504] pci 0000:00:18.2: [1022:1702] type 0 class 0x000600 [ 0.246548] pci 0000:00:18.3: [1022:1703] type 0 class 0x000600 [ 0.246603] pci 0000:00:18.4: [1022:1704] type 0 class 0x000600 [ 0.246656] pci 0000:00:18.5: [1022:1718] type 0 class 0x000600 [ 0.246705] pci 0000:00:18.6: [1022:1716] type 0 class 0x000600 [ 0.246747] pci 0000:00:18.7: [1022:1719] type 0 class 0x000600 [ 0.246886] pci 0000:01:00.0: [1033:0194] type 0 class 0x000c03 [ 0.246914] pci 0000:01:00.0: reg 10: [mem 0xfea00000-0xfea01fff 64bit] [ 0.247049] pci 0000:01:00.0: PME# supported from D0 D3hot [ 0.247056] pci 0000:01:00.0: PME# disabled [ 0.253400] pci 0000:00:04.0: PCI bridge to [bus 01-01] [ 0.253423] pci 0000:00:04.0: bridge window [mem 0xfea00000-0xfeafffff] [ 0.253530] pci 0000:00:14.4: PCI bridge to [bus 02-02](subtractive decode) [ 0.253544] pci 0000:00:14.4: bridge window [io 0x0000-0x03af](subtractive decode) [ 0.253548] pci 0000:00:14.4: bridge window [io 0x03e0-0x0cf7](subtractive decode) [ 0.253552] pci 0000:00:14.4: bridge window [io 0x03b0-0x03df](subtractive decode) [ 0.253556] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff](subtractive decode) [ 0.253560] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff](subtractive decode) [ 0.253564] pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000dffff](subtractive decode) [ 0.253568] pci 0000:00:14.4: bridge window [mem 0xb0000000-0xffffffff](subtractive decode) [ 0.253664] pci 0000:03:00.0: [1814:0781] type 0 class 0x000280 [ 0.253691] pci 0000:03:00.0: reg 10: [mem 0xfe000000-0xfe00ffff] [ 0.253850] pci 0000:03:00.0: PME# supported from D0 D3hot [ 0.253859] pci 0000:03:00.0: PME# disabled [ 0.260063] pci 0000:00:15.0: PCI bridge to [bus 03-05] [ 0.260086] pci 0000:00:15.0: bridge window [io 0xe000-0xefff] [ 0.260096] pci 0000:00:15.0: bridge window [mem 0xfe000000-0xfe9fffff] [ 0.260106] pci 0000:00:15.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref] [ 0.260211] pci 0000:06:00.0: [10ec:8168] type 0 class 0x000200 [ 0.260238] pci 0000:06:00.0: reg 10: [io 0xd000-0xd0ff] [ 0.260278] pci 0000:06:00.0: reg 18: [mem 0xd0004000-0xd0004fff 64bit pref] [ 0.260303] pci 0000:06:00.0: reg 20: [mem 0xd0000000-0xd0003fff 64bit pref] [ 0.260410] pci 0000:06:00.0: supports D1 D2 [ 0.260414] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.260423] pci 0000:06:00.0: PME# disabled [ 0.266744] pci 0000:00:15.3: PCI bridge to [bus 06-06] [ 0.266764] pci 0000:00:15.3: bridge window [io 0xd000-0xdfff] [ 0.266777] pci 0000:00:15.3: bridge window [mem 0xd0000000-0xd00fffff 64bit pref] [ 0.266808] pci_bus 0000:00: on NUMA node 0 [ 0.266821] ACPI: PCI Interrupt Routing Table [SB.PCI0._PRT] [ 0.267103] ACPI: PCI Interrupt Routing Table [SB.PCI0.PE20._PRT] [ 0.267166] ACPI: PCI Interrupt Routing Table [SB.PCI0.PE23._PRT] [ 0.267225] ACPI: PCI Interrupt Routing Table [SB.PCI0.BR14._PRT] [ 0.267282] pci0000:00: Requesting ACPI _OSC control (0x1d) [ 0.267289] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d [ 0.267292] ACPI _OSC control for PCIe not granted, disabling ASPM [ 0.276836] ACPI: PCI Interrupt Link [LNKA](IRQs 4 7 10 11 14 15) [ 0.276992] ACPI: PCI Interrupt Link [LNKB](IRQs 4 7 10 11 14 15) [ 0.277116] ACPI: PCI Interrupt Link [LNKC](IRQs 4 7 10 11 14 15) [ 0.277255] ACPI: PCI Interrupt Link [LNKD](IRQs 4 7 10 11 14 15) [ 0.277352] ACPI: PCI Interrupt Link [LNKE](IRQs 4 7 10 11 14 15) 0 [ 0.277428] ACPI: PCI Interrupt Link [LNKF](IRQs 4 7 10 11 14 15) 0 [ 0.277503] ACPI: PCI Interrupt Link [LNKG](IRQs 4 7 10 11 14 15) 0 [ 0.277578] ACPI: PCI Interrupt Link [LNKH](IRQs 4 7 10 11 14 15) 0 [ 0.277895] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none [ 0.277922] vgaarb: loaded [ 0.277924] vgaarb: bridge control possible 0000:00:01.0 [ 0.278051] SCSI subsystem initialized [ 0.278199] libata version 3.00 loaded. [ 0.278267] usbcore: registered new interface driver usbfs [ 0.278285] usbcore: registered new interface driver hub [ 0.278665] usbcore: registered new device driver usb [ 0.278752] PCI: Using ACPI for IRQ routing [ 0.289589] PCI: pci_cache_line_size set to 64 bytes [ 0.289730] reserve RAM buffer: 000000000009d800 - 000000000009ffff [ 0.289734] reserve RAM buffer: 00000000978ed000 - 0000000097ffffff [ 0.289740] reserve RAM buffer: 0000000097a5b000 - 0000000097ffffff [ 0.289745] reserve RAM buffer: 0000000097a83000 - 0000000097ffffff [ 0.289750] reserve RAM buffer: 0000000097d7d000 - 0000000097ffffff [ 0.289753] reserve RAM buffer: 0000000097f00000 - 0000000097ffffff [ 0.289757] reserve RAM buffer: 000000014f000000 - 000000014fffffff [ 0.290006] cfg80211: Calling CRDA to update world regulatory domain [ 0.290556] Switching to clocksource hpet [ 0.290708] pnp: PnP ACPI init [ 0.290727] ACPI: bus type pnp registered [ 0.291072] pnp 00:00: [bus 00-ff] [ 0.291077] pnp 00:00: [io 0x0cf8-0x0cff] [ 0.291081] pnp 00:00: [io 0x0000-0x03af window] [ 0.291085] pnp 00:00: [io 0x03e0-0x0cf7 window] [ 0.291088] pnp 00:00: [io 0x03b0-0x03df window] [ 0.291092] pnp 00:00: [io 0x0d00-0xffff window] [ 0.291096] pnp 00:00: [mem 0x000a0000-0x000bffff window] [ 0.291099] pnp 00:00: [mem 0x000c0000-0x000dffff window] [ 0.291103] pnp 00:00: [mem 0xb0000000-0xffffffff window] [ 0.291106] pnp 00:00: [mem 0x00000000 window] [ 0.291179] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active) [ 0.291251] pnp 00:01: [mem 0xe0000000-0xefffffff] [ 0.291325] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved [ 0.291331] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active) [ 0.292178] pnp 00:02: [io 0x040b] [ 0.292182] pnp 00:02: [io 0x04d6] [ 0.292185] pnp 00:02: [io 0x0c00-0x0c01] [ 0.292188] pnp 00:02: [io 0x0c14] [ 0.292191] pnp 00:02: [io 0x0c50-0x0c51] [ 0.292194] pnp 00:02: [io 0x0c52] [ 0.292196] pnp 00:02: [io 0x0c6c] [ 0.292199] pnp 00:02: [io 0x0c6f] [ 0.292202] pnp 00:02: [io 0x0cd0-0x0cd1] [ 0.292205] pnp 00:02: [io 0x0cd2-0x0cd3] [ 0.292208] pnp 00:02: [io 0x0cd4-0x0cd5] [ 0.292211] pnp 00:02: [io 0x0cd6-0x0cd7] [ 0.292214] pnp 00:02: [io 0x0cd8-0x0cdf] [ 0.292217] pnp 00:02: [io 0x0800-0x089f] [ 0.292220] pnp 00:02: [io 0x0000-0xffffffffffffffff disabled] [ 0.292226] pnp 00:02: [io 0x0000-0x000f] [ 0.292229] pnp 00:02: [io 0x0b20-0x0b3f] [ 0.292232] pnp 00:02: [io 0x0900-0x090f] [ 0.292234] pnp 00:02: [io 0x0910-0x091f] [ 0.292237] pnp 00:02: [io 0xfe00-0xfefe] [ 0.292241] pnp 00:02: [io 0x0060-0x005f disabled] [ 0.292244] pnp 00:02: [io 0x0064-0x0063 disabled] [ 0.292247] pnp 00:02: [mem 0xfec00000-0xfec00fff] [ 0.292251] pnp 00:02: [mem 0xfee00000-0xfee00fff] [ 0.292254] pnp 00:02: [mem 0xfed80000-0xfed8ffff] [ 0.292257] pnp 00:02: [mem 0xfed61000-0xfed70fff] [ 0.292260] pnp 00:02: [mem 0xfec10000-0xfec10fff] [ 0.292263] pnp 00:02: [mem 0xfed00000-0xfed00fff] [ 0.292266] pnp 00:02: [mem 0xffc00000-0xffffffff] [ 0.292368] system 00:02: [io 0x040b] has been reserved [ 0.292372] system 00:02: [io 0x04d6] has been reserved [ 0.292376] system 00:02: [io 0x0c00-0x0c01] has been reserved [ 0.292380] system 00:02: [io 0x0c14] has been reserved [ 0.292384] system 00:02: [io 0x0c50-0x0c51] has been reserved [ 0.292388] system 00:02: [io 0x0c52] has been reserved [ 0.292392] system 00:02: [io 0x0c6c] has been reserved [ 0.292396] system 00:02: [io 0x0c6f] has been reserved [ 0.292400] system 00:02: [io 0x0cd0-0x0cd1] has been reserved [ 0.292404] system 00:02: [io 0x0cd2-0x0cd3] has been reserved [ 0.292407] system 00:02: [io 0x0cd4-0x0cd5] has been reserved [ 0.292411] system 00:02: [io 0x0cd6-0x0cd7] has been reserved [ 0.292415] system 00:02: [io 0x0cd8-0x0cdf] has been reserved [ 0.292419] system 00:02: [io 0x0800-0x089f] has been reserved [ 0.292423] system 00:02: [io 0x0b20-0x0b3f] has been reserved [ 0.292427] system 00:02: [io 0x0900-0x090f] has been reserved [ 0.292431] system 00:02: [io 0x0910-0x091f] has been reserved [ 0.292436] system 00:02: [io 0xfe00-0xfefe] has been reserved [ 0.292441] system 00:02: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.292446] system 00:02: [mem 0xfee00000-0xfee00fff] has been reserved [ 0.292451] system 00:02: [mem 0xfed80000-0xfed8ffff] has been reserved [ 0.292455] system 00:02: [mem 0xfed61000-0xfed70fff] has been reserved [ 0.292460] system 00:02: [mem 0xfec10000-0xfec10fff] has been reserved [ 0.292464] system 00:02: [mem 0xfed00000-0xfed00fff] has been reserved [ 0.292469] system 00:02: [mem 0xffc00000-0xffffffff] has been reserved [ 0.292474] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.292496] pnp 00:03: [dma 4] [ 0.292499] pnp 00:03: [io 0x0000-0x000f] [ 0.292502] pnp 00:03: [io 0x0081-0x0083] [ 0.292505] pnp 00:03: [io 0x0087] [ 0.292508] pnp 00:03: [io 0x0089-0x008b] [ 0.292511] pnp 00:03: [io 0x008f] [ 0.292513] pnp 00:03: [io 0x00c0-0x00df] [ 0.292548] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active) [ 0.292566] pnp 00:04: [io 0x0070-0x0071] [ 0.292582] pnp 00:04: [irq 8] [ 0.292619] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.292634] pnp 00:05: [io 0x0061] [ 0.292668] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active) [ 0.292716] pnp 00:06: [io 0x0010-0x001f] [ 0.292719] pnp 00:06: [io 0x0022-0x003f] [ 0.292722] pnp 00:06: [io 0x0044-0x005f] [ 0.292725] pnp 00:06: [io 0x0072-0x007f] [ 0.292727] pnp 00:06: [io 0x0080] [ 0.292730] pnp 00:06: [io 0x0084-0x0086] [ 0.292733] pnp 00:06: [io 0x0088] [ 0.292736] pnp 00:06: [io 0x008c-0x008e] [ 0.292739] pnp 00:06: [io 0x0090-0x009f] [ 0.292741] pnp 00:06: [io 0x00a2-0x00bf] [ 0.292744] pnp 00:06: [io 0x00e0-0x00ef] [ 0.292747] pnp 00:06: [io 0x04d0-0x04d1] [ 0.292818] system 00:06: [io 0x04d0-0x04d1] has been reserved [ 0.292823] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.292838] pnp 00:07: [io 0x00f0-0x00ff] [ 0.292847] pnp 00:07: [irq 13] [ 0.292881] pnp 00:07: Plug and Play ACPI device, IDs PNP0c04 (active) [ 0.292968] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.292968] pnp 00:09: [io 0x0000-0xffffffffffffffff disabled] [ 0.292968] pnp 00:09: [io 0x0a00-0x0a0f] [ 0.292968] pnp 00:09: [io 0x0a10-0x0a1f] [ 0.292968] pnp 00:09: [io 0x0a20-0x0a2f] [ 0.292968] pnp 00:09: [io 0x0a30-0x0a3f] [ 0.292968] system 00:09: [io 0x0a00-0x0a0f] has been reserved [ 0.292968] system 00:09: [io 0x0a10-0x0a1f] has been reserved [ 0.292968] system 00:09: [io 0x0a20-0x0a2f] has been reserved [ 0.292968] system 00:09: [io 0x0a30-0x0a3f] has been reserved [ 0.292968] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.293056] pnp 00:0a: [mem 0x98000000-0xafffffff] [ 0.293124] system 00:0a: [mem 0x98000000-0xafffffff] has been reserved [ 0.293129] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.293377] pnp 00:0b: [mem 0xfed00000-0xfed003ff] [ 0.293429] pnp 00:0b: Plug and Play ACPI device, IDs PNP0103 (active) [ 0.293437] pnp: PnP ACPI: found 12 devices [ 0.293440] ACPI: ACPI bus type pnp unregistered [ 0.303381] PCI: max bus depth: 1 pci_try_num: 2 [ 0.303441] pci 0000:00:04.0: BAR 9: assigned [mem 0xd0100000-0xd02fffff 64bit pref] [ 0.303449] pci 0000:00:04.0: BAR 7: assigned [io 0x1000-0x1fff] [ 0.303454] pci 0000:00:04.0: PCI bridge to [bus 01-01] [ 0.303459] pci 0000:00:04.0: bridge window [io 0x1000-0x1fff] [ 0.303466] pci 0000:00:04.0: bridge window [mem 0xfea00000-0xfeafffff] [ 0.303472] pci 0000:00:04.0: bridge window [mem 0xd0100000-0xd02fffff 64bit pref] [ 0.303480] pci 0000:00:14.4: PCI bridge to [bus 02-02] [ 0.303512] pci 0000:00:15.0: PCI bridge to [bus 03-05] [ 0.303516] pci 0000:00:15.0: bridge window [io 0xe000-0xefff] [ 0.303523] pci 0000:00:15.0: bridge window [mem 0xfe000000-0xfe9fffff] [ 0.303530] pci 0000:00:15.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref] [ 0.303539] pci 0000:00:15.3: PCI bridge to [bus 06-06] [ 0.303543] pci 0000:00:15.3: bridge window [io 0xd000-0xdfff] [ 0.303553] pci 0000:00:15.3: bridge window [mem 0xd0000000-0xd00fffff 64bit pref] [ 0.303592] pci 0000:00:04.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 0.303599] pci 0000:00:04.0: setting latency timer to 64 [ 0.303615] pci 0000:00:15.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 0.303621] pci 0000:00:15.0: setting latency timer to 64 [ 0.303630] pci 0000:00:15.3: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 0.303636] pci 0000:00:15.3: setting latency timer to 64 [ 0.303642] pci_bus 0000:00: resource 4 [io 0x0000-0x03af] [ 0.303646] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7] [ 0.303650] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df] [ 0.303653] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff] [ 0.303657] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff] [ 0.303661] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff] [ 0.303665] pci_bus 0000:00: resource 10 [mem 0xb0000000-0xffffffff] [ 0.303669] pci_bus 0000:01: resource 0 [io 0x1000-0x1fff] [ 0.303672] pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff] [ 0.303676] pci_bus 0000:01: resource 2 [mem 0xd0100000-0xd02fffff 64bit pref] [ 0.303681] pci_bus 0000:02: resource 4 [io 0x0000-0x03af] [ 0.303684] pci_bus 0000:02: resource 5 [io 0x03e0-0x0cf7] [ 0.303687] pci_bus 0000:02: resource 6 [io 0x03b0-0x03df] [ 0.303691] pci_bus 0000:02: resource 7 [io 0x0d00-0xffff] [ 0.303694] pci_bus 0000:02: resource 8 [mem 0x000a0000-0x000bffff] [ 0.303698] pci_bus 0000:02: resource 9 [mem 0x000c0000-0x000dffff] [ 0.303701] pci_bus 0000:02: resource 10 [mem 0xb0000000-0xffffffff] [ 0.303705] pci_bus 0000:03: resource 0 [io 0xe000-0xefff] [ 0.303709] pci_bus 0000:03: resource 1 [mem 0xfe000000-0xfe9fffff] [ 0.303712] pci_bus 0000:03: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref] [ 0.303716] pci_bus 0000:06: resource 0 [io 0xd000-0xdfff] [ 0.303720] pci_bus 0000:06: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref] [ 0.303778] NET: Registered protocol family 2 [ 0.303865] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.304635] TCP established hash table entries: 262144 (order: 10, 4194304 bytes) [ 0.306903] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) [ 0.307451] TCP: Hash tables configured (established 262144 bind 65536) [ 0.307456] TCP reno registered [ 0.307463] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.307507] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.307685] NET: Registered protocol family 1 [ 0.308055] RPC: Registered named UNIX socket transport module. [ 0.308063] RPC: Registered udp transport module. [ 0.308066] RPC: Registered tcp transport module. [ 0.308068] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.308086] pci 0000:00:01.0: Boot video device [ 0.308132] pci 0000:00:12.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18 [ 0.383604] pci 0000:00:12.0: PCI INT A disabled [ 0.383657] pci 0000:00:12.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17 [ 0.383755] pci 0000:00:12.2: PCI INT B disabled [ 0.383768] pci 0000:00:13.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18 [ 0.460273] pci 0000:00:13.0: PCI INT A disabled [ 0.460308] pci 0000:00:13.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17 [ 0.460398] pci 0000:00:13.2: PCI INT B disabled [ 0.460425] pci 0000:00:14.5: PCI INT C -> GSI 18 (level, low) -> IRQ 18 [ 0.536922] pci 0000:00:14.5: PCI INT C disabled [ 0.536966] pci 0000:00:16.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18 [ 0.613627] pci 0000:00:16.0: PCI INT A disabled [ 0.613660] pci 0000:00:16.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17 [ 0.613758] pci 0000:00:16.2: PCI INT B disabled [ 0.613791] pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 0.613861] pci 0000:01:00.0: PCI INT A disabled [ 0.613889] PCI: CLS 64 bytes, default 64 [ 0.618123] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 0.618135] Placing 64MB software IO TLB between ffff8800938ed000 - ffff8800978ed000 [ 0.618139] software IO TLB at phys 0x938ed000 - 0x978ed000 [ 0.618451] perf: AMD IBS detected (0x000000ff) [ 0.668297] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.669041] fuse init (API version 7.17) [ 0.669326] JFS: nTxBlock = 8192, nTxLock = 65536 [ 0.673409] SGI XFS with security attributes, large block/inode numbers, no debug enabled [ 0.674637] msgmni has been set to 7098 [ 0.675722] alg: No test for stdrng (krng) [ 0.683198] alg: No test for fips(ansi_cprng) (fips_ansi_cprng) [ 0.683440] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 0.683447] io scheduler noop registered [ 0.683502] io scheduler cfq registered (default) [ 0.683975] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0 [ 0.683985] ACPI: Power Button [PWRB] [ 0.684054] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 [ 0.684058] ACPI: Power Button [PWRF] [ 0.684268] ACPI: acpi_idle registered with cpuidle [ 0.744442] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 0.797183] Linux agpgart interface v0.103 [ 0.801108] brd: module loaded [ 0.802412] loop: module loaded [ 0.803043] nbd: registered device at major 43 [ 0.805569] Loading iSCSI transport class v2.0-870. [ 0.805782] iscsi: registered transport (tcp) [ 0.805894] ahci 0000:00:11.0: version 3.0 [ 0.805951] ahci 0000:00:11.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19 [ 0.806136] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 4 ports 6 Gbps 0xf impl SATA mode [ 0.806142] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part sxs [ 0.807458] scsi0 : ahci [ 0.807742] scsi1 : ahci [ 0.807974] scsi2 : ahci [ 0.808174] scsi3 : ahci [ 0.808737] ata1: SATA max UDMA/133 abar m1024@0xfeb4f000 port 0xfeb4f100 irq 19 [ 0.808743] ata2: SATA max UDMA/133 abar m1024@0xfeb4f000 port 0xfeb4f180 irq 19 [ 0.808749] ata3: SATA max UDMA/133 abar m1024@0xfeb4f000 port 0xfeb4f200 irq 19 [ 0.808754] ata4: SATA max UDMA/133 abar m1024@0xfeb4f000 port 0xfeb4f280 irq 19 [ 0.808899] pata_atiixp 0000:00:14.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17 [ 0.809388] scsi4 : pata_atiixp [ 0.809621] scsi5 : pata_atiixp [ 0.810904] ata5: PATA max UDMA/100 cmd 0xf140 ctl 0xf130 bmdma 0xf100 irq 17 [ 0.810909] ata6: PATA max UDMA/100 cmd 0xf120 ctl 0xf110 bmdma 0xf108 irq 17 [ 0.811033] tun: Universal TUN/TAP device driver, 1.6 [ 0.811037] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com [ 0.811333] sky2: driver version 1.30 [ 0.811402] r8168 Gigabit Ethernet driver 8.029.00-NAPI loaded [ 0.811461] r8168 0000:06:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19 [ 0.811493] r8168 0000:06:00.0: setting latency timer to 64 [ 0.811590] r8168 0000:06:00.0: irq 40 for MSI/MSI-X [ 0.811864] eth%d: RTL8168E/8111E at 0xffffc90000016000, 00:01:2e:3a:48:c9, IRQ 40 [ 0.975150] r8168: This product is covered by one or more of the following patents: US5,307,459, US5,434,872, US5,732,094, US6,570,884, US6,115,776, and US6,327,625. [ 0.975158] eth0: Identified chip type is 'RTL8168E/8111E'. [ 0.975163] r8168 Copyright (C) 2012 Realtek NIC software team nicfae@realtek.com [ 0.975165] This program comes with ABSOLUTELY NO WARRANTY; for details, please see http://www.gnu.org/licenses/. [ 0.975167] This is free software, and you are welcome to redistribute it under certain conditions; see http://www.gnu.org/licenses/. [ 0.975215] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.975253] ehci_hcd 0000:00:12.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17 [ 0.975291] ehci_hcd 0000:00:12.2: EHCI Host Controller [ 0.975302] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1 [ 0.975314] ehci_hcd 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround [ 0.975347] QUIRK: Enable AMD PLL fix [ 0.975364] ehci_hcd 0000:00:12.2: debug port 1 [ 0.975437] ehci_hcd 0000:00:12.2: irq 17, io mem 0xfeb4d000 [ 0.983424] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00 [ 0.986556] hub 1-0:1.0: USB hub found [ 0.986567] hub 1-0:1.0: 5 ports detected [ 0.986786] ehci_hcd 0000:00:13.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17 [ 0.986842] ehci_hcd 0000:00:13.2: EHCI Host Controller [ 0.986853] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 2 [ 0.986864] ehci_hcd 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround [ 0.986900] ehci_hcd 0000:00:13.2: debug port 1 [ 0.986986] ehci_hcd 0000:00:13.2: irq 17, io mem 0xfeb4b000 [ 0.996921] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00 [ 0.997353] hub 2-0:1.0: USB hub found [ 0.997365] hub 2-0:1.0: 5 ports detected [ 0.997521] ehci_hcd 0000:00:16.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17 [ 0.997577] ehci_hcd 0000:00:16.2: EHCI Host Controller [ 0.997588] ehci_hcd 0000:00:16.2: new USB bus registered, assigned bus number 3 [ 0.997603] ehci_hcd 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround [ 0.997643] ehci_hcd 0000:00:16.2: debug port 1 [ 0.997883] ehci_hcd 0000:00:16.2: irq 17, io mem 0xfeb48000 [ 1.006920] ehci_hcd 0000:00:16.2: USB 2.0 started, EHCI 1.00 [ 1.007301] hub 3-0:1.0: USB hub found [ 1.007313] hub 3-0:1.0: 4 ports detected [ 1.007453] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.007500] ohci_hcd 0000:00:12.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18 [ 1.007557] ohci_hcd 0000:00:12.0: OHCI Host Controller [ 1.007569] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 4 [ 1.007848] ohci_hcd 0000:00:12.0: irq 18, io mem 0xfeb4e000 [ 1.064678] hub 4-0:1.0: USB hub found [ 1.064707] hub 4-0:1.0: 5 ports detected [ 1.064845] ohci_hcd 0000:00:13.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18 [ 1.064901] ohci_hcd 0000:00:13.0: OHCI Host Controller [ 1.064912] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 5 [ 1.065161] ohci_hcd 0000:00:13.0: irq 18, io mem 0xfeb4c000 [ 1.121353] hub 5-0:1.0: USB hub found [ 1.121381] hub 5-0:1.0: 5 ports detected [ 1.121511] ohci_hcd 0000:00:14.5: PCI INT C -> GSI 18 (level, low) -> IRQ 18 [ 1.121567] ohci_hcd 0000:00:14.5: OHCI Host Controller [ 1.121578] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 6 [ 1.121825] ohci_hcd 0000:00:14.5: irq 18, io mem 0xfeb4a000 [ 1.177943] hub 6-0:1.0: USB hub found [ 1.177966] hub 6-0:1.0: 2 ports detected [ 1.178094] ohci_hcd 0000:00:16.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18 [ 1.178150] ohci_hcd 0000:00:16.0: OHCI Host Controller [ 1.178160] ohci_hcd 0000:00:16.0: new USB bus registered, assigned bus number 7 [ 1.178415] ohci_hcd 0000:00:16.0: irq 18, io mem 0xfeb49000 [ 1.234676] hub 7-0:1.0: USB hub found [ 1.234705] hub 7-0:1.0: 4 ports detected [ 1.234817] Initializing USB Mass Storage driver... [ 1.234877] usbcore: registered new interface driver usb-storage [ 1.234879] USB Mass Storage support registered. [ 1.234944] i8042: PNP: No PS/2 controller found. Probing ports directly. [ 1.236135] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.236153] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.236470] mousedev: PS/2 mouse device common for all mice [ 1.236960] rtc_cmos 00:04: RTC can wake from S4 [ 1.237132] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0 [ 1.237228] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs [ 1.237264] i2c /dev entries driver [ 1.237331] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0 [ 1.237572] lirc_dev: IR Remote Control driver registered, major 252 [ 1.237579] IR NEC protocol handler initialized [ 1.237582] IR RC5(x) protocol handler initialized [ 1.237584] IR RC6 protocol handler initialized [ 1.237586] IR JVC protocol handler initialized [ 1.237588] IR Sony protocol handler initialized [ 1.237591] IR RC5 (streamzap) protocol handler initialized [ 1.237593] IR MCE Keyboard/mouse protocol handler initialized [ 1.237763] cpuidle: using governor ladder [ 1.237767] EFI Variables Facility v0.08 2004-May-17 [ 1.237771] No iBFT detected. [ 1.238108] usbcore: registered new interface driver usbhid [ 1.238111] usbhid: USB HID core driver [ 1.238269] Netfilter messages via NETLINK v0.30. [ 1.238513] ip_tables: (C) 2000-2006 Netfilter Core Team [ 1.238543] TCP cubic registered [ 1.238733] NET: Registered protocol family 10 [ 1.239451] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 1.239480] NET: Registered protocol family 17 [ 1.239498] lib80211: common routines for IEEE802.11 drivers [ 1.239501] lib80211_crypt: registered algorithm 'NULL' [ 1.239505] Registering the dns_resolver key type [ 1.255693] rtc_cmos 00:04: setting system clock to 2012-04-15 22:11:49 UTC (1334527909) [ 1.255715] powernow-k8: Found 1 AMD E-350 Processor (2 cpu cores) (version 2.20.00) [ 1.255772] powernow-k8: 0 : pstate 0 (1600 MHz) [ 1.255775] powernow-k8: 1 : pstate 1 (1280 MHz) [ 1.255778] powernow-k8: 2 : pstate 2 (800 MHz) [ 1.273604] ata4: SATA link down (SStatus 0 SControl 300) [ 1.273658] ata2: SATA link down (SStatus 0 SControl 300) [ 1.276948] ata3: SATA link down (SStatus 0 SControl 300) [ 1.293597] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 1.297731] ata1.00: ATA-8: WDC WD5000BPVT-00HXZT1, 01.01A01, max UDMA/133 [ 1.297745] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA [ 1.302216] ata1.00: configured for UDMA/133 [ 1.302681] scsi 0:0:0:0: Direct-Access ATA WDC WD5000BPVT-0 01.0 PQ: 0 ANSI: 5 [ 1.303010] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.303184] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB) [ 1.303189] sd 0:0:0:0: [sda] 4096-byte physical blocks [ 1.303693] sd 0:0:0:0: [sda] Write Protect is off [ 1.303705] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 1.303920] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.343610] usb 1-2: new high-speed USB device number 3 using ehci_hcd [ 1.370441] sda: sda1 sda2 sda3 sda4 < sda5 sda6 > [ 1.372341] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.378575] Freeing unused kernel memory: 4016k freed [ 1.381070] Write protecting the kernel read-only data: 8192k [ 1.383564] Freeing unused kernel memory: 296k freed [ 1.386433] Freeing unused kernel memory: 388k freed [ 1.471664] hub 1-2:1.0: USB hub found [ 1.472250] hub 1-2:1.0: 4 ports detected [ 1.620267] Refined TSC clocksource calibration: 1600.000 MHz. [ 1.620284] Switching to clocksource tsc [ 1.657584] EXT4-fs (sda3): mounting ext3 file system using the ext4 subsystem [ 1.699857] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null) [ 1.723422] usb 4-1: new low-speed USB device number 2 using ohci_hcd [ 1.750901] EXT4-fs (sda5): mounting ext3 file system using the ext4 subsystem [ 1.788267] EXT4-fs (sda5): warning: maximal mount count reached, running e2fsck is recommended [ 1.788986] EXT4-fs (sda5): recovery complete [ 1.789354] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null) [ 1.893281] input: Riitek Micro Keyboard as /devices/pci0000:00/0000:00:12.0/usb4/4-1/4-1:1.0/input/input2 [ 1.893965] generic-usb 0003:1997:0409.0001: input,hidraw0: USB HID v1.11 Keyboard [Riitek Micro Keyboard] on usb-0000:00:12.0-1/input0 [ 1.901496] input: Riitek Micro Keyboard as /devices/pci0000:00/0000:00:12.0/usb4/4-1/4-1:1.1/input/input3 [ 1.901810] generic-usb 0003:1997:0409.0002: input,hidraw1: USB HID v1.11 Mouse [Riitek Micro Keyboard] on usb-0000:00:12.0-1/input1 [ 2.006955] usb 2-4: new high-speed USB device number 2 using ehci_hcd [ 2.371365] usb 1-2.3: new high-speed USB device number 4 using ehci_hcd [ 2.458192] hub 1-2.3:1.0: USB hub found [ 2.458793] hub 1-2.3:1.0: 4 ports detected [ 2.727809] usb 1-2.3.4: new full-speed USB device number 5 using ehci_hcd [ 5.785655] uvesafb: (C) 1988-2010, AMD Technologies Inc. , WRESTLER, 01.00, OEM: AMD ATOMBIOS, VBE v3.0 [ 5.851494] uvesafb: VBIOS/hardware supports DDC2 transfers [ 5.986048] uvesafb: monitor limits: vf = 61 Hz, hf = 76 kHz, clk = 230 MHz [ 5.986511] uvesafb: scrolling: redraw [ 5.986539] mtrr: type mismatch for b0000000,1000000 old: write-back new: write-combining [ 5.986549] mtrr: type mismatch for b0000000,800000 old: write-back new: write-combining [ 5.986558] mtrr: type mismatch for b0000000,400000 old: write-back new: write-combining [ 5.986567] mtrr: type mismatch for b0000000,200000 old: write-back new: write-combining [ 5.986575] mtrr: type mismatch for b0000000,100000 old: write-back new: write-combining [ 5.986584] mtrr: type mismatch for b0000000,80000 old: write-back new: write-combining [ 5.986592] mtrr: type mismatch for b0000000,40000 old: write-back new: write-combining [ 5.986600] mtrr: type mismatch for b0000000,20000 old: write-back new: write-combining [ 5.986608] mtrr: type mismatch for b0000000,10000 old: write-back new: write-combining [ 5.986617] mtrr: type mismatch for b0000000,8000 old: write-back new: write-combining [ 5.986625] mtrr: type mismatch for b0000000,4000 old: write-back new: write-combining [ 5.986633] mtrr: type mismatch for b0000000,2000 old: write-back new: write-combining [ 5.986641] mtrr: type mismatch for b0000000,1000 old: write-back new: write-combining [ 5.997486] uvesafb: mode switch failed (eax=0x34f, err=0). Trying again with default timings. [ 6.256496] uvesafb: mode switch failed (eax=0x34f, err=0). Trying again with default timings. [ 6.502707] Console: switching to colour frame buffer device 175x65 [ 6.503068] uvesafb: mode switch failed (eax=0x34f, err=0). Trying again with default timings. [ 6.736058] uvesafb: framebuffer at 0xb0000000, mapped to 0xffffc90010680000, using 11550k, total 16384k [ 6.736067] fb0: VESA VGA frame buffer device

[ 7.802176] udevd[233]: starting version 182 [ 8.093437] xhci_hcd 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 8.093500] xhci_hcd 0000:01:00.0: setting latency timer to 64 [ 8.093507] xhci_hcd 0000:01:00.0: xHCI Host Controller [ 8.094233] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 8 [ 8.094528] xhci_hcd 0000:01:00.0: irq 16, io mem 0xfea00000 [ 8.094731] xhci_hcd 0000:01:00.0: irq 41 for MSI/MSI-X [ 8.094740] xhci_hcd 0000:01:00.0: irq 42 for MSI/MSI-X [ 8.094747] xhci_hcd 0000:01:00.0: irq 43 for MSI/MSI-X [ 8.095615] xHCI xhci_add_endpoint called for root hub [ 8.095621] xHCI xhci_check_bandwidth called for root hub [ 8.095683] hub 8-0:1.0: USB hub found [ 8.095695] hub 8-0:1.0: 2 ports detected [ 8.095796] xhci_hcd 0000:01:00.0: xHCI Host Controller [ 8.095805] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 9 [ 8.098089] xHCI xhci_add_endpoint called for root hub [ 8.098095] xHCI xhci_check_bandwidth called for root hub [ 8.098160] hub 9-0:1.0: USB hub found [ 8.098176] hub 9-0:1.0: 2 ports detected [ 8.198044] Registered IR keymap rc-rc6-mce [ 8.198226] input: Media Center Ed. eHome Infrared Remote Transceiver (0471:0815) as /devices/pci0000:00/0000:00:12.2/usb1/1-2/1-2.3/1-2.3.4/1-2.3.4:1.0/rc/rc0/input4 [ 8.198832] rc0: Media Center Ed. eHome Infrared Remote Transceiver (0471:0815) as /devices/pci0000:00/0000:00:12.2/usb1/1-2/1-2.3/1-2.3.4/1-2.3.4:1.0/rc/rc0 [ 8.199063] input: MCE IR Keyboard/Mouse (mceusb) as /devices/virtual/input/input5 [ 8.386799] mceusb 1-2.3.4:1.0: Registered Philips eHome Infrared Transceiver with mce emulator interface version 1 [ 8.386807] mceusb 1-2.3.4:1.0: 2 tx ports (0x1 cabled) and 2 rx sensors (0x0 active) [ 8.386872] usbcore: registered new interface driver mceusb [ 8.400179] usb 8-1: new high-speed USB device number 2 using xhci_hcd [ 8.416614] xhci_hcd 0000:01:00.0: WARN: short transfer on control ep [ 8.417055] xhci_hcd 0000:01:00.0: WARN: short transfer on control ep [ 8.418196] xhci_hcd 0000:01:00.0: WARN: short transfer on control ep [ 8.418569] xhci_hcd 0000:01:00.0: WARN: short transfer on control ep [ 8.418896] usb 8-1: ep 0x1 - rounding interval to 32768 microframes, ep desc says 0 microframes [ 8.418904] usb 8-1: ep 0x81 - rounding interval to 32768 microframes, ep desc says 0 microframes [ 8.435501] rt2800pci 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 8.435520] rt2800pci 0000:03:00.0: setting latency timer to 64 [ 8.445597] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' [ 8.448293] snd_hda_intel 0000:00:01.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19 [ 8.448397] snd_hda_intel 0000:00:01.1: irq 44 for MSI/MSI-X [ 8.449354] Registered led device: rt2800pci-phy0::radio [ 8.449435] Registered led device: rt2800pci-phy0::assoc [ 8.449508] Registered led device: rt2800pci-phy0::quality [ 8.451213] snd_hda_intel 0000:00:01.1: setting latency timer to 64 [ 8.774990] HDMI status: Codec=0 Pin=3 Presence_Detect=0 ELD_Valid=0 [ 8.775227] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input6 [ 8.775694] snd_hda_intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 9.072281] dvb-usb: found a 'Technotrend TT Connect S2-3600' in warm state. [ 9.072302] pctv452e: pctv452e_power_ctrl: 1 [ 9.072303] [ 9.072319] usb 8-1: ep 0x1 - rounding interval to 32768 microframes, ep desc says 0 microframes [ 9.072328] usb 8-1: ep 0x81 - rounding interval to 32768 microframes, ep desc says 0 microframes [ 9.075117] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer. [ 9.075431] DVB: registering new adapter (Technotrend TT Connect S2-3600) [ 9.075893] pctv452e: I2C error -121; AA 02 A0 01 14 -> 55 02 A0 00 00. [ 9.079098] dvb-usb: MAC address: 00:d0:5c:0b:9c:e6 [ 9.105438] input: HDA ATI SB Headphone as /devices/pci0000:00/0000:00:14.2/sound/card1/input7 [ 9.269208] stb0899_attach: Attaching STB0899 [ 9.303961] DVB: registering adapter 0 frontend 0 (STB0899 Multistandard)... [ 9.320905] stb6100_attach: Attaching STB6100 [ 9.321433] Registered IR keymap rc-tt-1500 [ 9.321592] input: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:04.0/0000:01:00.0/usb8/8-1/rc/rc1/input8 [ 9.321668] rc1: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:04.0/0000:01:00.0/usb8/8-1/rc/rc1 [ 9.321673] dvb-usb: schedule remote query interval to 100 msecs. [ 9.321680] pctv452e: pctv452e_power_ctrl: 0 [ 9.321681] [ 9.321684] dvb-usb: Technotrend TT Connect S2-3600 successfully initialized and connected. [ 9.321717] usbcore: registered new interface driver pctv452e [ 9.331996] ir-keytable[483]: segfault at 0 ip 00007fdd605c6b8d sp 00007ffff61ba118 error 4 in libc.so.6[7fdd60498000+18d000] [ 9.553364] r8168: eth0: link down [ 9.557529] ADDRCONF(NETDEV_UP): eth0: link is not ready [ 10.161928] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 10.168890] fglrx: version magic '3.2.14 SMP mod_unload ' should be '3.2.15 SMP mod_unload ' [ 11.218120] r8168: eth0: link up [ 11.218984] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 11.420588] dvb-usb: recv bulk message failed: -110 [ 11.420601] dvb-usb: error -110 while querying for an remote control event. [ 11.560284] r8168: eth0: link up [ 13.520611] dvb-usb: recv bulk message failed: -110 [ 13.520624] dvb-usb: error -110 while querying for an remote control event.

sraue commented 12 years ago

something seems wrong with your build, i dont know if the issue related to this, but it seems you have dont do a full rebuild after the kernel upgrade to 3.2.15: fglrx: version magic '3.2.14 SMP mod_unload ' should be '3.2.15 SMP mod_unload '

please try first a fresh and complete build with the latest sources

chemstar commented 12 years ago

problem solved. i've done a complete rebuild. now it is ok.

sraue commented 12 years ago

thanks :-)