[SOLVED] LM 12 Video Playback issues

Questions about codecs, DVD playback, web plugins...
Forum rules
Before you post please read this

[SOLVED] LM 12 Video Playback issues

Postby monery on Tue Apr 24, 2012 9:55 pm

I hope that I am posting in the proper place, if not I apologize

I am having the strangest problem on this older custom made PC that I am working on...

ALL video, including various formats of encoding video/audio, youtube, vimeo, and even MP3's skip and jump. I know for 100% that the video files play perfectly on much older and less powerful hardware.

When trying to watch videos, in any player installed, banshee, gnome and VLC, I watch the counter at the bottom of the players that shows how much of the video file has been played, and the seconds of played time actually progresses faster than time.

I have tried clean installs of both 32 and 64 bit LM 12, and including the live DVD and the video has problems there as well. I don't believe there is a hardware problem, because Windows 7 played videos fine.

I am stuck, and I am not sure how to troubleshoot the problem any further.

Also a bit of a warning, I am still a Linux noob, so if you ask me a question requiring information, please also add the command and/or program you wish me to use to gather the additional data

Thank you in advance to everyone that will attempt to assist me in this troubleshooting
Last edited by monery on Thu Apr 26, 2012 12:40 pm, edited 1 time in total.
monery
Level 1
Level 1
 
Posts: 18
Joined: Sun May 29, 2011 11:22 pm

Linux Mint is funded by ads and donations.
 

Re: LM 12 Video Playback issues

Postby mank_in on Wed Apr 25, 2012 1:51 am

post your output of :
Code: Select all
inxi -F
Image
User avatar
mank_in
Level 6
Level 6
 
Posts: 1272
Joined: Wed Nov 16, 2011 2:29 pm
Location: Bali

Re: LM 12 Video Playback issues

Postby monery on Wed Apr 25, 2012 2:18 pm

wow. cool program, will have to remember that one

Code: Select all
System:    Host kimbox Kernel 3.0.0-12-generic x86_64 (64 bit) Desktop N/A Distro Linux Mint 12 Lisa
Machine:   Mobo MICRO-STAR model MS-7253 version 1.00 Bios Phoenix version V1.2 date 10/23/2007
CPU:       Dual core AMD Athlon 64 X2 3800+ (-MCP-) cache 1024 KB flags (lm nx sse sse2 sse3 svm)
           Clock Speeds: (1) 1999.985 MHz (2) 1999.985 MHz
Graphics:  Card: nVidia G96 [GeForce 9400 GT]
           X.Org 1.10.4 drivers nvidia unloaded: nouveau,vesa,fbdev Resolution 1680x1050@50.0hz
           GLX Renderer GeForce 9400 GT/PCI/SSE2 GLX Version 3.3.0 NVIDIA 280.13
Audio:     Card Creative Labs [SB X-Fi Xtreme Audio] CA0110-IBG driver HDA Intel Sound: ALSA v: 1.0.24
Network:   Card VIA VT6102 [Rhine-II] driver via-rhine
           IF: eth0 state: unknown speed: 100 Mbps duplex: full mac: 00:19:db:6b:11:c6
Drives:    HDD Total Size: 160.0GB (2.7% used) 1: /dev/sda Maxtor_6Y160M0 160.0GB
Partition: ID:/ size: 145G used: 4.1G (3%) fs: ext4 ID:swap-1 size: 2.05GB used: 0.00GB (0%) fs: swap
Sensors:   Error: You do not have the sensors app installed.
Info:      Processes 132 Uptime 3 min Memory 365.7/2007.4MB Client Shell inxi 1.7.7


As you can see, its not the greatest of computers, but my little 1.4Ghz single core laptop can play these videos just fine, this box should not have any problems doing the same
monery
Level 1
Level 1
 
Posts: 18
Joined: Sun May 29, 2011 11:22 pm

Re: LM 12 Video Playback issues

Postby mank_in on Wed Apr 25, 2012 3:52 pm

You are using NVIDIA 280.13 . The latest at this time is NVIDIA 295.40
You can update NVIDIA driver to the latest with ppa:ubuntu-x-swat/x-updates

Code: Select all
sudo add-apt-repository ppa:ubuntu-x-swat/x-updates


and run update manager.After reboot, check VGA driver with command :
Code: Select all
inxi -Gx
Image
User avatar
mank_in
Level 6
Level 6
 
Posts: 1272
Joined: Wed Nov 16, 2011 2:29 pm
Location: Bali

Re: LM 12 Video Playback issues

Postby monery on Wed Apr 25, 2012 4:14 pm

Followed the directions and now I got

Code: Select all
 Graphics:  Card: nVidia G96 [GeForce 9400 GT] bus-ID: 02:00.0
           X.Org 1.10.4 drivers nvidia unloaded: nouveau,vesa,fbdev Resolution 1680x1050@50.0hz
           GLX Renderer GeForce 9400 GT/PCIe/SSE2 GLX Version 3.3.0 NVIDIA 295.40 Direct Rendering Yes


Still got the same problems with the video, but at least I got a newer video driver
monery
Level 1
Level 1
 
Posts: 18
Joined: Sun May 29, 2011 11:22 pm

Re: LM 12 Video Playback issues

Postby mank_in on Wed Apr 25, 2012 4:42 pm

I don't have any idea.
Do you see any error in "dmesg" output :?:

Or try disable video acceleration in media player.
VLC : tool>preferences>video . unchecked "accelerated video output (overlay)"

Gnome Media player have more option : Edit>preferences
In video output option you can select :
gl and xv is better performance. Or try vdpau
Image
User avatar
mank_in
Level 6
Level 6
 
Posts: 1272
Joined: Wed Nov 16, 2011 2:29 pm
Location: Bali

Re: LM 12 Video Playback issues

Postby monery on Wed Apr 25, 2012 5:10 pm

I tried your change to see if it would help, but no luck. I'll keep monitoring this thread to see if you or anyone else has susgestions. Usually when I start a thread on a problem its a real big pain to fix. Hope its easier than I am predicting to correct

Do you see any error in "dmesg" output :?:


I am not sure what you mean by dmesg output. but when trying to play video or audio files, I am not receiving any errors just the choppy playback with sound cutting in and out.

its like I am overloading the machine and its not able to decode in real time, but according to the system monitor each core is not getting past like 70% load
monery
Level 1
Level 1
 
Posts: 18
Joined: Sun May 29, 2011 11:22 pm

Re: LM 12 Video Playback issues

Postby mank_in on Thu Apr 26, 2012 1:30 am

Open terminal, type :
Code: Select all
dmesg
Image
User avatar
mank_in
Level 6
Level 6
 
Posts: 1272
Joined: Wed Nov 16, 2011 2:29 pm
Location: Bali

Re: LM 12 Video Playback issues

Postby monery on Thu Apr 26, 2012 1:55 am

I actually did the command
Code: Select all
dmesg > output.txt
if that makes a difference. thought i would just mention it just in case

Code: Select all
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.0.0-12-generic (buildd@crested) (gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) ) #20-Ubuntu SMP Fri Oct 7 14:56:25 UTC 2011 (Ubuntu 3.0.0-12.20-generic 3.0.4)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic root=UUID=a317b8aa-bd1e-43be-9b4f-c03c5545b0a0 ro quiet splash vt.handoff=7
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
[    0.000000]  BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000007fef0000 (usable)
[    0.000000]  BIOS-e820: 000000007fef0000 - 000000007fef3000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007fef3000 - 000000007ff00000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI 2.4 present.
[    0.000000] DMI: MICRO-STAR INTERNATIONAL CO., LTD MS-7253/MS-7253, BIOS V1.2 10/23/2007
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] AGP bridge at 00:00:00
[    0.000000] Aperture from AGP @ d0000000 old size 32 MB
[    0.000000] Aperture from AGP @ d0000000 size 128 MB (APSIZE f20)
[    0.000000] last_pfn = 0x7fef0 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-C7FFF write-protect
[    0.000000]   C8000-CFFFF uncachable
[    0.000000]   D0000-D7FFF write-back
[    0.000000]   D8000-FFFFF uncachable
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask FF80000000 write-back
[    0.000000]   1 base 007FF00000 mask FFFFF00000 uncachable
[    0.000000]   2 base 00D0000000 mask FFF8000000 write-combining
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] found SMP MP-table at [ffff8800000f3ec0] f3ec0
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 20480
[    0.000000] init_memory_mapping: 0000000000000000-000000007fef0000
[    0.000000]  0000000000 - 007fe00000 page 2M
[    0.000000]  007fe00000 - 007fef0000 page 4k
[    0.000000] kernel direct mapping tables up to 7fef0000 @ 7feec000-7fef0000
[    0.000000] RAMDISK: 365b8000 - 372d4000
[    0.000000] ACPI: RSDP 00000000000f7ce0 00014 (v00 K8M890)
[    0.000000] ACPI: RSDT 000000007fef3040 00034 (v01 K8M890 AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: FACP 000000007fef30c0 00074 (v01 K8M890 AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: DSDT 000000007fef3180 06DE7 (v01 K8M890 AWRDACPI 00001000 MSFT 0100000E)
[    0.000000] ACPI: FACS 000000007fef0000 00040
[    0.000000] ACPI: HPET 000000007fefa080 00038 (v01 K8M890 AWRDACPI 42302E31 AWRD 00000098)
[    0.000000] ACPI: MCFG 000000007fefa100 0003C (v01 K8M890 AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: APIC 000000007fef9fc0 00074 (v01 K8M890 AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] Scanning NUMA topology in Northbridge 24
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-000000007fef0000
[    0.000000] Initmem setup node 0 0000000000000000-000000007fef0000
[    0.000000]   NODE_DATA [000000007fee7000 - 000000007feebfff]
[    0.000000]  [ffffea0000000000-ffffea0001bfffff] PMD -> [ffff88007d600000-ffff88007f1fffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   empty
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0007fef0
[    0.000000] On node 0 totalpages: 523903
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 5 pages reserved
[    0.000000]   DMA zone: 3922 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7109 pages used for memmap
[    0.000000]   DMA32 zone: 512811 pages, LIFO batch:31
[    0.000000] Detected use of extended apic ids on hypertransport bus
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 3, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: IOAPIC (id[0x03] address[0xfecc0000] gsi_base[24])
[    0.000000] IOAPIC[1]: apic_id 3, version 3, address 0xfecc0000, GSI 24-47
[    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: 0x11068201 base: 0xfed00000
[    0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 64
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 7ff00000 (gap: 7ff00000:60100000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 27 pages/cpu @ffff88007fc00000 s79616 r8192 d22784 u1048576
[    0.000000] pcpu-alloc: s79616 r8192 d22784 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 516733
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic root=UUID=a317b8aa-bd1e-43be-9b4f-c03c5545b0a0 ro quiet splash vt.handoff=7
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Checking aperture...
[    0.000000] AGP bridge at 00:00:00
[    0.000000] Aperture from AGP @ d0000000 old size 32 MB
[    0.000000] Aperture from AGP @ d0000000 size 128 MB (APSIZE f20)
[    0.000000] Node 0: aperture @ d0000000 size 128 MB
[    0.000000] Memory: 2039788k/2096064k available (6104k kernel code, 452k absent, 55824k reserved, 4880k data, 984k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]    RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] NR_IRQS:16640 nr_irqs:512 16
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] vt handoff: transparent VT on vt#7
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 16777216 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] HPET config register value = 0xFFFFFFFF. Disabling HPET
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 1999.817 MHz processor.
[    0.000000] Marking TSC unstable due to TSCs unsynchronized
[    0.008007] Calibrating delay loop (skipped), value calculated using timer frequency.. 3999.63 BogoMIPS (lpj=7999268)
[    0.008012] pid_max: default: 32768 minimum: 301
[    0.008046] Security Framework initialized
[    0.008064] AppArmor: AppArmor initialized
[    0.008065] Yama: becoming mindful.
[    0.008355] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.009656] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.010347] Mount-cache hash table entries: 256
[    0.010511] Initializing cgroup subsys cpuacct
[    0.010518] Initializing cgroup subsys memory
[    0.010529] Initializing cgroup subsys devices
[    0.010532] Initializing cgroup subsys freezer
[    0.010534] Initializing cgroup subsys net_cls
[    0.010537] Initializing cgroup subsys blkio
[    0.010545] Initializing cgroup subsys perf_event
[    0.010581] tseg: 007ff00000
[    0.010584] CPU: Physical Processor ID: 0
[    0.010585] CPU: Processor Core ID: 0
[    0.010588] mce: CPU supports 5 MCE banks
[    0.010601] using AMD E400 aware idle routine
[    0.012912] ACPI: Core revision 20110413
[    0.017415] ftrace: allocating 25651 entries in 101 pages
[    0.020503] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.062328] CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ stepping 02
[    0.064003] Performance Events: AMD PMU driver.
[    0.064003] ... version:                0
[    0.064003] ... bit width:              48
[    0.064003] ... generic registers:      4
[    0.064003] ... value mask:             0000ffffffffffff
[    0.064003] ... max period:             00007fffffffffff
[    0.064003] ... fixed-purpose events:   0
[    0.064003] ... event mask:             000000000000000f
[    0.064003] Booting Node   0, Processors  #1 Ok.
[    0.064003] smpboot cpu 1: start_ip = 9a000
[    0.148100] Brought up 2 CPUs
[    0.148103] Total of 2 processors activated (7999.85 BogoMIPS).
[    0.148577] devtmpfs: initialized
[    0.148577] PM: Registering ACPI NVS region at 7fef0000 (12288 bytes)
[    0.149785] print_constraints: dummy:
[    0.149826] Time:  5:50:05  Date: 04/26/12
[    0.149874] NET: Registered protocol family 16
[    0.149915] Trying to unpack rootfs image as initramfs...
[    0.150033] TOM: 0000000080000000 aka 2048M
[    0.150037] node 0 link 0: mmio [a0000, bffff]
[    0.150040] node 0 link 0: mmio [80000000, ffff]
[    0.150044] bus: [00, ff] on node 0 link 0
[    0.150047] bus: 00 index 0 [io  0x0000-0xffff]
[    0.150050] bus: 00 index 1 [mem 0x000a0000-0x000bffff]
[    0.150052] bus: 00 index 2 [mem 0x80000000-0xfcffffffff]
[    0.150063] ACPI: bus type pci registered
[    0.150145] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.150149] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.173144] PCI: Using configuration type 1 for base access
[    0.174205] bio: create slab <bio-0> at 0
[    0.175736] ACPI: EC: Detected MSI hardware, enabling workarounds.
[    0.175740] ACPI: EC: Look up EC in DSDT
[    0.182712] ACPI: Interpreter enabled
[    0.182719] ACPI: (supports S0 S1 S4 S5)
[    0.182744] ACPI: Using IOAPIC for interrupt routing
[    0.188475] ACPI: No dock devices found.
[    0.188478] HEST: Table not found.
[    0.188482] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[    0.188807] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7f])
[    0.189141] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7] (ignored)
[    0.189145] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff] (ignored)
[    0.189148] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[    0.189151] pci_root PNP0A08:00: host bridge window [mem 0x000c0000-0x000dffff] (ignored)
[    0.189154] pci_root PNP0A08:00: host bridge window [mem 0x80000000-0xbfefffff] (ignored)
[    0.189157] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xfebfffff] (ignored)
[    0.189180] pci 0000:00:00.0: [1106:0336] type 0 class 0x000600
[    0.189193] pci 0000:00:00.0: reg 10: [mem 0xd0000000-0xd7ffffff pref]
[    0.189272] pci 0000:00:00.1: [1106:1336] type 0 class 0x000600
[    0.189320] pci 0000:00:00.2: [1106:2336] type 0 class 0x000600
[    0.189368] pci 0000:00:00.3: [1106:3336] type 0 class 0x000600
[    0.189416] pci 0000:00:00.4: [1106:4336] type 0 class 0x000600
[    0.189464] pci 0000:00:00.5: [1106:5336] type 0 class 0x000800
[    0.189538] pci 0000:00:00.7: [1106:7336] type 0 class 0x000600
[    0.189587] pci 0000:00:01.0: [1106:b188] type 1 class 0x000604
[    0.189639] pci 0000:00:02.0: [1106:a238] type 1 class 0x000604
[    0.189688] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[    0.189693] pci 0000:00:02.0: PME# disabled
[    0.189717] pci 0000:00:03.0: [1106:c238] type 1 class 0x000604
[    0.189777] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    0.189782] pci 0000:00:03.0: PME# disabled
[    0.189820] pci 0000:00:0f.0: [1106:0591] type 0 class 0x000101
[    0.189837] pci 0000:00:0f.0: reg 10: [io  0xff00-0xff07]
[    0.189846] pci 0000:00:0f.0: reg 14: [io  0xfe00-0xfe03]
[    0.189856] pci 0000:00:0f.0: reg 18: [io  0xfd00-0xfd07]
[    0.189866] pci 0000:00:0f.0: reg 1c: [io  0xfc00-0xfc03]
[    0.189876] pci 0000:00:0f.0: reg 20: [io  0xfb00-0xfb0f]
[    0.189885] pci 0000:00:0f.0: reg 24: [io  0xf400-0xf4ff]
[    0.189926] pci 0000:00:0f.1: [1106:0571] type 0 class 0x000101
[    0.189970] pci 0000:00:0f.1: reg 20: [io  0xfa00-0xfa0f]
[    0.190024] pci 0000:00:10.0: [1106:3038] type 0 class 0x000c03
[    0.190065] pci 0000:00:10.0: reg 20: [io  0xf900-0xf91f]
[    0.190095] pci 0000:00:10.0: supports D1 D2
[    0.190098] pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.190102] pci 0000:00:10.0: PME# disabled
[    0.190119] pci 0000:00:10.1: [1106:3038] type 0 class 0x000c03
[    0.190160] pci 0000:00:10.1: reg 20: [io  0xf800-0xf81f]
[    0.190190] pci 0000:00:10.1: supports D1 D2
[    0.190193] pci 0000:00:10.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.190197] pci 0000:00:10.1: PME# disabled
[    0.190216] pci 0000:00:10.2: [1106:3038] type 0 class 0x000c03
[    0.190258] pci 0000:00:10.2: reg 20: [io  0xf700-0xf71f]
[    0.190288] pci 0000:00:10.2: supports D1 D2
[    0.190290] pci 0000:00:10.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.190295] pci 0000:00:10.2: PME# disabled
[    0.190312] pci 0000:00:10.3: [1106:3038] type 0 class 0x000c03
[    0.190353] pci 0000:00:10.3: reg 20: [io  0xf600-0xf61f]
[    0.190383] pci 0000:00:10.3: supports D1 D2
[    0.190386] pci 0000:00:10.3: PME# supported from D0 D1 D2 D3hot D3cold
[    0.190390] pci 0000:00:10.3: PME# disabled
[    0.190407] pci 0000:00:10.4: [1106:3104] type 0 class 0x000c03
[    0.190423] pci 0000:00:10.4: reg 10: [mem 0xdffff000-0xdffff0ff]
[    0.190479] pci 0000:00:10.4: supports D1 D2
[    0.190481] pci 0000:00:10.4: PME# supported from D0 D1 D2 D3hot D3cold
[    0.190486] pci 0000:00:10.4: PME# disabled
[    0.190507] pci 0000:00:11.0: [1106:3337] type 0 class 0x000601
[    0.190599] pci 0000:00:11.7: [1106:287e] type 0 class 0x000600
[    0.190654] pci 0000:00:12.0: [1106:3065] type 0 class 0x000200
[    0.190669] pci 0000:00:12.0: reg 10: [io  0xf200-0xf2ff]
[    0.190679] pci 0000:00:12.0: reg 14: [mem 0xdfffe000-0xdfffe0ff]
[    0.190730] pci 0000:00:12.0: supports D1 D2
[    0.190733] pci 0000:00:12.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.190737] pci 0000:00:12.0: PME# disabled
[    0.190751] pci 0000:00:13.0: [1106:337b] type 0 class 0x000600
[    0.190799] pci 0000:00:13.1: [1106:337a] type 1 class 0x000604
[    0.190871] pci 0000:00:18.0: [1022:1100] type 0 class 0x000600
[    0.190891] pci 0000:00:18.1: [1022:1101] type 0 class 0x000600
[    0.190908] pci 0000:00:18.2: [1022:1102] type 0 class 0x000600
[    0.190926] pci 0000:00:18.3: [1022:1103] type 0 class 0x000600
[    0.190954] PCI: peer root bus 00 res updated from pci conf
[    0.191007] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.191012] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.191017] pci 0000:00:01.0:   bridge window [mem 0xdfc00000-0xdfcfffff]
[    0.191022] pci 0000:00:01.0:   bridge window [mem 0xdfb00000-0xdfbfffff pref]
[    0.191074] pci 0000:02:00.0: [10de:065b] type 0 class 0x000300
[    0.191087] pci 0000:02:00.0: reg 10: [mem 0xdc000000-0xdcffffff]
[    0.191101] pci 0000:02:00.0: reg 14: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.191115] pci 0000:02:00.0: reg 1c: [mem 0xda000000-0xdbffffff 64bit]
[    0.191125] pci 0000:02:00.0: reg 24: [io  0xdf00-0xdf7f]
[    0.191135] pci 0000:02:00.0: reg 30: [mem 0x00000000-0x0007ffff pref]
[    0.196031] pci 0000:00:02.0: PCI bridge to [bus 02-02]
[    0.196035] pci 0000:00:02.0:   bridge window [io  0xd000-0xdfff]
[    0.196040] pci 0000:00:02.0:   bridge window [mem 0xda000000-0xddffffff]
[    0.196046] pci 0000:00:02.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.196115] pci 0000:03:00.0: [1102:7006] type 1 class 0x000604
[    0.196202] pci 0000:03:00.0: supports D1 D2
[    0.196224] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.196235] pci 0000:00:03.0: PCI bridge to [bus 03-04]
[    0.196240] pci 0000:00:03.0:   bridge window [io  0xc000-0xcfff]
[    0.196245] pci 0000:00:03.0:   bridge window [mem 0xdfe00000-0xdfefffff]
[    0.196252] pci 0000:00:03.0:   bridge window [mem 0xdfd00000-0xdfdfffff 64bit pref]
[    0.196338] pci 0000:04:00.0: [1102:0009] type 0 class 0x000403
[    0.196364] pci 0000:04:00.0: reg 10: [mem 0xdfefc000-0xdfefffff]
[    0.196467] pci 0000:04:00.0: supports D1 D2
[    0.196535] pci 0000:03:00.0: PCI bridge to [bus 04-04]
[    0.196544] pci 0000:03:00.0:   bridge window [io  0xc000-0xcfff]
[    0.196549] pci 0000:03:00.0:   bridge window [mem 0xdfe00000-0xdfefffff]
[    0.196558] pci 0000:03:00.0:   bridge window [mem 0xdfd00000-0xdfdfffff 64bit pref]
[    0.196614] pci 0000:05:05.0: [11c1:044e] type 0 class 0x000780
[    0.196630] pci 0000:05:05.0: reg 10: [mem 0xdfaff000-0xdfaff0ff]
[    0.196640] pci 0000:05:05.0: reg 14: [io  0xbf00-0xbf07]
[    0.196650] pci 0000:05:05.0: reg 18: [io  0xbc00-0xbcff]
[    0.196694] pci 0000:05:05.0: supports D2
[    0.196697] pci 0000:05:05.0: PME# supported from D2 D3hot D3cold
[    0.196702] pci 0000:05:05.0: PME# disabled
[    0.196737] pci 0000:00:13.1: PCI bridge to [bus 05-05] (subtractive decode)
[    0.196742] pci 0000:00:13.1:   bridge window [io  0xb000-0xbfff]
[    0.196746] pci 0000:00:13.1:   bridge window [mem 0xdfa00000-0xdfafffff]
[    0.196753] pci 0000:00:13.1:   bridge window [mem 0xdf900000-0xdf9fffff 64bit pref]
[    0.196756] pci 0000:00:13.1:   bridge window [io  0x0000-0xffff] (subtractive decode)
[    0.196759] pci 0000:00:13.1:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.196763] pci 0000:00:13.1:   bridge window [mem 0x80000000-0xfcffffffff] (subtractive decode)
[    0.196784] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.197017] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEXG._PRT]
[    0.197090] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
[    0.197161] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2PB._PRT]
[    0.197390]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.197630]  pci0000:00: ACPI _OSC control (0x1d) granted
[    0.236702] ACPI: PCI Root Bridge [PCI1] (domain 0000 [bus 80-ff])
[    0.236852] pci_root PNP0A08:01: host bridge window [io  0x0000-0x0cf7] (ignored)
[    0.236855] pci_root PNP0A08:01: host bridge window [io  0x0d00-0xffff] (ignored)
[    0.236858] pci_root PNP0A08:01: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[    0.236861] pci_root PNP0A08:01: host bridge window [mem 0xbff00000-0xbfffffff] (ignored)
[    0.236903] ACPI: PCI Interrupt Routing Table [\_SB_.PCI1._PRT]
[    0.237102]  pci0000:80: Requesting ACPI _OSC control (0x1d)
[    0.237335]  pci0000:80: ACPI _OSC control (0x1d) granted
[    0.237444] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12)
[    0.237545] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 6 7 10 *11 12)
[    0.237650] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 *7 10 11 12)
[    0.237752] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 6 7 10 11 12)
[    0.237830] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[    0.237903] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[    0.237977] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[    0.238062] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 6 7 10 11 12) *5
[    0.238218] vgaarb: device added: PCI:0000:02:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.238223] vgaarb: loaded
[    0.238225] vgaarb: bridge control possible 0000:02:00.0
[    0.238495] SCSI subsystem initialized
[    0.238590] libata version 3.00 loaded.
[    0.238649] usbcore: registered new interface driver usbfs
[    0.238662] usbcore: registered new interface driver hub
[    0.238699] usbcore: registered new device driver usb
[    0.238813] PCI: Using ACPI for IRQ routing
[    0.246530] PCI: pci_cache_line_size set to 64 bytes
[    0.246543] pci 0000:00:00.0: address space collision: [mem 0xd0000000-0xd7ffffff pref] conflicts with GART [mem 0xd0000000-0xd7ffffff]
[    0.246655] reserve RAM buffer: 000000000009f000 - 000000000009ffff
[    0.246658] reserve RAM buffer: 000000007fef0000 - 000000007fffffff
[    0.246782] NetLabel: Initializing
[    0.246784] NetLabel:  domain hash size = 128
[    0.246786] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.246800] NetLabel:  unlabeled traffic allowed by default
[    0.255368] AppArmor: AppArmor Filesystem Enabled
[    0.255411] pnp: PnP ACPI init
[    0.255437] ACPI: bus type pnp registered
[    0.255676] pnp 00:00: [bus 00-7f]
[    0.255680] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.255683] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.255685] pnp 00:00: [io  0x0d00-0xffff window]
[    0.255688] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.255691] pnp 00:00: [mem 0x000c0000-0x000dffff window]
[    0.255694] pnp 00:00: [mem 0x80000000-0xbfefffff window]
[    0.255696] pnp 00:00: [mem 0xc0000000-0xfebfffff window]
[    0.255699] pnp 00:00: [mem 0x00000000 window]
[    0.255773] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.255796] pnp 00:01: [io  0x0400-0x047f]
[    0.255799] pnp 00:01: [io  0x0500-0x050f]
[    0.255879] system 00:01: [io  0x0400-0x047f] has been reserved
[    0.255882] system 00:01: [io  0x0500-0x050f] has been reserved
[    0.255886] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.256576] pnp 00:02: [io  0x0010-0x001f]
[    0.256579] pnp 00:02: [io  0x0022-0x003f]
[    0.256581] pnp 00:02: [io  0x0044-0x005f]
[    0.256583] pnp 00:02: [io  0x0062-0x0063]
[    0.256590] pnp 00:02: [io  0x0065-0x006f]
[    0.256592] pnp 00:02: [io  0x0074-0x007f]
[    0.256594] pnp 00:02: [io  0x0091-0x0093]
[    0.256597] pnp 00:02: [io  0x00a2-0x00bf]
[    0.256599] pnp 00:02: [io  0x00e0-0x00ef]
[    0.256601] pnp 00:02: [io  0x04d0-0x04d1]
[    0.256604] pnp 00:02: [io  0x0290-0x0297]
[    0.256690] system 00:02: [io  0x04d0-0x04d1] has been reserved
[    0.256694] system 00:02: [io  0x0290-0x0297] has been reserved
[    0.256698] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.256719] pnp 00:03: [dma 4]
[    0.256722] pnp 00:03: [io  0x0000-0x000f]
[    0.256724] pnp 00:03: [io  0x0080-0x0090]
[    0.256726] pnp 00:03: [io  0x0094-0x009f]
[    0.256729] pnp 00:03: [io  0x00c0-0x00df]
[    0.256775] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.256821] pnp 00:04: [io  0x0070-0x0073]
[    0.256834] pnp 00:04: [irq 8]
[    0.256882] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.256892] pnp 00:05: [io  0x0061]
[    0.256942] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.256953] pnp 00:06: [io  0x00f0-0x00ff]
[    0.256959] pnp 00:06: [irq 13]
[    0.257006] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.257466] pnp 00:07: [mem 0xf0000000-0xf0000fff]
[    0.257552] system 00:07: [mem 0xf0000000-0xf0000fff] has been reserved
[    0.257556] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.257577] pnp 00:08: [mem 0xe0000000-0xefffffff]
[    0.257655] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
[    0.257659] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.257735] pnp 00:09: [bus 80-ff]
[    0.257738] pnp 00:09: [io  0x0000-0x0cf7 window]
[    0.257741] pnp 00:09: [io  0x0d00-0xffff window]
[    0.257743] pnp 00:09: [mem 0x000a0000-0x000bffff window]
[    0.257746] pnp 00:09: [mem 0xbff00000-0xbfffffff window]
[    0.257790] pnp 00:09: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.258004] pnp 00:0a: [mem 0x000d0000-0x000d3fff]
[    0.258007] pnp 00:0a: [mem 0x000f0000-0x000f7fff]
[    0.258010] pnp 00:0a: [mem 0x000f8000-0x000fbfff]
[    0.258012] pnp 00:0a: [mem 0x000fc000-0x000fffff]
[    0.258015] pnp 00:0a: [mem 0x7ff00000-0x7fffffff]
[    0.258017] pnp 00:0a: [mem 0xfed00000-0xfed000ff]
[    0.258020] pnp 00:0a: [mem 0x7fef0000-0x7fefffff]
[    0.258022] pnp 00:0a: [mem 0xffff0000-0xffffffff]
[    0.258025] pnp 00:0a: [mem 0x00000000-0x0009ffff]
[    0.258027] pnp 00:0a: [mem 0x00100000-0x7feeffff]
[    0.258030] pnp 00:0a: [mem 0x00000000-0xffffffffffffffff disabled]
[    0.258033] pnp 00:0a: [mem 0xfec00000-0xfec00fff]
[    0.258035] pnp 00:0a: [mem 0xfee00000-0xfee00fff]
[    0.258038] pnp 00:0a: [mem 0xfff80000-0xfffeffff]
[    0.258043] pnp 00:0a: disabling [mem 0x000d0000-0x000d3fff] because it overlaps 0000:00:00.0 BAR 0 [mem 0x00000000-0x07ffffff pref]
[    0.258048] pnp 00:0a: disabling [mem 0x000f0000-0x000f7fff] because it overlaps 0000:00:00.0 BAR 0 [mem 0x00000000-0x07ffffff pref]
[    0.258053] pnp 00:0a: disabling [mem 0x000f8000-0x000fbfff] because it overlaps 0000:00:00.0 BAR 0 [mem 0x00000000-0x07ffffff pref]
[    0.258057] pnp 00:0a: disabling [mem 0x000fc000-0x000fffff] because it overlaps 0000:00:00.0 BAR 0 [mem 0x00000000-0x07ffffff pref]
[    0.258062] pnp 00:0a: disabling [mem 0x00000000-0x0009ffff] because it overlaps 0000:00:00.0 BAR 0 [mem 0x00000000-0x07ffffff pref]
[    0.258067] pnp 00:0a: disabling [mem 0x00100000-0x7feeffff] because it overlaps 0000:00:00.0 BAR 0 [mem 0x00000000-0x07ffffff pref]
[    0.258156] system 00:0a: [mem 0x7ff00000-0x7fffffff] could not be reserved
[    0.258160] system 00:0a: [mem 0xfed00000-0xfed000ff] has been reserved
[    0.258166] system 00:0a: [mem 0x7fef0000-0x7fefffff] could not be reserved
[    0.258170] system 00:0a: [mem 0xffff0000-0xffffffff] has been reserved
[    0.258174] system 00:0a: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.258177] system 00:0a: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.258181] system 00:0a: [mem 0xfff80000-0xfffeffff] has been reserved
[    0.258185] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.258204] pnp: PnP ACPI: found 11 devices
[    0.258207] ACPI: ACPI bus type pnp unregistered
[    0.264570] Switching to clocksource acpi_pm
[    0.264720] PCI: max bus depth: 2 pci_try_num: 3
[    0.264766] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.264770] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.264775] pci 0000:00:01.0:   bridge window [mem 0xdfc00000-0xdfcfffff]
[    0.264780] pci 0000:00:01.0:   bridge window [mem 0xdfb00000-0xdfbfffff pref]
[    0.264791] pci 0000:02:00.0: BAR 6: assigned [mem 0xdd000000-0xdd07ffff pref]
[    0.264795] pci 0000:00:02.0: PCI bridge to [bus 02-02]
[    0.264798] pci 0000:00:02.0:   bridge window [io  0xd000-0xdfff]
[    0.264803] pci 0000:00:02.0:   bridge window [mem 0xda000000-0xddffffff]
[    0.264808] pci 0000:00:02.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.264816] pci 0000:03:00.0: PCI bridge to [bus 04-04]
[    0.264820] pci 0000:03:00.0:   bridge window [io  0xc000-0xcfff]
[    0.264827] pci 0000:03:00.0:   bridge window [mem 0xdfe00000-0xdfefffff]
[    0.264833] pci 0000:03:00.0:   bridge window [mem 0xdfd00000-0xdfdfffff 64bit pref]
[    0.264842] pci 0000:00:03.0: PCI bridge to [bus 03-04]
[    0.264846] pci 0000:00:03.0:   bridge window [io  0xc000-0xcfff]
[    0.264851] pci 0000:00:03.0:   bridge window [mem 0xdfe00000-0xdfefffff]
[    0.264857] pci 0000:00:03.0:   bridge window [mem 0xdfd00000-0xdfdfffff 64bit pref]
[    0.264865] pci 0000:00:13.1: PCI bridge to [bus 05-05]
[    0.264868] pci 0000:00:13.1:   bridge window [io  0xb000-0xbfff]
[    0.264873] pci 0000:00:13.1:   bridge window [mem 0xdfa00000-0xdfafffff]
[    0.264878] pci 0000:00:13.1:   bridge window [mem 0xdf900000-0xdf9fffff 64bit pref]
[    0.264891] pci 0000:00:01.0: setting latency timer to 64
[    0.264916] pci 0000:00:02.0: PCI INT A -> GSI 27 (level, low) -> IRQ 27
[    0.264921] pci 0000:00:02.0: setting latency timer to 64
[    0.264933] pci 0000:00:03.0: PCI INT A -> GSI 31 (level, low) -> IRQ 31
[    0.264938] pci 0000:00:03.0: setting latency timer to 64
[    0.264949] pci 0000:03:00.0: setting latency timer to 64
[    0.264957] pci 0000:00:13.1: setting latency timer to 64
[    0.264962] pci_bus 0000:00: resource 4 [io  0x0000-0xffff]
[    0.264965] pci_bus 0000:00: resource 5 [mem 0x000a0000-0x000bffff]
[    0.264968] pci_bus 0000:00: resource 6 [mem 0x80000000-0xfcffffffff]
[    0.264971] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.264974] pci_bus 0000:01: resource 1 [mem 0xdfc00000-0xdfcfffff]
[    0.264977] pci_bus 0000:01: resource 2 [mem 0xdfb00000-0xdfbfffff pref]
[    0.264980] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
[    0.264983] pci_bus 0000:02: resource 1 [mem 0xda000000-0xddffffff]
[    0.264986] pci_bus 0000:02: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.264989] pci_bus 0000:03: resource 0 [io  0xc000-0xcfff]
[    0.264992] pci_bus 0000:03: resource 1 [mem 0xdfe00000-0xdfefffff]
[    0.264995] pci_bus 0000:03: resource 2 [mem 0xdfd00000-0xdfdfffff 64bit pref]
[    0.264999] pci_bus 0000:04: resource 0 [io  0xc000-0xcfff]
[    0.265001] pci_bus 0000:04: resource 1 [mem 0xdfe00000-0xdfefffff]
[    0.265005] pci_bus 0000:04: resource 2 [mem 0xdfd00000-0xdfdfffff 64bit pref]
[    0.265008] pci_bus 0000:05: resource 0 [io  0xb000-0xbfff]
[    0.265011] pci_bus 0000:05: resource 1 [mem 0xdfa00000-0xdfafffff]
[    0.265014] pci_bus 0000:05: resource 2 [mem 0xdf900000-0xdf9fffff 64bit pref]
[    0.265017] pci_bus 0000:05: resource 4 [io  0x0000-0xffff]
[    0.265020] pci_bus 0000:05: resource 5 [mem 0x000a0000-0x000bffff]
[    0.265023] pci_bus 0000:05: resource 6 [mem 0x80000000-0xfcffffffff]
[    0.265026] pci_bus 0000:80: resource 0 [io  0x0000-0xffff]
[    0.265029] pci_bus 0000:80: resource 1 [mem 0x00000000-0xffffffffff]
[    0.265080] NET: Registered protocol family 2
[    0.265224] IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.266285] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[    0.267380] Switched to NOHz mode on CPU #0
[    0.267489] Switched to NOHz mode on CPU #1
[    0.268282] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.268915] TCP: Hash tables configured (established 262144 bind 65536)
[    0.268919] TCP reno registered
[    0.268931] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    0.268960] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    0.269113] NET: Registered protocol family 1
[    0.269128] pci 0000:00:00.0: MSI quirk detected; MSI disabled
[    0.269152] pci 0000:00:01.0: disabling DAC on VIA PCI bridge
[    0.269157] pci 0000:00:02.0: MSI quirk detected; subordinate MSI disabled
[    0.269277] pci 0000:02:00.0: Boot video device
[    0.269290] PCI: CLS 32 bytes, default 64
[    0.269400] agpgart-amd64 0000:00:00.0: AGP bridge [1106/0336]
[    0.274302] agpgart-amd64 0000:00:00.0: AGP aperture is 128M @ 0xd0000000
[    0.274685] audit: initializing netlink socket (disabled)
[    0.274697] type=2000 audit(1335419405.268:1): initialized
[    0.308149] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.325136] VFS: Disk quotas dquot_6.5.2
[    0.325208] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.325964] fuse init (API version 7.16)
[    0.326073] msgmni has been set to 3983
[    0.326474] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.326510] io scheduler noop registered
[    0.326512] io scheduler deadline registered
[    0.326560] io scheduler cfq registered (default)
[    0.326797] pcieport 0000:00:02.0: setting latency timer to 64
[    0.326963] pcieport 0000:00:03.0: setting latency timer to 64
[    0.327166] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt
[    0.327170] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
[    0.327175] pcie_pme 0000:00:02.0:pcie01: service driver pcie_pme loaded
[    0.327194] pcieport 0000:00:03.0: Signaling PME through PCIe PME interrupt
[    0.327197] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[    0.327200] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
[    0.327205] pcie_pme 0000:00:03.0:pcie01: service driver pcie_pme loaded
[    0.327225] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.327305] pciehp 0000:00:02.0:pcie04: HPC vendor_id 1106 device_id a238 ss_vid 0 ss_did 0
[    0.327328] pciehp 0000:00:02.0:pcie04: service driver pciehp loaded
[    0.327340] pciehp 0000:00:03.0:pcie04: HPC vendor_id 1106 device_id c238 ss_vid 0 ss_did 0
[    0.327362] pciehp 0000:00:03.0:pcie04: service driver pciehp loaded
[    0.327370] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.327517] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[    0.327524] ACPI: Power Button [PWRB]
[    0.327581] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.327585] ACPI: Power Button [PWRF]
[    0.327615] ACPI: acpi_idle registered with cpuidle
[    0.330727] ERST: Table is not found!
[    0.330825] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.500752] Freeing initrd memory: 13424k freed
[    0.529592] Linux agpgart interface v0.103
[    0.530902] brd: module loaded
[    0.531523] loop: module loaded
[    0.531849] pata_acpi 0000:00:0f.0: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    0.531898] pata_acpi 0000:00:0f.0: PCI INT B disabled
[    0.532457] Fixed MDIO Bus: probed
[    0.532490] PPP generic driver version 2.4.2
[    0.532545] tun: Universal TUN/TAP device driver, 1.6
[    0.532547] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    0.532644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.532695] ehci_hcd 0000:00:10.4: PCI INT C -> GSI 21 (level, low) -> IRQ 21
[    0.532714] ehci_hcd 0000:00:10.4: EHCI Host Controller
[    0.532774] ehci_hcd 0000:00:10.4: new USB bus registered, assigned bus number 1
[    0.532831] ehci_hcd 0000:00:10.4: irq 21, io mem 0xdffff000
[    0.544022] ehci_hcd 0000:00:10.4: USB 2.0 started, EHCI 1.00
[    0.544165] hub 1-0:1.0: USB hub found
[    0.544171] hub 1-0:1.0: 8 ports detected
[    0.544290] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.544306] uhci_hcd: USB Universal Host Controller Interface driver
[    0.544377] uhci_hcd 0000:00:10.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    0.544388] uhci_hcd 0000:00:10.0: UHCI Host Controller
[    0.544432] uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
[    0.544467] uhci_hcd 0000:00:10.0: irq 20, io base 0x0000f900
[    0.544612] hub 2-0:1.0: USB hub found
[    0.544617] hub 2-0:1.0: 2 ports detected
[    0.544741] uhci_hcd 0000:00:10.1: PCI INT B -> GSI 22 (level, low) -> IRQ 22
[    0.544748] uhci_hcd 0000:00:10.1: UHCI Host Controller
[    0.544796] uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3
[    0.544828] uhci_hcd 0000:00:10.1: irq 22, io base 0x0000f800
[    0.544965] hub 3-0:1.0: USB hub found
[    0.544969] hub 3-0:1.0: 2 ports detected
[    0.545089] uhci_hcd 0000:00:10.2: PCI INT C -> GSI 21 (level, low) -> IRQ 21
[    0.545096] uhci_hcd 0000:00:10.2: UHCI Host Controller
[    0.545141] uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 4
[    0.545162] uhci_hcd 0000:00:10.2: irq 21, io base 0x0000f700
[    0.545301] hub 4-0:1.0: USB hub found
[    0.545305] hub 4-0:1.0: 2 ports detected
[    0.545432] uhci_hcd 0000:00:10.3: PCI INT D -> GSI 23 (level, low) -> IRQ 23
[    0.545439] uhci_hcd 0000:00:10.3: UHCI Host Controller
[    0.545490] uhci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 5
[    0.545525] uhci_hcd 0000:00:10.3: irq 23, io base 0x0000f600
[    0.545661] hub 5-0:1.0: USB hub found
[    0.545665] hub 5-0:1.0: 2 ports detected
[    0.545796] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    0.546206] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.546215] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.546354] mousedev: PS/2 mouse device common for all mice
[    0.546496] rtc_cmos 00:04: RTC can wake from S4
[    0.546650] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    0.546688] rtc0: alarms up to one year, y3k, 242 bytes nvram
[    0.546809] device-mapper: uevent: version 1.0.3
[    0.546892] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-devel@redhat.com
[    0.546902] cpuidle: using governor ladder
[    0.546904] cpuidle: using governor menu
[    0.546906] EFI Variables Facility v0.08 2004-May-17
[    0.547319] TCP cubic registered
[    0.547468] NET: Registered protocol family 10
[    0.548150] NET: Registered protocol family 17
[    0.548172] Registering the dns_resolver key type
[    0.548293] PM: Hibernation image not present or could not be loaded.
[    0.548306] registered taskstats version 1
[    0.564348]   Magic number: 8:257:821
[    0.564474] rtc_cmos 00:04: setting system clock to 2012-04-26 05:50:05 UTC (1335419405)
[    0.564482] powernow-k8: Found 1 AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ (2 cpu cores) (version 2.20.00)
[    0.564494] [Firmware Bug]: powernow-k8: No compatible ACPI _PSS objects found.
[    0.564495] [Firmware Bug]: powernow-k8: Try again with latest BIOS.
[    0.564511] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    0.564512] EDD information not available.
[    0.566776] Freeing unused kernel memory: 984k freed
[    0.567273] Write protecting the kernel read-only data: 10240k
[    0.567528] Freeing unused kernel memory: 20k freed
[    0.573443] Freeing unused kernel memory: 1400k freed
[    0.600097] udevd[94]: starting version 173
[    0.697192] sata_via 0000:00:0f.0: version 2.6
[    0.697216] sata_via 0000:00:0f.0: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    0.697266] sata_via 0000:00:0f.0: routed to hard irq line 11
[    0.699256] scsi0 : sata_via
[    0.701383] scsi1 : sata_via
[    0.702607] ata1: SATA max UDMA/133 cmd 0xff00 ctl 0xfe00 bmdma 0xfb00 irq 21
[    0.702610] ata2: SATA max UDMA/133 cmd 0xfd00 ctl 0xfc00 bmdma 0xfb08 irq 21
[    0.705651] pata_via 0000:00:0f.1: version 0.3.4
[    0.709451] scsi2 : pata_via
[    0.711795] scsi3 : pata_via
[    0.712978] ata3: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xfa00 irq 14
[    0.712982] ata4: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xfa08 irq 15
[    0.722051] via_rhine: v1.10-LK1.5.0 2010-10-09 Written by Donald Becker
[    0.727553] via-rhine 0000:00:12.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    0.728238] via-rhine 0000:00:12.0: eth0: VIA Rhine II at 0xdfffe000, 00:19:db:6b:11:c6, IRQ 23
[    0.728950] via-rhine 0000:00:12.0: eth0: MII PHY found at address 1, status 0x786d advertising 01e1 Link 45e1
[    0.904017] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.068416] ata1.00: ATA-7: Maxtor 6Y160M0, YAR51HW0, max UDMA/133
[    1.068420] ata1.00: 312500000 sectors, multi 16: LBA48
[    1.084383] ata1.00: configured for UDMA/133
[    1.084570] scsi 0:0:0:0: Direct-Access     ATA      Maxtor 6Y160M0   YAR5 PQ: 0 ANSI: 5
[    1.084789] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.084826] sd 0:0:0:0: [sda] 312500000 512-byte logical blocks: (160 GB/149 GiB)
[    1.084894] sd 0:0:0:0: [sda] Write Protect is off
[    1.084898] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.084923] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.096025] usb 2-1: new low speed USB device number 2 using uhci_hcd
[    1.117723]  sda: sda1 sda2 < sda5 >
[    1.118135] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.281843] input: HID 1267:0103 as /devices/pci0000:00/0000:00:10.0/usb2/2-1/2-1:1.0/input/input2
[    1.281955] generic-usb 0003:1267:0103.0001: input,hidraw0: USB HID v1.10 Keyboard [HID 1267:0103] on usb-0000:00:10.0-1/input0
[    1.288025] ata2: SATA link down 1.5 Gbps (SStatus 0 SControl 300)
[    1.305617] input: HID 1267:0103 as /devices/pci0000:00/0000:00:10.0/usb2/2-1/2-1:1.1/input/input3
[    1.305702] generic-usb 0003:1267:0103.0002: input,hidraw1: USB HID v1.10 Device [HID 1267:0103] on usb-0000:00:10.0-1/input1
[    1.305721] usbcore: registered new interface driver usbhid
[    1.305723] usbhid: USB HID core driver
[    1.460524] ata4.00: ATAPI: HL-DT-STDVDRRW GSA-H20L, S853, max UDMA/33
[    1.476325] ata4.00: configured for UDMA/33
[    1.479285] scsi 3:0:0:0: CD-ROM            HL-DT-ST DVDRRW GSA-H20L  S853 PQ: 0 ANSI: 5
[    1.482454] sr0: scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.482457] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.482599] sr 3:0:0:0: Attached scsi CD-ROM sr0
[    1.482686] sr 3:0:0:0: Attached scsi generic sg1 type 5
[    1.496083] usb 2-2: new low speed USB device number 3 using uhci_hcd
[    1.688956] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:10.0/usb2/2-2/2-2:1.0/input/input4
[    1.689097] generic-usb 0003:046D:C00E.0003: input,hidraw2: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:10.0-2/input0
[    1.777997] EXT4-fs (sda5): INFO: recovery required on readonly filesystem
[    1.778002] EXT4-fs (sda5): write access will be enabled during recovery
[    8.300293] EXT4-fs (sda5): recovery complete
[    8.300892] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[   18.346282] udevd[336]: starting version 173
[   18.362898] Adding 1998844k swap on /dev/sda1.  Priority:-1 extents:1 across:1998844k
[   18.386644] lp: driver loaded but no devices found
[   18.508227] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   18.538790] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro
[   18.967135] MCE: In-kernel MCE decoding enabled.
[   18.967157] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
[   19.005956] EDAC MC: Ver: 2.1.0
[   19.007989] AMD64 EDAC driver v3.4.0
[   19.012707] EDAC amd64: DRAM ECC disabled.
[   19.012721] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
[   19.012722]  Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
[   19.012724]  (Note that use of the override may cause unknown side effects.)
[   19.030081] HDA Intel 0000:04:00.0: PCI INT A -> GSI 28 (level, low) -> IRQ 28
[   19.254855] init: failsafe main process (733) killed by TERM signal
[   19.434151] via-rhine 0000:00:12.0: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
[   19.698258] nvidia: module license 'NVIDIA' taints kernel.
[   19.698264] Disabling lock debugging due to kernel taint
[   19.984200] nvidia 0000:02:00.0: PCI INT A -> GSI 24 (level, low) -> IRQ 24
[   19.984214] nvidia 0000:02:00.0: setting latency timer to 64
[   19.984221] vgaarb: device changed decodes: PCI:0000:02:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[   19.984474] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  295.40  Thu Apr  5 21:37:00 PDT 2012
[   20.717703] vesafb: mode is 1280x1024x32, linelength=5120, pages=0
[   20.717708] vesafb: scrolling: redraw
[   20.717712] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[   20.719110] vesafb: framebuffer at 0xdb000000, mapped to 0xffffc90010a80000, using 5120k, total 5120k
[   20.719397] Console: switching to colour frame buffer device 160x64
[   20.719432] fb0: VESA VGA frame buffer device
[   20.995707] ppdev: user-space parallel port driver
[   21.691376] Bluetooth: Core ver 2.16
[   21.691464] NET: Registered protocol family 31
[   21.691467] Bluetooth: HCI device and connection manager initialized
[   21.691471] Bluetooth: HCI socket layer initialized
[   21.691473] Bluetooth: L2CAP socket layer initialized
[   21.693902] Bluetooth: SCO socket layer initialized
[   21.696494] Bluetooth: RFCOMM TTY layer initialized
[   21.696501] Bluetooth: RFCOMM socket layer initialized
[   21.696503] Bluetooth: RFCOMM ver 1.11
[   21.798731] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   21.798736] Bluetooth: BNEP filters: protocol multicast
[   25.289814] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro,commit=0
[   29.536013] eth0: no IPv6 routers present
[   31.675454] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro,commit=0


Don't see any errors myself but I don't understand most of this stuff
monery
Level 1
Level 1
 
Posts: 18
Joined: Sun May 29, 2011 11:22 pm

Re: LM 12 Video Playback issues

Postby mank_in on Thu Apr 26, 2012 7:47 am

Maybe the problem is Your soundcard ( Creative Labs SB X-Fi Xtreme Audio ). I see same problem in ubuntu forum : http://ubuntuforums.org/showthread.php?t=1878921.

Code: Select all
gksu gedit /etc/modprobe.d/alsa-base.conf


below the line : options snd-usb-usx2y index=-2
add line : options snd-hda-intel position_fix=1 model=3stack

Save and reboot. I hope this work :)
Last edited by mank_in on Fri Apr 27, 2012 3:17 am, edited 1 time in total.
Image
User avatar
mank_in
Level 6
Level 6
 
Posts: 1272
Joined: Wed Nov 16, 2011 2:29 pm
Location: Bali

Re: [SOLVED] LM 12 Video Playback issues

Postby monery on Thu Apr 26, 2012 12:41 pm

Thank u so much... would have never guessed the problem was an issue with the soundcard...

Everything seems to be playing and working now. Can you tell me what we did that fixed it?
monery
Level 1
Level 1
 
Posts: 18
Joined: Sun May 29, 2011 11:22 pm

Re: [SOLVED] LM 12 Video Playback issues

Postby mank_in on Thu Apr 26, 2012 1:16 pm

Good it works :D
Some audio card need specific command to work correctly ( detection isn't perfect on some devices )

"position_fix=1" see this site , about DMA Position Problem
"model=3stack" = 3-jack in back and a headphone out
Image
User avatar
mank_in
Level 6
Level 6
 
Posts: 1272
Joined: Wed Nov 16, 2011 2:29 pm
Location: Bali

Linux Mint is funded by ads and donations.
 

Return to Sound, Multimedia, & Codecs

Who is online

Users browsing this forum: No registered users and 1 guest