Hello
I have double checked my kernel configs and I have the right drivers compiled in for my IDE chipset.
However I am unable to turn dma on,which is causing me as few performance issues etc.
when I do hdparm -d1 /dev/hdb i get
Code:
/dev/hdb:
setting using_dma to 1 (on)
HDIO_SET_DMA failed: Operation not permitted
using_dma = 0 (off)
I also have tried parsing
ide-scsi ide0=dma ide1=dma to the kernel at boot time via grub because i thought i read somehwere that you can't activate dma to a mounted device ??
anyway it didn't work.
You help is much appreciated as ever.