public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* PROBLEM: cdrom doesnt work anymore with 2.4
@ 2000-12-12 13:17 Matthias Czapla
  2000-12-12 13:21 ` Chmouel Boudjnah
  2000-12-12 15:15 ` Guest section DW
  0 siblings, 2 replies; 4+ messages in thread
From: Matthias Czapla @ 2000-12-12 13:17 UTC (permalink / raw)
  To: linux-kernel

Hi.

I have a quite old cdrom drive, called Cyberdrive 240D. With linux 2.2.17
it worked with soemtimes odd behavior, but it worked.
With 2.4.0-test11 I can mount cdroms in it but if I want to access it (eg.
ls, cd...) I get messages like:
_isofs_bmap: block >= EOF (1096810496, 2048)
or 
_isofs_bmap: block < 0

However booting with 2.2.17 it works.
Here is info from ver_linux:

Linux st3 2.4.0-test11 #6 Die Dez 12 13:12:45 CET 2000 i686 unknown
Kernel modules         2.3.11
Gnu C                  2.95.2
Gnu Make               3.78.1
Binutils               2.9.5.0.37
Linux C Library        2.1.3
Dynamic linker         ldd: version 1.9.11
Procps                 2.0.6
Mount                  2.10f
Net-tools              2.05
Console-tools          0.2.3
Sh-utils               2.0
Modules Loaded         tvmixer soundcore msp3400 tuner bttv videodev i2c-algo-bit i2c-core 

I tried the cruft mountoption, without success. What else could I do, or is
there no hope for this old drive?
Thank you.

PS: It seems this is mailing-list. Im not subscribed to it.

-- 
schüss,
Matthias Czapla
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: PROBLEM: cdrom doesnt work anymore with 2.4
  2000-12-12 13:17 PROBLEM: cdrom doesnt work anymore with 2.4 Matthias Czapla
@ 2000-12-12 13:21 ` Chmouel Boudjnah
  2000-12-12 15:15 ` Guest section DW
  1 sibling, 0 replies; 4+ messages in thread
From: Chmouel Boudjnah @ 2000-12-12 13:21 UTC (permalink / raw)
  To: Matthias Czapla; +Cc: linux-kernel

Matthias Czapla <dermatsch@gmx.de> writes:

> Hi.
> 
> I have a quite old cdrom drive, called Cyberdrive 240D. With linux 2.2.17
> it worked with soemtimes odd behavior, but it worked.
> With 2.4.0-test11 I can mount cdroms in it but if I want to access it (eg.

if you use the kernel-rpm you report it about the kernel-rpm other
problem with development kernel go on the lkml.

-- 
MandrakeSoft Inc                     http://www.chmouel.org
                      --Chmouel
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: PROBLEM: cdrom doesnt work anymore with 2.4
  2000-12-12 13:17 PROBLEM: cdrom doesnt work anymore with 2.4 Matthias Czapla
  2000-12-12 13:21 ` Chmouel Boudjnah
@ 2000-12-12 15:15 ` Guest section DW
  2000-12-12 19:06   ` Matthias Czapla
  1 sibling, 1 reply; 4+ messages in thread
From: Guest section DW @ 2000-12-12 15:15 UTC (permalink / raw)
  To: Matthias Czapla, linux-kernel

On Tue, Dec 12, 2000 at 02:17:04PM +0100, Matthias Czapla wrote:

> I have a quite old cdrom drive, called Cyberdrive 240D. With linux 2.2.17
> it worked with soemtimes odd behavior, but it worked.
> With 2.4.0-test11 I can mount cdroms in it but if I want to access it (eg.
> ls, cd...) I get messages like:
> _isofs_bmap: block >= EOF (1096810496, 2048)
> or 
> _isofs_bmap: block < 0

Fixed in 2.4.0-test12.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: PROBLEM: cdrom doesnt work anymore with 2.4
  2000-12-12 15:15 ` Guest section DW
@ 2000-12-12 19:06   ` Matthias Czapla
  0 siblings, 0 replies; 4+ messages in thread
From: Matthias Czapla @ 2000-12-12 19:06 UTC (permalink / raw)
  To: Guest section DW; +Cc: linux-kernel

On Die, Dez 12, 2000 at 04:15:44 +0100, Guest section DW wrote:
> On Tue, Dec 12, 2000 at 02:17:04PM +0100, Matthias Czapla wrote:
> 
> > I have a quite old cdrom drive, called Cyberdrive 240D. With linux 2.2.17
> > it worked with soemtimes odd behavior, but it worked.
> > With 2.4.0-test11 I can mount cdroms in it but if I want to access it (eg.
> > ls, cd...) I get messages like:
> > _isofs_bmap: block >= EOF (1096810496, 2048)
> > or 
> > _isofs_bmap: block < 0
> 
> Fixed in 2.4.0-test12.
> 

Thanks. Its workign now :))

-- 
schüss,
Matthias Czapla
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

end of thread, other threads:[~2000-12-12 22:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-12-12 13:17 PROBLEM: cdrom doesnt work anymore with 2.4 Matthias Czapla
2000-12-12 13:21 ` Chmouel Boudjnah
2000-12-12 15:15 ` Guest section DW
2000-12-12 19:06   ` Matthias Czapla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox