Re: Slowing down CDROM drives (was: Re: ATAPI CDRW which doesn't work)

2001-02-11 Thread Jens Axboe
On Sun, Feb 11 2001, Alan Olsen wrote: > > It's no news that vendors only implement what they want to. New > > cd-r/w and dvd drives are not required to implement this command, > > so it may not work there either. > > Take a look at the code for cdparanoia or one of the other MP3 ripping > progra

Re: Slowing down CDROM drives (was: Re: ATAPI CDRW which doesn't work)

2001-02-11 Thread Rogerio Brito
On Feb 10 2001, Pavel Machek wrote: > Hi! > > > ioctl(cd_fd, CDROM_SELECT_SPEED, speed); > > Does this actually work? I helped my friend with partly broken cdrom > (worked only at low speeds) and it did not have much effect. It did > not make my cdrom quiet, either, AFAI can remember.

Re: Slowing down CDROM drives (was: Re: ATAPI CDRW which doesn't work)

2001-02-11 Thread Jens Axboe
On Sat, Feb 10 2001, Pavel Machek wrote: > > ioctl(cd_fd, CDROM_SELECT_SPEED, speed); > > Does this actually work? I helped my friend with partly broken cdrom > (worked only at low speeds) and it did not have much effect. It did > not make my cdrom quiet, either, AFAI can remember. It's no n

Re: Slowing down CDROM drives (was: Re: ATAPI CDRW which doesn't work)

2001-02-11 Thread Pavel Machek
Hi! > > Well, this has nothing to do with the above, but is there any > > utility or /proc entry that lets me say to my CD drive that it > > should not work at full speed? > > > > Basically, some drives make way too much noise when they're > > operating at full speed. When I'

Re: Slowing down CDROM drives (was: Re: ATAPI CDRW which doesn't work)

2001-02-05 Thread Rogerio Brito
On Feb 05 2001, Jens Axboe wrote: > ioctl(cd_fd, CDROM_SELECT_SPEED, speed); I'd like to thank everybody that replied either on the list and privately. I didn't know that I could just use the /proc entries to change the IDE driver speed with a simple: echo c

Re: Slowing down CDROM drives (was: Re: ATAPI CDRW which doesn't work)

2001-02-05 Thread Jens Axboe
On Mon, Feb 05 2001, Guest section DW wrote: > I missed the original post, but there is a mount flag "-o speed=" > for precisely this purpose. Hah, this I did not know. Checking the util-linux source, it might be a really good idea to not about if setting the speed fails. This will happen quite o

Re: Slowing down CDROM drives (was: Re: ATAPI CDRW which doesn't work)

2001-02-05 Thread Guest section DW
> On Mon, Feb 05, 2001 at 01:34:24AM -0200, Rogerio Brito wrote: > > Well, this has nothing to do with the above, but is there any > > utility or /proc entry that lets me say to my CD drive that it > > should not work at full speed? I missed the original post, but there is a mount fl

Re: Slowing down CDROM drives (was: Re: ATAPI CDRW which doesn't work)

2001-02-05 Thread Jens Axboe
On Mon, Feb 05 2001, Rogerio Brito wrote: > Well, this has nothing to do with the above, but is there any > utility or /proc entry that lets me say to my CD drive that it > should not work at full speed? > > Basically, some drives make way too much noise when they're >

Re: Slowing down CDROM drives (was: Re: ATAPI CDRW which doesn't work)

2001-02-05 Thread Ingo Oeser
On Mon, Feb 05, 2001 at 01:34:24AM -0200, Rogerio Brito wrote: > Well, this has nothing to do with the above, but is there any > utility or /proc entry that lets me say to my CD drive that it > should not work at full speed? /proc/ide/hdX/settings ? The (current,init)_speed sett

Slowing down CDROM drives (was: Re: ATAPI CDRW which doesn't work)

2001-02-04 Thread Rogerio Brito
On Feb 05 2001, Jens Axboe wrote: > On Sat, Feb 03 2001, [EMAIL PROTECTED] wrote: > > Feb 3 22:08:25 Line kernel: hdb: irq timeout: status=0xd0 { Busy } > > Feb 3 22:08:25 Line kernel: hdb: DMA disabled > > Feb 3 22:08:55 Line kernel: hdb: ATAPI reset timed-out, status=0x90 > > Feb 3 22:08:55

Re: ATAPI CDRW which doesn't work

2001-02-04 Thread Jens Axboe
On Sat, Feb 03 2001, [EMAIL PROTECTED] wrote: > Feb 3 22:08:25 Line kernel: hdb: irq timeout: status=0xd0 { Busy } > Feb 3 22:08:25 Line kernel: hdb: DMA disabled > Feb 3 22:08:55 Line kernel: hdb: ATAPI reset timed-out, status=0x90 > Feb 3 22:08:55 Line kernel: hda: DMA disabled Try disablin

Re: AW: ATAPI CDRW which doesn't work -> devfs problems

2001-02-04 Thread Douglas Gilbert
Friedrich Lindenberg wrote: > I was trying to burn cds under linux-2.4.1 with > devFS enabled. But x-cd-roast (and also cdrecord) > do not find any scsi drives. I guess they have been > renamed or something like that, I cannot find them > in /dev, nor anywhere in /dev/scsi ... xcdroast expects

Re: ATAPI CDRW which doesn't work

2001-02-04 Thread patrick . mourlhon
> > I've got those kind of message now : > > > > Feb 4 07:18:35 Line kernel: scsi : aborting command due to timeout : pid 0, >scsi0, channel 0, id 0, lun 0 Read (10) 00 00 00 00 2e 00 00 01 00 > > If this is a correct ISO9660 cd you should not see those > messages. It is either hardware prob

Re: ATAPI CDRW which doesn't work

2001-02-04 Thread Marko Kreen
On Sun, Feb 04, 2001 at 11:16:16AM +0100, Joachim 'roh' Steiger wrote: > On Sun, 4 Feb 2001, Marko Kreen wrote: > > Compile in options 'SCSI generic', 'SCSI cdrom and 'SCSI > > emulation support' then add 'hdb=scsi' to kernel parameters. > is there someone working on direct support for Atapi-cdrw

AW: ATAPI CDRW which doesn't work -> devfs problems part2

2001-02-04 Thread Friedrich Lindenberg
-Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von Friedrich Lindenberg Gesendet: Sonntag, 4. Februar 2001 11:36 An: [EMAIL PROTECTED] Betreff: AW: ATAPI CDRW which doesn't work -> devfs problems Hi I was trying to burn cds under lin

AW: ATAPI CDRW which doesn't work -> devfs problems

2001-02-04 Thread Friedrich Lindenberg
Hi I was trying to burn cds under linux-2.4.1 with devFS enabled. But x-cd-roast (and also cdrecord) do not find any scsi drives. I guess they have been renamed or something like that, I cannot find them in /dev, nor anywhere in /dev/scsi ... Oh, and could anybody tell me, how I stop RH7

Re: ATAPI CDRW which doesn't work

2001-02-04 Thread Joachim 'roh' Steiger
On Sun, 4 Feb 2001, Marko Kreen wrote: > On Sat, Feb 03, 2001 at 11:05:44PM +0100, [EMAIL PROTECTED] wrote: > Compile in options 'SCSI generic', 'SCSI cdrom and 'SCSI > emulation support' then add 'hdb=scsi' to kernel parameters. is there someone working on direct support for Atapi-cdrw this time

Re: ATAPI CDRW which doesn't work

2001-02-03 Thread patrick . mourlhon
Be happy, it was not that simple. ;-) On Sat, 03 Feb 2001, Bob_Tracy wrote: > [EMAIL PROTECTED] wrote: > > mount atapi cd writer outpu > > > > Line:/mnt/home/pmo# mount /dev/hdb /cdrom > > /dev/hdb: Input/output error > > mount: block device /dev/hdb is write-protected, mounting read-only >

Re: ATAPI CDRW which doesn't work

2001-02-03 Thread patrick . mourlhon
You were my best hope, cause i did something similar for a Hp 720c on parallel port, and it worked. I did excatly what you've just said. But the whole thing still doesn't work properly. I finally could mount the device, then read the first root directory. But couldn't get more... always got what

Re: ATAPI CDRW which doesn't work

2001-02-03 Thread Marko Kreen
On Sat, Feb 03, 2001 at 11:05:44PM +0100, [EMAIL PROTECTED] wrote: > Hi, > > I've never could make this CDRW ATAPI to work, if someone could > provide me any clue about the baby. I just said that people on the > kernel mailing list may care of its but. It looks like the baby didn't > even noticed

ATAPI CDRW which doesn't work

2001-02-03 Thread patrick . mourlhon
Hi, I've never could make this CDRW ATAPI to work, if someone could provide me any clue about the baby. I just said that people on the kernel mailing list may care of its but. It looks like the baby didn't even noticed. ;-) kernel is 2.4.1, but never worked even before this release. Never mainta