LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Hi everyone, How to enable LINUX RH8's DMA? (https://www.linuxquestions.org/questions/linux-newbie-8/hi-everyone-how-to-enable-linux-rh8s-dma-172702/)

seow_ming 04-20-2004 09:32 PM

Hi everyone, How to enable LINUX RH8's DMA?
 
Hi everyone,

Yup, thanks for clicking my tread, thanks for those who are trying to reply my thread.

Yup, im having problem with enable my harddisk DMA.

[1]
I used this command to check my hd status --> hdparm -c /dev/hdc

[2]
then i see my hd status as follow :

Quote:


/dev/hdc:
HDIO_GET_MULTCOUNT failed : Invalid argument
IO support ...... = 0 (default 16-bit)
unmaksing ...... = 0 (off)
using_dma ...... = 0 (off)
keepsettings ... = 0 (off)
readonly........... = 1
readahead........ = 8
HDIO_GETGEO failed: Invalid argument

[3]
so i tried:

"hdparm -d /dev/dhc"

to enable my dma, but no matter how many times i tried, the system is keep showing me below result

Quote:


/dev/hdc:
using_dma = 0 (off)

may i know how to solve this problem?

I'm now using company computer with the specs of:

- P4 2.4
- 512 MB RAM
- 1 NIC
- Windows XP

p/s: I'm using "vmware Virtual engine" Software in windows XP to enable
the installing and using of LINUX RH8 in winXP

heema 04-20-2004 09:39 PM

hdparm -d1 /dev/hda

seow_ming 04-20-2004 09:50 PM

thanks heema,

i tried your sugesstion but it seems not work :
***********************************************************
hdparm -d1 /dev/hdc

***********************************************************

and below will be the result:

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


question 1)

May i know what is the different of below command?
-----------------------------------------------------------------
hdparm -d1 /dev/hdc with hdparm -d /dev/hdc
-----------------------------------------------------------------

Thanks for your help~!

:D

Anix

heema 04-20-2004 10:26 PM

no problem :)

have u tried it using ur root password ?

seow_ming 04-21-2004 09:41 PM

yup, i logged my linux startx by root, and click on the terminal and enter the command which you showed me above.


All times are GMT -5. The time now is 10:02 PM.