View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 6 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Fri Jan 28, 2011 3:54 pm 
Offline
Joined: Wed Jul 19, 2006 12:36 pm
Posts: 24
I recently purchased an ASRock ION 3D 152B to act as a frontend machine or possibly a secondary backend + frontend to provide a target for my second HDHR. (I'm afraid that four HD streams will choke the 100 Mbps Ethernet connection on my old MBE.) It seems to have a great combination of features for this role, but there appear to be some hardware support issues under LinHES R6.03.00.

Quick stats:
    CPU: Intel Atom D525 Dual Core Processor
    Chipset: Mobile Intel ICH8M chipset
    Memory: 1x 2GB DDR2 800MHz
    Video: NVIDIA GT218-ION Graphics, NVIDIA 3DTV Play Capable
    HDD: 320GB, 5400 rpm (2.5" Hitachi SATA HDD)
    ODD: Blu-Ray Disk (BD) Combo
    Front I/O: 2 x USB 3.0, 1 x MIC, 1 x Head Phone
    Rear I/O: 1 x HDMI, 1 x DVI-D (Dual-Link), 6 x USB 2.0, 1 x S/PDIF, 1 x D-Sub
    LAN: Realtek 8169 Gigabit LAN
    Sound: 7.1 CH HD Audio with DTS
    WiFi: 1T2R 802.11b/g/n
    Remote: MCE Remote Controller
    Power Unit: 65W/19V External Adapter
    Dimensions: 195mm(W) x 70mm(H) x 186mm(L)


I had hoped the install would go smoothly, but immediately hit a major snag: it appears that the r8169 driver built into the R6.03.00 kernel (2.6.28-LinHES) does not support the on-board Ethernet device. It reports "unknown MAC (2f200000)". I have built the latest driver (6.013.00) from Realtek on my MBE and installed it on the FE box, but it keeps using the built-in kernel driver. I tried a few different methods* to blacklist that driver, but to no avail. Any ideas?

My next step is to see if the newer kernel (2.6.35) supplied on the Ubuntu 10.10 install CD supports the on-board NIC or built-in USB WiFi device. I was expecting trouble with WiFi based on previous reports and it isn't working either, but I don't intend to use WiFi going forward.

LinHES 7.0 has a newer kernel and may just do the trick, but I still see 15 open issues and it includes MythTV 0.24, which would require me to upgrade my MBE. Has anyone updated their kernel under R6? It sure looks like a lot of stuff needs to be rebuilt or changed (NVIDIA drivers, lirc, etc.) Is it still a problem to have two machines running different versions of MythTV on the same network?

Aside from this problem, LinHES runs from the CD, installs to the hard drive, boots, and runs from the hard drive without incident. It gets stuck trying to contact the backend, of course. I tested pm-suspend briefly and it worked beautifully.

* Blacklist methods tried: 1) add "!r8169" to MODULES in /etc/rc.conf, 2) add "blacklist r8169" to /etc/modprobe.conf, 3) add "disablemodules=r8169" during boot

Edit: This was inadvertently posted to the wrong forum. I am reposting it here. If an admin wants to remove it from the KnoppMyth -> Usage/HowTo forum, go for it.


Last edited by chael on Sun Jan 30, 2011 12:19 pm, edited 2 times in total.


Top
 Profile  
 
 Post subject: Additional information
PostPosted: Fri Jan 28, 2011 4:00 pm 
Offline
Joined: Wed Jul 19, 2006 12:36 pm
Posts: 24
Networking related dmesg output:
Code:
e100: Intel(R) PRO/100 Network Driver, 3.5.23-k6-NAPI
e100: Copyright(c) 1999-2006 Intel Corporation
ns83820.c: National Semiconductor DP83820 10/100/1000 driver.
r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
r8169 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
r8169 0000:03:00.0: setting latency timer to 64
r8169 0000:03:00.0: unknown MAC (2f200000)
r8169 0000:03:00.0: irq 764 for MSI/MSI-X
eth0: RTL8169 at 0xf8032000, 70:71:bc:df:b1:30, XID 2c200000 IRQ 764
dmfe: Davicom DM9xxx net driver, version 1.36.4 (2002-01-17)
winbond-840.c:v1.01-e (2.4 port) Sep-11-2006  Donald Becker <becker@scyld.com>
  http://www.scyld.com/network/drivers.html
uli526x: ULi M5261/M5263 net driver, version 0.9.3 (2005-7-29)


At the end of the boot process, I also get:
Code:
r8169: eth0: unknown chipset (mac_version = 1).
r8169: eth0: link down
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
ADDRCONF(NETDEV_UP): eth0: link is not ready
irq 16: nobody cared (try booting with the "irqpoll" option)
Pid: 0, comm: swapper Tainted: P           2.6.28-LinHES #1
Call Trace:
 [<c0161f94>] __report_bad_irq+0x24/0x90
 [<c016214f>] note_interrupt+0x14f/0x190
 [<c0161240>] handle_IRQ_event+0x30/0x60
 [<c0162893>] handle_fasteoi_irq+0xb3/0xe0
 [<c010691e>] do_IRQ+0x7e/0xa0
 [<c0104ac7>] common_interrupt+0x23/0x28
 [<c010b49f>] mwait_idle+0x2f/0x40
 [<c0102ded>] cpu_idle+0x6d/0xd0
handlers:
[<f857b7f0>] (usb_hcd_irq+0x0/0x80 [usbcore])
[<f9385010>] (nv_kern_isr+0x0/0x70 [nvidia])
Disabling IRQ #16


The dmesg output does not change regardless of my attempts to blacklist various drivers (ns83820 and r8169), which is why I think the blacklisting isn't working. Others have complained that blacklisting doesn't work too.

Other indications:
    The switch shows a physical connection, but not Gigabit speed.
    The PC shows one orange LED (right) and one amber LED (left).
    There is no blinking on either end.

I'm about to try booting the R7.00.01 CD to see if it can bring up the hardware.


Top
 Profile  
 
 Post subject: NIC works under R7
PostPosted: Fri Jan 28, 2011 6:36 pm 
Offline
Joined: Wed Jul 19, 2006 12:36 pm
Posts: 24
Good news! The on-board NIC is working under R7.00.01. It also detected the WLAN adapter, although I haven't tried it. The HD Audio warnings also sounded less severe. I am not connected to an audio system yet, so I can't say as to whether sound is working. This system will continue to be just for testing until R7 comes out, but it's a big relief.

Since Cecil mentioned hardware fixes in 2.6.37, I went ahead and updated the system (pacman -Syu) after editing /etc/pacman.conf to look at the repos (it was referencing the local drive by default).

So as not to screw up my R6 MBE, I installed the new unit as another MBE for the time being. I switched the playback mode to VDPAU High Quality and tested playback of various videos. Playback seemed ok, but again I am not testing with audio, HDMI, or on a large screen. Seeking is still cranky on videos, as usual.

Here is the new dmesg output under R7 current:

Code:
Initializing cgroup subsys cpuset
Linux version 2.6.37-LinHES (root@dev) (gcc version 4.5.1 (GCC) ) #1 SMP PREEMPT Wed Jan 26 03:50:33 UTC 2011
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
 BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000007ff80000 (usable)
 BIOS-e820: 000000007ff80000 - 000000007ff90000 (ACPI data)
 BIOS-e820: 000000007ff90000 - 000000007ffe0000 (ACPI NVS)
 BIOS-e820: 000000007ffe0000 - 0000000080000000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
 BIOS-e820: 00000000ff380000 - 0000000100000000 (reserved)
Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
DMI present.
DMI: ION3D-HT/To Be Filled By O.E.M., BIOS P1.10 10/25/2010
e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
last_pfn = 0x7ff80 max_arch_pfn = 0x100000
MTRR default type: uncachable
MTRR fixed ranges enabled:
  00000-9FFFF write-back
  A0000-BFFFF uncachable
  C0000-CFFFF write-protect
  D0000-DFFFF uncachable
  E0000-EFFFF write-through
  F0000-FFFFF write-protect
MTRR variable ranges enabled:
  0 base 000000000 mask F80000000 write-back
  1 disabled
  2 disabled
  3 disabled
  4 disabled
  5 disabled
  6 disabled
  7 disabled
x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
found SMP MP-table at [c00ff780] ff780
Scanning 0 areas for low memory corruption
initial memory mapped : 0 - 01800000
init_memory_mapping: 0000000000000000-00000000377fe000
 0000000000 - 0000400000 page 4k
 0000400000 - 0037400000 page 2M
 0037400000 - 00377fe000 page 4k
kernel direct mapping tables up to 377fe000 @ 17fb000-1800000
RAMDISK: 7fc46000 - 7ff70000
Allocated new RAMDISK: 374d4000 - 377fd52a
Move RAMDISK from 000000007fc46000 - 000000007ff6f529 to 374d4000 - 377fd529
ACPI: RSDP 000f9c20 00014 (v00 ACPIAM)
ACPI: RSDT 7ff80000 00040 (v01 102510 RSDT2002 20101025 MSFT 00000097)
ACPI: FACP 7ff80200 00084 (v01 102510 FACP2002 20101025 MSFT 00000097)
ACPI: DSDT 7ff80440 060B3 (v01  AS424 AS424101 00000101 INTL 20051117)
ACPI: FACS 7ff90000 00040
ACPI: APIC 7ff80390 0006C (v01 102510 APIC2002 20101025 MSFT 00000097)
ACPI: MCFG 7ff80400 0003C (v01 102510 OEMMCFG  20101025 MSFT 00000097)
ACPI: OEMB 7ff90040 00082 (v01 102510 OEMB2002 20101025 MSFT 00000097)
ACPI: AAFT 7ff8a440 00027 (v01 102510 OEMAAFT  20101025 MSFT 00000097)
ACPI: HPET 7ff8a470 00038 (v01 102510 OEMHPET  20101025 MSFT 00000097)
ACPI: ASF! 7ff8a4b0 00099 (v32 LEGEND I865PASF 00000001 INTL 20051117)
ACPI: Local APIC address 0xfee00000
1159MB HIGHMEM available.
887MB LOWMEM available.
  mapped low ram: 0 - 377fe000
  low ram: 0 - 377fe000
Zone PFN ranges:
  DMA      0x00000010 -> 0x00001000
  Normal   0x00001000 -> 0x000377fe
  HighMem  0x000377fe -> 0x0007ff80
Movable zone start PFN for each node
early_node_map[2] active PFN ranges
    0: 0x00000010 -> 0x0000009f
    0: 0x00000100 -> 0x0007ff80
On node 0 totalpages: 524047
free_area_init_node: node 0, pgdat c14370c0, node_mem_map f64d3200
  DMA zone: 32 pages used for memmap
  DMA zone: 0 pages reserved
  DMA zone: 3951 pages, LIFO batch:0
  Normal zone: 1744 pages used for memmap
  Normal zone: 221486 pages, LIFO batch:31
  HighMem zone: 2320 pages used for memmap
  HighMem zone: 294514 pages, LIFO batch:31
Using APIC driver default
ACPI: PM-Timer IO Port: 0x808
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0xffffffff base: 0xfed00000
SMP: Allowing 4 CPUs, 0 hotplug CPUs
nr_irqs_gsi: 40
PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
PM: Registered nosave memory: 00000000000a0000 - 00000000000e4000
PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
Allocating PCI resources starting at 80000000 (gap: 80000000:7ee00000)
Booting paravirtualized kernel on bare hardware
setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
PERCPU: Embedded 12 pages/cpu @f6000000 s26048 r0 d23104 u1048576
pcpu-alloc: s26048 r0 d23104 u1048576 alloc=1*4194304
pcpu-alloc: [0] 0 1 2 3
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 519951
Kernel command line: root=/dev/disk/by-uuid/86a9cc71-f7c9-4128-9e53-6368ccb905b5    ro    init=/sbin/runit    quiet    vga=0x314    splash=silent,theme:linhes    console=tty1   
PID hash table entries: 4096 (order: 2, 16384 bytes)
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Initializing CPU#0
allocated 10482880 bytes of page_cgroup
please try 'cgroup_disable=memory' option if you don't want memory cgroups
Initializing HighMem for node 0 (000377fe:0007ff80)
Memory: 2059540k/2096640k available (3120k kernel code, 36648k reserved, 1231k data, 420k init, 1187336k highmem)
virtual kernel memory layout:
    fixmap  : 0xfff16000 - 0xfffff000   ( 932 kB)
    pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
    lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
      .init : 0xc1440000 - 0xc14a9000   ( 420 kB)
      .data : 0xc130c130 - 0xc143fe80   (1231 kB)
      .text : 0xc1000000 - 0xc130c130   (3120 kB)
Checking if this processor honours the WP bit even in supervisor mode...Ok.
SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Preemptable hierarchical RCU implementation.
   RCU-based detection of stalled CPUs is disabled.
   Verbose stalled-CPUs detection is disabled.
NR_IRQS:512
CPU 0 irqstacks, hard=f5008000 soft=f500a000
Console: colour dummy device 80x25
console [tty1] enabled
hpet clockevent registered
Fast TSC calibration using PIT
Detected 1795.243 MHz processor.
Calibrating delay loop (skipped), value calculated using timer frequency.. 3590.48 BogoMIPS (lpj=1795243)
pid_max: default: 32768 minimum: 301
Security Framework initialized
AppArmor: AppArmor disabled by boot time parameter
Mount-cache hash table entries: 512
Initializing cgroup subsys ns
ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
Initializing cgroup subsys memory
Initializing cgroup subsys devices
Initializing cgroup subsys freezer
Initializing cgroup subsys net_cls
Initializing cgroup subsys blkio
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
mce: CPU supports 5 MCE banks
CPU0: Thermal monitoring enabled (TM1)
using mwait in idle threads.
Performance Events: PEBS fmt0+, Atom events, Intel PMU driver.
... version:                3
... bit width:              40
... generic registers:      2
... value mask:             000000ffffffffff
... max period:             000000007fffffff
... fixed-purpose events:   3
... event mask:             0000000700000003
ACPI: Core revision 20101013
Enabling APIC mode:  Flat.  Using 1 I/O APICs
..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
CPU0: Intel(R) Atom(TM) CPU D525   @ 1.80GHz stepping 0a
APIC calibration not consistent with PM-Timer: 119ms instead of 100ms
APIC delta adjusted to PM-Timer: 1246875 (1496223)
NMI watchdog enabled, takes one hw-pmu counter.
CPU 1 irqstacks, hard=f50cc000 soft=f50ce000
Booting Node   0, Processors  #1
Initializing CPU#1
TSC synchronization [CPU#0 -> CPU#1]:
Measured 63 cycles TSC warp between CPUs, turning off TSC clock.
Marking TSC unstable due to check_tsc_sync_source failed
NMI watchdog enabled, takes one hw-pmu counter.
CPU 2 irqstacks, hard=f50de000 soft=f50e0000
 #2
Initializing CPU#2
NMI watchdog enabled, takes one hw-pmu counter.
CPU 3 irqstacks, hard=f50ee000 soft=f50f0000
 #3
Initializing CPU#3
NMI watchdog enabled, takes one hw-pmu counter.
Brought up 4 CPUs
Total of 4 processors activated (14363.00 BogoMIPS).
devtmpfs: initialized
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
PCI: not using MMCONFIG
PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=4
PCI: Using configuration type 1 for base access
bio: create slab <bio-0> at 0
ACPI: EC: Look up EC in DSDT
ACPI: Executed 1 blocks of module-level executable AML code
ACPI: Interpreter enabled
ACPI: (supports S0 S1 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in ACPI motherboard resources
PCI: Using MMCONFIG for extended config space
ACPI Exception: AE_NOT_FOUND, Evaluating _PRW (20101013/scan-723)
ACPI Exception: AE_NOT_FOUND, Evaluating _PRW (20101013/scan-723)
ACPI Exception: AE_NOT_FOUND, Evaluating _PRW (20101013/scan-723)
ACPI Exception: AE_NOT_FOUND, Evaluating _PRW (20101013/scan-723)
ACPI Exception: AE_NOT_FOUND, Evaluating _PRW (20101013/scan-723)
ACPI: No dock devices found.
PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff]
pci_root PNP0A08:00: host bridge window [mem 0x80000000-0xf7ffffff]
pci_root PNP0A08:00: host bridge window [mem 0xfc000000-0xfed8ffff]
pci 0000:00:00.0: [8086:a000] type 0 class 0x000600
pci 0000:00:1a.0: [8086:2834] type 0 class 0x000c03
pci 0000:00:1a.0: reg 20: [io  0xb480-0xb49f]
pci 0000:00:1a.1: [8086:2835] type 0 class 0x000c03
pci 0000:00:1a.1: reg 20: [io  0xb400-0xb41f]
pci 0000:00:1a.7: [8086:283a] type 0 class 0x000c03
pci 0000:00:1a.7: reg 10: [mem 0xfeaff400-0xfeaff7ff]
pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1a.7: PME# disabled
pci 0000:00:1b.0: [8086:284b] type 0 class 0x000403
pci 0000:00:1b.0: reg 10: [mem 0xfeaf8000-0xfeafbfff 64bit]
pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1b.0: PME# disabled
pci 0000:00:1c.0: [8086:283f] type 1 class 0x000604
pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PME# disabled
pci 0000:00:1c.4: [8086:2847] type 1 class 0x000604
pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.4: PME# disabled
pci 0000:00:1c.5: [8086:2849] type 1 class 0x000604
pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.5: PME# disabled
pci 0000:00:1d.0: [8086:2830] type 0 class 0x000c03
pci 0000:00:1d.0: reg 20: [io  0xbc00-0xbc1f]
pci 0000:00:1d.1: [8086:2831] type 0 class 0x000c03
pci 0000:00:1d.1: reg 20: [io  0xb880-0xb89f]
pci 0000:00:1d.2: [8086:2832] type 0 class 0x000c03
pci 0000:00:1d.2: reg 20: [io  0xb800-0xb81f]
pci 0000:00:1d.7: [8086:2836] type 0 class 0x000c03
pci 0000:00:1d.7: reg 10: [mem 0xfeaff800-0xfeaffbff]
pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.7: PME# disabled
pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
pci 0000:00:1f.0: [8086:2815] type 0 class 0x000601
pci 0000:00:1f.0: quirk: [io  0x0800-0x087f] claimed by ICH6 ACPI/GPIO/TCO
pci 0000:00:1f.0: quirk: [io  0x0500-0x053f] claimed by ICH6 GPIO
pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0280 (mask 00ff)
pci 0000:00:1f.1: [8086:2850] type 0 class 0x000101
pci 0000:00:1f.1: reg 10: [io  0x0000-0x0007]
pci 0000:00:1f.1: reg 14: [io  0x0000-0x0003]
pci 0000:00:1f.1: reg 18: [io  0x08f0-0x08f7]
pci 0000:00:1f.1: reg 1c: [io  0x08f8-0x08fb]
pci 0000:00:1f.1: reg 20: [io  0xffa0-0xffaf]
pci 0000:00:1f.2: [8086:2828] type 0 class 0x000101
pci 0000:00:1f.2: reg 10: [io  0xcc00-0xcc07]
pci 0000:00:1f.2: reg 14: [io  0xc880-0xc883]
pci 0000:00:1f.2: reg 18: [io  0xc800-0xc807]
pci 0000:00:1f.2: reg 1c: [io  0xc480-0xc483]
pci 0000:00:1f.2: reg 20: [io  0xc400-0xc40f]
pci 0000:00:1f.2: reg 24: [io  0xc080-0xc08f]
pci 0000:00:1f.2: PME# supported from D3hot
pci 0000:00:1f.2: PME# disabled
pci 0000:00:1f.3: [8086:283e] type 0 class 0x000c05
pci 0000:00:1f.3: reg 10: [mem 0xfeaffc00-0xfeaffcff]
pci 0000:00:1f.3: reg 20: [io  0x0400-0x041f]
pci 0000:02:00.0: [10de:0a64] type 0 class 0x000300
pci 0000:02:00.0: reg 10: [mem 0xf7000000-0xf7ffffff]
pci 0000:02:00.0: reg 14: [mem 0xe0000000-0xefffffff 64bit pref]
pci 0000:02:00.0: reg 1c: [mem 0xde000000-0xdfffffff 64bit pref]
pci 0000:02:00.0: reg 24: [io  0xdc00-0xdc7f]
pci 0000:02:00.0: reg 30: [mem 0xf6f80000-0xf6ffffff pref]
pci 0000:02:00.1: [10de:0be3] type 0 class 0x000403
pci 0000:02:00.1: reg 10: [mem 0xf6f7c000-0xf6f7ffff]
pci 0000:00:1c.0: PCI bridge to [bus 02-02]
pci 0000:00:1c.0:   bridge window [io  0xd000-0xdfff]
pci 0000:00:1c.0:   bridge window [mem 0xf6f00000-0xf7ffffff]
pci 0000:00:1c.0:   bridge window [mem 0xde000000-0xefffffff 64bit pref]
pci 0000:03:00.0: [10ec:8168] type 0 class 0x000200
pci 0000:03:00.0: reg 10: [io  0xe800-0xe8ff]
pci 0000:03:00.0: reg 18: [mem 0xf5ffb000-0xf5ffbfff 64bit pref]
pci 0000:03:00.0: reg 20: [mem 0xf5ffc000-0xf5ffffff 64bit pref]
pci 0000:03:00.0: supports D1 D2
pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:03:00.0: PME# disabled
pci 0000:00:1c.4: PCI bridge to [bus 03-03]
pci 0000:00:1c.4:   bridge window [io  0xe000-0xefff]
pci 0000:00:1c.4:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
pci 0000:00:1c.4:   bridge window [mem 0xf5f00000-0xf5ffffff 64bit pref]
pci 0000:04:00.0: [1033:0194] type 0 class 0x000c03
pci 0000:04:00.0: reg 10: [mem 0xfebfe000-0xfebfffff 64bit]
pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
pci 0000:04:00.0: PME# disabled
pci 0000:00:1c.5: PCI bridge to [bus 04-04]
pci 0000:00:1c.5:   bridge window [io  0xf000-0x0000] (disabled)
pci 0000:00:1c.5:   bridge window [mem 0xfeb00000-0xfebfffff]
pci 0000:00:1c.5:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
pci 0000:00:1e.0: PCI bridge to [bus 01-01] (subtractive decode)
pci 0000:00:1e.0:   bridge window [io  0xf000-0x0000] (disabled)
pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
pci 0000:00:1e.0:   bridge window [mem 0x80000000-0xf7ffffff] (subtractive decode)
pci 0000:00:1e.0:   bridge window [mem 0xfc000000-0xfed8ffff] (subtractive decode)
pci_bus 0000:00: on NUMA node 0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P8._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11 12 14 *15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 *4 5 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 *6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 *11 12 14 15)
HEST: Table is not found!
vgaarb: device added: PCI:0000:02:00.0,decodes=io+mem,owns=io+mem,locks=none
vgaarb: loaded
PCI: Using ACPI for IRQ routing
PCI: pci_cache_line_size set to 64 bytes
reserve RAM buffer: 000000000009fc00 - 000000000009ffff
reserve RAM buffer: 000000007ff80000 - 000000007fffffff
NetLabel: Initializing
NetLabel:  domain hash size = 128
NetLabel:  protocols = UNLABELED CIPSOv4
NetLabel:  unlabeled traffic allowed by default
HPET: 3 timers in total, 0 timers will be used for per-cpu timer
hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
hpet0: 3 comparators, 64-bit 14.318180 MHz counter
Switching to clocksource hpet
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp 00:00: [bus 00-ff]
pnp 00:00: [io  0x0cf8-0x0cff]
pnp 00:00: [io  0x0000-0x0cf7 window]
pnp 00:00: [io  0x0d00-0xffff window]
pnp 00:00: [mem 0x000a0000-0x000bffff window]
pnp 00:00: [mem 0x000d0000-0x000dffff window]
pnp 00:00: [mem 0x80000000-0xf7ffffff window]
pnp 00:00: [mem 0xfc000000-0xfed8ffff window]
pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
pnp 00:01: [mem 0xfed14000-0xfed19fff]
pnp 00:01: [mem 0xfed90000-0xfed93fff]
pnp 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
pnp 00:02: [dma 4]
pnp 00:02: [io  0x0000-0x000f]
pnp 00:02: [io  0x0081-0x0083]
pnp 00:02: [io  0x0087]
pnp 00:02: [io  0x0089-0x008b]
pnp 00:02: [io  0x008f]
pnp 00:02: [io  0x00c0-0x00df]
pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
pnp 00:03: [io  0x0070-0x0071]
pnp 00:03: [irq 8]
pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
pnp 00:04: [io  0x0061]
pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
pnp 00:05: [io  0x00f0-0x00ff]
pnp 00:05: [irq 13]
pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
pnp 00:06: [io  0x0240-0x024f]
pnp 00:06: [irq 3]
pnp 00:06: [io  0x0250-0x025f]
pnp 00:06: Plug and Play ACPI device, IDs NTN0530 (active)
pnp 00:07: [io  0x0010-0x001f]
pnp 00:07: [io  0x0022-0x003f]
pnp 00:07: [io  0x0044-0x005f]
pnp 00:07: [io  0x0062-0x0063]
pnp 00:07: [io  0x0065-0x006f]
pnp 00:07: [io  0x0072-0x007f]
pnp 00:07: [io  0x0080]
pnp 00:07: [io  0x0084-0x0086]
pnp 00:07: [io  0x0088]
pnp 00:07: [io  0x008c-0x008e]
pnp 00:07: [io  0x0090-0x009f]
pnp 00:07: [io  0x00a2-0x00bf]
pnp 00:07: [io  0x00e0-0x00ef]
pnp 00:07: [io  0x04d0-0x04d1]
pnp 00:07: [io  0x0800-0x087f]
pnp 00:07: [io  0x0000-0xffffffff disabled]
pnp 00:07: [io  0x0500-0x053f]
pnp 00:07: [mem 0xfed1c000-0xfed1ffff]
pnp 00:07: [mem 0xfed20000-0xfed3ffff]
pnp 00:07: [mem 0xfed40000-0xfed8ffff]
pnp 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
pnp 00:08: [mem 0xfed00000-0xfed003ff]
pnp 00:08: Plug and Play ACPI device, IDs PNP0103 (active)
pnp 00:09: [mem 0xffb80000-0xffbfffff]
pnp 00:09: [mem 0xfff80000-0xffffffff]
pnp 00:09: Plug and Play ACPI device, IDs INT0800 (active)
pnp 00:0a: [mem 0xffc00000-0xfff7ffff]
pnp 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
pnp 00:0b: [io  0x0060]
pnp 00:0b: [io  0x0064]
pnp 00:0b: [mem 0xfec00000-0xfec00fff]
pnp 00:0b: [mem 0xfee00000-0xfee00fff]
pnp 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
pnp 00:0c: [io  0x0000-0xffffffff disabled]
pnp 00:0c: [io  0x0290-0x029f]
pnp 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
pnp 00:0d: [mem 0xf8000000-0xfbffffff]
pnp 00:0d: Plug and Play ACPI device, IDs PNP0c02 (active)
pnp 00:0e: [mem 0x00000000-0x0009ffff]
pnp 00:0e: [mem 0x000c0000-0x000cffff]
pnp 00:0e: [mem 0x000e0000-0x000fffff]
pnp 00:0e: [mem 0x00100000-0x7fffffff]
pnp 00:0e: [mem 0xfed90000-0xffffffff]
pnp 00:0e: Plug and Play ACPI device, IDs PNP0c01 (active)
pnp: PnP ACPI: found 15 devices
ACPI: ACPI bus type pnp unregistered
system 00:01: [mem 0xfed14000-0xfed19fff] has been reserved
system 00:01: [mem 0xfed90000-0xfed93fff] has been reserved
system 00:07: [io  0x04d0-0x04d1] has been reserved
system 00:07: [io  0x0800-0x087f] has been reserved
system 00:07: [io  0x0500-0x053f] has been reserved
system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
system 00:07: [mem 0xfed40000-0xfed8ffff] has been reserved
system 00:0a: [mem 0xffc00000-0xfff7ffff] has been reserved
system 00:0b: [mem 0xfec00000-0xfec00fff] could not be reserved
system 00:0b: [mem 0xfee00000-0xfee00fff] has been reserved
system 00:0c: [io  0x0290-0x029f] has been reserved
system 00:0d: [mem 0xf8000000-0xfbffffff] has been reserved
system 00:0e: [mem 0x00000000-0x0009ffff] could not be reserved
system 00:0e: [mem 0x000c0000-0x000cffff] could not be reserved
system 00:0e: [mem 0x000e0000-0x000fffff] could not be reserved
system 00:0e: [mem 0x00100000-0x7fffffff] could not be reserved
system 00:0e: [mem 0xfed90000-0xffffffff] could not be reserved
pci 0000:00:1c.4: BAR 14: assigned [mem 0x80000000-0x803fffff]
pci 0000:00:1c.5: BAR 15: assigned [mem 0x80400000-0x805fffff 64bit pref]
pci 0000:00:1c.5: BAR 13: assigned [io  0x1000-0x1fff]
pci 0000:00:1c.0: PCI bridge to [bus 02-02]
pci 0000:00:1c.0:   bridge window [io  0xd000-0xdfff]
pci 0000:00:1c.0:   bridge window [mem 0xf6f00000-0xf7ffffff]
pci 0000:00:1c.0:   bridge window [mem 0xde000000-0xefffffff 64bit pref]
pci 0000:00:1c.4: PCI bridge to [bus 03-03]
pci 0000:00:1c.4:   bridge window [io  0xe000-0xefff]
pci 0000:00:1c.4:   bridge window [mem 0x80000000-0x803fffff]
pci 0000:00:1c.4:   bridge window [mem 0xf5f00000-0xf5ffffff 64bit pref]
pci 0000:00:1c.5: PCI bridge to [bus 04-04]
pci 0000:00:1c.5:   bridge window [io  0x1000-0x1fff]
pci 0000:00:1c.5:   bridge window [mem 0xfeb00000-0xfebfffff]
pci 0000:00:1c.5:   bridge window [mem 0x80400000-0x805fffff 64bit pref]
pci 0000:00:1e.0: PCI bridge to [bus 01-01]
pci 0000:00:1e.0:   bridge window [io  disabled]
pci 0000:00:1e.0:   bridge window [mem disabled]
pci 0000:00:1e.0:   bridge window [mem pref disabled]
pci 0000:00:1c.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
pci 0000:00:1c.0: setting latency timer to 64
pci 0000:00:1c.4: PCI INT A -> GSI 22 (level, low) -> IRQ 22
pci 0000:00:1c.4: setting latency timer to 64
pci 0000:00:1c.5: enabling device (0106 -> 0107)
pci 0000:00:1c.5: PCI INT B -> GSI 23 (level, low) -> IRQ 23
pci 0000:00:1c.5: setting latency timer to 64
pci 0000:00:1e.0: setting latency timer to 64
pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
pci_bus 0000:00: resource 8 [mem 0x80000000-0xf7ffffff]
pci_bus 0000:00: resource 9 [mem 0xfc000000-0xfed8ffff]
pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
pci_bus 0000:02: resource 1 [mem 0xf6f00000-0xf7ffffff]
pci_bus 0000:02: resource 2 [mem 0xde000000-0xefffffff 64bit pref]
pci_bus 0000:03: resource 0 [io  0xe000-0xefff]
pci_bus 0000:03: resource 1 [mem 0x80000000-0x803fffff]
pci_bus 0000:03: resource 2 [mem 0xf5f00000-0xf5ffffff 64bit pref]
pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
pci_bus 0000:04: resource 1 [mem 0xfeb00000-0xfebfffff]
pci_bus 0000:04: resource 2 [mem 0x80400000-0x805fffff 64bit pref]
pci_bus 0000:01: resource 4 [io  0x0000-0x0cf7]
pci_bus 0000:01: resource 5 [io  0x0d00-0xffff]
pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000bffff]
pci_bus 0000:01: resource 7 [mem 0x000d0000-0x000dffff]
pci_bus 0000:01: resource 8 [mem 0x80000000-0xf7ffffff]
pci_bus 0000:01: resource 9 [mem 0xfc000000-0xfed8ffff]
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
UDP hash table entries: 512 (order: 2, 16384 bytes)
UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
NET: Registered protocol family 1
pci 0000:02:00.0: Boot video device
PCI: CLS 32 bytes, default 64
Unpacking initramfs...
Freeing initrd memory: 3240k freed
apm: BIOS version 1.2 Flags 0x02 (Driver version 1.16ac)
apm: disabled - APM is not SMP safe.
Scanning for low memory corruption every 60 seconds
audit: initializing netlink socket (disabled)
type=2000 audit(1296258381.488:1): initialized
highmem bounce pool size: 64 pages
HugeTLB registered 4 MB page size, pre-allocated 0 pages
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
msgmni has been set to 1709
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
io scheduler noop registered
io scheduler deadline registered
io scheduler cfq registered (default)
pcieport 0000:00:1c.0: ACPI _OSC control granted for 0x1d
pcieport 0000:00:1c.0: setting latency timer to 64
pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
pcieport 0000:00:1c.4: ACPI _OSC control granted for 0x1d
pcieport 0000:00:1c.4: setting latency timer to 64
pcieport 0000:00:1c.4: irq 41 for MSI/MSI-X
pcieport 0000:00:1c.5: ACPI _OSC control granted for 0x1d
pcieport 0000:00:1c.5: setting latency timer to 64
pcieport 0000:00:1c.5: irq 42 for MSI/MSI-X
pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
pci 0000:02:00.1: Signaling PME through PCIe PME interrupt
pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
pcie_pme 0000:00:1c.5:pcie01: service driver pcie_pme loaded
vesafb: framebuffer at 0xdf000000, mapped to 0xf8080000, using 1875k, total 14336k
vesafb: mode is 800x600x16, linelength=1600, pages=2
vesafb: protected mode interface info at c000:cb30
vesafb: pmi: set display start = c00ccb93, set palette = c00ccbee
vesafb: pmi: ports = 3b4 3b5 3ba 3c0 3c1 3c4 3c5 3c6 3c7 3c8 3c9 3cc 3ce 3cf 3d0 3d1 3d2 3d3 3d4 3d5 3da
vesafb: scrolling: redraw
vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
Console: switching to colour frame buffer device 100x37
fb0: VESA VGA frame buffer device
intel_idle: MWAIT substates: 0x10
intel_idle: v0.4 model 0x1C
intel_idle: lapic_timer_reliable_states 0x2
ERST: Table is not found!
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
PNP: No PS/2 controller found. Probing ports directly.
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
rtc_cmos 00:03: RTC can wake from S4
rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
cpuidle: using governor ladder
cpuidle: using governor menu
TCP cubic registered
NET: Registered protocol family 17
Registering the dns_resolver key type
Using IPI No-Shortcut mode
PM: Hibernation image not present or could not be loaded.
registered taskstats version 1
rtc_cmos 00:03: setting system clock to 2011-01-28 23:46:22 UTC (1296258382)
Initalizing network drop monitor service
Freeing unused kernel memory: 420k freed
BFS CPU scheduler v0.363 by Con Kolivas.
udev[47]: starting version 163
SCSI subsystem initialized
libata version 3.00 loaded.
ata_piix 0000:00:1f.1: version 2.13
ata_piix 0000:00:1f.1: PCI INT A -> GSI 19 (level, low) -> IRQ 19
ata_piix 0000:00:1f.1: setting latency timer to 64
scsi0 : ata_piix
scsi1 : ata_piix
ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
ata_piix 0000:00:1f.2: PCI INT B -> GSI 18 (level, low) -> IRQ 18
ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
ata2: port disabled. ignoring.
ata_piix 0000:00:1f.2: setting latency timer to 64
scsi2 : ata_piix
scsi3 : ata_piix
ata3: SATA max UDMA/133 cmd 0xcc00 ctl 0xc880 bmdma 0xc400 irq 18
ata4: SATA max UDMA/133 cmd 0xc800 ctl 0xc480 bmdma 0xc408 irq 18
ata3.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata3.01: SATA link down (SStatus 0 SControl 300)
ata3.00: ATA-8: Hitachi HTS545032B9A300, PB3OC60N, max UDMA/133
ata3.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
ata3.00: configured for UDMA/133
scsi 2:0:0:0: Direct-Access     ATA      Hitachi HTS54503 PB3O PQ: 0 ANSI: 5
ata4.01: failed to resume link (SControl 0)
ata4.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata4.01: SATA link down (SStatus 0 SControl 0)
ata4.01: link offline, clearing class 3 to NONE
ata4.00: ATAPI: Slimtype BD  E  DS4E1S, EAB1, max UDMA/100
ata4.00: configured for UDMA/100
scsi 3:0:0:0: CD-ROM            Slimtype BD  E  DS4E1S    EAB1 PQ: 0 ANSI: 5
sd 2:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
sd 2:0:0:0: [sda] Write Protect is off
sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sr0: scsi3-mmc drive: 24x/1x writer dvd-ram cd/rw xa/form2 cdda pop-up
cdrom: Uniform CD-ROM driver Revision: 3.20
sr 3:0:0:0: Attached scsi CD-ROM sr0
 sda: sda1 sda2 sda3
sd 2:0:0:0: [sda] Attached SCSI disk
EXT3-fs: barriers not enabled
kjournald starting.  Commit interval 5 seconds
EXT3-fs (sda1): mounted filesystem with writeback data mode
udev[543]: starting version 165
input: PC Speaker as /devices/platform/pcspkr/input/input0
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
ACPI: Power Button [PWRB]
input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
ACPI: Power Button [PWRF]
ACPI: acpi_idle yielding to intel_idle
sd 2:0:0:0: Attached scsi generic sg0 type 0
sr 3:0:0:0: Attached scsi generic sg1 type 5
iTCO_vendor_support: vendor-support=0
r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
r8169 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
r8169 0000:03:00.0: setting latency timer to 64
r8169 0000:03:00.0: (unregistered net_device): unknown MAC, using family default
r8169 0000:03:00.0: irq 43 for MSI/MSI-X
Linux agpgart interface v0.103
r8169 0000:03:00.0: eth0: RTL8168b/8111b at 0xf88e6000, 70:71:bc:df:b1:30, XID 0c200000 IRQ 43
i801_smbus 0000:00:1f.3: PCI INT C -> GSI 17 (level, low) -> IRQ 17
iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
iTCO_wdt: Found a ICH8M TCO device (Version=2, TCOBASE=0x0860)
iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
xhci_hcd 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
xhci_hcd 0000:04:00.0: setting latency timer to 64
xhci_hcd 0000:04:00.0: xHCI Host Controller
xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 1
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
ehci_hcd 0000:00:1a.7: setting latency timer to 64
ehci_hcd 0000:00:1a.7: EHCI Host Controller
ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 2
xhci_hcd 0000:04:00.0: irq 17, io mem 0xfebfe000
xhci_hcd 0000:04:00.0: irq 44 for MSI/MSI-X
xhci_hcd 0000:04:00.0: irq 45 for MSI/MSI-X
xhci_hcd 0000:04:00.0: irq 46 for MSI/MSI-X
xhci_hcd 0000:04:00.0: irq 47 for MSI/MSI-X
xhci_hcd 0000:04:00.0: irq 48 for MSI/MSI-X
ehci_hcd 0000:00:1a.7: debug port 1
usb usb1: No SuperSpeed endpoint companion for config 1  interface 0 altsetting 0 ep 129: using minimum values
xHCI xhci_add_endpoint called for root hub
xHCI xhci_check_bandwidth called for root hub
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 4 ports detected
ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfeaff400
ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 4 ports detected
ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
ehci_hcd 0000:00:1d.7: setting latency timer to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 3
ehci_hcd 0000:00:1d.7: debug port 1
ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfeaff800
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 6 ports detected
uhci_hcd: USB Universal Host Controller Interface driver
uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
uhci_hcd 0000:00:1a.0: setting latency timer to 64
uhci_hcd 0000:00:1a.0: UHCI Host Controller
uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000b480
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
uhci_hcd 0000:00:1a.1: setting latency timer to 64
uhci_hcd 0000:00:1a.1: UHCI Host Controller
uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 5
uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000b400
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
uhci_hcd 0000:00:1d.0: setting latency timer to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
IR NEC protocol handler initialized
uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000bc00
hub 6-0:1.0: USB hub found
hub 6-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
uhci_hcd 0000:00:1d.1: setting latency timer to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000b880
hub 7-0:1.0: USB hub found
hub 7-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
uhci_hcd 0000:00:1d.2: setting latency timer to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000b800
hub 8-0:1.0: USB hub found
hub 8-0:1.0: 2 ports detected
IR RC5(x) protocol handler initialized
HDA Intel 0000:00:1b.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
HDA Intel 0000:00:1b.0: irq 49 for MSI/MSI-X
HDA Intel 0000:00:1b.0: setting latency timer to 64
IR RC6 protocol handler initialized
IR JVC protocol handler initialized
hda_codec: ALC892: BIOS auto-probing.
input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input3
Registered IR keymap rc-rc6-mce
input: Nuvoton w836x7hg Infrared Remote Transceiver as /devices/virtual/rc/rc0/input4
rc0: Nuvoton w836x7hg Infrared Remote Transceiver as /devices/virtual/rc/rc0
nuvoton_cir: driver has been successfully loaded
input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
HDA Intel 0000:02:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
hda_intel: Disable MSI for Nvidia chipset
HDA Intel 0000:02:00.1: setting latency timer to 64
usb 2-3: new high speed USB device using ehci_hcd and address 2
IR Sony protocol handler initialized
lirc_dev: IR Remote Control driver registered, major 252
rc rc0: lirc_dev: driver ir-lirc-codec (nuvoton-cir) registered at minor = 0
IR LIRC bridge handler initialized
r8712u: module is from the staging directory, the quality is unknown, you have been warned.
r8712u: DriverVersion: v7_0.20100831
r8712u: register rtl8712_netdev_ops to netdev_ops
r8712u: USB_SPEED_HIGH with 4 endpoints
r8712u: Boot from EFUSE: Autoload OK
usb 8-2: new low speed USB device using uhci_hcd and address 2
nvidia: module license 'NVIDIA' taints kernel.
Disabling lock debugging due to kernel taint
input: BTC USB Multimedia Keyboard as /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.0/input/input6
generic-usb 0003:046D:C312.0001: input,hidraw0: USB HID v1.10 Keyboard [BTC USB Multimedia Keyboard] on usb-0000:00:1d.2-2/input0
input: BTC USB Multimedia Keyboard as /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.1/input/input7
generic-usb 0003:046D:C312.0002: input,hiddev0,hidraw1: USB HID v1.10 Device [BTC USB Multimedia Keyboard] on usb-0000:00:1d.2-2/input1
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
r8712u: CustomerID = 0x001c
r8712u: MAC Address from efuse = e0:91:53:37:1d:b4
usbcore: registered new interface driver r8712u
nvidia 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
nvidia 0000:02:00.0: setting latency timer to 64
vgaarb: device changed decodes: PCI:0000:02:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
NVRM: loading NVIDIA UNIX x86 Kernel Module  260.19.29  Wed Dec  8 12:09:09 PST 2010
EXT3-fs (sda1): using internal journal
SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
SGI XFS Quota Management subsystem
XFS mounting filesystem sda3
Ending clean XFS mount for filesystem: sda3
Adding 2064348k swap on /dev/sda2.  Priority:-1 extents:1 across:2064348k
Linux video capture interface: v2.00
cx88/2: cx2388x MPEG-TS Driver Manager version 0.0.8 loaded
cx88/2: cx2388x dvb driver version 0.0.8 loaded
cx88/2: registering cx8802 driver, type: dvb access: shared
lirc_i2c: module is from the staging directory, the quality is unknown, you have been warned.
r8169 0000:03:00.0: eth0: link up
r8169 0000:03:00.0: eth0: link up
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
FS-Cache: Loaded


Top
 Profile  
 
 Post subject: Good news!
PostPosted: Sun Jan 30, 2011 1:02 pm 
Offline
Joined: Wed Jul 19, 2006 12:36 pm
Posts: 24
Quite a few things have been going well on the new machine, but some tweaking was expected and has been required. Here is a quick rundown:

- Suspend to RAM (S3): Appears to work, at least using pm-suspend.
- ACPI Wakeup: Works using time_t.
- mythweb: Appears to work after fixing path to mysqld.sock (bug 753) and path to mythweb modules (bug 752).
- On-board HDA Intel audio: Worked by default in MythTV and fewer warnings on boot with kernel 2.6.37.
- Digital audio over HDMI: Works after unmuting spdif, setting default card and device for output in .asoundrc, and tweaking MythTV settings. (see details below)
- Ripping Blu-Ray disc to hard drive: Works with makemkv after some trouble installing GCC to build it. (see details below)
- Playing Blu-Ray content from hard drive: Works using VDPAU with internal player and mplayer.
- Mythweather: Works after configuring some screens. More useful with Accuweather.com script installed and after some ui tweaks.
- Samba access to NAS: Works after installing smbnetfs package, setting up mount points, and configuring in /etc/fstab.
- IR sensor: Works. According to the manual, the header is located behind the small vent on the front left of the unit. I wasn't sure if that meant the receiver was actually installed, but navigation within MythTV is working.
- IR remote: It comes with an mceusb remote, so that's what I configured MythTV for. I already have one that controls my MBE, so I tried that one and it works. Copying over my customizations turned out to be more difficult than expected. MythTV is looking for the lirc socket at /dev/lircd instead of /var/run/lirc/lircd (bug 745).
- GNU C Compiler (GCC): Works after switching from libelf to elfutils. This breaks packages that depend on /usr/lib/libelf.so.0. A simple rebuild should be all that's required. The screen package broke for me (bug 754; now fixed).

I am still working on or have not tested the following:

- Full shutdown when idle and ACPI wakeup by timer.
- Wakeup by power button on IR remote.
- Streaming Blu-Ray disc for immediate playback using penguinpwr's script.
- MythMusic: UI text is in the wrong places.


Last edited by chael on Sat Feb 12, 2011 5:46 pm, edited 2 times in total.


Top
 Profile  
 
 Post subject: Digital audio over HDMI
PostPosted: Sun Jan 30, 2011 1:36 pm 
Offline
Joined: Wed Jul 19, 2006 12:36 pm
Posts: 24
I used the MythTV Digital Audio Tutorial as a guide to enabling digital audio over HDMI. Here is a quick summary of the steps I took to get it working:

Identify the cards
Code:
$ cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.23.

Code:
$ cat /proc/asound/cards
 0 [Intel          ]: HDA-Intel - HDA Intel
                      HDA Intel at 0xfeaf8000 irq 49
 1 [NVidia         ]: HDA-Intel - HDA NVidia
                      HDA NVidia at 0xf6f7c000 irq 17

Card 0 supports the on-board Intel audio outputs. Card 1 supports the Nvidia audio outputs. Optical S/PDIF is on card 0. HDMI is on card 1.
Card 0 details:
Code:
$ amixer -c 0 scontrols
Simple mixer control 'Master',0
Simple mixer control 'Headphone',0
Simple mixer control 'Front',0
Simple mixer control 'Front Mic',1
Simple mixer control 'Front Mic Boost',1
Simple mixer control 'Surround',0
Simple mixer control 'Center',0
Simple mixer control 'LFE',0
Simple mixer control 'Line',0
Simple mixer control 'IEC958',0
Simple mixer control 'IEC958 Default PCM',0
Simple mixer control 'Capture',0
Simple mixer control 'Capture',1
Simple mixer control 'Input Source',0
Simple mixer control 'Input Source',1
Simple mixer control 'Rear Mic',0
Simple mixer control 'Rear Mic Boost',0
]$ amixer -c 0 scontents
Simple mixer control 'Master',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
  Playback channels: Mono
  Limits: Playback 0 - 64
  Mono: Playback 44 [69%] [-20.00dB] [on]
Simple mixer control 'Headphone',0
  Capabilities: pvolume pswitch penum
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 64
  Mono:
  Front Left: Playback 64 [100%] [0.00dB] [on]
  Front Right: Playback 64 [100%] [0.00dB] [on]
Simple mixer control 'Front',0
  Capabilities: pvolume pswitch penum
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 64
  Mono:
  Front Left: Playback 64 [100%] [0.00dB] [on]
  Front Right: Playback 64 [100%] [0.00dB] [on]
Simple mixer control 'Front Mic',1
  Capabilities: pvolume pswitch penum
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 0 [0%] [-34.50dB] [off]
  Front Right: Playback 0 [0%] [-34.50dB] [off]
Simple mixer control 'Front Mic Boost',1
  Capabilities: volume penum
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 3
  Front Left: 0 [0%]
  Front Right: 0 [0%]
Simple mixer control 'Surround',0
  Capabilities: pvolume pswitch penum
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 64
  Mono:
  Front Left: Playback 64 [100%] [0.00dB] [on]
  Front Right: Playback 64 [100%] [0.00dB] [on]
Simple mixer control 'Center',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
  Playback channels: Mono
  Limits: Playback 0 - 64
  Mono: Playback 64 [100%] [0.00dB] [on]
Simple mixer control 'LFE',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
  Playback channels: Mono
  Limits: Playback 0 - 64
  Mono: Playback 64 [100%] [0.00dB] [on]
Simple mixer control 'Line',0
  Capabilities: pvolume pswitch penum
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 0 [0%] [-34.50dB] [off]
  Front Right: Playback 0 [0%] [-34.50dB] [off]
Simple mixer control 'IEC958',0
  Capabilities: pswitch pswitch-joined penum
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'IEC958 Default PCM',0
  Capabilities: pswitch pswitch-joined penum
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'Capture',0
  Capabilities: cvolume cswitch penum
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 46
  Front Left: Capture 28 [61%] [12.00dB] [on]
  Front Right: Capture 28 [61%] [12.00dB] [on]
Simple mixer control 'Capture',1
  Capabilities: cvolume cswitch penum
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 46
  Front Left: Capture 16 [35%] [0.00dB] [off]
  Front Right: Capture 16 [35%] [0.00dB] [off]
Simple mixer control 'Input Source',0
  Capabilities: cenum
  Items: 'Rear Mic' 'Front Mic' 'Line'
  Item0: 'Rear Mic'
Simple mixer control 'Input Source',1
  Capabilities: cenum
  Items: 'Rear Mic' 'Front Mic' 'Line'
  Item0: 'Rear Mic'
Simple mixer control 'Rear Mic',0
  Capabilities: pvolume pswitch penum
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 0 [0%] [-34.50dB] [off]
  Front Right: Playback 0 [0%] [-34.50dB] [off]
Simple mixer control 'Rear Mic Boost',0
  Capabilities: volume penum
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 3
  Front Left: 0 [0%]
  Front Right: 0 [0%]

Card 1 details:
Code:
$ amixer -c 1 scontrols
Simple mixer control 'IEC958',0
Simple mixer control 'IEC958',1
Simple mixer control 'IEC958',2
Simple mixer control 'IEC958',3

Code:
$ amixer -c 1 scontents
Simple mixer control 'IEC958',0
  Capabilities: pswitch pswitch-joined penum
  Playback channels: Mono
  Mono: Playback [off]
Simple mixer control 'IEC958',1
  Capabilities: pswitch pswitch-joined penum
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'IEC958',2
  Capabilities: pswitch pswitch-joined penum
  Playback channels: Mono
  Mono: Playback [off]
Simple mixer control 'IEC958',3
  Capabilities: pswitch pswitch-joined penum
  Playback channels: Mono
  Mono: Playback [off]

Determine which device produces HDMI audio
I used alsamixer -c 1 to individually unmute the S/PDIF and mplayer -ao alsa:device=hw=1.7 file.mp3 to play a sample audio file. I determined that 'IEC958',1 (aka S/PDIF 1) is HDMI audio.

Unmute S/PDIF 1
Code:
$ amixer -c 1 sset IEC958,1 on
Simple mixer control 'IEC958',1
  Capabilities: pswitch pswitch-joined penum
  Playback channels: Mono
  Mono: Playback [on]

Put the following line into /home/mythtv/.fluxbox/apps:
Code:
[startup] {amixer -c 1 sset IEC958,1 on}

Set Default Output Card and Device
Put the following into /home/mythtv/.asoundrc:
Code:
# This plays audio over HDMI:
#
# mplayer -ao alsa:device=hw=1.7 file.mp3

pcm.!default {
    type hw
    card 1
    device 7
}

pcm.!spdif {
    type hw
    card 1
    device 7
}


Tweak MythTV settings
On the General -> Audio System screen, set:
    Audio output device: ALSA:default
    Dolby Digital: (checked; receiver dependent)
    DTS: (checked; receiver dependent)
    Speaker configuration: 5.1
    Upconvert stereo to 5.1 surround: (checked)
    Upmix Quality: Good
On the General -> Audio Mixer screen, set:
    Use internal volume controls: (checked; does not affect AC3 passthru)
    Mixer device: ALSA: default
    Mixer controls: PCM

Test Configuration
    Play a recording with an AC3 5.1 audio track
    Play a recording with an AC3 stereo audio track
    Play a recording with a standard stereo audio track
    Play music with and without upconversion
    Play an archived video
    Play a DVD with Dolby Digital AC3 5.1 audio track
    Play a DVD with DTS audio track

Now that I've gone to the trouble of getting it working, I am going to switch to the optical S/PDIF output because I like to turn my TV off when playing music.

Edit: That was easy. Optical S/PDIF is 'IEC958',0 (aka S/PDIF) on card 0. It also needed to be unmuted. A test with mplayer -ao alsa:device=hw=0.1 file.mp3 passed.

Code:
$ amixer -c 0 sset IEC958,0 on
Simple mixer control 'IEC958',1
  Capabilities: pswitch pswitch-joined penum
  Playback channels: Mono
  Mono: Playback [on]

Put the following line into /home/mythtv/.fluxbox/apps:
Code:
[startup] {amixer -c 0 sset IEC958,0 on}

Set Default Output Card and Device
Put the following into /home/mythtv/.asoundrc:
Code:
# This plays audio over on-board optical S/PDIF:
#
# mplayer -ao alsa:device=hw=0.1 file.mp3

pcm.!default {
    type hw
    card 0
    device 1
}

pcm.!spdif {
    type hw
    card 0
    device 1
}

Don't forget to restart the frontend for changes to take effect.


Last edited by chael on Sun Jan 30, 2011 4:24 pm, edited 1 time in total.


Top
 Profile  
 
 Post subject: Blu-Ray setup with R7
PostPosted: Sun Jan 30, 2011 3:18 pm 
Offline
Joined: Wed Jul 19, 2006 12:36 pm
Posts: 24
I used penguinpwr's instructions as a guide to installing makemkv for ripping and streaming Blu-Ray discs. Here is a quick summary of the steps I took to get it working:

Prepare to install makemkv
Install GCC toolchain:
Code:
$ sudo -s
# pacman -Syu
# pacman -S make
# pacman -S gcc

This failed due to the presence of the libelf package, which conflicts with elfutils package. Since elfutils is newer and is a gcc dependency, I opted to remove libelf and install elfutils. This is a pretty risky thing to do, considering many applications could depend on a library. A quick check, however, indicated that it was only required by the screen package, which I added for convenience.
Code:
# pacman -Qi libelf
# pacman -R libelf
# pacman -S gcc


Install makemkv
Retrieve makemkv tarballs. Extract:
Code:
# tar -xzvf makemkv_*_bin.tar.gz
# tar -xzvf makemkv_*_oss.tar.gz

Build:
Code:
# cd makemkv_*_bin
# make -f makefile.linux
# make -f makefile.linux install
# cd ../makemkv_*_oss
# make -f makefile.linux
# make -f makefile.linux install


Run makemkv interactively
Code:
$ makemkv

Insert a Blu-Ray disc. A button showing a disc, a green arrow, and a hard drive will appear once the disc has been identified. Click this button.

If it is able to decrypt the disc, a list of titles will show in the left pane. Select the titles you want to rip, set the output folder, and click the "Make MKV" button. The files it writes can be played directly using mplayer or the MythTV internal player.

I noticed a message that says I'm using a 30-day evaluation version. This appears to be because it is still in beta. Updating to the latest version resets the clock.

At first I disabled updates, but they must be enabled in order to get disk-specific keys. YMMV

Example playback with mplayer
Note which VDPAU video codecs are available. You will need to choose the correct one depending on the file type.
Code:
$ mplayer -vc help | grep vdpau
ffmpeg12vdpau ffmpeg    working   FFmpeg MPEG-1/2 (VDPAU)  [mpegvideo_vdpau]
ffwmv3vdpau ffmpeg    problems  FFmpeg WMV3/WMV9 (VDPAU)  [wmv3_vdpau]
ffvc1vdpau  ffmpeg    problems  FFmpeg WVC1 (VDPAU)  [vc1_vdpau]
ffh264vdpau ffmpeg    working   FFmpeg H.264 (VDPAU)  [h264_vdpau]
ffodivxvdpau ffmpeg    working   FFmpeg MPEG-4,DIVX-4/5 (VDPAU)  [mpeg4_vdpau]

Determine what the file's encoding is:
Code:
$ ffmpeg -i title00.mkv
FFmpeg version SVN-r26326, Copyright (c) 2000-2011 the FFmpeg developers
  built on Jan 13 2011 22:28:16 with gcc 4.5.1
  configuration: --prefix=/usr --enable-gpl --enable-libmp3lame --enable-libvorbis --enable-libfaac --enable-libxvid --enable-libx264 --enable-libvpx --enable-libtheora --enable-postproc --enable-shared --enable-pthreads --enable-x11grab --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libschroedinger --enable-libopenjpeg --enable-version3 --enable-nonfree --enable-runtime-cpudetect --disable-debug
  libavutil     50.36. 0 / 50.36. 0
  libavcore      0.16. 1 /  0.16. 1
  libavcodec    52.108. 0 / 52.108. 0
  libavformat   52.92. 0 / 52.92. 0
  libavdevice   52. 2. 3 / 52. 2. 3
  libavfilter    1.73. 1 /  1.73. 1
  libswscale     0.12. 0 /  0.12. 0
  libpostproc   51. 2. 0 / 51. 2. 0
[matroska,webm @ 0x959f4c0] Estimating duration from bitrate, this may be inaccurate
Input #0, matroska,webm, from 'title00.mkv':
  Duration: 01:56:36.00, start: 0.000000, bitrate: 7552 kb/s
    Chapter #0.0: start 0.000000, end 567.692111
    Metadata:
      title           : Chapter 00
    Chapter #0.1: start 567.692111, end 818.108956
    Metadata:
      title           : Chapter 01
    Chapter #0.2: start 818.108956, end 969.134822
    Metadata:
      title           : Chapter 02

...

    Chapter #0.31: start 6501.620111, end 6996.000000
    Metadata:
      title           : Chapter 31
    Stream #0.0(eng): Video: h264, yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc
    Stream #0.1(eng): Audio: pcm_s24le, 48000 Hz, 5.1, s32, 6912 kb/s
    Metadata:
      title           : 3/2+1
    Stream #0.2(eng): Audio: ac3, 48000 Hz, 5.1, s16, 640 kb/s
    Metadata:
      title           : 3/2+1
    Stream #0.3(eng): Subtitle: pgssub
    Stream #0.4(eng): Subtitle: pgssub
    Stream #0.5(eng): Subtitle: pgssub
At least one output file must be specified

Start playback with VDPAU acceleration with the correct video codec and audio options. The file above had h264 encoding (see Stream #0.0 line), so the command is:
Code:
$ mplayer -fs -zoom -vo vdpau -vc ffh264vdpau title02.mkv

Here are some additional command lines that have worked for me on other files:
Code:
$ mplayer -channels 6 -fs -zoom -vo vdpau -vc ffvc1vdpau title00.mkv

$ mplayer -channels 6 -fs -zoom -vo vdpau -vc ffmpeg12vdpau title01.mkv

NOTE: Playback will be choppy if you don't select the correct audio and video codecs. Mplayer offers suggestions on what could be wrong.

Playback with MythVideo
Name the files appropriately, drop them (or links) in the /myth/video directory, scan for changes, and play. It may be necessary to set up the mkv extension to use the Internal player. The beauty of playing within MythTV is that it determines the encoding type and plays with VDPAU acceleration automatically.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 17 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu