Results 1 to 10 of 10

Thread: [SOLVED] Hardy and SATA issues

  1. #1
    Join Date
    May 2008
    Beans
    21

    [SOLVED] Hardy and SATA issues

    I think I'm suffering from this too. The error is periodical.

    The progress bar when booting up just moves from side to side. It hangs just after loading ata_piix, and then this keeps repeating:

    Code:
    ata1.00: qc timeout (cmd 0x27)
    ata1.00: failed to read native max address (err_mask=0x4)
    ata1.00: revalidation failed (errno=5)
    And then later:

    Code:
    ata3.00: status: {DRDY}
    ata3: soft resetting link
    ata3.00: configured for UDMA/66 (shifts to "UDMA/33" later on")
    Any ideas, people?
    Last edited by anars; May 10th, 2008 at 09:50 AM. Reason: Spelling.

  2. #2
    Join Date
    May 2008
    Beans
    21

    Re: Hardy and SATA issues

    I fixed it!

    Seems like my desktop has a faulty IRQ routing table (****** firmwares, I guess). So adding "irqpoll" as a kernel parameter in /boot/grub/menu.lst fixed it.

    I hope to find a BIOS update and/or firmware updates for my other hardware soon, so I can boot up without the "irqpoll" parameter. Although it shouldn't have a measurable performance hit on desktop systems, I'd still love for my system to run as ideally, with a minimum of "hacks", as possible. At the moment it's enough that it boots every time

    Check this link and this for performance clarification regarding the "irqpoll" parameter.

  3. #3
    Join Date
    May 2007
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Hardy and SATA issues

    I fixed this problem on my 64 bit install by using the "acpi=off" and "noapic" kernel boot options. When I did a 32 bit install, I had to also use "nolapic". I haven't done much research on these, so I'm not sure if there is any degradation in performance.
    In any case, it could be worth a try.

  4. #4
    Join Date
    May 2008
    Beans
    21

    Re: Hardy and SATA issues

    Cool. I'll give those a try instead of irqpoll, then. I'm only experiencing the above problem on my desktop, so I don't mind having ACPI disabled

    Thanks for the hint!

  5. #5
    Join Date
    May 2008
    Beans
    21

    Re: Hardy and SATA issues

    Quote Originally Posted by Rocket2DMn View Post
    I fixed this problem on my 64 bit install by using the "acpi=off" and "noapic" kernel boot options. When I did a 32 bit install, I had to also use "nolapic". I haven't done much research on these, so I'm not sure if there is any degradation in performance.
    In any case, it could be worth a try.
    No, it didn't work for me But "irqpoll" doesn't have any measurable effect on desktop environments anyway.

  6. #6
    Join Date
    May 2007
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Hardy and SATA issues

    Very well, at least it works

  7. #7
    Join Date
    May 2007
    Beans
    161

    Re: Hardy and SATA issues

    When I use irqpoll, I have problems with my DVD drives. Also, irqpoll does not solve the SATA problem for me. What works for me (SATA DVD on Asus A8V-VM), is "pci=nomsi." With that option, everything works.

  8. #8
    Join Date
    May 2008
    Beans
    3

    Re: Hardy and SATA issues

    I've tried all options mentioned above. I can boot 50% of time with kernel version 2.6.22-14 with default kernel commands (no command options above used). But with kernel version 2.6.24-16 or 17 I get problems seeing my sata drives. None of the options above work. I have a Dell Vostro 400 with a core 2 duo E6550. Again, nothing works except for kernel version 2.6.22-14.
    Last edited by mfernand; May 30th, 2008 at 09:55 PM. Reason: added details

  9. #9
    Join Date
    Oct 2006
    Beans
    15

    Re: Hardy and SATA issues

    Quote Originally Posted by mfernand View Post
    I've tried all options mentioned above. I can boot 50% of time with kernel version 2.6.22-14 with default kernel commands (no command options above used). But with kernel version 2.6.24-16 or 17 I get problems seeing my sata drives. None of the options above work. I have a Dell Vostro 400 with a core 2 duo E6550. Again, nothing works except for kernel version 2.6.22-14.
    I also have a Vostro 400 and experience the same exact problem. It usually takes me about 10-20 attempts in the morning to get my Vostro to boot Ubuntu 8.04 (32 bit), and when I boot in recovery mode I get the exact same error messages as in the first post in this thread.

    I don't want to blindly try kernel parameters unless someone knows for sure what this problem actually is. Help!

  10. #10
    Join Date
    May 2007
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Hardy and SATA issues

    Quote Originally Posted by dburgan View Post
    I also have a Vostro 400 and experience the same exact problem. It usually takes me about 10-20 attempts in the morning to get my Vostro to boot Ubuntu 8.04 (32 bit), and when I boot in recovery mode I get the exact same error messages as in the first post in this thread.

    I don't want to blindly try kernel parameters unless someone knows for sure what this problem actually is. Help!
    You may have to, there is no excuse for having to try and boot that many times. It's worth the time, it will only take 5 or 10 minutes to try out. Here are some options, in the order I would try them:
    Code:
    acpi=off noapic nolapic
    irqpoll
    noirqpoll
    all_generic_ide
    pci=nomsi
    You can even start by combining all of them, then removing some until you have only the ones you need to successfully boot. Sorry it's such a tedious process.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •