linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* DVD Problem
@ 2001-03-04 13:24 Christian Hilgers
  2001-03-04 16:48 ` davidge
  0 siblings, 1 reply; 6+ messages in thread
From: Christian Hilgers @ 2001-03-04 13:24 UTC (permalink / raw)
  To: linux-kernel

Hi,

I'm trying to use the 2.4.1 Kernel but I have some troubles with my
ATAPI Matsushita UJDA510 DVD (Intel 82371AB/EP PCI Bus Master IDE
Controler).
It works perfekt with CD-Rom but when I try to read a ISO 9660 DVD I got
an error.

I can mount the DVD and I can list the complet content but I guess I
can't access any File behind 650 MB.

e.g.

mount /cdrom
$ cat /cdrom/blah/blah/INDEX
cat: INDEX.german: Input/output error

The kernel log
Mar  3 18:45:06 laptop kernel: VFS: Disk change detected on device
ide1(22,0)
Mar  3 18:45:10 laptop kernel: ISO 9660 Extensions: RRIP_1991A
Mar  3 18:46:05 laptop kernel: attempt to access beyond end of device
Mar  3 18:46:05 laptop kernel: 16:00: rw=0, want=2855480, limit=1052700

It also works well with a 2.2.14-SuSE Kernel.

Any hints.

Thanks
Christian


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

* Re: DVD Problem
  2001-03-04 13:24 DVD Problem Christian Hilgers
@ 2001-03-04 16:48 ` davidge
  2001-03-04 18:12   ` Christian Hilgers
       [not found]   ` <002d01c0a4e4$c9e2da00$0201a8c0@fmp>
  0 siblings, 2 replies; 6+ messages in thread
From: davidge @ 2001-03-04 16:48 UTC (permalink / raw)
  To: Christian Hilgers; +Cc: Linux kernel

On Sun, 4 Mar 2001, Christian Hilgers wrote:

So you need to compile the kernel with UDF support , which is the
filesystem used in DVDs. As you said, iso9660 works, but only for the
first 650 mb. And after it take a look at www.linuxvideo.org and
www.videolan.org.

> Hi,
> 
> I'm trying to use the 2.4.1 Kernel but I have some troubles with my
> ATAPI Matsushita UJDA510 DVD (Intel 82371AB/EP PCI Bus Master IDE
> Controler).
> It works perfekt with CD-Rom but when I try to read a ISO 9660 DVD I got
> an error.
> 
> I can mount the DVD and I can list the complet content but I guess I
> can't access any File behind 650 MB.
> 
> e.g.
> 
> mount /cdrom
> $ cat /cdrom/blah/blah/INDEX
> cat: INDEX.german: Input/output error
> 
> The kernel log
> Mar  3 18:45:06 laptop kernel: VFS: Disk change detected on device
> ide1(22,0)
> Mar  3 18:45:10 laptop kernel: ISO 9660 Extensions: RRIP_1991A
> Mar  3 18:46:05 laptop kernel: attempt to access beyond end of device
> Mar  3 18:46:05 laptop kernel: 16:00: rw=0, want=2855480, limit=1052700
> 
> It also works well with a 2.2.14-SuSE Kernel.
> 
> Any hints.
> 
> Thanks
> Christian
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 



David Gómez

"The question of whether computers can think is just like the question of
 whether submarines can swim." -- Edsger W. Dijkstra



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

* Re: DVD Problem
  2001-03-04 16:48 ` davidge
@ 2001-03-04 18:12   ` Christian Hilgers
       [not found]   ` <002d01c0a4e4$c9e2da00$0201a8c0@fmp>
  1 sibling, 0 replies; 6+ messages in thread
From: Christian Hilgers @ 2001-03-04 18:12 UTC (permalink / raw)
  To: Linux kernel; +Cc: davidge


Von: <davidge@jazzfree.com>
>

>On Sun, 4 Mar 2001, Christian Hilgers wrote:
>
>So you need to compile the kernel with UDF support , which is the
>filesystem used in DVDs. As you said, iso9660 works, but only for the
>first 650 mb. And after it take a look at www.linuxvideo.org and
>www.videolan.org.

UDF was the first I tried, but it didn't work.

Christian

>> Hi,
>>
>> I'm trying to use the 2.4.1 Kernel but I have some troubles with my
>> ATAPI Matsushita UJDA510 DVD (Intel 82371AB/EP PCI Bus Master IDE
>> Controler).
>> It works perfekt with CD-Rom but when I try to read a ISO 9660 DVD I
got
>> an error.
>>
>> I can mount the DVD and I can list the complet content but I guess I
>> can't access any File behind 650 MB.





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

* Re: DVD Problem
       [not found]   ` <002d01c0a4e4$c9e2da00$0201a8c0@fmp>
@ 2001-03-05 11:06     ` Christian Hilgers
  2001-03-05 12:22       ` Jens Axboe
  2001-03-05 13:35       ` Christian Hilgers
  0 siblings, 2 replies; 6+ messages in thread
From: Christian Hilgers @ 2001-03-05 11:06 UTC (permalink / raw)
  To: Markus Pfeiffer, davidge; +Cc: Linux kernel


Von: Markus Pfeiffer <profmakx@profmakx.de>
An: <davidge@jazzfree.com>; Christian Hilgers <webmaster@server-side.de>
Cc: Linux kernel <linux-kernel@vger.kernel.org>


>> On Sun, 4 Mar 2001, Christian Hilgers wrote:
>>
>> So you need to compile the kernel with UDF support , which is the
>> filesystem used in DVDs. As you said, iso9660 works, but only for the
>> first 650 mb. And after it take a look at www.linuxvideo.org and
>> www.videolan.org.
>
>Won´t work. UDF is a fs of its own. I think there´s something wrong
with ide
>(DVD or controller or BIOS ) which reports wrong device size ...

I tried Kernel 2.4.0, this one is also working fine. Than I used the
same .config for the 2.4.1 Kernel.
And the DVD did't work!!
Maybe a bug in the CD-Rom driver?
I think I will try the 2.4.2 Kernel.

Christian


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

* Re: DVD Problem
  2001-03-05 11:06     ` Christian Hilgers
@ 2001-03-05 12:22       ` Jens Axboe
  2001-03-05 13:35       ` Christian Hilgers
  1 sibling, 0 replies; 6+ messages in thread
From: Jens Axboe @ 2001-03-05 12:22 UTC (permalink / raw)
  To: Christian Hilgers; +Cc: Markus Pfeiffer, davidge, Linux kernel

On Mon, Mar 05 2001, Christian Hilgers wrote:
> I tried Kernel 2.4.0, this one is also working fine. Than I used the
> same .config for the 2.4.1 Kernel.
> And the DVD did't work!!
> Maybe a bug in the CD-Rom driver?
> I think I will try the 2.4.2 Kernel.

The bug has been fixed in 2.4.2

-- 
Jens Axboe


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

* Re: DVD Problem
  2001-03-05 11:06     ` Christian Hilgers
  2001-03-05 12:22       ` Jens Axboe
@ 2001-03-05 13:35       ` Christian Hilgers
  1 sibling, 0 replies; 6+ messages in thread
From: Christian Hilgers @ 2001-03-05 13:35 UTC (permalink / raw)
  To: Linux kernel


>>> So you need to compile the kernel with UDF support , which is the
>>> filesystem used in DVDs. As you said, iso9660 works, but only for
the
>>> first 650 mb. And after it take a look at www.linuxvideo.org and
>>> www.videolan.org.
>>
>>Won´t work. UDF is a fs of its own. I think there´s something wrong
>>with ide
>>(DVD or controller or BIOS ) which reports wrong device size ...
>
>I tried Kernel 2.4.0, this one is also working fine. Than I used the
>same .config for the 2.4.1 Kernel.
>And the DVD did't work!!
>Maybe a bug in the CD-Rom driver?
>I think I will try the 2.4.2 Kernel.

The problem seems to be fixed in 2.4.2.

Christian





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

end of thread, other threads:[~2001-03-05 13:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-04 13:24 DVD Problem Christian Hilgers
2001-03-04 16:48 ` davidge
2001-03-04 18:12   ` Christian Hilgers
     [not found]   ` <002d01c0a4e4$c9e2da00$0201a8c0@fmp>
2001-03-05 11:06     ` Christian Hilgers
2001-03-05 12:22       ` Jens Axboe
2001-03-05 13:35       ` Christian Hilgers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).