LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   DVD troubles (https://www.linuxquestions.org/questions/slackware-14/dvd-troubles-195555/)

Gunslinger_ROL 06-20-2004 03:08 AM

DVD troubles
 
Alrite, i'm trying to play a dvd with wine, i have the /dev/hdc mounted and when i click play it says "The source can't be read. Maybe you don't have eoungh right for this, or source doesn't contain data (e.g: not disc in drive). (Error reading NAV packet.)" and before/while i get that error i can see the the player has recongize the dvd because its displaying the title. I'm also loged in as root

here is my stab

Code:

/dev/hda5        swap            swap        defaults        0  0
/dev/hda2        /                ext2        defaults        1  1
/dev/hda6        /usr            ext2        defaults        1  2
/dev/hda7        /home            ext2        defaults        1  2
/dev/hdc /mnt/dvdrom iso9660 defaults,ro,user,noexec,noauto 0 0
/dev/scd0        /mnt/cdrom      iso9660    noauto,owner,ro  0  0
/dev/fd0        /mnt/floppy      auto        noauto,owner    0  0
/dev/hda1        /mnt/windows    ntfs        auto,rw,umask=000 1 0
devpts          /dev/pts        devpts      gid=5,mode=620  0  0
proc            /proc            proc        defaults        0  0


thanks you all so very much,

keefaz 06-20-2004 04:36 AM

UDF is Universal Disk Format, filesystem used by dvd. Maybe you should add in your fstab :
Code:

/dev/hdc /mnt/dvdrom udf,iso9660 defaults,ro,user,noexec,noauto 0 0
Of course udf filesystem need to be compiled as module (or as built-in) with your current kernel, if you run a default kernel it should be.

acid_kewpie 06-20-2004 06:52 AM

you mean Xine, not Wine right? please say that's the case.......

you do not need to mount a dvd to play it. use the /dev entry directly without it being mounted.

keefaz 06-20-2004 07:08 AM

Also maybe try a ln -s /dev/hdc /dev/dvd (if /dev/dvd already exists and does not point to /dev/hdc, rm /dev/dvd before)

Gunslinger_ROL 06-20-2004 01:15 PM

sweet got it almost wokring, it xine brings up the dvd's copyright screen then its stops and gives me the same errors message as before, very stange. any more suggestions?

keefaz 06-20-2004 01:25 PM

Have you the libdvdcss and libdvdread packages installed ?

Gunslinger_ROL 06-20-2004 02:50 PM

Yes i just check i have both lib install... humm

and i don't know if this helps, but when i try to play in gmplayer
i get these errors

Starting playback...
a52: CRC check failed!
a52: CRC check failed!
a52: error at resampling
a52: CRC check failed!
a52: error at resampling
VDec: vo config request - 720 x 480 (preferred csp: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
VO: [xv] 720x480 => 854x480 Planar YV12
a52: CRC check failed! 1.836 ct: 0.000 1/ 1 0% 0% 0.0% 0 0 7%
a52: CRC check failed!
a52: CRC check failed!
a52: error at resampling
a52: CRC check failed!
a52: error at resampling
a52: CRC check failed! 1.689 ct: 0.000 3/ 2 0% 0% 0.0% 0 0 7%
a52: CRC check failed! 1.649 ct: 0.003 3/ 2 0% 0% 0.0% 0 0 7%
a52: CRC check failed!
A: 1.8 V: 0.2 A-V: 1.597 ct: 0.007 6/ 4 0% 0% 0.0% 0 0 7%

then its just hangs

12Iceman 06-21-2004 02:33 AM

when i installed libdvdcss i had to create symlinks in /usr/lib/ to the libdvdcss files in /usr/local/lib where they were installed when i built the package, you may have to do something similiar to get xine to work.

Zxn 07-14-2004 11:09 PM

Where do i find libdvdcss and libdvdread packages and how do I install them (i r noob)? I'm having the same error.

Thanks

KMcD 07-15-2004 04:48 AM

Go to Linux Packages and search for the two packages.

Zxn 07-16-2004 12:08 AM

Ok found them, downloaded them, uncompressed them, ./configure, make, make install (from the readme). Now that I have done all that (and with out errors as far as I can tell) what do i do next?

Thanks!


All times are GMT -5. The time now is 09:48 PM.