linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rasmus Melgaard <rme@image.dk>
To: David Greaves <david@dgreaves.com>
Cc: linux-ide@vger.kernel.org
Subject: Solution -> sata_sil + Maxtor problem
Date: Sat, 27 Nov 2004 17:57:39 +0000	[thread overview]
Message-ID: <200411271757.40060.rme@image.dk> (raw)
In-Reply-To: <41A461E8.2040207@dgreaves.com>

Thanks David, goggle on!

Well, that did it! I narrowed it a bit.

For anybody else with similar problems
 - I have a Asus A7V (VIA chipset, early revision 1.01 of MB), absolutely 
latest bios was installed. 
 - Silicon Image 3112 pci-sata-controller (bios 4250). 
 - Maxtor 160Gb SATA disk (6Y160M0), but the problem is probably not related 
to the drive.

 - To solve problem below, disable "Byte Merge" PCI-feature in the bios. 
Silicon Image 3112 doesn't work with it (in Linux).

Everythings peacy for now, what was I thinking of enabling byte-merge feature 
in the bios, I knew it was buggy. 

/Rasmus Melgaard


On Wednesday 24 November 2004 10:26, David Greaves wrote:
> Just for the Google of it...
>
> I had almost exactly this problem with a cheap plugin sata_sil on 2.6.9
> on Maxtor 250Gb drives with an old Asus A7V133 motherboard and solved it
> by upgrading the motherboard BIOS and/or resetting the BIOS values to
> defaults. I narrowed it down to PCI bus settings.
>
> David
>
> Jeff Garzik wrote:
> > Rasmus Melgaard wrote:
> >> Hi,
> >>
> >> I have a IDE/SATA problem. I have a Silicon Image 3112
> >> sata-controller with a Maxtor 160 Gb drive connected. Controller and
> >> drive is detected in the kernel-boot process, but an error happens
> >> during boot, I think the linux driver gets an response it doesn't
> >> expect.
> >>
> >> I'm using for testing the mm-kernel: 2.6.9-rc1-mm1. Every thing seems
> >> to work in Windows, but since I mainly use Linux (Gentoo), I would
> >> like it to work here.
> >>
> >> Does anybody have an ideer of how to proceed to solve this problem ?
> >> Mvh
> >> Rasmus
> >>
> >> Important part of log:
> >> Sep  5 15:55:39 rasmus scsi1 : sata_sil
> >> Sep  5 15:55:39 rasmus ata2: no device found (phy stat 00000000)
> >> Sep  5 15:55:39 rasmus scsi2 : sata_sil
> >> Sep  5 15:55:39 rasmus Vendor: ATA       Model: Maxtor 6Y160M0
> >> Rev: YAR5
> >> Sep  5 15:55:39 rasmus Type:   Direct-Access
> >> ANSI SCSI revision: 05
> >> Sep  5 15:55:39 rasmus SCSI device sda: 320173056 512-byte hdwr
> >> sectors (163929 MB)
> >> Sep  5 15:55:39 rasmus SCSI device sda: drive cache: write back
> >> Sep  5 15:55:39 rasmus /dev/scsi/host1/bus0/target0/lun0:<3>ata1:
> >> command 0x25 timeout, stat 0x58 host_stat 0x60
> >> Sep  5 15:55:39 rasmus ata1: status=0x58 { DriveReady SeekComplete
> >> DataRequest }
> >> Sep  5 15:55:39 rasmus SCSI error : <1 0 0 0> return code = 0x8000002
> >> Sep  5 15:55:39 rasmus Current sda: sense = 70 10
> >> Sep  5 15:55:39 rasmus end_request: I/O error, dev sda, sector 0
> >> Sep  5 15:55:39 rasmus Buffer I/O error on device sda, logical block 0
> >> Sep  5 15:55:39 rasmus ATA: abnormal status 0x58 on port 0xE882E087
> >> Sep  5 15:55:39 rasmus ATA: abnormal status 0x58 on port 0xE882E087
> >> Sep  5 15:55:39 rasmus ATA: abnormal status 0x58 on port 0xE882E087
> >> Sep  5 15:55:39 rasmus ata1: command 0x25 timeout, stat 0xd8
> >> host_stat 0x61
> >> Sep  5 15:55:39 rasmus ata1: status=0xd8 { Busy }
> >> Sep  5 15:55:39 rasmus SCSI error : <1 0 0 0> return code = 0x8000002
> >> Sep  5 15:55:39 rasmus Current sda: sense = 70 10
> >> Sep  5 15:55:39 rasmus end_request: I/O error, dev sda, sector 0
> >> Sep  5 15:55:39 rasmus Buffer I/O error on device sda, logical block 0
> >
> > It's quite clearly a device error...  Try upgrading your system and
> > card BIOS, try switching cables, try booting with "noapic" or
> > "acpi=off" or "pci=biosirq" or something like that...
> >
> >     Jeff
> >
> >
> >
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-ide" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-ide" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

      reply	other threads:[~2004-11-27 17:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-08  7:48 sata_sil + Maxtor Rasmus Melgaard
2004-10-08 14:50 ` Jeff Garzik
2004-11-24 10:26   ` David Greaves
2004-11-27 17:57     ` Rasmus Melgaard [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200411271757.40060.rme@image.dk \
    --to=rme@image.dk \
    --cc=david@dgreaves.com \
    --cc=linux-ide@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).