View previous topic :: View next topic |
Author |
Message |
d4mo Guru
Joined: 27 Jun 2005 Posts: 430
|
Posted: Sat Jul 09, 2005 4:57 pm Post subject: HDD DMA |
|
|
When I try to enable DMA for my HDD I get this error
Code: | /dev/hda:
setting using_dma to 1 (on)
HDIO_SET_DMA failed: Operation not permitted
using_dma = 0 (off) |
Now I can't remember right, but the IDE cable that I have connected to my HDD doesn't have a Blue end on it. Does that restrict DMA or does that just restrict the ATA/100 and higer? |
|
Back to top |
|
|
eslo n00b
Joined: 29 Jan 2004 Posts: 20
|
Posted: Sat Jul 09, 2005 5:13 pm Post subject: Re: HDD DMA |
|
|
d4mo wrote: |
Code: | /dev/hda:
HDIO_SET_DMA failed: Operation not permitted |
|
Do you have support for your chipset in the kernel. This is a typical errormessage in "hdparm" if your kernel is compiled with the wrong chipset...
Espen |
|
Back to top |
|
|
d4mo Guru
Joined: 27 Jun 2005 Posts: 430
|
Posted: Sat Jul 09, 2005 5:53 pm Post subject: |
|
|
I have a VIA chipset. What would I need to enable to get the DMA to work? |
|
Back to top |
|
|
hw-tph l33t
Joined: 08 Jan 2004 Posts: 768 Location: Uppsala, Sweden
|
Posted: Sat Jul 09, 2005 8:36 pm Post subject: |
|
|
You need to enable VIA82CXXX chipset support in ATA/ATAPI/MFM/RLL support.
Håkan |
|
Back to top |
|
|
d4mo Guru
Joined: 27 Jun 2005 Posts: 430
|
Posted: Sat Jul 09, 2005 9:52 pm Post subject: |
|
|
I did and it still doesn't work. Are you sure I don't need a blue IDE cable? |
|
Back to top |
|
|
hw-tph l33t
Joined: 08 Jan 2004 Posts: 768 Location: Uppsala, Sweden
|
Posted: Sat Jul 09, 2005 11:07 pm Post subject: |
|
|
I do not think the colour is of any significance. However, you do need an 80 thread cable (as opposed to an older 40 thread IDE cable).
Håkan |
|
Back to top |
|
|
d4mo Guru
Joined: 27 Jun 2005 Posts: 430
|
Posted: Sun Jul 10, 2005 5:46 am Post subject: |
|
|
Ok I'm guessing that's my problem then. I'll try to find another cable and try it again. |
|
Back to top |
|
|
|