not able to play mp3

Asked by dhurjati

AFTER INSTALLING UBUNTU, I PLAYED MP3. AFTER INSTALLING NVIDIA DISPLAY DRIVER UBUNTU WAS NOT ABLE TO DISPLAY DESKTOP(THE SCREEN WAS IN PIECES AND TEXT WAS VISIBLE WHEN CURSOR PLACED ON LOCATION OF ICONS.), BUT RESPONDING TO COMMANDS.
 I REINSTALLED UBUNTU AND DID NOT INSTALL NVIDIA DISP DRIVER. AFT THAT I LOADED MP3 PLUGIN ,BUT DID NOT WORK. MY PROCESSOR IS AMD ATHLON AND MOTHERBOARD NVIDIA ANVM233. WINDOWS IS IN ANOTHER PARTITION.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu rhythmbox Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
jstfaking (jstfaking) said :
#1

Try install the ubuntu-restricted-extras package. It's available in Software Center, or you can install it with apt-get/aptitude.

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#2

The upper case is difficult to read, please write in lower case...
--------------------------

Play mp3 and dvd and other stuffs under Ubuntu using Medibuntu

First please install https://help.ubuntu.com/community/RestrictedFormats

You need to have extra repositories enabled..

Please first enable the universe and multiverse repository:

Open System → Administration → Software sources → [ Tab Ubuntu software ]

enable "Community-maintained Open Source software ( universe )"
enable "Proprietary drivers for devices ( restricted )"
enable "Software restrictecd by copyright or legal issue ( multiverse )"

Close and confirm the repository reload.

Then open a Terminal from the menu Applications→Accessories→Terminal

Tip: right click with mouse on the terminal title caption and select the item "Always on Top" doing this you will force the terminal window to stay on top of the other windows and you will find very easy to copy single row from this web page into the terminal...
Something more about using the terminal https://help.ubuntu.com/community/UsingTheTerminal

Then type or better copy and paste a row a time then press enter:
(Tip: select the single row to copy then right click into the terminal and to quick paste click with middle button of mouse )

and type or better copy and paste:

sudo aptitude install vlc smplayer mplayer

To get better dvd playback and optional packages here the medibuntu available software list http://packages.medibuntu.org/
you need to add the medibuntu http://www.medibuntu.org/ repository to your /etc/apt/sources.list file:
( here the medibuntu howto https://help.ubuntu.com/community/Medibuntu but see below )

In short please open a Terminal from the menu Applications → Accessories → Terminal and type or copy and paste:

sudo wget http://www.medibuntu.org/sources.list.d/`lsb_release -cs`.list --output-document=/etc/apt/sources.list.d/medibuntu.list; sudo apt-get -q update; sudo apt-get --yes -q --allow-unauthenticated install medibuntu-keyring; sudo apt-get -q update

-- give your user password when requested, you don't see nothing when you type it, then press enter

Now to install, type:

sudo apt-get update
sudo apt-get install ubuntu-restricted-extras libxine1-ffmpeg
sudo aptitude install libdvdread4 libdvdnav4 regionset gnome-mplayer
sudo aptitude install non-free-codecs
sudo aptitude install gstreamer0.10-pitfdll gstreamer0.10-plugins-good
sudo aptitude install gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse
sudo /usr/share/doc/libdvdread4/install-css.sh

give your user password when requested, you don't see nothing when you type it, then press enter.

You can also install other Medibuntu repository provided optional software http://packages.medibuntu.org/ :

Also optionally you can also install googleearth ans skype:
sudo apt-get install googleearth
sudo apt-get install acroread

Hope this helps

Revision history for this message
dhurjati (sinhadhurjati) said :
#3

all plugins were installed. the mistake i did was 'i did not enable sound output'. however i am new to ubuntu and i desire to make myself comfortable as in windows. still now i am not able to configure disply sharp. loading nvidia display driver damages my display (mother board- asus nvidia chipset anvm 233)

On Thu, 16 Sep 2010 23:21:06 +0530 wrote
>Your question #125631 on rhythmbox in ubuntu changed:

https://answers.launchpad.net/ubuntu/+source/rhythmbox/+question/125631

marcobra (Marco Braida) proposed the following answer:

The upper case is difficult to read, please write in lower case...

--------------------------

Play mp3 and dvd and other stuffs under Ubuntu using Medibuntu

First please install https://help.ubuntu.com/community/RestrictedFormats

You need to have extra repositories enabled..

Please first enable the universe and multiverse repository:

Open System →Administration →Software sources →[ Tab Ubuntu software

]

enable "Community-maintained Open Source software ( universe )"

enable "Proprietary drivers for devices ( restricted )"

enable "Software restrictecd by copyright or legal issue ( multiverse )"

Close and confirm the repository reload.

Then open a Terminal from the menu Applications→Accessories→Terminal

Tip: right click with mouse on the terminal title caption and select the item "Always on Top" doing this you will force the terminal window to stay on top of the other windows and you will find very easy to copy single row from this web page into the terminal...

Something more about using the terminal https://help.ubuntu.com/community/UsingTheTerminal

Then type or better copy and paste a row a time then press enter:

(Tip: select the single row to copy then right click into the terminal and to quick paste click with middle button of mouse )

and type or better copy and paste:

sudo aptitude install vlc smplayer mplayer

To get better dvd playback and optional packages here the medibuntu available software list http://packages.medibuntu.org/

you need to add the medibuntu http://www.medibuntu.org/ repository to your /etc/apt/sources.list file:

( here the medibuntu howto https://help.ubuntu.com/community/Medibuntu but see below )

In short please open a Terminal from the menu Applications →Accessories

→ Terminal and type or copy and paste:

sudo wget http://www.medibuntu.org/sources.list.d/`lsb_release -cs`.list

--output-document=/etc/apt/sources.list.d/medibuntu.list; sudo apt-get

-q update; sudo apt-get --yes -q --allow-unauthenticated install

medibuntu-keyring; sudo apt-get -q update

-- give your user password when requested, you don't see nothing when

you type it, then press enter

Now to install, type:

sudo apt-get update

sudo apt-get install ubuntu-restricted-extras libxine1-ffmpeg

sudo aptitude install libdvdread4 libdvdnav4 regionset gnome-mplayer

sudo aptitude install non-free-codecs

sudo aptitude install gstreamer0.10-pitfdll gstreamer0.10-plugins-good

sudo aptitude install gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse

sudo /usr/share/doc/libdvdread4/install-css.sh

give your user password when requested, you don't see nothing when you

type it, then press enter.

You can also install other Medibuntu repository provided optional

software http://packages.medibuntu.org/ :

Also optionally you can also install googleearth ans skype:

sudo apt-get install googleearth

sudo apt-get install acroread

Hope this helps

--

If this answers your question, please go to the following page to let us

know that it is solved:

https://answers.launchpad.net/ubuntu/+source/rhythmbox/+question/125631/+confirm?answer_id=1

If you still need help, you can reply to this email or go to the

following page to enter your feedback:

https://answers.launchpad.net/ubuntu/+source/rhythmbox/+question/125631

You received this question notification because you are a direct

subscriber of the question.

Dhurjati Sinha

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#4

So please close this question, please mark it as solved.

To close this question please visit the question link with a browser don't reply using mail.

After made a new question about your video issue

Thank you

Can you help with this problem?

Provide an answer of your own, or ask dhurjati for more information if necessary.

To post a message you must log in.