linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* PROBLEM: PCI setup hangs on Asus Notebook (nolapic helps)
@ 2007-06-14 13:05 Malte Cornils
  2007-06-21 12:27 ` Andrew Morton
  0 siblings, 1 reply; 4+ messages in thread
From: Malte Cornils @ 2007-06-14 13:05 UTC (permalink / raw)
  To: linux-kernel

Hello,

my Asus M2N Notebook hangs doing the following on 2.6.22-rc3 (from Ubuntu 
Gutsy Gibbon Tribe-1):

Setting up standard PCI resources

The non-scrollable output on the full screen can be found here:
http://planck.djpig.de/~mcornils/pci-hang.jpg

Booting with nolapic helps, but makes the SATAized IDE controller buggy 
(spontaneous timeouts occuring, which do not happen on OpenBSD or Windows XP 
(shiver)).

I'm using the latest BIOS (A208). Now I know it's buggy as hell and I've 
already complained to Asus, but to no avail.

There have been other reports of the problem on Asus notebooks. I've collected 
some links:

http://bugzilla.kernel.org/show_bug.cgi?id=8278
https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.20/+bug/83290
http://bugzilla.kernel.org/show_bug.cgi?id=7906 (maybe related)
https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.15/+bug/8012 (maybe 
related)
http://lists.debian.org/debian-user-german/2006/12/msg01017.html (german)

I'm willing to provide any needed information (like DSDT table, system 
info, ...) and try out almost anything (I do not have a serial console handy 
though - the system does not have serial). 

Yours,
-Malte

PS: A Cc: is preferred, but not necessary.

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

* Re: PROBLEM: PCI setup hangs on Asus Notebook (nolapic helps)
  2007-06-14 13:05 PROBLEM: PCI setup hangs on Asus Notebook (nolapic helps) Malte Cornils
@ 2007-06-21 12:27 ` Andrew Morton
  2007-06-22 17:43   ` Malte Cornils
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Morton @ 2007-06-21 12:27 UTC (permalink / raw)
  To: Malte Cornils; +Cc: linux-kernel

> On Thu, 14 Jun 2007 15:05:27 +0200 Malte Cornils <malte@cornils.net> wrote:
> Hello,
> 
> my Asus M2N Notebook hangs doing the following on 2.6.22-rc3 (from Ubuntu 
> Gutsy Gibbon Tribe-1):
> 
> Setting up standard PCI resources
> 
> The non-scrollable output on the full screen can be found here:
> http://planck.djpig.de/~mcornils/pci-hang.jpg
> 
> Booting with nolapic helps, but makes the SATAized IDE controller buggy 
> (spontaneous timeouts occuring, which do not happen on OpenBSD or Windows XP 
> (shiver)).
> 
> I'm using the latest BIOS (A208). Now I know it's buggy as hell and I've 
> already complained to Asus, but to no avail.
> 
> There have been other reports of the problem on Asus notebooks. I've collected 
> some links:
> 
> http://bugzilla.kernel.org/show_bug.cgi?id=8278
> https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.20/+bug/83290
> http://bugzilla.kernel.org/show_bug.cgi?id=7906 (maybe related)
> https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.15/+bug/8012 (maybe 
> related)
> http://lists.debian.org/debian-user-german/2006/12/msg01017.html (german)
> 
> I'm willing to provide any needed information (like DSDT table, system 
> info, ...) and try out almost anything (I do not have a serial console handy 
> though - the system does not have serial). 
> 

Are any of these problems new behaviour, or has it always done this?

If there _is_ new behaviour here, are you able to identify which earlier
kernel versions did not exhibit it?


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

* Re: PROBLEM: PCI setup hangs on Asus Notebook (nolapic helps)
  2007-06-21 12:27 ` Andrew Morton
@ 2007-06-22 17:43   ` Malte Cornils
  2007-06-22 23:21     ` Andrew Morton
  0 siblings, 1 reply; 4+ messages in thread
From: Malte Cornils @ 2007-06-22 17:43 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

Hello Andrew,

On Thursday, 21. Juni 2007 14:27 Andrew Morton wrote:
> > Booting with nolapic helps, but makes the SATAized IDE controller buggy
> > [...] There have been other reports of the problem on Asus notebooks. I've
> > collected some links:[...]

> Are any of these problems new behaviour, or has it always done this?
>
> If there _is_ new behaviour here, are you able to identify which earlier
> kernel versions did not exhibit it?

The patch causing that behaviour went in between 2.6.18 and 2.6.19rc-1. I have 
some 100 patches to go bisecting the bug, but it's slow work due to 
difficulties in getting physical access to the machine for extended periods 
of time.

I'll be sure to let you know when I have the exact commit. That may be at any 
time from tomorrow to beginning of July, I'm not sure yet what my free time 
allows.

Yours,
-Malte

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

* Re: PROBLEM: PCI setup hangs on Asus Notebook (nolapic helps)
  2007-06-22 17:43   ` Malte Cornils
@ 2007-06-22 23:21     ` Andrew Morton
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Morton @ 2007-06-22 23:21 UTC (permalink / raw)
  To: Malte Cornils; +Cc: linux-kernel

> On Fri, 22 Jun 2007 19:43:34 +0200 Malte Cornils <malte@cornils.net> wrote:
> Hello Andrew,
> 
> On Thursday, 21. Juni 2007 14:27 Andrew Morton wrote:
> > > Booting with nolapic helps, but makes the SATAized IDE controller buggy
> > > [...] There have been other reports of the problem on Asus notebooks. I've
> > > collected some links:[...]
> 
> > Are any of these problems new behaviour, or has it always done this?
> >
> > If there _is_ new behaviour here, are you able to identify which earlier
> > kernel versions did not exhibit it?
> 
> The patch causing that behaviour went in between 2.6.18 and 2.6.19rc-1. I have 
> some 100 patches to go bisecting the bug, but it's slow work due to 
> difficulties in getting physical access to the machine for extended periods 
> of time.
> 
> I'll be sure to let you know when I have the exact commit. That may be at any 
> time from tomorrow to beginning of July, I'm not sure yet what my free time 
> allows.
> 

OK, thanks.  There's no rush but please do persist...

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

end of thread, other threads:[~2007-06-22 23:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-14 13:05 PROBLEM: PCI setup hangs on Asus Notebook (nolapic helps) Malte Cornils
2007-06-21 12:27 ` Andrew Morton
2007-06-22 17:43   ` Malte Cornils
2007-06-22 23:21     ` Andrew Morton

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