On Mon, May 13, 2002 at 03:57:46PM -0300, teste wrote: > Ola! > Como faço para ativar o DMA de um HD Seagate 30GB UDMA100. > já tentei o hdparm mas não deu certo, passei este comando e recebi o > seguinte: > isp:/bin# hdparm -X70 -d1 -u1 -m16 -c3 -k1 /dev/hda > > /dev/hda: > setting 32-bit I/O support flag to 3 > setting multcount to 16 > setting unmaskirq to 1 (on) > setting using_dma to 1 (on) > HDIO_SET_DMA failed: Operation not permitted
o seu kernel deve ter sido compilado com as opções de DMA. algumas delas são: CONFIG_BLK_DEV_IDEDMA_PCI=y CONFIG_BLK_DEV_ADMA=y CONFIG_BLK_DEV_OFFBOARD=y CONFIG_IDEDMA_PCI_AUTO=y CONFIG_BLK_DEV_IDEDMA=y além destas, talvez seja necessária alguma outra específica para o seu hardware (MB, controladora, etc.) com estas opções, meus discos são setados para utilizar DMA automagicamente. -- Mario O.de Menezes, Ph.D. "Many are the plans in a man's heart, but IPEN-CNEN/SP is the Lord's purpose that prevails" http://curiango.ipen.br/~mario Prov. 19.21 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]