Timo Railo wrote:
> Thanks Benedict,
> 
> this is what happened (also tried just -d1).
> 
> hdparm -d 1 -c 1 /dev/hda
> 
> /dev/hda:
>   setting 32-bit IO_support flag to 1
>   setting using_dma to 1 (on)
>   HDIO_SET_DMA failed: Operation not permitted
>   IO_support   =  1 (32-bit)
>   using_dma    =  0 (off)
> 
> Man this is tough...
> 
> Timo

I had this happen once too. The reason was that i didn't compile
the correct motherboard chipset in. Because of that, i also couldn't
do a "hdparm -d 1"
After i recompiled my kernel with the correct chipset support,
all things worked ok.
Use lspci to find out about your motherboard and  the chipset it
uses, then compile it in (not as a module).
You'll also need to set:
  CONFIG_BLK_DEV_IDEDMA_PCI=y
  CONFIG_BLK_DEV_IDEDMA=y
And, in my case, i needed 
  CONFIG_BLK_DEV_PIIX 
But this last line will be different unless you have a PII.

Regards,
Benedict



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to