On 12/01/02 at 05:35 AM Amit spake thusly:

>i am facing problem in trying to get my dma working
>i get the following error while trying to do so
>
>
># hdparm -d1X69 /dev/hdc
>
>/dev/hdc:
> setting using_dma to 1 (on)
> HDIO_SET_DMA failed: Operation not permitted
> setting xfermode to 69 (UltraDMA mode5)
> using_dma    =  0 (off)
>#

No need to compile a newer kernel. First do a hdparm -i /dev/hdc to check
what your disk is capable of. -X66 is for UDMA2, -X68 for UDMA4 and -X69 for
UDMA5. Does your disk support this?

Then just add what is necessary to /etc/rc.d/init.d/hdparm-settings.

like hdparm -d1 -X{whatever is applicable for you] /dev/hdc

--
rgds



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to