public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Eric <eric@cisu.net>
To: Greg Stark <gsstark@mit.edu>, linux-kernel@vger.kernel.org
Subject: Re: Can't enable DMA on my DVD in 2.6.1?
Date: Wed, 28 Jan 2004 20:24:19 -0600	[thread overview]
Message-ID: <200401282024.19658.eric@cisu.net> (raw)
In-Reply-To: <873cae17pi.fsf@stark.xeocode.com>


> /dev/hdd:
>  setting using_dma to 1 (on)
>  HDIO_SET_DMA failed: Operation not permitted
>  using_dma    =  0 (off)
>

-EPERM is usually caused by not having your chipset compiled into the kernel 
or the chipset driver not supporting DMA. 
	If the first is the case, try compiling in one or more chipsets you suspect 
are yours in Device Drivers->Char->(ALI Chipset support, ATI Chipset support 
etc.) and Device Drivers->ATA/ATAPI->(ALI Chipset support, AMD Chipset 
support) etc. etc. Find your chipsets and compile them into the kernel.
	If its the second case I have no idea if a particular driver isnt supporting 
DMA. AFAIK they all should. Thats a question for that particular chipset 
maintainer.
	However your problem is most certainly the first. It escapes me which device 
section will solve your problem (CHAR or ATA/ATAPI) but try both, it won't 
hurt to have some un-used code in the kernel. You can always remove un-needed 
drivers when you pinpoint the driver you need.
-------------------------
Eric Bambach
Eric at cisu dot net
-------------------------

  reply	other threads:[~2004-01-29  2:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-17 23:22 Can't enable DMA on my DVD in 2.6.1? Greg Stark
2004-01-29  2:24 ` Eric [this message]
2004-01-29 18:07   ` Greg Stark

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200401282024.19658.eric@cisu.net \
    --to=eric@cisu.net \
    --cc=gsstark@mit.edu \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox