public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* kernel 2.6.9rc2+bk hangs at: ACPI: IRQ9 SCI: Level Trigger.
@ 2004-09-26  3:18 Arkadiusz Miskiewicz
  2004-09-26 18:23 ` kernel 2.6.9rc2+bk hangs at: ACPI: IRQ9 SCI: Level Trigger or Checking 'hlt' instruction... OK Arkadiusz Miskiewicz
  0 siblings, 1 reply; 3+ messages in thread
From: Arkadiusz Miskiewicz @ 2004-09-26  3:18 UTC (permalink / raw)
  To: linux-kernel


My kernel (2.6.9rc2+cset-20040926_0006) hangs at:
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
ACPI: IRQ9 SCI: Level Trigger.

Previous working kernel running here was 2.6.9rc2+20040914_1622.

I've tried options:
acpi=off
noapic
nolapic
acpi=off noapic nolapic
but no change - hangs with each these options, sysrq is not working.

Ideas welcome.

It's MaxData Mbook 1000T notebook with athlon mobile cpu.

00:00.0 Host bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133] (rev 03)
00:01.0 PCI bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133 AGP]
00:07.0 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super South] (rev 
40)
00:07.1 IDE interface: VIA Technologies, Inc. 
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:07.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 
Controller (rev 1a)
00:07.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 
Controller (rev 1a)
00:07.4 Host bridge: VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] (rev 
40)
00:08.0 CardBus bridge: Texas Instruments PCI1410 PC card Cardbus Controller 
(rev 01)
00:09.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 07)
00:09.1 Input device controller: Creative Labs SB Live! MIDI/Game Port (rev 
07)
00:0a.0 Unknown mass storage controller: Promise Technology, Inc. PDC20268 
(Ultra100 TX2) (rev 01)
00:0c.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture 
(rev 11)
00:0c.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 
11)
00:0d.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 
6c)
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon RV250 If 
[Radeon 9000] (rev 01)
01:00.1 Display controller: ATI Technologies Inc Radeon RV250 [Radeon 9000] 
(Secondary) (rev 01)

Something else needed?
-- 
Arkadiusz Miśkiewicz                    PLD/Linux Team
http://www.t17.ds.pwr.wroc.pl/~misiek/  http://ftp.pld-linux.org/

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

* Re: kernel 2.6.9rc2+bk hangs at: ACPI: IRQ9 SCI: Level Trigger or Checking 'hlt' instruction... OK.
  2004-09-26  3:18 kernel 2.6.9rc2+bk hangs at: ACPI: IRQ9 SCI: Level Trigger Arkadiusz Miskiewicz
@ 2004-09-26 18:23 ` Arkadiusz Miskiewicz
  2004-09-26 22:51   ` Arkadiusz Miskiewicz
  0 siblings, 1 reply; 3+ messages in thread
From: Arkadiusz Miskiewicz @ 2004-09-26 18:23 UTC (permalink / raw)
  To: linux-kernel

On Sunday 26 of September 2004 05:18, Arkadiusz Miskiewicz wrote:
> My kernel (2.6.9rc2+cset-20040926_0006) hangs at:
> Enabling unmasked SIMD FPU exception support... done.
> Checking 'hlt' instruction... OK.
> ACPI: IRQ9 SCI: Level Trigger.
>
> Previous working kernel running here was 2.6.9rc2+20040914_1622.
More information.

This is unrelated to ACPI since kernel compiled without ACPI also hangs at:
,,Checking 'hlt' instruction... OK.''.

Something else is broken. Two other people confirmed the problem for me.
-- 
Arkadiusz Miśkiewicz                    PLD/Linux Team
http://www.t17.ds.pwr.wroc.pl/~misiek/  http://ftp.pld-linux.org/

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

* Re: kernel 2.6.9rc2+bk hangs at: ACPI: IRQ9 SCI: Level Trigger or Checking 'hlt' instruction... OK.
  2004-09-26 18:23 ` kernel 2.6.9rc2+bk hangs at: ACPI: IRQ9 SCI: Level Trigger or Checking 'hlt' instruction... OK Arkadiusz Miskiewicz
@ 2004-09-26 22:51   ` Arkadiusz Miskiewicz
  0 siblings, 0 replies; 3+ messages in thread
From: Arkadiusz Miskiewicz @ 2004-09-26 22:51 UTC (permalink / raw)
  To: linux-kernel; +Cc: kernel

On Sunday 26 of September 2004 20:23, Arkadiusz Miskiewicz wrote:

> > Enabling unmasked SIMD FPU exception support... done.
> > Checking 'hlt' instruction... OK.
> > ACPI: IRQ9 SCI: Level Trigger.
Compiled vanilla version and... it works.

I was using ck patchset and tracked this problem to single patch:
http://ck.kolivas.org/patches/2.6/2.6.9/2.6.9-rc2/2.6.9-rc2-ck2/patches/9000-SuSE-117-writeback-lat.patch

This is interesting... few cond_resched() added and such problem arrived.

Anyway problem solved.
-- 
Arkadiusz Miśkiewicz                    PLD/Linux Team
http://www.t17.ds.pwr.wroc.pl/~misiek/  http://ftp.pld-linux.org/

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

end of thread, other threads:[~2004-09-26 22:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-26  3:18 kernel 2.6.9rc2+bk hangs at: ACPI: IRQ9 SCI: Level Trigger Arkadiusz Miskiewicz
2004-09-26 18:23 ` kernel 2.6.9rc2+bk hangs at: ACPI: IRQ9 SCI: Level Trigger or Checking 'hlt' instruction... OK Arkadiusz Miskiewicz
2004-09-26 22:51   ` Arkadiusz Miskiewicz

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