Results 1 to 3 of 3
Hi all.
I just coverted to linux yesterday and im already loving it.
i'm using Ubuntu 9.4
Just one small problem.
I've got video dvd's running now
but a small ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-15-2009 #1Just Joined!
- Join Date
- May 2009
- Posts
- 2
[SOLVED] Audio in dvd's
Hi all.
I just coverted to linux yesterday and im already loving it.
i'm using Ubuntu 9.4
Just one small problem.
I've got video dvd's running now
but a small problem with the audio.
I can listen to cd's. hear audio through online moives like youtube but when i go to watch a dvd. the audio plays at the title menu but then when the movie starts no audio?
- 05-15-2009 #2
To activate medibuntu:
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
Are you a 32 bit user or 64?
For 32 bit:
sudo apt-get remove gnash gnash-common libflashsupport mozilla-plugin-gnash swfdec-mozilla && sudo apt-get install alsa-oss faac faad flashplugin-nonfree gstreamer0.10-ffmpeg gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse gstreamer0.10-pitfdll libmp3lame0 non-free-codecs sun-java6-fonts sun-java6-jre sun-java6-plugin unrar
for 64:
sudo apt-get remove gnash gnash-common libflashsupport mozilla-plugin-gnash swfdec-mozilla && sudo apt-get install alsa-oss faac faad flashplugin-nonfree gstreamer0.10-ffmpeg gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse ia32-libs icedtea6-plugin libmp3lame0 non-free-codecs openjdk-6-jre unrar
for dvd playback:
sudo apt-get install libdvdcss2 libdvdread4 libdvdnav4 vlc
- 05-15-2009 #3Just Joined!
- Join Date
- May 2009
- Posts
- 2




