linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* CDROM stop's working 15mins after being mounted
@ 2001-12-26  8:42 Robert Jameson
  2001-12-26  9:22 ` Davidovac Zoran
  0 siblings, 1 reply; 4+ messages in thread
From: Robert Jameson @ 2001-12-26  8:42 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 373 bytes --]

Hi, I recently noticed with 2.4.17 using scsi cdrom emulation my cdrom stop's functioning after monunting it, (and reading from it). I think hafta umount and remount it, I didnt see these problems with 2.4.16, has anyone else had this problem?
-- 

I'm praying for rain and I'm praying for tidal waves I wanna see the ground give way. 
I wanna watch it all go down - tool.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: CDROM stop's working 15mins after being mounted
  2001-12-26  8:42 CDROM stop's working 15mins after being mounted Robert Jameson
@ 2001-12-26  9:22 ` Davidovac Zoran
  2001-12-26  9:50   ` Athanasius
  0 siblings, 1 reply; 4+ messages in thread
From: Davidovac Zoran @ 2001-12-26  9:22 UTC (permalink / raw)
  To: Robert Jameson; +Cc: linux-kernel

On Wed, 26 Dec 2001, Robert Jameson wrote:

> Hi, I recently noticed with 2.4.17 using scsi cdrom emulation my cdrom stop's functioning after monunting it, (and reading from it). I think hafta umount and remount it, I didnt see these problems with 2.4.16, has anyone else had this problem?
> --

I have no problem with  using scsi cdrom emulation ,
using teac 58E RW and ide-scsi emulation.

Only problem I found is when writing TOC (within cdrecord)
I have to wait until it finished (I cannot even change console)
to be more strange, I have that problem only at work
PIII 500Mhz with TEAC 58E but on
PII 633Mhz with TEAC 54E and PPRO 200Mhz with TEAC 58E I haven't
that problem. Note that was for 2.4.14-17

With kernel 2.2.19 there is no such behaviur.


Regards,

 Zoran


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

* Re: CDROM stop's working 15mins after being mounted
  2001-12-26  9:22 ` Davidovac Zoran
@ 2001-12-26  9:50   ` Athanasius
  2001-12-26 14:50     ` Alan Cox
  0 siblings, 1 reply; 4+ messages in thread
From: Athanasius @ 2001-12-26  9:50 UTC (permalink / raw)
  To: linux-kernel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 1767 bytes --]

On Wed, Dec 26, 2001 at 10:22:28AM +0100, Davidovac Zoran wrote:
> I have no problem with  using scsi cdrom emulation ,
> using teac 58E RW and ide-scsi emulation.

   Mitsumi CR-4804TE here, also no problems with 2.4.15 (with the second
cut of Viro's iput() patch, more or less making it 2.4.16), and a few other
'random' 2.4.x's, 2.4.13 and .14 spring to mind.

> Only problem I found is when writing TOC (within cdrecord)
> I have to wait until it finished (I cannot even change console)

   Ah, I'm not the only one seeing this then.  During the 'fixating'
stage of burning I see what you describe.  I THINK it's more to do with
it hogging the bus (for whatever reason), and nothing being able to be
swapped in.  Could be a total interrupt hog?

> to be more strange, I have that problem only at work
> PIII 500Mhz with TEAC 58E but on
> PII 633Mhz with TEAC 54E and PPRO 200Mhz with TEAC 58E I haven't
> that problem. Note that was for 2.4.14-17

   PII-400 here, on:

	Gigabyte 686BX motherboard (IDE interface: Intel Corp. 82371AB
	PIIX4 IDE (rev 01)) ->
	http://www.gigabyte.com.tw/products/ga686bx.htm

	the aforementioned Mitsumi CR-4804TE CD-R/RW on hdb (my actual
	system is on hda, only a pure data drive is on hdc, no hdd)

	Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jörg
	Schilling

> With kernel 2.2.19 there is no such behaviur.

   I don't recall this with the various 2.2.x kernels I ran until
switching to 2.4.8 either.

-Ath
-- 
- Athanasius = Athanasius(at)gurus.tf / http://www.clan-lovely.org/~athan/
                  Finger athan(at)fysh.org for PGP key
	   "And it's me who is my enemy. Me who beats me up.
Me who makes the monsters. Me who strips my confidence." Paula Cole - ME

[-- Attachment #2: Type: application/pgp-signature, Size: 240 bytes --]

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

* Re: CDROM stop's working 15mins after being mounted
  2001-12-26  9:50   ` Athanasius
@ 2001-12-26 14:50     ` Alan Cox
  0 siblings, 0 replies; 4+ messages in thread
From: Alan Cox @ 2001-12-26 14:50 UTC (permalink / raw)
  To: Athanasius; +Cc: linux-kernel

> > Only problem I found is when writing TOC (within cdrecord)
> > I have to wait until it finished (I cannot even change console)
> 
>    Ah, I'm not the only one seeing this then.  During the 'fixating'
> stage of burning I see what you describe.  I THINK it's more to do with
> it hogging the bus (for whatever reason), and nothing being able to be
> swapped in.  Could be a total interrupt hog?

The drive doesn't disconnect so it does indeed hog the entire bus. However
for non-X11 consoles a console change doesn't need data off the machine so
it doesnt really explain why that would also fail.

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

end of thread, other threads:[~2001-12-26 14:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-26  8:42 CDROM stop's working 15mins after being mounted Robert Jameson
2001-12-26  9:22 ` Davidovac Zoran
2001-12-26  9:50   ` Athanasius
2001-12-26 14:50     ` Alan Cox

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).