public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* CD-ripping using ioctl() does not work when DMA is disabled (ide-cd)
@ 2004-08-30 19:48 Johan Billing
  2004-09-01 14:30 ` Peter Jones
  0 siblings, 1 reply; 2+ messages in thread
From: Johan Billing @ 2004-08-30 19:48 UTC (permalink / raw)
  To: linux-kernel

In kernel 2.6.8, my old TEAC CD-532E-A CD-ROM is blacklisted and DMA is 
automatically disabled. When I try to rip an audio CD using cdparanoia, 
all I get is a silent wav file full of zeroes. I know that there was 
some discussions about this on the list during the summer in conjunction 
with the "dropping to single frame DMA" issue, but I think I have some 
new information to add...

I investigated the cdparanoia source a bit and was able to pinpoint the 
problem a bit more. cdparanoia uses the ioctl() interface with 
CDROMREADAUDIO to read data from the CD and normally tries to read 6 or 
8 frames at a time. The problem is that only the first read frame 
contains valid data, the others are blank and only contain zeroes. If I 
disable error correction and only read one frame at a time ("cdparanoia 
-n1 -Z") it seems to work fine. If I defy the blacklist and turn DMA on 
using "hdparm -d1", cdparanoia can read multiple frames without any 
problems.

So in conclusion, this seems to be a problem that only occurs when 
reading multiple frames using ioctl() with DMA off. I hope that this 
will help find and fix the problem.

/Johan


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

end of thread, other threads:[~2004-09-01 14:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-30 19:48 CD-ripping using ioctl() does not work when DMA is disabled (ide-cd) Johan Billing
2004-09-01 14:30 ` Peter Jones

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