1826657 Members
2490 Online
109695 Solutions
New Discussion

Re: enable DMA

 
SOLVED
Go to solution
peterchu
Super Advisor

enable DMA

I an installing a dell application to my linux server , it pop up the below message , how can I enable the DMA ? thx

Turning off DMA on IDE CDROM drives.
Disabling DMA for CDROM /dev/hda
Message: [Start] -> Please wait
error : please accept user agreement license, see Server Administrator's user's
guide for help
4 REPLIES 4
Mark Grant
Honored Contributor

Re: enable DMA

You enable dma with "hdparm -d1 " However, I'm not sure you want to turn it on for these CDROMS. Whichever application you are installing seems to want to turn it off. Probably for a good reason. There have been issues with contention between hard disk and CDROMS with DMA enabled. On the other hand, you can try turning it on and see if you get a performance loss/increase anywhere.
Never preceed any demonstration with anything more predictive than "watch this"
Ragu_1
Regular Advisor
Solution

Re: enable DMA

I think you need not bother about the DMA settings for your CDROM drives. Be careful when you test out hdparm on your IDE hard disk drives, if at all. If you use hdparm carefully, you can get definite increase in speeds, in the range 4-6 % . Be warned!!
Share and share alike
K.C. Chan
Trusted Contributor

Re: enable DMA

You may need to turn this option on in your kernel if it is not. Usually by default, it compile with this option. You will find out if this option is turn on or when when you issue hdparm -d1 command on your target drive/cdrom.
Reputation of a thousand years can be determined by the conduct of an hour
Matthew Couper
Frequent Advisor

Re: enable DMA

Depends on what distro you are using
Most will allow DMA to be enabled on CDROMs with "hdparm -d1 /dev/device" but Red Hat has this completely disabled by default

From the RH8 release notes (this was not in the RH9 notes for some reason...)


DMA is disabled on CD-ROM drives in this release in a different but more reliable way than previously. If you are sure that your CD-ROM drive is capable of IDE DMA, place the following line in the /etc/modules.conf file:

options ide-cd dma=1