linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Linux 2.4.20 + SiS + Adaptec AHA-7850
@ 2003-04-22  2:38 war
  2003-04-22 10:38 ` Stephan von Krawczynski
  2003-04-22 14:27 ` Alan Cox
  0 siblings, 2 replies; 6+ messages in thread
From: war @ 2003-04-22  2:38 UTC (permalink / raw)
  To: linux-kernel

Does not work...
Boots up, probes each ID, fails, takes 15-20 sec per timeout for each ID,
then actually does boot after (15-20sec)*7ID for that board.

I used same exact (SCSI-CONFIG) for VIA board, worked fine, guess there
are problems with IRQs or something?

I'd send log/more information but don't feel like writing 10 pages of text
down to send to lkml.



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

* Re: Linux 2.4.20 + SiS + Adaptec AHA-7850
  2003-04-22  2:38 Linux 2.4.20 + SiS + Adaptec AHA-7850 war
@ 2003-04-22 10:38 ` Stephan von Krawczynski
  2003-04-22 13:28   ` war
  2003-04-22 14:27 ` Alan Cox
  1 sibling, 1 reply; 6+ messages in thread
From: Stephan von Krawczynski @ 2003-04-22 10:38 UTC (permalink / raw)
  To: war; +Cc: linux-kernel

Can be you are running into some problems with irq-routing and SIS chipset. Try
acpi-patch from sf. It worked for me.

Regards,
Stephan


On Mon, 21 Apr 2003 22:38:23 -0400 (EDT)
war <war@lucidpixels.com> wrote:

> Does not work...
> Boots up, probes each ID, fails, takes 15-20 sec per timeout for each ID,
> then actually does boot after (15-20sec)*7ID for that board.
> 
> I used same exact (SCSI-CONFIG) for VIA board, worked fine, guess there
> are problems with IRQs or something?
> 
> I'd send log/more information but don't feel like writing 10 pages of text
> down to send to lkml.
> 
> 
> -
> 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] 6+ messages in thread

* Re: Linux 2.4.20 + SiS + Adaptec AHA-7850
  2003-04-22 10:38 ` Stephan von Krawczynski
@ 2003-04-22 13:28   ` war
  2003-04-22 13:31     ` Stephan von Krawczynski
  0 siblings, 1 reply; 6+ messages in thread
From: war @ 2003-04-22 13:28 UTC (permalink / raw)
  To: Stephan von Krawczynski; +Cc: linux-kernel

will this patch be included for 2.4.21 or 22?


On Tue, 22 Apr 2003, Stephan von Krawczynski wrote:

> Can be you are running into some problems with irq-routing and SIS chipset. Try
> acpi-patch from sf. It worked for me.
>
> Regards,
> Stephan
>
>
> On Mon, 21 Apr 2003 22:38:23 -0400 (EDT)
> war <war@lucidpixels.com> wrote:
>
> > Does not work...
> > Boots up, probes each ID, fails, takes 15-20 sec per timeout for each ID,
> > then actually does boot after (15-20sec)*7ID for that board.
> >
> > I used same exact (SCSI-CONFIG) for VIA board, worked fine, guess there
> > are problems with IRQs or something?
> >
> > I'd send log/more information but don't feel like writing 10 pages of text
> > down to send to lkml.
> >
> >
> > -
> > 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] 6+ messages in thread

* Re: Linux 2.4.20 + SiS + Adaptec AHA-7850
  2003-04-22 13:28   ` war
@ 2003-04-22 13:31     ` Stephan von Krawczynski
  2003-04-22 13:38       ` war
  0 siblings, 1 reply; 6+ messages in thread
From: Stephan von Krawczynski @ 2003-04-22 13:31 UTC (permalink / raw)
  To: war; +Cc: linux-kernel

On Tue, 22 Apr 2003 09:28:09 -0400 (EDT)
war <war@lucidpixels.com> wrote:

> will this patch be included for 2.4.21 or 22?

Very unlikely I guess, though I cannot comment on the reasons. At least I can
find no stability issues. But it looks very invasive...

But you should not have problems patching 2.4.20. It runs quite straight forward.
URL: http://acpi.sourceforge.net/download.html


> 
> 
> On Tue, 22 Apr 2003, Stephan von Krawczynski wrote:
> 
> > Can be you are running into some problems with irq-routing and SIS chipset.
> > Try acpi-patch from sf. It worked for me.
> >
> > Regards,
> > Stephan
> >
> >
> > On Mon, 21 Apr 2003 22:38:23 -0400 (EDT)
> > war <war@lucidpixels.com> wrote:
> >
> > > Does not work...
> > > Boots up, probes each ID, fails, takes 15-20 sec per timeout for each ID,
> > > then actually does boot after (15-20sec)*7ID for that board.
> > >
> > > I used same exact (SCSI-CONFIG) for VIA board, worked fine, guess there
> > > are problems with IRQs or something?
> > >
> > > I'd send log/more information but don't feel like writing 10 pages of
> > > text down to send to lkml.
> > >
> > >
> > > -
> > > 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] 6+ messages in thread

* Re: Linux 2.4.20 + SiS + Adaptec AHA-7850
  2003-04-22 13:31     ` Stephan von Krawczynski
@ 2003-04-22 13:38       ` war
  0 siblings, 0 replies; 6+ messages in thread
From: war @ 2003-04-22 13:38 UTC (permalink / raw)
  To: Stephan von Krawczynski; +Cc: linux-kernel

ok, thanks for the quick reply

On Tue, 22 Apr 2003, Stephan von Krawczynski wrote:

> On Tue, 22 Apr 2003 09:28:09 -0400 (EDT)
> war <war@lucidpixels.com> wrote:
>
> > will this patch be included for 2.4.21 or 22?
>
> Very unlikely I guess, though I cannot comment on the reasons. At least I can
> find no stability issues. But it looks very invasive...
>
> But you should not have problems patching 2.4.20. It runs quite straight forward.
> URL: http://acpi.sourceforge.net/download.html
>
>
> >
> >
> > On Tue, 22 Apr 2003, Stephan von Krawczynski wrote:
> >
> > > Can be you are running into some problems with irq-routing and SIS chipset.
> > > Try acpi-patch from sf. It worked for me.
> > >
> > > Regards,
> > > Stephan
> > >
> > >
> > > On Mon, 21 Apr 2003 22:38:23 -0400 (EDT)
> > > war <war@lucidpixels.com> wrote:
> > >
> > > > Does not work...
> > > > Boots up, probes each ID, fails, takes 15-20 sec per timeout for each ID,
> > > > then actually does boot after (15-20sec)*7ID for that board.
> > > >
> > > > I used same exact (SCSI-CONFIG) for VIA board, worked fine, guess there
> > > > are problems with IRQs or something?
> > > >
> > > > I'd send log/more information but don't feel like writing 10 pages of
> > > > text down to send to lkml.
> > > >
> > > >
> > > > -
> > > > 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] 6+ messages in thread

* Re: Linux 2.4.20 + SiS + Adaptec AHA-7850
  2003-04-22  2:38 Linux 2.4.20 + SiS + Adaptec AHA-7850 war
  2003-04-22 10:38 ` Stephan von Krawczynski
@ 2003-04-22 14:27 ` Alan Cox
  1 sibling, 0 replies; 6+ messages in thread
From: Alan Cox @ 2003-04-22 14:27 UTC (permalink / raw)
  To: war; +Cc: Linux Kernel Mailing List

On Maw, 2003-04-22 at 03:38, war wrote:
> Does not work...
> Boots up, probes each ID, fails, takes 15-20 sec per timeout for each ID,
> then actually does boot after (15-20sec)*7ID for that board.
> 
> I used same exact (SCSI-CONFIG) for VIA board, worked fine, guess there
> are problems with IRQs or something?

If you are using SiS SMP boards or have built for local apic support it
will fail with most SiS boards. Linux and SiS APIC don't get on with one
another (we trigger a chip quirk). Boot with "noapic" option if so.

2.5.x does handle this


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

end of thread, other threads:[~2003-04-22 15:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-22  2:38 Linux 2.4.20 + SiS + Adaptec AHA-7850 war
2003-04-22 10:38 ` Stephan von Krawczynski
2003-04-22 13:28   ` war
2003-04-22 13:31     ` Stephan von Krawczynski
2003-04-22 13:38       ` war
2003-04-22 14:27 ` Alan Cox

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