public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* intel D865PERL and DMA for disks (IDE)?
@ 2003-09-13  0:19 Erik Steffl
  2003-09-13  0:36 ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 4+ messages in thread
From: Erik Steffl @ 2003-09-13  0:19 UTC (permalink / raw)
  To: linux-kernel

   I am trying to set the DMA for ide disks but get the following error:

   jojda:/home/erik# hdparm -d 1 /dev/hda

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

   is it because it's not supported on given chipset or is there 
something I can do?

   debian unstable
   2.4.21-ac4 (+ libata5 patches from Jeff Garzik)
   Intel D865PERL motherboard

   there are only two kernel options that I can see are relevant to 
chipset I use:

CONFIG_BLK_DEV_PIIX=m
CONFIG_SCSI_ATA_PIIX=y

   TIA

	erik



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: intel D865PERL and DMA for disks (IDE)?
  2003-09-13  0:19 intel D865PERL and DMA for disks (IDE)? Erik Steffl
@ 2003-09-13  0:36 ` Bartlomiej Zolnierkiewicz
  2003-09-13  0:58   ` Erik Steffl
  0 siblings, 1 reply; 4+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2003-09-13  0:36 UTC (permalink / raw)
  To: Erik Steffl; +Cc: linux-kernel

On Saturday 13 of September 2003 02:19, Erik Steffl wrote:
>    I am trying to set the DMA for ide disks but get the following error:
>
>    jojda:/home/erik# hdparm -d 1 /dev/hda
>
> /dev/hda:
>   setting using_dma to 1 (on)
>   HDIO_SET_DMA failed: Operation not permitted
>   using_dma    =  0 (off)
>
>    is it because it's not supported on given chipset or is there
> something I can do?
>
>    debian unstable
>    2.4.21-ac4 (+ libata5 patches from Jeff Garzik)
>    Intel D865PERL motherboard
>
>    there are only two kernel options that I can see are relevant to
> chipset I use:
>
> CONFIG_BLK_DEV_PIIX=m
> CONFIG_SCSI_ATA_PIIX=y

You should use CONFIG_BLK_DEV_PIIX=y
or load piix module (may not be reliable).

>    TIA
>
> 	erik


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: intel D865PERL and DMA for disks (IDE)?
  2003-09-13  0:36 ` Bartlomiej Zolnierkiewicz
@ 2003-09-13  0:58   ` Erik Steffl
  2003-09-15 19:55     ` SOLVED " Erik Steffl
  0 siblings, 1 reply; 4+ messages in thread
From: Erik Steffl @ 2003-09-13  0:58 UTC (permalink / raw)
  To: linux-kernel

Bartlomiej Zolnierkiewicz wrote:
> On Saturday 13 of September 2003 02:19, Erik Steffl wrote:
... Intel D965PERL and hdparm -d 1 ...
>>CONFIG_BLK_DEV_PIIX=m
>>CONFIG_SCSI_ATA_PIIX=y
> 
> 
> You should use CONFIG_BLK_DEV_PIIX=y
> or load piix module (may not be reliable).

   wow:

jojda:/home/erik# modprobe piix
Segmentation fault

   lsmod | grep piix

piix                    7976   1  (initializing)

   rmmod piix

piix: Device or resource busy

   I guess I'll try to compile it in. thanks,

	erik


^ permalink raw reply	[flat|nested] 4+ messages in thread

* SOLVED Re: intel D865PERL and DMA for disks (IDE)?
  2003-09-13  0:58   ` Erik Steffl
@ 2003-09-15 19:55     ` Erik Steffl
  0 siblings, 0 replies; 4+ messages in thread
From: Erik Steffl @ 2003-09-15 19:55 UTC (permalink / raw)
  To: linux-kernel

Erik Steffl wrote:
> Bartlomiej Zolnierkiewicz wrote:
> 
>> On Saturday 13 of September 2003 02:19, Erik Steffl wrote:
> 
> ... Intel D965PERL and hdparm -d 1 ...
> 
>>> CONFIG_BLK_DEV_PIIX=m
>>> CONFIG_SCSI_ATA_PIIX=y
>>
>> You should use CONFIG_BLK_DEV_PIIX=y
>> or load piix module (may not be reliable).
> 
>   wow:
> 
> jojda:/home/erik# modprobe piix
> Segmentation fault
> 
>   lsmod | grep piix
> 
> piix                    7976   1  (initializing)
> 
>   rmmod piix
> 
> piix: Device or resource busy
> 
>   I guess I'll try to compile it in. thanks,

   in addition to the above it _seems_ that trying to modprobe piix 
caused netstat -ni to freeze (and so e.g. mozilla and evolution stopped 
working, but not konqueror, pan ...)

   I changed CONFIG_BLK_DEV_PIIX to y and it's working fine, so far (ide 
disks use dma).

	erik


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-09-15 19:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-13  0:19 intel D865PERL and DMA for disks (IDE)? Erik Steffl
2003-09-13  0:36 ` Bartlomiej Zolnierkiewicz
2003-09-13  0:58   ` Erik Steffl
2003-09-15 19:55     ` SOLVED " Erik Steffl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox