linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ide.2.4.16.12102001 chokes on HPT366
@ 2002-01-14  4:08 Ian Morgan
  2002-01-14  4:42 ` Andre Hedrick
  2002-01-14 10:29 ` Dave Jones
  0 siblings, 2 replies; 5+ messages in thread
From: Ian Morgan @ 2002-01-14  4:08 UTC (permalink / raw)
  To: andre; +Cc: Linux Kernel Mailing List

Andre (and the rest of the crowd),

I really hate to be one to provide some negative news of your IDE patch,
but here goes:

I have been hearing very good things about your patch lately, so after
having not tried it since the 2.4.1[0-3] days, I figured it was time for
another round of testing. Specifically, some people, including Alan,
mentioned the stability of the Highpoint drivers. Since I've had dismal luck
with my HPT366 in the past, I was excited at the prospect of being able to
use it without trashing my disks (again).

No such luck, I'm afraid. While my disks have survived seemingly unharmed,
the system [1] barfed on speed tests.

I booted into multi-user (no X), but dhcpd hadn't started properly. After
some investigation, I found it to be core-dumping as a result of a corrupted
binary. Re-installing the RPM got it back up in a jiffy. While this could
have been an unrelated anomaly, my suspicions were on the Highpoint driver.

Next, I set the drive for 32-bit IO...

	hdparm -c1 /dev/hde

... then switched to X (exec init 5).

The first real test, now, was to speed-test the drive:

	hdparm -tT /dev/hde

This yielded practically no improvement over the PIIX4 (both averaged
~25 MiB/s). Of course the usual routine is to run the test 3 or 4 times and
take an average. Well, lo and behold, the 2nd run of the speed test went as
follows:

	/dev/hda:
	Timing buffer-cache reads:   128 MB in  ~1.4 seconds = ~90 MB/s
	Timing buffered disk reads:

... and nothing! The hdparm process went into D state, and everything else
that tried to access the drive also locked.

I rebooted, into single-user mode this time, and tried the speed test again
(after enabling 32-bit IO). This time it locked on the first test in the
same way as above. At this point I gave up and returned the drive to the
PIIX4 and prayed it was not completely fubared.

So, any ideas? Is you patch really supposed to work well on the HPT366, or
am I dreaming in Technicolour? Interestingly, most everything on the system
seemed to work OK. File access, loading apps, etc all seemed OK, but the
lockup during speed test really worries me.


[1] Abit BP6, 2x 400MHz Celeron, 384MB RAM
    HPT 366 w/ Quantum Fireball LM30 (PM by CS)
    PIIX4 w/ WDC AC33100H (SM), Mitsumi FX4820T (SS)
    Linux 2.4.17 w/ ide.2.4.16.12102001 & freeswan-1.91
    hdparm v4.4

Regards,
Ian Morgan
-- 
-------------------------------------------------------------------
 Ian E. Morgan        Vice President & C.O.O.         Webcon, Inc.
 imorgan@webcon.net         PGP: #2DA40D07          www.webcon.net
-------------------------------------------------------------------


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

* Re: ide.2.4.16.12102001 chokes on HPT366
  2002-01-14  4:08 ide.2.4.16.12102001 chokes on HPT366 Ian Morgan
@ 2002-01-14  4:42 ` Andre Hedrick
  2002-01-14 18:39   ` Ian Morgan
  2002-01-14 22:28   ` Anton Altaparmakov
  2002-01-14 10:29 ` Dave Jones
  1 sibling, 2 replies; 5+ messages in thread
From: Andre Hedrick @ 2002-01-14  4:42 UTC (permalink / raw)
  To: Ian Morgan; +Cc: Linux Kernel Mailing List



Quantum Fireball LM30 -- stuff it in a quirk list in the top of the file
and see if that fixes it.

Cheers,

Andre Hedrick
Linux Disk Certification Project                Linux ATA Development

On Sun, 13 Jan 2002, Ian Morgan wrote:

> Andre (and the rest of the crowd),
> 
> I really hate to be one to provide some negative news of your IDE patch,
> but here goes:
> 
> I have been hearing very good things about your patch lately, so after
> having not tried it since the 2.4.1[0-3] days, I figured it was time for
> another round of testing. Specifically, some people, including Alan,
> mentioned the stability of the Highpoint drivers. Since I've had dismal luck
> with my HPT366 in the past, I was excited at the prospect of being able to
> use it without trashing my disks (again).
> 
> No such luck, I'm afraid. While my disks have survived seemingly unharmed,
> the system [1] barfed on speed tests.
> 
> I booted into multi-user (no X), but dhcpd hadn't started properly. After
> some investigation, I found it to be core-dumping as a result of a corrupted
> binary. Re-installing the RPM got it back up in a jiffy. While this could
> have been an unrelated anomaly, my suspicions were on the Highpoint driver.
> 
> Next, I set the drive for 32-bit IO...
> 
> 	hdparm -c1 /dev/hde
> 
> ... then switched to X (exec init 5).
> 
> The first real test, now, was to speed-test the drive:
> 
> 	hdparm -tT /dev/hde
> 
> This yielded practically no improvement over the PIIX4 (both averaged
> ~25 MiB/s). Of course the usual routine is to run the test 3 or 4 times and
> take an average. Well, lo and behold, the 2nd run of the speed test went as
> follows:
> 
> 	/dev/hda:
> 	Timing buffer-cache reads:   128 MB in  ~1.4 seconds = ~90 MB/s
> 	Timing buffered disk reads:
> 
> ... and nothing! The hdparm process went into D state, and everything else
> that tried to access the drive also locked.
> 
> I rebooted, into single-user mode this time, and tried the speed test again
> (after enabling 32-bit IO). This time it locked on the first test in the
> same way as above. At this point I gave up and returned the drive to the
> PIIX4 and prayed it was not completely fubared.
> 
> So, any ideas? Is you patch really supposed to work well on the HPT366, or
> am I dreaming in Technicolour? Interestingly, most everything on the system
> seemed to work OK. File access, loading apps, etc all seemed OK, but the
> lockup during speed test really worries me.
> 
> 
> [1] Abit BP6, 2x 400MHz Celeron, 384MB RAM
>     HPT 366 w/ Quantum Fireball LM30 (PM by CS)
>     PIIX4 w/ WDC AC33100H (SM), Mitsumi FX4820T (SS)
>     Linux 2.4.17 w/ ide.2.4.16.12102001 & freeswan-1.91
>     hdparm v4.4
> 
> Regards,
> Ian Morgan
> -- 
> -------------------------------------------------------------------
>  Ian E. Morgan        Vice President & C.O.O.         Webcon, Inc.
>  imorgan@webcon.net         PGP: #2DA40D07          www.webcon.net
> -------------------------------------------------------------------
> 
> -
> 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] 5+ messages in thread

* Re: ide.2.4.16.12102001 chokes on HPT366
  2002-01-14  4:08 ide.2.4.16.12102001 chokes on HPT366 Ian Morgan
  2002-01-14  4:42 ` Andre Hedrick
@ 2002-01-14 10:29 ` Dave Jones
  1 sibling, 0 replies; 5+ messages in thread
From: Dave Jones @ 2002-01-14 10:29 UTC (permalink / raw)
  To: Ian Morgan; +Cc: andre, Linux Kernel Mailing List


> So, any ideas? Is you patch really supposed to work well on the HPT366, or
> am I dreaming in Technicolour?
> [1] Abit BP6, 2x 400MHz Celeron, 384MB RAM
>     HPT 366 w/ Quantum Fireball LM30 (PM by CS)

istr the onboard hpt366 of the bp6 was horked unless you upgraded
the firmware.

-- 
| Dave Jones.        http://www.codemonkey.org.uk
| SuSE Labs


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

* Re: ide.2.4.16.12102001 chokes on HPT366
  2002-01-14  4:42 ` Andre Hedrick
@ 2002-01-14 18:39   ` Ian Morgan
  2002-01-14 22:28   ` Anton Altaparmakov
  1 sibling, 0 replies; 5+ messages in thread
From: Ian Morgan @ 2002-01-14 18:39 UTC (permalink / raw)
  To: Andre Hedrick; +Cc: Linux Kernel Mailing List

On Sun, 13 Jan 2002, Andre Hedrick wrote:

> Quantum Fireball LM30 -- stuff it in a quirk list in the top of the file
> and see if that fixes it.

--- hpt366.c~	Sun Jan 13 18:38:52 2002
+++ hpt366.c	Mon Jan 14 01:24:55 2002
@@ -82,7 +82,8 @@
 	"QUANTUM FIREBALLP KA6.4",
 	"QUANTUM FIREBALLP LM20.4",
 	"QUANTUM FIREBALLP LM20.5",
-        NULL
+	"QUANTUM FIREBALLP LM30",
+	NULL
 };

 const char *bad_ata100_5[] = {


... made no difference. Also tried ignoring the speed test and running the
system as usual, but it consistently locks up during high disk IO.

Regards,
Ian Morgan
-- 
-------------------------------------------------------------------
 Ian E. Morgan        Vice President & C.O.O.         Webcon, Inc.
 imorgan@webcon.net         PGP: #2DA40D07          www.webcon.net
-------------------------------------------------------------------


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

* Re: ide.2.4.16.12102001 chokes on HPT366
  2002-01-14  4:42 ` Andre Hedrick
  2002-01-14 18:39   ` Ian Morgan
@ 2002-01-14 22:28   ` Anton Altaparmakov
  1 sibling, 0 replies; 5+ messages in thread
From: Anton Altaparmakov @ 2002-01-14 22:28 UTC (permalink / raw)
  To: Ian Morgan; +Cc: Andre Hedrick, Linux Kernel Mailing List

Have you got the latest mobo BIOS and firmware for the HPT installed?

Some versions of your motherboard are known to be completely broken, even 
Windows users end up not using the onboard controller in some cases. This 
is not necessarilly a Linux IDE issue.

Best regards,

Anton

At 18:39 14/01/02, Ian Morgan wrote:
>On Sun, 13 Jan 2002, Andre Hedrick wrote:
>
> > Quantum Fireball LM30 -- stuff it in a quirk list in the top of the file
> > and see if that fixes it.
>
>--- hpt366.c~   Sun Jan 13 18:38:52 2002
>+++ hpt366.c    Mon Jan 14 01:24:55 2002
>@@ -82,7 +82,8 @@
>         "QUANTUM FIREBALLP KA6.4",
>         "QUANTUM FIREBALLP LM20.4",
>         "QUANTUM FIREBALLP LM20.5",
>-        NULL
>+       "QUANTUM FIREBALLP LM30",
>+       NULL
>  };
>
>  const char *bad_ata100_5[] = {
>
>
>... made no difference. Also tried ignoring the speed test and running the
>system as usual, but it consistently locks up during high disk IO.
>
>Regards,
>Ian Morgan
>--
>-------------------------------------------------------------------
>  Ian E. Morgan        Vice President & C.O.O.         Webcon, Inc.
>  imorgan@webcon.net         PGP: #2DA40D07          www.webcon.net
>-------------------------------------------------------------------
>
>-
>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/

-- 
   "I've not lost my mind. It's backed up on tape somewhere." - Unknown
-- 
Anton Altaparmakov <aia21 at cam.ac.uk> (replace at with @)
Linux NTFS Maintainer / WWW: http://linux-ntfs.sf.net/
ICQ: 8561279 / WWW: http://www-stu.christs.cam.ac.uk/~aia21/


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

end of thread, other threads:[~2002-01-14 22:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-14  4:08 ide.2.4.16.12102001 chokes on HPT366 Ian Morgan
2002-01-14  4:42 ` Andre Hedrick
2002-01-14 18:39   ` Ian Morgan
2002-01-14 22:28   ` Anton Altaparmakov
2002-01-14 10:29 ` Dave Jones

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).