<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How do I enable IDE DMA ? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-enable-ide-dma/m-p/3446148#M71516</link>
    <description>Tried your suggestion.. No effect. Grep still says its off, and hdparm -d /dev/hda also indicates that it is still off.&lt;BR /&gt;&lt;BR /&gt;Any other ideas ?</description>
    <pubDate>Fri, 17 Dec 2004 12:56:34 GMT</pubDate>
    <dc:creator>Don  Capps</dc:creator>
    <dc:date>2004-12-17T12:56:34Z</dc:date>
    <item>
      <title>How do I enable IDE DMA ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-enable-ide-dma/m-p/3446146#M71514</link>
      <description>Have ML110, Linux 2.4.20, Disk=Maxtor 80 Gbyte IDE, hdparm -t reports 5 Mbytes/sec (CRUD !)&lt;BR /&gt;hdparm -d1 fails with error. enable_dma=0&lt;BR /&gt;hdparm -X udma3/4/5 all fail with errors.&lt;BR /&gt;hdparm -X udma0/1/2 all work but enable_dma=0 and perf still 5 Mbytes/sec.&lt;BR /&gt;Suggestions please :-)</description>
      <pubDate>Fri, 17 Dec 2004 12:21:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-enable-ide-dma/m-p/3446146#M71514</guid>
      <dc:creator>Don  Capps</dc:creator>
      <dc:date>2004-12-17T12:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: How do I enable IDE DMA ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-enable-ide-dma/m-p/3446147#M71515</link>
      <description>Try this:&lt;BR /&gt;&lt;BR /&gt;# cd /proc/ide/hda/&lt;BR /&gt;# cat settings | grep using_dma&lt;BR /&gt;&lt;BR /&gt;if you get 0 in first column, it means disabled and then try this:&lt;BR /&gt;# echo "using_dma:1" &amp;gt; /proc/ide/hda/settings&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Dec 2004 12:46:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-enable-ide-dma/m-p/3446147#M71515</guid>
      <dc:creator>Chris Xu</dc:creator>
      <dc:date>2004-12-17T12:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do I enable IDE DMA ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-enable-ide-dma/m-p/3446148#M71516</link>
      <description>Tried your suggestion.. No effect. Grep still says its off, and hdparm -d /dev/hda also indicates that it is still off.&lt;BR /&gt;&lt;BR /&gt;Any other ideas ?</description>
      <pubDate>Fri, 17 Dec 2004 12:56:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-enable-ide-dma/m-p/3446148#M71516</guid>
      <dc:creator>Don  Capps</dc:creator>
      <dc:date>2004-12-17T12:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: How do I enable IDE DMA ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-enable-ide-dma/m-p/3446149#M71517</link>
      <description>You probably need to upgrade your kernel to at lease 2.4.21. Here is a link to a posting related to dma - &lt;A href="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=103923" target="_blank"&gt;https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=103923&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Not exactly same problem as yours, but enough indications for an upgrade in need. I have systems with 2.4.21 and I can easily turn dma on or off. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Dec 2004 13:01:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-enable-ide-dma/m-p/3446149#M71517</guid>
      <dc:creator>Chris Xu</dc:creator>
      <dc:date>2004-12-17T13:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do I enable IDE DMA ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-enable-ide-dma/m-p/3446150#M71518</link>
      <description>That's cool, but it no effect. The reason that has no effect is because the patch is to lines inside of an #ifdef that in my case is not true.&lt;BR /&gt;&lt;BR /&gt;#CONFIG_IDEDMA_ONLYDISK is not set&lt;BR /&gt;&lt;BR /&gt;Also noteworthy, is that I have other systems with the same kernel and DMA works fine. It's something about the Proliant ML110 that is disabling the DMA.&lt;BR /&gt;&lt;BR /&gt;Next idea ?&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Dec 2004 13:19:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-enable-ide-dma/m-p/3446150#M71518</guid>
      <dc:creator>Don  Capps</dc:creator>
      <dc:date>2004-12-17T13:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do I enable IDE DMA ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-enable-ide-dma/m-p/3446151#M71519</link>
      <description>Perhaps more details will help. It looks like the Proliant ML110 has an IDE device that is not well understood by 2.4.20 ? Is this whats disabling DMA ? If so, any suggestions ?&lt;BR /&gt;&lt;BR /&gt;The output from lspci -v&lt;BR /&gt;&lt;BR /&gt;00:1f.1 IDE interface: Intel Corp.: Unknown device 25a2 (rev 02) (prog-if 8a [Ma&lt;BR /&gt;ster SecP PriP])&lt;BR /&gt;        Subsystem: Hewlett-Packard Company: Unknown device 0000&lt;BR /&gt;        Flags: bus master, medium devsel, latency 0&lt;BR /&gt;        I/O ports at &lt;UNASSIGNED&gt;&lt;BR /&gt;        I/O ports at &lt;UNASSIGNED&gt;&lt;BR /&gt;        I/O ports at &lt;UNASSIGNED&gt;&lt;BR /&gt;        I/O ports at &lt;UNASSIGNED&gt;&lt;BR /&gt;        I/O ports at 1460 [size=16]&lt;BR /&gt;        Memory at 10000000 (32-bit, non-prefetchable) [disabled] [size=1K]&lt;BR /&gt;&lt;/UNASSIGNED&gt;&lt;/UNASSIGNED&gt;&lt;/UNASSIGNED&gt;&lt;/UNASSIGNED&gt;</description>
      <pubDate>Fri, 17 Dec 2004 13:42:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-enable-ide-dma/m-p/3446151#M71519</guid>
      <dc:creator>Don  Capps</dc:creator>
      <dc:date>2004-12-17T13:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do I enable IDE DMA ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-enable-ide-dma/m-p/3446152#M71520</link>
      <description>Hi Don,&lt;BR /&gt;&lt;BR /&gt;Is it possible that dma is disabled on bios ?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Xyko</description>
      <pubDate>Fri, 17 Dec 2004 13:43:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-enable-ide-dma/m-p/3446152#M71520</guid>
      <dc:creator>xyko_1</dc:creator>
      <dc:date>2004-12-17T13:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do I enable IDE DMA ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-enable-ide-dma/m-p/3446153#M71521</link>
      <description>I believe that it has something to do with the fact that the the IDE device is an Intel Corp 0x25a2 device and that it is not listed in linux/drivers/pci/devlist.h  So... the kernel doesn't know what capabilities this IDE chipset has, so it's unable to turn on DMA. Any chance there is a patch to 2.4 that addes on the newer Intel IDE chipsets ?&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Dec 2004 14:02:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-enable-ide-dma/m-p/3446153#M71521</guid>
      <dc:creator>Don  Capps</dc:creator>
      <dc:date>2004-12-17T14:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do I enable IDE DMA ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-enable-ide-dma/m-p/3446154#M71522</link>
      <description>I think you are on the right track. BTW, did you take a look at /usr/src/linux-2.4/Documentation/ide.txt?</description>
      <pubDate>Fri, 17 Dec 2004 14:17:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-enable-ide-dma/m-p/3446154#M71522</guid>
      <dc:creator>Chris Xu</dc:creator>
      <dc:date>2004-12-17T14:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do I enable IDE DMA ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-enable-ide-dma/m-p/3446155#M71523</link>
      <description>I think I'm getting closer...&lt;BR /&gt;It appears that it may be possible to patch the 2.4 kernel with some code from Intel and then get the DMA working. &lt;BR /&gt;To be kind, here is the link:&lt;BR /&gt;&lt;A href="http://downloadfinder.intel.com/scripts-df/Detail_Desc.asp?agr=Y&amp;amp;ProductID=1706&amp;amp;DwnldID=7741" target="_blank"&gt;http://downloadfinder.intel.com/scripts-df/Detail_Desc.asp?agr=Y&amp;amp;ProductID=1706&amp;amp;DwnldID=7741&lt;/A&gt;</description>
      <pubDate>Fri, 17 Dec 2004 16:37:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-enable-ide-dma/m-p/3446155#M71523</guid>
      <dc:creator>Don  Capps</dc:creator>
      <dc:date>2004-12-17T16:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: How do I enable IDE DMA ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-enable-ide-dma/m-p/3446156#M71524</link>
      <description>hi Don Capps,&lt;BR /&gt;&lt;BR /&gt;did you look at your bios settings? perhaps dma is disabled in bios and the linux kernel could not work around the bios because of a buggy bios. try to enable it in bios.&lt;BR /&gt;&lt;BR /&gt;best regards,&lt;BR /&gt;&lt;BR /&gt;johannes</description>
      <pubDate>Mon, 20 Dec 2004 04:25:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-enable-ide-dma/m-p/3446156#M71524</guid>
      <dc:creator>Johannes Krackowizer_1</dc:creator>
      <dc:date>2004-12-20T04:25:17Z</dc:date>
    </item>
  </channel>
</rss>

