View previous topic :: View next topic |
Author |
Message |
xprometeus n00b
Joined: 19 Jan 2004 Posts: 50
|
Posted: Mon Feb 02, 2004 7:41 pm Post subject: i cant set udma |
|
|
i cant set udma,what is wrong ?
hdparam -d1 /dev/hda
/dev/hda:
setting using_dma to 1 (on)
HDIO_SET_DMA failed:operation not permitted
using_dma = 0 (off)
thank for your help |
|
Back to top |
|
|
_Max_ Apprentice
Joined: 03 Mar 2003 Posts: 264 Location: London, UK
|
Posted: Mon Feb 02, 2004 7:56 pm Post subject: |
|
|
Found hdparam?
Were you root when you tried this? _________________ Ceci n'est pas une sig. |
|
Back to top |
|
|
Moled l33t
Joined: 09 Jul 2003 Posts: 635
|
Posted: Mon Feb 02, 2004 9:17 pm Post subject: |
|
|
got support for your chipset in your kernel? |
|
Back to top |
|
|
TheCoop Veteran
Joined: 15 Jun 2002 Posts: 1814 Location: Where you least expect it
|
Posted: Mon Feb 02, 2004 9:31 pm Post subject: |
|
|
what does hdparm /dev/hd* tell you? have you got 'Enable DMA by default' in your kernel config? what does 'dmesg' tell you? _________________ 95% of all computer errors occur between chair and keyboard (TM)
"One World, One web, One program" - Microsoft Promo ad.
"Ein Volk, Ein Reich, Ein Führer" - Adolf Hitler
Change the world - move a rock |
|
Back to top |
|
|
Dancy n00b
Joined: 27 Jan 2004 Posts: 59 Location: Torino
|
Posted: Fri Feb 06, 2004 10:26 am Post subject: Re: i cant set udma |
|
|
xprometeus wrote: | i cant set udma,what is wrong ?
hdparam -d1 /dev/hda
/dev/hda:
setting using_dma to 1 (on)
HDIO_SET_DMA failed:operation not permitted
using_dma = 0 (off)
thank for your help |
I have the same problem.... |
|
Back to top |
|
|
bircho n00b
Joined: 19 Jan 2003 Posts: 2 Location: Salvador/Brazil
|
Posted: Fri Feb 06, 2004 4:58 pm Post subject: |
|
|
I had the same problem too. As someone said, you need to configure the kernel with suport for your chipset. |
|
Back to top |
|
|
Acka n00b
Joined: 26 Sep 2003 Posts: 28
|
Posted: Sat Feb 07, 2004 11:38 pm Post subject: |
|
|
yep same problem here. My mobo chipset is a SiS 645DX (unfortunately), Im using the 2.6.1 kernel and go to:
# cd /usr/src/linux && make menuconfig
Device Drivers --->
ATA/ATAPI/MFM/RLL support --->
<*>SiS5513 chipset support
exited and save
make && make modules_install (i dont think make modules_install is needed)
rebooted
I still come up with the same error being:
bash-2.05b# hdparm -d1 /dev/hda
/dev/hda:
setting using_dma to 1 (on)
HDIO_SET_DMA failed: Operation not permitted
using_dma = 0 (off) |
|
Back to top |
|
|
|