All of lore.kernel.org
 help / color / mirror / Atom feed
* VCD/XA files not reading
@ 2001-12-30  8:51 Grahame Jordan
  2001-12-30 10:19 ` Alan Cox
  0 siblings, 1 reply; 2+ messages in thread
From: Grahame Jordan @ 2001-12-30  8:51 UTC (permalink / raw)
  To: linux-kernel

Hi,

I have a video cd that mounts OK and reads the smaller files, but when I
try to read the mpeg file (avseq01.dat) it fails.  There seems to be
support for XA in include/linux/cdrom.h but it's not working for me.  I
downloaded the same file to my HDD and it works fine.

Kernel 2.4.16
CDROM: Pioneer DVD-116


When using:
cp avseq01.dat /var/tmp
cp: reading `avseq01.dat': Input/output error


dmesg gives:

hdc: command error: status=0x51 { DriveReady SeekComplete Error }
hdc: command error: error=0x50
end_request: I/O error, dev 16:00 (hdc), sector 1920
hdc: command error: status=0x51 { DriveReady SeekComplete Error }
hdc: command error: error=0x50
end_request: I/O error, dev 16:00 (hdc), sector 1924
hdc: command error: status=0x51 { DriveReady SeekComplete Error }
hdc: command error: error=0x50
end_request: I/O error, dev 16:00 (hdc), sector 1928
hdc: command error: status=0x51 { DriveReady SeekComplete Error }
hdc: command error: error=0x50
end_request: I/O error, dev 16:00 (hdc), sector 1932
hdc: command error: status=0x51 { DriveReady SeekComplete Error }
hdc: command error: error=0x50
end_request: I/O error, dev 16:00 (hdc), sector 1936
hdc: command error: status=0x51 { DriveReady SeekComplete Error }
hdc: command error: error=0x50
end_request: I/O error, dev 16:00 (hdc), sector 1940
hdc: command error: status=0x51 { DriveReady SeekComplete Error }
hdc: command error: error=0x50
end_request: I/O error, dev 16:00 (hdc), sector 1944
hdc: command error: status=0x51 { DriveReady SeekComplete Error }
hdc: command error: error=0x50
end_request: I/O error, dev 16:00 (hdc), sector 1948


Thanks

-- 
Grahame Jordan
TheForce


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: VCD/XA files not reading
  2001-12-30  8:51 VCD/XA files not reading Grahame Jordan
@ 2001-12-30 10:19 ` Alan Cox
  0 siblings, 0 replies; 2+ messages in thread
From: Alan Cox @ 2001-12-30 10:19 UTC (permalink / raw)
  To: Grahame Jordan; +Cc: linux-kernel

> try to read the mpeg file (avseq01.dat) it fails.  There seems to be
> support for XA in include/linux/cdrom.h but it's not working for me.  I
> downloaded the same file to my HDD and it works fine.

XA sectors aren't supported by the base ISOfs code. The ioctl interface
lets you read these sectors and play videocd but you'll have to do the hard
work in user space.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-12-30 10:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-30  8:51 VCD/XA files not reading Grahame Jordan
2001-12-30 10:19 ` Alan Cox

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.