Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Ok, my drive (Maxtor ATA133 40Gig HDD) is "stuck" on UDMA2 and it WILL NOT go any higher, it will go lower...(ugh) but nothing available over mode 2.
Open terminal.
su - root
**************
hdparm /dev/hda - to see what's up
hdparm -i /dev/hda - to see more of what's up
First I did this:
hdparm -c3 /dev/hda - it took it, and no problems. (Was on 16-bit...ugh.)
hdparm -d1 - that was already flagged, so no probs there.
hdparm -X68 /dev/hda - says its changing it...it doesn't.
hdparm -X67 /dev/hda - says its changing it...it doesn't.
hdparm -X65 /dev/hda - says its changing it...it DOES.
hdparm -X64 /dev/hda - says its changing it...it DOES.
Also tried a variation:
hdparm -Xudma5 /dev/hda - says its changing it...it doesn't.
And so on, and so fourth.
My bios (Asus A7N8X Delux) is setup properly.
My drive itself is setup properly.
I think I found the solution. You just have to add
ide0=ata66
into the kernel parameters (file /etc/lilo.conf, the append section at the data about kernel images) and then run lilo (both as a superuser) and then reboot.
Same issue, but ide=ata66 is in /boot/grub/grub.conf, I'm using grub, I've tried tweaking with hdparm with no improvement. Am I stuck at 28megs due to the fact that my hdd is spinning at 5400rpm? The hard drive is ata100 as well at the motherboard. I'm running an athalon 1.3GHz on a msi k7t266 pro2, but at work I'm running nearly the same setup (RH 9), but on a P4, and there I get almost 40 megs (but maybe the hdd is spinning at 7200, I'll check when I get there). Do i need to recompile my kernal for the Atholon or does RH pick the propper kernel on install?
checked, I made a typo, I have ide0=ata66. Hopping that was the prob. I'm very upset at the slow speed. Seems like 28 vs. 40 something at work is due to rpms (5400 vs 7200). What was the use of getting an ata100 when its as fast as my ata66, the mobo supports ata100. I've given up and am going to just live with it.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.