LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   libdvdcss -- I can play some DVDs, but not others! (https://www.linuxquestions.org/questions/linux-software-2/libdvdcss-i-can-play-some-dvds-but-not-others-300727/)

Adrohak 03-12-2005 08:07 AM

libdvdcss -- I can play some DVDs, but not others!
 
I have Xine and MPlayer both installed. I have libdvdcss installed, and it cracks some keys, but not very many, meaning I can watch some DVDs, but not very many. I almost always get something like this:

Code:

[slackbox ~] xine dvd:/1
This is xine (X11 gui) - a free video player v0.99.3.
(c) 2000-2004 The xine Team.
libdvdread: Using libdvdcss version 1.2.8 for DVD access
libdvdread: Can't stat /1
No such file or directory
libdvdread: Using libdvdcss version 1.2.8 for DVD access

libdvdread: Attempting to retrieve all CSS keys
libdvdread: This can take a _long_ time, please be patient

libdvdread: Get key for /VIDEO_TS/VIDEO_TS.VOB at 0x000002a8
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_0.VOB at 0x00007b28
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_01_0.VOB (0x00007b28)
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x000107cc
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_01_1.VOB (0x000107cc)!!
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_02_0.VOB at 0x003e328b
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_02_0.VOB (0x003e328b)
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_02_1.VOB at 0x003e328f
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_02_1.VOB (0x003e328f)!!
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_03_0.VOB at 0x003e32b2
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_03_0.VOB (0x003e32b2)
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_03_1.VOB at 0x003e32b6
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_03_1.VOB (0x003e32b6)!!
libdvdread: Elapsed time 1
libdvdread: Get key for /VIDEO_TS/VTS_04_0.VOB at 0x003e4288
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_04_0.VOB (0x003e4288)
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_04_1.VOB at 0x003e428c
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_04_1.VOB (0x003e428c)!!
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_05_0.VOB at 0x003e6871
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_05_0.VOB (0x003e6871)
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_05_1.VOB at 0x003e6875
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_05_1.VOB (0x003e6875)!!
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_06_0.VOB at 0x003e8037
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_06_0.VOB (0x003e8037)
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_06_1.VOB at 0x003e803b
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_06_1.VOB (0x003e803b)!!
libdvdread: Elapsed time 0
libdvdread: Found 6 VTS's
libdvdread: Elapsed time 1

What would cause this to happen?

Tuttle 03-12-2005 09:03 AM

I don't know about using xine from the command line but it looks as if the dvd is encrypted in an unknown way. Perhaps the next version of libdvdcss will support your dvd, or try a cvs version of it?

Adrohak 03-12-2005 09:14 AM

But I can play very few DVDs, possibly one out of twenty-five, it's not just one oddball DVD.

Adrohak 03-12-2005 01:30 PM

If it makes a difference, here is the output of MPlayer trying to access the same DVD.

Code:

[slackbox ~] mplayer dvd://1
MPlayer 1.0pre6-3.3.4 (C) 2000-2004 MPlayer Team
CPU: Intel Pentium 4/Xeon/Celeron Northwood (Family: 8, Stepping: 4)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2


Playing dvd://1.
Reading disc structure, please wait...
There are 9 titles on this DVD.
There are 36 chapters in this DVD title.
There are 1 angles in this DVD title.
libdvdread: Invalid title IFO (VTS_01_0.IFO).
Cannot open the IFO file for DVD title 1.


Exiting... (End of file)


codec 03-12-2005 02:36 PM

I heard that some new dvd drive is region based.

In this moment, I don't found big problem in dvd playback. The problem I have is probably deinterlace quality.

In this moment, I use "kerndeint" filter. For 4:3 region 2 DVD, I use this sh file:

#!/bin/sh
mplayer -vop expand=-50:-30,crop=700:560,kerndeint -ao alsa -benchmark $2 $3 $4 $5 $6 $7 $8 $9 dvd://$1

Adrohak 03-12-2005 03:16 PM

Quote:

Originally posted by codec
I heard that some new dvd drive is region based.

In this moment, I don't found big problem in dvd playback. The problem I have is probably deinterlace quality.

In this moment, I use "kerndeint" filter. For 4:3 region 2 DVD, I use this sh file:

#!/bin/sh
mplayer -vop expand=-50:-30,crop=700:560,kerndeint -ao alsa -benchmark $2 $3 $4 $5 $6 $7 $8 $9 dvd://$1

This DVD drive is from the middle of last year, and all of my DVDs are region one; I tried that mplayer script anyway, and got the same results.

Adrohak 03-12-2005 03:49 PM

I just read in the 'Playing DVD and Videos' guide on here that if DMA mode is not on, I may get stuttering in playback. I don't get that problem with the few DVDs that work, but I decided to check to see if DMA mode was on anyway.

Code:

[slackbox ~] su -l
Password:
[slackbox:root /home/cowboy] file /dev/dvd
/dev/dvd: symbolic link to `/dev/scd0'
[slackbox:root /home/cowboy] /sbin/hdparm -d1 /dev/scd0

/dev/scd0:
 setting using_dma to 1 (on)
 HDIO_SET_DMA failed: Invalid argument

Could this be contributing to my DVDs not playing?

audibel 03-12-2005 04:15 PM

I take it you downloaded all the codes from mplayers site and have installed them before trying this no?

Adrohak 03-12-2005 05:58 PM

Quote:

Originally posted by audibel
I take it you downloaded all the codes from mplayers site and have installed them before trying this no?
Yes, I have.

Adrohak 03-12-2005 08:02 PM

Not sure if this will help with a diagnosis or not, but the DVD drive can burn and read _all_ data DVDs without a problem, and both MPlayer and Xine can play downloaded video clips flawlessly.

BROse 03-12-2005 09:25 PM

All you need is OGLE. Google for it...........

Adrohak 03-12-2005 10:04 PM

Ogle didn't work either.

Code:

[slackbox ~] ogle
libdvdread: Using libdvdcss version 1.2.8 for DVD access
libdvdread: DVDDiscId read returned -1 bytes, wanted 108544
libdvdread: Using libdvdcss version 1.2.8 for DVD access

libdvdread: Attempting to retrieve all CSS keys
libdvdread: This can take a _long_ time, please be patient

libdvdread: Get key for /VIDEO_TS/VIDEO_TS.VOB at 0x000002a8
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_0.VOB at 0x00007b28
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_01_0.VOB (0x00007b28)
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x000107cc
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_01_1.VOB (0x000107cc)!!
libdvdread: Elapsed time 1
libdvdread: Get key for /VIDEO_TS/VTS_02_0.VOB at 0x003e328b
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_02_0.VOB (0x003e328b)
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_02_1.VOB at 0x003e328f
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_02_1.VOB (0x003e328f)!!
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_03_0.VOB at 0x003e32b2
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_03_0.VOB (0x003e32b2)
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_03_1.VOB at 0x003e32b6
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_03_1.VOB (0x003e32b6)!!
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_04_0.VOB at 0x003e4288
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_04_0.VOB (0x003e4288)
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_04_1.VOB at 0x003e428c
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_04_1.VOB (0x003e428c)!!
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_05_0.VOB at 0x003e6871
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_05_0.VOB (0x003e6871)
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_05_1.VOB at 0x003e6875
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_05_1.VOB (0x003e6875)!!
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_06_0.VOB at 0x003e8037
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_06_0.VOB (0x003e8037)
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_06_1.VOB at 0x003e803b
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_06_1.VOB (0x003e803b)!!
libdvdread: Elapsed time 0
libdvdread: Found 6 VTS's
libdvdread: Elapsed time 1
Xscreensaver not running.
libdvdread: Invalid IFO for title 1 (VTS_01_0.IFO).
FATAL[ogle_nav]: ifoOpenVTSI failed
ctrl: waitpid failed: Invalid argument


audibel 03-13-2005 04:27 AM

Can you display the contents of your /usr/local/lib/codecs/ directory.

Adrohak 03-13-2005 05:27 AM

Sure thing.

Code:

[slackbox ~] ls /usr/local/lib/codecs/
AvidQTAVUICodec.qtx          asusasv2.dll  drv2.so.6.0*  l3codecx.ax  msscds32.ax    tvqdec.dll    vp5vfw.dll
BeHereiVideo.qtx            asusasvd.dll  drv3.so.6.0*  lhacm.acm    msvidc32.dll    ubv263d+.ax  vp6vfw.dll
CLRVIDDC.DLL                ativcr2.dll  drv4.so.6.0*  lsvxdec.dll  mvoiced.vwp    ubvmp4d.dll  vssh264.dll
CtWbJpg.DLL                  atrac3.acm    drvc.so*      m3jp2k32.dll  nsrt2432.acm    ultimo.dll    vssh264core.dll
DECVW_32.DLL                atrc.so.6.0*  dspr.so.6.0*  m3jpeg32.dll  pclepim1.dll    vdowave.drv  vssh264dec.dll
LCMW2.dll                    avimszh.dll  huffyuv.dll  m3jpegdec.ax  qdv.dll        vgpix32d.dll  vsslight.dll
LCODCCMW2E.dll              avizlib.dll  i263_32.drv  mcdvd_32.dll  qpeg32.dll      vid_3ivX.xa*  vsswlt.dll
LCodcCMP.dll                clrviddd.dll  iac25_32.ax  mcmjpg32.dll  qtmlClient.dll  vid_cvid.xa*  wma9dmod.dll
QuickTime.qts                cook.so*      iccvid.dll    mi-sc4.acm    rt32dcmp.dll    vid_cyuv.xa*  wmadmod.dll
QuickTimeEssentials.qtx      cook.so.6.0*  icmw_32.dll  mpg4c32.dll  scg726.acm      vid_h261.xa*  wmsdmod.dll
QuickTimeInternetExtras.qtx  ctadp32.acm  imaadp32.acm  mpg4ds32.ax  sipr.so.6.0*    vid_h263.xa*  wmspdmod.dll
README                      ddnt.so.6.0*  imc32.acm    msadp32.acm  sp5x_32.dll    vid_iv32.xa*  wmv8ds32.ax
VDODEC32.dll                divx.dll      ir32_32.dll  msg711.acm    tm20dec.ax      vid_iv41.xa*  wmv9dmod.dll
ViVD2.dll                    divx_c32.ax  ir41_32.dll  msgsm32.acm  tokf.so.6.0*    vid_iv50.xa*  wmvadvd.dll
acelpdec.ax                  divxa32.acm  ir50_32.dll  msh261.drv    tokr.so.6.0*    vivog723.acm  wmvdmod.dll
alf2cd.acm                  divxc32.dll  ivvideo.dll  msms001.vwp  tsccvid.dll    voxmsdec.ax  wmvds32.ax
aslcodec_dshow.dll          divxdec.ax    jp2avi.dll    msnaudio.acm  tsd32.dll      vp31vfw.dll  wnvplay1.dll
aslcodec_vfw.dll            dnet.so.6.0*  l3codeca.acm  msrle32.dll  tssoft32.acm    vp4vfw.dll    wnvwinx.dll


Tuttle 03-13-2005 07:35 AM

The only thing I see is a hardware problem then. It might help to list the dvds which don't work here, If anyone posts here saying that the same dvd works on their system then I would have to assume that your hardware (or a driver) is playing up.
Try moving the dvd to another location ie. from hdc to hdd (change it from master to slave) and see if it makes any difference.

perfect_circle 03-13-2005 07:49 AM

Quote:

Originally posted by Adrohak
I just read in the 'Playing DVD and Videos' guide on here that if DMA mode is not on, I may get stuttering in playback. I don't get that problem with the few DVDs that work, but I decided to check to see if DMA mode was on anyway.

Code:

[slackbox ~] su -l
Password:
[slackbox:root /home/cowboy] file /dev/dvd
/dev/dvd: symbolic link to `/dev/scd0'
[slackbox:root /home/cowboy] /sbin/hdparm -d1 /dev/scd0

/dev/scd0:
 setting using_dma to 1 (on)
 HDIO_SET_DMA failed: Invalid argument

Could this be contributing to my DVDs not playing?

You are probably using ide to scsi emulation.(correct?) To enable dma you use the hdparm to the hdx device that would be assigned to the dvd if you didn't use the scsi emulation. So instead of doing
/sbin/hdparm -d1 /dev/scd0
do /sbin/hdparm -d1 /dev/hdx x=1,2,3,4 (probably 2 or 3)

SO although my dvd is scd0 or sr0 (if you do ls -la to both, you'll see it's the same device file):
Code:

skalkoto@darkstar:~$ ls -la /dev/sr0 /dev/scd0
brw-rw----  1 root cdrom 11, 0 1994-07-18 19:06 /dev/scd0
brw-rw-rw-  1 root cdrom 11, 0 1999-04-13 07:24 /dev/sr0

they have the same major,minor (11,0) device number so they are the same, in order to tweak the option though hdparm, I do it to hdc .


I don't know for slack 9.1 but in slack 10 and 10.1 DMA is set by default. I doubt if this is the problem. do sbin/hdparm /dev/hdx x=1,2,3,4.
Code:

root@darkstar:/home/skalkoto# hdparm /dev/hdc

/dev/hdc:
 IO_support  =  1 (32-bit)
 unmaskirq    =  1 (on)
 using_dma    =  1 (on)
 keepsettings =  0 (off)
 readonly    =  0 (off)
 BLKRAGET failed: Invalid argument
 HDIO_GETGEO failed: Invalid argument
root@darkstar:/home/skalkoto#


Adrohak 03-13-2005 08:11 AM

Quote:

Originally posted by Tuttle
The only thing I see is a hardware problem then. It might help to list the dvds which don't work here, If anyone posts here saying that the same dvd works on their system then I would have to assume that your hardware (or a driver) is playing up.
Try moving the dvd to another location ie. from hdc to hdd (change it from master to slave) and see if it makes any difference.

Scarface (20th anniversary edition): the 'warning' chapter's key gets cracked; none of the others are cracked.
Analyze This (widescreen and fullscreen): completely fails.
Analyze That (fullscreen): completely fails.
Copycat (widescreen and fullscreen): completely fails.
Fight Club: 'warning' chapters get cracked, lead-in to the DVD menu gets cracked; all else fails.
American History X: 'warning' works, all else fails.
The Matrix: completely fails.

I'll post more results later.

Adrohak 03-13-2005 11:23 AM

I was testing some of my other DVDs. Every DVD in The Godfather's boxed set returns this:
Code:

[slackbox ~] xine dvd:/
This is xine (X11 gui) - a free video player v0.99.3.
(c) 2000-2004 The xine Team.
libdvdread: Using libdvdcss version 1.2.8 for DVD access

*** libdvdread: CHECK_VALUE failed in ifo_read.c:1522 ***
*** for info_length % sizeof(uint32_t) == 0 ***

What does this mean?

Anyway, here's some more on the list:
Road to Perdition (widescreen): complete fail.
Once Upon A Time In America (both DVDs): complete fail.
Matrix Reloaded: first DVD, complete fail; second DVD returned same as Godfather DVDs.
Matrix Revolutions (both DVDs): complete fail.
Queen of the Damned: complete fail.
Sleepers (widescreen, both sides): complete fail.
28 Days Later (widescreen): 'warning' loads, rest of the keys fail, then returns same as Godfather DVDs.

I know I've rented DVDs that have worked on here, but apparently none of the DVDs I own work in it.

Adrohak 03-13-2005 11:49 AM

I've just resolved that it is _not_ a hardware problem. I set up the VLC media player on an old Windows box and set up the DVD drive on it and it played DVDs without a problem.

What, then, is the problem with my Linux setup?

95se 03-13-2005 01:13 PM

I've played a few of those movies on my box before, no problem. It could be a hardware issue, but MS Windows has addressed and fixed it already. I really have no idea what is wrong, but here are some things I would try:
- install an older version of libdvdcss, see if there is any difference
- borrow a friends DVD-Rom Drive and see if it works

Adrohak 03-13-2005 01:20 PM

Same problems after a libdvdcss downgrade to 1.2.7.
And 1.2.6.
And 1.2.5.

:\

Adrohak 03-13-2005 01:31 PM

I figured I would try running the VLC media player in Cedega.

No luck there either.

Tuttle 03-13-2005 01:41 PM

Which brings us back to the /dev/scd* issue mentioned by perfect_circle. Which kernel are you using? Have you tried udev at all? Playing with your kernel setup may help to diagnose the problem...

Adrohak 03-13-2005 01:49 PM

I'm using the Slackware 10.0 default, 2.4.26. *shame*

perfect_circle 03-13-2005 02:07 PM

Quote:

Originally posted by Adrohak
I'm using the Slackware 10.0 default, 2.4.26. *shame*
What is the error you get well you try to play the dvd?

Adrohak 03-13-2005 02:11 PM

Quote:

Originally posted by perfect_circle
What is the error you get well you try to play the dvd?
Code:

[slackbox ~] xine dvd:/
This is xine (X11 gui) - a free video player v0.99.3.
(c) 2000-2004 The xine Team.
libdvdread: Using libdvdcss version 1.2.8 for DVD access

libdvdread: Attempting to retrieve all CSS keys
libdvdread: This can take a _long_ time, please be patient

libdvdread: Get key for /VIDEO_TS/VIDEO_TS.VOB at 0x0000013a
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_0.VOB at 0x000028a0
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_01_0.VOB (0x000028a0)
libdvdread: Elapsed time 3
libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x00004eb2
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_01_1.VOB (0x00004eb2)!!
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_02_0.VOB at 0x002fc78b
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_02_0.VOB (0x002fc78b)
libdvdread: Elapsed time 1
libdvdread: Get key for /VIDEO_TS/VTS_02_1.VOB at 0x002fc78f
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_02_1.VOB (0x002fc78f)!!
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_03_0.VOB at 0x0031366a
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_03_0.VOB (0x0031366a)
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_03_1.VOB at 0x0031366e
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_03_1.VOB (0x0031366e)!!
libdvdread: Elapsed time 0
libdvdread: Found 3 VTS's
libdvdread: Elapsed time 4

Along the lines of this for all of them.

perfect_circle 03-13-2005 02:30 PM

I've seen this. I mean does it pop-up a window telling you unable to play, does it play but the picture is bad?

Adrohak 03-13-2005 02:38 PM

In the case of that DVD (American History X), it will play the lead-in warning for the DVD, then a window pops up that reads:
Code:

The source can't be read.
Maybe you don't have enough rights for this,
or source doesn't contain data (e.g: not disc
in drive). (Error reading NAV packet.)


audibel 03-13-2005 03:23 PM

Just a shot in the dark here, but try gmplayer (or mplayer for non gui) -codecs-file /usr/local/lib/codecs/*

Adrohak 03-13-2005 03:27 PM

Running "mplayer -codecs-file /usr/local/lib/codecs/*" made MPlayer attempt to play each of the codecs.

Code:

[slackbox ~] man mplayer | grep codecs-file
[slackbox ~]

:\

Adrohak 03-14-2005 05:48 PM

Anyone have an idea?

Ateo 07-11-2005 10:42 PM

upgrade to libdvdcss 1.2.9. Copy v 1.2.8's ebuild into overlay, rename it to 1.2.9 and emerge that. That's the only thing that worked for me...

adrighem 09-03-2006 04:24 AM

Region settings
 
I've run into this problem just now and found out that the problem is that the DVD drive might not have a region setting. I just bought a new laptop and never booted into windows. I guess that's the cause for me that I get this error.

The solution is equally simple. Use regionset to set the region on the DVD drive (apt-get install regionset dor debian/).

node 01-05-2007 12:38 PM

I have the same problem with my FarScape DVD's. Granted their are odly encoded, some having only titles, 72 at that. Some files do play just fine in both oogle, vlc, mplayer etc.

however since the last version of libdvdread is from even before this thread, and it really is libdvdread's fault (errors cracking CSS encryption) this is where to look for problems.

Since I haven't solved this one myselfsome (on 2 systems with 2 dvd players/burners) and no go.

Just giving this thread a bump since it's now 2007 and still got the problem :)

digi691 02-05-2007 08:27 PM

I also have the same problem but what is odd is that it pertains to .iso files. Some work fine other do not with the same error "Invalid IFO for Title **."

Sam Hardwick 05-09-2007 05:56 PM

Instance of definite hardware problem
 
I'm getting the exact same errors but with only one drive. I have a new LG lightscribe drive refusing to play dvds that an older LG happily plays. I just ran regionset, it didn't help. Very odd. Some keys get found, but some don't:

libdvdread: Get key for /VIDEO_TS/VIDEO_TS.VOB at 0x00000132
libdvdread: Elapsed time 2
libdvdread: Get key for /VIDEO_TS/VTS_01_0.VOB at 0x00008fd6
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_01_0.VOB (0x00008fd6)
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x00008fdb
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_01_1.VOB (0x00008fdb)!!
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_02_0.VOB at 0x00009036
libdvdread: Elapsed time 0

With libdvdcss 1.2.9.

edit: Huh. I read some other forums and someone had solved this problem by changing the video driver used to xshm. I have *no* idea why this works, but it does for me as well.

edit2: With that driver the performance was terrible, so in disgust I changed it back. And now it works with the same configuration I previously had, or so it would seem. Confusion but success.

lazlow 05-09-2007 06:07 PM

Check for a firmware upgrade for the newer drive. When I got my lg I had a lot of problems with it until I found the upgrade. Not a problem since. LG's website leaves a lot to be desired. I just did a google search on the model and firmware.

Sam Hardwick 05-10-2007 05:52 AM

You upgraded the firmware with GNU/Linux? How? I only found win32 installers.

lazlow 05-10-2007 09:53 AM

Usually they have a dos version. I went and got a cd bootable dos image (www.freedos.org). Then booted to the cd and installed the firmware update. I do my bios updates the same way.


All times are GMT -5. The time now is 03:13 AM.