LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-20-2004, 03:08 AM   #1
Gunslinger_ROL
Member
 
Registered: Jun 2004
Posts: 43

Rep: Reputation: 15
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,
 
Old 06-20-2004, 04:36 AM   #2
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
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.
 
Old 06-20-2004, 06:52 AM   #3
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
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.
 
Old 06-20-2004, 07:08 AM   #4
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
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)
 
Old 06-20-2004, 01:15 PM   #5
Gunslinger_ROL
Member
 
Registered: Jun 2004
Posts: 43

Original Poster
Rep: Reputation: 15
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?
 
Old 06-20-2004, 01:25 PM   #6
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Have you the libdvdcss and libdvdread packages installed ?
 
Old 06-20-2004, 02:50 PM   #7
Gunslinger_ROL
Member
 
Registered: Jun 2004
Posts: 43

Original Poster
Rep: Reputation: 15
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

Last edited by Gunslinger_ROL; 06-20-2004 at 03:02 PM.
 
Old 06-21-2004, 02:33 AM   #8
12Iceman
LQ Newbie
 
Registered: Jul 2003
Distribution: Slackware Linux
Posts: 9

Rep: Reputation: 0
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.
 
Old 07-14-2004, 11:09 PM   #9
Zxn
LQ Newbie
 
Registered: Jul 2004
Posts: 5

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

Thanks
 
Old 07-15-2004, 04:48 AM   #10
KMcD
Member
 
Registered: Jun 2003
Location: Dublin, Ireland
Distribution: Slack -- current
Posts: 354

Rep: Reputation: 30
Go to Linux Packages and search for the two packages.
 
Old 07-16-2004, 12:08 AM   #11
Zxn
LQ Newbie
 
Registered: Jul 2004
Posts: 5

Rep: Reputation: 0
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!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
MPlayer DVD playback troubles lp449 Linux - Software 4 01-17-2005 02:54 AM
troubles with BenQ dvd combo drive and lexmark printer running 10.1 hammer51 Linux - Newbie 2 01-02-2005 12:58 AM
dvd troubles with mdk10 smartpenwin Linux - Hardware 0 08-31-2004 09:09 PM
DVD Menu Authoring Troubles KungFuHamster Linux - Software 0 02-21-2004 05:53 PM
Mandrake 9.1 and DVD troubles (Xine and MPlayer) shelby Linux - Software 5 12-22-2003 12:12 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:58 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration