All of lore.kernel.org
 help / color / mirror / Atom feed
From: Samuel Flory <sflory@rackable.com>
To: Spacecake <lkml@spacecake.plus.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: HPT372 RAID controller
Date: Mon, 09 Dec 2002 10:42:59 -0800	[thread overview]
Message-ID: <3DF4E433.5010207@rackable.com> (raw)
In-Reply-To: 20021208123134.4be342c7.lkml@spacecake.plus.com

Spacecake wrote:

>Hi,
>
>I've been putting off posting to this mailing list, because i really
>didn't want to bother all you busy kernel development type peoples :),
>but after searching for about a week, i am no closer to the answer -
>maybe the author of the driver can help me, or something.
>
>Using the above raid controller, which is onboard the Abit KX7-333R
>motherboard.
>Using a single HDD to test it with, the HDD in question works fine using
>the VIA IDE controller on the same board.
>If this matters, i don't actually want RAID, i am just using it as
>another IDE controller.
>
>I'm using the 2.4.20 kernel, and i thought this controller had been
>supported since 2.4.18. I'll include the relevant part of my current
>.config below.
>  
>

   Things have been changing a lot in the 2.4 ide driver.  Try Alan's ac 
kernel.  That's where all of the ide bug fixing is being done.

1)Apply ac patch
- cd ~
- wget 
ftp://ftp.kernel.org/pub/linux/kernel/people/alan/linux-2.4/2.4.20/patch-2.4.20-ac1.bz2
- cd /usr/src/
- cp -a linux-2.4.20 linux-2.4.20-ac1
- cd linux-2.4.20-ac1
- bzcat ~/patch-2.4.20-ac1.bz2|   patch -p1
2)Compile and install kernel
- cp .config 1
- make mrproper
- cp 1 .config
- make oldconfig
- make dep bzImage modules modules_install install
3)If you still have issues send an email to the list with 2.4.20-ac1 in 
the subject.  Include:
- ide section of dmesg
- output of "hdparm -vi <drive>"
- results of "hdparm -d 1 <drive>"  including any thing that shows up in 
dmesg afterwards.

>  
>



  reply	other threads:[~2002-12-09 18:38 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-08 12:31 HPT372 RAID controller Spacecake
2002-12-09 18:42 ` Samuel Flory [this message]
2002-12-09 20:33   ` Spacecake
2002-12-09 20:52     ` Samuel Flory
2002-12-10  0:31     ` Alan Cox
2002-12-10  0:43       ` Erik Andersen
2002-12-10 18:09       ` Spacecake
2002-12-10 18:37         ` Spacecake
2002-12-10 20:58         ` Alan Cox
2002-12-10 22:46           ` Spacecake

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=3DF4E433.5010207@rackable.com \
    --to=sflory@rackable.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lkml@spacecake.plus.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.