All of lore.kernel.org
 help / color / mirror / Atom feed
* Gigabyte GA-M57SLI-S4 (the linuxbios compatible version) problems
@ 2007-03-12 11:10 ST
       [not found] ` <200703122217.18987.ioe-lkml@rameria.de>
  2007-03-15 19:05 ` Andrew Morton
  0 siblings, 2 replies; 4+ messages in thread
From: ST @ 2007-03-12 11:10 UTC (permalink / raw)
  To: linux-kernel

Hi

I am trying to boot 2.6.20.2 on a Gigabyte GA-M57SLI-S4 with f7 stock bios.
I get the message:
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 apic1=0 pin1=0 apic2=-1 pin2=-1
..MP-BIOS bug: 8254 timer not connected to IO-APIC
...trying to set up timer (IRQ0) through the 8259A ... failed.
...trying to set up timer as Virtual Wire IRQ... failed.
...trying to set up timer as ExtINT IRQ... failed :(.
Kernel panic - not syncing: IO-APIC + timer doesn't work!

I can boot with noapic option but then i only have one processor (AMD X2 3800+ 
stepping 02).

apic=debug doesn't give any more output than this. 

A bios update didn't help to the f7 version didn't help. This error is also 
present with the debian stock kernel.

I thought that this MB should be pretty good supported, given the fact that 
there is an linuxbios in the works for this MB or am i bitten by a HW 
failure?

Thanks
ST

PS: please CC not on list.

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

* Re: Gigabyte GA-M57SLI-S4 (the linuxbios compatible version) problems
       [not found] ` <200703122217.18987.ioe-lkml@rameria.de>
@ 2007-03-13  9:57   ` ST
  0 siblings, 0 replies; 4+ messages in thread
From: ST @ 2007-03-13  9:57 UTC (permalink / raw)
  To: linux-kernel

Hi Ingo
> That seem to be no hardware failure.
> It's the same here. But with the recent bigiron-kernel
> from Ubuntu "edgy eft" (Ubuntu 2.6.17-11.35-server-bigiron).
Thanks for your answer. Since this board has linuxbios support and i plan to 
put it on this board, there has been a post which tells the right boot 
parameters:

apic=debug acpi_dbg_level=0xffffffff pci=noacpi,routeirq 
snd-hda-intel.enable_msi=1

I guess the "pci=noacpi,routeirq" makes the difference, but i haven't tried 
yet myself.

ST

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

* Re: Gigabyte GA-M57SLI-S4 (the linuxbios compatible version) problems
  2007-03-12 11:10 Gigabyte GA-M57SLI-S4 (the linuxbios compatible version) problems ST
       [not found] ` <200703122217.18987.ioe-lkml@rameria.de>
@ 2007-03-15 19:05 ` Andrew Morton
  2007-03-16 21:54   ` ST
  1 sibling, 1 reply; 4+ messages in thread
From: Andrew Morton @ 2007-03-15 19:05 UTC (permalink / raw)
  To: ST; +Cc: linux-acpi

> On Mon, 12 Mar 2007 12:10:15 +0100 ST <st@iss.tu-darmstadt.de> wrote:
> Hi
> 
> I am trying to boot 2.6.20.2 on a Gigabyte GA-M57SLI-S4 with f7 stock bios.
> I get the message:
> ENABLING IO-APIC IRQs
> ..TIMER: vector=0x31 apic1=0 pin1=0 apic2=-1 pin2=-1
> ..MP-BIOS bug: 8254 timer not connected to IO-APIC
> ...trying to set up timer (IRQ0) through the 8259A ... failed.
> ...trying to set up timer as Virtual Wire IRQ... failed.
> ...trying to set up timer as ExtINT IRQ... failed :(.
> Kernel panic - not syncing: IO-APIC + timer doesn't work!
> 
> I can boot with noapic option but then i only have one processor (AMD X2 3800+ 
> stepping 02).
> 
> apic=debug doesn't give any more output than this. 
> 
> A bios update didn't help to the f7 version didn't help. This error is also 
> present with the debian stock kernel.
> 
> I thought that this MB should be pretty good supported, given the fact that 
> there is an linuxbios in the works for this MB or am i bitten by a HW 
> failure?
> 

Apparently pci=noacpi fixes this.

ST (what sort of a name is that?): please raise a report against ACPI
at bugzilla.kernel.org, thanks.

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

* Re: Gigabyte GA-M57SLI-S4 (the linuxbios compatible version) problems
  2007-03-15 19:05 ` Andrew Morton
@ 2007-03-16 21:54   ` ST
  0 siblings, 0 replies; 4+ messages in thread
From: ST @ 2007-03-16 21:54 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-acpi

Hi

> > I am trying to boot 2.6.20.2 on a Gigabyte GA-M57SLI-S4 with f7 stock
> > bios. I get the message:
> > ENABLING IO-APIC IRQs
> > ..TIMER: vector=0x31 apic1=0 pin1=0 apic2=-1 pin2=-1
> > ..MP-BIOS bug: 8254 timer not connected to IO-APIC
> > ...trying to set up timer (IRQ0) through the 8259A ... failed.
> > ...trying to set up timer as Virtual Wire IRQ... failed.
> > ...trying to set up timer as ExtINT IRQ... failed :(.
> > Kernel panic - not syncing: IO-APIC + timer doesn't work!
> >
> > I can boot with noapic option but then i only have one processor (AMD X2
> > 3800+ stepping 02).
> >
> > apic=debug doesn't give any more output than this.
> >
> > A bios update didn't help to the f7 version didn't help. This error is
> > also present with the debian stock kernel.
> >
> > I thought that this MB should be pretty good supported, given the fact
> > that there is an linuxbios in the works for this MB or am i bitten by a
> > HW failure?
>
> Apparently pci=noacpi fixes this.
Affirmative, aparentlly it doesn't work without this parameter.

> ST (what sort of a name is that?): please raise a report against ACPI
It's an short pseudonym to keep an low search engine profile.
> at bugzilla.kernel.org, thanks.
It's reported as bug 8219. I can't debug with serial console (since i have 
only one machine at this place) but i'm happy to test patches and stuff. Just 
tell me :-).

Regards
ST

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

end of thread, other threads:[~2007-03-16 22:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-12 11:10 Gigabyte GA-M57SLI-S4 (the linuxbios compatible version) problems ST
     [not found] ` <200703122217.18987.ioe-lkml@rameria.de>
2007-03-13  9:57   ` ST
2007-03-15 19:05 ` Andrew Morton
2007-03-16 21:54   ` ST

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.