[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] hdparm fails setting DMA
- Subject: [ale] hdparm fails setting DMA
- From: lunz at falooley.org (Jason Lunz)
- Date: Sun, 16 Jul 2006 14:54:55 +0000 (UTC)
- References: <[email protected]>
dcorbin at machturtle.com said:
> Can suggest how to get around this problem?
>
> ----cut----
> trombone dcorbin # hdparm -d1 /dev/hda
>
> /dev/hda:
> setting using_dma to 1 (on)
> HDIO_SET_DMA failed: Operation not permitted
> using_dma = 0 (off)
this probably means the ide driver doesn't support that. Maybe you're
using the wrong one? What are the detection messages printed in dmesg at
boot?
It's generally not necessary to manually enable ide dma. The driver will
do that if it's supported. not always, but usually.
Jason