Koozali.org: home of the SME Server

Turn on DMA

pippin

Turn on DMA
« on: December 21, 2006, 05:52:10 PM »
Where do you turn on DMA for your CD/DVD burner?

pippin

Turn on DMA
« Reply #1 on: December 25, 2006, 06:50:43 PM »
Noeone that can help me with this one.
The recorders are attached on a IDE contoller.
I dont know where to config so they can burn at DMA speed and that they acctually work with burning

mbachmann

Turn on DMA
« Reply #2 on: December 29, 2006, 05:27:38 PM »
Issue at command prompt

Code: [Select]
hdparm /dev/hda


If you have a raid config, issue hdparm also on hdb and other disks. If you have sata, disks are called sda, sdb...

Look if DMA isn't already enabled.

Code: [Select]
hdparm -d /dev/hda enables DMA.