Re: [newbie] Asus A7V Ata 100 Controller

2001-02-02 Thread S. Stubbs

try these links:
http://www.themonsens.org/michaelfamily/a7v_and_mandrake_7.2
http://www.geocities.com/ender7007/index.html
sincerely,
susan


- Original Message -
From: Wayne Rolfe
To: [EMAIL PROTECTED]
Sent: Saturday, January 27, 2001 10:30 AM
Subject: [newbie] Asus A7V Ata 100 Controller


Hi there,

I need to know how to get linux mandrake 7.1 to see the drives on my ATA 100
controller, when I run the commands ide2=0x8400,0x8002  ide3=0x7800,0x7402 my
system will see the drives attached to the controller then give me will just
"hang there my kernel will not boot any further. Can anyone tell me what to do.

Kind regards
Wayne Rolfe
[EMAIL PROTECTED]
[EMAIL PROTECTED]





Re: [newbie] Asus A7V Ata 100 Controller

2001-01-28 Thread civileme

On Saturday 27 January 2001 17:27, you wrote:
> Hi there,
>
> I need to know how to get linux mandrake 7.1 to see the drives on my ATA
> 100 controller, when I run the commands ide2=0x8400,0x8002 
> ide3=0x7800,0x7402 my system will see the drives attached to the controller
> then give me will just "hang there my kernel will not boot any further. Can
> anyone tell me what to do.
>
> Kind regards
> Wayne Rolfe
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]

7.1's kernel will not run ATA/100 drives or controllers.  You need 7.2 or 
later, at least in the kernel.

Civileme




Re: [newbie] Asus A7V Ata 100 Controller

2001-01-28 Thread abe

hey, could you post the out put of hdparm -Tt /dev/hde for me?  I've
been tweaking my drive settings and I can't seem to get the drive on
ATA100 controller to perform even equal to how it did on the ATA66
controller.  I get:

[root@ilinisa abe]# hdparm -Tt /dev/hde

/dev/hde:
 Timing buffer-cache reads:   128 MB in  1.04 seconds =123.08 MB/sec
 Timing buffered disk reads:  64 MB in  7.16 seconds =  8.94 MB/sec
[root@ilinisa abe]# 


Abe



Robert Wertzler wrote:
> 
> On Saturday 27 January 2001 09:30, you wrote:
> 
> > > Hi there,
> >
> > I need to know how to get linux mandrake 7.1 to see the drives on my ATA
> > 100 controller, when I run the commands ide2=0x8400,0x8002
> > ide3=0x7800,0x7402 my system will see the drives attached to the controller
> > then give me will just "hang there my kernel will not boot any further. Can
> > anyone tell me what to do.
> >
> > Kind regards
> > Wayne Rolfe
> > [EMAIL PROTECTED]
> > [EMAIL PROTECTED]
> 
> 
> Content-Type: text/html; charset="iso-8859-1"; name="Attachment: 1"
> Content-Transfer-Encoding: quoted-printable
> Content-Description:
> 
>  Wayne,
> 
> Try looking for Kernel 2.2.16-10.  I found it by way of the Linux
> Hardware Database.  The version referred to there is in the SuSE
> 7.0 ftp site (I'm running SuSE, not Mandrake).  When I tried the
> boot image given there my installer hung, probably because the
> DVD drive and boot HD (on the regular IDE dontroller) got
> bollixed up somehow trying to run at EIDE66.  The stock boot disk worked
> better, then I installed the new Kernel rpm and the UDMA 100
> controller and disks work fine.  I did try installing Makdrake 7
> on this machine, but that was when I had some bad RAM
> and nothing worked right, so I can't really compare the distros
> on this issue.  With the 2.2.16-10 installed and UDMA enabled,
> and a 1GHx Athlon, it is quick, very, very quick.
> 
> Bob Wertzler




Re: [newbie] Asus A7V Ata 100 Controller

2001-01-27 Thread Robert Wertzler

On Saturday 27 January 2001 09:30, you wrote:

> > Hi there,
>
> I need to know how to get linux mandrake 7.1 to see the drives on my ATA
> 100 controller, when I run the commands ide2=0x8400,0x8002 
> ide3=0x7800,0x7402 my system will see the drives attached to the controller
> then give me will just "hang there my kernel will not boot any further. Can
> anyone tell me what to do.
>
> Kind regards
> Wayne Rolfe
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]


Content-Type: text/html; charset="iso-8859-1"; name="Attachment: 1"
Content-Transfer-Encoding: quoted-printable
Content-Description: 

 Wayne,

Try looking for Kernel 2.2.16-10.  I found it by way of the Linux
Hardware Database.  The version referred to there is in the SuSE
7.0 ftp site (I'm running SuSE, not Mandrake).  When I tried the 
boot image given there my installer hung, probably because the 
DVD drive and boot HD (on the regular IDE dontroller) got 
bollixed up somehow trying to run at EIDE66.  The stock boot disk worked
better, then I installed the new Kernel rpm and the UDMA 100
controller and disks work fine.  I did try installing Makdrake 7 
on this machine, but that was when I had some bad RAM
and nothing worked right, so I can't really compare the distros
on this issue.  With the 2.2.16-10 installed and UDMA enabled,
and a 1GHx Athlon, it is quick, very, very quick.

Bob Wertzler




Re: [newbie] Asus A7V Ata 100 Controller

2001-01-27 Thread abe

hey wayne, let me be te first to say that you should turn off HTML mail
as it will enrage some otherwise perfectly coherent people to the point
of insanity.  So, if you want to reach the widest possible group of
people for answers to your questions and generally be a good member of
the online community, send all your email as plain ASCII text.

As far as your motherboard goes, my first thought is that those
addresses might not be the ones that are actually in use on your
machine.  If this is a dual boot machine you can find those I/O
addresses in the device mangler under windows.  You use the first four
addresses and add 2 to the second and fourth.  Lke this

8400-8407
8000-8003
7800-7807
7400-7403
yields

ide2=0x8400,0x8002 ide3=0x7800,0x7402

If those numbers are correct for your machine then I don't know what
your problem might be.  I have limited experience with trouble shooting
ATA100 controllers on A7V's because I've been lucky so far


good luck!


Abe






> Wayne Rolfe wrote:
> 
> Hi there,
> 
> I need to know how to get linux mandrake 7.1 to see the drives on my
> ATA 100 controller, when I run the commands ide2=0x8400,0x8002
> ide3=0x7800,0x7402 my system will see the drives attached to the
> controller then give me will just "hang there my kernel will not boot
> any further. Can anyone tell me what to do.
> 
> Kind regards
> Wayne Rolfe
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
>




[newbie] Asus A7V Ata 100 Controller

2001-01-27 Thread Wayne Rolfe



Hi there,
 
I need to know how to get linux mandrake 7.1 to see 
the drives on my ATA 100 controller, when I run the commands 
ide2=0x8400,0x8002  ide3=0x7800,0x7402 my system will see the drives 
attached to the controller then give me will just "hang there my kernel will not 
boot any further. Can anyone tell me what to do.
 
Kind regards
Wayne Rolfe
[EMAIL PROTECTED]
[EMAIL PROTECTED]