You are not logged in.
Pages: 1
I need dma off for the cdrom but would like to have it on for my hdds.
there was something like USE_DMA=0
where do I put this in arch?
is this all I need to do? can I then omit the line ide=nodma in grub?
Offline
append "ide0=dma ide1=nodma" to your kernel params
Offline
Did you try changing that using "hdparm" as root?
(phracture's suggestion should also work, unless your BIOS settings are restrictive).
Microshaft delenda est
Offline
I already changed it!
it's quite a bit quicker. thanx.
Offline
could I have spoken too soon?
system freeze when mounting /dev/hdc. K3b would hang as well.
how is ide0 defined? I mean is this always cdrom?
Offline
how is ide0 defined? I mean is this always cdrom?
I would think the 0 would refer to the entire primary eide/ide channel (normally hard drives) and 1 would be the secondary.....
Have you tried the hdparm way?
Offline
could I have spoken too soon?
system freeze when mounting /dev/hdc. K3b would hang as well.
how is ide0 defined? I mean is this always cdrom?
IDE0 is your first ribbon cable... it contains hda and hdb
IDE1 is your second ribbon calbe - hdc and hdd
If that didn't work, I'd suggest using hdparm to set it in rc.local or something
Offline
Could you check your BIOS settings and see if DMA is enabled for both your IDE channels, and a setting like "PnP OS" is not enabled?
Microshaft delenda est
Offline
that was it!
I toggled the BIOS settings and now she purrs
Thanks to EVERYONE
I've just got one other question...
I've got a second HDD (hdb) and when I move files from one folder to another - still residing on hdb - it actually moves it like if I move or copy it from another disc.
how can I get it to act like hda and just change the path?
Offline
Pages: 1