Find the answer to your Linux question:
Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 26
Hi all, I am having a problem with Fedora 11 not playing CD/DVD in any of the players. It errors out saying I need some kind of plugin. Any ideas ...
  1. #1
    Just Joined!
    Join Date
    Apr 2010
    Location
    Mesa, Az
    Posts
    15

    CD's and DVD's

    Hi all, I am having a problem with Fedora 11 not playing CD/DVD in any of the players. It errors out saying I need some kind of plugin. Any ideas on this?

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    Hi and welcome to the forum.

    Can you post the exact error messages? What kind of cd/dvds are they?

  3. #3
    Just Joined!
    Join Date
    Apr 2010
    Location
    Mesa, Az
    Posts
    15

    CD's and DVD's

    I'm trying to play regular music CD's and movies on DVD's. The error is (MPEG-1 Layer 3 not installed).... I have no idea what that is or how to fix it, but all the players in Fedora will play .ogg and .wav files only.

  4. #4
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Fedora has a strict policy about including non-free software in the distro, so patent encumbered technologies like mp3 are not supported out of the box.

    You can get most everything you need from the rpmfusion repository.

    If you're using Rhythmbox or Totem for your mp3s, after enabling rpmfusion do
    Code:
    su -c 'yum install gstreamer-plugins-ugly'

  5. #5
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Oh, commercial DVDs are another can of worms. You need libdvdcss2.

    Code:
    su -c 'rpm -ivh http://dl.atrpms.net/all/libdvdcss2-1.2.10-5.fc13.i686.rpm'

  6. #6
    Just Joined!
    Join Date
    Apr 2010
    Location
    Mesa, Az
    Posts
    15

    Possible DEV error

    okay, I installed all that and .mp3's and movies play if on the hard drive. But the CD/DVD device makes the desktop re-boot so to speak rendering the two cd drives useless. It doesn't give me an error screen to post to you. What next?

  7. #7
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Makes the desktop reboot "so to speak"? Can you be more specific? You insert a CD or DVD and the computer reboots?

  8. #8
    Just Joined!
    Join Date
    Apr 2010
    Location
    Mesa, Az
    Posts
    15

    desktop

    what I mean is when I put in a music CD, the desktop icons disappear then re-appear repeating everytime I want to click on the CDROM icon. All my Data CD's and DVD's work just fine.
    Last edited by Eric-A; 06-08-2010 at 04:54 PM. Reason: info

  9. #9
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Have you tried VLC Player? It supports most of the media formats.
    Code:
    yum -y install vlc
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  10. #10
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Can you put in an audio CD and post the output of
    Code:
    dmesg | tail

Page 1 of 3 1 2 3 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...