public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: DriveReady SeekComplete Error
@ 2004-06-04 10:15 mattia
  2004-06-04 10:22 ` Jens Axboe
  2004-06-04 19:58 ` Eric D. Mudama
  0 siblings, 2 replies; 40+ messages in thread
From: mattia @ 2004-06-04 10:15 UTC (permalink / raw)
  To: linux-kernel

I have the following error (kernel 2.6.6):

Jun  4 08:05:43 blink kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Jun  4 08:05:43 blink kernel: hdc: Maxtor 6Y160P0, ATA DISK drive
Jun  4 08:05:43 blink kernel: hdd: Maxtor 6Y120L0, ATA DISK drive
Jun  4 08:05:43 blink kernel: ide1 at 0x170-0x177,0x376 on irq 15
Jun  4 08:05:43 blink kernel: hda: max request size: 128KiB
Jun  4 08:05:43 blink kernel: hda: 78177792 sectors (40027 MB) w/1819KiB
Cache, CHS=65535/16/63, UDMA(100)
Jun  4 08:05:43 blink kernel:  hda: hda1 hda2 hda3
Jun  4 08:05:43 blink kernel: hdc: max request size: 1024KiB
Jun  4 08:05:43 blink kernel: hdc: 320173056 sectors (163928 MB)
w/7936KiB Cache, CHS=19929/255/63, UDMA(100)
Jun  4 08:05:43 blink kernel:  hdc: hdc1
Jun  4 08:05:43 blink kernel: hdd: max request size: 128KiB
Jun  4 08:05:43 blink kernel: hdd: 240121728 sectors (122942 MB)
w/2048KiB Cache, CHS=65535/16/63, UDMA(100)
Jun  4 08:05:43 blink kernel:  hdd: hdd1 hdd2 hdd3
Jun  4 08:05:43 blink kernel: hdd: task_no_data_intr: status=0x51 {
DriveReady SeekComplete Error }
Jun  4 08:05:43 blink kernel: hdd: task_no_data_intr: error=0x04 {
DriveStatusError }
Jun  4 08:05:43 blink kernel: hdd: Write Cache FAILED Flushing!


I found somewhere that's something wrong with that maxtor drive.
However, everything works fine.
Bye

> 
> (don't trim people from the cc list, thanks)
> 
> On Fri, Jun 04 2004, Rick Jansen wrote:
> > On Fri, Jun 04, 2004 at 11:59:00AM +0200, Jens Axboe wrote:
> > > 
> > > It is, what kernel are you using?
> > > 
> > > -- 
> > > Jens Axboe
> > 
> > This is 2.6.6.
> 
> The that's a known error, you should not worry about it. It's fixed in
> later kernels.
> 
> -- 
> Jens Axboe
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 
> 

-- 


^ permalink raw reply	[flat|nested] 40+ messages in thread
* RE: DriveReady SeekComplete Error...
@ 2004-07-13 17:23 Piszcz, Justin Michael
  2004-07-14 20:10 ` Dwayne Rightler
  0 siblings, 1 reply; 40+ messages in thread
From: Piszcz, Justin Michael @ 2004-07-13 17:23 UTC (permalink / raw)
  To: Dwayne Rightler, linux-kernel; +Cc: Dhruv Matani

Hrmm, does anyone else have that same drive or chipset you use, do they
also experience the problem?

What is the exact model of the drive and what chipset do you use?

cd /proc/ide/hda ; cat model

lspci -vvv # as root

-----Original Message-----
From: Dwayne Rightler [mailto:drightler@technicalogic.com] 
Sent: Tuesday, July 13, 2004 11:58 AM
To: Piszcz, Justin Michael; linux-kernel@vger.kernel.org
Cc: Dhruv Matani
Subject: Re: DriveReady SeekComplete Error...

The CONFIG_IDEDISK_MULTI_MODE setting makes no difference as seen below:

demigod:~# uname -a
Linux demigod 2.6.7-kexec #2 Tue Jul 13 08:31:56 CDT 2004 i686 GNU/Linux

demigod:~# zgrep CONFIG_IDEDISK_MULTI_MODE /proc/config.gz
CONFIG_IDEDISK_MULTI_MODE=y

demigod:~# dmesg | grep ^hda
hda: SAMSUNG SV2044D, ATA DISK drive
hda: max request size: 128KiB
hda: 39862368 sectors (20409 MB) w/472KiB Cache, CHS=39546/16/63
hda: DMA disabled
hda: dma_timer_expiry: dma status == 0x61
hda: DMA timeout error
hda: dma timeout error: status=0x58 { DriveReady SeekComplete
DataRequest }
hda: dma_timer_expiry: dma status == 0x61
hda: DMA timeout error
hda: dma timeout error: status=0x58 { DriveReady SeekComplete
DataRequest }
hda: dma_timer_expiry: dma status == 0x61
hda: DMA timeout error
hda: dma timeout error: status=0x58 { DriveReady SeekComplete
DataRequest }
hda: DMA disabled

##########################################

demigod:~# uname -a
Linux demigod 2.6.7-kexec #1 Mon Jul 5 11:30:36 CDT 2004 i686 GNU/Linux

demigod:~# zgrep CONFIG_IDEDISK_MULTI_MODE /proc/config.gz
# CONFIG_IDEDISK_MULTI_MODE is not set

demigod:~# dmesg | grep ^hda
hda: SAMSUNG SV2044D, ATA DISK drive
hda: max request size: 128KiB
hda: 39862368 sectors (20409 MB) w/472KiB Cache, CHS=39546/16/63
hda: DMA disabled
hda: dma_timer_expiry: dma status == 0x61
hda: DMA timeout error
hda: dma timeout error: status=0x58 { DriveReady SeekComplete
DataRequest }
hda: dma_timer_expiry: dma status == 0x61
hda: DMA timeout error
hda: dma timeout error: status=0x58 { DriveReady SeekComplete
DataRequest }
hda: DMA disabled
hda: dma_timer_expiry: dma status == 0x41
hda: DMA timeout error
hda: dma timeout error: status=0x58 { DriveReady SeekComplete
DataRequest }
hda: dma_timer_expiry: dma status == 0x61
hda: DMA timeout error
hda: dma timeout error: status=0x58 { DriveReady SeekComplete
DataRequest }
----- Original Message ----- 
From: "Piszcz, Justin Michael" <justin.piszcz@mitretek.org>
To: "Dwayne Rightler" <drightler@technicalogic.com>;
<linux-kernel@vger.kernel.org>
Cc: "Dhruv Matani" <dhruvbird@gmx.net>
Sent: Tuesday, July 13, 2004 7:44 AM
Subject: RE: DriveReady SeekComplete Error...


> <*>     Include IDE/ATA-2 DISK support
> [*]       Use multi-mode by default
>
> Have you tried recompiling the kernel and checking off the second
option
> show above?
>
> CONFIG_IDEDISK_MULTI_MODE
> If you get this error, try to say Y here:
> hda: set_multmode: status=0x51 { DriveReady SeekComplete Error }
> hda: set_multmode: error=0x04 { DriveStatusError }
> If in doubt, say N.
>
>
> -----Original Message-----
> From: linux-kernel-owner@vger.kernel.org
> [mailto:linux-kernel-owner@vger.kernel.org] On Behalf Of Dwayne
Rightler
> Sent: Tuesday, July 13, 2004 8:33 AM
> To: linux-kernel@vger.kernel.org
> Cc: Dhruv Matani
> Subject: Re: DriveReady SeekComplete Error...
>
> I have a similar problem with a Samsung hard drive. Model SV2044D.
The
> output of 'hdparm -i' below indicates it supports several multiword
and
> ultra DMA modes but if i run the drive in anything other than PIO mode
> it
> gets DMA timeouts and SeekComplete Errors.  This has been on every
> kernel I
> can recall in the 2.4 and 2.6 series.
>
> demigod:~# hdparm -i /dev/hda
>
> /dev/hda:
>
>  Model=SAMSUNG SV2044D, FwRev=MM200-53, SerialNo=0228J1FN905733
>  Config={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs }
>  RawCHS=16383/16/63, TrkSize=34902, SectSize=554, ECCbytes=4
>  BuffType=DualPortCache, BuffSize=472kB, MaxMultSect=16, MultSect=16
>  CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=39862368
>  IORDY=yes, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120}
>  PIO modes:  pio0 pio1 pio2 pio3 pio4
>  DMA modes:  mdma0 mdma1 mdma2
>  UDMA modes: udma0 udma1 udma2 udma3 *udma4
>  AdvancedPM=no WriteCache=enabled
>  Drive conforms to: ATA/ATAPI-4 T13 1153D revision 17:  1 2 3 4
>
>  * signifies the current active mode
>
>
>
> ----- Original Message ----- 
> From: "Dhruv Matani" <dhruvbird@gmx.net>
> To: <linux-kernel@vger.kernel.org>
> Sent: Tuesday, July 13, 2004 7:30 AM
> Subject: DriveReady SeekComplete Error...
>
>
> > Hi,
> > I've been getting this error for my brand new (2 months old) Samsung
> > HDD. The model Number is: SV0411N, and it is a 40GB disk. I'm using
> the
> > kernel version 2.4.20-8 provided by RedHat. When I used
RH-7.2(before
> > upgrading to RH-9), the same HDD worked fine. Also, when I
> re-installed
> > RH-7.2, it worked fine?
> >
> > Any suggestions?
> >
> > Please cc me the reply, sine I'm not subscribed.
> > Thanks ;-)
> >
> > -- 
> >         -Dhruv Matani.
> > http://www.geocities.com/dhruvbird/
> >
> > As a rule, man is a fool. When it's hot, he wants it cold.
> > When it's cold he wants it hot. He always wants what is not.
> > -Anon.
> >
> >
> > -
> > To unsubscribe from this list: send the line "unsubscribe
> linux-kernel" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at  http://www.tux.org/lkml/
> >
>
> -
> To unsubscribe from this list: send the line "unsubscribe
linux-kernel"
> in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> -
> To unsubscribe from this list: send the line "unsubscribe
linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>


^ permalink raw reply	[flat|nested] 40+ messages in thread
* RE: DriveReady SeekComplete Error...
@ 2004-07-13 12:44 Piszcz, Justin Michael
  2004-07-13 15:57 ` Dwayne Rightler
  0 siblings, 1 reply; 40+ messages in thread
From: Piszcz, Justin Michael @ 2004-07-13 12:44 UTC (permalink / raw)
  To: Dwayne Rightler, linux-kernel; +Cc: Dhruv Matani

<*>     Include IDE/ATA-2 DISK support  
[*]       Use multi-mode by default

Have you tried recompiling the kernel and checking off the second option
show above?

CONFIG_IDEDISK_MULTI_MODE
If you get this error, try to say Y here:
hda: set_multmode: status=0x51 { DriveReady SeekComplete Error }
hda: set_multmode: error=0x04 { DriveStatusError }
If in doubt, say N.


-----Original Message-----
From: linux-kernel-owner@vger.kernel.org
[mailto:linux-kernel-owner@vger.kernel.org] On Behalf Of Dwayne Rightler
Sent: Tuesday, July 13, 2004 8:33 AM
To: linux-kernel@vger.kernel.org
Cc: Dhruv Matani
Subject: Re: DriveReady SeekComplete Error...

I have a similar problem with a Samsung hard drive. Model SV2044D.  The
output of 'hdparm -i' below indicates it supports several multiword and
ultra DMA modes but if i run the drive in anything other than PIO mode
it
gets DMA timeouts and SeekComplete Errors.  This has been on every
kernel I
can recall in the 2.4 and 2.6 series.

demigod:~# hdparm -i /dev/hda

/dev/hda:

 Model=SAMSUNG SV2044D, FwRev=MM200-53, SerialNo=0228J1FN905733
 Config={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs }
 RawCHS=16383/16/63, TrkSize=34902, SectSize=554, ECCbytes=4
 BuffType=DualPortCache, BuffSize=472kB, MaxMultSect=16, MultSect=16
 CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=39862368
 IORDY=yes, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120}
 PIO modes:  pio0 pio1 pio2 pio3 pio4
 DMA modes:  mdma0 mdma1 mdma2
 UDMA modes: udma0 udma1 udma2 udma3 *udma4
 AdvancedPM=no WriteCache=enabled
 Drive conforms to: ATA/ATAPI-4 T13 1153D revision 17:  1 2 3 4

 * signifies the current active mode



----- Original Message ----- 
From: "Dhruv Matani" <dhruvbird@gmx.net>
To: <linux-kernel@vger.kernel.org>
Sent: Tuesday, July 13, 2004 7:30 AM
Subject: DriveReady SeekComplete Error...


> Hi,
> I've been getting this error for my brand new (2 months old) Samsung
> HDD. The model Number is: SV0411N, and it is a 40GB disk. I'm using
the
> kernel version 2.4.20-8 provided by RedHat. When I used RH-7.2(before
> upgrading to RH-9), the same HDD worked fine. Also, when I
re-installed
> RH-7.2, it worked fine?
>
> Any suggestions?
>
> Please cc me the reply, sine I'm not subscribed.
> Thanks ;-)
>
> -- 
>         -Dhruv Matani.
> http://www.geocities.com/dhruvbird/
>
> As a rule, man is a fool. When it's hot, he wants it cold.
> When it's cold he wants it hot. He always wants what is not.
> -Anon.
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe
linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel"
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 40+ messages in thread
* DriveReady SeekComplete Error...
@ 2004-07-13 12:30 Dhruv Matani
  2004-07-13 12:32 ` Dwayne Rightler
       [not found] ` <40F3D4AC.9050407@gardenali.biz>
  0 siblings, 2 replies; 40+ messages in thread
From: Dhruv Matani @ 2004-07-13 12:30 UTC (permalink / raw)
  To: linux-kernel

Hi,
	I've been getting this error for my brand new (2 months old) Samsung
HDD. The model Number is: SV0411N, and it is a 40GB disk. I'm using the
kernel version 2.4.20-8 provided by RedHat. When I used RH-7.2(before
upgrading to RH-9), the same HDD worked fine. Also, when I re-installed
RH-7.2, it worked fine?

Any suggestions?

Please cc me the reply, sine I'm not subscribed.
Thanks ;-)

-- 
        -Dhruv Matani.
http://www.geocities.com/dhruvbird/

As a rule, man is a fool. When it's hot, he wants it cold. 
When it's cold he wants it hot. He always wants what is not.
	-Anon.



^ permalink raw reply	[flat|nested] 40+ messages in thread
* DriveReady SeekComplete Error
@ 2004-06-04  7:54 Rick Jansen
  2004-06-04  9:02 ` Daniel Egger
  2004-06-04  9:43 ` John Bradford
  0 siblings, 2 replies; 40+ messages in thread
From: Rick Jansen @ 2004-06-04  7:54 UTC (permalink / raw)
  To: linux-kernel

Hi,

Is this drive fubar? It's installed brand-new, and after only three days
of operating it's giving me these errors from time to time.

May 30 07:08:18 web3 kernel: hda: dma_intr: status=0x51 { DriveReady
SeekComplete Error }
May 30 07:08:18 web3 kernel: hda: dma_intr: error=0x40 {
UncorrectableError }, LBAsect=227270012, sector=227270007
May 30 07:08:18 web3 kernel: end_request: I/O error, dev hda, sector
227270007

I could find some other people on the net with these problems, but none
of them happened with brandnew drives. 

What can I do?

Rick Jansen

-- 
Looking for books? Try http://www.megabooksearch.com
The Linux on 64-Bit platforms Wiki: http://www.linux64.net
PGP Public Key: http://www.rockingstone.nl/rick/pubkey.asc

^ permalink raw reply	[flat|nested] 40+ messages in thread

end of thread, other threads:[~2004-08-20  3:16 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-04 10:15 DriveReady SeekComplete Error mattia
2004-06-04 10:22 ` Jens Axboe
2004-06-04 11:44   ` Bartlomiej Zolnierkiewicz
2004-06-04 11:56     ` Jens Axboe
2004-06-04 12:15       ` Bartlomiej Zolnierkiewicz
2004-06-04 12:17         ` Jens Axboe
2004-06-04 12:40           ` Bartlomiej Zolnierkiewicz
2004-06-04 21:55           ` Ed Tomlinson
2004-06-04 19:58 ` Eric D. Mudama
2004-06-05 13:48   ` mattia
  -- strict thread matches above, loose matches on Subject: below --
2004-07-13 17:23 Piszcz, Justin Michael
2004-07-14 20:10 ` Dwayne Rightler
2004-07-15  4:08   ` Dhruv Matani
2004-07-26 14:32   ` Dhruv Matani
2004-07-26 14:51     ` Dwayne Rightler
2004-08-20  3:22   ` Dhruv Matani
2004-07-13 12:44 Piszcz, Justin Michael
2004-07-13 15:57 ` Dwayne Rightler
2004-07-13 12:30 Dhruv Matani
2004-07-13 12:32 ` Dwayne Rightler
     [not found] ` <40F3D4AC.9050407@gardenali.biz>
2004-07-13 14:27   ` Dhruv Matani
2004-07-13 14:29   ` Dhruv Matani
2004-07-13 14:47   ` Dhruv Matani
2004-07-13 15:01     ` Bartlomiej Zolnierkiewicz
2004-06-04  7:54 Rick Jansen
2004-06-04  9:02 ` Daniel Egger
2004-06-04  9:38   ` John Bradford
2004-06-04  9:43 ` John Bradford
2004-06-04  9:54   ` Rick Jansen
2004-06-04  9:59     ` Jens Axboe
2004-06-04 10:02       ` Rick Jansen
2004-06-04 10:08         ` Jens Axboe
2004-06-04 13:02           ` Andy Hawkins
2004-06-04 13:41     ` Daniel Egger
2004-06-04 13:53       ` Rick Jansen
2004-06-04 14:05         ` John Bradford
2004-06-04 14:18           ` Rick Jansen
2004-06-04 19:32             ` Bruce Allen
2004-06-04 14:15         ` Daniel Egger
2004-06-04 14:09     ` John Bradford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox