Bug 75387 - DMA can't be set on (IDE) DVD players
Summary: DMA can't be set on (IDE) DVD players
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kernel
Version: 8.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Arjan van de Ven
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-10-07 22:46 UTC by rmhristev
Modified: 2007-04-18 16:47 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-10-07 22:46:40 UTC
Embargoed:


Attachments (Terms of Use)

Description rmhristev 2002-10-07 22:46:35 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830

Description of problem:
DMA cannot be set to "on" (with hdparm) on DVD players.
DMA capable CD-ROMs may also be affected.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. assuming /dev/hdc as the DVD unit
2. hdparm -d1 /dev/hdc

	

Actual Results:  ~# hdparm -d1 /dev/hdc
/dev/hdc:
 setting using_dma to 1 (on)
 HDIO_SET_DMA failed: Operation not permitted
 using_dma    =  0 (off)

Expected Results:  ~# hdparm -d1 /dev/hdc
/dev/hdc:
 setting using_dma to 1 (on)
 using_dma    =  1 (on)


Additional info:

It used to work under RedHat 7.3

Workaround: upgrade the kernel to 2.4.19

Notes: DMA off leads to jerky playback and system responsivness

Comment 1 Arjan van de Ven 2002-10-08 08:21:36 UTC
From the release notes:

     o 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



Note You need to log in before you can comment on or make changes to this bug.