LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Ubuntu won't read DVD's (https://www.linuxquestions.org/questions/linux-newbie-8/ubuntu-won%27t-read-dvd%27s-739592/)

Guinevere 07-12-2009 04:06 PM

Ubuntu won't read DVD's
 
I have Ubuntu for a couple of months and everytime I insert a DVD that I bought in a shop , Soo it a completely legal copy .
Ubuntu will not read it .

I installed libdvdread and libdvdcss.
I scanned a bunch of threads , but they all say the same .
Install libdvdcss. . But I have installed it already

And it still doesn't work .

Somebody help me ....

Greets .

arochester 07-12-2009 04:19 PM

Does it work in another computer? Or a DVD Player?

It should be libdvdcss2.

Have you installed ubuntu-restricted-extras?

Guinevere 07-12-2009 04:25 PM

It works on every other dvd player and it works on Windows .
I installed Libdvdcss2 and ubuntu restricted extras ..

brianL 07-12-2009 04:33 PM

Install VLC.

Guinevere 07-12-2009 04:34 PM

VLC is installed and so is totem (Xine) and so is Mplayer .
It really wont work

brianL 07-12-2009 04:37 PM

Mmm, can't think of anything else. :scratch:

arochester 07-12-2009 04:46 PM

Sometimes the CD-Rom won't read some media (CDs). Can you copy the disk to a different CD? (Not a CD-RW, but a recordable)

i92guboj 07-12-2009 05:53 PM

Quote:

Originally Posted by Guinevere (Post 3605408)
I have Ubuntu for a couple of months and everytime I insert a DVD that I bought in a shop , Soo it a completely legal copy .
Ubuntu will not read it .

Is the drive mounted correctly? Can you see the contents inside the dvd? Double check with ls, you should see the audio_ts and video_ts folders inside of it.

If that does work, try to use mplayer in command line this way:

Code:

mplayer /mnt/dvd/video_ts/*.VOB
Make sure you adjust the path in the right way.

Guinevere 07-13-2009 11:40 AM

It can't see anything from the dvd .
Its like the driver can't read it , I can hear the dvd spin for 2 seconds and then it stops .
I try to mount the dvd ; But it says that there is no media in the drive .

And I have installed everything which I mentioned earlier .

axelfc 07-13-2009 02:09 PM

Check this Ubuntu 9.04 Post Installation Guide and install the programs mentioned in it.

i92guboj 07-13-2009 02:37 PM

If he can't mount the drive I doubt it's user-land related. All you need to mount a disk is a kernel with the relevant stuff enabled and the mount command, nothing else.

This sounds to me rather like faulty disks and/or drive, or maybe your drive is not able to read a given type of disk for any reason.

Let's check the trivial stuff, not even Einstein was immune to silly errors. First, the drive can read dvd disks, right? Try this command right after booting:

Code:

sudo dmesg | grep -i dvd
And post here the output.

If dvd's don't work, try a regular cdrom and see if you can mount it. I've seen dvd drives which after some years of operation couldn't read dvd's any longer, but they had no problem with cdrom', which will be indicative that the lens used to read dvd's has died and cdroms are handled by another independent lens. That wouldn't fix anything, but you would then be sure that the problem is in the hardware.

I assume you've tested a different distro (that's what livecds are for) and that you have the same problem. If not, please, try it as well.

catkin 07-13-2009 03:12 PM

See https://bugs.launchpad.net/ubuntu/+s...ux/+bug/228624


All times are GMT -5. The time now is 06:56 AM.