Link to home
Start Free TrialLog in
Avatar of cliffhanger121599
cliffhanger121599

asked on

Ultra DMA66 under Linux

Does anyone know if there is a kernel patch available that enables DMA66 from a hard drive under Linux.   I know the latest stable kernel only supports Ultra DMA33.
Avatar of Ted22
Ted22

There are some patches available, but you must get one for your controler. Find out what controler you have. If a patch is available, download it. Then get the latest kernel from http://www.kernel.org/. You need a good, unmodified kernel to patch. RH kernel is not.

The best place to find out how to do this is http://linuxdoc.org/.

I have an abit motherboard with a highpoint ata66 and it is working for me.

If you have partition magic 4.0 or newer and keep /boot and / separate you can load on ata33, patch and compile. Copy / to ata66, add it to lilo and it will boot. That's what I did. Then lilo from / on ata66 and delete / on ata33.

Or you can plug the drive into ata33, patch, and then plug into ata66.
Avatar of cliffhanger121599

ASKER

Thanks, can you point me in the direction of the patch sites, i know of the /pub/linux/people/kernel/hendrick site, but there are obviously others?   When you talk of a controller, is that offboard, i.e.a plug in card?   I have an onboard AMD Irongate controller which could be a problem.
ASKER CERTIFIED SOLUTION
Avatar of Ted22
Ted22

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
many thanks