* SATA causing hard freeze on 2.6.6
@ 2004-05-16 12:17 Daniel Drake
2004-05-16 12:18 ` Jeff Garzik
0 siblings, 1 reply; 3+ messages in thread
From: Daniel Drake @ 2004-05-16 12:17 UTC (permalink / raw)
To: linux-ide
Hi,
Since an IDE-->SATA converter was included with my motherboard, I decided to
start playing with SATA.
The converter unit plugs into the IDE port of a hard disk, and you can then
connect a SATA lead from that to a SATA port on the motherboard.
The hard disk I am using is a Seagate ST380011A.
The motherboard is an Abit NF7-S 2.0 (nforce2), which has the following SATA
controller:
0000:01:0b.0 RAID bus controller: Silicon Image, Inc. (formerly CMD Technology
Inc) Silicon Image Serial ATARaid Controller [ CMD/Sil 3112/3112A ] (rev 02)
Under 2.6.6, the entire system freezes under disk activity. It starts booting
ok, but then freezes, usually when loading modules. Booting with
"init=/bin/bash" allows me to get to a console, but soon after I start using
the disk, the entire system freezes. I also tried 2.6.6-mm2 with the same
problems.
Plugging back into IDE, and booting the same kernel works with no problems.
FWIW, my SATA experiences aren't much better with other kernels. When booting
2.4.25 from a CD, I can mount my SATA disk but I get lots of messages, such as:
hde: sata_error = 0x00000000, watchdog = 0, siimage_mmio_ide_dma_test_irq
ide2(33,7):Removing [4428992 4467719 0x0 SD]..<4>hde: sata_error = 0x00000000,
watchdog = 0, siimage_mmio_ide_dma_test_irq
done
ide2(33,7):There were 1 uncompleted unlinks/truncates. Completed
hde: sata_error = 0x00000000, watchdog = 0, siimage_mmio_ide_dma_test_irq
hde: sata_error = 0x00000000, watchdog = 0, siimage_mmio_ide_dma_test_irq
Booting 2.6.5 from a cd and mounting the drive gives the same errors. However,
in both cases, reading and writing appears to be working (but I unmounted
quickly both times incase the errors might be damaging the disk..)
Anything I could try?
Daniel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: SATA causing hard freeze on 2.6.6
2004-05-16 12:17 SATA causing hard freeze on 2.6.6 Daniel Drake
@ 2004-05-16 12:18 ` Jeff Garzik
2004-05-18 10:56 ` Daniel Drake
0 siblings, 1 reply; 3+ messages in thread
From: Jeff Garzik @ 2004-05-16 12:18 UTC (permalink / raw)
To: Daniel Drake; +Cc: linux-ide
Daniel Drake wrote:
> Hi,
>
> Since an IDE-->SATA converter was included with my motherboard, I
> decided to start playing with SATA.
>
> The converter unit plugs into the IDE port of a hard disk, and you can
> then connect a SATA lead from that to a SATA port on the motherboard.
>
> The hard disk I am using is a Seagate ST380011A.
> The motherboard is an Abit NF7-S 2.0 (nforce2), which has the following
> SATA controller:
> 0000:01:0b.0 RAID bus controller: Silicon Image, Inc. (formerly CMD
> Technology Inc) Silicon Image Serial ATARaid Controller [ CMD/Sil
> 3112/3112A ] (rev 02)
>
> Under 2.6.6, the entire system freezes under disk activity. It starts
> booting ok, but then freezes, usually when loading modules. Booting with
> "init=/bin/bash" allows me to get to a console, but soon after I start
> using the disk, the entire system freezes. I also tried 2.6.6-mm2 with
> the same problems.
> Plugging back into IDE, and booting the same kernel works with no problems.
>
> FWIW, my SATA experiences aren't much better with other kernels. When
> booting 2.4.25 from a CD, I can mount my SATA disk but I get lots of
> messages, such as:
> hde: sata_error = 0x00000000, watchdog = 0, siimage_mmio_ide_dma_test_irq
> ide2(33,7):Removing [4428992 4467719 0x0 SD]..<4>hde: sata_error =
> 0x00000000, watchdog = 0, siimage_mmio_ide_dma_test_irq
> done
> ide2(33,7):There were 1 uncompleted unlinks/truncates. Completed
> hde: sata_error = 0x00000000, watchdog = 0, siimage_mmio_ide_dma_test_irq
> hde: sata_error = 0x00000000, watchdog = 0, siimage_mmio_ide_dma_test_irq
>
> Booting 2.6.5 from a cd and mounting the drive gives the same errors.
> However, in both cases, reading and writing appears to be working (but I
> unmounted quickly both times incase the errors might be damaging the
> disk..)
>
> Anything I could try?
What is the behavior of libata?
CONFIG_SCSI_SATA, CONFIG_SCSI_SATA_SIL
Jeff
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: SATA causing hard freeze on 2.6.6
2004-05-16 12:18 ` Jeff Garzik
@ 2004-05-18 10:56 ` Daniel Drake
0 siblings, 0 replies; 3+ messages in thread
From: Daniel Drake @ 2004-05-18 10:56 UTC (permalink / raw)
To: Jeff Garzik; +Cc: linux-ide
Jeff Garzik wrote:
> What is the behavior of libata?
>
> CONFIG_SCSI_SATA, CONFIG_SCSI_SATA_SIL
Ah, I had not made the link that those siimage_mmio_ide_dma_test_irq were
being caused by a different driver. But I had been trying libata with the
2.6.6 kernel that I originally mentioned, and was getting the lockups.
Strangely, I started getting those lockups this morning while on IDE. I
investigated the problem a bit further, and it turned out that a problematic
SB Live was messing up the system (I had my suspicions on this card already).
After removing that, I was able to boot up into IDE again. Just now, I plugged
the SATA converter back in, and I'm now booted up on SATA with no problems at all.
Sorry for the noise :)
Daniel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-05-18 9:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-16 12:17 SATA causing hard freeze on 2.6.6 Daniel Drake
2004-05-16 12:18 ` Jeff Garzik
2004-05-18 10:56 ` Daniel Drake
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).