hda: dma_intr: status =0x51 { DriveReady SeekComplete Error }
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
hda: dma_intr: status =0x51 { DriveReady SeekComplete Error }
hda: dma_intr: status =0x51 { DriveReady SeekComplete Error }
hda: dma_intr: status =0x84 { DriveStatus Error Bad CRC }
I get this error 3 times and after this
hdb: DMA disabled
What is the problem and how can I fix it. I get this message when the kernel boots.
Distribution: RH 6.2, Gen2, Knoppix, 98,2000 + various
Posts: 3,151
Rep:
your drive and controller aren't getting clean enough
signal for the dma speed the kernel is trying to run.
try a slower dma speed,
like hdparm -d1 -X67 /dev/hdb
you might need to slow down hda also to get it to work.
try hdparm -d1 -X67 /dev/hda /dev/hdb
then speed up each drive 1 spot until it messes up again. you'll find a happy medium.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.