Re: [expert] cannot set DMA to my HD.

2002-03-25 Thread Dianne Marie Montesa
cool! good to know your problem is solved ... and you posted your solution which is good for everyone who might encounter the same problem =) cheers! --- Alan Wilter Sousa da Silva <[EMAIL PROTECTED]> wrote: > Hi Dianne, > > Thank you very much for your attention. I got a > solution: I u

Re: [expert] cannot set DMA to my HD.

2002-03-25 Thread Alan Wilter Sousa da Silva
Hi Dianne, Thank you very much for your attention. I got a solution: I used via82cxxx.c version 3.26 (from kernel source MDK 8.1), recompiled the kernel and voilĂ , it works, now 'hdparm -tT (and -i) /dev/hda' gives: Timing buffer-cache reads: 128 MB in 0.50 seconds =256.00 MB/sec

Re: [expert] cannot set DMA to my HD.

2002-03-23 Thread Dianne Marie Montesa
hi alan whats the output of your lspci? or the /proc/pci? my dmesg shows me this for my ide drive: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx PIIX4: IDE controller on PCI bus 00 dev 39 PIIX4: chipset revision 1 PIIX4: not 100% native mode: will probe irqs later

Re: [expert] cannot set DMA to my HD.

2002-03-22 Thread Alan Wilter Sousa da Silva
Hi, thank you for your attention. Yes I set. Only Non pci DMA is unset (from config file): # CONFIG_DMA_NONPCI is not set Otherwise I used config file from MDK 8.1 with minimal changes. On Fri, 22 Mar 2002, Dianne Marie Montesa wrote: > have you enabled "Generic PCI DMA support

Re: [expert] cannot set DMA to my HD.

2002-03-22 Thread Dianne Marie Montesa
have you enabled "Generic PCI DMA support" on your new kernel? --- Alan Wilter Sousa da Silva <[EMAIL PROTECTED]> wrote: > Hi, > I tried 'hdparm -d 1 /dev/hda' and I got: > /dev/hda: > setting using_dma to 1 (on) > HDIO_SET_DMA failed: Operation not permitted > using_dma= 0 (off) >

[expert] cannot set DMA to my HD.

2002-03-21 Thread Alan Wilter Sousa da Silva
Hi, I tried 'hdparm -d 1 /dev/hda' and I got: /dev/hda: setting using_dma to 1 (on) HDIO_SET_DMA failed: Operation not permitted using_dma= 0 (off) Help if I said that I'm using an own compiled kernel? When using original MKD 8.1 kernel I have no problem (my HD flies high). I'm u