Ciao a tutti, non riesco a capire il tipo di modulo da abilitare nel kernel per il supporto dma del disco. La situazione e' questa: Scheda madre asus Un po' di output ... lspci -v| grep IDE 0000:00:14.1 IDE interface: ATI Technologies Inc: Unknown device 4349 (prog-if 8a [Master SecP PriP])
hdparm -tT /dev/hda /dev/hda: Timing cached reads: 2316 MB in 2.00 seconds = 1155.86 MB/sec Timing buffered disk reads: 10 MB in 3.71 seconds = 2.69 MB/sec cat .config | grep DMA CONFIG_GENERIC_ISA_DMA=y CONFIG_BLK_DEV_IDEDMA_PCI=y # CONFIG_BLK_DEV_IDEDMA_FORCED is not set CONFIG_IDEDMA_PCI_AUTO=y # CONFIG_IDEDMA_ONLYDISK is not set CONFIG_BLK_DEV_IDEDMA=y # CONFIG_IDEDMA_IVB is not set CONFIG_IDEDMA_AUTO=y # CONFIG_IEEE1394_SBP2_PHYS_DMA is not set Quando cerco di impostare il dma con hdparm mi da /dev/hda: setting using_dma to 1 (on) HDIO_SET_DMA failed: Operation not permitted using_dma = 0 (off) Che diavolo di modulo devo caricare nel kernel? Qualcuno sa darmi qualche dritta? Grazie mille -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

