Results 1 to 4 of 4
I am currently running a 2.4.27 based kernel (Debian/GNU) that I optimized for a particular PC104+ board with a Transmeta Crusoe chip in it. In my 'dmesg' I get the ...
- 06-03-2005 #1Just Joined!
- Join Date
- May 2005
- Location
- Maryland, USA
- Posts
- 32
Possible DMA error when mounting hda
I am currently running a 2.4.27 based kernel (Debian/GNU) that I optimized for a particular PC104+ board with a Transmeta Crusoe chip in it. In my 'dmesg' I get the following errors when it appears to try to load a DMA driver:
hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hda: dma_intr: status=0x84 { DriveStatusError BadCRC }
...
it continues and resets ide0 a couple times until it finally skips and moves on with the boot. It finishes successfully, but I want to figure out why the errors occurred and possibly remove them.
Thanks!
- 06-03-2005 #2
Some possibilities:
- the DMA speed is too high, you can correct it with hdparm
- your flatcable is not properlly connected or broken
- your drive could be dying.
So make a backup. See if setting the DMA mode 1 step lower helps. If not check the cable and connection. If that does not help buy a new drive
I\'m so tired .....
#200472
- 06-04-2005 #3Just Joined!
- Join Date
- May 2005
- Location
- Maryland, USA
- Posts
- 32
Is this DMA mode 1 change in hdparm? I've never fiddled with that before. I'm pretty sure the drive is ok, but I will check. Thanks for the help!
- 06-04-2005 #4See man hdparm option -X for a detailed description of this optionCode:
hdparm -X [mode] /dev/hda
I\'m so tired .....
#200472


Reply With Quote
