All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.5.75 : cannot set dma mode on ide disks
@ 2003-07-13  7:33 Jean-Luc
  2003-07-13 14:38 ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 3+ messages in thread
From: Jean-Luc @ 2003-07-13  7:33 UTC (permalink / raw)
  To: linux-kernel

Hi,

This is part of dmesg :
...
Journalled Block Device driver loaded
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with 
idebus=xx
hda: QUANTUM FIREBALLP LM30, ATA DISK drive
hdb: WDC WD400BB-00DEA0, ATA DISK drive
hdc: GoldStar CD-RW CED-8083B, ATAPI CD/DVD-ROM drive
hdd: CREATIVECD3621E, ATAPI CD/DVD-ROM drive
anticipatory scheduling elevator
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: max request size: 128KiB
hda: host protected area => 1
hda: 58633344 sectors (30020 MB) w/1900KiB Cache, CHS=58168/16/63
  hda: hda1 hda2 hda3 hda4
hdb: max request size: 128KiB
hdb: host protected area => 1
hdb: 78165360 sectors (40021 MB) w/2048KiB Cache, CHS=77545/16/63
  hdb: hdb1
...

When I try to set dma on on either of the disks, I get the following:
[root@debian-f5ibh] ~ # hdparm -d1  /dev/hda

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


[I'm not on the list, please cc to me]

---
Regards
	Jean-Luc

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

* Re: 2.5.75 : cannot set dma mode on ide disks
  2003-07-13  7:33 2.5.75 : cannot set dma mode on ide disks Jean-Luc
@ 2003-07-13 14:38 ` Bartlomiej Zolnierkiewicz
  2003-07-13 16:15   ` Re : " Jean-Luc
  0 siblings, 1 reply; 3+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2003-07-13 14:38 UTC (permalink / raw)
  To: Jean-Luc; +Cc: linux-kernel



You've forgot to compile in driver for your IDE chipset.

--
Bartlomiej

On Sun, 13 Jul 2003, Jean-Luc wrote:

> Hi,
>
> This is part of dmesg :
> ...
> Journalled Block Device driver loaded
> Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
> ide: Assuming 33MHz system bus speed for PIO modes; override with
> idebus=xx
> hda: QUANTUM FIREBALLP LM30, ATA DISK drive
> hdb: WDC WD400BB-00DEA0, ATA DISK drive
> hdc: GoldStar CD-RW CED-8083B, ATAPI CD/DVD-ROM drive
> hdd: CREATIVECD3621E, ATAPI CD/DVD-ROM drive
> anticipatory scheduling elevator
> ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> ide1 at 0x170-0x177,0x376 on irq 15
> hda: max request size: 128KiB
> hda: host protected area => 1
> hda: 58633344 sectors (30020 MB) w/1900KiB Cache, CHS=58168/16/63
>   hda: hda1 hda2 hda3 hda4
> hdb: max request size: 128KiB
> hdb: host protected area => 1
> hdb: 78165360 sectors (40021 MB) w/2048KiB Cache, CHS=77545/16/63
>   hdb: hdb1
> ...
>
> When I try to set dma on on either of the disks, I get the following:
> [root@debian-f5ibh] ~ # hdparm -d1  /dev/hda
>
> /dev/hda:
>   setting using_dma to 1 (on)
>   HDIO_SET_DMA failed: Operation not permitted
>   using_dma    =  0 (off)
>
>
> [I'm not on the list, please cc to me]
>
> ---
> Regards
> 	Jean-Luc


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

* Re : 2.5.75 : cannot set dma mode on ide disks
  2003-07-13 14:38 ` Bartlomiej Zolnierkiewicz
@ 2003-07-13 16:15   ` Jean-Luc
  0 siblings, 0 replies; 3+ messages in thread
From: Jean-Luc @ 2003-07-13 16:15 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz; +Cc: linux-kernel

Bartlomiej,

Ok, thank you. I had just some difficulties to figure out were was 
hidden the chipset choice during the configuration process...

---
Regards
	Jean-Luc

On 13.07.2003 16:38, Bartlomiej Zolnierkiewicz wrote:
> 
> 
> You've forgot to compile in driver for your IDE chipset.
> 
> --
> Bartlomiej
> 
> On Sun, 13 Jul 2003, Jean-Luc wrote:
> 
> > Hi,
> >
> > This is part of dmesg :
> > ...
> > Journalled Block Device driver loaded
> > Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
> > ide: Assuming 33MHz system bus speed for PIO modes; override with
> > idebus=xx
> > hda: QUANTUM FIREBALLP LM30, ATA DISK drive
> > hdb: WDC WD400BB-00DEA0, ATA DISK drive
> > hdc: GoldStar CD-RW CED-8083B, ATAPI CD/DVD-ROM drive
> > hdd: CREATIVECD3621E, ATAPI CD/DVD-ROM drive
> > anticipatory scheduling elevator
> > ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> > ide1 at 0x170-0x177,0x376 on irq 15
> > hda: max request size: 128KiB
> > hda: host protected area => 1
> > hda: 58633344 sectors (30020 MB) w/1900KiB Cache, CHS=58168/16/63
> >   hda: hda1 hda2 hda3 hda4
> > hdb: max request size: 128KiB
> > hdb: host protected area => 1
> > hdb: 78165360 sectors (40021 MB) w/2048KiB Cache, CHS=77545/16/63
> >   hdb: hdb1
> > ...
> >
> > When I try to set dma on on either of the disks, I get the
> following:
> > [root@debian-f5ibh] ~ # hdparm -d1  /dev/hda
> >
> > /dev/hda:
> >   setting using_dma to 1 (on)
> >   HDIO_SET_DMA failed: Operation not permitted
> >   using_dma    =  0 (off)
> >
> >
> > [I'm not on the list, please cc to me]
> >
> > ---
> > Regards
> > 	Jean-Luc
> 
> -
> To unsubscribe from this list: send the line "unsubscribe
> linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 

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

end of thread, other threads:[~2003-07-13 16:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-13  7:33 2.5.75 : cannot set dma mode on ide disks Jean-Luc
2003-07-13 14:38 ` Bartlomiej Zolnierkiewicz
2003-07-13 16:15   ` Re : " Jean-Luc

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.