Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
CDROM/DVD DMA
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
scullyt
n00b
n00b


Joined: 05 May 2004
Posts: 1

PostPosted: Wed May 05, 2004 11:10 am    Post subject: CDROM/DVD DMA Reply with quote

Can anyone give me some clues as to how to enable DMA support on my DVD drive? I have had problems with choppy DVD playback on MPlayer and have been informed that this is the answer to my problem. I am using kernel-2.6.6-rc1.
Back to top
View user's profile Send private message
Sipi
Guru
Guru


Joined: 03 Apr 2003
Posts: 406
Location: Hungary

PostPosted: Wed May 05, 2004 11:21 am    Post subject: Reply with quote

First, emerge hdparm. Than edit /etc/conf.d/hdparm. Here you have two choices: add harddrive-tuning values separately (for each drive) or for once, for eac drive.

I recommend the first. So, you need to define cdrom0_args or cdrom1_args, depending on your DVD drive. (If this is the first DVD/CDROM device, cdrom0, etc.)

You need to add:

cdrom0_args="-d1" to enable DMA access. Furthermore, you should add "-X..", which enables UDMA modes. You need to run "hdparm -i /dev/hxy" to see which modes your DVD drive knows, where xy is the number of DVD drive (computed by your primary/secondary IDE channel and master/slave settings).

For example, if it says it knows MDMA2, you should set "-X32" for multimode DMA mode 2. "-X18" sets singleword DMA mode 2, and "-X66" sets Ultra DMA mode 2.

Beware, these -X settings can cause massive freezes if your controller/device has problems or does not know the desired transfer.

Regards,
Sipi
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum