Bug 148830 - hotkeys delayed, IRQ 6 disabled, 2.6.10 regression - Asus A3811NUP
Summary: hotkeys delayed, IRQ 6 disabled, 2.6.10 regression - Asus A3811NUP
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: 5
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Dave Jones
QA Contact: Brian Brock
URL:
Whiteboard: MassClosed
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-02-15 23:22 UTC by qqzsxybbzmv
Modified: 2015-01-04 22:16 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-01-20 04:38:53 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
dmesg output for 2.6.10-1.770_FC3 (hotkeys delayed) (29.42 KB, text/plain)
2006-02-11 23:00 UTC, qqzsxybbzmv
no flags Details
dmesg output for self-compiled 2.6.11.10 with preemption (hotkeys working) (30.38 KB, text/plain)
2006-02-11 23:01 UTC, qqzsxybbzmv
no flags Details
dmesg output for 2.6.12-1.1381_FC3 (hotkeys not working) (31.78 KB, text/plain)
2006-02-11 23:03 UTC, qqzsxybbzmv
no flags Details
dmesg output for 2.6.9-1.724_FC3 (hotkeys working) (29.54 KB, text/plain)
2006-02-11 23:04 UTC, qqzsxybbzmv
no flags Details

Description qqzsxybbzmv 2005-02-15 23:22:27 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7.5)
Gecko/20041108 Firefox/1.0

Description of problem:
I am using Fedora Core 3 on an Asus A3811NUP notebook.
Since I upgraded to kernel 2.6.10 the ACPI for my hot-keys are issued
by the kernel with a long delay (>1 min.) This happens with
2.6.10-1.741_FC3, 2.6.10-1.760_FC3 and 2.6.10-1.766_FC3. All kernels
with version 2.6.9 are working.

Version-Release number of selected component (if applicable):
kernel-2.6.10

How reproducible:
Always

Steps to Reproduce:
1. Boot.
2. Stop ACPID.
3. cat /proc/acpi/event
4. Press a hotkey.
    

Actual Results:  Only after a long time (>1 minute) the event appears.

Expected Results:  No delay but immediate processing of the event by
acpid.

Additional info:

When ACPID is not stopped Firefox (or whichever key was pressed)
starts up correctly. Just too late. So there is definitely no problem
with acpid or my event handling scripts.

Comment 1 qqzsxybbzmv 2005-05-24 21:44:00 UTC
Can be fixed by activating preemption in the kernel. Unfortunately the FC3
refuses compilation, but it works with a current kernel (for example 2.6.11.10)
from kernel.org with that option activated.

Comment 2 Dave Jones 2005-07-15 18:04:29 UTC
An update has been released for Fedora Core 3 (kernel-2.6.12-1.1372_FC3) which
may contain a fix for your problem.   Please update to this new kernel, and
report whether or not it fixes your problem.

If you have updated to Fedora Core 4 since this bug was opened, and the problem
still occurs with the latest updates for that release, please change the version
field of this bug to 'fc4'.

Thank you.

Comment 3 qqzsxybbzmv 2005-08-29 19:47:10 UTC
No change with 2.6.12-1.1372_FC3.

With 2.6.12-1.1376_FC3 the event does not appear at all. I noticed a "Disabling
IRQ #6" message while booting with this kernel.

Is there any chance that the problem will go away if I upgrade to FC4?

Comment 4 Dave Jones 2005-08-30 00:14:09 UTC
doubtful, they're the same kernel source.


Comment 5 Dave Jones 2005-12-07 18:53:55 UTC
I take that back now, as FC4 has advanced past FC3 by two upstream revisions,
including lots of ACPI fixes.  It's unlikely that these will make it into an FC3
update before it reaches end of life.


Comment 6 Dave Jones 2006-01-16 22:27:24 UTC
This is a mass-update to all currently open Fedora Core 3 kernel bugs.

Fedora Core 3 support has transitioned to the Fedora Legacy project.
Due to the limited resources of this project, typically only
updates for new security issues are released.

As this bug isn't security related, it has been migrated to a
Fedora Core 4 bug.  Please upgrade to this newer release, and
test if this bug is still present there.

This bug has been placed in NEEDINFO_REPORTER state.
Due to the large volume of inactive bugs in bugzilla, if this bug is
still in this state in two weeks time, it will be closed.

Should this bug still be relevant after this period, the reporter
can reopen the bug at any time. Any other users on the Cc: list
of this bug can request that the bug be reopened by adding a
comment to the bug.

Thank you.


Comment 7 Len Brown 2006-01-18 07:06:11 UTC
> Disabling IRQ #6

This is important.
Can you attach the complete output from dmesg -s64000 from failing
and working kernels?

Comment 8 Dave Jones 2006-02-03 05:31:35 UTC
This is a mass-update to all currently open kernel bugs.

A new kernel update has been released (Version: 2.6.15-1.1830_FC4)
based upon a new upstream kernel release.

Please retest against this new kernel, as a large number of patches
go into each upstream release, possibly including changes that
may address this problem.

This bug has been placed in NEEDINFO_REPORTER state.
Due to the large volume of inactive bugs in bugzilla, if this bug is
still in this state in two weeks time, it will be closed.

Should this bug still be relevant after this period, the reporter
can reopen the bug at any time. Any other users on the Cc: list
of this bug can request that the bug be reopened by adding a
comment to the bug.

If this bug is a problem preventing you from installing the
release this version is filed against, please see bug 169613.

Thank you.


Comment 9 qqzsxybbzmv 2006-02-11 23:00:09 UTC
Created attachment 124549 [details]
dmesg output for 2.6.10-1.770_FC3 (hotkeys delayed)

Comment 10 qqzsxybbzmv 2006-02-11 23:01:59 UTC
Created attachment 124550 [details]
dmesg output for self-compiled 2.6.11.10 with preemption (hotkeys working)

Comment 11 qqzsxybbzmv 2006-02-11 23:03:32 UTC
Created attachment 124551 [details]
dmesg output for 2.6.12-1.1381_FC3 (hotkeys not working)

Comment 12 qqzsxybbzmv 2006-02-11 23:04:23 UTC
Created attachment 124552 [details]
dmesg output for 2.6.9-1.724_FC3 (hotkeys working)

Comment 13 Dave Jones 2006-07-29 05:27:41 UTC
Any improvement with the latest errata ?


Comment 14 Dave Jones 2006-09-17 02:02:44 UTC
[This comment added as part of a mass-update to all open FC4 kernel bugs]

FC4 has now transitioned to the Fedora legacy project, which will continue to
release security related updates for the kernel.  As this bug is not security
related, it is unlikely to be fixed in an update for FC4, and has been migrated
to FC5.

Please retest with Fedora Core 5.

Thank you.

Comment 15 Dave Jones 2006-10-16 18:07:26 UTC
A new kernel update has been released (Version: 2.6.18-1.2200.fc5)
based upon a new upstream kernel release.

Please retest against this new kernel, as a large number of patches
go into each upstream release, possibly including changes that
may address this problem.

This bug has been placed in NEEDINFO state.
Due to the large volume of inactive bugs in bugzilla, if this bug is
still in this state in two weeks time, it will be closed.

Should this bug still be relevant after this period, the reporter
can reopen the bug at any time. Any other users on the Cc: list
of this bug can request that the bug be reopened by adding a
comment to the bug.

In the last few updates, some users upgrading from FC4->FC5
have reported that installing a kernel update has left their
systems unbootable. If you have been affected by this problem
please check you only have one version of device-mapper & lvm2
installed.  See bug 207474 for further details.

If this bug is a problem preventing you from installing the
release this version is filed against, please see bug 169613.

If this bug has been fixed, but you are now experiencing a different
problem, please file a separate bug for the new problem.

Thank you.

Comment 16 Jon Stanley 2008-01-20 04:38:53 UTC
(this is a mass-close to kernel bugs in NEEDINFO state)

As indicated previously there has been no update on the progress of this bug
therefore I am closing it as INSUFFICIENT_DATA. Please re-open if the issue
still occurs for you and I will try to assist in its resolution. Thank you for
taking the time to report the initial bug.

If you believe that this bug was closed in error, please feel free to reopen
this bug.


Note You need to log in before you can comment on or make changes to this bug.