mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* ALI 1533 / hang on boot / vaio c1mhp / 2.4.19 + acpi backport
@ 2002-11-17 19:47 Florian Lohoff
  2002-11-17 22:50 ` Alan Cox
  0 siblings, 1 reply; 4+ messages in thread
From: Florian Lohoff @ 2002-11-17 19:47 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 733 bytes --]


Hi,
i am seeing a hang on boot on a Crusoe based Vaio C1MHP when enabling
the ALI IDE Driver:

These are the last lines:

Unform Multi-Platform E-IDE driver Revision: 6.31
ide: Assuming 33Mhz system bus speed for PIO modes: override with idebus=xx
ALI15X3: IDE controller on PCI bus 00 dev 80
 pci_irq-0293 [05] acpi_pci_irq_derive   : Unable to derive IRQ for device 00:10.0
PCI: No IRQ known for interrupt pin A of device 00:10.0 - using IRQ 255
ALI15X3: chipset revision 196
ALI15X3: not 100% native mode: will probe irqs later

Kernel 2.4.19 + acpi backport + swsusp 

Flo
-- 
Florian Lohoff                  flo@rfc822.org             +49-5201-669912
                        Heisenberg may have been here.

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

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

* Re: ALI 1533 / hang on boot / vaio c1mhp / 2.4.19 + acpi backport
  2002-11-17 19:47 ALI 1533 / hang on boot / vaio c1mhp / 2.4.19 + acpi backport Florian Lohoff
@ 2002-11-17 22:50 ` Alan Cox
  2002-11-18 11:52   ` Florian Lohoff
  0 siblings, 1 reply; 4+ messages in thread
From: Alan Cox @ 2002-11-17 22:50 UTC (permalink / raw)
  To: Florian Lohoff; +Cc: Linux Kernel Mailing List

On Sun, 2002-11-17 at 19:47, Florian Lohoff wrote:
> 
> Hi,
> i am seeing a hang on boot on a Crusoe based Vaio C1MHP when enabling
> the ALI IDE Driver:
> 
> These are the last lines:
> 
> Unform Multi-Platform E-IDE driver Revision: 6.31
> ide: Assuming 33Mhz system bus speed for PIO modes: override with idebus=xx
> ALI15X3: IDE controller on PCI bus 00 dev 80
>  pci_irq-0293 [05] acpi_pci_irq_derive   : Unable to derive IRQ for device 00:10.0
> PCI: No IRQ known for interrupt pin A of device 00:10.0 - using IRQ 255
> ALI15X3: chipset revision 196
> ALI15X3: not 100% native mode: will probe irqs later

Try it without the ACPI first. Let me know if that also hangs


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

* Re: ALI 1533 / hang on boot / vaio c1mhp / 2.4.19 + acpi backport
  2002-11-17 22:50 ` Alan Cox
@ 2002-11-18 11:52   ` Florian Lohoff
  2002-11-18 13:04     ` Alan Cox
  0 siblings, 1 reply; 4+ messages in thread
From: Florian Lohoff @ 2002-11-18 11:52 UTC (permalink / raw)
  To: Alan Cox; +Cc: Linux Kernel Mailing List

[-- Attachment #1: Type: text/plain, Size: 1174 bytes --]

On Sun, Nov 17, 2002 at 10:50:00PM +0000, Alan Cox wrote:
> On Sun, 2002-11-17 at 19:47, Florian Lohoff wrote:
> > 
> > Hi,
> > i am seeing a hang on boot on a Crusoe based Vaio C1MHP when enabling
> > the ALI IDE Driver:
> > 
> > These are the last lines:
> > 
> > Unform Multi-Platform E-IDE driver Revision: 6.31
> > ide: Assuming 33Mhz system bus speed for PIO modes: override with idebus=xx
> > ALI15X3: IDE controller on PCI bus 00 dev 80
> >  pci_irq-0293 [05] acpi_pci_irq_derive   : Unable to derive IRQ for device 00:10.0
> > PCI: No IRQ known for interrupt pin A of device 00:10.0 - using IRQ 255
> > ALI15X3: chipset revision 196
> > ALI15X3: not 100% native mode: will probe irqs later
> 
> Try it without the ACPI first. Let me know if that also hangs

It does - With acpi=off and acpi=off pci=biosirq (as mentioned in that
crash). I also tried the somewhere mentioned UDMA66 force (ide0=ata66
ide1=ata66) which does get over this point but fails to mount the root
filesystem with IDE errors.

Flo
-- 
Florian Lohoff                  flo@rfc822.org             +49-5201-669912
                        Heisenberg may have been here.

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

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

* Re: ALI 1533 / hang on boot / vaio c1mhp / 2.4.19 + acpi backport
  2002-11-18 11:52   ` Florian Lohoff
@ 2002-11-18 13:04     ` Alan Cox
  0 siblings, 0 replies; 4+ messages in thread
From: Alan Cox @ 2002-11-18 13:04 UTC (permalink / raw)
  To: Florian Lohoff; +Cc: Linux Kernel Mailing List

On Mon, 2002-11-18 at 11:52, Florian Lohoff wrote:
> It does - With acpi=off and acpi=off pci=biosirq (as mentioned in that
> crash). I also tried the somewhere mentioned UDMA66 force (ide0=ata66
> ide1=ata66) which does get over this point but fails to mount the root
> filesystem with IDE errors.

That woukd make sense. The ALI driver in 2.4.19 supports only ALi
north/south properly, not Ali/Transmeta or Ali/ATI combinations.
2.4.20-ac should get Ali/Transmeta right and 2.5.47-ac now has test code
to avoid non legacy DMA on the ATI


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

end of thread, other threads:[~2002-11-18 12:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-17 19:47 ALI 1533 / hang on boot / vaio c1mhp / 2.4.19 + acpi backport Florian Lohoff
2002-11-17 22:50 ` Alan Cox
2002-11-18 11:52   ` Florian Lohoff
2002-11-18 13:04     ` Alan Cox

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

all inboxes | Powered by JetHome®