All of lore.kernel.org
 help / color / mirror / Atom feed
* Problems with ata-piix driver
@ 2004-06-15 12:33 Norman Elton
  2004-06-16  2:52 ` IKARASHI, Seiichi
  2004-06-16  3:19 ` Jeff Garzik
  0 siblings, 2 replies; 6+ messages in thread
From: Norman Elton @ 2004-06-15 12:33 UTC (permalink / raw)
  To: jgarzik; +Cc: linux-ide

Hello,

I got your e-mail sfrom the ata_piix.c header. When I boot RedHat's 
installer program, the installer freezes when trying to load the 
ata_piix driver. I have filed a bug with RedHat (#125624). Jeff, I 
notice the bug has been assigned to you.

Is there any way around this issue? It's preventing me from installing 
RH on one of our servers.

Thanks,

Norman Elton

------------------------------------------------------
Norman Elton
Information Technology - Network Engineering
College of William & Mary
757-221-7790


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

* Re: Problems with ata-piix driver
  2004-06-15 12:33 Problems with ata-piix driver Norman Elton
@ 2004-06-16  2:52 ` IKARASHI, Seiichi
  2004-06-16  3:20   ` Jeff Garzik
  2004-06-16  3:19 ` Jeff Garzik
  1 sibling, 1 reply; 6+ messages in thread
From: IKARASHI, Seiichi @ 2004-06-16  2:52 UTC (permalink / raw)
  To: Norman Elton; +Cc: jgarzik, linux-ide

Hi,

How about reconstruct the SATA RAID volume into
non-RAID volumes (separated single disks)?
The ata_piix/libata driver in RHEL3 seems not support
SATA RAID. When I encountered a similar situation on a machine
which was connected with a SATA HDD with its Intel 6300ESB chip
on-board, I made the RAID function of ESB disable and installed OS.

Regards,
Seiichi Ikarashi


Norman Elton wrote:

> Hello,
> 
> I got your e-mail sfrom the ata_piix.c header. When I boot RedHat's 
> installer program, the installer freezes when trying to load the 
> ata_piix driver. I have filed a bug with RedHat (#125624). Jeff, I 
> notice the bug has been assigned to you.
> 
> Is there any way around this issue? It's preventing me from installing 
> RH on one of our servers.
> 
> Thanks,
> 
> Norman Elton
> 
> ------------------------------------------------------
> Norman Elton
> Information Technology - Network Engineering
> College of William & Mary
> 757-221-7790
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-ide" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 


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

* Re: Problems with ata-piix driver
  2004-06-15 12:33 Problems with ata-piix driver Norman Elton
  2004-06-16  2:52 ` IKARASHI, Seiichi
@ 2004-06-16  3:19 ` Jeff Garzik
  2004-06-17 16:09   ` Norman Elton
  1 sibling, 1 reply; 6+ messages in thread
From: Jeff Garzik @ 2004-06-16  3:19 UTC (permalink / raw)
  To: Norman Elton; +Cc: linux-ide

Norman Elton wrote:
> Hello,
> 
> I got your e-mail sfrom the ata_piix.c header. When I boot RedHat's 
> installer program, the installer freezes when trying to load the 
> ata_piix driver. I have filed a bug with RedHat (#125624). Jeff, I 
> notice the bug has been assigned to you.
> 
> Is there any way around this issue? It's preventing me from installing 
> RH on one of our servers.

Usually this means you need to disable 'combined mode' or 'legacy mode' 
in the BIOS setup.

I'll take a look at that bug...

	Jeff




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

* Re: Problems with ata-piix driver
  2004-06-16  2:52 ` IKARASHI, Seiichi
@ 2004-06-16  3:20   ` Jeff Garzik
  2004-06-16  3:47     ` IKARASHI, Seiichi
  0 siblings, 1 reply; 6+ messages in thread
From: Jeff Garzik @ 2004-06-16  3:20 UTC (permalink / raw)
  To: IKARASHI, Seiichi; +Cc: Norman Elton, linux-ide

IKARASHI, Seiichi wrote:
> Hi,
> 
> How about reconstruct the SATA RAID volume into
> non-RAID volumes (separated single disks)?
> The ata_piix/libata driver in RHEL3 seems not support
> SATA RAID. When I encountered a similar situation on a machine
> which was connected with a SATA HDD with its Intel 6300ESB chip
> on-board, I made the RAID function of ESB disable and installed OS.


This is something different -- the hardware does NOT support RAID.  A 
separate software RAID driver is required for Intel's proprietary RAID 
format.  This driver has been posted to linux-kernel for 2.4.x, but is 
not available for 2.6.x kernels.

	Jeff



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

* Re: Problems with ata-piix driver
  2004-06-16  3:20   ` Jeff Garzik
@ 2004-06-16  3:47     ` IKARASHI, Seiichi
  0 siblings, 0 replies; 6+ messages in thread
From: IKARASHI, Seiichi @ 2004-06-16  3:47 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Norman Elton, linux-ide

Jeff Garzik wrote:

> IKARASHI, Seiichi wrote:
> 
>> Hi,
>>
>> How about reconstruct the SATA RAID volume into
>> non-RAID volumes (separated single disks)?
>> The ata_piix/libata driver in RHEL3 seems not support
>> SATA RAID. When I encountered a similar situation on a machine
>> which was connected with a SATA HDD with its Intel 6300ESB chip
>> on-board, I made the RAID function of ESB disable and installed OS.
> 
> 
> 
> This is something different -- the hardware does NOT support RAID.  A 
> separate software RAID driver is required for Intel's proprietary RAID 
> format.  This driver has been posted to linux-kernel for 2.4.x, but is 
> not available for 2.6.x kernels.
> 
>     Jeff

Hi Jeff,

Is it the patch you mentioned above?
   http://lwn.net/Articles/60247/
Or any updates after this?
It seems to work with your ata_piix.


Seiichi



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

* Re: Problems with ata-piix driver
  2004-06-16  3:19 ` Jeff Garzik
@ 2004-06-17 16:09   ` Norman Elton
  0 siblings, 0 replies; 6+ messages in thread
From: Norman Elton @ 2004-06-17 16:09 UTC (permalink / raw)
  To: linux-ide

Jeff,

I looked into this. In the BIOS, when I enable the RAID configuration, 
it forces me into
"enhanced mode". I spoke with the Super Micro technical support, and 
they ensured me
that when you turn on RAID, it disables "combined mode".

Any other ideas?

Thanks,

Norman

p.s. I'm copying our conversation to Bugzilla for reference.

------------------------------------------------------
Norman Elton
Information Technology - Network Engineering
College of William & Mary
757-221-7790


On Jun 15, 2004, at 11:19 PM, Jeff Garzik wrote:

> Norman Elton wrote:
>> Hello,
>> I got your e-mail sfrom the ata_piix.c header. When I boot RedHat's 
>> installer program, the installer freezes when trying to load the 
>> ata_piix driver. I have filed a bug with RedHat (#125624). Jeff, I 
>> notice the bug has been assigned to you.
>> Is there any way around this issue? It's preventing me from 
>> installing RH on one of our servers.
>
> Usually this means you need to disable 'combined mode' or 'legacy 
> mode' in the BIOS setup.
>
> I'll take a look at that bug...
>
> 	Jeff
>
>
>


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

end of thread, other threads:[~2004-06-17 16:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-15 12:33 Problems with ata-piix driver Norman Elton
2004-06-16  2:52 ` IKARASHI, Seiichi
2004-06-16  3:20   ` Jeff Garzik
2004-06-16  3:47     ` IKARASHI, Seiichi
2004-06-16  3:19 ` Jeff Garzik
2004-06-17 16:09   ` Norman Elton

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.