RSS Subscription
Linux Howtos & Tutorials

Enter your email:

Delivered by


NOTE:New tutorials are from LinuxCareer.com

Poll

Do you own or wish to have iPhone?
 


Linux eBooks FREE Download
A guide to programming Linux kernel modules
Introduction to Linux - A Hands on Guide
A Newbie's Getting Started Guide to Linux

Linux from Scratch - Create Your Own Linux System - Free eBook

Linux: The Hacking Solution (v.3.0)

SQLite 3 with PHP Essential Training – Free Video Training Tutorials

This guide will introduce you to the world of GNU/Linux

The GNU/Linux Advanced Administration

A Complete Beginner's Manual for Ubuntu 10.04 (Lucid Lynx)

Advanced Bash-Scripting Guide

Set up, maintain, and secure a small office email server

Partner Linux Sites:
How-To.LinuxCareer.com
Jobs.LinuxCareer.com
TuxMachines
Monsterb
LinuxBloggers
AdamsInfo
LinuxScrew
All For Linux

main decoder error: no suitable decoder module for fourcc `XVID'

This problem can occur when your Debian Linux system is using packages from main Debian repository as well as from http://www.debian-multimedia.org/ . For example VLC will report a following error:

main decoder error: no suitable decoder module for fourcc `XVI

What needs to be done is to remove vlc and downgrade libavcodec51 package and its dependencies. To do this you can use:

apt-get install --reinstall =0.svn<version>

or remove the package with

dpkg -P 

Once done remove http://www.debian-multimedia.org/ from /etc/apt/sources.list then execute

apt-get update

and install vlc again:

apt-get install vlc

Share this linux post:

Submit main decoder error: no suitable decoder module for fourcc `XVID' in Delicious Submit main decoder error: no suitable decoder module for fourcc `XVID' in Digg Submit main decoder error: no suitable decoder module for fourcc `XVID' in FaceBook Submit main decoder error: no suitable decoder module for fourcc `XVID' in Google Bookmarks Submit main decoder error: no suitable decoder module for fourcc `XVID' in Stumbleupon Submit main decoder error: no suitable decoder module for fourcc `XVID' in Technorati Submit main decoder error: no suitable decoder module for fourcc `XVID' in Twitter
 
Comments for this page are closed !!!
Please visit our new Linux Forum for additional help or discussion.


Linux eBooks FREE Download