Re: DMA on CDWriter

2001-12-07 Thread Andrew Mike
--- David Aikema <[EMAIL PROTECTED]> wrote: > [root@david david]# hdparm -d /dev/hdd > /dev/hdd: No such file or directory In which case it's telling the simple truth that you don't have a /dev/hdd node? > > > > > here is a list of what I think are relevant > modules loaded on my machine > n

Re: DMA on CDWriter

2001-11-23 Thread Mike Andrew
On Fri, 23 Nov 2001 12:10, David Aikema wrote: > Nothing like that will work as the drive is seen as scsi > > eg. with my ide burner... which without scsi emulation would be seen as > /dev/hdd This threw me so I tried out hdparm -d /dev/hdd #get dma setting and hdparm -d 1 /dev/hdd #set dma

Re: DMA on CDWriter

2001-11-23 Thread Guy Van Sanden
this in an article, and I can't write above 12X on my writer, it seems the drive receives insufficient data to sustain the write, while the 20MB buffer in memory is 100% full). Thanks Guy On Thu, 22 Nov 2001 21:26:24 -0800 (PST) Net Llama <[EMAIL PROTECTED]> wrote regarding Re: DMA

Re: DMA on CDWriter

2001-11-22 Thread David Aikema
On Thursday 22 November 2001 09:26 pm, Net Llama wrote: > --- David Aikema <[EMAIL PROTECTED]> wrote: > > On Thursday 22 November 2001 11:14 am, Net Llama wrote: > > > > hdparm refuses because it sees a SCSI device. > > > > > > Why do you think that the drive can't write at 16X without DMA? > > >

Re: DMA on CDWriter

2001-11-22 Thread Net Llama
--- David Aikema <[EMAIL PROTECTED]> wrote: > On Thursday 22 November 2001 11:14 am, Net Llama wrote: > > > > hdparm refuses because it sees a SCSI device. > > > > Why do you think that the drive can't write at 16X without DMA? > > > > Have you looked at the man page for hdparm? I see a number

Re: DMA on CDWriter

2001-11-22 Thread David Aikema
On Thursday 22 November 2001 11:14 am, Net Llama wrote: > > hdparm refuses because it sees a SCSI device. > > Why do you think that the drive can't write at 16X without DMA? > > Have you looked at the man page for hdparm? I see a number of options > that may help, such as -E which sets a CDROM d

Re: DMA on CDWriter

2001-11-22 Thread Net Llama
--- Guy Van Sanden <[EMAIL PROTECTED]> wrote: > Hello > > How can I enable DMA on an IDE writer in Linux? > I need SCSI-emulation to use the writer, but that disables DMA. > > It seems that my 16X CDWriter cannot write at that speed without DMA. > It only > works at 12X, and uses up a lot of C

DMA on CDWriter

2001-11-22 Thread Guy Van Sanden
Hello How can I enable DMA on an IDE writer in Linux? I need SCSI-emulation to use the writer, but that disables DMA. It seems that my 16X CDWriter cannot write at that speed without DMA. It only works at 12X, and uses up a lot of CPU resources. Is there any way to switch DMA back on? hdparm re